@charset "utf-8";
/* CSS Document */


.header{
    height:110px;
    background: #076ce0;
}
.top-bar{
    background:rgba(0,0,0,.2);
    height:30px;
    line-height:29px;
    color:#fff;
}
.top-sitename span{
    font-weight: bold;
}
.top-tel{
    font-family: Arial;
}
.top-tel span{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.top-tel i{
    padding: 7px 5px 0 0;
    font-size: 14px;
    vertical-align: top;
}
.logo{
    overflow:hidden;
    margin:10px 0 0 0;
}

.top-menu{
    padding:0;
}
.top-menu .item{
    display: inline-block;
    width:103px;
    position:relative;
    margin:0 1px 0 0;
}
.top-menu .item h6{
    line-height:80px;

}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    font-size:15px;
    color: #fff;
    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: #eee;
    vertical-align: middle;
    margin-top:-2px;
}
.top-menu .item h6:hover,.top-menu .item h6.cur{
    background: rgba(0,0,0,.2);
    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:105px;
    z-index:9999;
    background:#f5f5f5;
    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:78px;
}
.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: #e5e5e5;
    color: #333;
}


.header-on{
    height:60px;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index:9999;
    box-shadow: 0 2px 6px rgba(0,0,0,.1);
    border-top: none;
}
.header-on .top-bar{
    display: none;
}
.header-on .top-menu{
    margin:15px 0;
}
.header-on .item h6{
    line-height:30px;
}

.header-on .item ul{
    top:50px;
}
.header-on .item:hover ul{
    top:35px;
}
.header-on .item h6 a{
    font-size: 14px;
}
.header-on .logo{
    height:40px;
}
.header-on .logo img{
    height:100%;
    width:auto;
}


/*
    index____title
*/


.tit-box h4{
    font-size:30px;
    color: #222;
}
.tit-box span{
    display: block;
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
    line-height:2;
}
.tit-box p{
    font-size: 14px;
    margin:10px 0 0 0;
    color: #999;
}

/*
    首页产品分类
*/

.tit-menu{
    margin:30px 0 0 0;
    text-align: center;
}
.tit-menu ul li{
    display: inline-block;
    margin:0 4px 10px;
}

.tit-menu ul li a{
    display: inline-block;
    padding: 10px 26px;
    line-height: 12px;
    font-size: 12px;
    background: transparent;
    transition: all 0.3s ease-out 0s;
    color: #666;
    border: 1px solid rgba(100,100,100,.3);
}
.tit-menu ul li a:hover{
    background: #076ce0;
    border: 1px solid #076ce0;
    color: #fff;
}

/*
    我们的优势
*/
.ys-wrap{
    padding:60px 0 30px;
}
.ys-con{
    background: url("../image/img1.jpg") no-repeat center;
    min-height: 500px;
    position: relative;
}
.ys-con .mid{
    position: absolute;
    left:50%;
    font-size: 18px;
    color: #076ce0;
    top:280px;
    margin:0 0 0 -56px;
    line-height:1.5;
}
.ys-con li{
    margin-top:100px;
}
.ys-con li .tit{
    display: inline-block;
    border: 1px solid #076ce0;
    height:60px;
    width:60px;
    float: left;
    border-radius:50%;
}
.ys-con li .tit span{
    font-size: 30px;
    line-height:60px;
    text-align: center;
    width:60px;
    color: #076ce0;
}
.ys-con li .con{
    width:75%;
    padding:0 0 0 5%;
    display: inline-block;
}
.ys-con li .con h4{
    color: #076ce0;
    font-size: 18px;
    padding:0 0 15px 0;
}
.ys-con li .con p{
    font-size: 14px;
    color: #999;
    line-height:1.6;
    height:68px;
    overflow: hidden;
}
.ys-con li .tit:hover{
    background: #076ce0;
}
.ys-con li .tit:hover span{
    color: #fff;
}


