@font-face {
    font-family: 'iconfont';
    src: url('//at.alicdn.com/t/font_769610_hc66stbsaje.eot');
    src: url('//at.alicdn.com/t/font_769610_hc66stbsaje.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_769610_hc66stbsaje.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_769610_hc66stbsaje.woff') format('woff'),
    url('//at.alicdn.com/t/font_769610_hc66stbsaje.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_769610_hc66stbsaje.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/**********************************导航头部***********************************/
.head {
    background-color: #016e62;
}

.head-center {
    height: 40px;
    line-height: 40px;
}

.head-left, .head-right {
    font-size: 12px;
    color: #ffffff;
}

.head-center {
    width: 1200px;
}

.head-three span {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #029987;
}

.head-tel {
    font-size: 16px;
    background-color: #029987;
    padding: 0 15px;
}

.head-tel i {
    margin-right: 10px;
}

.header img {
    margin-top: 15px;
}

.nav-block li {
    width: 104px;
    height: 120px;
    float: left;
    text-align: center;
    line-height: 25px;
    border-right: 1px solid #efefef;
}

.nav-block li > a {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.nav-block li:hover > a, .nav-block li:hover p {
    background-color: #016e62;
    color: #ffffff;
}

.nav-block a div {
    margin-top: 25px;
}

.nav-block p {
    font-size: 12px;
    color: #666666;
    font-weight: normal;
}

.menu {
    display: none;
    width: 100%;
    height: 90px;
    position: absolute;
    left: 0;
    z-index: 999;
    background-color: #029987b5;
}

.submenu {
    color: #ffffff;
    width: 1133px;
    height: 100%;
    line-height: 90px;
}

.submenu a {
    display: block;
    float: left;
    text-align: center;
    width: 115px;
    height: auto;
    position: relative;
    z-index: 3;
}

.submenu a:hover::after {
    display: block;
    content: "";
    border-bottom: 1px solid #ffffff;
    position: relative;
    width: 55px;
    bottom: 27px;
    margin: 0 auto;
}

/**********************************Banner图***********************************/
.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 530px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 530px;
    display: block;
}

/**********************************搜索***********************************/
.search {
    height: 40px;
    padding: 10px 0;
    line-height: 40px;
}

.search-hot a {
    color: #666666;
    font-size: 14px;
    margin-left: 20px;
}

.search-block {
    display: flex;
}

.search-text {
    width: 390px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #a8a7a5;
}

.search-btn {
    width: 60px;
    height: 40px;
    background-color: #016e62;
    border: none;
    color: #ffffff;
    font-size: 23px;
}

/**********************************关于我们***********************************/
.about-us {
    background-color: #edeaf1;
    padding-bottom: 100px;
}

.au-img {
    padding: 40px 0;
}

.au-img img {
    width: 100%;
    height: auto;
}

.au-text {
    width: 515px;
    padding: 40px 0 40px 85px;
}

.light-au {
    font-size: 85px;
    color: #d9d9d9;
    display: block;
    margin-top: -18px;
    
}

.au-title {
    margin-top: -30px;
}

.au-title span {
    display: block;
}

.au-title-main {
    font-size: 24px;
    color: #016e62;
    font-weight: bold;
}

.au-title-minor {
    font-size: 12px;
    color: #aca9b0;
    margin-top: 10px;
}

.au-content {
    margin-top: 17px;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    line-height: 25px;
    height: 200px;
    overflow: hidden;
    text-indent: 2em;
}

.au-btn {
    background-color: #016e62;
    width: 140px;
    height: 40px;
    color: #ffffff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 39px;
}

.au-btn i {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: -2px;
}

/**********************************公司相册***********************************/
.photo {
    background-color: #f5f5f5;
    margin-top: -110px;
    margin-bottom: 50px;
    position: relative;
}

.gallery {
    display: none;
    padding: 20px 10px;
    align-items: center;
}

#case-show-block{
    position: absolute;
    top:0;
}
#cate-show-block{
    position: absolute;
    top:0;
    display: none;
}
.gallery-show {
    display: flex;
}

.photo-img {
    text-align: center;
    margin-left: 20px;
}

.photo-img div:first-child {
    width: 211px;
    height: 146px;
    overflow: hidden;
}

.photo-img img {
    width: 211px;
    height: 146px;
    transition: all 0.6s;
}

.photo-img div {
    width: 211px;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    margin-top: 15px;
}

.photo-img img:hover {
    transform: scale(1.2); /* 放大1.2倍 */
}

#mo {
    display: none; /*隐藏*/
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    top: 0px;
    left: 0px;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

#moimg {
    display: block;
    max-width: 750px;
    margin: auto;
}

