@charset "utf-8";
/* CSS Document */


.header{
    height:90px;
    background:#fff;
    position: relative;
    z-index: 9999;
}
.logo{
    position:relative;
    height:80px;
    z-index: 99999;
    margin-top:10px;
}

.top-menu{
    padding:0;
    height: 90px;
}
.top-menu .item{
    display: inline-block;
    width:104px;
    position:relative;
    margin:0 1px 0 0;
}
.top-menu .item h6{
    line-height:90px;

}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    font-size:15px;
    color: #555;
    transition: 0s;
}
.top-menu .item h6 a span{
    display: none;
}
.top-menu .item h6.on a span{
    display:inline-block;
    font-size: 8px;
    padding:0 0 0 5px;
    color: #888;
    vertical-align: middle;
    margin-top:-2px;
}
.top-menu .item h6:hover,.top-menu .item h6.cur{
    background:#40b2b3;
    font-weight: bold;

}
.top-menu .item h6 a:hover span,.top-menu .item h6.cur a span,.top-menu .item h6:hover a,.top-menu .item h6.cur a{
    color:#fff;
}

.top-menu .item ul{
    position:absolute;
    top:120px;
    z-index:9999;
    background:#fff;
    left:-10px;
    width:137px;
    opacity:0;
    transition:all .3s;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
}
.top-menu .item:hover ul{
    visibility:visible;
    opacity: 1;
    top:90px;
}
.top-menu .item li{
    height:36px;
    overflow:hidden;
}

.top-menu .item li a{
    display:block;
    line-height:36px;
    font-size:12px;
    padding:0 20px;
    color: #666;
    text-align: center;
}

.top-menu .item li a:hover{
    background: #40b2b3;
    color: #fff;
}


