* {
	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: 463px;
	background: url(../images/newsback.png);
	background-size: 100%;
	background-position: center -85px;
	background-repeat: no-repeat;
	padding-bottom: 80px; */
}

.abouttitle {
	padding: 0 260px;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 50px;
}
.about {margin-top: 60px; padding-bottom: 60px; }
.about p{
	padding: 0 260px;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
	margin-bottom: 10px;
}
.about p img {
	width: 100%;
	height: auto;
}

.about p img {
	width: 685px;
	height: 400px;
}
.about p img:nth-child(2n) {
	float: right;
}

.aboutimg {
	padding: 0 260px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 100px 0;
}

.aboutimg img {
	width: 685px;
	height: 400px;
}

.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;
	}
	.about {
		margin-top: 0px;
	}
	.newshead {
		width: 100%;
		padding-top: 50px;
		background:none;
		padding-bottom: 20px;
	}
	.abouttitle{
		padding: 0 22px;
		font-size: 16px;
	}
	.about p{
		padding: 0 20px;
		 
	}

	.aboutimg{
		padding: 0 22px;
		margin: 40px 0;
	}
	.about p img{
		width: 100%;
		height: auto;
	}
	 
	
}