@charset "utf-8";
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea,button,img{
	margin:0px;
	padding:0px;
	font-size:16px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #555;
	list-style:none ;
	outline: none;
	box-sizing: border-box;
	}

body{
	overflow-x: hidden;
	background: #fff;
}
.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
A:hover{
	color: #059341;
	outline: none;
}

.bai a{
	color:#FFFFFF;
	}
img{ 
 	border:0; 
 	display: block;
	transition: all 0.5s ease;
 	}	

.banner img:hover{
	transform:scale(1)
	} 
.left{
	float:left;
	}
.right{
	float:right;
	}
.clear{
	clear:both;
	}
.block{
	display:block;
	}

.duration15 { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; }
.duration18 { -webkit-animation-duration: 1.8s; animation-duration: 1.8s; }
.duration20 { -webkit-animation-duration: 2s; animation-duration: 2s; }
.delay1 { -webkit-animation-delay: 0.2s; animation-delay: 0.2s; }
.delay2 { -webkit-animation-delay: 0.35s; animation-delay: 0.35s; }
.delay3{ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; }
.delay4{ -webkit-animation-delay: 0.65s; animation-delay: 0.65s; }
.delay5{ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }
.delay6{ -webkit-animation-delay: 0.95s; animation-delay: 0.95s; }
.delay7{ -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.delay8{ -webkit-animation-delay: 1.25s; animation-delay: 1.25s; }
.delay9{ -webkit-animation-delay: 1.4s; animation-delay: 1.4s; }
.delay10{ -webkit-animation-delay: 1.55s; animation-delay: 1.55s; }
.an-hide{ 
	visibility:hidden;
    *visibility:visible;
	}
.an-show{ 
	visibility:visible;
}

@font-face
{
font-family: ywzt;
src: url('Impact.TTF'),
     url('Impact.eot'); /* IE9+ */
}
.container{
	width: 80%;
	margin:auto;
}

/*top*/
.head_bj{
	width:100%;
	}
.head_hx{
	height:120px;
	width:100%;
	}
.head{
	position:relative;
	}
.logo{
	float:left;
	width:23%;
	margin-top:20px;
	}
.logo img{
	float:left;
	width:100%;
	}
/**/
.wzss{
	float:right;
	height:21px;
	width:40px;
	margin-left:20px;
	margin-top:55px;
	}
.wzss img{
	float:right;
	}
.wzssnr{
	position:absolute;
	right:0px;
	width:340px;
	height:50px;
	top:120px;
	padding:10px 20px;
	z-index:999;
	background-color: rgba(255,255,255,0.9);
	}
.wzssnr input{
	border:none;
	background:none;
	width:250px;
	float:left;
	line-height:30px;
	}
.wzssnr button{
	border:none;
	background:none;
	float:right;
	width:20px;
	}
.wzssnr button img{
	width:20px;
	}
/**/
.rm-toggle{
	display:none;
	}
.rm-nav{
	float:right;
	margin-top:40px;
	}
.rm-nav>ul>li{
	float:left;
	}
.rm-nav>ul>li>a{
	font-size:18px;
	padding:15px 30px;
	position:relative;
	display:block;
	outline: none;
	color:#222;
	text-transform:uppercase;
	}
.rm-nav>ul>li>a:hover{
	color:#059341;
	outline: none;
	}
.rm-nav>ul>li>ul{
	position:absolute;
	background:#FFF;
	z-index:999;
	}
.rm-nav>ul>li>ul>li{
	position:relative;
	}	
.rm-nav>ul>li>ul>li>a{
	padding:10px 20px;
	display:block;
	border-bottom:1px solid #ddd;
	}
.rm-nav>ul>li>ul>.rm-first{
	border-top:3px solid #059341;
	
	}
.rm-nav>ul>li>ul>li>a:hover{
	background:#f1f1f1;
	}
.rm-nav>ul>li>ul>li>ul{
	position:absolute;
	left:100%;
	background:#fff;
	top:-3px;
	width:250px;
	}
.rm-nav>ul>li>ul>li>ul>li{
	padding: 10px 20px;
    display: block;
    border-bottom: 1px solid #ddd;
	}
.rm-nav>ul>li>ul>li>ul>.rm-first{
	border-top:3px solid #059341;
	}
.rm-nav ul li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	}
/*banner*/

