@charset "utf-8";
/* CSS Document */


.header{
    height:130px;
    background:#155cbc;
    box-shadow: 0 3px 6px rgba(0,0,0,.4);
    position: relative;
    z-index: 9999;
}
.top-bar{
    background:#fff;
    height:40px;
    line-height:39px;
    color:#666;
    font-size: 14px;
}
.top-bar span{
    color: #155cbc;
}
.top-bar .top-tel span{
    font-size: 18px;
    font-family: Arial;

}
.top-bar .top-tel i{
    margin-right:7px;
    font-size: 16px;
    color: #155cbc;
}
.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:25px 1px 25px 0;
}
.top-menu .item h6{
    line-height:40px;

}
.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: #fff;
    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:#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:45px;
}
.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: #ddd;
    color: #155cbc;
}


.header-on{
    height:60px;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    z-index:9999;
}
.header-on .top-bar{
    display: none;
}
.header-on .item{
    margin:15px 1px 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:50px;
    margin-top:5px;
}
.header-on .logo img{
    max-height:100%;
    width:auto;
}


/*
    index____title
*/



.tit-box{
    text-align: center;
}
.tit-box .tit{
    font-weight: bold;
    display: inline-block;
    color: #155cbc;
    font-size:30px;
}
.tit-box1 .tit{
    color: #fff;
}
.tit-box .tit i{
    display: inline-block;
    width:50px;
    height:1px;
    background: #155cbc;
    vertical-align: middle;
    margin:0 15px;
    position: relative;
}
.tit-box1 .tit i{
    background: #fff;
}
.tit-box .tit i:before{
    content:'';
    display: inline-block;
    background: #155cbc;
    width:7px;
    height:7px;
    position: absolute;
    right:0;
    top:-3px;
}
.tit-box1 .tit i:before{
    background: #fff;
}
.tit-box .tit i:last-child:before{
    left:0;
}
.tit-box p{
    font-size: 14px;
    color: #999;
    font-family: Arial;
    text-transform: uppercase;
}
.tit-box1 p{
    color: #ddd;
}

/*
    首页产品分类
*/

.tit-menu{
    height:30px;
    overflow: hidden;
    text-align: center;
    margin-top:40px;
}
.tit-menu ul li{
    display: inline-block;
    background: #fff;
    margin:0 1px 0 0;
}

.tit-menu ul li a{
    display: inline-block;
    font-size: 14px;
    height:30px;
    line-height:30px;
    padding:0 15px;
    background: transparent;
    transition: all 0.3s ease-out 0s;
    color: #666;
}
.tit-menu ul li:first-child a,.tit-menu ul li a:hover{
    background: #155cbc;
    color: #fff;
}

/*
    产品图片样式
*/
.product-wrap{
    background:#f6f6f6;
    padding:40px 0;
}
.product-con{
    padding:40px 0 0 0;
    overflow: hidden;
}
.img-item{
    margin:0 0 10px 0;
}
.img-item .img{
    background: #fff;
    border: 1px solid #d8d8d8;
}
.img-item .tit{
    height:50px;
    color: #333;
    line-height:50px;
    font-size: 14px;
    text-align: center;
}

/********
      关于我们
*******/


.about-wrap{
    padding:50px 0 35px;
    overflow: hidden;
    background: url("../image/bg2.jpg") repeat-x center bottom;
}

.about-box{
    margin-top:50px;
}
.about-box .tit{
    font-size: 18px;
    color: #155cbc;
}
.about-box .con{
    font-size: 14px;
    height:218px;
    line-height:1.8;
    overflow: hidden;
}
.about-box .con p{
    margin-top:5px;
}
.about-box .more{
    margin-top:40px;
}
.about-box .more a{
    display: inline-block;
    width:144px;
    height:40px;
    background: #fff;
    line-height:40px;
    text-align: center;
    font-size: 16px;
    color: #155cbc;
    margin-right:16px;
}
.about-box .more a.a2{
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
}

/********
      案例
*******/

.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;
}


/********
      新闻
*******/

.news-wrap{
    padding:50px 0;
}
.news-box{
    padding:30px 0 0;
    overflow: hidden;
}
.news-box .col-md-6:first-child{
    padding:0 25px 0 0;
}
.news-box .col-md-6:last-child{
    padding:0 0 0 25px;
}
.news-tit{
    height:37px;
    line-height:37px;
    border-bottom: 1px solid #ccc;
}
.news-tit .tit{
    font-size:18px;
    color: #333;
    position: relative;
}
.news-tit .tit span{
    padding:0 7px 0 0;
}
.news-tit .tit:after{
    content: '';
    display: inline-block;
    height:1px;
    background: #155cbc;
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
}
.news-tit .more a{
    display: block;
}
.news-con{
    padding:20px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.news-con .con a{
    display: block;
    color: #333;
    font-size: 16px;
    padding:15px 0 5px;
}
.news-con .con p{
    color: #777;
    font-size: 13px;
}
.news-item{
    padding: 0 0 15px 0;
}
.news-item .time{
    width:67px;
    height:72px;
    background: #eee;
    font-family: Arial;
    font-size: 12px;
    color: #888;
    text-align: center;
}
.news-item .time p{
    font-size: 26px;
    color: #155cbc;
    padding:15px 0 0 0;
    line-height:1;
}
.news-item .col-xs-10{
    padding-left: 0;
}
.news-item .con a{
    color: #333;
    font-size: 14px;
    display:block;
}
.news-item .con p{
    font-size: 12px;
    color: #888;
    margin-top:5px;
}


/*优势*/
.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{
    background: #2f78da;
    padding:5px 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:20px 0;
    font-size: 14px;
    background:url("../image/bg3.jpg") no-repeat top;
    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;
    }
}


/*
    右下角按钮
*/

.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: #155cbc;
    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;}

