@charset "utf-8";
/* CSS Document */


.header{
    height:90px;
    transition:all .3s;
}
.logo{
    overflow:hidden;
    margin:10px 0 0 0;
}

.top-menu{
    padding:0;
}
.top-menu .item{
    float:left;
    width:97px;
    position:relative;
}
.top-menu .item h6{
    line-height:90px;
}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    color: #555;
    font-size:14px;
}
.top-menu .item h6 a span{
    display: none;
}
.top-menu .item h6.on a span{
    display:inline-block;
    font-size: 9px;
    padding:0 0 0 5px;
    color: #777;
    vertical-align: middle;
}
.top-menu .item h6 a:hover,.top-menu .item h6.cur a{
    color: #00a1ff;
}
.top-menu .item h6 a:hover span,.top-menu .item h6.cur a span{
    color: #00a1ff;
}

.top-menu .item ul{
    position:absolute;
    top:110px;
    z-index:9999;
    background:#fff;
    left:-20px;
    width:137px;
    opacity:0;
    transition:all .3s;
    visibility: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.top-menu .item:hover ul{
    visibility:visible;
    opacity: 1;
    top:85px;
}
.top-menu .item ul li:first-child:before{
    content: '';
    height:3px;
    width:0;
    background: #999;
    display: block;
    transition: .3s;
}
.top-menu .item:hover ul li:first-child:before{
    width:100%;
}

.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;
}
.top-menu .item li:first-child a{
    line-height:33px;
}
.top-menu .item li a:hover{
    background: #f2f2f2;
    color: #333;
}


.header-on{
    height:60px;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    background: #fff;
    box-shadow:0 2px 6px rgba(0, 0, 0, .15);
    z-index:9999;
}
.header-on .item h6{
    line-height:60px;
}

.header-on .item ul{
    top:80px;
}
.header-on .item:hover ul{
    top:55px;
}
.header-on .item h6 a{
    font-size: 14px;
}
.header-on .logo{
    height:40px;
}
.header-on .logo img{
    height:100%;
    width:auto;
}




/*
    tit_css
*/



.tit-box h4{
    font-size: 24px;
    color: #fff;
}
.tit-box h4:after{
    width:49px;
    height:2px;
    background: #00a3ff;
    display:block;
    content:'';
    margin:15px auto 0;
}
.tit-box1 h4{
    color: #000;
}
.tit-box p{
    font-size: 14px;
    color: #666;
    margin: 10px 0 0 0;
    display: inline-block;
    line-height:1;
}

/*
    我们的优势
*/

.our_ys-img{
    width:60%;
    margin:auto;
}
.our_ys-img img{
    width:100%;
}
.our_ys-con{
    margin: 30px 0 0 0;
}
.our_ys-con h4{
    font-size: 22px;
    color: #000;
}
.our_ys-con p.p1{
    font-size: 14px;
    color: #888;
    margin:15px 0 10px 0 ;
}
.ys-item{
    margin:30px 0 0 0;
}
.ys-item .ico{
    width:34px;
    height:34px;
    background: #28a3fc;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin:0 30px 0 0;
}
.ys-item .ico i{
    line-height:34px;
}
.ys-item .con{
    display: inline-block;
}
.ys-item .con h6{
    font-size: 16px;
    color: #000;
}
.ys-item .con p{
    color: #888;
    font-size: 14px;
    margin:5px 0 0 0;
}

/*
    首页产品分类
*/

.tit-menu{
    margin:25px 0 0 0;
    height:28px;
    overflow: hidden;
}
.tit-menu ul li{
    display: inline-block;
    margin:0 5px 10px;
}
.tit-menu ul li + li{
}
.tit-menu ul li a{
    display: inline-block;
    padding:0 15px;
    line-height: 14px;
    font-size: 14px;
    color: #666;
}
.tit-menu ul li:first-child a{
    padding:0 20px 0 0;
}
.tit-menu ul li a:after{
    height:1px;
    content: '';
    display: block;
    background: #b8aa83;
    width:0;
    margin:7px 0 0 0;
    transition: .36s;
}
.tit-menu ul li a:hover,.tit-menu ul li:first-child a{
    color: #b8aa83;
}
.tit-menu ul li a:hover:after,.tit-menu ul li:first-child a:after{
    width:100%;
}


/*
    产品图片样式
*/
.product-wrap{
    background: url("../image/product-wrap.jpg") no-repeat center fixed;
    background-size: cover;
    padding:100px 0;
}
.product-con{
    margin:10px 0 70px 0;
}
.img-item{
    background: #fff;
    margin: 0 -15px;
    position: relative;
    transition: .5s;
    overflow: hidden;
}

.img-item .img{
    position: relative;
    background: #000;
    transition: .36s;
}
.img-item .img img{
    width:100%;
    height:auto;
    opacity:.7;
    display: block;
    transition: .36s;
}
.img-item .img h4{
    position: absolute;
    left: 0;
    top:80%;
    text-align: center;
    padding:0 30px;
    width:100%;
    opacity:0;
    transition: .36s;
}
.img-item .img h4 span{
    display: block;
    text-align: center;
    color: rgba(255,255,255,.9);
}
.img-item .con{
    position: absolute;
    bottom: 0;
    width:100%;
    transform: translateY(54px);
    transition: .36s;
}
.img-item .con p{
    font-size: 14px;
    color: #333;
    overflow: hidden;
    height:54px;
    line-height:54px;
    background: #ddd;
    padding:0 16px;
    text-align: center;
}
.img-item:hover .img{
    transform: translateY(-54px);
}
.img-item:hover .img img{
    opacity:.9;
}
.img-item:hover .img h4{
    opacity:1;
    top:60%;
}
.img-item:hover .con{
    transform: translateY(0);
}