.swiper-container {
      width: 100%;
      height: 100%;
    }

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
  }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	width:40px;
	height:80px;
	left:0px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	width:40px;
	right:0px;
	height:80px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8000000,endColorstr=#C8000000);
	}
.swiper-button-prev:hover , .swiper-button-next:hover {
	background:#F4CE58;
	}	
.swiper-button-next:after,.swiper-button-prev:after {
	color:#fff;
	font-size:30px;
	}
.swiper-pagination-bullet {
	width:38px;
	height: 6px;
	opacity:1;
	background:#222;
	border-radius:0px;
	}
.swiper-pagination-bullet-active {
	background:#ee7700;
	opacity:1;
	}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:3%;
	}
.swiper-button-next, .swiper-button-prev{
	margin-top:-63px;
	}


/**/
.bt{
	padding:70px 0 40px 0; 
	}
.bt img{
	margin:auto;
	}
.bt h2{
	font-size:48px;
	text-align:center;
	color:#444;
	padding:10px 0;
	}
.bt p{
	font-size:18px;
	text-align:center;
	color:#666;
	padding:0 12%;
	}
/**/
.product_bt{
	padding:70px 0 55px 0;
	}
.product_bt h2{
	float:left;
	width:80%;
	} 
.product_bt h2 b{
	font-size:48px;
	display:block;
	padding:10px 0;
	color:#444444;
	}
.product_bt h2 span{
	font-size:18px;
	font-weight:normal;
	color:#666;
	}
.product_bt a{
	float:right;
	border:1px solid #444444;
	font-size:20px;
	padding:0px 50px;
	line-height:50px;
	border-radius:25px;
	margin-top:40px;
	}
/**/
.product_fl{
	padding-bottom:50px;
	}
.product_fl .swiper-container{
	padding-bottom:40px;
	}
/**/
.product_hot_bj{
	background:url(pr_bj.jpg) no-repeat top #f0f0f1;
	padding-bottom:40px;
	}
.product_hot{
	position:relative;
	}
.product_hot .swiper-slide{
	background:#fff;
	}
.product_hot .swiper-slide h2{
	font-size:24px;
	color:#333333;
	text-align:center;
	padding-top:20px;
	}
.product_hot .swiper-slide p{
	padding-bottom:20px;
	text-align:center;
	font-size:16px;
	color:#666;
	}
.product_hot .swiper-container{
	padding-bottom:50px;
	}
.product_hot .swiper-button-next{
	right:-60px;
	background:none;
	}
.product_hot .swiper-button-prev{
	left:-60px;
	background:none;
	}
.product_hot .swiper-button-next:after ,
.product_hot .swiper-button-prev:after{
	color:#c1c1c1;
	font-size:60px;
	}
/**/
.about{
	padding:90px 0;
	}
.about_left{
	width:74%;
	float:left;
	}
.about_left .about_img{
	width:38%;
	float:left;
	}
.about_left ul{
	width:59%;
	float:right;
	}
.about_left ul h3{
	font-size:24px;
	color:#444444;
	font-weight:normal;
	}
.about_left ul h3 b{
	border-radius:50%;
	background:#059341;
	color:#fff;
	padding:2px 7px;
	margin-right:5px;
	font-weight:normal;
	}
.about_left ul h2{
	font-size:40px;
	color:#444;
	padding:25px 0;
	line-height:38px;
	}
.about_left ul li{
	line-height:28px;
	}
.about_left ul li p{
	margin-top:20px;
	}
.about_left ul h4{
	margin-top:40px;
	}
.about_left ul h4 span{
	float:left;
	width:33.3%;
	font-weight:normal;
	font-size:17.5px;
	margin-bottom:10px;
	}
.about_left ul a{
	background:#059341;
	text-align:center;
	color:#fff;
	font-size:18px;
	line-height:60px;
	border-radius:30px;
	display:block;
	width:35%;
	margin-top:40px;
	}
.about_left ul h4 span img{
	display:inline-block;
	margin-right:10px;
	}
