*{
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrap{
	padding-top: 87px;
}
.headwrap{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

.headwire{
	width: 100%;
	height: 7px;
	background: #008024;
}

.header{
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	background: #FFFFFF;
	height: 80px;
}
.logoimg{
	width: 329px;
	height: 31px;
	font-size: 0;
	padding-left: 64px;
}
.logoimg img{
	width: 329px;
	height: 31px;
	display: block;
}
.linkwrap{
	display: flex;
	align-items: center;
	width: calc(100% - 400px);
	box-sizing: border-box;
	padding-right: 100px;
	justify-content: flex-end;
}
.linklist{
	width: calc(100% - 150px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.linklist li{
	margin-right: 5%;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
}
.active-li{
	color: #26753E !important;
	position: relative;
}
.active-li::after{
	content:'';
	width: 80%;
	height: 3px;
	background: #00972B;
	position: absolute;
	bottom: -20px;
	left: 10%;
}


.footerwrap{
	width: 100%;
}
.footertop{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
.footerleft{
	width: 50%;
	height: 556px;
	box-sizing: border-box;
	padding-top: 96px;
}

.footerinput{
	width: 589px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 10px;
}
.footerinput input{
	outline: none;
	width: 290px;
	height: 50px;
	background: #EDEDED;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	padding-left: 16px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
}

.footertextare{
	width: 589px;
	margin: 0 auto;
}
.footertextare textarea{
	width: 589px;
	height: 172px;
	background: #EDEDED;
	border-radius: 5px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 15px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
	resize: none;
}

.f-leftbtm{
	width: 589px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 17px;
}

.f-leftbtmtext{
	width: 308px;
	height: 32px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 18px;
}

.f-leftbtmbtn{
	width: 118px;
	height: 39px;
	background: #056B3D;
	border-radius: 5px;
	text-align: center;
	border: 0;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
}

.footerright{
	width: 50%;
	height: 556px;
	background: url(../images/f-rightback.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 5%;
	padding-left: 10%;
}
.f-rightdiv{
	display: flex;
	align-items: center;
	font-size: 17px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
}


.f-wimgwrap{
	display: flex;
	align-items: center;
	margin-top: 36px;
}

.f-addbox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 33px;
}
.f-addimg{
	width: 180px;
	height: 180px;
	display: block;
}
.f-addtext{
	font-size: 12px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 23px;
}


.footerbotm{
	width: 100%;
	height: 57px;
	background: #333333;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 57px;
}
.newshead{
	width: 100%;
	/* padding-top: 363px;
	background: url(../images/newsback.png);
	background-size: 100%;
	background-position: center -85px;
	background-repeat: no-repeat;
	padding-bottom: 80px; */
}
.newtabwrap{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}
.newtabwrap p{
	width: 208px;
	height: 55px;
	background: rgba(0,0,0,0.1);
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #111111;
	margin: 0 15px;
}
.tabactive{
	background: #008024 !important;
	color: #FFFFFF !important;
}
.tabactive a{color: #ffffff;}
.detailswrap{
	padding: 0 200px 0 260px;
	display: flex;
	flex-wrap: wrap;
	padding-top: 50px;
}
.detailsbox{
	width: 23%;
	height: 420px;
	background: #FFFFFF;
	box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.2);
	margin-bottom: 42px;
	margin-right: 1%;
}
.detailsbox:nth-child(4n){
	margin-right: 0;
}

.detailsimg{overflow: hidden;}
.detailsimg img{
	width: 100%;
	height: 230px;
	display: block;
 
transform: scale(1);
transition: all 1s;
}

.detailsbox:hover img {
transform: scale(1.1);
transition: all 1.1s;
}

.detailsbox:hover .detailtitle a {
	color: #1A8A49;
}

.detailtitle{
	position: relative;
	padding-left: 20px;
	font-size: 18px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #333333;
	margin-top: 31px;
}
.detailtitle::after{
	content: '';
	width: 4px;
	height: 17px;
	background: #BFBFBF;
	position: absolute;
	left: 0;
	top: 4px;
}
.detailtext{
	padding: 0 20px;
	margin-top: 20px;
	font-size: 14px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
	white-space: normal;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.detailmore{
	padding: 0 20px;
	margin-top: 22px;
	display: flex;
	align-items: center;
	font-size: 14px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #999999;
	justify-content: space-between;
}
.footercent{
	width: 86px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.footercent img{
	width: 86px;
	height: 86px;
	display: block;
}
a{
	outline: none;
	text-decoration: none;
	color: #333333;
}
.h-headimg {
	width: 100%;
	 
}

@media screen and (max-width:960px) {
	.h-headimg {
		width: 100%;
		display: block;
	}

	.newshead {
		width: 100%;
		padding-top: 50px;
		background:none;
		padding-bottom: 20px;
	}
	.newtabwrap{
		margin-top: 20px;
	}
	.newtabwrap p{
		height: 50px;
		width: 130px;
		line-height: 50px;
		font-size: 18px;
	}
	.detailswrap{
		padding: 0 22px;
		padding-top: 40px;
	}
	.detailsbox{
		width: 100%;
		height: auto;
		margin-right: 0;
		padding-bottom: 20px;
	}
	.detailsimg img{
		width: 100%;
		height: auto;
	}
}