@charset "utf-8";
@font-face {
	font-family: "HarmonyOS_Sans_SC_Regular";
	src: url("../font/HarmonyOS_Sans_SC_Regular.woff2") format("woff2"), url("../font/HarmonyOS_Sans_SC_Regular.woff") format("woff"), url("../font/HarmonyOS_Sans_SC_Regular.ttf") format("truetype"), url("../font/HarmonyOS_Sans_SC_Regular.eot") format("embedded-opentype"), url("../font/HarmonyOS_Sans_SC_Regular.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	font-size: 14px;
	color: #444;
	font-family: HarmonyOS_Sans_SC_Regular;
	background: #ffffff;
}

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}
.ad_22:hover{
    color: #fff!important;
}
body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-style: normal;
	HarmonyOS_Sans_SC_Regular
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
	list-style: none;
	font-weight: normal;
	HarmonyOS_Sans_SC_Regular
}

input,
select,
button {
	font-size: 12px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
}

button {
	overflow: visible
}

img {
	border: none;
	vertical-align: middle;
}

img {
	image-rendering: -moz-crisp-edges;
	/* Firefox */
	image-rendering: -o-crisp-edges;
	/* Opera */
	image-rendering: -webkit-optimize-contrast;
	/*Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	\ -ms-interpolation-mode: nearest-neighbor;
	/* IE (non-standard property) */
}