.about_right{
	width:23%;
	float:right;
	}
.about_right p{
	line-height:26px;
	}
.about_right img{
	width:100%;
	margin-top:15px;
	}
/**/
.choose_bj{
	background:url(choose.jpg) no-repeat center top #f1f3f2;
	padding-bottom:100px;
	}
.choose{
	overflow:hidden;
	}
.choose ul{
	width:103%;
	padding-top:50px;
	}
.choose ul li{
	width:31%;
	float:left;
	margin-right:1.9%;
	background:#fff;
	height:360px;
	position:relative;
	padding:80px 3% 0 3%; 
	}
.choose ul li h4{
	border:2px solid #fff;
	border-radius:50%;
	overflow:hidden;
	display:inline-block;
	position:absolute;
	top:-54px;
	left:50%;
	margin-left:-54px;
	}
.choose ul li h6 {
	height:140px;
	}
.choose ul li h6 p{
	font-weight:normal;
	color:#333;
	text-align:center;
	line-height:28px;
	}
.choose ul li h3 img{
	margin:20px auto;
	}
.choose ul li h2{
	font-size:18px;
	text-align:center;
	color:#333;
	}
.choose ul li:hover{
	background:#059341;
	}
.choose ul li:hover h6 p ,
.choose ul li:hover h2{
	color:#fff;
	}
/**/
.news{
	overflow:hidden;
	}
.news ul{
	width:103%;
	}
.news ul li{
	width:31%;
	float:left;
	margin-right:1.9%;
	background:#fff;
	border:1px solid #ddd;
	}
.news ul li .news_tp{
	width:100%;
	}
.news ul li div{
	padding:30px 6%;
	}
.news ul li div h4{
	font-weight:normal;
	color:#777;
	line-height:25px;
	}
.news ul li div h4 img{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	}
.news ul li div h2{
	font-size:24px;
	color:#444;
	padding:15px 0;
	}
.news ul li div p{
	line-height:28px;
	}
.news ul li div span{
	margin-top:30px;
	display:inline-block;
	color:#888;
	border-bottom:1px solid #888;
	}
.news ul li:hover div span{
	border-bottom:1px solid #059341;
	color:#059341;
	}
/**/
.foot_bj{
	background:url(foot.jpg) no-repeat center top;
	margin-top:100px;
	padding-top:50px;
	}
.foot ul  h2{
	color:#fff;
	font-size:36px;
	}
.foot_contact{
	width:33%;
	float:left;
	}
.foot_contact img{
	margin-bottom:20px;
	}
.foot_contact p{
	color:#aaa;
	line-height:32px;
	}
.foot_quick{
	width:20%;
	float:left;
	margin:0 5%;
	}
.foot_quick li{
	margin-top:30px;
	}
.foot_quick li a{
	color:#aaa;
	display:block;
	line-height:40px;
	background:url(jt.png) no-repeat center  left;
	padding-left:25px;
	}
.foot_quick li a:hover{
	color:#fff;
	}
.foot_touch{
	width:37%;
	float:right;
	}
.foot_touch h4{
	font-weight:normal;
	color:#aaa;
	padding-top:10px;
	}
.foot_zxly{
	width:45%;
	margin-bottom:20px;
	padding:20px 0;
	border:none;
	border-bottom:1px solid #aaa;
	color:#aaa;
	background:none;
	}
.zxly_100{
	width:100%;
	}	
.foot_submit{
	width:50%;
	margin-top:15px;
	padding: 15px;
	border: 1px solid #059341;
	background:#059341;
	color:#fff;
	text-align:center;
	}

.foot_product{
	border-bottom:1px solid #aaa;
	border-top:1px solid #aaa;
	margin-top:50px;
	padding:30px 0;
	}
.foot_product h2{
	display:inline-block;
	font-size:36px;
	color:#fff;
	text-transform:uppercase;
	padding-right:15px;
	}
.foot_product a{
	color:#aaa;
	padding-right:10px;
	}
.bqsy{
	padding:40px 0;
	color:#aaa;
	}
.bqsy a{
	float:right;
	color:#aaa;
	}
