@charset "utf-8";
/* CSS Document */


.header{
    height:90px;
    transition:all .3s;
}
.top-bar{
    background:#305dc3;
    height:30px;
    line-height:30px;
    color: #fff;
}
.top-tel{
    font-family: Arial;
}
.top-tel span{
    font-size: 14px;
    font-weight: bold;
}
.top-tel i{
    padding:0 5px 0 0;
    font-size: 14px;
}
.logo{
    overflow:hidden;
    margin:10px 0 0 0;
}

.top-menu{
    padding:0;
    margin:25px 0;
}
.top-menu .item{
    display: inline-block;
    width:103px;
    position:relative;
    margin:0 1px 0 0;
}
.top-menu .item h6{
    line-height:34px;
}
.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: 12px;
    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: #305dc3;
    font-weight: bold;
}
.top-menu .item h6 a:hover span,.top-menu .item h6.cur a span{
    color: #305dc3;
}

.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:40px;
}
.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,.95);
    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{
    color:#444;
    font-size: 26px;
}

.tit-box1 h4{
    color:#333;
    margin:0 0 5px 0;
}
.tit-box p{
    font-size: 14px;
    line-height:2;
    max-width:500px;
    margin:auto;
    color: #ccc;
    font-family: Arial;
    border-bottom: 1px solid #eee;
    padding:0 0 10px 0;
    text-transform: uppercase;
    position: relative;
}
.tit-box p:after{
    content: '';
    display: block;
    width:25px;
    height:9px;
    position: absolute;
    background: #2d62d9;
    left:50%;
    margin:0 0 0 -13px;
    top:34px;
    border-left:8px solid #f7f7f7;
    border-right:8px solid #f7f7f7;
}

/*
    首页产品分类
*/

.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{
    background: #ebebeb;
}
.ys-box{
    background: #305dc3;
    overflow: hidden;
    position: relative;
    margin-top:-80px;
}

.ys-box .col-sm-4{
    padding:0
}
.ys-box .col-sm-4:nth-child(2){
    background: rgba(0,0,0,.1);
}
.ys-box .col-sm-4:nth-child(3){
    background: rgba(0,0,0,.2);
}
.ys-item{
    padding:60px 40px 40px;
}
.ys-item i{
    font-size:54px;
    color: #fff;
}
.ys-item h5{
    font-size:18px;
    padding:30px 0 15px;
    color: #fff;
    font-weight: bold;
}
.ys-item p{
    font-size: 14px;
    height:68px;
    color:#eee;
    overflow: hidden;
}
.ys-item a{
    display: inline-block;
    padding: 6px 30px;
    cursor: pointer;
    border: none;
    background: #fff;
    color: #305dc3;
    font-weight: bold;
    margin-top: 20px;
    border-radius: 5px;
    transition: all 0.3s;
}


/*
    产品图片样式
*/
.product-wrap{
    padding:60px 0 80px;
    background: #f7f7f7;
}
.product-con{
    position: relative;
    overflow: hidden;
    padding:60px 0 0 0;
}
.img-item{
    margin:0 0 20px;
    transition:all .3s;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.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: #555;
    position: relative;
    font-size: 15px;
    text-align: center;
}


/********
      关于我们
*******/


.about-wrap{
    background: url("../image/bg1.jpg") no-repeat center top;
    background-size: cover;
}
.about-box{
    background: #305dc3;
    margin:100px 0 0 0;
    padding:0 30px;
}
.about-img{
    position: relative;
    top:-30px;
}
.about-con{
    padding:60px 40px;
    color: #fff;
}
.about-con .tit h4{
    font-size: 24px;
}
.about-con .tit p{
    font-size: 14px;
    color: rgba(255,255,255,.6);
    padding:5px 0 0 0;
}
.about-con .con{
    font-size: 14px;
    line-height:1.9;
    height:125px;
    overflow: hidden;
    padding:20px 0 0 0;
}
.about-con .con a{
    color: #fff;
}

.about-con .more{
    text-align: right;
}
.about-con .more a{
    text-align: center;
    background: none;
    box-shadow: none;
    border: 1px solid rgba(255,255,255,.4);
}
.about-con .more a i{
    width:80px;
    font-size: 16px;
    height:30px;
    line-height:30px;
}
/********
      案例
*******/

.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
*/
.ban1{
    background: url("../image/bg2.jpg") no-repeat center;
    height:240px;
}
.ban1-box .tit{
    font-size: 26px;
    color: #fff;
    padding:40px 0 5px;
}
.ban1-box .con{
    font-size: 14px;
    color: #fff;
}
.ban1-box .more a{
    display: block;
    width:100px;
    height:32px;
    line-height:30px;
    border: 1px solid rgba(255,255,255,.3);
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin:25px 0 0 0;
}
.ban1-box .more a:hover{
    background: #fff;
    color: #305dc3;
}

/********
      新闻
*******/

.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: #fff;
    padding:20px;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.news-item .con h4{
    font-size: 16px;
    color: #444;
}
.news-item .con p{
    color: #999;
    font-size: 13px;
    margin:7px 0 0 0;
}


/*
* 城市分销
*/
.city-data-wrap{
    background: #fff;
}
.city-data{
    border-top: 1px solid #ddd;
    padding:10px 0;
}
.city-data span{
    font-size:16px;
    color: #333;
}
.city-data a{
    display: inline-block;
    font-size: 14px;
    color:#666;
    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;
}

.um-fix-btn #ufb-code{
    font-size: 18px;
}
#ufb-gotop{
    background: #305dc3;
    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;}