#caption {
    text-align: center;
    margin: 15px auto;
    width: 60%;
    max-height: 750px;
    font-size: 20px;
    color: #ccc;
}

#moimg, #caption {
    -webkit-animation: first 1s;
    -o-animation: first 1s;
    animation: first 1s;
}

@keyframes first {
    from {
        transform: scale(0.1);
    }
    to {
        transform: scale(1);
    }
}

.close {
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    right: 14%;
    color: #f1f1f1;
}

.close:hover,
.close:focus {
    color: #bbb;
    cursor: pointer;
}

@media only screen and(max-width: 750px ) {
    #moimg {
        width: 100%;
    }
}

.gallery-sidebar {
    text-align: left;
    color: #ffffff;
    margin-top: -42px;
}

.gallery-sidebar span {
    display: block;
}

.gallery-sidebar a {
    display: block;
    position: relative;
}

.gallery-sidebar div {
    background-color: #016e62;
    border-top: 1px solid #029987;
    padding: 17px 51px 17px 42px;
}

.gallery-title {
    border-top: none;
    font-size: 14px;
}

.gallery-title span:first-child {
    font-size: 23px;
}

.gallery-block {
    font-size: 12px;
}

.gallery-block span:first-child {
    font-size: 18px;
}

.gallery-sidebar a:hover .gallery-block {
    background-color: #029987;
}

.gallery-sidebar a:hover .san-jiao {
    display: block;
}

.gallery-sidebar .san-jiao {
    display: none;
    position: absolute;
    top: 17px;
    left: -36px;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-right-color: #029987;
}

/**********************************承接工程***********************************/
.project {
    text-transform: uppercase;
}

.pro-title {
    text-align: center;
}

.pro-title-block {
    width: 456px;
    height: 60px;
    border: 2px solid #d5d5d5;
}

.pro-title-block span {
    display: block;
}

.pro-title-text {
    width: 400px;
    background-color: #ffffff;
    font-size: 36px;
    color: #016e62;
    font-weight: bold;
    margin: -25px auto 0 auto;
}

.pro-title-text span {
    display: inline-block;
    color: #333333;
}

.pro-subtitle-text {
    margin-top: 10px;
    font-size: 18px;
    color: #333333;
}

.pro-subtitle {
    width: 456px;
    font-size: 10px;
    color: #666666;
    margin: 20px auto;
}

.pro-nav-blocks {
    position: relative;
}

.pro-nav-block {
    margin-bottom: 18px;
}

.pro-nav-block > a {
    display: block;
    color: #333333;
    font-size: 18px;
    border: 1px solid #e2e2e2;
    border-left: 5px solid #e2e2e2;
}

.pro-nav-block > a:hover {
    color: #ffffff;
    background-color: #029987;
    border: 1px solid #029987;
    border-left: 5px solid #016e62;
}

.pro-nav-block > a:hover .pro-nav-menu, .pro-nav-block > a:hover .pro-nav-menu i {
    color: #ffffff;
}

.pro-nav-menu {
    color: #333333;
    width: 276px;
    height: 94px;
}

.pro-nav-menu .pro-tu {
    margin-top: 23px;
    margin-left: 40px;
}

.pro-zi {
    margin-top: 32px;
}

.pro-nav-menu i {
    font-size: 45px;
    color: #016e62;
    margin-right: 20px;
}

.pro-nav-menu b {
    font-size: 18px;
    display: block;
}

.pro-nav-menu span {
    font-size: 12px;
    display: block;
}

.pro-nav-more-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: 1px solid #016e62;
    background-color: #0299878f;
    position: absolute;
    right: 60px;
    bottom: 28px;
}

.pro-nav-gallery {
    width: 895px;
    height: 550px;
    display: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
}

.pro-nav-gallery img {
    width: 100%;
    height: 100%;
}

.pro-nav-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 59px;
    height: 59px;
    background-color: #016e62;
}

.pro-nav-more div {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    padding: 10px;
}

.pro-nav-show {
    display: block;
}

/**********************************郑重承诺***********************************/
.commitment {
    height: 250px;
    color: #ffffff;
    background: url("../images/commitment.jpg") no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 50px 0;
}

.commit-tel {
    display: block;
    font-size: 16px;
    padding-top: 185px;
}

.commit-tel i {
    font-size: 18px;
    margin-right: 10px;
}

.commit-tel b {
    font-size: 30px;
}

.commit-more {
    margin: 181px 0 0 50px;
}

.commit-more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    background-color: #ffffff;
    color: #029886;
    border-radius: 2px;
}

.commit-more a:hover {
    background-color: #77dad3;
    color: #ffffff;
}

