﻿@charset "utf-8";

/* public*/
.w1200{width:1200px;margin:0 auto;}
.tx-l{text-align:left;}
.tx-c{text-align:center;}
.tx-r{text-align:right;}
.ufl{float:left;}
.ufr{float:right;}
.row.marlg0{margin-right:0;margin-left:0;}
.row .padlg0{padding-right:0;padding-left:0;}
.text img{max-width:100%;}
.col-zs{color:#327cbe;}
.font-18{font-size:18px;}
.font-46{font-size:46px;}
.dtable{display:table;width: 100%;height:100%;}
.dtable .dtcell{display:table-cell;vertical-align:middle;}
.block{display:block;}

/* body{padding-top: 88px;} */
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    -moz-border-radius: 2px;
         border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
       -moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
            box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a:hover, a:focus {color: #392717;text-decoration:none;}
body.on{overflow: hidden;}
.header-wrapper{
    background: #392717 url(../Images/bg_head.png) 95% -75px no-repeat;
    z-index:999;
    padding: 6px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.header-wrapper.activeHead{padding: 0;}
.header-wrapper:after {
    width: 100%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    transition: all .4s ease-out;
    content: '';
    position: absolute;
    top: -110%;
    left: 0;
    display: inline;
    height: 100%;
    background: #fff;
    -ms-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -o-box-shadow: 0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
       -moz-box-shadow: 0 2px 4px rgba(0,0,0,.1);
            box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -1;
}
.header-wrapper.activeHead:after{top:0;}
.header-wrapper .navbar-default{
    background: transparent;
    border-width: 0;
    padding: 0 45px;
    margin:0 auto;
}
.navbar-brand{
    height: auto;
    padding:15px 15px;
    margin-top: 0px;
}

.index-prev,.index-next{
    position: absolute;
    top:50%;
    width: 27px;
    height: 54px;
    background: url(../Images/ico_prev.png) center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    margin-top: -27px;
    z-index: 3;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.index-prev{left: 3%;}
.index-next{right: 3%;-webkit-transform: rotateZ(180deg);-moz-transform: rotateZ(180deg);-ms-transform: rotate(180deg);transform: rotateZ(180deg);}
.index-prev:hover,.index-next:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
.swiper-pagination-bullet{width: 15px;height: 15px;background: #bcbcbc;opacity: 1;}
.swiper-pagination-bullet-active{background: #7b4000;}


.head-nav-w{margin-top: 45px;padding-right: 0;}
.navbar-default .navbar-nav > li{margin-left:50px;padding-right: 0px;font-size:20px;font-family: "SourceHanSansCNRegular"}
.navbar-default .navbar-nav > li > a{
    padding:0;
    color:#fff;
    position: relative;
    line-height: 28px;
}
/* .navbar-default .navbar-nav > li.on > a{color: #06937c;} */
/* .navbar-default .navbar-nav > li.on > a:after{
    display: block;
    position: absolute;
    left: 0;
    bottom:0px;
    width:100%;
    height: 4px;
    background: #0a9492;
    content: '';
    z-index: 2;
} */
.header-wrapper.activeHead .navbar-nav > li > a{color:#000;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus,
.header-wrapper.activeHead .navbar-nav > li > a:hover,
.header-wrapper.activeHead .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.on>a{
    color:#fff;
}
.navbar-default .navbar-nav > li.on>a:after{
    position: absolute;
    bottom:-35px;
    left: 0;
    width: 100%;
    height: 5px;
    background: #7b4000;
    content: '';
}
.navbar-default .navbar-nav > li.lang:after{
    position: absolute;
    top:8px;
    left: -25px;
    width: 1px;
    height: 15px;
    background: #685b4e;
    content: '';
}
.navbar-default .navbar-nav > li.lang a{
    font-size: 16px;
    line-height: 36px;
    width: 38px;
    border:1px solid #685b4e;
    border-radius: 50%;
    text-align: center;
    margin-top: -5px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus{background: transparent;border-color:transparent;}
.dropdown-menu{width: 100%;min-width: 1px;}

.navbar-default .navbar-nav > li .ej-nav{
    position: absolute;
    top:100%;
    left: -30px;
    width: 196px;
    padding-top: 10px;
    display: none;
    z-index: 99;
}
.navbar-default .navbar-nav > li .ej-nav dl{
    background:rgba(255,255,255,0.86);
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding:30px 35px 12px;
}
.navbar-default .navbar-nav > li .ej-nav dl dt i{
    position: absolute;
    top:2px;
    left: 48px;
    border-bottom:8px solid rgba(255,255,255,0.86);
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.navbar-default .navbar-nav > li .ej-nav dl dd{
    margin-bottom: 18px;
    font-size: 16px;
    color:#555;
}
.navbar-default .navbar-nav > li.search{padding-right: 0;margin-left: 0px;}
.navbar-default .navbar-nav > li.search > a{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    color:#888;
    padding-left:20px;
    padding-right: 10px;
    margin-left: 20px;
    position: relative;
}
.navbar-default .navbar-nav > li.search > a:before{
    display: block;
    position: absolute;
    left: 0;
    top:50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    opacity: 0.4;
    filter: alpha(opacity=40);
    content: '';
}
.activeHead .navbar-default .navbar-nav > li.search > a:before{background: #000;}
.navbar-default .navbar-nav > li.search > a i{
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url(../Images/ico_sea.png);
    -moz-background-size: cover;
         background-size: cover;
    margin-top: 5px;
    vertical-align: top;
}
.activeHead .navbar-default .navbar-nav > li.search > a i{background-image: url(../Images/ico_sea2.png);}

.navbar-default .navbar-nav > li > a .ent{
    position: absolute;
    bottom: 0;
    left: 50%;
    font-size: 14px;
    font-family:"times new roman", arial;
    white-space: nowrap;
    text-transform: uppercase;
    color: #9d1522;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            display: none;
}
.navbar-default .navbar-nav > li.on > a .ent{display: block;}
.navbar-default .navbar-nav > li > a .ent:after,
.navbar-default .navbar-nav > li > a .ent:before{
    position: absolute;
    top:50%;
    width: 10px;
    height: 1px;
    background: #9d1522;
    content: '';
}
.navbar-default .navbar-nav > li > a .ent:after{left: 105%;}
.navbar-default .navbar-nav > li > a .ent:before{right: 105%;}

.ban-txt{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 4%;
    z-index: 2;
    color: #392717;
}
.ban-txt .p1{
    font-size: 60px;
    margin-bottom: 0px;
    opacity: 0;
    font-family: "SourceHanSansCNRegular";
    font-weight: 500;
}
.ban-txt .p2{
    font-size: 20px;
    opacity: 0;
    margin-top: 15px;
    font-family: arial;
}
.ban-txt .p3{opacity: 0;margin-top: 20px;font-size: 24px;font-family: "SourceHanSansCNRegular";}
.banner .ban-txt .ban-move-box{padding-top: 140px;}
.more1{
    display: inline-block;
    line-height: 44px;
    padding: 0 50px;
    -moz-border-radius: 44px;
         border-radius: 44px;
    border:1px solid #9d1522;
    color: #9d1522;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.more1:hover{
    background: #9d1522;
    color: #fff!important;
}
.ban-txt .ban-move-box{
    display: inline-block;
    max-width: 1200px;
    opacity: 0;
}
.ban-txt .ban-move-box .line{
    width: 150px;
    height: 3px;
    background: #392717;
    margin: 5px 0 20px;
}

/* .ban-cboxs{position: relative;} */


.home-section-1{
    padding: 75px 0 100px;
    background: url(../Images/bg1.png) -400px -250px no-repeat;
}
.title-s1{text-align: center;margin-bottom: 45px;}
.title-s1 h1{
    font-size: 38px;
    color: #392717;
    font-family: "SourceHanSansCNRegular";
    font-weight: 600;
    letter-spacing: 1px;
}
.title-s1 .line{
    height: 9px;
    background: url(../Images/ico1.png) center no-repeat;
    margin: 10px 0;
}
.title-s1 .p{
    font-size: 20px;
    font-family: arial;
    color: #555;
    font-weight: bold;
    text-transform: uppercase;
}
.font30{
    font-size: 30px!important;
    color: #392717;
    font-family: "SourceHanSansCNRegular";
    font-weight: 600;
}
.p18{
    font-size: 18px;
    line-height: 33px;
    color: #555;
}
.home-section-1 .txt h2{margin-bottom: 35px;}
.home-section-1 .txt .more-s2{margin-top: 85px;}
.more-s2 a{
    display: inline-block;
    line-height: 40px;
    padding: 0 22px;
    background: #392717;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
}
.home-section-1 .mode-cboxs .img a{
    display: block;
    padding-top: 214px;
    position: relative;
    overflow: hidden;
}
img.img-position{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home-section-1 .ctxt{
    padding: 20px 0 0;
}
.home-section-1 .ctxt .title{
    font-size: 24px;
    color: #000;
    margin-bottom: 15px;
}
.home-section-1 .ctxt .title span{display: inline-block;}
.home-section-1 .ctxt .title span.cn{font-family: "SourceHanSansCNRegular"}
.home-section-1 .ctxt .title span.en{font-family: arial;font-weight: 800;color: #392717;margin-left: 15px;}
.p17{
    font-size: 17px;
    line-height: 32px;
    color: #777;
}
.home-section-2{overflow: hidden;background: #eff2f6;padding-top: 50px;}
ul.ul-case {
    margin-right: -5px;
    margin-left: -5px;
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}
ul.ul-case li{
    float: left;
    width: 25%;
    overflow: hidden;
}
ul.ul-case li:nth-child(3),ul.ul-case li:nth-child(4){width: 50%;}
ul.ul-case li .boxs{
    position: relative;
    padding-top:100%;
}
ul.ul-case li:nth-child(3) .boxs,ul.ul-case li:nth-child(4) .boxs{padding-top:50%;}
ul.ul-case li .boxs .cs{
    position: absolute;
    top:5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
    overflow: hidden;
}
ul.ul-case li .img{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.ul-case li .boxs .txt{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: rgba(57,39,23,0.82);
    color: #fff;
    text-align: center;
    left: -100%;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
}
ul.ul-case li:hover .boxs .txt{left: 0;}
ul.ul-case li .boxs .txt .title{color: #fff;font-weight: normal;}
ul.ul-case li .boxs .txt .p{font-size: 20px;font-family: arial;font-weight: bold;}
ul.ul-case li .boxs .txt .line{
    width: 34px;
    height: 1px;
    background: #fff;
    margin: 5px auto 10px;
}
ul.ul-case li .boxs .txt .ico{
    height: 26px;
    background: url(../Images/ico2.png) center no-repeat;
    margin-bottom: 15px;
}
.home-section-3{
    text-align: center;
    height: 180px;
    background: url(../Images/bg2.jpg) center no-repeat;
    background-size: cover;
    padding-top: 55px;
    margin-bottom: 10px;
}
.home-section-3 .p{
    font-size: 20px;
    font-family: arial;
    font-weight: bold;
    color: #000;
    margin-top: 1px;
}
.footer{
    background: #392717;
    color: #fff;
    padding-top: 25px;
    text-align: center;
}
.footer .footer-nav{
    font-size: 0;
}
.footer .footer-nav a{
    display: inline-block;
    padding: 0 12px;
    line-height: 14px;
    font-size: 16px;
    color: #fff;
}
.footer .footer-nav a+a{border-left: 1px solid #7e5d38;}
.footer .icp{padding: 20px 0;font-size: 16px;}
.banner img {
    width: 100%;
    -webkit-transform: scale(1.2);
    -webkit-transition: transform 0.5s ease-out 0.8s;
    transform: scale(1.2);
    transition: transform 0.5s ease-out 0.8s;
}
.banner .swiper-slide-active{z-index: 3;}
.banner .swiper-slide-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.title-s3{
    margin-top: 60px;
    margin-bottom: 60px;
    padding-bottom: 25px;
    border-bottom: 3px solid #000;
    position: relative;
}
.title-s3 h1{
    font-size: 36px;
    font-family: "SourceHanSansCNRegular";
    font-weight: 600;
}
.title-s3 .rg{
    position: absolute;
    right: 0;
    top:0;
}
.title-s3 .rg a{
    display: inline-block;
    padding: 0 16px;
    line-height: 45px;
    font-size: 18px;
    font-family: "SourceHanSansCNRegular";
    font-weight: bold;
    color: #fff;
    background: #392717;
}
.about-p1{padding-bottom: 70px;}
.title-s4{
    position: relative;
    margin-bottom: 25px;
}
.title-s4 h2{
    font-size: 60px;
    font-family: Neutraface Bold;
    color: #f7f5f6;
    line-height: 1;
}
.title-s4 h1{
    position: absolute;
    bottom: 10px;
    left: 0;
    font-family: "SourceHanSansCNRegular";
    font-weight: 800;
    color: #392717;
    font-size: 36px;
}
.about-p1 .txt{
    font-size: 19px;
    line-height: 30px;
    color: #000;
}
.about-p1 .txt strong{font-family: "SourceHanSansCNRegular"}
.about-p2{
    background: #f2f2f2;
    padding: 70px 0;
}
.title-s5 {
    text-align: center;
    margin-bottom: 60px;
}
.title-s5 h1{
    font-family: "SourceHanSansCNRegular";
    font-weight: 800;
    color: #392717;
    font-size: 36px;
    margin-bottom: 15px;
}
.title-s5 h4{
    font-size: 19px;
}
.about-p2 .text{
    font-size: 19px;
    line-height: 36px;
    color: #000;
}
.row.row0{margin-right: 0;margin-left: 0;}
.row.row0>div{padding-right: 0;padding-left: 0;}
.about-p3 .txt{padding-top: 70px;padding-left: 65px;}
.about-p3 .txt h1{
    font-family: "SourceHanSansCNRegular";
    font-weight: 800;
    color: #392717;
    font-size: 36px;
    margin-bottom: 15px;
}
.about-p3 .txt .text{font-size: 19px;line-height: 36px;color: #000;}
.about-p3 .txt .text h4{
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "SourceHanSansCNRegular";
    color: #392717;
}
.about-p3 .txt ul {margin-top: 40px;margin-bottom: 35px;}
.about-p3 .txt ul li{
    float: left;
    width: 30%;
}
.about-p3 .txt ul li .cms{
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.about-p3 .txt ul li .ico{
    width: 90px;
    height: 90px;
    border:2px solid #8e8e8e;
    border-radius: 50%;
    position: relative;
}
.about-p3 .txt ul li .ico img{
    position: absolute;
    top:0;
    right: 0;
    bottom:0;
    left: 0;
    margin: auto;
}
.about-p3 .txt ul li .ico img.ico2{
    opacity: 0;
    filter: alpha(opacity=0);
}
.about-p3 .txt ul li.on .ico img.ico1{
    opacity: 0;
    filter: alpha(opacity=0);
}
.about-p3 .txt ul li.on .ico img.ico2{
    opacity: 1;
    filter: alpha(opacity=100);
}
.about-p3 .txt ul li.on .ico{border-color: #392717;}
.about-p3 .txt ul li .t{
    font-size: 19px;
    margin-top: 10px;
    font-family: "SourceHanSansCNRegular";
}
.about-p3 .txt .ftxt .gli{
    display: none;
    font-size: 19px;
    line-height: 36px;
}
.about-p3 .col-sm-pull-6 .txt {
    padding-left: 0;
    padding-right: 65px;
}
.in-nav{
    background: #f5f5f5;
    padding: 30px 0;
    text-align: center;
    font-size: 0;
}
.in-nav a{
    display: inline-block;
    line-height: 48px;
    padding: 0 40px;
    border:1px solid #919191;
    background: #fff;
    font-size: 18px;
    margin: 0 5px;
}
.in-nav a.on{
    background: #392717;
    color: #fff;
    border-color: #392717;
}
.products-list{padding: 50px 0;}
.products-list .title{
    font-size: 30px;
    font-family: "SourceHanSansCNRegular";
    margin-bottom: 20px;
}
.products-list .item{padding: 70px 0;}
.products-list .item+.item{border-top: 1px solid #ddd;}
.products-list .item .txt{display: block;position: relative;}
.products-list .item .ico-rs{
    display: none;
    position: absolute;
    top:0;
    right: 0;
    background: #392717;
    width: 32px;
    height: 32px;
    font-size: 24px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    border-radius: 50%;
}
.products-list .item .ico-rs:after{content: '\35'}
.products-list ul.ul-pro li .p{font-size: 16px;line-height: 30px;}
.products-list .item .img{padding-right: 35px;}
.products-list .item .col-sm-push-6 .img{padding-left: 35px;padding-right: 0;}
.products-det{padding: 80px 0 0;}
.products-det-swp{max-width: 1160px;margin: 0 auto 50px;position: relative;padding: 0 80px;}
/* .products-det-swp .img{
    height: 424px;
    position: relative;
    overflow: hidden;
    height: calc(100vh - 240px);
    height: -webkit-calc(100vh - 240px);
} */
.picMarquee-left .bd li{width: 50%;padding: 0 8px;}
.picMarquee-left .bd li .img{
    position: relative;
    height: 400px;
    border:1px solid #ddd;
}
img.img-position2{
    position: absolute;
    top:0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.products-det .text .title,.case-detail .text .title{
    font-size: 30px;
    margin-bottom: 30px;
    font-family: "SourceHanSansCNRegular";
    color: #000;
}
ul.ul-pro li{margin-top: 25px;}
ul.ul-pro li .t{
    font-size: 20px;
    margin-bottom: 1px;
    font-family: "SourceHanSansCNRegular";
    color: #392717;
    font-weight: bold;
}
ul.ul-pro li .p{
    font-size: 19px;
    line-height: 36px;
}
.pagepage{
    padding: 35px 0;
    font-size: 19px;
    border-top: 1px solid #ccc;
    margin-top: 40px;
}

.prev2,.next2{
    position: absolute;
    top: 50%;
    width: 41px;
    height: 77px;
    background: url(../Images/ico_prev2.png) center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    margin-top: -38px;
    z-index: 3;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.prev2{left: 0;}
.next2{
    right: 0;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotate(180deg);
    transform: rotateZ(180deg);
}
.case-wrap .title-s3{margin-bottom: 25px;}
.case-wrap .in-nav{margin-top: 25px;}
.in-case-list .row{margin-right: -5px;margin-left: -5px;}
.in-case-list .row>div{padding-right: 5px;padding-left: 5px;}
.in-case-list .boxs{
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.in-case-list .boxs .img{
    position: relative;
    padding-top: 70%;
}
.in-case-list .boxs .shaw{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(57,39,23,0.82);
    color: #fff;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
}
.in-case-list .boxs .shaw .title{
    font-size: 24px;
    font-family: "SourceHanSansCNRegular";
    padding: 0 30px;
    text-align: center;
    line-height: 1.6;
}
.in-case-list .boxs:hover .shaw{
    opacity: 1;
}
.in-case-list{margin-top: 30px;}
.in-case-list .m{text-align: center;margin: 50px 0;}
.in-case-list .m a{
    display: inline-block;
    padding: 10px 30px;
    border:1px solid #392717;
    color: #392717;
    font-size: 18px;
    font-family: "SourceHanSansCNRegular";
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.in-case-list .m a:hover{
    background: #392717;
    color: #fff;
}
.case-detail-swp{margin-bottom: 50px;}
.case-detail-swp .thumbs{margin-top: 30px;}
.case-detail-swp .gallery .img{
    height: 500px;
    position: relative;
    height: calc(100vh - 240px);
    height: -webkit-calc(100vh - 240px);
}
.case-detail-swp .thumbs .img{height: 120px;position: relative;opacity: 0.7;cursor: pointer;}
.case-detail-swp .thumbs .swiper-slide-thumb-active .img{opacity: 1;}
.case-detail .text{
    font-size: 18px;
    line-height: 36px;
}
.prev3,.next3{
    position: absolute;
    top:50%;
    z-index: 3;
    margin-top: -15px;
}
.prev3{left: 10px;}
.next3{right: 10px;}
.prev3 i,.next3 i{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #392717;
    color: #fff;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
}
.prev3 i:after{content: '\34'}
.next3 i:after{content: '\35'}
.service-text{
    padding-top: 70px;
    padding-bottom: 50px;
    font-size: 19px;
    line-height: 36px;
    color: #000;
}
.service-nav{
    padding-top: 60px;
    border-bottom: 1px solid #ddd;
}
.service-nav ul li{
    float: left;
    width: 33.333%;
    text-align: center;
    padding-bottom: 50px;
    position: relative;
}
.service-nav ul li a{
    display: inline-block;
}
.service-nav ul li .ico{
    height: 74px;
    position: relative;
}
.service-nav ul li .ico img.ico2{
    opacity: 0;
    filter: alpha(opacity=0);
}
.service-nav ul li.on .ico img.ico1{
    opacity: 0;
    filter: alpha(opacity=0);
}
.service-nav ul li.on .ico img.ico2{
    opacity: 1;
    filter: alpha(opacity=100);
}
.service-nav ul li .p{
    font-size: 18px;
    margin-top: 22px;
    font-family: "SourceHanSansCNRegular"
}
.service-nav ul li.on:after{
    display: block;
    width: 42px;
    height: 24px;
    background: url(../Images/ico4.png) center no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    bottom: -24px;
    left: 50%;
    margin-left: -21px;
}
.focus{margin-top: 10px;}
.focus .ban-txt .p1{font-size: 38px;font-weight: 500;}
.focus .ban-txt .p2{font-size: 16px;text-transform: uppercase;}
.partner-wrap{padding: 90px 0;}
.partner-list ul{margin-right: -20px;margin-left: -20px;}
.partner-list ul li{
    float: left;
    width: 20%;
    padding: 0 20px;
    margin-bottom: 40px;
}
.partner-list ul li .boxs{
    display: block;
}
.partner-list ul li .boxs .in-logo{
    height: 130px;
    position: relative;
    border:1px solid #ddd;
}
.in-logo img.img-position2{max-height: 70%;max-width: 75%;}
.contact-wrap{padding: 70px 0;}
.contact-list .item{margin-bottom: 20px;border:1px solid #ddd;}
.contact-list .item .txt{padding: 40px 30px;}
.contact-list .item .txt .title{
    font-size: 24px;
    font-family: "SourceHanSansCNRegular";
    font-weight: bold;
    color: #392717;
    margin-bottom: 10px;
}
.contact-list .item .txt .p{
    font-size: 18px;
    font-family: "SourceHanSansCNRegular";
    font-weight: bold;
    color: #999;
    margin-bottom: 25px;
}
.contact-list .item .txt ul li{
    position: relative;
    line-height: 30px;
    padding: 10px 0 10px 60px;
    font-size: 16px;
    color: #555;
    margin-top: 5px;
}
.contact-list .item .txt ul li i{
    position: absolute;
    top:0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border:1px solid #ddd;
    background-image: url(../Images/ico5.png);
    background-repeat: no-repeat;
}
.contact-list .item .txt ul li i.ico-c1{
    background-position: center 10px;
}
.contact-list .item .txt ul li i.ico-c2{
    background-position: center -42px;
}
.contact-list .item .txt ul li i.ico-c3{
    background-position: center -98px;
}
.contact-list .item .txt ul li i.ico-c4{
    background-position: center -152px;
}
.contact-list .item .txt ul li i.ico-c5{
    background-position: center -210px;
}
.title-7{
    margin: 60px 0;
    text-align: center;
}
.title-7 h1{
    font-size: 30px;
    font-family: "SourceHanSansCNRegular";
    font-weight: bold;
    margin-bottom: 15px;
}
.title-7 h4{font-size: 16px;color: #7c7c7c;}
.hr-list table{width: 100%;table-layout: fixed;text-align: center;}
.hr-list table tr th{
    background: #392717;
    height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    font-family: "SourceHanSansCNRegular";
    text-align: center;
}
.hr-list table tr th.th1{width: 18%;}
.hr-list table tr th.th5{width: 16%;}
.hr-list table tr td{
    height: 52px;
    font-size: 16px;
    color: #7c7c7c;
    border-bottom: 1px solid #ddd;
}
.hr-wrap{padding-bottom: 70px;}
.hr-list table tr td .cpm{cursor: pointer;}
.hr-list table tr td .cpm:hover{color: #392717}
.hr-pop{padding: 35px 70px 0;}
.hr-pop .title{
    font-size: 24px;
    font-family: "SourceHanSansCNRegular";
    margin-bottom: 20px;
}
.hr-pop .cmes table{
    width: 80%;
    table-layout: fixed;
}
.hr-pop .cmes table tr td{
    height: 32px;
    font-size: 18px;
    color: #777;
}
.hr-pop .cmes .text{
    font-size: 16px;
    line-height: 40px;
    color: #7c7c7c;
    margin-top: 5px;
    height: 200px;
    overflow-y: auto;
    margin-bottom: 15px;
}
.hr-pop .cmes .ma a{
    display: inline-block;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: #392717;
}
.down-list{margin-top: 70px;margin-bottom: 70px;}
.down-list .li{background: #f1f1f1;margin-bottom: 10px;}
.down-list .li .mt{
    display: block;
    line-height: 50px;
    position: relative;
    padding: 0 50px;
    font-size: 16px;
}
.down-list .li .mt:hover{
    background: #392717;
    color: #fff;
}
.down-list .li .mt i.yq{
    position: absolute;
    top:50%;
    left: 15px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border:3px solid #392717;
    margin-top: -7px;
}
.down-list .li .mt:hover i.yq{border-color: #fff;}
i.ico-d:after{content: '\33'}
.down-list .li .mt i.ico-d{
    position: absolute;
    top:50%;
    right: 20px;
    line-height: 30px;
    font-size: 28px;
    margin-top: -15px;
}
.pro-ys-txt{padding: 70px 0;font-size: 16px;line-height: 1.6;}
.pro-ys-txt h1{
    font-family: "SourceHanSansCNRegular";
    font-weight: bold;
    color: #392717;
    margin-bottom: 15px;
}
.pro-ys-txt h4{
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 10px;
}


/* 浮动框 */
    .float-menu{margin-bottom:10px;background:#fff;position:relative;border:1px solid #ddd;}
    .float-menu.menu-ogg{background:#68a9a3;}
    .float-zx{position:fixed;right:15px;bottom:20%;z-index: 999;}
    .float-zx .float-menu>a{
        display:block;
        width:60px;
        height:40px;
        text-align:center;
        font-size:14px;
        color:#68a9a3;
        line-height:18px;
        overflow: hidden;
    }
    p.float-names {
        line-height: 14px;
        font-size: 12px;
        color: #777;
        text-align: center;
        padding-bottom: 6px;
        cursor: pointer;
    }
    .float-zx .float-menu a.inco_float_1{background-position:0 0;}
    .float-zx .float-menu a.inco_float_2{
        background: url(../Images/inco_fla.jpg) center no-repeat;
    }
    /* .float-zx .float-menu a.inco_float_3{background: url(../Images/inco_flb.jpg) center no-repeat;} */
    .float-zx .float-menu a.inco_float_3{background: url(../Images/ico_email.png) center no-repeat;background-size:auto 34px;}
    .float-zx .float-menu a.inco_float_4{background-position:0 bottom;}
    .float-zx .float-menu a p{height:73px;padding-top:15px;font-size:16px;display:none;line-height:20px;padding-bottom:3px;margin-bottom:0;}
    .float-zx .float-menu:hover a.inco_float_1 p{background:#fff;color:#392717;}
    /* .float-zx .float-menu:hover a p{display:block;background:#fff;} */
    /* .float-zx .float-menu:hover a.inco_float_2,.float-zx .float-menu:hover a.inco_float_3{background:#fff;} */
    .float-box{position:absolute;top:-15px;right:60px;padding-right:25px;display:none;}
    .float-zx .float-menu:hover .float-box{display:block;}
    .float-box-c{
        border: 1px solid #ccc;
        border-top: 4px solid #392717;
        padding: 10px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
        box-shadow: 0 3px 8px rgba(0,0,0,.15);
        position: relative;
    }
    .menu-ogg .float-box-c{width:430px;}
    .inco_pep{
        display:inline-block;
        width:56px;height:56px;
        background:url(../Images/float_pep.jpg) left center no-repeat;
        float:left;
    }
    .float-box-ct p,.float-box-ccb p{
        float: left;
        color: #392717;
        font-size: 24px;
        line-height: 28px;
    }
    .float-box-ct p i,.float-box-ccb p i{
        display: block;
        font-size: 14px;
        color: #aaa;
        font-style:normal;
    }
    .float-box-cc{
        padding-top:10px;
        margin-top: 5px;
        border-top: 1px solid #e4e4e4;
        padding-bottom:5px;
    }
    .float-box-cc h4{
        color: #666;
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 5px;
    }
    .float-box-cc ul li{float: left;width:33.3333%;}
    .float-box-cc ul li a{
        display: inline-block;
        color: #999;
        font-size: 13px;
        padding-left: 43px;
        background: url(../Images/q1.gif) no-repeat left 3px;
        line-height: 36px;
    }
    .menu-clock .float-box-c{width:280px;}
    i.inco-sj{
        display: block;
        width: 13px;
        height: 16px;
        background: url(../Images/02index-spri.png) no-repeat 0 -2226px;
        position: absolute;
        right: -13px;
        top: 26px;
    }
    .inco-clock{
        display:block;
        float: left;
        width:56px;
        height:56px;
        background:url(../Images/inco_clock.jpg) center center no-repeat;
    }
    .float-zx .float-menu.menu-chat .float-box-ccb p{
        color: #68a9a3;
        font-size: 16px;
        line-height: 16px;
    }
    .menu-back a{background:url(../Images/ft_4.jpg);}
    .menu-back:hover a{background:url(../Images/ft_4a.jpg);}
    .float-search{
        width: 200px;
    }
    .float-search .inputs{position: relative;}
    .float-search .inputs .input{
        width: 100%;
        height:40px;
        border:1px solid #ddd;
        background: #fff;
        outline: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    .float-search .inputs .sub{
        position: absolute;
        right: 5px;
        width: 40px;
        height: 38px;
        top:0;
        background: url(../Images/ico_sea.png) center no-repeat;
        border-width: 0;
        outline: none;
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
    }
    .menu-search .float-box{top:0;}


    .mfooth{height: 50px;}
    .mfoot{
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 52px;
        background: #fff;
        z-index: 99;
        border-top: 1px solid #392717;
    }
    .mfoot a{float: left;width: 50%;height: 52px;padding-top:30px;text-align: center;}
    .mfoot a.mtel{
        background: url(../Images/ico_ftel.png) center 5px no-repeat;
        background-size: 22px;
        color: #392717;
    }
    .mfoot a.mwx{
        background:#392717 url(../Images/ico_fwx.png) center 8px no-repeat;
        background-size: 22px;
        color: #fff;
    }