/*
    产品图片样式
*/
.product-wrap{
    background: url("../image/bg1.jpg") no-repeat center;
    padding:55px 0;
}
.product-con{
    position: relative;
    margin:30px 0 0;
    min-height:200px;
}
.product-con .owl-controls{
    position: absolute;
    top:50%;
    width:100%;
    margin-top:-30px;
}
.product-con .owl-controls span{
    color: #076ce0;
}
.product-con .owl-controls .owl-prev,.product-con .owl-controls .owl-next{
    position: absolute;
    font-size: 30px;
}
.product-con .owl-controls .owl-prev{
    left:-30px;
}
.product-con .owl-controls .owl-next{
    right:-30px;
}
.img-item{
    margin:0 20px;
}
.img-item1{
    margin:0;
}
.img-item .img{
    overflow: hidden;
    position: relative;
}
.img-item .img span{
    opacity:0;
    top:-150px;
    transition: all .3s;
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(35,40,62,.8);
    z-index: 2;
    left:0;
    text-align: center;
    padding:49% 0 0 0;
    font-size: 18px;
}
.img-item .img h4{
    opacity:0;
    position: absolute;
    left:0;
    bottom: -30px;
    z-index: 3;
    background: #076ce0;
    margin:0 5%;
    width:90%;
    height:36px;
    color: #fff;
    line-height:36px;
    font-size: 14px;
    text-align: center;
    transition: all .3s ease-out 0s;
    transition-delay: .2s ;
}
.img-item:hover .img span{
    opacity:1;
    top:0;
}
.img-item:hover .img h4{
    bottom:0;
    opacity:1;
}
.img-item .img img{
    max-width: 100%;
    height:auto;
    transition: all .6s;
}
.img-item h4{
    position: relative;
    font-size: 14px;
    color: #333;
    text-align: center;
    padding:15px 10px;
    width: 80%;
}
.product-con .owl-pagination{
    display: none;
}
.product-con .owl-pagination .owl-page{
    display: inline-block;
    width:9px;
    height:9px;
    transform: skew(-15deg);
    background:#076ce0;
    text-indent: -9999px;
    margin:0 2px;
}
.product-con .owl-pagination .owl-page.active{
    background: #23283e;
}

/********
      关于我们
*******/


.about-wrap{
    padding:100px 0 0 0;
    background:url("../image/bg2.jpg") no-repeat center top;
}
.about-box{
    background: #fff;
    padding:50px 80px 0;
}
.about-con .con{
    font-size: 14px;
    text-align: center;
    padding:20px 0 0 0;
    height:160px;
    color: #777;
    line-height:2;
    overflow: hidden;
}
.about-con .con a{
    color: #777;
}
.about-con .more{
    text-align: center;
}
.about-con .more a{
    font-size: 16px;
    padding:8px 50px;
    display: inline-block;
    background: #076ce0;
    margin:20px 0 50px;
    color: #fff;
    text-align: center;
}

/*
    ban1
*/
.ban1{
    background: url("../image/bg3.jpg") no-repeat center fixed;
    background-size: cover;
    height:600px;
    overflow: hidden;
}
.ban1-con{
    padding:100px 0 0 0;
}
.ban1-con .tel{
    background: #ff7c35;
    font-size: 16px;
    padding:0 20px;
    color: #fff;
    display: inline-block;
}
.ban1-con .tel span{
    font-weight: bold;
    font-family: Arial;
}
.ban1-con .tit{
    font-size: 30px;
    color: #fff;
}
.ban1-con .con{
    font-size: 14px;
    color: #fff;
    line-height:2;
    padding: 15px 0 30px;
}
.ban1-con .ico{
    font-size: 16px;
    color: #fff;
    padding:30px 0 0 0;
    border-top: 1px solid rgba(255,255,255,.3);
}
.ban1-con .ico .col-md-3{
    text-align: center;
}
.ban1-con .ico span{
    width:70px;
    height:70px;
    color: #fff;
    background: #076ce0;
    border-radius: 50%;
    line-height:70px;
    text-align: center;
    font-size: 32px;
}
.ban1-con .ico h4{
    line-height:50px;
    font-weight: bold;
}