.commit-more i {
    margin-left: 10px;
}

/**********************************新环动态***********************************/
.new-list {
    width: 787px;
    border: 1px solid #d8d8d8;
}

.new-title-block {
    height: 60px;
    background-color: #016e62;
}

.new-title {
    width: 160px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #029987;
}

.new-title div {
    font-size: 18px;
    color: #ffffff;
}

.new-title i {
    font-size: 25px;
    margin-right: 10px;
}

.title-new-more {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #ffffff;
    margin-right: 25px;
}

.new-content-block {
    padding: 40px 25px;
    position: relative;
}

.content-block {
    color: #666666;
}

.content-img {
    width: 257px;
    height: 390px;
    overflow: hidden;
}

.content-text {
    width: 445px;
    border-bottom: 1px dashed #d8d8d8;
}

.content-title {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    margin: 15px 0;
}

.content-title li {
    list-style-type: disc;
}

.content-value {
    margin-bottom: 20px;
}

.content-more {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    width: 95px;
    height: 35px;
    background-color: #016e62;
    margin-bottom: 20px;
}

.new-qa {
    width: 314px;
    border: 1px solid #d8d8d8;
    padding: 15px 30px 0 30px;
}

.qa-title {
    font-size: 15px;
    color: #016e62;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
}

.qa-title > i {
    font-size: 18px;
    border-bottom: 3px solid #016e62;
    padding-bottom: 10px;
    padding-right: 10px;
}

.qa-title div {
    color: #d3d3d3;
    font-size: 20px;
}

.qa-img {
    margin: 25px 0;
}

.qa-block {
    display: flex;
    height: 68px;
    align-items: center;
    flex-flow: row wrap;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #d8d8d8;
}

.qa-block a {
    color: #000000;
}

.qa-block > div {
    display: flex;
    line-height: 20px;
}

.qa-a {
    width: 25px;
    min-width: 25px;
    height: 25px;
    color: #ffffff;
    background-color: #016e62;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.qa-q {
    width: 25px;
    min-width: 25px;
    height: 25px;
    color: #ffffff;
    background-color: #029987;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 3px;
}

.qa-text-a {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

.qa-text-q {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
}

/**********************************友情链接***********************************/
.link {
    background-color: #edeaf1;
    text-transform: uppercase;
    margin-top: 40px;
}

.link-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    background-color: #016e62;
    width: 120px;
    height: 70px;
    position: relative;
}

