@charset "utf-8";
.clear{
	clear: both;
}
html, body {
    height: 100%; 
}




input{-webkit-appearance:none ;border-radius: 0;}
form input{-webkit-appearance: none;}





*{box-sizing:border-box; margin:0px; padding:0px;   
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
body { position: relative;
    margin: 0;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 1.5; color: #333;
}


a, a:hover, a:focus {
    color: #333333;
    text-decoration: none;
}
html,body,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,table,th,td,fieldset,form,input,select,textarea,hr,blockquote,pre{margin:0;padding:0;}
ul,ol,dl{list-style:none;}
h1, h2, h3, h4, h5, h6,{margin:0px !important; padding:0px !important;   line-height: 1 !important;}



header{
	width: 100%;
	height: 99px;
	background: url(../img/a001.png) center no-repeat;
	background-size: cover;
	opacity: 0.9;
	position:absolute;
	top: 0;
	left: 0;
	z-index: 9999999;
	
}
.pc-nav{width: 90%;max-width: 1200px;margin: 0 auto;height: auto; position:relative;}
.pc-nav .menu{ width: calc(50% - 120px); text-align: center; float: left;}
.pc-nav .menu1{ width: calc(50% - 110px); text-align: center; float: right;  margin-right: 24px;}
.pc-nav .menu li{position: relative; display: inline-block; padding: 0 2.5%; }
.pc-nav .menu li .pn1{color: #666666; line-height: 60px; font-size: 16px;}
.pc-nav .menu li .pn1:hover{color:#006835;}
.pc-nav .menu .down{ text-align:left;border-radius: 10px;display: none; padding: 10px ; width: 200px; position: absolute;top:59px; left: -10px; z-index: 9999; background: rgba(255,255,255,0.9);}
.pc-nav .menu .down h1{ display:block;color: #666666;font-size: 15px; padding: 10px; border-bottom: 1px #bfbfbf dashed; font-weight: 500;}
.pc-nav .menu .down h1:hover{background: #006835; color: #FFFFFF; border-bottom: 1px #006835 solid;}
.pc-nav .logo{
	display: block;
	margin: 0 auto;
	width: 40px;
	height: 70px;
	padding-top: 10px;
}
.pc-nav .btn{
	position: absolute;
	right: 5px;
	top: 18px;
	display: block;
	border-radius: 100%;
	border: 1px #666666 solid;
	color: #666666;
	font-size: 12px;
	width: 24px;
	text-align: center;
	line-height: 22px;
}
.pc-nav .btn:hover{background: #006835; color: #FFFFFF;border: #006835;}

@media (max-width:1200px ) {
	.pc-nav .menu li .pn1{color: #666666; line-height: 60px; font-size: 14px;}
	.pc-nav .menu .down{position: absolute; width: 180px; left: -25px;}
	.pc-nav .menu .down h1{ display:block;color: #666666;font-size: 13px; }
}

	.phone-nav{
		display: none;
	}
	.nav-list{
		display: none;
	}

@media (max-width:1024px ) {
	.pc-nav{
		display: none;
	}
	.phone-nav{
		width: 100%;
		height: 60px;
		display: inherit;
	}
	header{
		height: 60px;
		background-image: none;
		background:#FFFFFF;
		opacity: 1;
		position: absolute;
		top: 0;
		left: 0;
	}
		.phone-nav  .logo{
			display: block;
			width: 50px;
			height: 50px;
			float: left;
			margin-top: 5px;
			margin-left: 20px;
			
		}
			.phone-nav  .menu3{
				display: block;
				width: 60px;
				height: 60px;
					color: #006835;
			text-align: center;
				float: right;
			}
		.phone-nav  .menu3 i{
			font-size: 30px;
		
			line-height: 60px;
		}
				.phone-nav  .menu3:hover{
					color: #FFFFFF;
					background: #006835;
			}
 .nav-list{
		width: 100%;
		position: absolute;
		top: 0px;
		left: 0;
		z-index: 99999999;
		background: #FFFFFF;
		display: none;
		padding: 40px;
		
	}
  .nav-list .nav-x{
		color: #333333;
		position: absolute;
		top:10px;
		right: 10px;
		font-size: 24px;
	}
 .nav-list .nav-x i{
			font-size: 36px;
		}
  .nav-list .nav-x:hover i{
		color:#006835;
	}
 .nav-list .accordion{
			width: 100%;
			height: auto;
		}
			.phone-nav  .nav-list .accordion li{
				position: relative;
			}
  .nav-list .accordion li .link{
			width: 100%;
			line-height: 50px;
			font-size: 16px;
			padding-left: 10px;
			color: #333333;
			position: relative;
			border-bottom:1px solid #ededed;
		}
		
  .nav-list .accordion li .link i {
    right: 12px;
    left: auto;
    font-size: 16px;
}
  .nav-list .accordion li .link i {
    position: absolute;
    top: 4px;
    font-size: 18px;
    color: #999999;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
		
	 .nav-list .accordion li .link:hover{
		color: #006835;
		}
  .nav-list .accordion li.open .link{
    color: #006835;
}
 .nav-list .accordion li.open i {
    color: #006835;
}
  .nav-list .accordion li.open i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
		
		
		
 .nav-list .submenu{
		display: none;
		width: 100%;
		height: auto;
		background: #F5f5f5;
	}
 .nav-list .submenu li{
			line-height: 48px;
			border-bottom: 1px #ffffff solid;
	}
 .nav-list .submenu li a{
			display: block;
			padding-left: 10px;
			color: #3333333;
			font-size: 16px;
			transition: all 0.5s ease; 
	}
  .nav-list .submenu li:hover a{
			padding-left: 20px;
			color: #FFFFFF;
	}
 .nav-list .submenu li:hover{
			background: #006835;
		}
	
	
	
	
	
	
	
	
	
}

.banner{
	width: 100%;
	height: auto;
}
.banner .s1{
	width: 100%;
	height: auto;
	position: relative;
}
.banner .s1 img{
	display: block;
	width: 100%;
	height: 100%;
}
.banner .s1  .swiper-button-next{
    background: url(../img/a003.png);
    right: 15px;
    left: auto;
}
.banner .s1  .swiper-button-prev{
    background: url(../img/a004.png);
    left: 15px;
    right: auto;
}
.banner .s1 .swiper-button-prev, .banner .s1 .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 38px;
    margin-top: -19px;
    z-index: 10;
    cursor: pointer;
    background-size: 22px 38px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
.banner .s1:hover .swiper-button-prev, .banner .s1:hover .swiper-button-next{
    opacity: 0.8;
}
.banner .s1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}
	.banner .s1 .img2{
		display: none;
	}

@media  (max-width:1024px ) {
	.banner{
		width: 100%;
		height: auto;
		padding-top: 60px;
	}
}

@media  (max-width:600px ) {
	.banner .s1 .img1{
		display: none;
	}
	.banner .s1 .img2{
		display: inherit;
	}
}




.banner1{
	width: 100%;
	height: auto;
	position: relative;
}


.banner2{
	width: 100%;
	height: auto;
	position: relative;
}

.banner2  img{
	display: block;
	width: 100%;
	height: 100%;
}

.banner2 .img2{
		display: none;
}


@media only screen and (max-width:1024px ) {
	.banner2{
	width: 100%;
	height: auto;
	padding-top: 60px;
	position: relative;
}
}



.banner-cons{
	width: 90%;
	max-width: 1200px;
	text-align: left;
	height: auto;
	overflow: hidden;
	z-index: 99;
	position: absolute;
	top: 40%;
    transform: translateY(-50%);
	left: 50%;
	transform: translateX(-50%);
	
}

.banner-cons h5{
	display: block;
	font-size: 50px;
	color: #ffffff;
	font-weight: 500;
	width: 100% !important;
	float: left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2) ;
}
.banner-cons h6{
		display: block;
	font-size: 20px;
	color: #ffffff;
	width: 100% !important;
	font-weight: 500;
	float: left;
}
.banner-cons h2{
	display: block;
	font-size: 50px;
	color: #ffffff;
	font-weight: 500;
	width: 100% !important;
	float: left;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2) ;
}
.banner-cons h4{
		display: block;
	font-size: 20px;
	color: #ffffff;
	width: 100% !important;
	font-weight: 500;
	float: left;
}



.banner1 .s2{
	width: 100%;
	height: auto;
	position: relative;
}
.banner1 .s2 img{
	display: block;
	width: 100%;
	height: 100%;
}

.banner1 .s2 .img2{
		display: none;
	}


.banner1 .s2  .swiper-button-next{
    background: url(../img/a003.png);
    right: 15px;
    left: auto;
}
.banner1 .s2  .swiper-button-prev{
    background: url(../img/a004.png);
    left: 15px;
    right: auto;
}
.banner1 .s2 .swiper-button-prev, .banner1 .s2 .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 22px;
    height: 38px;
    margin-top: -19px;
    z-index: 10;
    cursor: pointer;
    background-size: 22px 38px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}
.banner1 .s2:hover .swiper-button-prev, .banner1 .s2:hover .swiper-button-next{
    opacity: 0.8;
}
.banner1 .s2 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFFFFF;
}

@media  (max-width:1024px ) {
	.banner1{
		width: 100%;
		height: auto;
		padding-top: 60px;
	}
}


@media  (max-width:800px ) {

	.banner-cons h5{
	font-size: 30px;

}
.banner-cons h6{
	font-size:16px;

}

	.banner-cons h2{
	font-size: 30px;

}
.banner-cons h4{
	font-size:16px;

}
	
}

@media  (max-width:600px ) {
.banner1 .s2 .img1{
		display: none;
	}
	.banner1 .s2 .img2{
		display: inherit;
	}
	
	.banner2 .img1{
		display: none;
	}
	.banner2 .img2{
		display: inherit;
	}

.banner-cons h2{
	display: block;
	font-size: 30px;
	color: #ffffff;
	font-weight: 500;
	width: 100% !important;
	float: left;
	padding-left: 20px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2) ;
}
.banner-cons h4{
		display: block;
	font-size:16px;
	color: #ffffff;
	width: 100% !important;
	font-weight: 500;
	padding-left: 20px;
	float: left;
}
	
}

	/*内页导航*/
	.in-nav{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 999;
		width: 100%;
		height: 50px;
		border-top:1px rgba(51,51,51,0.3) solid ;
			border-bottom:1px rgba(51,51,51,0.3) solid ;
			background: rgba(255,255,255,0.8);
	}
.in-nav-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}
.in-nav-c a{
	display: inline-block;
	line-height: 48px;
	font-size: 16px;
	padding: 0  18px;
	color: #333333;
	margin: 0 6px;
}
.in-nav-c a.cut{
	background: #006835;
	color: #ffffff;
}
.in-nav-c a:hover{
		background: #006835;
	color: #ffffff;
}
.in-nav-c2{
	display: none;
}

@media (max-width:600px ) {
   .in-nav-c{
   	display: none;
   }
   
   .in-nav-c2{
   	width: 100%;
   	height: auto;
   	padding: 0 30px;
	display: inherit;
	line-height: 48px;
	font-size: 15px;
	color: #333333;
	position: relative;
}
     .in-nav-c2-down{
     	display: none;
     	position: absolute;
     	top: 49px;
     	left: 0;
     	background: #F5F5F5;
     	width:100%;     	
     	height: auto;
     	padding: 10px  10px;
     	
     }
   .in-nav-c2-down a{
   	display: inline-block;
   	color: #333333;
   	font-size: 15px;
   	padding: 0 1%;
   }
      .in-nav-c2-down a:hover{
      	color: #006835; 
      }
   
}












.h85{
	width: 100%;
	height: 85px;
	overflow: hidden;
}

.h65{
	width: 100%;
	height: 65px;
	overflow: hidden;
}



@media only screen and (max-width:600px ) {
	.h85{
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.h65{
	width: 100%;
	height: 50px;
	overflow: hidden;
}


}



.yline{
	width: 380px;
	border-radius: 30px;
	height: 60px;
	border:1px solid #c1bfbe ;
	margin: 0 auto;
	text-align: center;
}

.title{
	display: inline-block;
	padding-top: 6px;
	overflow: hidden;
	
}
.title  .title-pic{
	display: block;
	width: 25px;
	height: 40px;
	padding-top: 5px;
	float: left;
	
}

.title h3{float: left;
	color: #333333;
	font-size: 30px;
	font-weight: 500;
	padding-left: 5px;

}

.title h4{
	float: left;
	font-size: 14px;
	margin-top: 20px;
	color: #999999;
	font-weight: 500;

	text-transform :Uppercase;
	padding-left: 5px;

}

.ts1{
	width: 100%;
	height: auto;
}
.ts1-top{
	width: 90%;
	height: auto;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
.ts1 .line:first-child{
	display: block;
	width: calc(50% - 190px);
	height:1px ;
	background: #c1bfbe ;
	float: left;
	margin-top: 29px;
	
}
.ts1 .line:nth-child(2){
	display: block;
	width: calc(50% - 190px);
	height:1px ;
	background: #c1bfbe ;
	float: right;
	margin-top: 29px;
}

@media (max-width:600px ) {
		.ts1-top{
			width: 100%;
			padding: 0 30px;
		}
	
	.ts1 .line:first-child{
		display: none;
	}
	.ts1 .line:nth-child(2){
		display: none;
}
 .yline{
	width: 100%;
   border: none;
   }
.title h3{
	font-weight: bold;
	font-size: 25px;
	padding-top: 7px;
}
.title h4{
	font-size: 13px;
	padding-top: 6px;
}
}

.ts1 .ts1-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	margin-top: 150px;
}

.ts1 .ts1-c .pic{
	width: 45%;
	height: auto;
	position: absolute;
	top: -90px;
	left: -15%;
		border-radius: 20px;
}
.ts1 .ts1-c .pic img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	}


.ts1 .ts1-con{
	position: relative;
	width: calc(100% -  140px);
	float: right;
	height: auto;
	padding: 40px 40px  5% 32% ;
	border-radius: 20px;
	border:1px #07913a solid;
}
.ts1 .ts1-con ul{
	width: 60px;
	height: auto;
	float: left;
}
.ts1 .ts1-con ul li{
		padding: 5px 10px;
}
.ts1 .ts1-con ul li i{
	display: block;
	font-size: 40px;
	color: #999999;
}
.ts1 .ts1-con ul li.cut i{
	color: #07913a;
}
.ts1 .ts1-con ul li:hover i{
	color: #07913a;
}
.ts1-text-con{
	width: calc(100% - 60px);
	float: left;
	padding-left: 40px;
	position: relative;
	display: none;
}
.ts1-text-con h5{
	position: absolute;
	top: -100px;
	left: -45px;
	color: #07913a ;
	font-size: 36px;
	font-weight: 500;
}
.ts1-text-con .text{
	margin-top: 20px;
	width: 100%;
	height: 224px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
}
.ts1-text-con .text p{
	font-size: 16px;
	color: #666666;
	line-height: 2;
}
.ts1-text-con .text p h1{
	font-size: 16px;
	color: #666666;
	line-height: 2;
}




.ts1-text-con .more{
	margin-top: 30px;
	display: block;
	width: 150px;
	height: 46px;
	border:1px #07913a solid;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	color: #07913a;
	line-height: 46px;
}
.ts1-text-con .more:hover{
	color: #FFFFFF;
	background: #07913a;
}

@media  (max-width:1024px) {
	.ts1 .ts1-c .pic{
	width:55%;
	height: auto;
	position: absolute;
	top: -90px;
	left: -20%;
		border-radius: 20px;
}
}

@media  (max-width:900px) {
		.ts1 .ts1-c .pic{
	width:55%;
	height: auto;
	position: absolute;
	top: -90px;
	left: -20%;
		border-radius: 20px;
}

.ts1 .ts1-con{
	position: relative;
	width: calc(100% -  100px);
	float: right;
	height: auto;
	padding: 30px 30px  3% 31% ;
	border-radius: 20px;
	border:1px #07913a solid;
}

.ts1 .ts1-con ul{
	width:45px;
	height: auto;
	float: left;
}
.ts1 .ts1-con ul li i{
	display: block;
	font-size: 32px;
}
.ts1 .ts1-con ul li{
		padding: 5px 5px;
}

.ts1-text-con{
	width: calc(100% - 45px);
	float: left;
	padding-left: 20px;
	position: relative;
	display: none;
}
.ts1-text-con .text{
	margin-top: 0px;
}

.ts1-text-con .more{
	margin-top: 15px;
	display: block;
	width: 120px;
	height: 36px;
	border:1px #07913a solid;
	border-radius: 10px;
	text-align: center;
	font-size: 14px;
	color: #07913a;
	line-height: 36px;
}

}

@media (max-width:600px ) {
	.ts1 .ts1-c{
		width: 100%;
		padding: 0 30px;
		margin-top: 80px;
		clear: both;
	}
	
	.ts1-text-con h5{
	position: absolute;
	top: -60px;
	left: 15px;
	color: #07913a ;
	font-size: 30px;
	font-weight: 500;
}
	
	.ts1 .ts1-c .pic{
		display: none;
	}
	.ts1 .ts1-con{
		width: 100%;
		border: none;
			padding: 30px 0px  3% 0% ;
	}
	
	
	
.ts1-text-con{
	width: calc(100% - 45px);
	float: left;
	padding-left: 15px;
	position: relative;
	display: none;
}
	
}



































.ts2{
	width: 100%;
	height: auto;
	text-align: center;
}
.ts2 .ts2-top{
	width: 90%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	}
.ts2 .ts2-top .title h5{
	font-weight: bold;
}
.ts2 .text{
	width: 70%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
.ts2 .text p{
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}

@media (max-width:600px ) {
	.ts2 .ts2-top{
		width: 100%;
		padding: 0 30px;
	}
	.ts2 .text{
		width: 100%;
		padding: 0 30px;
	}
}


.ts2 .pro{
	width: 95%;
	max-width: 1400px;
	margin: 0 auto;
	height: auto;
	padding: 20px 0;
	margin-top: 30px;
	position: relative;
	text-align: center;
}
.ts2 .pro .s2{
	width: 90%;
	max-width: 1200px;
	height: auto;
	padding: 10px 10px 10px 10px;
	margin: 0 auto;
	overflow: hidden;
}
.ts2 .pro .s2 .pro-c{
	width: 100%;
	border-radius: 10px;
	padding-bottom: 85px;
		height: auto;
}

.ts2 .pro .s2 .pro-c:hover{
		box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.ts2 .pro .s2 .pro-c .pro-pic{
	display: block;
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.ts2 .pro .s2 .pro-c .pro-t{
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: -25px;
	left: 0;
	background: url(../img/a008.png) center no-repeat;
	background-size: cover;
		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.ts2 .pro .s2 .pro-c:hover{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.ts2 .pro .s2 .pro-c .pro-t h5{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 18px;
	margin-top:32px;
}
.ts2 .pro .s2 .pro-c .pro-t h6{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}

.ts2 .pro .s2 .pro-c .pro-t h3{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 18px;
	margin-top:32px;
}
.ts2 .pro .s2 .pro-c .pro-t h4{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}





.ts2 .pro  .swiper-button-prev{
    background-image: url(../img/a009.png);
    left: 10px;
    right: auto;
}
.ts2 .pro .swiper-button-next{
    background-image: url(../img/a010.png);
    right: 10px;
    left: auto;
}

.ts2 .pro  .swiper-button-prev, .ts2 .pro .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    background-size: 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
}
.ts2 .pro .swiper-pagination{
	position: inherit;
	width: 100%;
	text-align: center;
}

.ts2 .pro .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: #999999;
    opacity: 0.6;
    margin: 0 5px;
}

.ts2 .pro .swiper-pagination-bullet-active {
	  display: inline-block;
    opacity: 1;
    background: #07913a;
}

@media  (max-width:600px ) {
	.ts2 .pro{
		width: 100%;
		padding: 20px  20px;
	}
	.ts2 .pro .s2{
		width: 95%;	
		margin: 0 auto;
	}
	
	
	.ts2 .pro  .swiper-button-prev, .ts2 .pro .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    margin-top: -14px;
    z-index: 10;
    cursor: pointer;
    background-size:28px 28px;
    background-position: center;
    background-repeat: no-repeat;
}
	
}

.ts3{
	width: 100%;
	height: 510px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.ts3-bk{
	width: 100%;
	height: 100%;
		background: url(../img/a011.png)  no-repeat;
	background-size: cover;
	background-position: 50%   top;
	
}
.ts3-c{
	width: 90%;
	height: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.ts3-cr{
	width: 50%;
	max-width: 580px;
	height: 100%;
	float: right;
	display: flex;
	margin-left: 50%;
}
.ts3-title{
	width: 180px;
	float: left;
		margin: auto 0;
	overflow: hidden;
}
.ts3-title .ts3-title-pic{
	display: block;
	width: 35px;
	height: 50px;
	float: left;
	margin-top:10px;
}
.ts3-title .ts3-title-r{
float: left;
margin-left: 5px;
}
.ts3-title .ts3-title-r h3{
	font-size: 30px;
	font-weight: 500;
	color: #333333;
}
.ts3-title .ts3-title-r h4{
text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #333333;
}
.ts3-cr-r{
		margin: auto 0;
	width: calc(100% - 180px);
	float: right;
	padding-left: 30px;
}

.ts3-cr-r  .tl{
	color: #333333;
	font-size: 24px;
	margin-bottom: 20px;
}

.ts3-cr-r .text{
	width: 100%;
	height:160px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.ts3-cr-r  .text p{
   color: #333333;
	font-size: 16px;
	line-height: 2;
}
.ts3-cr-r .btn{
	display: inline-block;
	text-align: center;
	line-height: 32px;
	border-radius: 16px;
	border: 1px #666666  solid;
	font-size: 14px;
	width: 160px;
	height: 32px;
	margin-top: 30px;
}


.ts3-cr-r .btn:hover{
	background: #07913a;
	border: #07913a;
	color: #FFFFFF;
}
@media (max-width:1000px ) {
	.ts3-bk{
	width: 100%;
	height: 100%;
		background: url(../img/a011.png)  no-repeat;
	background-size: cover;
	background-position:65%  top;
}

.ts3-cr{
	width: 75%;
	max-width: 580px;
	height: 100%;
	float: right;
	display: flex;
	margin-left: 25%;
}	
}

@media (max-width:600px ) {
	.ts3-bk{
	width: 100%;
	height: 100%;
		background: url(../img/a011.png)  no-repeat;
	background-size: cover;
	background-position:right  top;
}
.ts3-c{
	display: flex;
}

.ts3-cr{
	width: 100%;
	max-width: 580px;
	height: auto;
	float: right;
	display:block;
	margin-left: 0%;
	margin: auto;
	text-align: center;
}	
.ts3-title{
	width: auto;
		margin: 0 0;
		float: none;
	overflow: hidden;
	display: inline-block;
}
.ts3-title .ts3-title-pic{
	display: block;
	width: 25px;
	height: 45px;
	float: left;
	padding-top:10px;
	margin-top: 0;
}
.ts3-title .ts3-title-r{
float: left;
margin-left: 0;
}
.ts3-title .ts3-title-r h3{
	font-size: 25px;
	float: left;
	font-weight: bold;
	padding-top: 7px;
	padding-left: 5px;

}
.ts3-title .ts3-title-r h4{
	font-size: 13px;
	float: left;
	padding: 22px 0 0 6px;

}

.ts3-cr-r{
    margin: 0 0;
	width:100%;
	float: right;
	padding: 20px 30px
}
.ts3-c{
	width: 100%;
	height: 100%;
}

}


.ts4{
	width: 100%;
	height: auto;
	text-align: center;
}
.ts4 .ts4-top{
	width: 90%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.ts4 .ts4-top .title h5{
	font-weight: bold;
}
.ts4 ul{
	width: 92%;
	height: auto;
	max-width: 1220px;
	margin: 0 auto;
}
.ts4 ul li{
	width: calc(33.3% - 20px);
	margin: 10px;
	float: left;
	text-align: left;
	}
	
	.ts4 ul li .pic{
		width: 120px;
		height: 120px;
		border-radius: 15px;
		float: left;
		position: relative;
	}
	
	.ts4 ul li .pic img{
			display: block;
		width: 100%;
		height: 100%;
		border-radius: 15px;
	}
	.ts4 ul li .pic .line{
		width: 100%;
		height: 100%;
		border-radius: 15px;
		border: 1px #999999 solid;
		z-index: -999;
		position: absolute;
		top: -10px;
		left: -10px;
	}
   .ts4 ul li .txt-con{
			float: left;
            width: calc(100% - 120px );
            padding-left: 20px;
		}
	.ts4 ul li .txt-con h5{
		font-size: 16px;
		color: #333333;
		font-weight: 500;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
		.ts4 ul li .txt-con h3{
		font-size: 16px;
		color: #333333;
		font-weight: 500;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	
	
		.ts4 ul li .txt-con .text{
			width: 100%;
			height:60px;
			overflow:hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 3;
			-webkit-box-orient: vertical;
			word-break: break-all;
			word-break: break-word;
			margin-top: 10px;
		}
		.ts4 ul li .txt-con .text p{
			color: #666666;
			font-size: 14px;
			line-height: 20px;
		}
		
		.ts4 ul li .txt-con .date{
			color: #999999;
			font-size: 14px;
			margin-top: 10px;
		}
		
		
		.ts4 ul li:hover  h5{color: #07913a;}
		
@media (max-width:900px ) {
	.ts4 ul li{
	width: calc(50% - 20px);
	margin: 10px;
	float: left;
	text-align: left;
	}
		.ts4 ul li:last-child{
			display: none;
	}
}
@media (max-width:600px ) {
	.ts4 ul li{
	width: calc(100% - 20px);
	margin: 20px  10px;
	float: left;
	text-align: left;
	}
		.ts4 ul li:last-child{
			display: none;
	}
			.ts4 ul li:last-child{
			display: inherit;
	}
}


.footer{
	width: 100%;
	height: auto;
	background: #333333;
	padding:40px 20px  85px 20px;
	position: relative;
}

.footer-top{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.footer-top .logo{
	display:inline-block ;
	width: 60px;
	height: 95px;
}
.footer-top .ico-t{
	width: 100%;
	height: auto;
	text-align: center;
	color: rgba(255,255,255,0.96);
	font-size: 14px;
	margin: 40px 0 50px 0;
}
.footer-top .ico-t span{
	padding: 0  20px;
}
.footer-top .ico-t  i{
	font-size: 16px;
	padding-left: 10px;
	color:rgba(255,255,255,0.96)
}
@media (max-width:600px) {
	.footer-top{
	width: 100%;
	padding: 0 30px;
}
 .footer-top .ico-t span{
 	display: inline-block;
	width: 100%;
}
}
.footer-down{
	width: 100%;
	height: 85px;
	background: url(../img/a013.png)center no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer-down-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	display: flex;
}
.footer-down span{
		color: #666666;
	font-size: 14px;
}
.footer-down span a{
	color: #666666;
	font-size: 14px;
}

.footer-down .down-l{
	width: calc(50% - 150px);
	float: left;
	line-height: 25px;
	padding-top: 50px;
	color: #666666;
	font-size: 14px;
}

.footer-down .down-r{
	width: calc(50% - 150px);
	float: right;
	line-height: 25px;
	padding-top: 50px;
	color: #666666;
	font-size: 14px;
}

.footer-down .down-r span{
	padding: 10px;
}

.footer-down .top1{
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	margin-top: 20px;
}
.footer-down .top1 img{
	display: inline-block;
	width: 40px;
	height: 40px;
}
.footer-down .down-con{
	display: none;
}

@media (max-width:1024px ) {
	
	.footer-down .top1{
		position: absolute;
		top:0px;
		left: 50%;
		transform: translateX(-20px);
}
.footer-down .down-l{
	display: none;
}
	.footer-down .down-r{
	display: none;
}
	.footer-down .down-con{
		width: 100%;
	display: inherit;
	display: block;
	padding-top: 65px;
	text-align: center;
}
	.footer-down .down-con span{
		display: inline-block;
		color: #666666;
		font-size: 14px;
		line-height: 25px;
		text-align: center;
	}

}








.title2{
	text-align: center;
}
.title2  .img1{
	display: block;
	width: 36px;
	height: 36px;
	margin: 0 auto;
}
.title2 h4{
	color: #666666;
	font-size: 28px;
	text-transform : uppercase;
}
.title2 h3{
	font-weight: 500;
	color: #333333;
	font-size: 20px;
}

.title3{
	width: 100%;
	overflow: hidden;
}

.title3  .img1{
	display: block;
	width: 36px;
	height:41px;
	float: left;
	padding-top: 5px;
}
.title3 h4{
	float: left;
	color: #666666;
	font-size: 14px;
	padding-top: 20px;
	margin-left: 5px;
	font-weight: 500;
	text-transform : uppercase;

}
.title3 h3{
	float: left;
	color: #333333;
	font-size: 30px;
	margin-left: 5px;
}




@media (max-width:600px ) {
	.title2 h6{
	color: #666666;
	font-size: 22px;
	text-transform : uppercase;
}
.title2 h3{
	font-weight: 500;
	color: #333333;
	font-size: 18px;
}
}

@media (max-width:600px ) {
	
	.title3  .img1{
	display: block;
	width: 30px;
	height:35px;
	float: left;
	padding-top: 5px;
}
	.title3 h4{
	font-size:12px;
	margin-left: 3px;
	padding-top: 17px;
}
.title3 h3{

	font-size: 25px;
	margin-left: 3px;
}
}









.ab1{
	width: 100%;
	height: auto;
}

.ab1-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}
.ab1 .text{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.ab1 .text p{
color: #666666;
font-size: 16px;
line-height: 32px;
}
.ab1 .text p h1{
color: #666666;
font-size: 16px;
line-height: 32px;
}

.ab2{
	width: 100%;
	height: auto;
	padding: 40px 0;
	background: url(../img/a017.png) center no-repeat;
	background-size: cover;
}
.ab2-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}
.ab2-con{
width: 100%;
position: relative;
margin-top: 50px;
}

.ab2-con .ab2s{
	width: calc(100% -  150px);
	margin: 0 auto;
	position: relative;
}


.ab2-con .line{
	height: 1px;
	width: 100%;
	background: #666666;
	position: absolute;
	top: 42%;
	transform: translateY(- 50%);
	left: 50%;
	transform: translateX(-50%);
}


.ab2-con .ab2s .ab2s-c{
	width: 100%;
	height: auto;
	padding: 20px;
	text-align: center;
}
.ab2-con .ab2s .ab2s-c .date{
	font-size: 24px;
	color: #00913a;
	margin-bottom: 35px;
}
.ab2-con .ab2s .ab2s-c .yline{
	width:20px ;
	height: 20px;
	text-align: center;
	line-height: 18px;
	border-radius: 100%;
	border:1px #666666 solid;
}
.ab2-con .ab2s .ab2s-c  .yline span{
		width:12px ;
	height: 12px;
	border-radius: 100%;
	background: #666666;
	display: inline-block;
}
.ab2-con .ab2s .ab2s-c .text{
	margin-top: 35px;
	width: 100%;
	height: 72px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
}
.ab2-con .ab2s .ab2s-c .text p{
	color: #666666;
	font-size: 16px;
}
.ab2-con .swiper-button-next{
    background-image: url(../img/a018.png);
    right: 0px;
    left: auto;
}
.ab2-con .swiper-button-prev{
    background-image: url(../img/a019.png);
    left: 0px;
    right: auto;
}
.ab2-con .swiper-button-prev,.ab2-con  .swiper-button-next {
    position: absolute;
    top: 43%;
    width: 45px;
    height: 45px;
    margin-top: -22.5px;
    z-index: 10;
    cursor: pointer;
    background-size: 45px 45px;
    background-position: center;
    background-repeat: no-repeat;
}

/*青果产业链*/
.cyl{
width: 100%;
height: auto;
}
.cyl ul{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	clear: both;
}
.cyl ul li{
	width: 16.6%;
	margin: 0;
	height: auto;
	float: left;
	word-break: break-word;
	text-align: center;
	padding: 0 20px;
}
.cyl ul li h6{
	width: 100%;
	font-size: 18px;
	margin-top: 20px;
}
.cyl ul li:hover h6{
	color:#00913A;
}



.cyl ul li .pic{
	border-radius: 10px ;
	border: 1px solid #dadada;
	display: inline-block;
	width: 86px;
	height: 86px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (max-width:900px ) {
	
	.cyl ul li{
	padding: 0 10px;
}
	
	.cyl ul li .pic{
	width: 60px;
	height: 60px;
}

.cyl ul li h6{
	font-size: 15px;
}

}
@media only screen and (max-width:600px ) {
	
	.cyl ul li{
	padding: 0 5px;
}
	
	.cyl ul li .pic{
	width: 42px;
	height: 42px;
}

.cyl ul li h6{
	font-size: 13px;
	font-weight: 500;
}

}


.cyl1{
	width: 100%;
	height: auto;
}
.cyl1 .cyl1-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.cyl1 .text{
	width: 100%;
	height: auto;
	margin-top: 45px;
}
.cyl1 .text p{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}
@media only screen and (max-width: 600px) {
	.cyl1 .cyl1-c{
	width: 100%;
	padding: 0 30px;
}
}


.cyl2{
	width: 100%;
	height: 580px;
	background: url(../img/b012.jpg) center no-repeat;
	background-size: cover;
	padding-top: 190px;
	position: relative;
}

.cyl2 .title3 h4{
	color: #FFFFFF;
}
.cyl2 .title3 h3{
	color: #FFFFFF;
}
.cyl2-bk{
	    position: absolute;
    width: calc(60% + 200px );
    background-color: rgba(7,145,58,0.6);
    height: calc(100% - 190px);
    bottom: 0px;
    left: 0px;
    z-index: 2;
}
.cyl2 .cyl2-c{
	width: 90%;
	position: absolute;
	top: 230px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	height: auto;
	padding: 2%  calc(15% + 100px ) 2% 0;
	max-width: 1200px;
}

.cyl2 .cyl2-c .text{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.cyl2 .cyl2-c .text p{
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 20px;
	line-height: 2;
}

@media only screen and (max-width:600px ) {
	
	.cyl2-bk{
	    position: absolute;
    width: calc(60% + 200px );
    background-color: rgba(7,145,58,0.6);
    height: calc(100% - 100px);
    bottom: 0px;
    left: 0px;
    z-index: 2;
}
	
	
	.cyl2 .cyl2-c{
	width: 100%;
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	height: auto;
	padding: 2%  calc(2% + 30px )  2%  30px;
}

}


.cyl3{
	width: 100%;
	height: auto;

}
.cyl3-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.cyl3 .pic{
	width: 440px;
	height: 330px;
	float: left;
	border-radius: 10px;
	box-shadow: 1px 0 20px rgba(0,0,0,0.2);
}
.cyl3 .pic img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}
.cyl3 .cyl3-l{
	float: right;
	width: calc(100% - 440px );
	padding-left: 8%;
	height: auto;
}

.cyl3 .cyl3-l .text{
	width: 100%;
	margin-top: 40px;
	height: auto;
}

.cyl3 .cyl3-l .text p{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}


@media only screen and (max-width:1000px ) {
	.cyl3-c{
	width: 100%;
	padding: 0 30px;
}
	
	.cyl3 .pic{
		display: none;
}
	.cyl3 .cyl3-l{
	float: right;
	width: 100%;
	padding-left: 0%;
	height: auto;
}
	
}

.cyl4{
	width: 100%;
	height: auto;

	background: url(../img/b014.jpg) center no-repeat;
	background-size: cover;

}

.cyl4-bk{
	width: 100%;
	height: 100%;
		padding: 90px 0;
	background: rgba(255,255,255,0.85);
}


@media only screen and (max-width:600px ) {
	.cyl4-bk{
	width: 100%;
	height: 100%;
		padding: 70px 0;
	background: rgba(255,255,255,0.85);
}
}

.cyl4-c{
	width: 90%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
}

.cyl4-r{
width: calc(100% - 300px);
height: auto;
float: left;
padding-right: 10%;
}
.cyl4-r .text{
	width: 100%;
	height: auto;
	margin-top: 45px;
}
.cyl4-r .text p{
	color: #666666;
	font-size: 16px;
	line-height: 2;
}


.cyl4 .pic{
	width: 300px;
	height: 400px;
	float: left;	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.cyl4 .pic img{
	display: block;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:720px ) {
	
	.cyl4 .pic{
	width: 210px;
	height: 280px;
	float: left;	
	box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
}
.cyl4-r{
width: calc(100% - 210px);
height: auto;
float: left;
padding-right: 8%;
}
}

@media only screen and (max-width:720px ) {
	
	.cyl4-c{
		width: 100%;
		padding: 0 30px;
		height: auto;
	}
	.cyl4 .pic{
		display: none;
}
.cyl4-r{
width: 100%;
height: auto;
float: left;
padding-right: 0%;
}
}




.cyl5{
	width: 100%;
	height: auto;
}
.cyl5-c{
	width: 90%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
}
.cyl5 .text{
	width: 100%;
	height: auto;
	margin-top: 45px;
}
.cyl5 .text p{
	color: #666666;
	font-size: 16px;
}
.cyl5 .text img{
	display: block;
	width: 100%;
	height: 100%;
}

.cyl6{
	width: 100%;
	height: auto;
	padding-bottom: 85px;
	background:url(../img/b016.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	}
	
	
	@media only screen and (max-width:600px ) {
		.cyl6{
	width: 100%;
	height: auto;
	padding-bottom: 60px;
	}
	}
	
	
	
.cyl6-c{
	width: 90%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
}
.cyl6 .text{
	width: 100%;
	height: auto;
	margin-top: 45px;
}
.cyl6 .text p{
	color: #666666;
	font-size: 16px;
}




.system{
	width: 100%;
	height: auto;
}
.system-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.system-c .text{
	width: 100%;
	font-size: 16px;
	height: auto;
	margin-top: 45px;
}
.system-c .text p{
	font-size: 16px;
	color: #666666;
	line-height: 2;
}
.system-c .text img{
	display: block;
	width: 100%;
	height: 100%;
}
@media (max-width:600px ) {
	.system-c{
	width: 100%;
	padding: 0 30px;
}
}


.h100{
	height: 800px;
	overflow: hidden;
}
.partner{
	width: 100%;
	height: auto;
	padding:85px 0;
	background: url(../img/a020.png);
	background-position: bottom center;
	background-repeat:no-repeat;
	background-size: cover;
	text-align: center;
	
}
.partner  .partner-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.partner .xcy{
	color: #666666;
	font-size: 16px;
	margin-top:35px;
	font-weight: bold;
	
}
.partner ul{
	width: 100%;
	height: auto;
	text-align: left;
	margin-top: 30px;
}
.partner ul li{
	display: inline-block;
	width: calc(25% - 27px);
	height: auto;
	margin: 14px  11px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.partner ul li img{
	display: block;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width:900px) {
	.partner ul li{
	display: inline-block;
	width: calc(33.3% - 27px);
	height: auto;
	margin: 14px  11px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
}
@media only screen and (max-width:720px) {
	.partner ul li{
	display: inline-block;
	width: calc(50% - 27px);
	height: auto;
	margin: 14px  11px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
}
@media only screen and (max-width:600px) {
	.partner  .partner-c{
	width: 100%;
	padding: 0 30px;
	margin: 0 auto;
}
	.partner ul li{
	display: inline-block;
	width: calc(50% - 15px);
	height: auto;
	margin: 8px  6px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
}



/*新闻列表*/
.news{
	width: 100%;
	height: auto;
	
}
.news-c{
	width: 90%;
	max-width: 1200px;
    margin: 0 auto;
}
.news .txt{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.news .txt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
}

.news .news-s{
	width: 100%;
	height: auto;
	padding-bottom: 45px;
	border-bottom: 1px solid #666666;
}
.news .news-s a{
	width: calc(33.3% - 20px);
	display: inline-block;
	margin: 8px;
}
.news .news-s a .pic{
	position: relative;
	width: 100%;
	height: auto;
	
	
}
.news .news-s a .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.news .news-s a .pic .date{
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px  20px;
	background: #07913a;
	color: #FFFFFF;
	text-align: center;
}
.news .news-s a .pic .date b{
	display: block;
	font-size: 36px;
}
.news .news-s a .pic .date span{
	display: block;
	font-size: 16px;
}
.news .news-s a h5{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	margin-top: 20px;
}

.news .news-s a h3{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	margin-top: 20px;
}



.news .news-s a .text{
	width: 100%;
	height: 46px;
	margin-top: 20px;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
	
}
.news .news-s a:hover h5{
	color: #07913a;
}
.news .news-s a:hover h3{
	color: #07913a;
}
.news ul{
	width: 100%;
	height: auto;
}
.news ul li{
	width: 100%;
	height: auto;
	padding: 35px  15px;
	overflow: hidden;
	border-bottom: 1px dashed #c1bfbe;
}
.news ul li .date{
	width: 55px;
	height: 65px;
	float: left;
	border: 1px solid #999999;
}
.news ul li .date b{
	width: 100%;
	display: block;
	background: #999999;
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;line-height: 43px;
}
.news ul li .date span{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #333333;
	line-height: 19px;
}
.news ul li .con{
	width: calc(100% - 55px);
	height: auto;
	float: left; 
	padding-left: 35px;
}
.news ul li .con h5{
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news ul li .con h3{
	font-size: 18px;
	color: #666666;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news ul li .con .text{
	width: 100%;
	height: ;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
}

.news ul li .con .text p{
	font-size: 14px;
	color: #999999;
	}
	
	
.news ul li:hover .date{
	border: #07913a 1px solid;
}
	.news ul li:hover .date b{
		background: #07913a;
}

.news ul li:hover h5{
	color: #07913a;
}


.news ul li:hover h3{
	color: #07913a;
}





@media only screen and (max-width:780px ) {

.news .news-s a{
	width: calc(50% - 20px);
	display: inline-block;
	margin: 8px;
}
.news .news-s a:last-child{
	display: none;
}
	
}

@media only screen and (max-width:600px ) {
	
	.news-c{
	width: 100%;
	padding: 0 30px;
    margin: 0 auto;
}
.news .news-s a{
	width: calc(50% - 10px);
	display: inline-block;
	margin: 3px;
}
.news ul li{
	width: 100%;
	height: auto;
	padding: 35px  0px;
	overflow: hidden;
	border-bottom: 1px dashed #c1bfbe;
}
	.news ul li .con{
	width: calc(100% - 55px);
	height: auto;
	float: left; 
	padding-left: 20px;
}
	
	
	
}




@media only screen and (max-width:480px ) {
.news .news-s a{
	width:100% !important;
	display: inline-block;
	margin: 0px;
}
.news .news-s a:nth-child(2){
	display: none;
}

}




/*新闻详情*/
.news-d{
	width: 100%;
	height: auto;
}
.news-d-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.news-d h5{
	text-align: center;
	font-size: 30px;
	color: #666666;
	font-weight: 500;
}
.news-d h1{
	text-align: center;
	font-size: 30px;
	color: #666666;
	font-weight: 500;
}



.news-d .date{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 12px;
	color: #666666;
	margin-top: 15px;
}
.news-d .date span {
	padding: 0 5px;
}
.news-d .date span  a{
color: #666;
}
.news-d .date span i {
	font-size: 16px;
	color: #666666;
	padding: 0 5px;
}
.news-d .text{
	width: 100%;
	height: auto;
}
.news-d .text{
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	border-bottom: 1px dashed rgba(102,102,102,0.4);
	margin-top: 40px;
}

.news-d .text p{
	color: #666666;
	font-size: 16px;
	line-height: 2;
}

.news-d .down{
	width: 100%;
	padding-top: 40px;
	height: auto;
	overflow: hidden;
	display: flex;
}
.news-d .down .fy{
	width: calc(100% - 130px);
	padding-right: 20px;
	height: auto;
}
.news-d .down .fy .prev{
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #07913a;
	height: auto;
}
.news-d .down .fy .prev span{
	font-size: 16px;
	color: #666666;
}

.news-d .down .fy .next{
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #07913a;
	height: auto;
	margin-top: 15px;
}
.news-d .down .fy .next span{
	font-size: 16px;
	color: #666666;
}




.news-d .down .btns{
	display: block;
	float: right;
	border-radius:10px;
	border:1px solid #666666 ;
	margin: auto 0;
	font-size: 16px;
	width: 130px;
	height: 40px;
	color: #666666;
	line-height: 40px;
	text-align: center;
}
.news-d .down .btns i{
	font-size: 16px;
	color: #666666;
}



@media only screen and (max-width:600px) {
.news-d-c{
	width: 100%;
	padding: 0 30px;
}
.news-d .down{
	display: block;
}
.news-d h5{
	font-size: 20px;
}
.news-d .down .fy{
	width: 100% !important;
	height: auto;
	margin-right: 0;
}
.news-d .down .btn{
	margin-top: 20px;
	float: left;
}
}
.news-d .down .btns:hover{
	border:	 #07913a 1px solid;
	color: #07913a;
	}

.news-d .down .btns:hover i{
	color: #07913a;
}

.page{
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}
.page a{
	display: inline-block;
	padding: 4px 10px;
	margin:  0 3px;
	font-size: 16px;
	color: #666666;
	border:1px solid #999999;
	border-radius: 5px;
}
.page a.cut{
	color: #07913a;
	border: none;
}
@media only screen and (max-width: 600px) {
	.page{
	width: 100%;
	height: auto;
	padding: 0 30px;
	text-align: center;
}

.page a{
	display: inline-block;
	padding: 2px 7px;
	margin:  0 1px;
	font-size: 13px;
	color: #666666;
	border:1px solid #999999;
	border-radius: 5px;
}

}



/*产品列表*/
.pro{
	width: 100%;
	height: auto;
}
.pro-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.pro .text{
	width: 100%;
	height: auto;
	margin-top: 40px;
	text-align: center;
}
.pro .text p{
	color: #333333;
	font-size: 16px;
	line-height: 2;
}

.pro ul{
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.pro ul li{
display: inline-block;
margin: 8px;
width: calc(25% - 20px);
height: auto;
}


.pro ul li .pro-c{
	width: 100%;
	border-radius: 10px;
	padding-bottom: 85px;
		height: auto;
		position: relative;
}
.pro ul li .pro-c .pro-pic{
	display: block;
	width: 100%;
	height: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.pro ul li .pro-c .pro-t{
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: -25px;
	left: 0;
	background: url(../img/a008.png) center no-repeat;
	background-size: cover;
		border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.pro ul li .pro-c:hover{
	box-shadow: 1px 1px 10px rgba(0,0,0,0.2);
}
.pro ul li .pro-c .pro-t h5{
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 18px;
	margin-top:32px;
}
.pro ul li .pro-c .pro-t h6{
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}


.pro ul li .pro-c .pro-t h3{
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #333333;
	font-size: 18px;
	margin-top:32px;
}
.pro ul li .pro-c .pro-t h4{
	width: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666666;
	font-size: 14px;
	font-weight: 500;
	margin-top: 15px;
}





@media only screen and (max-width:860px ) {
	
	.pro ul li{
display: inline-block;
margin: 8px;
width: calc(33.3% - 20px);
height: auto;
}
}

@media only screen and (max-width:600px ) {
	
	.pro ul{
width: 100%;
padding: 0 20px;

}
	.pro ul li{
display: inline-block;
margin: 7px;
width: calc(50% - 18px);
height: auto;
}
}
@media only screen and (max-width:480px ) {
	
	.pro ul{
width: 100%;
padding: 0 20px;

}
	.pro ul li{
display: inline-block;
margin: 7px;
width: calc(100% - 18px);
height: auto;
}
}


.pro-d{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	
}

.pro-d-l{
	width: 440px;
	float: left;
	height: 420px;
}
.pro-d-l-box{
	width: 100%
	height: 100%;
}

    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 330px;
      width: 100%;
      
    }
    .gallery-thumbs {
      height: 22%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 1;
    }
    .gallery-thumbs .swiper-slide-active {
      opacity: 1;
      border: 1px #07913a solid;
    }

.pro-d-r{
	width: calc(100% - 440px);
	padding-left: 5%;
	float: right;
}
.pro-d-r h5{
	font-size: 28px;
}
.pro-d-r h1{
	font-size: 28px;
}


.pro-d-r .line{
	display: block;
	background: #07913a;
	width: 100%;
	height: 1px;
	margin: 25px 0;
}
.pro-d-r .text{
	width: 100%;
	height: auto;
}
.pro-d-r .text b{
	color: #333333;
	font-size: 16px;
}
.pro-d-r .text p{
	color: #333333;
	font-size: 16px;
}

.pro-d-r .btn{
	display: block;
	width: 130px;
	height: 40px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	background: #07913a;
	border-radius: 10px;
	margin: 25px 0;
}

@media only screen and (max-width:1200px ) {
	
	.pro-d-l{
	width: 360px;
	float: left;
	height: 340px;
}
	 .gallery-top {
      height: 270px;
      width: 100%;
      
    }
	.pro-d-r{
	width: calc(100% - 360px);
	padding-left: 5%;
	float: right;
}
.pro-d-r h5{
	font-size: 24px;
}
.pro-d-r h1{
	font-size: 24px;
}

.pro-d-r .line{
	margin: 15px 0;
}
.pro-d-r .btn{
	margin: 15px 0;
}



}


@media only screen and (max-width:1100px ) {
	
	.pro-d-l{
	width: 320px;
	float: left;
	height: 320px;
}
	 .gallery-top {
      height: 240px;
      width: 100%;
      
    }
	.pro-d-r{
	width: calc(100% - 320px);
	padding-left: 4%;
	float: right;
}
.pro-d-r h5{
	font-size: 24px;
}
.pro-d-r h1{
	font-size: 24px;
}
.pro-d-r .line{
	margin: 15px 0;
}
.pro-d-r .btn{
	margin: 15px 0;
}



}




@media only screen and (max-width:900px ) {
	
	.pro-d-l{
	width: 100%;
	float: left;
	height: 450px;
}
	 .gallery-top {
      height: 420px;
      width: 100%;
    }
	.pro-d-r{
	width: 100%;
	padding-left: 0%;
	float: left;
	margin-top: 90px;
}
.pro-d-r h5{
	font-size: 24px;
}
.pro-d-r h1{
	font-size: 24px;
}
.pro-d-r .line{
	margin: 15px 0;
}
.pro-d-r .btn{
	margin: 15px 0;
}
}


@media only screen and (max-width:600px ) {
	
	.pro-d-l{
	width: 100%;
	float: left;
	height: 280px;
}
	 .gallery-top {
      height: 250px;
      width: 100%;
    }
	.pro-d-r{
	width: 100%;
	padding-left: 0%;
	float: left;
	margin-top: 90px;
}
.pro-d-r h5{
	font-size: 24px;
}
.pro-d-r h1{
	font-size: 24px;
}
.pro-d-r .line{
	margin: 20px 0;
}
.pro-d-r .btn{
	margin: 20px 0;
}

    .gallery-thumbs {
      height: 30%;
      box-sizing: border-box;
      padding: 10px 0;
    }

}













.pro2-d{
	width: 100%;
	height: auto;
}
.pro2-d-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.pro2-d .top{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.pro2-d .top .title{
	width: 310px;
	float: left;
}
.pro2-d .top .title h5{
	font-weight: 600;
}
.pro2-d .top .title h6{
	font-weight: 600;
	color: #666666;
}

.pro2-d .top .line{

	height: 1px;
	width:calc(100% - 310px) ;
	background: #c1bfbe;
		float: right;
		margin-top: 30px;
}

.pro2-d .text{
	width: 100%;
	height: auto;
	margin-top: 45px;
}
.pro2-d .text p{
	font-size: 16px;
	color: #666666;
}


@media only screen and (max-width:900px ) {

.pro2-d ul li:last-child{
	display: none;
}

}
@media only screen and (max-width:600px ) {

.pro2-d .top .line{
	display: none;
}

.pro2-d ul li:last-child{
	display: inherit;
	display: inline-block;
}

}




/*青果品质*/
.qua-sort{
	width: 100%;
	height: auto;
}
.qua-sort ul{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.qua-sort ul li{
	display: inline-block;
	width: 32.5%;
	height: auto;
	text-align: center;
	padding:2%  3%;
	vertical-align: top;
}
.qua-sort ul li .pic{
	display: inline-block;
	width:27%;
	height: auto;
}
.qua-sort ul li .pic img{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.qua-sort ul li h5{
	width: 100%;
	text-align: center;
	font-size:18px;
	font-weight: 500;
	height: auto;
	color: #333333;
	margin-top: 35px;
}


.qua-sort ul li:hover {
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
}

.qua-sort ul li:hover h5{
	color: #07913a;
}
.qua-sort ul li .text{
	width: 100%;
	height: 96px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
	margin-top: 30px;
}
.qua-sort ul li .text p{
	color: #666666;
	font-size: 16px;
}
@media only screen and (max-width: 960px) {
	
	.qua-sort ul li{
	display: inline-block;
	width: 32.5%;
	height: auto;
	text-align: center;
	padding:2%  1.5%;
	vertical-align: top;
}

}

@media only screen and (max-width: 840px) {
.qua-sort ul li .text{
	width: 100%;
	height: 105px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
	margin-top: 30px;
}
.qua-sort ul li .text p{
	color: #666666;
	font-size: 14px;
}
}

@media only screen and (max-width:600px ) {
		.qua-sort ul li{
	display: inline-block;
	width: 49%;
	height: auto;
	text-align: center;
	padding:2%  1.5%;
	margin:10px 0;
	vertical-align: top;
}
	.qua-sort ul li .text{
	width: 100%;
	height: 126px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
	margin-top: 30px;
}

}


.qua1{
	width: 100%;
	height: auto;
}
.qua1 .qua-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.qua1 .text{
	width: 100%;
	height: auto;
	margin-top: 45px;
}
.qua1 .text p{
	color: #666666;
	font-size: 16px;
	line-height: 1.5;
}


@media only screen and (max-width:600px ) {
	.qua1 .qua-c{
	width: 100%;
	padding: 0 30px;
}
}


.qua2 {
    width: 100%;
    height: 580px;
    background: url(../img/b018.jpg) center no-repeat;
    background-size: cover;
    padding-top: 190px;
    position: relative;
}


.qua3{
	width: 100%;
	padding: 85px 0;
	height: auto;
	background: url(../img/b019.jpg)center no-repeat;
	background-size: cover;
}

@media only screen and (max-width:600px ) {
	.qua3{
	width: 100%;
	padding: 60px 0;
	}
}



.qua3-c{
	width: 94%;
	height: auto;
	max-width: 1220px;
	margin: 0 auto;
}


.qua3 ul{
	width: 100%;
	height: auto;
	margin-top: 40px;
	text-align: center;
}
.qua3 ul li{
	vertical-align: top;
	display: inline-block;
	width: calc(25% - 24px);
	margin: 10px;
	height: auto;
	border-radius: 10px;
	box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	position: relative;
}
.qua3 ul li img{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.qua3 ul li .con{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	padding: 0  8%;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
	display: flex;
}

.qua3 ul li .con-c{
	margin: auto;
	text-align: center;
}
.qua3 ul li .con-c h5{
	width: 100%;
	text-align: center;
	color: #333333;
	font-size:20px;
}
.qua3 ul li .con-c .line{
	display: inline-block;
	width: 55px;
	height: 2px;
	background: #07913A;
}
.qua3 ul li .con-c .text{
	text-align: center;
	width: 100%;
	height: auto;
	display: none;
	margin-top: 20px;
}

.qua3 ul li .con-c .text p{
	font-size: 16px;
	color: #FFFFFF;
}
.qua3 ul li:hover .con{
	background: #07913A;
}
.qua3 ul li:hover .con-c h5{
	color: #FFFFFF;
}
.qua3 ul li:hover .con-c .line{
	background: #FFFFFF;
}
.qua3 ul li:hover .con-c .text{
display: inherit;
}

@media only screen and (max-width:1300px ) {
	
	.qua3 ul li{
	display: inline-block;
	width: calc(25% - 10px);
	margin: 10px  3px;
	height: auto;
	border-radius: 10px;
	box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	position: relative;
}
	.qua3 ul li .con{
	padding: 0  2%;
}
.qua3 ul li .con-c h5{
	font-size:16px;
}
.qua3 ul li .con-c .line{
	height: 1px;
}

	.qua3 ul li .con-c .text{
	margin-top: 5px;
}
.qua3 ul li .con-c .text p{
	font-size: 14px;
	color: #FFFFFF;
}
	
}
@media only screen and (max-width:1024px ) {
		.qua3 ul li{
	display: inline-block;
	width: calc(33.3% - 20px);
	margin: 10px  8px;
	height: auto;
	border-radius: 10px;
	box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	position: relative;
}

}


@media only screen and (max-width:850px ) {
		.qua3 ul li{
	display: inline-block;
	width: calc(50% - 15px);
	margin: 10px  5px;
	height: auto;
	border-radius: 10px;
	box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	position: relative;
}

}
@media only screen and (max-width:430px ) {
	.qua3-c{
	width: 100%;
	padding: 0 30px;
	}
		.qua3 ul li{
	display: inline-block;
	width:100%;
	margin: 10px  0px;
	height: auto;
	border-radius: 10px;
	box-shadow: 1px 0 10px rgba(0,0,0,0.2);
	position: relative;
}

}


/*研发理念*/
.idea{
	width: 100%;
	height: auto;
	
}
.idea-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.idea .text{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.idea .text p{
	color: #666666;
	font-size: 16px;
	line-height: 2;
}

.menu{
	width: 100%;
	height: auto;
}
.menu-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.menu ul{
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}
.menu ul li{
	vertical-align: top;
	display: inline-block;
	width: calc(25%  - 20px);
	height: auto;
	margin: 10px 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.menu ul li img{
	display: block;
	width: 100%;
	height: 100%;
}



.menu ul li .con{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	padding: 0 3%;
    background: rgba(0,0,0,0.2);
    color: #FFFFFF;
}
.menu ul li .con-c{
	width: 100%;
	text-align: center;
	margin: auto;
}
.menu ul li .con h5{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.menu ul li .con h3{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}




.menu ul li .con  span{
	display: inline-block;
	width: 35px;
	height: 2px;
	background: #FFFFFF;
}
.menu ul li .con .text{
	width: 100%;
	height: 48px;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	display: none;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
}
.menu ul li .con .text p{
	color: #FFFFFF;
	font-size: 16px;
}
.menu ul li:hover .con{
	background:rgba(7,145,58,0.8);
}
.menu ul li:hover .text{
	display: inherit;
}
@media only screen and (max-width:900px ) {
	
	.menu ul li{
	width: calc(33.3%  - 20px);
	margin: 10px 8px;
}
}
@media only screen and (max-width:600px ) {
	
	
	.menu-c{
		width: 100%;
		padding: 0 30px;
	}
	
	.menu ul {
		width: 100%;
		height: auto;
		text-align: center;
	}
			.menu ul li{
	width: calc(50%  - 20px);
	margin: 10px 8px;
}
}

@media only screen and (max-width:460px ) {
	
	
	.menu-c{
		width: 100%;
		padding: 0 30px;
	}
	
	.menu ul {
		width: 100%;
		height: auto;
	}
 .menu ul li{
	width:100%;
	margin: 10px 0;
	
}
}


.menu-d{
	width: 100%;
	height: auto;
}
.menu-d-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.menu-d .menu-d-l{
	float: left;
	width: 440px;
	height: 330px;
}
.menu-d .menu-d-l img{ 
	display: block;
	width: 100%;
	height: 100%;
}


.menu-d .menu-d-l .videos{ 
	display: block;
	width: 100%;
	height: 100%;
}


.menu-d .menu-d-r{
	float: right;
	width: calc(100% - 440px);
	padding-left: 15%;
}

.menu-d .menu-d-r h5{
	font-size: 20px;
	color: #333333;
}
.menu-d .menu-d-r .line{
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 30px;
	background: #07913A;
}
.menu-d .menu-d-r .text{
	width: 100%;
	height: auto;
	margin-top: 40px;
}

@media only screen and (max-width:900px ) {

.menu-d .menu-d-l{
	float: left;
	width: 280px;
	height: 210px;
}
.menu-d .menu-d-r{
	float: right;
	width: calc(100% - 280px);
	padding-left: 10%;
}

}

@media only screen and (max-width:720px ) {

.menu-d .menu-d-l{
	float: left;
	width: 100%;
	height: auto;
}
.menu-d .menu-d-r{
	height: auto;
	margin-top: 30px;
	width: 100%;
	padding-left: 0%;
}

}











.kitchen{
	width: 100%;
	height: auto;
}
.kitchen-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.kitchen ul{
	width: 100%;
	height: auto;
	margin-top: 40px;
	text-align: center;
	
}
.kitchen ul li{
	display: inline-block;
	width: calc(33.3% - 40px);
	margin: 25px   18px;
	height:auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	vertical-align: top;

}

.kitchen ul li .pic{
	width: 100%;
	height: auto;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
		position: relative;
	
}

.kitchen ul li .img1{
	display: block;
	width: 100%;
	height: 100%;
}

.kitchen ul li .play{
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate( -50%);
	
	width: 30%;
	height: auto;
}
.kitchen ul li .play img{
	display: block;
	width: 100%;
	height: 100%;
}
.kitchen ul li:hover  .pic{
	    background-size: 105%;
	    transition: background 0.5s;
}
.kitchen ul li .con{
	width: 100%;
	height:auto;
	margin-top: 20px;
}
.kitchen ul li .con h5{
	font-size:18px;
	color:#07913a;
		overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.kitchen ul li .con .text{
	width: 100%;
	height:48px;
		overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
	margin-top: 10px;
}
.kitchen ul li .con .text p{
color:#666666;
font-size: 16px;
}
@media only screen and (max-width: 1024px) {
	.kitchen ul li{
	width: calc(33.3% - 24px);
	margin: 20px   10px;
}
}
@media only screen and (max-width: 600px) {
	.kitchen-c{
		width: 100%;
		padding: 0 12px;
	}
	
	.kitchen ul li .con h5{
	font-size:17px;
}
	.kitchen ul{
		width: 100%;
	}
	.kitchen ul li{
	width: calc(50% - 18px);
	margin: 15px   7px;
}
}




.kitchen-d{
	width: 100%;
	height: auto;
}
.kitchen-d-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.kitchen-d .kitchen-d-l{
	float: left;
	width: 720px;
	height: 480px;
}


.kitchen-d .kitchen-d-l .videos{ 
	display: block;
	width: 100%;
	height: 100%;
}


.kitchen-d .kitchen-d-r{
	float: right;
	width: calc(100% - 720px);
	padding-left: 10%;
}

.kitchen-d .kitchen-d-r h5{
	font-size: 20px;
	color: #333333;
}
.kitchen-d .kitchen-d-r .line{
	display: block;
	width: 100%;
	height: 1px;
	margin-top: 30px;
	background: #07913A;
}
.kitchen-d .kitchen-d-r .text{
	width: 100%;
	height: auto;
	margin-top: 40px;
}

@media only screen and (max-width:1100px ) {

.kitchen-d .kitchen-d-l{
	float: left;
	width: 480px;
	height: 320px;
}
.kitchen-d .kitchen-d-r{
	float: right;
	width: calc(100% - 480px);
	padding-left: 5%;
}

}


@media only screen and (max-width: 900px){
.kitchen2 ul li:last-child {
	 display: inherit;
    display: inline-block;
   
}
}

@media only screen and (max-width:800px ) {

.kitchen-d .kitchen-d-l{
	float: left;
	width: 100%;
	height: 480px;
}
.kitchen-d .kitchen-d-r{
	float: right;
	width: 100%;
	padding-left: 0%;
	margin-top: 30px;
}
}


@media only screen and (max-width:600px ) {

.kitchen2 ul li:last-child {
	 display:none;
   
}

}




@media only screen and (max-width:480px ) {

.kitchen-d .kitchen-d-l{
	float: left;
	width: 100%;
	height: 300px;
}
.kitchen-d .kitchen-d-r{
	float: right;
	width: 100%;
	padding-left: 0%;
	margin-top: 30px;
}
}














/*社会招聘*/
.join1{
width: 100%;
height: auto;
}
.join1-c{
	width: 90%;
	height: auto;
	max-width: 1200px;
	margin: 0 auto;
}
.join1 .top{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 60px;
}
.join1 .top .title3{
	width: calc(100% - 180px);
	float: left;
}
.join1 .top .btns{
	display: block;
	width: 180px;
	height: 40px;
	border: 1px solid #00913a;
	border-radius: 5px;
	color:  #00913a;
	float: right;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
}
.join1 .top .btns:hover{
	color:#FFFFFF;
	font-size: 16px;
	background: #00913a;
}


.join-box{width: 100% ;  background: #f5f5f5; padding:0 40px;padding-bottom: 60px;  position: relative; }
.join-box table{width: 100%; position: relative;z-index: 5}
.join-box .blue{width: 100%; height: 50px; z-index: 4; position: absolute; left: 0px; top: 0px; background: #00913a;}
.join-box-top{margin-bottom: 20px;}
.join-box tr{}
.join-box tr.join-box1{background: #00913a; color: #fff; height: 50px; line-height: 50px; font-size: 20px; }
.join-box tr td{width: 20%;}
.join-box tr span{height: 1px; width: 100%; display: block;border-bottom: 1px #999 dashed;}
.join-box-bot td{ border-bottom: 1px #999 dashed;  padding:  20px 0;}
.join-box-bot td a{color: #333;}
.join-box-bot td a:hover{color:#00913a;}
.join-box-bot tr:hover td:first-child {color: #00913a;}

@media only screen and (max-width:800px ) {
	
.join1 .top .title3{
	width: calc(100% - 140px);
	float: left;
}
	.join1 .top .btns{
	display: block;
	width: 140px;
}
	.join-box tr.join-box1{
		font-size: 18px;
	}
	
	.join-box tr td{width: 25%;}
	
	.join-box  td:first-child{
		
		display: none;
	}
}

@media only screen and (max-width:600px ) {
	
	.join1-c{
		width: 100%;
		padding: 0 30px;
	}
}

@media only screen and (max-width:560px ) {
	
	.join-box{width: 100% ;  background: #f5f5f5; padding:0 20px;padding-bottom: 40px;  position: relative; }
	
	.join1 .top .title3{
	width: calc(100% - 0px);
	float: left;
}
.join-box td{
		font-size: 15px;
	}
	.join-box tr td{width: 33.3%;}
	.join-box  td:nth-child(4){
		display: none;
	}
	.join1 .top .btns{
	display: block;
	width: 180px;
	float:left ;
	margin-top: 20px;
}
	
	
}


.join1-d{
	width: 100%;
	height: auto;
}

.join1-d-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}
.join1-d-c h5{
	color: #333333;
	font-size: 20px;
}

.join-title{text-align: left; padding-bottom: 30px;  border-bottom: 1px #999 dashed; }

.join-title h3{ font-size: 30px; color: #333; font-weight: 500; }
.join-title p{ color: #333;  margin-top: 30px; }

.join-title p span{ display: inline-block; margin-right: 50px;}
.join-title p span b{ font-weight: 500; color: #00913a; }
.join-title p a{ display: inline-block; color: #333;   transition: all 0.3s ease;}

.join-title p a:hover{color: #00913a;}
.join-d-box{margin:35px 0;height: auto; overflow: hidden; }
.join-d-box h6{color: #00913a; font-size: 24px; margin-bottom: 20px; text-align: left;}
.join-d-box p{margin-bottom: 10px;}
.join-mail{text-align: left; padding-top: 30px;  border-top: 1px #999 dashed; }
.join-mail a{color: #00913a;}


.join2 .title2{
	width: 100%;
	height: auto;
}

.join1 .rules{
	width: 100%;
	height: auto;
	margin-top: 40px;
}
.join1 .rules p{
	color: #666666;
	font-size: 16px;
	line-height: 2;
}


.join1 .returns{
	display: block;
	margin: 0 auto;
	width: 140px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	line-height: 43px;
	color: #00913a;
	border: 1px solid #00913a;
	border-radius: 10px;
}
.join1 .returns:hover{
	color: #ffffff;
	background: #00913a;
}









/*青果人*/
.join3{
	width: 100%;
	height: auto;
}
.join3-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	height: auto;
}
.join3 ul li{
	width: 100%;
	padding: 30px 20px;
	border-bottom:1px dashed #787878;
	overflow: hidden;
}
.join3 ul li .pic{
	width: 200px;
	height: 150px;
	float: left;
}
.join3 ul li .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.join3 ul li .con{
	width: calc(100% - 340px);
	padding: 0 5%  0 3% ;
	float: left;
}
.join3 ul li .con .date{
	color: #666666
	font-size:14px ;
}
.join3 ul li .con h5{
	color: #333333;
	font-size: 20px;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.join3 ul li .con .text{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	word-break: break-word;
		margin-top: 20px;
}
.join3 ul li .con .text p{
	color:#666666;
	font-size: 16px;

}
.join3 ul li:hover h5{
	color:#07913a;
}

.join3 ul li .btns{
	display: block;
	float: left;
	width: 140px;
	border-radius: 3px;
	background: #00913a;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	margin-top: 60px;
}

@media only screen and (max-width:850px ) {
	
	.join3 ul li{
	width: 100%;
	padding: 30px 0px;
}
.join3 ul li .pic{
	display: none;
}
	.join3 ul li .con{
	width: calc(100% - 140px);
	padding: 0 5%  0 0% ;
	float: left;
}
	
}

@media only screen and (max-width:600px) {
		.join3 ul li .con{
	width: calc(100% - 100px);
	padding: 0 5%  0 0% ;
	float: left;
}
	.join3-c{
		width: 100%;
		padding: 0 30px;
	}
	.join3 ul li .btns{
	display: block;
	float: right;
	width: 100px;
	border-radius: 3px;
	background: #00913a;
	text-align: center;
	line-height: 32px;
	color: #FFFFFF;
	margin-top: 60px;
}

}

@media only screen and (max-width:480px) {
		.join3 ul li .con{
	width: calc(100% - 0px);
	padding: 0 0%  0 0% ;
	float: left;
}
	.join3-c{
		width: 100%;
		padding: 0 30px;
	}
	.join3 ul li .btns{
		display: none;
}

}



/*联系我们*/
.contact{
	width: 100%;
	height: auto;
}
.contact-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.contact  ul{
	width: 100%;
	height: auto;
	margin-top: 60px;
	text-align: center;
}
.contact  ul li{
	display:inline-block ;
	width: calc(33.3% - 50px);
	margin: 0   23px;
	text-align: center;
	border: 1px solid rgba(0,145,58,0.6);
	padding: 2%  3%;
	vertical-align: top;
	position: relative;
}

.contact  ul li img {
    display: block;
    width: 23%;
    height: auto;
    position: absolute;
    top: -20%;
        transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);

}
.contact ul li .text {
    width: 100%;
    line-height: 1.5;
    height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: flex;
    word-break: break-word;
}
.contact ul li p {
	color: #333333;
	font-size: 16px;
    margin: auto;
}

.map{
	width: 100%;
	margin-top: 90px;
	object-fit: cover;
}

.map img{
	width: 100%;
	height: 600px;
	object-fit: cover;
}
.map #map{
	width: 100%;
	height: 100%;
}

@media only screen and (max-width:1100px ) {
	.contact ul li{
	position: relative;
	display: inline-block;
	width: calc(33.3% - 25px);
	height: auto;
	padding: 2% 2%;
	margin: 0   11px;
	vertical-align:top;
}
}
@media only screen and (max-width:900px ) {
	
		.contact ul li{
	position: relative;
	display: inline-block;
	width: calc(50% - 40px);
	height: auto;
	padding: 2% 3%;
		margin:20px   15px;
	vertical-align:top;
}
	
}

@media only screen and (max-width:600px ) {
	
		.contact ul li{
	position: relative;
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 4% 5%;
		margin:20px 0;
	vertical-align:top;
}
.map{
	width: 100%;
	margin-top: 60px;
}

}

/*投诉举报*/
.com{
	width: 100%;
	height: auto;
	background: url(../img/b030.jpg)center no-repeat;
	background-size: cover;
}
.com-c{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
.com .c1::-webkit-input-placeholder {

	font-family: "微软雅黑";
}

.com .c1::-moz-placeholder {

	font-family: "微软雅黑";
}

.com .c1::-moz-placeholder {

font-family: "微软雅黑";
}

.com .c1::-ms-input-placeholder {

font-family: "微软雅黑";
}
.com form{
	display: block;
	width: 90%;
	max-width: 870px;
	margin: 0 auto;
	margin-top: 45px;
}
.com form .c1{
	display: inline-block;
	border: 1px solid #d6d6d6;
	background: #FFFFFF;
	line-height: 48px;
	padding-left: 15px;
	border-radius: 10px;
	width: calc(50%  - 30px);
	margin: 15px  13px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666666;
}



@media only screen and (max-width:600px ) {
	
	
	.com form .c1{
	display: inline-block;
	border: 1px solid #d6d6d6;
	background: #FFFFFF;
	line-height: 48px;
	padding-left: 15px;
	border-radius: 10px;
	width: calc(50%  - 30px);
	margin: 8px  13px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #666666;
}
	
}



.com form .c2{
		width:calc(100% - 26px);
		height: 110px;
}
.com form .c3{
		width:calc(100% - 26px);
		margin:0 13px;
		
}
.com form .c3  .wz{
	float: left;
	width: calc(100% - 320px);
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}
.com form .c3  .wz  img{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.com form .c3 .btnss{
	width: 320px;
	float: right;
}
.com form .c3 .btn1{
	width: calc(50% - 20px);
	height: 36px;
	background: #999999;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	border: none;
	border-radius: 10px;
	float: left;

	
}
.com form .c3 .btn2{
	width: calc(50% - 20px);
	height: 36px;
	background: #00913a;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
	border: none;
	border-radius: 10px;
	float: right;
}

@media only screen and (max-width:730px ) {
.com form .c3  .wz{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333333;
}
.com form .c3  .wz  img{
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}
.com form .c3 .btnss{
	width: 100% !important;	float: right;
	margin-top: 20px;
}

}

@media only screen and (max-width:600px ) {
	.com form{
		width: 100%;
		padding: 0px;
	}
	
	.com form .c1{
	width: calc(100%  - 30px);

}
	
}

.matter-bk{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 999999;
	display: none;
	
}



.matter{
	width: 90%;
	height: auto;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 10%;
	padding:40px  8%;
	background: #FFFFFF;
	box-shadow: 1px 0 10px rgba(0,0,0,0.5);
	border-radius: 10px;


}

.matter h5{
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.matter .text{
	width: 100%;
	margin: 30px 0;
}
.matter .text p{
	font-size: 16px;
	color: #666666;
}
.matter  .ydwz{
	display: block;
	background: #00913a;
	width:140px ;
	height: 40px;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 40px;
	border-radius: 10px;
	margin: 0 auto;
}
@media only screen and (max-width: 600px) {
	.matter{
	width: 90%;
	height: 100%;
	max-height: 500px;
	overflow: scroll;
}
}




/*产品安全服务*/
.news .date2{
	border: none;
	width: 55px;
	height: 65px;
	float: left;
}
.news .date2 img{
	display: block;
	width: 100%;
	height: auto;
}

/*口令输入窗口*/

.kl-bk{
	display: block;
	background: rgba(0,0,0,0.4);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999999;
}

.kl{
	display: block;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%);
	width: 90%;
	max-width: 450px;
	height: auto;
	padding: 40px  30px;
	background: #FFFFFF;border-radius: 10px;
}
.kl h5{
	display: inline-block;
	width: 108px;
	font-size: 16px;
	margin-bottom: 20px;
}
.kl  .klk{
	display: inline-block;
	border:none;
	background:#f5f5f5;
	font-size: 16px;
	color: #666666;
	padding-left: 15px;
	width: calc(100% - 125px);
	line-height: 40px;
	border-radius: 10px;
	margin-left: 10px;
	border: 1px solid  #999999;
}
.kl  .klbtn{
	background: #00913a;
	border-radius: 10px;
	line-height: 36px;
	width: 130px;
	color: #FFFFFF;
	font-size: 16px;
	display: block;
	margin-top: 30px;
	margin-left: 124px;
	border: none;
}
@media only screen and (max-width:600px ) {

.kl h5{
	display: block;
	width: 108px;
	font-size: 16px;
	margin-bottom: 20px;
}

.kl  .klk{
	display:block;
	border:none;
	background:#f5f5f5;
	font-size: 16px;
	color: #666666;
	padding-left: 15px;
	width: 100%;
	line-height: 40px;
	border-radius: 10px;
	margin-left: 0px;
	border: 1px solid  #999999;
}
.kl  .klbtn{
	width: 100%;
	margin-left: 0;
}
}




.yl{width:100%;height: auto;padding: 20px 0;background: #333333;border-bottom: 1px solid rgba(255,255,255,0.3);}
.yl-c{width: 90%;max-width: 1200px;margin:0 auto;height: auto;font-size: 14px;color: #fff;}
.yl-c a{display: inline-block;margin: 5px;color: #fff;}
.yl-c a:hover{color: #006835;}
