﻿@charset "utf-8";
/* CSS Document */



.header-hd{
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    background: #f5f5f5;
}
.header-hd li a{
    display: inline-block;
    line-height: 10px;
    border-right: 1px solid #666;
    padding: 0 15px;
}
.header-hd li:last-child a{
    border: none;
}
.header-bd{
    height: 100px;
}
.logo{
    margin-top: 10px;
    height: 85px;
}
.logo img{
    max-height: 100%;
}
.call{
    font-size: 14px;
    color: #0071cf;
    background: url(../image/call.png) no-repeat left center;
    padding-left: 50px;
    line-height: 1.2;
    margin-top: 27px;
}
.call p{
    font-size: 24px;
    color: #ffac00;
    font-weight: bold;
}

/*
    顶部导航
*/
.navbar{
    height: 46px;
    min-height: 45px;
    margin: 0;
    border: none;
    border-radius: 0;
    background: linear-gradient(to bottom, #0071cf 40px, transparent 40px);
    z-index: 999;
}
.navbar li{
    float: left;
}
.navbar li:last-child{

}
.navbar li a{
    display: block;
    height: 46px;
    line-height: 40px;
    padding: 0 32px;
    font-size: 16px;
    color: #fff;
}
.navbar li.on a,
.navbar li a:hover{
    background: url(../image/navlih.png) no-repeat center;
    background-size: 100% 100%;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:150px; background-color:#0071cf;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px;margin-top: 0;background: none;}
.nav li ul li a{ height: 40px;font-size:14px;color:#fff; line-height:40px; display:block; white-space: nowrap;padding: 0 ;text-align: center;background: none;}
.nav li ul li a:hover{ color:#fff;background:#ffac00;height: 40px;line-height: 40px; margin: 0;}
.nav .on ul li a{background:#0071cf;color:#fff;height: 40px; line-height: 40px; margin: 0;}
.nav .on ul li a:hover{background:#ffac00;height: 40px;line-height: 40px; margin: 0;}

/*
    banner
*/
.banner{
}

/*
   搜索栏 
*/
.i-search{
    height: 200px;
    background: #0071cf;
    margin-top: -6px;
}
.i-search-hd{
    width: 600px;
    height: 200px;
    font-weight: bold;
    color: #fff;
    background: url(../image/searchline.png) no-repeat right center;
    padding-top: 40px;
}
.i-search-hd p{
    font-size: 22px;
    color: #ffac00;
}
.i-search-hd span{
    font-size: 24px;
    display: block;
    margin-bottom: 8px;
}
.i-search-hd i{
    font-size: 12px;
}
.i-search-bd{
    width: 600px;
    height: 200px;
    padding-left: 50px;
    padding-top: 45px;
}
.i-search-bd .item-hd{
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 30px;
}
.i-search-bd .item-hd a{
    color: #fff;
}
.i-search-bd .item-bd{
    width: 414px;
}
.i-search-bd .item-bd .search-key{
    float: left;
    width: 337px;
    height: 38px;
    border: 1px solid #fff;
    line-height: 36px;
    padding: 0 10px;
    color: #f2f2f2;
    outline: none;
    background: transparent;
    font-size: 14px;
}
.i-search-bd .item-bd .search-button{
    float: right;
    width: 77px;
    height: 38px;
    background: url(../image/searchbtn.png) no-repeat center #fff;
    border: none;
    outline: none;
}



/*
    产品目录
*/
.i-promenu{
    padding: 80px 0 80px;
}
.i-promenu li{
    display: inline-block;
    padding: 0 73px;
}
.i-promenu li h2{
    font-size: 14px;
    color: #0071cf;
    font-weight: normal;
    line-height: 26px;
    margin-top: 10px;
}
.i-promenu li p{
    font-size: 12px;
    color: #999;
    padding: 0 22px;
    position: relative;
    text-transform: uppercase;
}

.i-promenu li p:before,
.i-promenu li p:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #0071cf;
    transform: rotateZ(45deg);
    position: absolute;
    top: 50%;
    margin-top: -3px;
}
.i-promenu li p:before{
    left: 0;
}
.i-promenu li p:after{
    right: 0;
}

/*
    标题
*/
.box-hd h2{
    font-size: 24px;
    color: #0071cf;
}
.box-hd p{
    font-size: 16px;
    color: #999;
    margin-top: 15px;
}

/*
    产品
*/
.i-product{
    padding-bottom: 75px;
}
.i-product-bd .hd {
    margin: 25px 0;
}
.i-product-bd .hd li{
    display: inline-block;
    margin: 6px 12px;
}
.i-product-bd .hd li a{
    display: block;
    font-size: 16px;
    line-height: 34px;
    padding: 0 20px;
    color: #fff;
    background: #999;
}
.i-product-bd .hd li a:hover{
    background: #ffb10e;
}
.i-product-bd .bd{
    position: relative;
}
.i-product-bd .bd li{
    width: 280px;
    margin-right: 37px;
    margin-bottom: 20px;
}
.i-product-bd .bd li .img{
    width: 100%;
    height: 210px;
    font-size: 0;
}
.i-product-bd .bd li img{
    width: 100%;
    height: 100%;
}
.i-product-bd .bd li h3{
    height: 40px;
    line-height: 40px;
    background: #e6e6e6;
    color: #0071cf;
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
}
.i-product-bd .bd li p{
    display: none;
}
.i-product-bd .bd li:hover h3{
    background: #ffb10e;
    color: #fff;
}
.i-product-bd .bd li:nth-child(2){
    width: 560px;
    margin-bottom: 0;
}
.i-product-bd .bd li:nth-child(2) .img{
    height: 420px;
}
.i-product-bd .bd li:nth-child(2) .protit{
    height: 96px;
    color: #fff;
    background: url(../image/pros.png) no-repeat center;
    padding: 12px 180px 0 20px;
    text-align: left;
}
.i-product-bd .bd li:nth-child(2) .protit h3{
    background: none;
    color: #fff;
    text-align: left;
    padding: 0;
}
.i-product-bd .bd li:nth-child(2) p{
    display: block;
}
.i-product-bd .bd li:nth-child(3),
.i-product-bd .bd li:nth-child(5){
    margin-right: 0;
}
.i-product-bd .bd li:nth-child(4){
    margin-top: -250px;
}
.i-product-bd .bd li:nth-child(5){
    position: absolute;
    right: 5px;
    bottom: 0;
}

/*
    ban1
*/
.i-ban1{
    height: 200px;
    margin-bottom: 80px;
    background: url(../image/ban1.png) no-repeat center;
    overflow: hidden;
}
.i-ban1 .item-hd{
    color: #fff;
    float: right;
    font-size: 26px;
    font-weight: bold;
    margin-top: 62px;
    line-height: 1.2;
    margin-right: 158px;
}


/*
    案例
*/
.i-case{
    padding-bottom: 80px;
}
.i-case-bd{
    margin-top: 35px;
    background: #f5f5f5;
    padding: 40px 0;
}
.i-case-bd .item-hd{
    width: 722px;
    height: 521px;
    font-size: 0;
}
.i-case-bd .item-hd img{
    width: 100%;
    height: 100%;
}

.i-case-bd .item-bd{
    background: #e6e6e6;
    width: 420px;
    height: 521px;
    padding: 0 70px;
}
.i-case-bd .item-bd .hd{
    height: 40px;
}
.i-case-bd .item-bd .hd a{
    display: block;
    width: 40px;
    height: 40px;
    float: left;
}
.i-case-bd .item-bd .hd .next{
    background: url(../image/anext.png) no-repeat center #0071ff;
}
.i-case-bd .item-bd .hd .prev{
    background: url(../image/aprev.png) no-repeat center #ffb10e;
}
.i-case-bd .item-bd .hd .next:hover{
    background-color: #ffb10e;
}
.i-case-bd .item-bd .hd .prev:hover{
    background-color: #0071ff;
}
.i-case-bd .item-bd .bd{
    height: 360px;
    overflow: hidden;
}

.i-case-bd .item-bd .bd li{
    margin-bottom: 20px;
    height: 170px;
}
.i-case-bd .ft{
    margin-top: 30px;
}
.i-case-bd .ft a{
    margin-top: 10px;
    display: block;
    width: 100%;
    height: 32px;
    background: #0071ff;
    color: #fff;
    line-height: 32px;
    text-align: center;
    border-radius: 5px;
}
.i-case-bd .ft a:hover{
    background: #ffb10e;
}
/*
    关于我们
*/
.i-about{
    height: 500px;
    padding-top: 43px;
    background: linear-gradient(to right, #0071cf 50%, #ffb10e 50%);
}
.i-about-hd{
    width: 510px;
    color: #fff;
}
.i-about-hd .item-hd h2{
    font-size: 30px;
}
.i-about-hd .item-hd p{
    font-size: 24px;
}
.i-about-hd .item-bd{
    font-size: 14px;
    line-height: 26px;
    height: 234px;
    overflow: hidden;
    margin: 20px 0 50px;
}
.i-about-bd{
    width: 650px;
    height: 420px;
    font-size: 0
}
.i-about-bd img{
    width: 100%;
    height: 100%;
}

/*
    新闻
*/
.i-news{
    padding: 80px 0;
}
.i-news .box-hd{
    margin-bottom: 50px;
}
.i-news-hd{
    width: 460px;
}
.i-news-hd img{
    width: 460px;
}
.i-news-hd h3{
    font-size: 18px;
    color: #1a1a1a;
    margin: 10px 0 15px;
}
.i-news-hd h3:hover{
    color: #0071cf;
}
.i-news-hd p{
    font-size: 16px;
    line-height: 23px;
    height: 46px;
    overflow: hidden;
    color: #666;
}
.i-news-bd{
    width: 700px;
}
.i-news-bd li{
    height: 116px;
    border-bottom: 1px solid #ccc;
    padding-top: 15px;
}
.i-news-bd li .time{
    width: 75px;
    border-right: 1px solid #666;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 0 10px 5px 0;
    margin-right: 17px;
    line-height: 1.3;
}
.i-news-bd li .time i{
    font-size: 36px;
    color: #999;
    font-weight: bold;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.i-news-bd li .newscon{
    margin-left: 88px;
}
.i-news-bd li h3{
    font-size: 16px;
    color: #1a1a1a;
}
.i-news-bd li p{
    font-size: 12px;
    color: #999;
    margin: 10px 0 15px;
}
.i-news-bd li span{
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #ccc;
}
.i-news-bd li:hover h3,
.i-news-bd li:hover .time i{
    color: #0071cf;
}
.i-news-bd li span:hover{
    background: #ffb10e;
}

/*
    页底
*/
.footer{
    background: #333;
    font-size: 14px;
    color: #bababa;
}
.footer-hd{
    padding: 30px 0;
}
.footer a{
    color: #bababa;
}
.footer dl{
    width: 400px;
    padding: 0 50px;
}
.footer dl dt{
    color: #fff;
    font-family: '宋体';
    margin-bottom: 10px;
}
.footer dl dd{
    line-height: 30px;
}
.footer .dl1 dd a{
    display: inline-block;
    width: 50%;
}
.footer-bd{
    background: #424242;
    color: #c2c2c2;
    font-size: 16px;
    line-height: 20px;
    padding: 15px 0;
}
/*
    index____title
*/


.tit-box h4{
    margin:0 0 18px 0;
    color:#333;
    font-size: 28px;
    font-weight: bold;
}

.tit-box1 h4{
    color:#333;
    margin:0 0 5px 0;
}
.tit-slogan{
    font-size: 16px;
    line-height:2;
}
.tit-slogan:after{
    content: '';
    display: block;
    width:60px;
    height:2px;
    margin-top:20px;
    background: #1e50ae;
}


/*
    首页产品分类
*/

.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 80px;
    background: url("../image/bg1.jpg") repeat;
}
.ys-box{
    padding:80px 0 0 0;
    overflow: hidden;
}
.ys-box .row{
    margin:0 -40px;
}
.ys-box .col-xs-4{
    padding:0 40px;
}
.ys-item{
    border-bottom: 3px solid #eee;
    padding:0 0 30px 0;
}
.ys-item i{
    font-size: 40px;
    color: #1e50ae;
    text-align: center;
}
.ys-item h5{
    font-size:20px;
    padding:30px 0 20px;
    color: #444;
    font-weight: bold;
}
.ys-item p{
    font-size: 14px;
    height:68px;
    overflow: hidden;
}



/*
    产品图片样式
*/
.product-wrap{
    background: url("../image/bg1.jpg") repeat;
    padding:60px 0;
}
.product-slogan{
    color: #444;
}
.product-slogan:after{
    margin:20px auto 0;
}
.product-con{
    overflow: hidden;
}
.product-con .col-md-3{
    padding-bottom:20px;
}

.img-item {
    position: relative;
}
.img-item .con{
    position: absolute;
    left:0;
    width:0;
    bottom: 10px;
    background:rgba(30,80,174,.9);
    transition: all .46s;
    padding:20px 0;
}
.img-item .con h5{
    color: #fff;
    font-size: 16px;
    margin:0 20px 5px;
    font-weight:bold;
}
.img-item .con p{
    color: #ddd;
    margin:0 20px;
    font-size: 14px;
}
.img-item:hover .con{
    width:100%;
}
.product-more{
    margin:20px 0 0 0;
}
.product-more a{
    display: block;
    width:100%;
    height:80px;
    line-height:80px;
    text-align: center;
    font-size:18px;
    color:#333;
    background: #eee;
}
.product-more a i{
    transition: .3s;
    opacity: 0;
}
.product-more a:hover{
    background-color: #1e50ae;
    color: #fff;
}
.product-more a:hover i{
    opacity: 1;
    margin: 0 0 0 15px;
}

/********
      关于我们
*******/


.about-wrap{
    background: url("../image/bg4.jpg") repeat center top;
    padding:60px 0 20px;
}

.about-con{
}

.about-tit h4{
    color: #fff;
}
.about-slogan{
    color: #eee;
}
.about-slogan:after{
    background: #fff;
    margin:20px auto 0;
}


.about-ys {
    margin:100px 0 0;
}
.about-ys_con{
    padding:0 60px 0 40px;
}
.about-ys_con li{
    padding:20px 0 10px;
    overflow: hidden;
}

.about-ys_con li h5{
    font-size: 18px;
    font-weight: bold;
    line-height: 35px;
    color: #fff;
    margin:0 0 5px 0;
}
.about-ys_con li .con{
    font-size: 14px;
    color: #ddd;
    line-height:2;
    overflow: hidden;
    height:60px;
}
.about-ys_con li .con a{
    color: #ddd;
}


/********
      案例
*******/

.case-wrap{
    padding:80px 0 60px;
    background: url("../image/bg1.jpg") repeat;
}

.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/bg2.jpg") no-repeat center top;
    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: 18px;
    opacity:.7;
    padding:0 0 5px 0;
}
.contact-item h6{
    font-size: 50px;
    font-family: Arial;
}
.contact-item h6 i{
    font-size: 12px;
    vertical-align: top;
    padding:0 0 0 3px;
}

/********
      新闻
*******/

.news-wrap{
    background:url("../image/bg1.jpg");
    padding:60px 0;
}

.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-body{
    padding:50px 0 0 0;
    overflow: hidden;
}
.news-body .col-md-4{
    padding:0 15px;
}

.news-img{
    transition: .36s;
    position: relative;
}

.news-img .time{
    color: #fff;
    font-size: 14px;
    line-height:1;
    padding:10px 20px;
    background: #1e50ae;
    opacity:.9;
    text-align: right;
    display: inline-block;
    bottom: 0;
    left:0;
    transition: all ease-out .4s;
    position: absolute;
}
.news-img .time p{
    font-size:24px;
    font-family: Arial;
    text-align: center;
}

.news-con{
    padding:20px 0 0;
}
.news-con h4{
    color: #333;
    line-height:1.6;
    transition: all ease-out .3s;
    font-size: 16px;
    font-weight: bold;
}
.news-con p{
    font-size: 14px;
    line-height:1.8;
    color: #888;
    height:80px;
    overflow: hidden;
    margin:5px 0 0 0;
}
.news-more{
    font-size: 12px;
    padding:0 10px 20px;
    text-align: right;
}
.news-more i{
    font-size: 7px;
    vertical-align: top;
    margin:4px 0 0 3px;
}

/*
* 城市分销
*/
.city-data-wrap{
    padding:20px 0;
    background: #0071cf;
}
.city-data span{
    font-size:16px;
    color: #fff;
}
.city-data a{
    display: inline-block;
    font-size: 14px;
    color:#fff;
    padding: 5px 10px;
}






@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(255,255,255,.08);
    background:#333;
    font-size: 16px;
    color: #ccc;
    text-align: center;
    border-bottom: none;
    transition:0s;
}

.um-fix-btn #ufb-code{
    font-size: 18px;
}
#ufb-gotop{
    background: #1e50ae;
    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;}

