@charset "utf-8";
/* CSS Document */


.header-box{
    background: #fff;
    position: fixed;
    height:70px;
    z-index: 9999;
    top:40px;
}
.logo{
    position:relative;
    height:70px;
    width:170px;
    z-index: 99999;
    background: #a6a6a6;
    overflow: hidden;
}
.logo img{
    padding:10px;
}
.top-menu{
    padding:0;
    height: 90px;
}
.top-menu .item{
    float:left;
    width:110px;
    position:relative;
    margin:0 1px 0 0;
}
.top-menu .item h6{
    line-height:70px;

}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    font-size:15px;
    color: #666;
}
.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 span,.top-menu .item h6.cur a span,.top-menu .item h6:hover a,.top-menu .item h6.cur a{
    color:#c4151c;
}

.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:65px;
}
.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: #c4151c;
}


.header-on{
    display: none;
}



/*
    index____title
*/



.tit-box{
    text-align: center;
}
.tit-box .tit{
    font-weight: bold;
    display: inline-block;
    color: #333;
    font-size:30px;
}
.tit-box1 .tit{
    color: #fff;
}
.tit-box .tit i{
    display: inline-block;
    width:50px;
    height:1px;
    background: #999;
    vertical-align: middle;
    margin:0 15px;
    position: relative;
}
.tit-box p{
    font-size: 14px;
    color: #999;
    font-family: Arial;
    text-transform: capitalize;
}
.tit-box1 p{
    color: #eee;
}

/*
    首页产品分类
*/

.tit-menu{
    margin:25px 0 0 0;
    height:28px;
    overflow: hidden;
    text-align: center;
}
.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 5px;
    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: #c4151c;
    width:0;
    margin:7px 0 0 0;
    transition: .36s;
}
.tit-menu ul li a:hover,.tit-menu ul li:first-child a{
    color: #c4151c;
}
.tit-menu ul li a:hover:after,.tit-menu ul li:first-child a:after{
    width:100%;
}

/*
    产品图片样式
*/
.product-wrap{
    padding:0 0 50px;
}
.product-con{
    padding:20px 0 0 0;
    overflow: hidden;
}
.img-item{
    margin:0 0 20px 0;
}
.img-item .img{
    background: #fff;
}
.img-item .tit{
    height:44px;
    color: #333;
    line-height:44px;
    font-size: 14px;
    padding:0 10px;
    text-align: center;
    background: #f6f6f6;
}

/*业务范围*/
.business-wrap{
    padding:50px 0;
    overflow: hidden;
}
.business-box{
    padding:70px 0 0 0;
}
.business-box .col-xs-2{
    padding-right:0;
    transition: .46s;
}
.business-box .col-xs-2:nth-child(2n){
    margin-top:50px;
}
.business-box .col-xs-2:hover{
    transform: translateY(-40px);
}
.business-item{
    background: url("../image/img1.jpg") no-repeat;
    max-width: 100%;
    height:500px;
}
.business-item1{
    background: url("../image/img2.jpg") no-repeat;
}
.business-item2{
    background: url("../image/img3.jpg") no-repeat;
}
.business-item3{
    background: url("../image/img4.jpg") no-repeat;
}
.business-item4{
    background: url("../image/img5.jpg") no-repeat;
}
.business-item5{
    background: url("../image/img6.jpg") no-repeat;
}

.business-item>div{
    margin:25px 25px 0 0;
}
.business-item span{
    display: block;
    background: #b91a21;
    width:32px;
    height:32px;
    text-align: center;
    line-height:32px;
    color: #fff;
    font-size: 18px;
    margin:0 0 7px 0;
}
.business-more{
    margin-top:75px;
    text-align: center;
}
.business-more a{
    display: inline-block;
    width:200px;
    height:50px;
    border: 1px solid #eee;
    color: #b2b2b2;
    font-size: 18px;
    line-height:50px;
    border-radius: 50px;
}
.business-more a:hover{
    border: 1px solid #c4151c;
    color: #fff;
    background: #c4151c;
}

/********
      关于我们
*******/


.about-wrap{
    padding:85px 0 35px;
    overflow: hidden;
    background: url("../image/bg1.jpg") repeat-x center top;
}
.about-img{
    position: relative;
    z-index: 2;
}
.about-con .tit{
    width:344px;
    height:90px;
    background: #999;
    position: relative;
    left:-180px;
    z-index: 1;
    font-size: 30px;
    color: #fff;
    text-align: right;
    padding:10px 50px 0 0;
}
.about-con .tit:after{
    content: '';
    display: block;
    width:50px;
    height:1px;
    background: #fff;
    position: absolute;
    right:120px;
    top:65px;
}
.about-con .con{
    font-size: 14px;
    height:155px;
    line-height:1.8;
    overflow: hidden;
    color: #333;
    margin-top:20px;
}
.about-con .con a{
    color: #333;
}
.about-con .more{
    margin-top:30px;
}


/*案例展示*/

.case-wrap{
    background: url("../image/bg3.jpg") no-repeat center;
    min-height: 600px;
    padding:50px 0;
    overflow: hidden;
}
.case-con{
    padding:60px 0 0 0;
}
.case-con .row{
    margin-left: -22px;
    margin-right: -22px;
}
.case-con .col-md-4{
    padding-right: 22px;
    padding-left: 22px;
}
.case-item .img img{
    border: 3px solid #fff;
}
.case-item .tit{
    padding: 20px 10px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height:1.2;
}


/********
      新闻
*******/

.news-wrap {
    padding: 50px 0;
}
.news-box{
    padding-top: 60px;
}
.news-con{
    border-bottom: 1px solid #eee;
    padding-bottom: 27px;
    margin-bottom: 17px;
}
.news-con .con{
    margin-left:-25px;
}
.news-con .con>a{
    display: block;
    font-size: 16px;
}
.news-con .con p{
    font-size: 14px;
    color: #777;
    margin-top:7px;
}
.news-con .con p a{
    color: #c4151c;
}
.news-con .con em{
    display: block;
    font-size: 16px;
    color: #555;
    font-family: Arial;
    text-align: right;
    margin:10px 10px 0 0;
}
.news-item{
    height:30px;
    line-height:30px;
}
.news-box>.row{
    margin:0 -25px;
}
.news-box .col-md-6{
    padding:0 25px;
}
.news-item h4 a{
    display: block;
    padding:0 0 0 15px;
    background: url("../image/ico9.png") no-repeat left;
    font-size: 14px;
    line-height:30px;
}


/*优势*/
.ys-wrap{
    background: url("../image/bg2.jpg") no-repeat center top;
    position: relative;
    padding:50px 0 90px;
}

.ys-item{
    text-align: center;
    margin-top:70px;
}
.ys-item p{
    font-size: 24px;
    color: #fff;
    line-height:2;
}

/*
* 城市分销
*/

.city-data-wrap{
    background: #b91a21;
    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:25px 0;
    font-size: 14px;
    background:url("../image/bg4.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: #c4151c;
    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;}

