@charset "utf-8";
/* CSS Document */


.header{
    height:90px;
    transition:all .3s;
    background: #038a03;
}
.logo{
    overflow:hidden;
    margin:10px 0 0 0;
}

.top-menu{
    padding:0;
    margin:27px 0;

}
.top-menu .item{
    display: inline-block;
    width:110px;
    position:relative;
    height:36px;
    margin:0 2px;
}
.top-menu .item h6{
    line-height:36px;
}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    color: #fff;
    font-size:14px;
    border-radius:3px;
}
.top-menu .item h6 a span{
    display: none;
}
.top-menu .item h6.on a span{
    display:inline-block;
    font-size: 9px;
    padding:0 0 0 5px;
    vertical-align: middle;
}
.top-menu .item h6 a:hover,.top-menu .item h6.cur a{
    color: #038a03;
    background: #fff;
}
.top-menu .item h6 a:hover span{
    color: #038a03;
}

.top-menu .item ul{
    position:absolute;
    top:70px;
    z-index:9999;
    background:#fff;
    left:-20px;
    width:137px;
    opacity:0;
    transition:all .3s;
    visibility: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}
.top-menu .item:hover ul{
    visibility:visible;
    opacity: 1;
    top:40px;
}
.top-menu .item ul li:first-child:before{
    content: '';
    height:3px;
    width:0;
    background: #999;
    display: block;
    transition: .26s;
}
.top-menu .item:hover ul li:first-child:before{
    width:100%;
}

.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:first-child a{
    line-height:33px;
}
.top-menu .item li a:hover{
    background: #f2f2f2;
    color: #333;
}


.header-on{
    height:60px;
    position: fixed;
    left:0;
    top:0;
    width:100%;
    box-shadow:0 2px 6px rgba(0, 0, 0, .15);
    z-index:9999;
}
.header-on .top-menu{
    margin:15px 0;
}
.header-on .item h6{
    line-height:30px;
}

.header-on .item ul{
    top:80px;
}
.header-on .item:hover ul{
    top:40px;
}
.header-on .item h6 a{
    font-size: 14px;
}
.header-on .logo{
    height:40px;
}
.header-on .logo img{
    height:100%;
    width:auto;
}

/*
    tit_css
*/



.tit-box h4{
    font-size: 26px;
    margin:0 0 15px 0;
    color:#444;
}
.tit-box h4 span{
    color: #444;
}
.tit-box p{
    font-size: 14px;
    color: #038a03;
    display: inline-block;
    line-height:1;
    text-transform: capitalize;
}
.tit-box p:before,.tit-box p:after{
    display: inline-block;
    width:60px;
    height:1px;
    background:#038a03;
    content:'';
    vertical-align: middle;
    margin:0 10px;
    opacity:.7;
}

.tit-menu{
    margin:25px 0 30px 0;
}
.tit-menu ul li{
    display: inline-block;
    margin:0 4px 10px;
}
.tit-menu ul li + li{
    border-left: 1px solid #eee;
}
.tit-menu ul li a{
    display: inline-block;
    padding: 10px 26px;
    line-height: 12px;
    font-size: 12px;
    border-radius: 2px;
}
.tit-menu ul li a:hover{
    background: #038a03;
    color: #fff;
}


/*
    产品图片样式
*/

.product-bg{
    background:url("../image/product-bg.png") no-repeat center bottom #f5f9f5;
}


.img-item{
    background: #fff;
    margin: 15px 0;
    position: relative;
    transition: .5s;
}
.img-item a{
    display: block;
    overflow: hidden;
}
.img-item .img{
    position: relative;
}
.img-item .img img{
    width:100%;
    height:auto;
}

.img-item .con{
    padding:20px 10px;
    border-bottom: 2px solid #ddd;
    position: relative;
}
.img-item .con h4{
    font-size: 16px;
    color: #555;
}
.img-item .con p{
    font-size: 12px;
    color: #999;
    padding:8px 0 0 0;
}
.img-item .con:after{
    display: block;
    content: '';
    height:2px;
    width:0;
    background: #038a03;
    position: absolute;
    bottom:-2px;
    left:0;
    transition: all .56s;
}
.img-item:hover .con:after{
    width:100%;
}


/********
      关于我们
*******/


.about-img img{
    max-width: 100%;
}
.about-con .tit{
    font-size: 18px;
    color: #333;
    padding:30px 0 20px;
    border-bottom: 1px solid #eee;
}
.about-con .tit span{
    color: #038a03;
}
.about-con .con{
    font-size: 14px;
    line-height:1.7;
    padding:20px 0 0 0;
    height:110px;
    overflow: hidden;
}
.about-con .con a{
    color: #038a03;
    font-weight: normal !important;
}




