@charset "utf-8";
/* CSS Document */

.header{
    height: 120px;
}
.logo{
    height: 110px;
    font-size: 0;
    margin-top: 10px;
}
.logo img{
    max-height: 100%;
}
.call{
    font-size: 17px;
    color: #424242;
    background: url(../image/call.png) no-repeat left center;
    padding-left: 65px;
    line-height: 1.3;
    padding-top: 6px;
    margin-top: 22px;
}
.call p{
    font-size: 30px;
    font-weight: bold;
    color: #ffb10e;
}
.nav_bar{
    height: 60px;
    background: #008a40;
}
.top-menu{
    padding:0;
}
.top-menu .item{
    display: inline-block;
    width: 132px;
    position:relative;
    margin:0 1px 0 0;
}
.top-menu .item h6{
    line-height:60px;
}
.top-menu .item h6 a{
    display:block;
    text-align:center;
    font-size:16px;
    color: #fff;
    background: url(../image/navli.png) no-repeat right center;
}
.top-menu .item:last-child h6 a{
    background: none;
}
.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;
    color: #fff;
    vertical-align: middle;
}
.top-menu .item h6 a:hover,.top-menu .item h6.cur a,.top-menu .item h6 a:hover span,.top-menu .item h6.cur a span{
    color: #fff;
    background: #ff6600;
}

.top-menu .item ul{
    position:absolute;
    top:105px;
    z-index:9999;
    background:#008a40;
    left:0px;
    width:100%;
    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:60px;
}
.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: #fff;
    text-align: center;
}

.top-menu .item li a:hover{
    background: #ff6600;
    color: #fff;
}

/*

*/
.i-search{
    height: 60px;
    line-height: 60px;
    background: #f5f5f5;
}
.i-search-hd{
    width: 850px;
    font-size: 13px;
    color: #666;
}
.i-search-hd span{
    font-weight: bold;
    color: #008a40;
}

.i-search-bd{
    width: 300px;
    height: 30px;
}
.i-search-bd .search-key{
    width: 230px;
    height: 32px;
    background: #fff;
    border: none;
    border: 1px solid #008a40;
    outline: none;
    padding: 0 10px;
    color: #999;
    line-height: 30px;
}
.i-search-bd .search-button{
    width: 70px;
    background: #008a40;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border: none;
    outline: none;
}



/*

*/
.i-product{
    padding: 60px 0 40px;
}
.i-product-hd h2{
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}
.i-product-hd p{
    font-size: 12px;
    font-family: arial;
    height: 20px;
}
.i-product-hd p:before,
.i-product-hd p:after{
    content: '';
    display: inline-block;
    width: 76px;
    height: 2px;
    background: #03ab51;
    margin: 0 20px;
    vertical-align: 4px;
}
.i-product-bd .hd{
    margin: 35px 0;
}
.i-product-bd .hd ul{
    text-align: center;
}
.i-product-bd .hd li{
    display: inline-block;
}
.i-product-bd .hd li a{
    display: block;
    line-height: 32px;
    background: #f5f5f5;
    padding: 0 25px;
    margin: 4px 8px;
    font-size: 16px;
}
.i-product-bd .hd li a:hover,
.i-product-bd .hd li.on a{
    background: #03ab51;
    color: #fff;
}
.i-product-bd .bd{
    height: 562px;
}
.i-product-bd .bd li{
    width: 280px;
    margin: 0 20px 30px 0;
}
.i-product-bd .bd li .img{
    width: 100%;
    border: 1px solid #d2d2d2;
    font-size: 0;
    border-bottom: none;
}
.i-product-bd .bd li .img img{
    width: 100%;
}
.i-product-bd .bd li p{
    line-height: 30px;
    font-size: 14px;
    color: #666;
    padding: 0 10px;
}
.i-product-bd .bd li:hover .img{
    border-color: #03ab51;
}
.i-product-bd .bd li:hover p{
    background: #03ab51;
    color: #fff;
}

/*

*/
.box-hd h2{
    font-size: 24px;
    color: #008a40;
    font-weight: normal;
}
.box-hd p{
    font-size: 16px;
    color: #999;
    margin-top: 4px;
    font-family: arial;
}
.box-hd .line{
    width: 69px;
    height: 4px;
    border-radius: 2px;
    background: #ff6600;
    margin: 5px auto 0;
}
/*

*/
.i-about{
    padding: 60px 0 80px;
}
.i-about .box-hd{    
    margin-bottom: 40px;
}
.i-about-hd{
    width: 823px;
}
.i-about-hd .item-hd{
    height: 145px;
    padding: 40px 60px;
    font-size: 16px;
    color: #999;
}
.i-about-hd .item-hd h3{
    font-size: 22px;
    color: #4d4d4e;
    margin-bottom: 10px;
    font-weight: normal;
}
.i-about-hd .item-bd{
    height: 261px;
    background: #f5f5f5;
    padding: 40px 60px;
}
.i-about-hd .item-bd .about_con{
    color: #666;
    font-size: 12px;
    line-height: 25px;
    height: 125px;
    overflow: hidden;
}
.i-about-hd .item-bd .link{
    display: block;
    width: 116px;
    height: 29px;
    background: #ff6600;
    color: #fff;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    margin-top: 23px;
}
.i-about-bd{
    width: 377px;
    font-size: 0;
}
.i-about-bd img{
    width: 100%;
}

