﻿@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;}
.swiper-button-prev,.swiper-button-next{background: url(../Images/prevBig.png) center no-repeat;background-size: cover;}
.swiper-button-next{
    -webkit-transform:rotateZ(180deg);
    transform:rotateZ(180deg);
}
.swiper-button-prev:hover,.swiper-button-next:hover{background: url(../Images/prevBig2.png) center no-repeat;background-size: cover;}
.det-shar,.detail-title{text-align: center;}
.detail-title{font-size: 24px;font-family: "phtRegular";}
.det-shar{margin-bottom: 30px;}
input[type="text"], input[type="email"], input[type="tel"], input[type="url"], input[type="number"], input[type="search"], input[type="date"], select, textarea {
    border-radius: 2px;
    border: solid 1px #ccc;
    padding: 0.6em;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.1);
    width: 100%;
    transition: all 0.3s ease;
}
a:hover, a:focus {color: #f39f3b;text-decoration:none;}
.swiper-pagination-bullet-active{background: #f39f3b}
/* body{padding-top: 102px;} */
.logo img{max-height:60px;}
.header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    padding:10px 0;
    z-index:999;
    background: #fff;
}
.header-wrapper:after {
    width: 100%;
    -webkit-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);
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
    z-index: -1;
}
.header-wrapper.activeHead:after{top:0;}
.navbar-default{
    background: transparent;
    border-width: 0;
    margin-bottom: 0;
}
.navbar-brand{
    height: auto;
    padding:10px 15px;
}