/********
      我们的优势
*******/

.xz-block-wrap{
    background:#038a03;
}

.xz-block-body .col-xs-4{
    border-right: 1px solid rgba(255,255,255,.1);
    padding:50px 0;
}

.xz-block-item .con{
    transition: all .7s;
}
.xz-block-item .con:hover{
    transform: translateX(10px);
}
.xz-block-body .img img{
    width:100%;
    vertical-align: middle;
}
.xz-block-item .con h4{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding:0 0 10px 0;
}


/********
      案例
*******/



.case-item{
}

.case-item .img{

}
.case-item .img img{
    width:100%;
    height:auto;
}
.case-item .con{
    padding:5px 10px 10px;
    transition: .36s;
    position: relative;
    top:0;
}
.case-item .con h4{
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    line-height:50px;
    border-bottom: 1px solid #cae6ca;
}
.case-item .con p{
    color: #6e6e6e;
    font-size: 14px;
    text-align: center;
    color: #888;
    line-height:1.8;
    height: 55px;
    padding:5px 0 0 0;
    overflow: hidden;
}
.case-item:hover .con{
    background: #038a03;
    top:-40px;
}
.case-item:hover .con h4{
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
.case-item:hover .con p{
    color: #eee;

}

/*
        ban1_contact
*/

.ban1{
    background:url(../image/contact-bg.png) no-repeat right bottom #038a03;
    padding:80px 0;
}
.ban1-con{
    color: #fff;
}
.ban1-con h4{
    font-size: 26px;
}
.ban1-con p{
    font-size: 18px;
    padding:20px 0 0 0;
}
.ban1-more{
    margin:15px 0 0 0;
}
.ban1-more span{
    background: #fff;
    color: #038a03;
    font-size: 16px;
}



/********
      新闻
*******/

.news-bg{
    background:url("../image/news-bg.png") no-repeat center bottom #f5f9f5;
}

.news-item{
    padding:20px;
    border: 1px solid #e5e5e5;
    background: #fff;
}
.news-item .img{
    position: relative;
}
.news-item .img img{
    width:100%;
    height:auto;
}
.news-item .img:before{
    content: '';
    background: rgba(0,0,0,.3);
    height:0;
    width:100%;
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    z-index: 2;
    display: block;
    transition:.26s;
}
.news-item .img .time{
    width:30%;
    background: #038a03;
    height:0;
    color: #fff;
    position: absolute;
    left:0;
    bottom: 0;
    font-family: Arial;
    font-size: 14px;
    text-align: center;
    line-height:30px;
    transition: .36s;
    z-index: 3;
}

.news-item .con{
    padding:15px;
    transition: .36s;
}
.news-item .con h4{
    font-size: 18px;
    color: #333;
    text-align: center;
    line-height: 50px;
}
.news-item .con p{
    font-size: 14px;
    color: #888;
}
.news-item:hover .img:before{
    height:100%;
}
.news-item:hover .img .time{
    height:30px;
}
.news-item:hover .con{
    transform:translateY(-10px);
}
.news-item:hover .con h4{
    color: #038a03;
}

/*
    合作企业
*/

.um-owl-carousel{

}
.um-owl-carousel .item{
    padding:30px 10px 0;
    display: block;
}
.um-owl-carousel .item img{
    width:100%;
}
.owl-pagination{
    text-align: center;
    margin:30px 0 50px 0;
}
.owl-page{
    display: inline-block;
    margin:0 3px;
}
.owl-page .owl-numbers{
    display: inline-block;
    background: #999;
    width:10px;
    height:10px;
    text-indent: -9999px;
    border-radius: 50%;
}
.owl-page.active .owl-numbers{
    background: #038a03;
}


/*
    页底
*/


.footer{
    padding:80px 0 0 0;
    font-size: 14px;
    background:url("../image/footer-bg.jpg") no-repeat center;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer-site_name{
    font-size: 18px;
    font-family: SimHei;
    margin:0 0 20px 0;
}
.footer_bshare-custom{
    margin:20px 0!important;
}
.footer_bshare-custom span{
    vertical-align: middle;
}
.footer_bshare-custom a{
    opacity:1!important;
    margin:0 5px 0 0!important;
}
.footer_bshare-custom a:hover{
    opacity:.7!important;
}
.footer-con{
    border-top: 1px solid rgba(204, 204, 204, 0.08);
    padding:5px 0;
    line-height:30px;
}
.friendlinks a{
    display: inline-block;
}
.friendlinks span a:first-child{
    padding:0 0 0 20px;
}


@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;
    }

}






/*===== 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;}