/*

*/
.i-case{
    padding: 60px 0;
}
.i-case .box-hd{
    margin-bottom: 50px;
}
.i-case-bd ul:first-child li{
    width: 584px;
    margin-right: 31px;
}
.i-case-bd ul:last-child li{
    width: 370px;
    margin-right: 45px;
}
.i-case-bd li{
    position: relative;
    font-size: 0;
    margin-bottom: 33px;
}
.i-case-bd li img{
    width: 100%;
}
.i-case-bd li p{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
    line-height: 120px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: rgba(0,0,0,.5);
    padding: 0 10px;
    display: none;
}
.i-case-bd ul:last-child li p{
    line-height: 80px;
}
.i-case-bd li:hover p{
    display: block;
}

/*
    ban1
*/
.i-ban1{
    height: 240px;
    background: url(../image/ban1.jpg) no-repeat center;
}
.i-ban1 .item-hd{    
    width: 475px;
    color: #fff;
    margin: 58px 0 0 120px;
}
.i-ban1 .item-hd h2{
    font-size: 30px;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    line-height: 56px;
}
.i-ban1 .item-hd h2 span{
    font-size: 42px;
}
.i-ban1 .item-hd p{    
    font-size: 17px;
}
.i-ban1 .item-hd i{
    font-family: arial;
    font-size: 14px;
}
.i-ban1 .item-bd{
    width: 310px;
    margin: 76px 107px 0 0;
    text-align: center;
}
.i-ban1 .item-bd p{
    font-size: 30px;
    color: #fff;
}
.i-ban1 .item-bd a{
    display: block;
    width: 114px;
    height: 30px;
    background: #ff6600;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
}

/*
    advantage
*/
.i-advantage .w{
    padding: 0 30px;
}
.i-advantage-hd{
    margin-bottom: 60px;
}
.i-advantage-hd h2{
    display: inline-block;
    font-size: 24px;
    height: 67px;
    color: #008a40;
    font-weight: normal;
    background: url(../image/avanthd.png) no-repeat left bottom;
    padding-left: 85px;
    padding-top: 39px;
}
.i-advantage-hd p{
    font-size: 16px;
    margin-top: 10px;
}
.i-advantage-bd li{
    height: 194px;
    margin-bottom: 60px;
}
.i-advantage-bd li .item-hd{
    width: 500px;
}
.i-advantage-bd li .item-hd i{
    width: 52px;
    height: 74px;
    background: #008a40;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-family: arial;
    line-height: 50px;
    margin-right: 18px;
}
.i-advantage-bd li .item-hd i:after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
}
.i-advantage-bd li .item-hd .advantage_con{
    margin-left: 70px;
}
.i-advantage-bd li .item-hd h3{
    height: 35px;
    line-height: 34px;
    border-bottom: 1px solid #008a40;
    font-weight: normal;
    color: #000;
}
.i-advantage-bd li .item-hd p{
    font-size: 14px;
    line-height: 28px;
    height: 84px;
    overflow: hidden;
    margin: 20px 0 24px 0;
}
.i-advantage-bd li .item-hd p span{
    color: #ffb10e;
}
.i-advantage-bd li .item-hd a{
    display: block;
    width: 116px;
    height: 30px;
    background: #999;
    line-height: 30px;
    text-align: center;
    color: #fff;
}
.i-advantage-bd li .item-hd a:hover{
    background: #008a40;
}
.i-advantage-bd li .item-bd{
    width: 500px;
    font-size: 0;
}
.i-advantage-bd li .item-bd img{
    max-width: 100%;
}