li {
	list-style: none;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.clear {
	overflow: hidden;
	clear: both;
	height: 0px;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.language {float:right;height: 32px;text-align: center;line-height: 32px;color:#fff;margin-top:40px;margin-right:25px;cursor: pointer;position: relative;z-index: 10;
 font-size:16px;}
.language .l_m i {display: inline-block;vertical-align: middle; font-size:22px; margin-top: -8px;margin-right: 5px; }
.language .x_l {width: 100px;padding-top: 8px;position: absolute;left: 50%;margin-left: -50px;display: none; z-index: 16;}
.language .x_l:before {width: 0;height: 0;border-right: 10px solid transparent;border-left: 10px solid transparent;border-bottom: 8px solid #fcc167;content: "";position: absolute;top: 0;left: 50%;margin-left: -10px;}
.language .x_l ul {padding: 5px 15px;background-color:#fcc167; }
.language .x_l ul li a {color:#fff;line-height: 36px;display: block; font-size:14px;}
.language .x_l ul li:hover a{ color:#333; }
@media only screen and (max-width:995px){
.language {
    margin-top: 30px;
    margin-right: 80px;
}	
}













.clearfix {
	/*兼容 IE*/
	zoom: 1;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background-color: #666;
}

::-webkit-scrollbar-thumb {
	background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #0fa74b;
}

::-webkit-scrollbar-thumb:active {
	background-color: #0fa74b;
}

.con {
	width: 94%;
	margin: 0px auto;
	max-width: 1260px;
}

.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	height: 100px;
}


/*.header.on{ background: rgba(0, 60, 30, 0.8);box-shadow: 0px 0px 5px rgba(195,195,195,0.35);transition: all 0.6s}
.header:hover{background: rgba(0, 60, 30, 0.8); transition: all 0.6s}*/

.header .logo {
	width: 200px;
	float: left;
	padding-top: 15px;
}

.header .logo img {
	width: 100%;
	height: auto;
	display: block;
}

.header .dh {
	width: 150px;
	height: 40px;
	line-height: 40px;
	background: #003a62;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	float: right;
	margin: 38px 0px 0px 25px;
	border-radius: 50px;
}

.header .dh a {
	color: #fff;
}

.header .dh:hover {
	background: #00b95e;
}

.header .s_ch {
	height: 35px;
	width: 35px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	color: #333;
	font-weight: 900;
	float: right;
	cursor: pointer;
	margin-top: 38px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .s_ch i {
	font-size: 20px;
	color: #fff;
	font-weight: 900;
}

.header.on .an i {
	color: #00b95e;
}

.header .an {
	position: absolute;
	top: 0;
	right: 3%;
	height: 50px;
	width: 50px;
	display: none;
	margin-top: 20px;
	background: #fcc167;
}

.header .an span {
	width: 30px;
	height: 3px;
	background: #fff;
	display: block;
	position: absolute;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an span.a1 {
	top: 15px;
	left: 10px;
}

.header .an span.a2 {
	top: 23px;
	left: 10px;
}

.header .an span.a3 {
	top: 31px;
	left: 10px;
}

.header .an.n span.a2 {
	display: none;
}

.header .an.n span.a1 {
	top: 8px;
	width: 30px;
	transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
	top: 8px;
	width: 30px;
	transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.header .nav {
	float: left;
	margin-left: 100px;
	margin-top: 35px;
}

.header .nav i {
	font-size: 18px;
	color: #666;
	line-height: 54px;
	text-align: right;
	position: absolute;
	width: 50%;
	height: 54px;
	right: 0px;
	top: 50%;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header .nav ul li {
	margin: 0px;
	line-height: 40px;
	float: left;
	position: relative;
	padding: 0px 35px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	font-size: 18px;
}

.header .nav ul li a {
	font-size: 18px;
	color: #fff;
}

.header .nav ul li span {
	width: 0;
	height: 2px;
	background: #fcc167;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.header .nav ul li:hover span {
	width: 100%;
}

.header .nav ul li.on span {
	width: 100%;
}

.header .nav ul li.on a {
	color: #fcc167;
}

.header .nav ul li:hover a {
	color: #fcc167;
}

.nav .y_j {
	position: relative;
}

.header .nav .ej {
	width: 100%;
	background: #fff;
	border-top: 1px solid #0527af;
	box-shadow: 0 2px 5px #eee;
	position: fixed;
	z-index: 10000;
	left: 0;
	top: 40px;
	display: none;
	min-height: 500px;
}

.header .nav .ej .jjfa {
	width: 80%;
	margin: 30px auto;
	position: relative;
	left: 0;
}

.header .nav .ej .jjfa .dd {
	width: 23%;
	float: left;
	margin: 0 2% 2% 0;
}

.header .nav .ej .jjfa .dt {
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	color: #fff;
	background: #00b95e;
	padding: 0px 20px;
	margin-bottom: 10px;
}

.header .nav .ej .jjfa .dd p {
	line-height: 28px;
	font-size: 16px;
	padding: 0px 20px;
	color: #333;
}

.header .nav .ej .jjfa .dd p a {
	font-size: 16px;
	color: #333;
}

.header .nav ul li:hover .ej {
	display: block;
}

.header .nav .ej .z1 {
	display: block;
	font-size: 16px;
	line-height: 50px;
	color: #333;
	padding-left: 15px;
}

.header .nav .ej .z1:hover {
	color: #0527af;
	background: #f6f6f6;
	border-left: 3px solid #0527af;
	font-size: 16px;
}

.nav .e_j {
	width: 160px;
	background: #fff;
	position: absolute;
	top: 100px;
	left: 0;
	margin-left: -40px;
	display: none;
	z-index: 9999;
	border-radius: 0px 0px 5px 5px;
	overflow: hidden;
}

.header .nav ul li .e_j a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	font-weight: normal;
	text-align: center;
}

.header .nav .e_j a:hover {
	color: #fff;
	background: #00b95e;
}

.header .nav .e_j {
	display: none !important;
}

.header .nav ul li:hover .e_j {
	display: block !important;
}

@media only screen and (max-width:1660px) {
	.header .logo {
		float: left;
		padding-top: 13px;
	}
	.header .dh {
		font-size: 20px;
		width: 160px;
	}
	.header .nav {
		float: left;
		margin-left: 50px;
	}
	.header .nav ul li {
		padding: 0px 30px;
	}
}

@media only screen and (max-width:1440px) {
	.header .logo {
		float: left;
		padding-top: 13px;
	}
	.header .dh {
		font-size: 20px;
		width: 160px;
	}
	.header .nav {
		float: left;
		margin-left: 50px;
	}
	.header .nav ul li {
		padding: 0px 20px;
	}
}

@media only screen and (max-width:995px) {
	.header {
		padding: 0%;
		height: 70px;
	}
	.header .logo {
		width: 30%;
		float: left;
		padding-top: 15px;
	}
	.header .logo img {
		width: 100%;
		height: auto;
	}
	.header .s_ch {
		margin-top: 28px;
		margin-right: 60px;
	}
	.header .dh {
		display: none
	}
	.header .yyqh {
		margin-top: 18px;
		margin-right: 50px;
		line-height: 25px;
		border: 1px solid #00b95e;
		background: #00b95e;
	}
	.header .yyqh .zw {
		font-size: 14px;
		color: #fff;
	}
	.header .yyqh .yw {
		font-size: 14px;
		color: #00b95e;
	}
	.header .an {
		display: block;
	}
	.header .nav ul {
		width: 100%;
	}
	.header .nav {
		width: 100%;
		padding: 15px 5%;
		height: 100%;
		position: fixed;
		top: 65px;
		margin-top: 0;
		left: -100%;
		z-index: 11;
		overflow: auto;
		background: rgba(255, 255, 255, 0.9);
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
		z-index: 65;
		margin-left: 0;
	}
	.header .nav.on {
		left: 0;
		margin-top: 0
	}
	.header .nav ul li.on span {
		width: 0%;
	}
	.header .nav ul li:hover span {
		width: 0%;
	}
	.header .nav ul li:hover a {
		color: #00b95e;
	}
	.header .nav i {
		display: block;
	}
	.header .nav ul li {
		line-height: 50px;
		text-align: left;
		float: none;
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #333;
		border-bottom: 1px solid #ddd;
	}
	.header .nav ul li a {
		font-size: 16px;
		color: #333;
	}
	.header .nav ul li:after {
		background: rgba(0, 0, 0, 0);
	}
	.header .nav ul li:hover .ej {
		display: none;
	}
	.header .nav .e_j {
		padding: 0px;
		background: none;
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		margin-left: 0px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	.header .nav ul li:hover .e_j {
		display: none;
	}
	.header .nav .e_j.n {
		display: block !important;
	}
	.header .nav ul li .e_j a {
		display: block;
		font-size: 14px;
		color: #666;
		margin-left: 0px;
		text-align: left;
	}
	.header .nav ul li .e_j a:hover {
		color: #fff;
		padding: 0 10px;
	}
}

.head_h {
	width: 100%;
	height: 100px;
}

@media only screen and (max-width:1023px) {
	.head_h {
		width: 100%;
		height: 60px;
	}
}

.search {
	width: 100%;
	height: 100%;
	background: rgba(32, 104, 1, 0.9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 101;
	display: none;
}

.search .con {
	position: relative;
}

.search .sc_gb {
	position: absolute;
	top: 0;
	right: 15px;
	cursor: pointer;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.search .sc_gb:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.search .sc_gb i {
	font-size: 22px;
	line-height: 40px;
	color: #fff;
}

.search .sc_nr {
	width: 90%;
	margin: 20px 0px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 35%;
}

.search input {
	width: 80%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
	float: left;
	padding-left: 15px;
}

.search input::placeholder {
	color: #fff;
}

.search button {
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	float: right;
	outline: none;
}

.search button i {
	font-size: 20px;
}

.search .wzss {
	width: 90%;
	margin: 20px auto;
}

.search .wzss h3 {
	font-size: 14px;
	color: #999;
	line-height: 50px;
}

.search .wzss p {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
}

.search .wzss p a {
	color: #fff;
}

@media only screen and (max-width:992px) {
	.search {
		top: 90px;
	}
	.search .sc_gb {
		position: absolute;
		top: 0;
		margin-top: 20px;
		right: 15px;
		cursor: pointer;
		transition: all .5s;
		-o-transition: all .5s;
		-ms-transition: all .5s;
		-moz-transition: all .5s;
		-webkit-transition: all .5s;
	}
	.search .sc_gb i {
		font-size: 22px;
	}
	.search .sc_nr {
		width: 80%;
		float: left;
	}
	.search input {
		width: 70%;
		font-size: 15px;
		float: left;
	}
	.search button {
		width: 15%;
	}
	.search button i {
		font-size: 26px;
	}
}

.gallery-top {
	width: 100%;
	position: relative;
	height: 100vh;
}

.gallery-top .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

.gallery-top .swiper-slide .bj {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(to left, rgba(32, 104, 1, 0.0), rgba(32, 104, 1, 0.7));
}

.gallery-top .swiper-slide .wz {
	width: 100%;
	color: #fff;
	position: absolute;
	left: 0;
	top: 38%;
	text-align: center;
}

.gallery-top .swiper-slide .wz h4 {
	font-size: 30px;
	padding: 40px 0px 20px 0px;
}

.gallery-top .swiper-slide .wz h3 {
	font-size: 120px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 120px;
}

.gallery-top .swiper-slide .wz p {
	font-size: 22px;
	line-height: 36px;
}

.gallery-top .swiper-slide .wz a {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-top: 15px;
	text-transform: uppercase;
}

.gallery-top .swiper-slide .wz a:hover {
	color: #fff;
	background: none;
	transition: all 0.5s;
}

.gallery-top .swiper-slide .wz i {
	margin-left: 10px;
	font-size: 14px;
}

.gallery-top .swiper-button-next {
	width: 45px;
	height: 45px;
	background: url(../images/h_yj.png) no-repeat;
	right: 20px;
	background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	-moz-background-size: 45px 45px;
	-ms-background-size: 45px 45px;
	-o-background-size: 45px 45x;
}

.gallery-top .swiper-button-prev {
	width: 45px;
	height: 45px;
	background: url(../images/h_zj.png) no-repeat;
	left: 20px;
	background-size: 45px 45px;
	-webkit-background-size: 45px 45px;
	-moz-background-size: 45px 45px;
	-ms-background-size: 45px 45px;
	-o-background-size: 45px 45x;
}

@media only screen and (max-width:992px) {
	.gallery-top {
		width: 100%;
		position: relative;
		height: 60vh;
	}
	.gallery-top .swiper-slide {
		overflow: hidden;
	}
	.gallery-top .swiper-slide img {
		width: auto;
		height: 60vh;
		position: absolute;
		left: 65%;
		transform: translateX(-65%);
		top: 0;
	}
	.gallery-top .swiper-slide .bj {
		display: none;
	}
	.gallery-top .swiper-slide .wz {
		top: 35%;
	}
	.gallery-top .swiper-slide .wz h3 {
		font-size: 46px;
		line-height: 50px;
	}
	.gallery-top .swiper-slide .wz h4 {
		font-size: 22px;
		padding: 10px 0px 0px 0px;
	}
	.gallery-top .swiper-slide .wz a {
		margin-top: 5px;
	}
	.gallery-top .swiper-button-prev {
		display: none;
	}
	.gallery-top .swiper-button-next {
		display: none;
	}
}

.gy_bt {
	width: 100%;
	margin-bottom: 40px;
	text-align: center;
	user-select: none;
	color: #fff;
}

.gy_bt h3 {
	font-size: 38px;
	line-height: 60px;
}

.gy_bt p {
	font-size: 18px;
	color: #fff;
	padding-top: 10px
}

@media only screen and (max-width:992px) {
	.gy_bt {
		margin: 20px 0px;
	}
	.gy_bt h3 {
		font-size: 30px;
		line-height: 44px;
	}
	.gy_bt p {
		font-size: 16px;
		color: #999;
		padding-top: 5px
	}
}

.sy_gy {
	width: 100%;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	padding: 100px 0px;
	background: #ebf6cd;
}

.sy_gy .wz {
	color: #333;
}

.sy_gy .wz .name {
	font-size: 90px;
	line-height: 100px;
	color: #206801;
	font-weight: bold;
}

.sy_gy .wz .big_name {
	font-size: 24px;
	color: #000;
	padding-bottom: 15px;
}

.sy_gy .wz p {
	padding: 30px 0px;
	line-height: 28px;
	color: #000;
	font-size: 18px;
	text-align: justify;
}

.mr {
	color: #206801;
	width: 200px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #206801;
	text-align: center;
	font-size: 20px;
}

.mr a {
	color: #206801;
}

.mr i {
	margin-left: 5px;
}

.ny_zsd {
	width: 100%;
	margin-top: 50px;
}

.ny_zsd ul li {
	width: 30%;
	float: left;
	margin: 0 5% 0% 0;
}

.ny_zsd ul li img {
	width: 100%;
}

.ny_zsd ul li:nth-child(3n) {
	margin-right: 0;
}

@media only screen and (max-width:992px) {
	.ny_zsd {
		margin-top: 30px;
	}
	.ny_zsd ul li {
		width: 32%;
		float: left;
		margin: 0 2% 0% 0;
	}
	.ny_zsd ul li:nth-child(3n) {
		margin-right: 0;
	}
}

.sy_cp {
	width: 100%;
	background: #fff;
}

.sy_cp ul li {
	width: 100%;
	overflow: hidden;
}

.sy_cp ul li .tp {
	width: 50%;
	height: 900px;
	overflow: hidden;
	position: relative;
}

.sy_cp ul li .tp img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.sy_cp ul li .wz {
	width: 50%;
	color: #fff;
	height: 900px;
	padding: 10% 5% 0% 5%;
	background: #a6c944;
}

.sy_cp ul li .wz span {
	font-size: 26px;
	color: #206801;
}

.sy_cp ul li .wz h1 {
	font-size: 80px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 80px;
}

.sy_cp ul li .wz p {
	font-size: 20px;
	color: #fff;
	font-weight: lighter;
	color: #206801;
}

.sy_cp ul li .wz .zer {
	background: rgba(255, 255, 255, 0.1);
	padding: 40px;
	margin-top: 40px;
	line-height: 30px;
	font-size: 18px;
}

.sy_cp ul li:nth-child(2n) .wz {
	background: #ffbd5a;
}

@media only screen and (max-width:1660px) {
	.sy_cp ul li .tp {
		height: 700px;
	}
	.sy_cp ul li .wz h1 {
		font-size: 70px;
		line-height: 70px;
	}
	.sy_cp ul li .wz {
		height: 700px;
	}
}

@media only screen and (max-width:1440px) {
	.sy_cp ul li .wz h1 {
		font-size: 60px;
		line-height: 60px;
	}
	.sy_cp ul li .wz p {
		font-size: 16px;
		color: #206801;
	}
	.sy_cp ul li .wz .zer {
		padding: 25px;
		margin-top: 30px;
		line-height: 24px;
		font-size: 16px;
	}
	.sy_cp ul li .tp {
		height: 600px;
	}
	.sy_cp ul li .wz {
		height: 600px;
		padding: 6% 5% 0% 5%;
	}
}

@media only screen and (max-width:992px) {
	.sy_cp {
		width: 100%;
		margin: 0px auto;
		background: #fff;
	}
	.sy_cp ul li {
		width: 100%;
	}
	.sy_cp ul li .tp {
		width: 100%;
		height: 400px;
	}
	.sy_cp ul li .wz {
		width: 100%;
		height: auto;
		padding: 8% 5%;
	}
	.sy_cp ul li .wz span {
		font-size: 20px;
		color: #206801;
	}
	.sy_cp ul li .wz h1 {
		font-size: 26px;
		font-weight: bold;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.sy_cp ul li .wz p {
		font-size: 16px;
		font-weight: lighter;
	}
	.sy_cp ul li .wz .zer {
		padding: 20px;
		line-height: 24px;
		font-size: 15px;
	}
}

.sy_bt {
	position: relative;
	padding: 140px 0px;
	text-align: center;
}

.sy_bt h1 {
	font-size: 80px;
	color: #fff;
	font-weight: bold;
}

.sy_bt h1 span {
	font-size: 30px;
	text-transform: uppercase;
	padding-left: 15px;
}

.sy_bt p {
	font-size: 18px;
	color: #666;
	font-weight: normal;
	text-transform: none;
	padding-top: 10px;
}

@media only screen and (max-width: 992px) {
	.sy_bt {
		padding: 70px 0px;
	}
	.sy_bt h1 {
		font-size: 36px;
	}
	.sy_bt p {
		font-size: 14px;
		padding-top: 5px;
	}
}

.sy_yz {
	width: 100%;
	padding: 80px 0px;
	background: #f6f6f6;
	margin: 50px auto 0px auto;
}

.sy_yz .zc {
	width: 50%;
	float: left
}

.sy_yz .yc {
	width: 45%;
	float: right;
	border-radius: 10px;
	overflow: hidden;
}

.sy_yz ul li {
	background: #fff;
	padding: 22px 30px;
	margin: 0 0 4% 0;
	box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, .2);
	border-radius: 10px;
}

.sy_yz ul li span {
	background: #00b95e;
	border-radius: 100px;
	text-align: center;
	font-size: 30px;
	padding: 11px 12px;
	color: #fff;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 10px;
}

.sy_yz ul li h3 {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}

.sy_yz ul li p {
	font-size: 14px;
	color: #666;
}

.ghj {
	padding: 140px 0px;
}

@media only screen and (max-width:992px) {
	.sy_yz {
		padding: 40px 0px;
	}
	.sy_yz .zc {
		width: 100%;
		float: none;
	}
	.sy_yz .yc {
		width: 100%;
		float: none;
	}
	.sy_yz ul li {
		background: #fff;
		padding: 15px 10px;
		margin: 0 0% 4% 0;
	}
	.sy_yz ul li h3 {
		font-size: 18px;
	}
	.sy_yz ul li p {
		font-size: 13px;
		color: #666;
	}
	.ghj {
		padding: 60px 0px;
	}
}

@media only screen and (max-width:992px) {
	.sy_gy {
		width: 100%;
		padding: 50px 0px 40px 0px;
		position: relative;
	}
	.sy_gy .wz .name {
		font-size: 36px;
		line-height: 40px;
	}
	.sy_gy .wz p {
		padding: 20px 0px;
		line-height: 24px;
		font-size: 16px;
	}
	.sy_gy .wz .big_name {
		font-size: 16px;
		color: #000;
		padding-bottom: 15px;
	}
	.sy_gy .left .wz .name {
		font-size: 30px;
		line-height: 50px;
		color: #fff;
	}
	.sy_gy .left .wz p {
		padding: 10px 0px;
		line-height: 26px;
		color: rgba(255, 255, 255, .7);
		font-size: 16px;
	}
	.sy_gy .right {
		width: 100%;
		float: none;
		margin: 3% 0% 0 0%;
	}
	.sy_gy .right .wz {
		width: 100%;
	}
}

.pp_qk2 {
	width: 100%;
	overflow: hidden;
	padding: 120px 0px;
	background: #ddf49d;
}

.pp_qk2 .zc {
	width: 42%;
	float: left;
}

.pp_qk2 .zc span {
	font-size: 26px;
	color: #000;
}

.pp_qk2 .zc h1 {
	font-size: 60px;
	font-weight: bold;
	color: #206801;
	margin: 20px 0px;
	text-transform: uppercase;
}

.pp_qk2 .zc font {
	font-size: 18px;
	display: block;
	color: #000;
	line-height: 26px;
	padding: 20px 0px;
}

.pp_qk2 .yc {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	width: 52%;
	float: right;
	margin-top: 10%;
}

.pp_qk2 .yc .y1 {
	font-size: 48px;
	font-weight: bold;
	float: left;
	width: 10%;
	text-align: center;
}

.pp_qk2 .yc .y2 {
	float: left;
	width: 80%;
	color: #333;
	font-size: 18px;
	display: block;
	color: #000;
	text-align: justify;
}

.pp_qk2 .yc .y3 {
	font-size: 48px;
	font-weight: bold;
	width: 100%;
	text-align: right;
}

.pp_qk2 .ycc {
	width: 45%;
	float: right;
}

.pp_qk2 .ycc img {
	width: 100%;
}

@media only screen and (max-width:992px) {
	.pp_qk2 {
		padding: 50px 0px;
	}
	.pp_qk2 .zc {
		width: 100%;
		float: none;
	}
	.pp_qk2 .zc span {
		font-size: 20px;
	}
	.pp_qk2 .zc h1 {
		font-size: 40px;
	}
	.pp_qk2 .zc font {
		font-size: 16px;
		line-height: 24px;
		padding: 0px 0px;
	}
	.pp_qk2 .yc {
		font-size: 15px;
		width: 100%;
		line-height: 24px;
	}
	.pp_qk2 .yc .y1 img {
		width: 25px;
	}
	.pp_qk2 .yc .y2 {
		width: 85%;
	}
	.pp_qk2 .yc .y3 img {
		width: 25px;
	}
	.pp_qk2 .ycc {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.pp_qk2 .ycc img {
		width: 100%;
	}
}

.dlogg {
	width: 100%;
}

.dlogg a {
	margin: 0px 10px 0px 0px;
}

@media only screen and (max-width:992px) {
	.dlogg img {
		width: 45px;
	}
}

.footer {
	width: 100%;
	background: #ebf6cd;
	padding: 60px 0px 0px 0px;
}

.footer h3 {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer h2 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer .col-md-4 {
	width: 40%;
	float: left;
}

.footer .col-md-4 p {
	line-height: 24px;
	font-size: 16px;
	color: #666;
}

.footer .col-md-4 p a {
	font-size: 16px;
	color: #666;
}

.footer .col-md-41 {
	width: 40%;
	float: right;
}

.footer .x_x {
	padding: 20px 0;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	border-top: 1px solid rgba(161, 200, 68, .5);
	margin-top: 40px;
}

.footer .x_x a {
	font-size: 16px;
}

@media only screen and (max-width:992px) {
	.footer {
		padding: 50px 0px 0px 0px;
	}
	.footer h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.footer h2 {
		font-size: 16px;
		margin-top: 20px;
	}
	.footer .col-md-4 {
		width: 100%;
		float: none;
		margin-bottom: 15px;
	}
	.footer .col-md-41 {
		width: 100%;
		float: none;
	}
	.footer .x_x {
		padding: 10px 0;
		font-size: 14px;
		line-height: 22px;
		text-align: left;
	}
	.footer .x_x a {
		font-size: 14px;
	}
}

.nban {
	width: 100%;
	height: auto;
	font-size: 0;
	overflow: hidden;
	position: relative;
}

.nban img {
	width: 100%;
	height: auto;
}

.nban .bj {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 5;
}

.nban .wz {
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 5;
	width: 100%;
}

.nban .wz h1 {
	font-size: 120px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial Black", Gadget, sans-serif;
	line-height: 120px;
}

.nban .wz p {
	font-size: 30px;
	color: #fff;
	padding-top: 20px;
	font-weight: bold;
}

.nban .mra {
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 100px;
	background: #fcc167;
	text-align: center;
	font-size: 45px;
	margin-top: 40px;
}

.nban .mra i {
	font-size: 32px;
	color: #fff;
	line-height: 70px;
}

@media screen and (max-width:992px) {
	.nban {
		height: 350px;
		margin-top: 0px;
	}
	.nban img {
		position: absolute;
		height: 350px;
		width: auto;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2
	}
	.nban .wz {
		position: absolute;
		left: 0;
		top: 45%;
		width: 100%;
	}
	.nban .wz h1 {
		font-size: 32px;
		line-height: 36px;
	}
	.nban .mra {
		width: 40px;
		height: 40px;
		font-size: 22px;
		margin-top: 10px;
	}
	.nban .mra i {
		font-size: 22px;
		line-height: 40px;
	}
}

.wzah {
	font-size: 16px;
	font-weight: bold;
	color: #206801;
}

.wzah font {
	padding: 0px 10px;
}

.wzah a {
	color: #206801;
}

.wzah a:hover {
	color: #333;
}

.ny_lx {}

.ny_lx .zc {
	background: rgba(166, 201, 68, .1);
	width: 1200px;
	padding: 3rem;
	margin: 20px 0px;
}

.ny_lx .zc .txt {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #a6c944;
	border: 0px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
}

.ny_lx .zc .ll {
	width: 100%;
	margin-bottom: 25px;
}

.ny_lx .zc .jsd {
	padding-bottom: 15px;
	font-size: 18px;
}

.ny_lx .zc .jsd font {
	color: #C00;
}

.ny_lx .zc .jsdd {
	font-size: 14px;
	color: #666;
	padding-bottom: 15px;
}

.ny_lx .zc .text {
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #e8b83c;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
}

.ny_lx .zc .txtt {
	width: 100%;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 45px;
	background: #a6c944;
	border: 0px solid #ddd;
	padding: 0 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	outline: none;
}

.ny_lx .zc .xk {
	font-size: 16px;
	color: #666;
}

@media only screen and (max-width:992px) {
	.ny_lx .zc {
		width: 100%;
		float: none;
		padding: 1.5rem;
	}
	.ny_lx .zc .txt {
		font-size: 14px;
	}
	.ny_lx .zc .text {
		margin: 0 auto;
	}
	.ny_lx .zc .ll {
		width: 100%;
		margin-bottom: 20px;
	}
}

.sy_js1 {
	background: #ebf6cd;
}

.sy_js1 .left {
	width: 50%;
	float: left;
	padding: 5% 7%;
}

.sy_js1 .left span {
	font-size: 26px;
}

.sy_js1 .left h2 {
	font-size: 50px;
	padding-bottom: 20px;
	color: #206801;
	font-weight: bold;
	text-transform: capitalize;
}

.sy_js1 .left p {
	font-size: 16px;
	line-height: 28px;
	color: #666;
}

.sy_js1 .right {
	width: 50%;
	float: right;
}

.sy_js1 .right img {
	width: 100%;
	height: auto;
}

.video-img-container {
	position: relative;
	width: 100%;
	/* 图片宽度，可根据需要调整 */
	cursor: pointer;
	overflow: hidden;
}

.video-cover-img {
	width: 100%;
	height: auto;
	display: block;
}

.video-img-container .bj {
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(to right, #ebf6cd, transparent);
	z-index: 5;
}

@media only screen and (max-width:992px) {
	.sy_js1 .left {
		padding: 3% 3%;
		width: 100%;
		float: none;
	}
	.sy_js1 .left h2 {
		font-size: 24px;
		padding-bottom: 20px;
	}
	.sy_js1 .left p {
		font-size: 14px;
		line-height: 24px;
	}
	.sy_js1 .right {
		width: 100%;
		float: none;
	}
	.sy_js1 .right img {
		width: 100%;
		height: auto;
	}
}