.head-top{
    border-bottom: 1px solid #eee;
}
.head-top-right{
    float:right;
    padding-top: 25px;
}
.head-top-right .top-btn{
    float: left;
    font-size: 13px;
    height: 27px;
    line-height: 25px;
    padding:0 14px;
    border-radius: 3px;
    border:1px solid #fc0f0f;
    -webkit-transition:all 0.3s;
    transition: all 0.3s;
    margin-right: 5px;
}
.head-top-right .top-btn.active,.head-top-right .top-btn:hover{
    background: #fc0f0f;
    color:#fff;
}
.head-top-right .top-form{
    float: left;
    margin-left: 5px;
}
.head-top-right .top-form .input-g{
    position: relative;
    border:1px solid #cacaca;
    border-radius: 25px;
    overflow: hidden;
    margin-top: -3px;
}
.head-top-right .top-form .input-g .input{
    width: 150px;
    height: 31px;
    background: #fff;
    border-width: 0;
    box-shadow: none;
    outline: none;
}
.head-top-right .top-form .input-g .sub{
    width: 31px;
    height: 31px;
    background: url(../Images/ico_sea.png) center no-repeat;
    border-width: 0;
    position: absolute;
    top:0;
    right: 0;
}
.navbar-default .navbar-nav > li{margin-left:34px;padding-right: 10px;}
.navbar-default .navbar-nav > li > a{padding:10px 6px;color:#000;position: relative;height: 40px;line-height: 20px;}
.navbar-default .navbar-nav > li.on > a{color: #4081bc;}
.navbar-default .navbar-nav > li.on > a:after{
    display: block;
    position: absolute;
    left: 50px;
    bottom:0px;
    width:28px;
    height: 2px;
    background: #4081bc;
    content: '';
    z-index: 2;
    margin-left:-14px;
}
/* .navbar-default .navbar-nav > li > a i.i{
    position: absolute;
    right: -17px;
    top:50%;
    width: 7px;
    height: 4px;
    background: url(../Images/ico_down.png);

} */
.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);
    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;
}
.header-tel{
    float: right;
    margin-top: 10px;
}
.header-tel i{
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(../Images/ico_tel.png) center no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.header-tel span{
    font-size: 22px;
    font-family: arial;
    color:#000;
    vertical-align: middle;
}
.ban-txt{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ban-move-box{
    color:#3e3a39;
    margin-left: 0;
    color:#fff;
}
.ban-move-box h3{
    font-size: 60px;
    opacity: 0;
    margin-bottom: 5px;
    letter-spacing: -5px;
}
.ban-move-box .p1{
    margin-top: 20px;
    margin-bottom: 15px;
    opacity: 0;
    font-size: 36px;
    font-family: arial;
    text-transform: uppercase;
}
.ban-move-box .p2{
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 45px;
    opacity: 0;
    color: #595757;
}
.ban-move-box .p2 span{
    display: inline-block;
    border-top: 2px solid #fff;
    border-bottom:2px solid #fff;
}
.ban-move-box .p3{
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 5px;
    opacity: 0;
    color: #4081bc;
    font-family: arial;
    font-weight: bold;
}
.ban-btns a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding:0 30px;
    margin:0 18px;
    opacity: 0;
    border-radius: 3px;
    font-size: 22px;
    color:#fff;
}
.ban-btns a.a1{background: #3884b8;}
.ban-btns a.a2{background: #dbac90;}
.ban-move-box .line{
    width: 60px;
    height: 2px;
    background: #1c4c93;
    margin:0 auto 30px;
    opacity: 0;
}
.swppage .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #fff;
    opacity: 1;
    vertical-align: middle;
}
.swppage .swiper-pagination-bullet-active{
    width:17px;
    height: 17px;
    background: transparent;
    border:2px solid #fff;
    margin-top: 0;
}

.btn-menu{
    float: right;
    height: 38px;
    line-height: 38px;
    padding-left: 40px;
    background: url(../Images/ico_menu.png) left center no-repeat;
    color:#5d5d5d;
    font-size: 18px;
    margin-top: 10px;
}
.banner-wrap{position: fixed;top:66px;left: 0;bottom:0;width: 100%;z-index: 2;}
.banner{height: 100%;}
#menuNavs{height: 100%;}
.menu-wrap{height: 100%;text-align: center;padding:10% 10%;}
.menu-logo img{max-height: 150px;}
.menu-list ul li{margin:10% 0;color:#000;}
.menu-list ul li .zh{font-size: 19px;font-family: "phtRegular"}
.menu-list ul li .en{font-size: 14px;color:#9fa0a0;font-family: arial;text-transform: uppercase;}
.menu-chart p{color:#9fa0a0;font-size: 15px;}
.menu-chart .sh a,.footer .sh a{
    display: inline-block;
    width: 24px;
    height: 18px;
    background: url(../Images/ico_sh.png) 0 0 no-repeat;
    margin:0 1px 3px;
    position: relative;
}
.menu-chart .sh a.ic2,.footer .sh a.ic2{background-position: -32px 0;}
.menu-chart .sh a.ic3,.footer .sh a.ic3{background-position: -60px 0;}
.menu-chart div img{max-width: 150px;}
.close{
    position: absolute;
    top:10px;
    left: 10px;
    width: 16px;
    height: 16px;
    background: url(../Images/ico_close.png);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=100);
    opacity: 1;
}
.inner-wrap{background: #f6f6f6;padding-top: 66px;}
.inner-title{margin-top: 90px;}
.inner-title .line{width: 36px;height: 5px;background: #f39f3b;}
.inner-title h3{margin-top: 15px;font-size: 28px;font-family: "phtRegular";text-transform: uppercase;}
.inner-nav ul{margin-bottom: 30px;}
.inner-nav ul li{float: left;font-size: 18px;margin-right: 2px;}
.inner-nav ul li a{display: block;height: 30px;line-height: 30px;padding:0 20px;background: #cbcbcb;}
.inner-nav ul li.on a{color:#fff;background: #000;}
.text p{margin-bottom: 0;}
.text table,.text img{max-width: 100%;}
.footer{
    padding:15px 0;
    background: #626366;
    color:#9fa0a0;
    font-size: 15px;
}
.footer .sh{float: right;}
.sh .wxc{
    position: absolute;
    bottom:100%;
    left: 0;
    display: none;
    margin-left: -60px;
    padding:5px;
}
.sh a:hover .wxc{display: block;}
.sh .wxc img{max-width: 120px;}
.contact-address{margin:100px 0 80px;text-align: center;}
.contact-address .row >div+div .boxs{border-left:1px solid #ddd;}
.contact-address .boxs h4{margin-bottom: 15px;}
.contact-address .boxs p{font-size: 16px;color:#5a5a5a;}
.maps{padding:30px;background: #fff;margin-bottom: 80px;}
.honor-imgs{position: relative;margin-bottom: 100px;margin-top: 150px;}
.honor-imgs .imgs{background: #ddd;margin-bottom: 10px;}
.honor-imgs .imgs img{
    -webkit-transform: translate(-10px,10px);
    transform: translate(-10px,10px);
}
.honor-imgs .txt .h1,.honor-imgs .txt .h3{font-family: "phtRegular";}
.honor-imgs .txt .h3{font-size: 20px;}
.honor-imgs .txt .p{font-size: 16px;line-height: 30px;color:#5a5a5a;}
.honor-main{overflow: hidden;}
.hm-develop {
    position: relative;
    border-bottom: 1px solid #9a9a9a;
    margin-top: 15px;
    margin-bottom: 170px;
}
.develop-line {
    margin-bottom: 7px;
    border-right: 1px solid #9a9a9a;
}
.hm-develop-bmc {
    position: relative;
    padding-bottom: 1px;
}
.develop-line li {
    float: left;
    width: 8.33333333%;
    position: relative;
    height: 25px;
}
.develop-line li:after {
    display: block;
    width: 1px;
    height: 25px;
    background: #9a9a9a;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}
.develop-line li i.le {
    float: left;
    width: 10%;
    height: 25px;
    position: relative;
}
.develop-line li i.le:after {
    display: block;
    width: 1px;
    height: 6px;
    background: #9a9a9a;
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
}
.prev-sm, .next-sm {
    width: 36px;
    height: 36px;
    background: url(../Images/ico_prev3.png);
    cursor: pointer;
}
.next-sm {
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.hm-develop-bmc .next-sm {
    position: absolute;
    right: -40px;
    bottom: -19px;
    z-index: 2;
}
.hm-develop-bmc .prev-sm {
    position: absolute;
    left: -40px;
    bottom: -19px;
    z-index: 2;
}
.honor-years{
    position: relative;
    width: 75%;
    left: 20.8333%;
    text-align: center;
}
.honor-years .yearNum{font-size: 18px;font-family: arial;color:#000;height: 30px;line-height: 30px;}
.honor-years .swiper-slide-thumb-active .yearNum{font-size: 22px;color:#f39f3b;}
.honor-imgs .line{
    position: absolute;
    right: 8.3%;
    bottom:-80px;
    width: 2px;
    height: 120px;
    background: #f39f3b;
    z-index: 3;
}
.case-navs{max-width: 1050px;margin:80px auto 0;font-size: 0;text-align: center;}
.case-navs .item{
    display: inline-block;
    width: 20%;
    text-align: center;
    padding-bottom: 40px;
    border-bottom:4px solid transparent;
    margin-bottom: -2px;
}
.case-navs .item.on{border-bottom-color: #f39f3b;}
.case-navs .item .ibox{
    display: block;
}
.case-navs .item+.item .ibox{
    border-left: 1px solid #ddd;
}
.case-navs .item .p{
    font-size: 18px;
    color:#000;
    margin-top:15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case-navs .item.on .p{color:#f39f3b;}
.case-wrap{background: #fff;padding-top: 80px;}
.case-list .boxs{display: block;margin-bottom: 80px;}
.case-list .img{position: relative;width: 100%;padding-top:68.96551724137931%}
.case-list .img img{position: absolute;top:0;left: 0;width: 100%;height: 100%;}
.case-list .boxs .txt{
    padding:5px 15px 0;
    border:1px solid #eee;
    border-top-width: 0;
    color:#000;
}
.case-list .boxs .txt .h4{
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case-list .boxs .txt .tigs{
    height: 22px;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case-list .boxs .txt .tigs{font-size: 16px;margin-bottom: 10px;}
.case-list .boxs .txt .m{border-top: 1px solid #eee;padding:12px 0;font-size: 16px;color:#a5a5a5;}
.case-list .boxs .txt .m .mi{
    float: right;
    width: 28px;
    height: 8px;
    background: url(../Images/ico_jt.png);
    margin-top: 7px;
}
.more-s5{margin-top: -20px;margin-bottom: 60px;text-align: center;}
.more-s5 a{
    display: inline-block;
    padding-top: 35px;
    background: url(../Images/ico_tg.png) center top no-repeat;
    font-size: 18px;
}
.case-det-sm-img{max-width: 560px;margin:15px auto 40px;}
.case-det-txt .mes .p{
    margin-bottom: 6px;
    padding-left:10px;
    position: relative;
    color:#000;
}
.case-det-txt .mes .p i{position: absolute;top:50%;left: 0;width: 4px;height: 4px;border-radius: 5px;background: #000;margin-top: -2px;}
.case-det-txt .mes .p span.l{
    font-size: 16px;
    font-family: "phtRegular";
    color:#000;
}
.case-det-txt .text{
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 45px;
}
.dbm{margin-bottom: 90px;color:#000;line-height: 30px;}
.case-det-imgs .gallery-top .imgs,.case-det-imgs .gallery-thumbs .imgs{
    position: relative;
    height: 0;
    border:1px solid #eee;
    padding-top: 66.6667%;
    overflow: hidden;
}
.case-det-imgs .gallery-thumbs .swiper-slide-thumb-active .imgs{border-color: #f39f3b;}
.case-det-imgs .gallery-top .imgs img,.case-det-imgs .gallery-thumbs .imgs img{
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom:0;
    max-width: 100%;
    max-height: 100%;
    margin:auto;
}
.team-list{
    max-width: 1021px;
    margin:50px auto 0;
}
.team-list .boxs{margin-bottom: 70px;}
.team-list .boxs .imgs{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden;
}
.team-list .boxs .txt{
    padding:15px 0 30px;
    background: #fff;
    text-align: center;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.team-list .boxs .txt .h3{font-family: "phtMedium";}
.team-list .boxs .txt p{color:#595757;font-size: 16px;margin-bottom: 15px;}
.mbtns a{
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    background-color: #e6e6e6;
    margin:0 3px;
}
.mbtns a.wx{background-image: url(../Images/ico_w.png);background-repeat: no-repeat;background-position: center;}
.mbtns a.link{background-image: url(../Images/ico_l.png);background-repeat: no-repeat;background-position: center;}
.mbtns a:hover{background-color: #f39f3b;}

.news .inner-nav ul{margin-bottom: 0;}
.news-list .item {
    padding: 80px 0;
    border-bottom:1px dashed #ddd;
}
.news-list .item .date {
    width: 160px;
    padding: 0 40px 0 20px;
    text-align: center;
    font-family: arial;
}
.news-list .item .date .d {
    display: block;
    font-size: 48px;
    color: #acacac;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.news-list .item .date .ym {
    font-size: 15px;
    color: #acacac;
}
.news-list .item .img {
    width: 300px;
}
.news-list .item .mes {
    padding-left: 50px;
    color: #3e3a39;
}
.news-list .item .mes .title {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    margin-bottom: 15px;
    color:#000;
}
.news-list .item .mes .p {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 26px;
    color: #5a5a5a;
}
.news-list .item .mes .m {
    padding-top: 20px;
    border-top: 1px solid #ddd;
    font-size: 16px;
    color: #595757;
}
.news .more-s5{margin-top: 50px;}
.hr-list {border-top: 1px solid #d9d9d9;margin-bottom: 130px;}
.hr-list .item{
    border-bottom: 1px solid #d9d9d9;
    padding:20px 15px;
}
.hr-list .item .mes{display: none;}
.hr-list .item .top .h3{margin-top: 0;margin-bottom: 0;font-size: 16px;}
.hr-list .item .top .h3.mt{margin-top: 11px;}
.hr-list .item .top .ag{
    float: right;
    width: 21px;
    height: 21px;
    background: url(../Images/ico_9.png) center no-repeat;
    cursor: pointer;
}
.hr-list .item.on .top .ag{background: url(../Images/ico_10.png) center no-repeat;}
.hr-list .item .top .p{font-size: 13px;color:#595959;margin-top: 5px;}
.hr-list .item .mes-ps-ad{
    font-size: 20px;
    font-size: 14px;
    color:#000;
    margin-top: 20px;
    margin-bottom: 20px;
}
.hr-list .item .mes-ps-ad span{
    display: inline-block;
    height: 14px;
    line-height: 14px;
}
.hr-list .item .mes-ps-ad span+span{
    border-left: 1px solid #595959;
    padding-left: 25px;
    margin-left: 25px;
}
.hr-list .item .mes .text{font-size: 14px;color:#5a5a5a;}
.hr-list .item .mes .text .p1{margin-bottom: 15px;}

/* 浮动框 */
    .float-menu{margin-bottom:1px;background:#fff;position:relative;border:0px solid #ddd;}
    .float-menu.menu-ogg{background:#68a9a3;}
    .float-zx{position:fixed;right:1px;top:50%;margin-top:-45px;z-index: 999;}
    .float-zx .float-menu>a{display:block;width:73px;height:73px;text-align:center;font-size:14px;color:#68a9a3;line-height:18px;overflow: hidden;}
    .float-zx .float-menu a.inco_float_1{color:#fff;background:url(../Images/fl_1.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a.inco_float_2{background:url(../Images/fl_2.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a.inco_float_3{background:url(../Images/fl_3.jpg) center no-repeat;background-size:cover;}
    .float-zx .float-menu a.inco_float_5{background:url(../Images/fl_4.jpg) center no-repeat;background-size:cover;}
    .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:#68a9a3;}
    .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 #68a9a3;
        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:360px;}
    .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: #68a9a3;
        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: 5px;
        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) left top 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;
        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;
        box-shadow: none;
    }
    .menu-search .float-box{top:0;}