/*

*/
.i-news{
    padding-bottom: 80px;
}
.i-news .box-hd{
    margin-bottom: 40px;
}
.i-news-hd{
    width: 460px;
}
.i-news-hd img{
    width: 100%;
    display: block;
}
.i-news-hd h3{
    font-size: 18px;
    color: #222;
    font-weight: normal;
    margin: 15px 0 7px;
}
.i-news-hd:hover h3{
    color: #008a40;
}
.i-news-hd p{
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #888;
}
.i-news-bd li{
    border-bottom: 1px solid #999;
    padding-bottom: 14px;
    margin-bottom: 16px;
}
.i-news-bd li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.i-news-bd li .time{
    width: 90px;
    border-right: 1px solid #666;
    font-size: 36px;
    color: #999;
    line-height: 1.4;
    font-weight: bold;
    font-family: arial;
}
.i-news-bd li .time span{
    display: block;
    font-size: 16px;
    color: #333;
}
.i-news-bd li .news_con{    
    margin-left: 120px;
}
.i-news-bd li .news_con h3{
    font-size: 16px;
    color: #222;
}
.i-news-bd li .news_con p{
    line-height: 23px;
    height: 23px;
    overflow: hidden;
    color: #999;
    font-size: 12px;
    margin: 10px 0;
}
.i-news-bd li .news_con i{
    display: block;
    width: 80px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #999;
}
.i-news-bd li .news_con i:hover{
	background: #ffb10e;
}
.i-news-bd{
    width: 700px;
}
.i-news-bd li:hover .time,
.i-news-bd li:hover .news_con h3{
    color: #008a40;
}

/*

*/
.i-link{
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
}
.i-link span{
    display: inline-block;
    line-height: 50px;
    color: #fff;
    background: #008a40;
    padding: 0 15px;
}
.i-link a{
    padding-left: 15px;
}


/*
    index____title
*/


.tit-box h4{
    margin:0 0 18px 0;
    color:#333;
    font-size: 26px;
    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: #4ab344;
}


/*
    首页产品分类
*/

.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:#f7f7f7;
}
.ys-box{
    padding:80px 0 0 0;
}
.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: #4ab344;
    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;
}

/*
    产品优势
*/

.pro-ys-wrap{
    background: url("../image/bg2.jpg") no-repeat center;
    min-height: 550px;
}


/*
    产品图片样式
*/
.product-wrap{
    padding:60px 0;
    background: #f7f7f7;
}
.product-slogan{
    color: #444;
}
.product-slogan:after{
    margin:20px auto 0;
}
.product-con .col-md-3{
    padding-bottom:20px;
}

.img-item {
    position: relative;
    overflow: hidden;
}
.img-item .con{
    position: absolute;
    bottom:-40px;
    left:0;
    width:100%;
    background:rgba(74,179,68,.9);
    transition: all .36s;
    height:40px;
}
.img-item .con h5{
    color: #fff;
    font-size: 14px;
    line-height:40px;
    padding:0 10px;
    text-align: center;
}
.img-item:hover .con{
    bottom:0;
}


/********
      关于我们
*******/


.about-wrap{
    background: url("../image/bg1.jpg") no-repeat center;
    min-height: 550px;
}
.about-con{
    padding:100px 80px;
    color: #fff;
}
.about-con .tit{
    font-size: 26px;
    font-weight: bold;
}
.about-con .con{
    font-size: 14px;
    line-height:2;
    height:200px;
    overflow: hidden;
    padding:30px 0 0 0;
}
.about-con .con a{
    color: #fff;
}
.about-con .more a{
    display: block;
    font-size: 13px;
    padding:40px 0 0 0;
    text-transform: uppercase;
    color: #fff;
    font-family: Arial;
}
.about-con .more a i{
    font-size: 7px;
    vertical-align: top;
    margin:5px 0 0 3px;
}


/********
      案例
*******/

.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/bg3.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{
    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;
}

.news-item{
    padding:0 0 30px 0;
}

.news-item .con h4{
    font-size: 16px;
    color: #444;
}
.news-item .con p{
    color: #999;
    font-size: 14px;
    margin:7px 0 0 0;
}


/*
* 城市分销
*/
.city-data-wrap{
    padding:20px 0;
    background: #4ab344;
}
.city-data span{
    font-size:16px;
    color: #fff;
}
.city-data a{
    display: inline-block;
    font-size: 14px;
    color:#fff;
    padding: 5px 10px;
}



/*
    页底
*/

.footer{
    background: #008a40;
}
.footer-hd{
    padding: 50px 0 40px;
}
.footer-hd .dl1{
    width: 200px;
    margin-right: 200px;
}
.footer-hd dd{
    line-height: 26px;
    color: #fff;
    font-size: 13px;
}
.footer-hd .dl1 a{
    padding-right: 36px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
}
.footer-hd .dl2{
    width: 400px;
}
.footer-hd .dl3{
    width: 200px;
}
.footer-hd dt{
    font-size: 14px;
    color: #fff;
    font-family: '宋体';
    margin-bottom: 20px;
}
.footer-bd{
    background: #036f35;
    color: #fff;
    padding: 15px 0;
    line-height: 18px;
}
.footer-bd a{
    color: #fff;
}


@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(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: #4ab344;
    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;}