.bqsy a img{
	display:inline-block;
	}
/**/
.banner_n{
    width: 100%;
    height: 450px;
}
	
.banner_n h2{
	position:absolute;
	top:32%;
	text-align:center;
	font-size:36px;
	width:100%;
	color:#fff;
	text-transform:uppercase;
	}
.banner_n h4{
	position:absolute;
	top:37%;
	text-align:center;
	font-size:14px;
	width:100%;
	color:#fff;
	font-weight:normal;
	text-transform:uppercase;
	}
.banner_n h4 a{
	color:#fff;
	font-size:14px;
	padding:0 10px;
	}
.banner_bt{
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	}
/**/
.mian_w {
    padding: 60px 0 0px 0;
}
.newslist ul li{
	border: 1px solid rgba(0,0,0,.1);
	padding:30px;
	transition:all 0.6s;
	line-height:24px;
	margin-bottom:15px;
	background:#f1f1f1;
	}	
.newslist ul li b{
	font-size:20px;
	display:block;
	} 	
.newslist ul li span{
	display:block;
	color:#999;
	padding:10px 0;
	}	
.newslist ul li:hover{
	background:#059341;
	border:1px solid #059341
	}	
.newslist ul li:hover b , .newslist ul li:hover span , .newslist ul li:hover{
	color:#fff;
	}
/**/
.btn{
	margin-bottom:20px;
	}
.btn img{
	display:inline-block;
	}
.btn h2{
	font-size:24px;
	line-height:100%;
	display:inline-block;
	}
.btn h4{
	border-bottom: 1px solid rgba(0,0,0,.1);
	border-top: 1px solid rgba(0,0,0,.1);
	margin-top:20px;
	padding:8px 0;
	font-weight:normal;
	color:#aaa;
	}
.about_n ul p {
    line-height: 28px;
	}	
/**/
.contact{
	background:#f1f1f1;
	}
.contact_xj{
	width:30%;
	line-height:35px;
	float:left;
	
	padding:30px 50px;
	}
.contact_xj h2{
	font-size:24px;
	margin-bottom:10px;
	}
.contcat_ms{
	width:70%;
	float:right;
	background:#f8f8f8;
	padding:30px 50px;
	}
.contcat_ms img{
	width:100%;
	}
.nr100{
	width: 100%;
    height: 240px;
    padding: 20px;
    border: 1px solid #d1d1d1;
	background:#fff;
	}
.nr30{
	width:35%;
	float:left;
	margin-right:2%;
	margin-top:15px;
	padding: 20px;
	border: 1px solid #d1d1d1;
	background:#fff;
	}
.submit{
	width:26%;
	margin-top:15px;
	padding: 20px;
	border: 1px solid #059341;
	background:#059341;
	color:#fff;
	text-align:center;
	}

/**/
.about_nnn .about_left {
	width:100%;
	}
.comm{
	background: url(choose.jpg) no-repeat center  #f1f3f2;
    padding: 0 0 100px 0;
	}
