@charset "utf-8";
/* CSS Document */


.header{
    height:110px;
    transition:all .3s;
}
.top-bar{
    background:#076ce0;
    height:30px;
    line-height:29px;
    color: #fff;
}
.top-tel{
    font-family: Arial;
}
.top-tel span{
    font-size: 14px;
    font-weight: bold;
}
.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{
    float:left;
    width:110px;
    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: #333;
    transition: .3s;

}
.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: #666;
    vertical-align: middle;
    margin-top:-2px;
}
.top-menu .item h6 a:hover,.top-menu .item h6.cur a{
    color: #fff;
    background: #076ce0;
    font-weight: bold;
}
.top-menu .item h6 a:hover span,.top-menu .item h6.cur a span{
    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;
    background: rgba(255,255,255,.9);
    box-shadow: 0 2px 6px rgba(255,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{
    color:#212121;
    font-size: 36px;
    font-weight: bold;
}
.tit-box h4 span{
    color: #076ce0;
}

.tit-box1 h4{
    color:#333;
    margin:0 0 5px 0;
}
.tit-box p{
    width:560px;
    height:1px;
    background: #ccc;
    margin:25px auto 0;
    position: relative;
}
.tit-box p:after{
    content: '';
    display: block;
    width:9px;
    height:9px;
    border: 1px solid #e7e7e7;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: -4px;
    left:50%;
    margin:0 0 0 -4px;
}

/*
    首页产品分类
*/

.tit-menu{
    margin:40px 0 0 0;
}
.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: #999;
    border: 1px solid rgba(100,100,100,.3);
}
.tit-menu ul li a:hover{
    background: #fdd947;
    border: 1px solid #fdd947;
    color: #444;
}

/*
    我们的优势
*/
.ys-wrap{
    padding:60px 0 100px;
}
.ys-box{
    padding:80px 0 0 0;
}
.ys-con li{
    padding:35px 0;
}
.ys-con .num{
    background: #076ce0;
    transform: rotate(45deg);
    height:76px;
    width:76px;
}
.ys-con .num span{
    display: block;
    transform: rotate(-45deg);
    text-align: center;
    line-height:76px;
    font-size: 46px;
    color: #fff;
    font-family: Arial;
}
.ys-con .con h4{
    font-size: 18px;
    font-weight: bold;
    color: #212121;
    margin:0 0 5px 0;
}
.ys-con .con p{
    line-height:2;
    font-size: 14px;
    height:56px;
    overflow: hidden;
}



/*
    产品图片样式
*/
.product-wrap{
    padding:60px 0;
    background: url("../image/bg1.jpg") no-repeat center #2178d9;
}
.product-tit{
    padding:150px 60px 0 0;
}
.product-tit h4{
    color: #fff;
}
.product-tit .con{
    font-size: 14px;
    color: #fff;
    padding:20px 0 50px;
}
.product-tit .more{
    border: 1px solid #fff;
    padding:2px;
    display: inline-block;
}
.product-tit .more a{
    display: block;
    width:150px;
    height:40px;
    line-height:40px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.product-tit .more a:hover{
    background: #fff;
    color: #076ce0;
}
.product-con{
    position: relative;
    overflow: hidden;
    padding:40px 0 0 0;
}
.product-con .col-md-12{
    padding: 0;
}
.img-item{
    margin:0 0 20px;
    transition:all .3s;
}
.img-item .img{
    overflow: hidden;
}
.img-item .img img{
    max-width: 100%;
    height:auto;
    transition: all .6s;
}
.img-item .con{
    padding:20px 15px;
    position: relative;
    background:#fff;
}

.img-item .con h4{
    color: #333;
    position: relative;
    font-size: 16px;
    text-align: center;
}


/********
      关于我们
*******/


.about-wrap{
    padding:60px 0;
}
.about-box{
    padding:60px 0 0 0;
}
.about-img{

}
.about-con{
    padding:60px 40px;
}
.about-con .tit h4{
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.about-con .tit p{
    font-size: 14px;
    color:#999;
    text-transform: uppercase;
    padding:5px 0 0 0;
}
.about-con .con{
    font-size: 14px;
    line-height:2;
    height:215px;
    overflow: hidden;
    padding:20px 0 0 0;
    color: #555;
}
.about-con .con a{
    color: #555;
}

.about-con .more{
    margin:40px 10px 0 0;
}
.about-con .more a{
    text-align: center;
    background: #076ce0;
    display: inline-block;
    color:#fff;
}
.about-con .more a i{
    width:130px;
    font-size: 16px;
    height:40px;
    line-height:40px;
    background: none;
    display: inline-block;
}
.about-con .more a i span{
    font-size: 10px;
    vertical-align: top;
    padding: 16px 0 0 3px;
}

/********
      案例
*******/

.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:#076ce0;
    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-box{
    padding:60px 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:rgba(0,0,0,.03);
    padding:20px;
    position: relative;
}
.news-item:after{
    content: '';
    display: block;
    height:0;
    transition: all .3s;
    width:100%;
    background:#076ce0;
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
}
.news-item:hover:after{
    height:100%;
}
.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:hover h4{
    color: #fff;
}
.news-item:hover p{
    color: #eee;
}
.news-item_left {
    background: rgba(0,0,0,.03);
    padding:0;
    transition: all .6s;
}
.news-item_left .img{
    text-align: center;
}
.news-item_left .con{
    height:134px;
    padding:0 20px;
}
.news-item_left .con h4{
    font-size: 18px;
    color: #333;
    padding:16px 0 8px;
}
.news-item_left .con p{
    font-size: 14px;
    color: #888;
    height: 72px;
    overflow: hidden;
}



/*
* 城市分销
*/
.city-data-wrap{
    background:#076ce0;
}
.city-data{
    padding:10px 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;}