/********
      案例
*******/

.case-tit{
    margin:80px 0;
}

.case-item{
    margin:0 0 20px 0;
    transition: .36s;
    background:#111;
    position: relative;
}
.case-item .img{
    position: relative;
}
.case-item .img img{
    width:100%;
    height:auto;
}
.case-item .img:after{
    content: '';
    left:10px;
    top:10px;
    bottom: 10px;
    right:10px;
    display: block;
    position: absolute;
    opacity:0;
    transition: all ease-out .4s;
    background: rgba(0,0,0,.5);
}
.case-item:hover .img:after{
    opacity:1;
}
.case-item .con{
    position: absolute;
    left:0;
    top:0;
    padding:0 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width:100%;
    opacity:0;
    transition: .3s;
    transition-delay: .2s;
}
.case-item:hover .con{
    top:46%;
    opacity:1;
}



/*
        ban1_contact
*/

.contact-wrap{
    background:url("../image/bg4.jpg") no-repeat center;
    padding:55px 0;
}

.contact-item{
    color: #fff;
    text-align: center;
    position: relative;
}
.contact-item:after{
    display: block;
    content: '';
    width:1px;
    height:50px;
    background:rgba(255,255,255,.3);
    position: absolute;
    right: 0;
    top:20px;
}
.contact-item4:after{
    display: none;
}
.contact-item p{
    font-size: 16px;
    opacity:.7;
    padding:0 0 5px 0;
}
.contact-item h6{
    font-size: 50px;
    font-family: Arial;
}
.contact-item h6 i{
    font-size: 10px;
    vertical-align: top;
    padding:5px 0 0 3px;
}

/********
      新闻
*******/

.news-wrap{
    padding:50px 0;
    background:url("../image/bg5.jpg") no-repeat center;
}
.news-box{
    padding:40px 0 0;
    overflow: hidden;
}

.news-tit span{
    display: block;
    height:33px;
    width:33px;
    background: rgba(255,255,255,.2);
    margin:6px;
}
.news-tit span i{
    line-height:33px;
    text-align: center;
    color: #fff;
    width:33px;
    font-size: 16px;
}

.news-item{
    margin:0 0 20px 0;
    background:#fff;
    padding:18px;
    position: relative;
}

.news-item .con{
    padding:20px 0 0 0;
}
.news-item .con .ico{
    color: #777;
    padding:10px 0 0 0;
}
.news-item .con .ico i{
    color: #076ce0;
}
.news-item .con .ico i:first-child{
    padding:0 5px 0 0;
}
.news-item .con .ico i:nth-child(2){
    padding:0 5px 0 20px;
}
.news-item .con h4{
    font-size: 16px;
    color: #333;
}
.news-item .con p{
    color: #777;
    font-size: 12px;
    margin:8px 0 0 0;
}
.news-item .con .more{
    display: inline-block;
    margin:10px 0 0 0;
    color: #076ce0;
    text-align: right;
}





/*
* 城市分销
*/

.city-data-wrap{
    background: #076ce0;
    padding:15px 0;
}
.city-data span{
    font-size:16px;
    color: #fff;
}
.city-data a{
    display: inline-block;
    font-size: 14px;
    color:#eee;
    padding: 5px 10px;
}



/*
    页底
*/

.footer{
    padding:30px 0;
    font-size: 14px;
    background:url("../image/footerbg.jpg");
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer-con{
    line-height:30px;
}
.friendlinks span a:first-child{
    padding:0 0 0 15px;
}


@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;
    }
    .news-item .col-md-3{
        width:20%;
    }
    .news-item .col-md-9{
        width:80%;
        padding:0 30px 0 10px;
    }
}


/*
    右下角按钮
*/

.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: #076ce0;
    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;}