.comm ul li{
	width:70%;
	padding:50px 30px;
	margin:auto;
	background-color: rgba(5,147,65,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8059341,endColorstr=#C8059341);
	}
.comm ul li p{
	color:#fff;
	line-height:28px;
	}
.about_choose ul li{
	background:#f1f1f1;
	}
/**/
.inner-nav {
	float:left;
	width: 300px;
	}
.inner-nav h2{
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
	background:#059341;
	padding:20px 0 15px 20px; 
	font-weight:700;
	}
.inner-nav>ul>li {
	text-indent: 5px;
	cursor: pointer;
	border-bottom:1px solid #ddd;
	}
.inner-nav>ul>li>a {
	font-size: 20px;
	line-height: 55px;
	font-weight: 700;
	cursor: pointer
	}
.inner-nav>ul>li> span {
	float: right;
	font-size: 25px;
	font-weight: bolder;
	line-height:55px;
	}
.inner-nav>ul>li ul {
	display: none
	}
.inner-nav>ul>li a li  {
	line-height: 40px;
	padding-left:10px;
	border-top:1px solid #ddd;
	}
.inner-nav>ul>li li:hover {
	background-color: #f6f6f6
	}
.inner-nav>ul>li  .s {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	font-size: 16px;
	margin:10px 0;
	font-weight: 700
	}
/**/
.productlist{
	width: calc(100% - 340px);
	float:right;
	overflow:hidden;
	}
.productlist h2{
	border-bottom:1px solid #ddd;
	padding:25px 0;
	}
.productlist h2 a{
	text-transform:uppercase;
	}
.productlist ul{
	width:102%;
	padding-top:10px;
	}	
.productlist ul li{
	width:32%;
	float:left;
	border:1px solid #ddd;
	margin:7px 0;
	margin-right:1%;
	}	
.productlist ul li span{
	display:block;
	overflow:hidden;
	}
.productlist ul li span img{
	width:100%;
	display:block;
	transition: all .5s ease;
	}	
.productlist ul li h3{
	background:rgba(0,0,0,.1);
	text-align:center;
	padding:18px 0;
	color:#333;
	line-height:20px;
	font-size:18px;
	font-weight:normal;
	}		
.productlist ul li:hover img{
	transform: scale(1.05)
	}	
.productlist ul li:hover h2{
	background:#ee7700;
	color:#fff;
	}		
/**/
.showbanner{
	padding-top:50px;
	}
.showimg{
	width:50%;
	float:left;
	border:1px solid #ddd;
	}	
.products_show_r{
	width:45%;
	float:right;
	padding-top:100px;
	}
.products_show_r h1{
	font-size:40px;
	padding:20px 0;
	border:none;
	color:#333;
	}

.products_show_r h2{
	font-size:30px;
	padding:25px 0 20px 0;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	margin-bottom:30px;
	}
.products_show_r img{
	display:inline-block;
	vertical-align:top;
	margin-right:10px;
	}
.products_show_r p img{
	margin-top:3px;
	}
.products_show_r p a{
	width:160px;
	height:40px;
	line-height:28px;
	background:#059341;
	color:#fff;
	display:block;
	float:left;
	padding:8px 0 0 30px 
	}
.products_show_r p .product_lx{
	background:#e54707;
	}
.positionshow_bt{
	margin-top:40px;
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
	}
.positionshow_bt h2 ,
.positionshow_bt h4{
	border-bottom:2px solid #059341;
	display:inline-block;
	font-size:24px;
	padding:10px 20px;
	}
.showproduct{
	line-height:26px;
	}
.showothe .swiper-slide{
	border:1px solid #ddd;
	}
.showothe .swiper-slide img{
	width:100%;
	}
.showothe .swiper-slide p{
	text-align:center;
	padding:15px 0;
	font-size:20px;
	}
#showothe{
	padding-bottom:50px;
	}
/**/
.pagination{
	text-align: center;
	padding-top: 30px;
}
.page-item{
	display: inline-block;
	padding: 5px;
	background: #ddd;
	border: 1px solid #ddd;
}
.page-num{
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #ddd;
	background: #ddd;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #059341;
}
.page-num-current{
	background: #059341;
	color: #fff;
}
/**/
@media (min-width:1200px) and (max-width:1650px) {
body,div,ul,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,A,input,textarea, img{
	font-size:14px;
	}
.container{
   width:1200px;
   }
.head_hx{
	height:100px;
	}
.rm-nav{
	margin-top:30px;
	}
.wzss{
	margin-top:40px;
	}
.bt h2{
	font-size:36px;
	}
.bt p{
	font-size:16px;
	}
.product_bt h2 span{
	font-size:16px;
	}
.product_bt h2 b{
	font-size:36px;
	}
.about_left .about_img{
	width:40.4%;
	}
.about_left ul{
	width:56%;
	}
.about_left ul a{
	margin-top:10px;
	line-height:50px;
	border-radius:25px;
	}
.about_left ul h2{
	font-size:30px;
	padding:15px 0 0 0;
	}
.about_left ul li p{
	margin-top:10px;
	line-height:24px;
	}
.about_left ul h4{
	margin-top:15px;
	}
.about_right p{
	line-height:22px;
	}
.about_left ul h4 span{
	width:50%;
	}
}













































