@charset "utf-8";
/* CSS Document */

.header-hd{
    height: 25px;
    line-height: 25px;
    background: #e0f0cc;
    color: #191919;
}
.header-bd{
    height: 115px;
}
.header-bd .logo,
.header-bd .logo a{
	display: block;
	height: 115px;
	font-size: 0;
}
.header-bd .logo a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.header-bd .logo img{
	max-height: 100%;
}
.header-bd .call{
    margin-top: 25px;
}
.header-bd .call h2{
    background: url(../image/call.png) no-repeat left center;
    padding-left: 30px;
    font-size: 16px;
    color: #595959;
    height: 35px;
    line-height: 35px;
    background-size: 25px;
    font-weight: 500;
    font-family: arial;
}
.header-bd .call p{

    font-size: 28px;
    color: #046fcd;
    line-height: 1.2;
    font-family: arial;
}
.navbar{
    height: 60px;
    background: #046fcd;
}
#nav_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.navbar li{
    flex: 1 1 auto;
	text-align: center;
	position: relative;
}
.navbar li a{
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    display: block;
}
.navbar li a:hover,
.navbar li.on a{
    background: #8ec641;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:45px; width:100%; background-color:#046fcd;display:none; overflow:hidden;}
.nav li ul li{ width:100%; height:40px;}
.nav li ul li a{ font-size:14px;color:#fff; line-height:40px; display:block; white-space: nowrap;padding: 0 ;text-align: center;}
.nav li ul li a:hover{ color:#046fcd;background-color:#fff;}
.nav .on ul li a{background-color:#046fcd;color:#fff;}
.nav .on ul li a:hover{background-color:#fff;}
.search{
    padding:12px 0 0 0;
    position:relative;
}
.search .key{
    float: left;
    width:210px;
    height:26px;
    border:1px solid #ccc;
    padding:0 20px 0 10px;
    outline:none;
    color:#666;
    line-height:26px;
}
.search .btn{
    width:50px;
    height:26px;
    color: #fff;
    border:0;
    overflow: hidden;
    cursor:pointer;
    outline:none;
    background: #8ec641;
    line-height:13px;
}
.top-keyword{
    line-height:50px;
    color:#333;
    width: 775px;
    overflow: hidden;
    height: 50px;
}
.top-keyword span{
    padding:0 5px 0 0;
    font-weight: bold ;
}
/* product */
.i-product{
    height: 954px;
    padding-top: 37px;
    overflow: hidden;
}
.i-product-hd{
    margin-bottom: 27px;
}
.i-product-hd h1{
    color: #046fcd;
}
.i-product-hd h3{
    color: #616161;
    line-height: 50px;
    letter-spacing: 2px;
}
.i-product-hd p{
    font-size:14px;
    color:#bfbfbf;
}
.i-product-hd .link{
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    background: #8ec641;
}
.i-product-bd .item-hd{
    width: 373px;
}
.i-product-bd .item-hd li{
    height: 118px;
    background: #8ec641;
    color:#fff;
    padding-left: 12px;
}
.i-product-bd .item-hd li i{
    font-size:30px;
    margin-right:8px;
    line-height: 41px;
    margin-top: 35px;
}
.i-product-bd .item-hd li i:after{
    content: '';
    display: block;
    width:33px;
    height:2px; 
    background: #fff;
}
.i-product-bd .item-hd li a{
    font-size:24px;
    line-height: 118px;
}
.i-product-bd .item-hd li:nth-child(2n){
    background: #046fcd;
}



.i-product-bd .item-bd{
    width: 783px;
}
.i-product-bd .item-bd img{
    width: 286px;
    height: 165px;
}
.i-product-bd .item-bd li{
    margin-right: 12px;
    margin-bottom: 14px;
}
.i-product-bd .item-bd li:nth-child(2),
.i-product-bd .item-bd li:nth-child(3),
.i-product-bd .item-bd li:nth-child(5){
    margin-right: 0;
}
.i-product-bd .item-bd li:nth-child(6){
    margin-top: -175px;
}
.i-product-bd .item-bd li:nth-child(1) img,
.i-product-bd .item-bd li:nth-child(5) img{
    width: 484px;
    height: 341px;
}


/* case */
.i-case{
    height: 740px;
    background: url(../image/case.jpg) no-repeat center;
    padding-top: 79px;
}
.i-case-hd{
    background: url(../image/casehd.png) no-repeat top center;
    padding-top: 160px;
    color: #fff;
    line-height: 2.5;
    margin-bottom: 40px;
}
.i-case-bd li{
    width: 361px;
    margin-right: 43px;
}
.i-case-bd li img{
    width: 361px;
    height: 277px;
    border: 3px solid #fff;
}
.i-case-bd li p{
    font-size: 18px;
    color: #fff;
    padding: 0 15px;
}
/* adv */
.i-advantage-hd{
    height: 651px;
    background: url(../image/adv1.jpg) no-repeat center;
}
.i-advantage-bd{
    height: 537px;
    background: url(../image/adv2.jpg) no-repeat center;
}
.i-advantage-ft{
    height: 566px;
    background: url(../image/adv3.png) no-repeat center;
}
/* about */
.i-about{

    height: 583px;
    background: url(../image/about.jpg) no-repeat center;
    padding-top: 111px;
}
.i-about .w{
    width: 990px;
    position: relative;
}
.i-about-hd{
    width: 513px;
    height: 311px;
    border: 2px solid #fff;
    margin-top: 43px;
    position: absolute;
    left: 0;
    z-index: 99;
}
.i-about-bd{
    width: 625px;
    height: 354px;
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    padding-top: 45px;
    padding-left: 165px;
}
.i-about-bd .con{
    height: 215px;
    overflow: hidden;
    color: #fff;
    line-height: 30px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.i-about-bd .link{
    display: block;
    width: 101px;
    height: 34px;
    background: #8ec641;
    line-height: 34px;
    font-size: 14px;
    color: #fff;
}

/* activity */
.i-activity{
    height: 360px;
    padding-top: 75px;
}
.i-activity-hd{
    height: 45px;
    border-bottom:2px solid #cecece;
    font-size: 18px;
    color: #3b3b3b;
    margin: 0 auto;
    line-height: 45px;
    margin-bottom: 25px;
}
.i-activity-hd li{
    cursor: pointer;
    padding:  0 4px;
}
.i-activity-hd li.on{
	color:#046fcd;
}
.item a{
    width: 70px;
    height: 30px;
    background: #046fcd;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}
.item a:hover{
	opacity: 0.8;
}
.i-activity-bd li{
    width: 233px;
    height: 195px;
    margin-right: 23px;
}
.i-activity-bd .con{
    position: relative;
}
.i-activity-bd .con .tempWrap{
    margin: 0 auto;
}
.i-activity-bd .con ul{
    width: 1001px;
    margin: 0 auto;
}
.i-activity-bd .con .sPrev{
    width: 29px;
    height: 50px;
    background: url(../image/prev.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 60px;
}
.i-activity-bd .con .sNext{
    width: 29px;
    height: 50px;
    background: url(../image/next.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 60px;
}
/* news */
.i-news{
    height: 536px;
    padding-top: 20px;
}
.i-news .w{
}
.i-news-hd{
    width: 417px;
}
.i-news-bd{
    width: 725px;
}
.i-news .item-hd{
    color: #046fcd;
    font-size: 18px;
    background: url(../image/line.png) no-repeat bottom left;
    height: 48px;
    margin-bottom: 25px;
    line-height: 40px;
}
.i-news-bd .item-hd{
    background: url(../image/line2.png) no-repeat bottom left;
}
.i-news-bd .item-bd li{
	height: 136px;
    border-top: 1px solid #d6d6d6;
    padding-top: 17px;
}
.i-news-bd .item-bd li:nth-child(1){
    height: 119px;
    padding-top: 0;
    border-top: none;
}
.i-news-bd .item-bd li .con{
    width: 550px;
}
.i-news-bd .item-ft{
    margin-top: 12px;
}
.i-news-bd .item-ft li{

    height: 34px;
    border-bottom: 1px solid #d2d2d2;
    width: 353px;
    margin-right: 18px;
}
.i-news-bd .item-ft li a{
    display: block;
    color: #383838;
    line-height:33px;
    background: url(../image/a.png) no-repeat left center;
    padding-left: 20px;
}
.i-news .con h4{
    font-size:14px;
    color:#383838;
    line-height:30px;
    font-weight:700;
}
.i-news .con p{
    height:62px;
    overflow:hidden;
    color:#383838;
    margin-top: 8px;
}
/* footer */
.footer{
    background: url(../image/footer.jpg) no-repeat center;
    padding: 25px 0;
  	background-size: cover;
}
.footer-hd li{
    display: inline-block;
    padding: 0 20px;
}
.footer-hd li a{
    font-size:14px;
    color:#fff;
}
.footer-bd{
    margin-top: 40px;
    color: #fff;
    padding: 0 190px;
}
.footer-bd .item-bd{
    width: 480px;
}
.footer-bd .item-ft img{
    width: 116px;
    height: 116px;
}

.footer-ft{
    color:#fff;
    margin-top: 10px;
}









.top-menu{
    padding:0;
    margin:27px 0;

}
.top-menu .item{
    float:left;
    width:97px;
    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;
}
.top-menu .item li:first-child a{
    line-height:33px;
}
.top-menu .item li a:hover{
    background: #f2f2f2;
    color: #333;
}





/*
    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:80px 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;
}


/*
    页底
*/



@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;}