.link-title b {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.link-sanjiao {
    position: absolute;
    right: -28px;
    width: 0;
    height: 0;
    border: 14px solid transparent;
    border-left-color: #016e62;
}

.link-content {
    width: 900px;
    margin-left: 35px;
    overflow: hidden;
}

.link-content ul {
    display: block;
    align-items: center;
    text-align: center;
    width: 840px;
    height: 70px;
}
.link-content ul li{

    display: block;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 0 5px;
    float: left;
}

.link-content a {
    font-size: 14px;
    color: #333333;
    display: block;
    align-items: center;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    padding:0 2px;
}

.link-content a:hover {
    background: #016e62;
    color: #ffffff;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.link-more {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link-more a {
    display: block;
    color: #017669;
    font-size: 14px;
}

/**********************************底部***********************************/
.footer {
    background-color: #017669;
    height: 332px;
    color: #ffffff;
    font-size: 14px;
}

.footer p {
    line-height: 30px;
}

.footer .info:nth-of-type(1) {
    width: 250px;
}

.info {
    padding-top: 50px;
    margin-right: 20px;
    margin-left: 25px;
}

.footer-title {
    position: relative;
    font-size: 16px !important;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.footer-title::after {
    content: "";
    width: 32px;
    position: absolute;
    bottom: 0;
    border-bottom: 2px solid #029987;
    left: 0;
}

.footer li {
    display: block;
    float: left;
    font-size: 16px;
    margin-right: 20px;
    position: relative;
}

.footer-sub-menu {
    position: absolute;
    margin-top: 8px;
    width: 115px;
}

.footer-sub-menu div {
    margin: 8px 0;
}

.sao-ma {
    width: 115px;
    height: 115px;
    border: 2px solid #029987;
    background-color: #ffffff;
}

.sao-ma img {
    width: 115px;
    height: 115px;
}

/**********************************面包屑***********************************/
.breadcrumbs {
    background-color: #edeaf1;
}

.breadcrumb {
    height: 65px;
    color: #666666;
    display: flex;
    align-items: center;
}

.breadcrumb a {
    color: #666666;
}

.breadcrumb a:hover {
    color: #026d5d;
    text-decoration: underline;
}

.bd-tel {
    display: flex;
    height: 65px;
    align-items: center;
    justify-content: flex-end;
}

.bd-tel-text div {
    display: flex;
    flex-flow: column;
    font-size: 19px;
    font-weight: bold;
    color: #016e62;
}

.bd-tel-text div:first-child {
    color: #333333;
    font-size: 14px;
}

.bd-tel i {
    font-size: 28px;
    color: #016e62;
    margin-right: 10px;
}

/**********************************左右结构***********************************/
.two-block {
    margin-top: 35px;
    margin-bottom: 35px;
}

.two-sidebar {
    width: 245px;
}

.quick-nav {
    height: 97px;
    background: linear-gradient(to bottom right, #099e8b, #026d5d);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.quick-nav i {
    font-size: 50px;
    margin-right: 8px;
}

.quick-nav-title div {
    font-size: 24px;
}

.quick-nav-title span {
    font-size: 12px;
    color: #f5f5f5;
}

.quick-content li a {
    width: 200px;
    height: 52px;
    line-height: 52px;
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding-left: 45px;
    border-bottom: 1px solid #f7f7f7;
}

.quick-content li a i {
    padding-right: 30px;
    float: right;
}

.quick-content li a:hover {
    background-color: #e5f0ee;
}

.quick-footer {
    width: 245px;
    height: 188px;
    background: linear-gradient(to bottom right, #099e8b, #026d5d);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #ffffff;
}

.quick-footer-tel {
    font-weight: bold;
    font-size: 33px;
    margin: 10px 0 20px 0;
}

.consult_now a {
    width: 159px;
    height: 39px;
    background-color: #099e8b;
    font-size: 16.5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.two-content {
    width: 900px;
}

.two-content-title {
    position: relative;
}

.content-title-border::after {
    content: "";
    width: 100%;
    position: absolute;
    border: 1px solid #e0e0e0;
    top: 16px;
    z-index: -1;
}

.content-title-border > div {
    width: 200px;
    background-color: #ffffff;
}

.two-content-value {
    width: 900px;
    max-width: 900px;
    height: auto;
    overflow: hidden;
    margin-top: 23px;
}

.two-content-about-us p {
    font-weight: bold;
    color: #787675;
    line-height: 30px;
}

.two-content-honor {
    width: 270px;
    margin: 20px 15px;
    text-align: center;
    box-shadow: 0 2px 20px -6px #676767;
}

.two-content-honor a {
    display: block;
    width: 100%;
    height: 320px;
    color: #ffffff;
}

.two-content-honor a:hover .two-content-honor-more {
    background-color: #026d5d;
}

.two-content-honor-title {
    margin: 15px 0;
    color: #333333;
}

.two-content-honor img {
    width: 270px;
    height: 225px;
}

.two-content-honor-more {
    display: block;
    margin: 0 auto;
    width: 159px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background-color: #c8c8c8;
}

.paging {
    margin-top: 30px;
}

.paging a {
    color: #000000;
}

.paging .current {
    background: #099e8b;
    padding: 0px 5px;
    color: #ffffff;
}

.page-title {
    width: 900px;
    text-align: center;
    font-weight: bold;
}

.page-title h1 {
    font-size: 20px;
    margin-bottom: 15px;
}

.page-title span:nth-of-type(1) {
    margin-right: 20px;
}

.page-content {
    width: 900px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.page-footer {
    margin: 30px 20px;
}

.page-footer a {
    color: #000000;
}

.pro-gallery {
    width: 420px;
    height: auto;
}

.pro-info {
    width: 430px;
}

.pro-info-title, .pro-info-summary, .pro-info-ad, .pro-info-share {
    padding-left: 16px;
}

.pro-info-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e0e0e0;
}

.pro-info-summary {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e0e0e0;
    line-height: 25px;
}

.pro-info-summary p:nth-of-type(1) {
    margin-bottom: 20px;
}

.pro-info-summary p:nth-of-type(2) {
    height: auto;
    max-height: 145px;
    overflow: hidden;
}

.pro-info-ad a {
    display: block;
    width: 221px;
    height: 44px;
    background-color: #026d5d;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
}

.pro-info-hotline {
    margin-top: 15px;
}

.pro-info-hotline span {
    font-size: 16px;
    color: #333333;
}

.pro-info-hotline b {
    font-size: 24px;
    color: #026d5d;
    padding-bottom: 10px;
    border-bottom: 1px solid #026d5d;
}

.pro-info-share {
    margin-top: 12px;
}

.pro-content {
    margin-top: 40px;
}

.pro-content-value {
    width: 900px;
    overflow: hidden;
    padding-top: 30px;
    font-size: 16px;
    line-height: 30px;
}

.contact-info h1 {
    font-size: 33px;
    color: #026d5d;
    margin-bottom: 20px;
}

.contact-info p {
    margin: 15px 0;
    font-size: 16px;
}

.contact-ma {
    width: 200px;
    height: 200px;
    border: 1px solid;
}

.contact-ma img {
    width: 200px;
    height: 200px;
}

.commission-from {
    width: 900px;
    margin-top: 50px;
}

.commission-from li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.com-from-title {
    display: block;
    width: 200px;
    text-align: right;
    color: #787675;
    font-size: 14px;
}

.com-from-value {
    width: 500px;
    height: 30px;
    border: 1px solid #d2d4d6;
    text-indent: 7px;
}

.com-from-tj {
    background: #316499;
    width: 90px;
    height: 34px;
    border: none;
    color: #ffffff;
    margin-right: 30px;
}

.commission-from p {
    width: 67%;
    margin: 40px auto 0 auto;
    line-height: 25px;
}

.error {
    display: block;
    color: #e80000;
}

#indexNews li {
    width: 100%;
    height: 39px;
    line-height: 39px;
    background: #358d8a;
    transition: all 0.4s;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
}

#indexNews li a {
    display: block;
    color: #fff;
    font-size: 14px;
}

#indexNews li .n_num {
    width: 50px;
    height: 39px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background: #01a796;
    border-radius: 3px;
}

#indexNews li span {
    padding-left: 73px;
}

#indexNews li .n_time {
    height: 39px;
    position: absolute;
    right: 20px;
    top: 0px;
    line-height: 39px;
    color: #fff;
    font-size: 14px;
}