.header-on{
    height:60px;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index:9999;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.header-on .top-bar{
    display: none;
}
.header-on .item{
    margin:0 1px 0 0;
}
.header-on .item h6{
    line-height:60px;
}

.header-on .item ul{
    top:90px;
}
.header-on .item:hover ul{
    top:60px;
}
.header-on .item h6 a{
    font-size: 14px;
}
.header-on .logo{
    height:50px;
    margin-top:5px;
}
.header-on .logo img{
    max-height:100%;
    width:auto;
}


/*
    index____title
*/


.tit-box:after{
    content: '';
    display: block;
    width:40px;
    height:1px;
    background: #40b2b3;
    margin-top:10px;
}

.tit-box h4{
    display: inline-block;
    color: #555;
    font-size: 24px;
    line-height:1.3;
}

.tit-box p{
    color: #999;
    font-size: 12px;
    font-family: Arial;
    text-transform: capitalize;
}
.tit-box1:after{
    background: #fff;
}
.tit-box1 h4{
    color: #fff;
}
.tit-box1 p{
    color: #fff;
}



/*
    首页产品分类
*/

.tit-menu{
    height:40px;
    overflow: hidden;
    text-align: right;
    margin-top:15px;
}
.tit-menu ul li{
    display: inline-block;
    height:40px;
}

.tit-menu ul li a{
    display:block;
    font-size: 14px;
    height:30px;
    line-height:30px;
    padding:0 10px;
    transition: all 0.3s ease-out 0s;
    color: #777;
}
.tit-menu ul li a:hover,.tit-menu ul li:first-child a{
    color: #40b2b3;
}
.tit-menu ul li:first-child a:after,.tit-menu ul li a:hover:after{
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-bottom: 4px solid #40b2b3;
    border-right: 4px solid transparent ;
    border-left: 4px solid transparent;
    margin:auto;
}

/*
    产品图片样式
*/
.product-wrap{
    background:#f6f6f6;
    padding:50px 0;
}
.product-con{
    padding:40px 0 0 0;
    overflow: hidden;
}
.img-item{
    margin:0 0 10px 0;
}
.img-item .img{
    background: #fff;
}
.img-item .tit{
    height:50px;
    color: #555;
    line-height:50px;
    font-size: 14px;
    text-align: center;
}
.img-item .tit span{
    font-size: 16px;
}


/********
      关于我们
*******/


.about-wrap{
    overflow: hidden;
    background: url("../image/bg1.jpg") no-repeat fixed;
    min-height: 560px;
}
.about-tit-box{
    position: relative;
}
.about-tit-box:after{
    content: '';
    display: block;
    background: rgba(255,255,255,.4);
    height:99999px;
    width:1px;
    position: absolute;
    right:0;
    top:0;
}
.about-tit{
    border-bottom: 1px solid rgba(255,255,255,.4);
    padding:100px 0 50px;
}
.about-box{
    padding:60px 0 0 50px;
}
.about-con .con{
    color: #fff;
    font-size: 14px;
    height:160px;
    overflow: hidden;
}
.about-con .con p{
    padding-bottom:7px;
}
.about-con .con a{
    color: #fff;
}
.about-ico{
    margin-top:65px;
}
.about-ico .col-md-6:nth-child(2n-1){
    padding-right: 36px;
    border-right: 1px solid rgba(255,255,255,.4);
}
.about-ico .col-md-6:nth-child(2n){
    padding-left: 36px;
}
.about-ico .col-md-6:nth-child(1),.about-ico .col-md-6:nth-child(2){
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.about-ico .col-md-6:nth-child(3),.about-ico .col-md-6:nth-child(4){
    padding-top: 30px;
}
.about-item .con{
    margin-left:-25px;
    color: #fff;
}
.about-item .con h4{
    font-size: 18px;
}
.about-item .con p{
    font-size: 14px;
    margin-top:8px;
}

/********
      案例
*******/

.case-wrap{
    background: url("../image/bg2.jpg") no-repeat top;
    min-height: 520px;
    padding:50px 0;
}
.case-box{
    width:1070px;
    margin:45px auto 0;
    position: relative;
}
.case-item .con{
    width:670px;
    padding-top:100px;
    color: #fff;
    position: relative;
}
.case-item .con:after{
    display: block;
    content: '';
    width:130px;
    height:1px;
    background: #fff;
    position: absolute;
    top:60px;
    left:-130px;
}
.case-item .con h4 a{
    display: block;
    color: #fff;
    font-size: 18px;
}
.case-item .con p{
    font-size: 14px;
    margin-top:13px;
    height:100px;
    overflow: hidden;
}
.case-box .owl-buttons{
    position: absolute;
    left:400px;
    top:260px;
}
.case-box .owl-buttons>div{
    width:36px;
    height:36px;
    border: 1px solid #fff;
    font-size:24px;
    font-family: 宋体;
    display: inline-block;
    text-align: center;
    line-height:36px;
    color: #fff;
    margin-right:14px;
}

/********
      新闻
*******/

.news-wrap{
    padding:70px 0;
}
.news-box{
    margin:50px 0 30px;
}
.news-box .row{
    margin:0 -50px;
}
.news-box .col-md-4{
    padding:0 50px 100px;
}
.news-item a{
    font-size: 16px;
    color: #555;
    display: block;
}
.news-item p{
    font-size: 13px;
    color: #888;
    margin-top:8px;
}
.news-item .time{
    display: inline-block;
    color: #333;
    font-family: Arial;
    font-size: 18px;
    margin-top:30px;
    border-bottom: 2px solid #999;
}
/*设计团队*/

.team-wrap{
    background: #fafafa;
    padding:60px 0;
}
.team-con{
    width:60%;
    margin:80px auto 0;
    text-align: center;
    position: relative;
}
.team-item .img img{
    border-radius: 50%;
    background: #fff;
}
.team-item h4 a{
    display: block;
    font-size: 22px;
    color: #333;
    line-height:1;
    padding-top: 20px;
}
.team-item span{
    color: #999;
    font-size: 12px;
    font-family: Arial;
    display: block;
    margin-top:8px;
    position: relative;
}
.team-item span:after{
    content: '';
    display: block;
    width:1px;
    height:40px;
    background: #40b2b3;
    margin:auto;
    position: absolute;
    left:50%;
    top:40px;
}
.team-item .con{
    background: #fff;
    width:80%;
    margin:45px auto 0;
    padding:30px 50px;
    font-size: 14px;
    color:#666;
}
.team-item .con p{
    height:48px;
    overflow: hidden;
}

.team-con .owl-buttons>div{
    width:42px;
    height:42px;
    background: #eee;
    position: absolute;
    top:100px;
}
.team-con .owl-buttons>div.owl-prev{
    left:0;
}
.team-con .owl-buttons>div.owl-next{
    right:0;
}
.team-con .owl-buttons>div span{
    line-height:42px;
    text-align: center;
    color: #666;
}
.team-con .owl-buttons>div:hover{
    background: #40b2b3;
}
.team-con .owl-buttons>div:hover span{
    color: #fff;
}
.team-con .owl-pagination{
    margin-top:40px;
}
.team-con .owl-pagination .owl-page{
    display: inline-block;
    width:30px;
    height:3px;
    border: 1px solid #ccc;
    text-indent: -9999px;
}
.team-con .owl-pagination .owl-page.active{
    border: 1px solid #40b2b3;
    background: #40b2b3;
}

/*优势*/
.ys-wrap{
    background: url("../image/bg1.jpg") no-repeat center top;
    position: relative;
    padding:50px 0 90px;
}
.ys-item{
    margin-top:90px;
    color: #fff;
}
.ys-item .tit{
    font-size: 24px;
    line-height:1;

}
.ys-item .tit:after{
    content: '';
    display: block;
    width:40px;
    height:2px;
    background: #fff;
    margin-top:15px;
}
.ys-item .col-md-8{
    margin-left:-40px;
}
.ys-item p{
    font-size: 14px;
    margin-top:10px;
    line-height:2;
    height:84px;
    overflow: hidden;
}

/*
* 城市分销
*/

.city-data-wrap{
    padding:5px 0;
    border-bottom: 1px solid #ddd;
}
.city-data span{
    font-size:16px;
    color: #333;
}
.city-data a{
    display: inline-block;
    font-size: 14px;
    color:#666;
    padding: 5px 10px;
}



/*
    页底
*/

.footer{
    padding:20px 0;
    font-size: 14px;
    background: #eee;
}

.footer-con{
    line-height:30px;
}
.friendlinks span a:first-child{
    padding:0 0 0 15px;
}




@media (min-width:1200px){
    .xz-block-item{
        padding:0 10px;
    }
    .xz-block-item .img{
        width:25%;
        padding:0 4%;
        margin:7px 0 0 0;
    }
    .xz-block-item .con{
        width:75%;
        padding:0 10px;
    }
    .xz-block-item .con p{
        height:44px;
        overflow: hidden;
        color: #fff;
        font-size: 14px;
    }
}
@media (min-width:1399px){
    .container-max{
        width:1300px;
    }
}

@media (min-width:1600px){
    .container-max{
        width:100%;
        padding:0 150px;
    }
}
@media (max-width: 1550px) {
    .about-wrap .col-md-8{
        width:83.33333%
    }
}

/*
    右下角按钮
*/

.um-fix-btn {
    position: fixed;
    right:5px;
    bottom: 40px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.um-fix-btn a{
    display: block;
    width:40px;
    height:40px;
    border: 1px solid rgba(0,0,0,.08);
    background:#fff;
    font-size: 16px;
    color: #444;
    text-align: center;
    border-bottom: none;
    transition:0s;
}

#ufb-gotop{
    background: #40b2b3;
    color: #fff;
}
.um-fix-btn a i{
    line-height:40px;
}
.um-fix-btn a:hover{
    background: #444;
    border: 1px solid #444;
    color: #fff;
    border-bottom: none;
}
#ufb-gotop:hover{
    background:#444;
}


.modal-code{
    width: 300px;
    margin: 15% auto 0;
}
.modal-code img{
    width:270px;
}

/*===== kefu ====*/
.kefu {width:99px;height:60px;position:absolute;top:0px; z-index:999}
.kefu .kftop{background:url(../images/kefu_top.gif) no-repeat;height:20px;}
.kefu .kfbottom{background:url(../images/kefu_bottom.gif) no-repeat;height:14px;}
.kefu .kfbox {border-left:1px solid #DDE6EC;border-right:1px solid  #DDE6EC;overflow:hidden;zoom:1;padding:1px;background:#FFF;color:#f00;line-height:26px;}
.kefu .kfbox ul {padding-left:6px;}
.kefu .kfbox ul li.tit {color:#800000;}
.kefu .kfbox ul li img {vertical-align:middle;}
.kefu .kfbox .tit{padding-left:0; font-size:12px;}