/********
      关于我们
*******/

.about-img img{
    width:100%;
}


.about-con .con{
    font-size: 14px;
    line-height:2;
    margin:30px 0 25px 0;
    height:60px;
    overflow: hidden;
    color:#888;
}
.about-con .con a{
    color: #be9d45;
    font-weight: normal !important;
}

.about-con{
    line-height:1.8;
    color:rgba(31,37,38,.75);
    font-size: 14px;
    height:275px;
    overflow: hidden;
}
.about-con a{
    color: rgba(31,37,38,.75)!important;
}
.about-con a:hover{
    color: #00a3ff!important;
}
.about-con p{
    margin:10px 0 0 0;
}

/********
      案例
*******/

.wrap_bg{
    background: #fafafa;
}

.case-item{
    margin:0 0 20px 0;
    transition: .36s;
}

.case-item .img img{
    width:100%;
    height:auto;
}
.case-item .con{
    padding:30px 20px;
    transition: .36s;
    position: relative;
}
.case-item .con:after{
    content: '';
    display: block;
    width:0;
    height:1px;
    background: #666;
    position: absolute;
    bottom:0;
    left:0;
    transition: .36s;
}
.case-item .con h4{
    font-size: 18px;
    color: rgba(31,37,38,.75);
    transition: .36s;
}
.case-item .con p{
    font-size: 14px;
    color:rgba(31,37,38,.75);
    line-height:1.6;
    height: 55px;
    padding:15px 0 0 0;
    overflow: hidden;
}
.case-item:hover{
    box-shadow: 0 0 28px rgba(0,0,0,.2);
}
.case-item:hover .con:after{
    width:100%;
}
.case-item:hover .con h4{
    color: #27303f;
    border-left: 2px solid #27303f;
    padding:0 0 0 10px;
}






/********
      新闻
*******/

.news-wrap{
    background: url("../image/news-wrap.jpg") no-repeat center fixed;
    background-size: cover;
    margin:60px 0 0 0;
}

.news-item{
    padding:40px 30px;
    background: #fff;
    float: left;
    margin:0 15px;
    transition: .36s;
    margin:20px 10px 0;
}

.news-item .time{
    color: #999;
    font-size: 14px;
    line-height:1;
    width:35%;
}
.news-item .time p{
    font-size: 30px;
    font-family: Arial;
    color: #575c5c;
    margin:0 0 5px 0;
}

.news-item .con{
    width:65%;
}
.news-item .con h4{
    font-family: "黑体";
    color: #000;
    line-height:1.5;
    font-size: 18px;
}
.news-item .con p{
    font-size: 14px;
    color: #999;
    line-height:1.5;
    height:45px;
    overflow: hidden;
    margin:10px 0 0 0;
}
.news-item .con span{
    color: #999;
    text-transform: uppercase;
    margin:10px 0 0 0;
    display: inline-block;
}
.news-item .con span:after{
    height:1px;
    background: #00a3ff;
    width:0;
    content:'';
    display: block;
    transition: .36s;
}
#um-owl-carousel .owl-pagination{
    text-align: center;
    margin:30px 0 50px 0;
}
.owl-page{
    display: inline-block;
    margin:0 3px;
}
.owl-page .owl-numbers{
    display: inline-block;
    background: #ccc;
    width:10px;
    height:10px;
    text-indent: -9999px;
    border-radius: 50%;
}
.owl-page.active .owl-numbers{
    background: #00a3ff;
}
.news-item:hover .con span:after{
    width:100%;
}
.news-item:hover{
    transform:translateY(-10px);
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

/*
    页底
*/


.footer{
    padding:80px 0 0 0;
    font-size: 14px;
    background: #080808;
    color: #b3b3b3;
}
.footer a{
    color: #b3b3b3;
}
.footer-site_name{
    font-size: 18px;
    font-family: SimHei;
    margin:0 0 30px 0;
}
.footer_bshare-custom{
    margin:30px 0 40px !important;
}
.footer_bshare-custom span{
    vertical-align: middle;
}
.footer_bshare-custom a{
    opacity:.7!important;
    margin:0 5px 0 0!important;
}
.footer_bshare-custom a:hover{
    opacity:1!important;
}
.footer-con{
    border-top: 1px solid rgba(204, 204, 204, 0.08);
    padding:5px 0;
    line-height:40px;
}


@media (min-width:1440px){
    .container-w1300{
        width:1300px;
    }
    .container-max{
        width:1500px;
    }

}

@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;
    }

}


/*
    右下角按钮
*/

.um-fix-btn {
    position: fixed;
    right:0;
    bottom: 60px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
.um-fix-btn a{
    display: block;
    width:40px;
    height:40px;
    border: 1px solid #e6e6e6;
    background: #fff;
    font-size: 16px;
    color: #666;
    text-align: center;
    border-bottom: none;
    transition: .36s;
}
.um-fix-btn a:last-child{
    border-bottom: 1px solid #e6e6e6;
}
.um-fix-btn #ufb-code{
    font-size: 18px;
}

.um-fix-btn a i{
    line-height:40px;
}
.um-fix-btn a:hover{
    background: #00a1ff;
    border: 1px solid #00a1ff;
    color: #fff;
    border-bottom: none;
}


.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;}