#indexNews li:hover {
    background: #01a796;
}

#page {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
    margin: 20px auto;
    color: #575656;
    font-size: 14px;
    clear: both;
}

#page a {
    color: #575656;
}

#page .current {
    background: #099e8b;
    padding: 0px 5px;
    color: #ffffff;
}

.formys {
    height: auto;
    padding: 10px;
}

.G_ul {
    margin: 0 auto;
}

.borderLi {
    height: auto;
    padding-top: 10px;
}

.G_InputText {
    width: 278px;
    height: 30px;
    border: 1px solid #d2d4d6;
}

.G_textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #dedede;
}

.formmcys {
    color: #787675;
}

.G_ul .sub {
    margin: 0 auto;
    width: 90px;
    height: 34px;
    border: none;
    color: #000;
}

.G_ul .sub:hover {
    background-color: #358d8a;
    color: #ffffff;
}

/**********************************招聘页面***********************************/
.title_lm {
    color: #323232;
    background: #e8e8e8;
    height: 40px;
    line-height: 40px;
    width: 100%;
}

.deal_Title {
    height: 40px;
    line-height: 40px;
    border-bottom: #bdbdbd dotted 1px;
    cursor: pointer;
    width: 100%;
}

.deal_Title .job, .title_lm .job {
    display: block;
    padding: 0 30px 0 10px;
    width: 185px;
    font-weight: normal !important;
}

.deal_menuCont {
    line-height: 30px;
    border-bottom: 1px solid #bdbdbd;
    padding: 10px;
    color: #323232;
    width: 98%;
}

.deal_menuCont a {
    color: #323232;
}

.deal_left {
    float: left;
}

.deal_right {
    width: 68px;
    float: left;
    height: 20px;
    padding-top: 140px;
}

.dealCon {
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.dealCon a {
    color: #FFF;
    padding: 5px 15px;
    background: #185ba9;
}

.news_info {
    color: #333;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 30px;
}

.zxly_nr {
    background: #fcfcfc;
    border: 1px solid #f0e2cb;
    padding: 20px;
    width: 870px;
    margin-left: 120px;
    overflow: hidden;
}

.order {
    width: 900px;
    overflow: hidden;
    margin: 60px auto;
}

.order .text {
    width: 50%;
    float: left;
    margin-bottom: 12px;
    height: 44px;
}

.order .text input {
    width: 73%;
    padding: 0 5%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid #d2d4d6;
}

.order .longtext {
    width: 100%;
    margin-bottom: 12px;
    height: 140px;
    clear: both;
}

.order .longtext textarea {
    border: 1px solid #d2d4d6;
    resize: none;
    width: 87%;
    height: 110px;
    padding: 10px 2%;
    border-radius: 3px;
}

.order .but {
    width: 96%;
    height: 42px;
    background: #185ba9;
    color: #FFF;
    clear: both;
    font-size: 16px;
    border-radius: 3px;
    border: none
}




















