* {
	padding: 0px;
	margin: 0px;
}

html {
	font-size: 62.5%;
}

body {
	font-size: 14px;
	letter-spacing: 2px;
	font-family: "微软雅黑";
	letter-spacing: 1px;
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
i,
b,
em,
span,
form,
fieldset,
legend,
input,
textarea,
select,
button,
th,
td {
	margin: 0;
	padding: 0;
	font-style: normal;
}

div {
	max-height: 9999999999999999999999999999999999999px;
}

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

input,
select,
button,
textarea {
	font-size: 14px;
	border: 0;
	background: none;
	outline: none;
	vertical-align: middle;
	font-family: "微软雅黑";
}

button {
	overflow: visible
}

img {
	border: none;
}

li {
	list-style: none;
}

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

a:hover {
	color: #0d6e39;
	text-decoration: none !important;
}

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

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

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

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

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

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

@media only screen and (max-width:992px) {
	body {
		font-size: 13px;
	}
	input,
	textarea {
		-webkit-appearance: none;
		border-radius: 0;
	}
	input,
	select,
	button {
		font-size: 13px;
	}
}

.bd_bj {
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width:992px) {
	.bd_bj {
		background-attachment: inherit;
	}
}

html.on {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

@media only screen and (max-width:992px) {
	html.on {
		height: 100%;
		overflow: hidden;
		width: 100%;
		position: fixed;
	}
}
@media only screen and (max-width:1266px) {
	.header .menu-pc{
		display: none;
	}
}
.header {
	width: 100%;
	padding: 20px 5%;
	background-color: rgba(32, 85, 17, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.header .menu-pc{
	height: 23px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 220px;
}
.header .menu-pc ul{
	float: left;
}
.header .menu-pc ul li{
	float: left;
	padding: 0 20px;
}
.header .menu-pc ul li a{
	font-size: 18px;
	color: #fff;
}
.header .menu-pc ul li a:hover{
	border-bottom: 2px solid #fff;
}
.header .logo {
	width: auto;
	float: left;
	max-height: 60px;
}

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

.header .an {
	width: 40px;
	height: 23px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: 5%;
}

.header .an i {
	position: absolute;
	right: 50px;
	top: 50%;
	font-size: 18px;
	width: 50px;
	color: #fff;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.header .an span {
	width: 40px;
	height: 3px;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an.n span {
	background: none;
}

.header .an span:before {
	content: "";
	position: absolute;
	top: -10px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #fff;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an.n span:before {
	transform: translateY(10px) rotateZ(-45deg);
	-webkit-transform: translateY(10px) rotateZ(-45deg);
	-moz-transform: translateY(10px) rotateZ(-45deg);
	-ms-transform: translateY(10px) rotateZ(-45deg);
	-o-transform: translateY(10px) rotateZ(-45deg);
}

.header .an span:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 40px;
	height: 3px;
	background-color: #fff;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.header .an.n span:after {
	transform: translateY(-10px) rotateZ(45deg);
	-webkit-transform: translateY(-10px) rotateZ(45deg);
	-moz-transform: translateY(-10px) rotateZ(45deg);
	-ms-transform: translateY(-10px) rotateZ(45deg);
	-o-transform: translateY(-10px) rotateZ(45deg);
}

@media (min-width:1280px) {
	.header {
		padding: 15px 3%;
	}
	.header .logo {
		width: auto;
		max-height: 60px;
	}
	.header .an {
		width: 36px;
		height: 22px;
		margin-top: -10px;
		right: 3%;
	}
	.header .an i {
		right: 46px;
		font-size: 16px;
		width: 40px;
	}
	.header .an span {
		width: 36px;
		height: 2px;
	}
	.header .an span:before {
		width: 36px;
		height: 2px;
	}
	.header .an span:after {
		width: 36px;
		height: 2px;
	}
}

@media (min-width:1440px) {
	.header {
		padding: 20px 5%;
	}
	.header .logo {
		width: auto;
		max-height: 60px;
	}
	.header .an {
		width: 40px;
		height: 23px;
		margin-top: -10px;
		right: 5%;
	}
	.header .an i {
		right: 50px;
		font-size: 18px;
		width: 50px;
	}
	.header .an span {
		width: 40px;
		height: 3px;
	}
	.header .an span:before {
		width: 40px;
		height: 3px;
	}
	.header .an span:after {
		width: 40px;
		height: 3px;
	}
}

@media only screen and (max-width:1024px) {
	.header {
		padding: 15px 5%;
	}
	.header .logo {
		width: auto;
		max-height: 60px;
	}
}

@media only screen and (max-width:640px) {
	.header {
		padding: 10px 15px;
	}
	.header .logo {
		width: 70%;
	}
	.header .an {
		width: 32px;
		height: 22px;
		margin-top: -11px;
		right: 15px;
	}
	.header .an i {
		right: 40px;
		font-size: 15px;
		width: 50px;
		text-align: right;
	}
	.header .an span {
		width: 32px;
		height: 2px;
	}
	.header .an span:before {
		width: 32px;
		height: 2px;
		top: -8px;
	}
	.header .an.n span:before {
		transform: translateY(8px) rotateZ(-45deg);
		-webkit-transform: translateY(8px) rotateZ(-45deg);
		-moz-transform: translateY(8px) rotateZ(-45deg);
		-ms-transform: translateY(8px) rotateZ(-45deg);
		-o-transform: translateY(8px) rotateZ(-45deg);
	}
	.header .an span:after {
		width: 32px;
		height: 2px;
		top: 8px;
	}
	.header .an.n span:after {
		transform: translateY(-8px) rotateZ(45deg);
		-webkit-transform: translateY(-8px) rotateZ(45deg);
		-moz-transform: translateY(-8px) rotateZ(45deg);
		-ms-transform: translateY(-8px) rotateZ(45deg);
		-o-transform: translateY(-8px) rotateZ(45deg);
	}
}

.menu {
	width: 100%;
	height: 100%;
	background: url(../images/nav_bj.jpg) no-repeat center / cover;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.menu .nav {
	width: 280px;
	height: calc(100vh - 100px);
	padding: 30px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #fff;
}

.menu .nav ul li {
	padding: 0 30px;
	opacity: 0;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
}

.menu .nav.on ul li {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}

.menu .nav ul li:nth-child(1) {
	transition: all .45s .1s;
	-webkit-transition: all .45s .1s;
	-moz-transition: all .45s .1s;
	-ms-transition: all .45s .1s;
	-o-transition: all .45s .1s;
}

.menu .nav ul li:nth-child(2) {
	transition: all .55s .2s;
	-webkit-transition: all .55s .2s;
	-moz-transition: all .55s .2s;
	-ms-transition: all .55s .2s;
	-o-transition: all .55s .2s;
}

.menu .nav ul li:nth-child(3) {
	transition: all .65s .3s;
	-webkit-transition: all .65s .3s;
	-moz-transition: all .65s .3s;
	-ms-transition: all .65s .3s;
	-o-transition: all .65s .3s;
}

.menu .nav ul li:nth-child(4) {
	transition: all .75s .4s;
	-webkit-transition: all .75s .4s;
	-moz-transition: all .75s .4s;
	-ms-transition: all .75s .4s;
	-o-transition: all .75s .4s;
}

.menu .nav ul li:nth-child(5) {
	transition: all .85s .5s;
	-webkit-transition: all .85s .5s;
	-moz-transition: all .85s .5s;
	-ms-transition: all .85s .5s;
	-o-transition: all .85s .5s;
}

.menu .nav ul li:nth-child(6) {
	transition: all .95s .6s;
	-webkit-transition: all .95s .6s;
	-moz-transition: all .95s .6s;
	-ms-transition: all .95s .6s;
	-o-transition: all .95s .6s;
}

.menu .nav ul li:nth-child(7) {
	transition: all 1.05s .7s;
	-webkit-transition: all 1.05s .7s;
	-moz-transition: all 1.05s .7s;
	-ms-transition: all 1.05s .7s;
	-o-transition: all 1.05s .7s;
}

.menu .nav ul li:nth-child(8) {
	transition: all 1.15s .8s;
	-webkit-transition: all 1.15s .8s;
	-moz-transition: all 1.15s .8s;
	-ms-transition: all 1.15s .8s;
	-o-transition: all 1.15s .8s;
}

.menu .nav .y_j {
	position: relative;
	border-bottom: 1px solid #e7e7e7;
}

.menu .nav .y_j i {
	width: 60%;
	height: 56px;
	font-size: 15px;
	line-height: 56px;
	text-align: right;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.menu .nav .y_j a {
	display: block;
	font-size: 15px;
	line-height: 56px;
	color: #666;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.menu .nav ul li:hover .y_j a {
	color: #0d6e39;
}

.menu .nav ul li.on .y_j a {
	color: #0d6e39;
}

.menu .nav .e_j {
	width: 220px;
	background-color: #f7f7f7;
	padding: 5px 0;
	position: absolute;
	left: 100%;
	top: 0;
	display: none;
}

.menu .nav ul li:hover .e_j {
	display: block;
}

.menu .nav .e_j a {
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	color: #555;
	display: block;
}

.menu .nav .e_j a:hover {
	color: #0d6e39;
}

.menu .f_t {
	width: 220px;
	position: absolute;
	bottom: 30px;
	left: 30px;
}

.menu .f_t .f_x {
	margin-bottom: 15px;
}

.menu .f_t .f_x ul li {
	width: 33.333333333333%;
	float: left;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	position: relative;
}

.menu .f_t .e_m {
	width: 120px;
	border: 1px solid #e7e7e7;
	position: absolute;
	bottom: 36px;
	left: 50%;
	margin-left: -60px;
	display: none;
}

.menu .f_t .e_m img {
	width: 100%;
	height: auto;
	display: block;
}

.menu .f_t .s_s {
	width: 100%;
	height: 40px;
	border: 1px solid #ddd;
}

.menu .f_t .s_s input {
	width: 160px;
	height: 38px;
	padding: 0 10px;
	font-size: 14px;
	line-height: 38px;
	color: #666;
	float: left;
}

.menu .f_t .s_s button {
	width: 58px;
	height: 38px;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	color: #333;
	cursor: pointer;
	float: right;
}

.menu .l_y {
	width: 500px;
	position: absolute;
	top: 50%;
	right: 30%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.menu .l_y h3 {
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 10px;
}

.menu .l_y input {
	width: 235px;
	float: left;
	border-bottom: 1px solid #888;
	font-size: 14px;
	line-height: 56px;
	color: #fff;
}

.menu .l_y input:focus {
	border-bottom: 1px solid #fff;
}

.menu .l_y input.y_c {
	float: right;
}

.menu .l_y textarea {
	width: 100%;
	height: 108px;
	padding: 15px 0;
	border-bottom: 1px solid #888;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	resize: none;
}

.menu .l_y textarea:focus {
	border-bottom: 1px solid #fff;
}

.menu .l_y button {
	width: 136px;
	height: 40px;
	border: 1px solid #888;
	margin-top: 20px;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	text-align: center;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.menu .l_y button:hover {
	background-color: #fff;
	border: 1px solid #fff;
	color: #0d6e39;
}

@media (min-width:1280px) {
	.menu .nav {
		width: 250px;
		height: calc(100vh - 80px);
		padding: 0 0 20px;
	}
	.menu .nav ul li {
		padding: 0 20px;
	}
	.menu .nav .y_j i {
		height: 50px;
		font-size: 14px;
		line-height: 50px;
	}
	.menu .nav .y_j a {
		font-size: 14px;
		line-height: 50px;
	}
	.menu .nav .e_j {
		width: 180px;
		display: none !important;
	}
	.menu .nav ul li:hover .e_j {
		display: block !important;
	}
	.menu .nav .e_j a {
		font-size: 12px;
		line-height: 40px;
	}
	.menu .f_t {
		width: 210px;
		bottom: 20px;
		left: 20px;
	}
	.menu .f_t .f_x {
		margin-bottom: 10px;
	}
	.menu .f_t .f_x ul li {
		font-size: 16px;
		line-height: 26px;
	}
	.menu .f_t .e_m {
		width: 100px;
		bottom: 26px;
		margin-left: -50px;
	}
	.menu .f_t .s_s input {
		padding: 0 5px;
		font-size: 12px;
	}
	.menu .f_t .s_s button {
		width: 48px;
		font-size: 15px;
	}
	.menu .l_y {
		width: 460px;
		right: 25%;
	}
	.menu .l_y h3 {
		font-size: 16px;
		line-height: 32px;
	}
	.menu .l_y input {
		width: 215px;
		line-height: 50px;
	}
	.menu .l_y textarea {
		height: 82px;
		padding: 12px 0;
		line-height: 26px;
	}
	.menu .l_y button {
		width: 126px;
		height: 38px;
		font-size: 15px;
		line-height: 36px;
	}
}

@media (min-width:1440px) {
	.menu .nav {
		width: 280px;
		height: calc(100vh - 100px);
		padding: 30px 0;
	}
	.menu .nav ul li {
		padding: 0 30px;
	}
	.menu .nav .y_j i {
		height: 56px;
		font-size: 15px;
		line-height: 56px;
	}
	.menu .nav .y_j a {
		font-size: 15px;
		line-height: 56px;
	}
	.menu .nav .e_j {
		width: 220px;
	}
	.menu .nav ul li:hover .e_j {
		display: none;
	}
	.menu .nav .e_j a {
		font-size: 14px;
		line-height: 46px;
	}
	.menu .f_t {
		width: 220px;
		bottom: 30px;
		left: 30px;
	}
	.menu .f_t .f_x {
		margin-bottom: 15px;
	}
	.menu .f_t .f_x ul li {
		font-size: 18px;
		line-height: 32px;
	}
	.menu .f_t .e_m {
		width: 120px;
		bottom: 36px;
		margin-left: -60px;
	}
	.menu .f_t .s_s input {
		padding: 0 10px;
		font-size: 14px;
	}
	.menu .f_t .s_s button {
		width: 58px;
		font-size: 16px;
	}
	.menu .l_y {
		width: 500px;
		right: 30%;
	}
	.menu .l_y h3 {
		font-size: 18px;
		line-height: 36px;
	}
	.menu .l_y input {
		width: 235px;
		line-height: 56px;
	}
	.menu .l_y textarea {
		height: 108px;
		padding: 15px 0;
		line-height: 26px;
	}
	.menu .l_y button {
		width: 136px;
		height: 40px;
		font-size: 16px;
		line-height: 38px;
	}
}

@media only screen and (max-width:1024px) {
	.menu .nav {
		width: 230px;
		height: calc(100vh - 80px);
		padding: 0 0 20px;
	}
	.menu .nav ul li {
		padding: 0 20px;
	}
	.menu .nav .y_j i {
		width: 60%;
		height: 50px;
		font-size: 14px;
		line-height: 50px;
	}
	.menu .nav .y_j a {
		font-size: 14px;
		line-height: 50px;
	}
	.menu .nav .e_j {
		width: 180px;
	}
	.menu .nav ul li:hover .e_j {
		display: none;
	}
	.menu .nav .e_j a {
		font-size: 12px;
		line-height: 40px;
	}
	.menu .f_t {
		width: 190px;
		bottom: 20px;
		left: 20px;
	}
	.menu .f_t .f_x {
		margin-bottom: 10px;
	}
	.menu .f_t .f_x ul li {
		font-size: 16px;
		line-height: 26px;
	}
	.menu .f_t .e_m {
		width: 100px;
		bottom: 26px;
		margin-left: -50px;
	}
	.menu .f_t .s_s input {
		width: 140px;
		padding: 0 5px;
		font-size: 12px;
	}
	.menu .f_t .s_s button {
		width: 48px;
		font-size: 15px;
	}
	.menu .l_y {
		width: 460px;
		right: 12%;
	}
	.menu .l_y h3 {
		font-size: 16px;
		line-height: 32px;
	}
	.menu .l_y input {
		width: 215px;
		line-height: 50px;
	}
	.menu .l_y textarea {
		height: 82px;
		padding: 12px 0;
		line-height: 26px;
	}
	.menu .l_y button {
		width: 126px;
		height: 38px;
		font-size: 15px;
		line-height: 36px;
	}
}

@media only screen and (max-width:992px) {
	.menu .l_y {
		width: calc(100% - 230px);
		padding: 0 30px;
		right: 0;
		top: auto;
		bottom: 10%;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	.menu .l_y input {
		width: 44%;
	}
}

@media only screen and (max-width:640px) {
	.menu .nav {
		width: 50%;
		height: 100%;
		padding: 60px 15px 0;
		overflow: auto;
	}
	.menu .nav ul li {
		padding: 0;
		border-bottom: 1px solid #ddd;
	}
	.menu .nav .y_j {
		border-bottom: 0;
	}
	.menu .nav .e_j {
		width: 100%;
		padding: 0 0 10px;
		background: none;
		box-shadow: none;
		position: relative;
		left: auto;
		margin-left: 0;
		overflow: hidden;
	}
	.menu .nav .e_j a {
		font-size: 12px;
		line-height: 30px;
		text-align: left;
	}
	.menu .f_t {
		width: 50%;
		padding: 0 15px;
		bottom: 20px;
		left: 0;
	}
	.menu .f_t .f_x {
		margin-bottom: 10px;
	}
	.menu .f_t .f_x ul li {
		font-size: 16px;
		line-height: 26px;
	}
	.menu .f_t .e_m {
		width: 110px;
		bottom: 26px;
		margin-left: -55px;
	}
	.menu .f_t .s_s input {
		width: 80%;
		padding: 0 5px;
		font-size: 13px;
	}
	.menu .f_t .s_s button {
		width: 20%;
		font-size: 15px;
	}
	.menu .l_y {
		width: 50%;
		bottom: auto;
		top: 50%;
		right: 0;
		padding: 0 15px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
	.menu .l_y h3 {
		font-size: 14px;
		line-height: 26px;
	}
	.menu .l_y input {
		width: 100%;
		float: none;
		font-size: 13px;
		line-height: 46px;
		display: block;
	}
	.menu .l_y input.y_c {
		float: none;
	}
	.menu .l_y textarea {
		height: 68px;
		padding: 12px 0;
		font-size: 13px;
		line-height: 22px;
	}
	.menu .l_y button {
		width: 116px;
		height: 36px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 34px;
	}
}

.pc_ban {
	width: 100%;
	height: 100vh;
	position: relative;
}

.pc_ban a {
	display: block;
	width: 100%;
	height: 100%;
}

.pc_ban .b_j {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/b_j.png);
}

.pc_ban .w_z {
	width: 40%;
	background-color: rgba(32, 85, 17, .5);
	padding: 20px;
	position: absolute;
	text-shadow: 0 0 10px #444;
	text-align: left;
	color: #fff;
	left: 10%;
	bottom: 15%;
	z-index: 99;
	border-radius:50px 0 50px 0;
}

.pc_ban .w_z h3 {
	font-size: 36px;
	line-height: 44px;
	margin-bottom: 10px;
}

.pc_ban .w_z p {
	font-size: 18px;
	text-transform: uppercase;
	line-height: 32px;
}

.pc_ban .swiper-button-prev {
	width: 50px;
	height: 100px;
	background: url(../images/banner-l.png) no-repeat center;
	left: 0;
	margin-top: -50px;
	opacity: 0;
	z-index: 999;
	background-size: 50px 100px;
	-webkit-background-size: 50px 100px;
	-moz-background-size: 50px 100px;
	-ms-background-size: 50px 100px;
	-o-background-size: 50px 100px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.pc_ban:hover .swiper-button-prev {
	left: 5%;
	opacity: 1;
}

.pc_ban .swiper-button-next {
	width: 50px;
	height: 100px;
	background: url(../images/banner-r.png) no-repeat center;
	right: 0;
	margin-top: -50px;
	opacity: 0;
	z-index: 999;
	background-size: 50px 100px;
	-webkit-background-size: 50px 100px;
	-moz-background-size: 50px 100px;
	-ms-background-size: 50px 100px;
	-o-background-size: 50px 100px;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.pc_ban:hover .swiper-button-next {
	right: 5%;
	opacity: 1;
}

@media (min-width:1280px) {
	.pc_ban .w_z {
		width: 45%;
		padding: 15px;
		bottom: 10%;
	}
	.pc_ban .w_z h3 {
		font-size: 26px;
		line-height: 36px;
	}
	.pc_ban .w_z p {
		font-size: 16px;
		line-height: 28px;
	}
}

@media (min-width:1440px) {
	.pc_ban .w_z {
		width: 40%;
		padding: 20px;
		bottom: 15%;
	}
	.pc_ban .w_z h3 {
		font-size: 36px;
		line-height: 44px;
	}
	.pc_ban .w_z p {
		font-size: 18px;
		line-height: 32px;
	}
}

@media only screen and (max-width:1024px) {
	.pc_ban .w_z {
		width: 70%;
		padding: 15px;
		bottom: 10%;
	}
	.pc_ban .w_z h3 {
		font-size: 22px;
		line-height: 32px;
	}
	.pc_ban .w_z p {
		font-size: 15px;
		line-height: 26px;
	}
}

@media only screen and (max-width:992px) {
	.pc_ban .w_z {
		width: 80%;
		padding: 20px;
		bottom: 20%;
	}
}

@media only screen and (max-width:640px) {
	.pc_ban .w_z {
		padding: 15px;
		bottom: 10%;
	}
	.pc_ban .w_z h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.pc_ban .w_z p {
		font-size: 14px;
		line-height: 24px;
	}
}

.section1 .sy_bt {
	position: relative;
	opacity: 0;
	margin-bottom: 30px;
}

.section1 .sy_bt h1 {
	font-size: 46px;
	line-height: 60px;
	color: #8fc320;
	text-transform: uppercase;
}

.section1 .sy_bt h2 {
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.section1 .sy_bt em {
	width: 150px;
	height: 10px;
	background-color: rgba(143, 195, 32, .6);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -75px;
	display: block;
}

.section1 .sy_gy {
	width: 70%;
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.section1 .gy_nr {
	font-size: 15px;
	line-height: 26px;
	text-align: center;
	position: relative;
	opacity: 0;
}

.section1 .sy_wz {
	width: 70%;
	min-width: 1200px;
	position: absolute;
	bottom: 8%;
	left: 50%;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.section1 .sy_wz ul li {
	width: 33.333333333333%;
	padding: 0 15px;
	float: left;
	opacity: 0;
}

.section1 .sy_wz img {
	width: 100%;
	height: auto;
	display: block;
}

.section1 .sy_wz .t_p {
	position: relative;
}

.section1 .sy_wz .t_p span {
	padding: 10px;
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: rgba(13, 110, 57, .8);
	font-size: 20px;
	line-height: 26px;
	color: #fff;
}

.section1 .sy_wz .w_z {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, .2);
	margin-top: 10px;
	padding: 15px;
	font-size: 14px;
	line-height: 26px;
}

.section1 .sy_wz .item {
	height: 84px;
	overflow-x: auto;
}

@media (min-width:1280px) {
	.section1 .sy_bt {
		margin-bottom: 15px;
	}
	.section1 .sy_bt h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.section1 .sy_bt h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.section1 .sy_bt em {
		width: 130px;
		height: 6px;
		margin-left: -65px;
	}
	.section1 .sy_gy {
		width: 100%;
		max-width: 1000px;
	}
	.section1 .gy_nr {
		font-size: 14px;
		line-height: 22px;
	}
	.section1 .sy_wz {
		width: 70%;
		min-width: 1100px;
		font-size: 13px;
	}
	.section1 .sy_wz ul li {
		padding: 0 10px;
	}
	.section1 .sy_wz .t_p span {
		font-size: 18px;
	}
	.section1 .sy_wz .w_z {
		margin-top: 6px;
		padding: 10px;
		font-size: 13px;
		line-height: 22px;
	}
	.section1 .sy_wz .item {
		height: 88px;
	}
}

@media (min-width:1440px) {
	.section1 .sy_bt {
		margin-bottom: 30px;
	}
	.section1 .sy_bt h1 {
		font-size: 46px;
		line-height: 60px;
	}
	.section1 .sy_bt h2 {
		font-size: 36px;
		line-height: 46px;
	}
	.section1 .sy_bt em {
		width: 150px;
		height: 10px;
		margin-left: -75px;
	}
	.section1 .sy_gy {
		width: 70%;
		max-width: 1200px;
	}
	.section1 .gy_nr {
		font-size: 15px;
		line-height: 26px;
	}
	.section1 .sy_wz {
		width: 70%;
		min-width: 1200px;
		font-size: 14px;
	}
	.section1 .sy_wz ul li {
		padding: 0 15px;
	}
	.section1 .sy_wz .t_p span {
		font-size: 20px;
	}
	.section1 .sy_wz .w_z {
		margin-top: 10px;
		padding: 15px;
		font-size: 14px;
		line-height: 26px;
	}
	.section1 .sy_wz .item {
		height: 84px;
	}
}

@media only screen and (max-width:1024px) {
	.section1 .sy_bt {
		margin-bottom: 15px;
	}
	.section1 .sy_bt h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.section1 .sy_bt h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.section1 .sy_bt em {
		width: 130px;
		height: 6px;
		margin-left: -65px;
	}
	.section1 .sy_gy {
		width: 80%;
		max-width: 1000px;
	}
	.section1 .gy_nr {
		font-size: 14px;
		line-height: 22px;
	}
	.section1 .sy_wz {
		width: 70%;
		min-width: 960px;
		font-size: 13px;
	}
	.section1 .sy_wz ul li {
		padding: 0 10px;
	}
	.section1 .sy_wz .t_p span {
		font-size: 18px;
	}
	.section1 .sy_wz .w_z {
		margin-top: 6px;
		padding: 10px;
		font-size: 13px;
		line-height: 22px;
	}
	.section1 .sy_wz .item {
		height: 88px;
	}
}

@media only screen and (max-width:992px) {
	.section1 .sy_bt {
		margin-bottom: 15px;
	}
	.section1 .sy_bt h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.section1 .sy_bt h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.section1 .sy_bt em {
		width: 130px;
		height: 6px;
		margin-left: -65px;
	}
	.section1 .sy_gy {
		width: 80%;
		max-width: none;
		top: 25%;
	}
	.section1 .gy_nr {
		font-size: 14px;
		line-height: 22px;
	}
	.section1 .sy_wz {
		width: 100%;
		min-width: inherit;
		font-size: 13px;
		bottom: 15%;
	}
}

@media only screen and (max-width:640px) {
	.section1 .sy_bt {
		margin-bottom: 15px;
	}
	.section1 .sy_bt h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.section1 .sy_bt h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.section1 .sy_bt em {
		width: 120px;
		height: 4px;
		bottom: 6px;
		margin-left: -60px;
	}
	.section1 .sy_gy {
		width: 90%;
		top: 15%;
	}
	.section1 .gy_nr {
		font-size: 12px;
		line-height: 22px;
	}
	.section1 .sy_wz {
		width: 100%;
		min-width: inherit;
		font-size: 13px;
		bottom: 15%;
	}
	.section1 .sy_wz ul li {
		padding: 0 5px;
	}
	.section1 .sy_wz .t_p span {
		padding: 5px;
		left: 10px;
		font-size: 15px;
		line-height: 22px;
	}
	.section1 .sy_wz .w_z {
		margin-top: 5px;
		padding: 5px;
		font-size: 12px;
		line-height: 22px;
	}
	.section1 .sy_wz .item {
		height: 88px;
	}
}

.active .section1 .sy_bt {
	animation: fadeInDown 1s .5s forwards;
}

.active .section1 .gy_nr {
	animation: fadeInUp 1s 1s forwards;
}

.active .section1 .sy_wz ul li:first-child {
	animation: fadeInUp 1s 1.5s forwards;
}

.active .section1 .sy_wz ul li:nth-child(2) {
	animation: fadeInUp 1s 2s forwards;
}

.active .section1 .sy_wz ul li:last-child {
	animation: fadeInUp 1s 2.5s forwards;
}

.section2 {
	width: 85%;
	min-width: 1200px;
	padding-top: 80px;
	margin: 0 auto;
}

.section2 .sy_bt {
	position: relative;
	opacity: 0;
	margin-bottom: 50px;
}

.section2 .sy_bt h1 {
	font-size: 46px;
	line-height: 60px;
	color: #8fc320;
	text-transform: uppercase;
}

.section2 .sy_bt h2 {
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.section2 .sy_bt em {
	width: 150px;
	height: 10px;
	background-color: rgba(143, 195, 32, .6);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -75px;
	display: block;
}

.section2 .al_zs {
	opacity: 0;
}

.section2 .al_zs ul {
	margin: 0 -5px;
}

.section2 .al_zs ul li {
	width: 20%;
	padding: 0 5px;
	float: left;
	margin-bottom: 10px;
}

.section2 .al_zs .n_r {
	position: relative;
	background-color: #000;
	overflow: hidden;
}

.section2 .al_zs .t_p {
	width: 100%;
	overflow: hidden;
}

.section2 .al_zs .t_p img {
	width: 100%;
	height: auto;
	display: block;
	opacity: 1;
	transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.section2 .al_zs .n_r:hover .t_p img {
	opacity: .6;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.section2 .al_zs .w_z {
	width: 100%;
	padding: 10px;
	background-color: rgba(0, 0, 0, .3);
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.section2 .al_zs .n_r:hover .w_z {
	background-color: rgba(13, 110, 57, .8);
}

.section2 .more {
	width: 150px;
	height: 46px;
	position: relative;
	margin: 50px auto 0;
	opacity: 0;
}

.section2 .more:before {
	width: 0;
	height: 0;
	border-top: 1px solid #8fc320;
	border-left: 1px solid #8fc320;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.section2 .more:hover:before {
	width: 100%;
	height: 100%;
}

.section2 .more:after {
	width: 0;
	height: 0;
	border-bottom: 1px solid #8fc320;
	border-right: 1px solid #8fc320;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.section2 .more:hover:after {
	width: 100%;
	height: 100%;
}

.section2 .more a {
	display: block;
	border: 1px solid #ddd;
	font-size: 16px;
	line-height: 44px;
	color: #ddd;
	position: relative;
	z-index: 1;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.section2 .more:hover a {
	color: #8fc320;
	border: 1px solid rgba(255, 255, 255, .0);
}

@media (min-width:1280px) {
	.section2 {
		width: 85%;
		min-width: 1100px;
		padding-top: 80px;
	}
	.section2 .sy_bt {
		margin-bottom: 30px;
	}
	.section2 .sy_bt h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.section2 .sy_bt h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.section2 .sy_bt em {
		width: 130px;
		height: 6px;
		margin-left: -65px;
	}
	.section2 .al_zs .w_z {
		padding: 5px;
	}
	.section2 .more {
		width: 130px;
		height: 40px;
		margin: 30px auto 0;
	}
	.section2 .more a {
		font-size: 15px;
		line-height: 38px;
	}
}

@media (min-width:1440px) {
	.section2 {
		width: 85%;
		min-width: 1200px;
		padding-top: 80px;
	}
	.section2 .sy_bt {
		margin-bottom: 50px;
	}
	.section2 .sy_bt h1 {
		font-size: 46px;
		line-height: 60px;
	}
	.section2 .sy_bt h2 {
		font-size: 36px;
		line-height: 46px;
	}
	.section2 .sy_bt em {
		width: 150px;
		height: 10px;
		margin-left: -75px;
	}
	.section2 .al_zs .w_z {
		padding: 10px;
	}
	.section2 .more {
		width: 150px;
		height: 46px;
		margin: 50px auto 0;
	}
	.section2 .more a {
		font-size: 16px;
		line-height: 44px;
	}
}

@media only screen and (max-width:1024px) {
	.section2 {
		width: 85%;
		min-width: 960px;
		padding-top: 80px;
	}
	.section2 .sy_bt {
		margin-bottom: 30px;
	}
	.section2 .sy_bt h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.section2 .sy_bt h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.section2 .sy_bt em {
		width: 130px;
		height: 6px;
		margin-left: -65px;
	}
	.section2 .al_zs .w_z {
		padding: 5px;
	}
	.section2 .more {
		width: 130px;
		height: 40px;
		margin: 30px auto 0;
	}
	.section2 .more a {
		font-size: 15px;
		line-height: 38px;
	}
}

@media only screen and (max-width:992px) {
	.section2 {
		width: 90%;
		min-width: inherit;
	}
	.section2 .al_zs ul li {
		width: 33.3333333333%;
	}
	.section2 .al_zs ul li:last-child {
		display: none;
	}
}

@media only screen and (max-width:640px) {
	.section2 {
		width: 90%;
		padding: 80px 15px 0;
	}
	.section2 .sy_bt {
		margin-bottom: 25px;
	}
	.section2 .sy_bt h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.section2 .sy_bt h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.section2 .sy_bt em {
		width: 120px;
		height: 4px;
		bottom: 6px;
		margin-left: -60px;
	}
	.section2 .al_zs ul li {
		width: 50%;
	}
	.section2 .al_zs ul li:nth-last-child(2) {
		display: none;
	}
	.section2 .al_zs ul li:last-child {
		display: none;
	}
	.section2 .al_zs .w_z {
		padding: 5px;
		font-size: 12px;
	}
	.section2 .more {
		width: 120px;
		height: 34px;
		margin: 20px auto 0;
	}
	.section2 .more a {
		font-size: 14px;
		line-height: 32px;
	}
}

.active .section2 .sy_bt {
	animation: fadeInDown 1s .5s forwards;
}

.active .section2 .al_zs {
	animation: fadeInUp 1s 1s forwards;
}

.active .section2 .more {
	animation: fadeInUp 1s 1.5s forwards;
}

.section3 .sy_bt {
	text-align: left;
	padding: 20px 0 20px 65px;
	position: absolute;
	bottom: 20%;
	left: 10%;
	background-color: #000;
	z-index: 2;
	opacity: 0;
}

.section3 .sy_bt h1 {
	font-size: 28px;
	line-height: 40px;
	color: #8fc320;
}

.section3 .sy_bt h4 {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
}

.section3 .sy_bt em {
	font-size: 80px;
	color: #8fc320;
	line-height: 70px;
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
}

.section3 .sy_xw {
	width: 20%;
	height: 100%;
	background-color: #000;
	padding: 15% 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .8;
}

.section3 .sy_xw .kuang {
	width: 100%;
	height: 50%;
	border: 10px solid #fff;
	border-left: 10px solid #8fc320;
	border-bottom: 10px solid #8fc320;
	position: absolute;
	left: 15%;
	bottom: 15%;
	z-index: 1;
	opacity: 0.5;
}

.section3 .yg_fc {
	width: 25%;
	position: absolute;
	top: 25%;
	left: 10%;
	opacity: 0;
}

.section3 .yg_fc .swiper-fc {
	padding: 10px 10px 30px;
	background-color: rgba(0, 0, 0, .3);
}

.section3 .yg_fc .swiper-pagination {
	bottom: 6px;
}

.section3 .yg_fc .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.section3 .yg_fc h3 {
	font-size: 22px;
	line-height: 40px;
	color: #8fc320;
	text-align: right;
	margin-bottom: 10px;
}

.section3 .yg_fc img {
	width: 100%;
	height: auto;
	display: block;
}

.section3 .jl_xw {
	width: 60%;
	padding: 30px;
	background-color: rgba(0, 0, 0, .6);
	text-align: left;
	position: absolute;
	top: 15%;
	right: 2.5%;
	opacity: 0;
}

.section3 .jl_xw h3 {
	font-size: 22px;
	color: #8fc320;
	line-height: 32px;
	padding-bottom: 15px;
	border-bottom: 1px solid #aaa;
}

.section3 .jl_xw h3 a {
	font-size: 14px;
	color: #aaa;
	float: right;
}

.section3 .jl_xw h3 a:hover {
	color: #fff;
}

.section3 .jl_xw h4 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.section3 .jl_xw h4 a {
	color: #fff;
}

.section3 .jl_xw h4 a:hover {
	color: #8fc320;
}

.section3 .jl_xw p {
	font-size: 14px;
	line-height: 22px;
	color: #ddd;
	height: 66px;
	margin-bottom: 15px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-moz-line-clamp: 3;
	-ms-line-clamp: 3;
	-o-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section3 .jl_xw ul li {
	margin-top: 25px;
}

.section3 .jl_xw a.m_r {
	color: #ddd;
	line-height: 26px;
	display: inline-block;
	position: relative;
	border: 1px solid #aaa;
	padding: 0 10px;
}

.section3 .jl_xw a.m_r:hover {
	background-color: #8fc320;
	border: 1px solid #8fc320;
	color: #fff;
}

.section3 .jl_px {
	width: 70%;
	padding: 30px;
	background-color: rgba(0, 0, 0, .3);
	text-align: left;
	position: absolute;
	bottom: 10%;
	right: 2.5%;
	opacity: 0;
}

.section3 .jl_px h3 {
	font-size: 22px;
	color: #8fc320;
	line-height: 32px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaa;
}

.section3 .jl_px h3 a {
	font-size: 14px;
	color: #ddd;
	float: right;
}

.section3 .jl_px h3 a:hover {
	color: #fff;
}

.section3 .jl_px ul li a {
	padding-left: 15px;
	font-size: 15px;
	line-height: 40px;
	color: #ddd;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	position: relative;
}

.section3 .jl_px ul li a:after {
	width: 6px;
	height: 6px;
	background-color: #ddd;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 17px;
	left: 0;
}

.section3 .jl_px ul li a:hover {
	color: #8fc320;
}

@media (min-width:1280px) {
	.section3 .sy_bt {
		padding: 10px 0 10px 60px;
	}
	.section3 .sy_bt h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.section3 .sy_bt h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.section3 .sy_bt em {
		font-size: 70px;
		line-height: 60px;
		top: 15px;
	}
	.section3 .sy_xw {
		padding: 10% 0;
	}
	.section3 .sy_xw .kuang {
		border: 6px solid #fff;
		border-left: 6px solid #8fc320;
		border-bottom: 6px solid #8fc320;
	}
	.section3 .yg_fc {
		top: 15%;
	}
	.section3 .yg_fc h3 {
		font-size: 20px;
		line-height: 36px;
	}
	.section3 .jl_xw {
		padding: 15px;
	}
	.section3 .jl_xw h3 {
		font-size: 20px;
		line-height: 32px;
		padding-bottom: 10px;
	}
	.section3 .jl_xw h4 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.section3 .jl_xw p {
		font-size: 12px;
		line-height: 22px;
		height: 44px;
		margin-bottom: 10px;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-moz-line-clamp: 2;
		-ms-line-clamp: 2;
		-o-line-clamp: 2;
	}
	.section3 .jl_xw ul li {
		margin-top: 15px;
	}
	.section3 .jl_px {
		padding: 15px;
	}
	.section3 .jl_px h3 {
		font-size: 20px;
		line-height: 32px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.section3 .jl_px ul li a {
		font-size: 14px;
		line-height: 36px;
	}
	.section3 .jl_px ul li a:after {
		top: 15px;
	}
}

@media (min-width:1440px) {
	.section3 .sy_bt {
		padding: 20px 0 20px 65px;
		bottom: 20%;
	}
	.section3 .sy_bt h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.section3 .sy_bt h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.section3 .sy_bt em {
		font-size: 80px;
		line-height: 70px;
		top: 20px;
	}
	.section3 .sy_xw {
		padding: 15% 0;
	}
	.section3 .sy_xw .kuang {
		border: 10px solid #fff;
		border-left: 10px solid #8fc320;
		border-bottom: 10px solid #8fc320;
	}
	.section3 .yg_fc {
		top: 20%;
	}
	.section3 .jl_xw {
		padding: 20px;
	}
	.section3 .jl_xw p {
		font-size: 13px;
		margin-bottom: 15px;
	}
	.section3 .jl_xw ul li {
		margin-top: 25px;
	}
	.section3 .jl_px {
		padding: 20px;
	}
}

@media (min-width:1600px) {
	.section3 .yg_fc {
		top: 25%;
	}
	.section3 .yg_fc h3 {
		font-size: 22px;
		line-height: 40px;
	}
	.section3 .jl_xw {
		padding: 30px;
	}
	.section3 .jl_xw h3 {
		font-size: 22px;
		line-height: 32px;
		padding-bottom: 15px;
	}
	.section3 .jl_xw h4 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 10px;
	}
	.section3 .jl_xw p {
		font-size: 14px;
		line-height: 22px;
		height: 66px;
		line-clamp: 3;
		-webkit-line-clamp: 3;
		-moz-line-clamp: 3;
		-ms-line-clamp: 3;
		-o-line-clamp: 3;
	}
	.section3 .jl_px {
		padding: 30px;
	}
	.section3 .jl_px h3 {
		font-size: 22px;
		line-height: 32px;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.section3 .jl_px ul li a {
		font-size: 15px;
		line-height: 40px;
	}
	.section3 .jl_px ul li a:after {
		top: 17px;
	}
}

@media only screen and (max-width:1024px) {
	.section3 .sy_bt {
		padding: 10px 0 10px 60px;
	}
	.section3 .sy_bt h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.section3 .sy_bt h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.section3 .sy_bt em {
		font-size: 70px;
		line-height: 60px;
		top: 15px;
	}
	.section3 .sy_xw {
		padding: 10% 0;
	}
	.section3 .sy_xw .kuang {
		border: 6px solid #fff;
		border-left: 6px solid #8fc320;
		border-bottom: 6px solid #8fc320;
	}
	.section3 .yg_fc {
		top: 35%;
	}
	.section3 .yg_fc h3 {
		font-size: 20px;
		line-height: 36px;
	}
	.section3 .jl_xw {
		padding: 15px;
	}
	.section3 .jl_xw h3 {
		font-size: 20px;
		line-height: 32px;
		padding-bottom: 10px;
	}
	.section3 .jl_xw h4 {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.section3 .jl_xw p {
		font-size: 12px;
		line-height: 22px;
		height: 66px;
		margin-bottom: 10px;
		line-clamp: 3;
		-webkit-line-clamp: 3;
		-moz-line-clamp: 3;
		-ms-line-clamp: 3;
		-o-line-clamp: 3;
	}
	.section3 .jl_xw ul li {
		margin-top: 15px;
	}
	.section3 .jl_px {
		padding: 15px;
	}
	.section3 .jl_px h3 {
		font-size: 20px;
		line-height: 32px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.section3 .jl_px ul li a {
		font-size: 14px;
		line-height: 36px;
	}
	.section3 .jl_px ul li a:after {
		top: 15px;
	}
}

@media only screen and (max-width:992px) {
	.section3 .jl_xw p {
		height: 44px;
		line-clamp: 2;
		-webkit-line-clamp: 2;
		-moz-line-clamp: 2;
		-ms-line-clamp: 2;
		-o-line-clamp: 2;
	}
}

@media only screen and (max-width:640px) {
	.section3 {
		padding-top: 60px;
	}
	.section3 .sy_xw {
		display: none;
	}
	.section3 .yg_fc {
		display: none;
	}
	.section3 .jl_xw {
		width: 100%;
		padding: 15px;
		background-color: rgba(0, 0, 0, .1);
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
	}
	.section3 .jl_xw h3 {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 10px;
	}
	.section3 .jl_xw h3 a {
		font-size: 13px;
	}
	.section3 .jl_xw h4 {
		font-size: 15px;
		line-height: 24px;
		margin-bottom: 6px;
	}
	.section3 .jl_xw p {
		font-size: 12px;
		height: 22px;
		margin-bottom: 6px;
		line-clamp: 1;
		-webkit-line-clamp: 1;
		-moz-line-clamp: 1;
		-ms-line-clamp: 1;
		-o-line-clamp: 1;
	}
	.section3 .jl_xw ul li {
		margin-top: 8px;
	}
	.section3 .jl_xw ul li:last-child {
		display: none;
	}
	.section3 .jl_xw a.m_r {
		color: #ddd;
		display: inline-block;
		position: relative;
	}
	.section3 .jl_xw a.m_r:after {
		width: 0;
		height: 1px;
		background-color: #8fc320;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		transition: all .3s;
		-o-transition: all .3s;
		-ms-transition: all .3s;
		-moz-transition: all .3s;
		-webkit-transition: all .3s;
	}
	.section3 .jl_xw a.m_r:hover {
		color: #8fc320;
	}
	.section3 .jl_xw a.m_r:hover:after {
		width: 100%;
	}
	.section3 .jl_px {
		width: 100%;
		padding: 15px;
		background-color: rgba(0, 0, 0, .1);
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
	}
	.section3 .jl_px h3 {
		font-size: 18px;
		line-height: 26px;
		padding-bottom: 15px;
		margin-bottom: 10px;
		border-bottom: 1px solid #aaa;
	}
	.section3 .jl_px h3 a {
		font-size: 13px;
	}
	.section3 .jl_px ul li:nth-last-child(2) {
		display: none;
	}
	.section3 .jl_px ul li:last-child {
		display: none;
	}
	.section3 .jl_px ul li a {
		padding-left: 10px;
		font-size: 13px;
		line-height: 26px;
	}
	.section3 .jl_px ul li a:after {
		width: 4px;
		height: 4px;
		top: 11px;
	}
}

.active .section3 .sy_bt {
	animation: fadeInLeft 1s .5s forwards;
}

.active .section3 .yg_fc {
	animation: fadeInRight 1s 1s forwards;
}

.active .section3 .jl_xw {
	animation: fadeInDown 1s 1.5s forwards;
}

.active .section3 .jl_px {
	animation: fadeInUp 1s 2s forwards;
}

.section4 .sy_bt {
	position: relative;
	opacity: 0;
	margin-bottom: 50px;
}

.section4 .sy_bt h1 {
	font-size: 46px;
	line-height: 60px;
	color: #8fc320;
	text-transform: uppercase;
}

.section4 .sy_bt h2 {
	font-size: 36px;
	line-height: 46px;
	color: #fff;
	position: relative;
	z-index: 1;
}

.section4 .sy_bt em {
	width: 150px;
	height: 10px;
	background-color: rgba(143, 195, 32, .6);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -75px;
	display: block;
}

.section4 .lx_wm {
	width: 70%;
	min-width: 1200px;
	margin: 0 auto;
	padding: 70px 50px;
	background-color: rgba(255, 255, 255, .1);
	opacity: 0;
}

.section4 .lx_wm ul li {
	width: 20%;
	float: left;
}

.section4 .lx_wm ul li.on {
	float: right;
}

.section4 .lx_wm img {
	width: 50px;
	height: 50px;
	display: block;
	margin: 20px auto 0;
}

.section4 .lx_wm img.e_m {
	width: 56%;
	height: auto;
	margin: 0 auto 5px;
}

.section4 .lx_wm h3 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 15px;
}

.section4 .lx_wm p {
	font-size: 14px;
	line-height: 32px;
}

.section4 .lx_wm b {
	font-size: 22px;
}

.section4 .lx_wm i {
	width: 50px;
	height: 2px;
	background-color: rgba(143, 195, 32, .6);
	display: block;
	margin: 0 auto 15px;
}

.section4 .lx_db {
	width: 100%;
	padding: 20px 5%;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	color: #555;
}

.section4 .lx_db .l_f {
	float: left;
}

.section4 .lx_db .r_t {
	float: right;
}

@media (min-width:1280px) {
	.section4 .sy_bt {
		margin-bottom: 30px;
	}
	.section4 .sy_bt h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.section4 .sy_bt h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.section4 .sy_bt em {
		width: 130px;
		height: 6px;
		margin-left: -65px;
	}
	.section4 .lx_wm {
		min-width: 1100px;
		padding: 50px 35px;
	}
	.section4 .lx_wm img {
		width: 40px;
		height: 40px;
		margin: 15px auto 0;
	}
	.section4 .lx_wm img.e_m {
		width: 52%;
	}
	.section4 .lx_wm h3 {
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.section4 .lx_wm p {
		font-size: 12px;
		line-height: 26px;
	}
	.section4 .lx_wm b {
		font-size: 20px;
	}
	.section4 .lx_wm i {
		width: 40px;
	}
	.section4 .lx_db {
		padding: 15px 3%;
		font-size: 13px;
	}
}

@media (min-width:1440px) {
	.section4 .sy_bt {
		margin-bottom: 50px;
	}
	.section4 .sy_bt h1 {
		font-size: 46px;
		line-height: 60px;
	}
	.section4 .sy_bt h2 {
		font-size: 36px;
		line-height: 46px;
	}
	.section4 .sy_bt em {
		width: 150px;
		height: 10px;
		margin-left: -75px;
	}
	.section4 .lx_wm {
		min-width: 1200px;
		padding: 70px 50px;
	}
	.section4 .lx_wm img {
		width: 50px;
		height: 50px;
		margin: 20px auto 0;
	}
	.section4 .lx_wm img.e_m {
		width: 56%;
	}
	.section4 .lx_wm h3 {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.section4 .lx_wm p {
		font-size: 14px;
		line-height: 32px;
	}
	.section4 .lx_wm b {
		font-size: 22px;
	}
	.section4 .lx_wm i {
		width: 50px;
	}
	.section4 .lx_db {
		padding: 20px 5%;
		font-size: 14px;
	}
}

@media only screen and (max-width:1024px) {
	.section4 .sy_bt {
		margin-bottom: 30px;
	}
	.section4 .sy_bt h1 {
		font-size: 36px;
		line-height: 40px;
	}
	.section4 .sy_bt h2 {
		font-size: 26px;
		line-height: 36px;
	}
	.section4 .sy_bt em {
		width: 130px;
		height: 6px;
		margin-left: -65px;
	}
	.section4 .lx_wm {
		min-width: 960px;
		padding: 35px 25px;
	}
	.section4 .lx_wm img {
		width: 40px;
		height: 40px;
		margin: 15px auto 0;
	}
	.section4 .lx_wm img.e_m {
		width: 52%;
	}
	.section4 .lx_wm h3 {
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.section4 .lx_wm p {
		font-size: 12px;
		line-height: 26px;
	}
	.section4 .lx_wm b {
		font-size: 20px;
	}
	.section4 .lx_wm i {
		width: 40px;
	}
	.section4 .lx_db {
		padding: 15px 3%;
		font-size: 13px;
	}
}

@media only screen and (max-width:992px) {
	.section4 .lx_wm {
		width: 90%;
		min-width: inherit;
		padding: 25px 10px;
	}
	.section4 .lx_wm ul li {
		width: 25%;
		float: left;
	}
	.section4 .lx_wm ul li.oz {
		width: 100%;
	}
	.section4 .lx_wm img {
		width: 40px;
		height: 40px;
		margin: 15px auto 0;
	}
	.section4 .lx_wm img.e_m {
		width: 150px;
	}
	.section4 .lx_wm h3 {
		font-size: 15px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.section4 .lx_wm p {
		font-size: 12px;
		line-height: 26px;
	}
	.section4 .lx_wm b {
		font-size: 20px;
	}
	.section4 .lx_wm i {
		width: 40px;
	}
	.section4 .lx_db {
		padding: 15px 3%;
		font-size: 13px;
	}
}

@media only screen and (max-width:640px) {
	.section4 .sy_bt {
		margin-bottom: 25px;
	}
	.section4 .sy_bt h1 {
		font-size: 30px;
		line-height: 36px;
	}
	.section4 .sy_bt h2 {
		font-size: 22px;
		line-height: 30px;
	}
	.section4 .sy_bt em {
		width: 120px;
		height: 4px;
		bottom: 6px;
		margin-left: -60px;
	}
	.section4 .lx_wm {
		padding: 5px 10px 10px;
	}
	.section4 .lx_wm ul li {
		width: 50%;
	}
	.section4 .lx_wm ul li.oz {
		width: 100%;
	}
	.section4 .lx_wm img {
		margin: 10px auto 0;
	}
	.section4 .lx_wm img.e_m {
		width: 120px;
		margin-top: 10px;
	}
	.section4 .lx_wm i {
		margin: 0 auto 6px;
	}
	.section4 .lx_db {
		padding: 10px 3%;
		font-size: 12px;
		text-align: center;
		line-height: 24px;
	}
	.section4 .lx_db .l_f {
		float: none;
	}
	.section4 .lx_db .r_t {
		float: none;
	}
}

.active .section4 .sy_bt {
	animation: fadeInDown 1s .5s forwards;
}

.active .section4 .lx_wm {
	animation: fadeInUp 1s 1s forwards;
}

.section5 .sy_bt {
	text-align: left;
	padding: 20px 0 20px 60px;
	position: relative;
	margin-left: 10%;
	background-color: #000;
	z-index: 2;
	opacity: 0;
}

.section5 .sy_bt h1 {
	font-size: 28px;
	line-height: 40px;
	color: #8fc320;
}

.section5 .sy_bt h4 {
	font-size: 22px;
	line-height: 30px;
	color: #fff;
	text-transform: uppercase;
}

.section5 .sy_bt em {
	font-size: 80px;
	color: #8fc320;
	line-height: 70px;
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
}

.section5 .sy_ry {
	width: 20%;
	height: 100%;
	background-color: #000;
	padding: 20% 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}

.section5 .sy_ry .kuang {
	width: 100%;
	height: 50%;
	border: 10px solid #fff;
	border-right: 10px solid #8fc320;
	border-bottom: 10px solid #8fc320;
	position: absolute;
	left: 15%;
	top: 25%;
	z-index: 1;
	opacity: 0.5;
}

.section5 .more {
	width: 150px;
	height: 46px;
	position: absolute;
	top: 65%;
	left: 50%;
	z-index: 999;
	opacity: 0;
}

.section5 .more:before {
	width: 20%;
	height: 40%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.section5 .more:hover:before {
	width: 100%;
	height: 100%;
	border-top: 1px solid #8fc320;
	border-left: 1px solid #8fc320;
}

.section5 .more:after {
	width: 20%;
	height: 40%;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.section5 .more:hover:after {
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #8fc320;
	border-right: 1px solid #8fc320;
}

.section5 .more a {
	display: block;
	border: 1px solid transparent;
	font-size: 16px;
	line-height: 44px;
	color: #ddd;
	position: relative;
	z-index: 1;
	transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.section5 .more:hover a {
	color: #8fc320;
	border: 1px solid rgba(255, 255, 255, .0);
}

.section5 .ry_zs {
	width: 66%;
	position: absolute;
	top: 55%;
	right: 7%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.section5 .ry_zs .ry_nr {
	padding: 20px 20px 0;
	background-color: rgba(0, 0, 0, .2);
	opacity: 0;
}

.section5 .ry_zs .ry_nr img {
	width: 100%;
	height: auto;
	display: block;
}

.section5 .ry_zs .ry_nr ul {
	margin: 0 -10px;
}

.section5 .ry_zs .ry_nr ul li {
	width: 25%;
	padding: 0 10px;
	margin-bottom: 20px;
	float: left;
}

@media (min-width:1280px) {
	.section5 .sy_bt {
		padding: 10px 0 10px 60px;
	}
	.section5 .sy_bt h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.section5 .sy_bt h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.section5 .sy_bt em {
		font-size: 70px;
		line-height: 60px;
		top: 15px;
	}
	.section5 .sy_ry {
		padding: 15% 0;
	}
	.section5 .sy_ry .kuang {
		border: 6px solid #fff;
		border-right: 6px solid #8fc320;
		border-bottom: 6px solid #8fc320;
	}
	.section5 .more {
		width: 130px;
		height: 40px;
		top: 65%;
		left: 40%;
	}
}

@media (min-width:1440px) {
	.section5 .sy_bt {
		padding: 20px 0 20px 60px;
	}
	.section5 .sy_bt h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.section5 .sy_bt h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.section5 .sy_bt em {
		font-size: 80px;
		line-height: 70px;
		top: 20px;
	}
	.section5 .sy_ry {
		padding: 20% 0;
	}
	.section5 .sy_ry .kuang {
		border: 10px solid #fff;
		border-right: 10px solid #8fc320;
		border-bottom: 10px solid #8fc320;
	}
	.section5 .more {
		width: 150px;
		height: 46px;
		top: 65%;
		left: 50%;
	}
}

@media only screen and (max-width:1024px) {
	.section5 .sy_bt {
		padding: 10px 0 10px 60px;
	}
	.section5 .sy_bt h1 {
		font-size: 26px;
		line-height: 32px;
	}
	.section5 .sy_bt h4 {
		font-size: 20px;
		line-height: 24px;
	}
	.section5 .sy_bt em {
		font-size: 70px;
		line-height: 60px;
		top: 15px;
	}
	.section5 .sy_ry {
		padding: 25% 0;
	}
	.section5 .sy_ry .kuang {
		border: 6px solid #fff;
		border-right: 6px solid #8fc320;
		border-bottom: 6px solid #8fc320;
	}
	.section5 .more {
		width: 130px;
		height: 40px;
		top: 65%;
		left: 40%;
	}
}

@media only screen and (max-width:992px) {
	.section5 {
		padding-top: 60px;
	}
	.section5 .sy_bt {
		padding: 20px;
		text-align: center;
		margin: 0;
		background-color: rgba(0, 0, 0, .2);
	}
	.section5 .sy_bt h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.section5 .sy_bt h4 {
		font-size: 22px;
		line-height: 30px;
		display: inline-block;
	}
	.section5 .sy_bt em {
		font-size: 22px;
		line-height: 30px;
		color: #fff;
		display: inline-block;
		position: relative;
		top: auto;
		left: auto;
		margin-right: -4px;
	}
	.section5 .sy_ry {
		width: 90%;
		height: auto;
		margin: 0 auto;
		background: none;
		padding: 0 0 60px;
		position: relative;
		top: auto;
		left: auto;
		opacity: 1;
	}
	.section5 .sy_ry .kuang {
		display: none;
	}
	.section5 .more {
		position: relative;
		margin: 20px auto 0;
		top: auto;
		left: auto;
		width: 130px;
		height: 40px;
	}
	.section5 .more a {
		font-size: 15px;
		line-height: 38px;
	}
	.section5 .ry_zs {
		width: 90%;
		position: relative;
		top: auto;
		right: auto;
		margin: 30px auto 0;
	}
}

@media only screen and (max-width:640px) {
	.section5 .sy_bt {
		padding: 15px;
	}
	.section5 .sy_bt h1 {
		font-size: 22px;
		line-height: 36px;
	}
	.section5 .sy_bt h4 {
		font-size: 18px;
		line-height: 26px;
	}
	.section5 .sy_bt em {
		font-size: 18px;
		line-height: 26px;
		margin-right: -3px;
	}
	.section5 .more {
		width: 120px;
		height: 38px;
	}
	.section5 .more a {
		font-size: 14px;
		line-height: 36px;
	}
	.section5 .ry_zs {
		width: 100%;
		padding: 0 15px;
	}
	.section5 .ry_zs .ry_nr {
		padding: 10px 10px 0;
	}
	.section5 .ry_zs .ry_nr ul {
		margin: 0 -5px;
	}
	.section5 .ry_zs .ry_nr ul li {
		padding: 0 5px;
		margin-bottom: 10px;
	}
}

.active .section5 .sy_bt {
	animation: fadeInLeft 1s .5s forwards;
}

.active .section5 .more {
	animation: fadeInUp 1s 1s forwards;
}

.active .section5 .ry_nr {
	animation: fadeInUp 1s 1.5s forwards;
}

.ny_nr {
	width: 100%;
	height: 100vh;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.ny_nr .ny_lm {
	width: 20%;
	height: 100%;
	background-color: #000;
	padding: 10% 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .7;
}

.ny_nr .ny_lm .kuang {
	width: 100%;
	height: 60%;
	border: 10px solid #fff;
	border-right: 10px solid #8fc320;
	border-bottom: 10px solid #8fc320;
	position: absolute;
	left: 15%;
	top: 15%;
	z-index: 1;
	opacity: 0.5;
}

.ny_nr .ny_bt {
	text-align: left;
	padding: 20px 0 20px 60px;
	position: relative;
	margin-left: 10%;
	background-color: #000;
	z-index: 2;
}

.ny_nr .ny_bt h1 {
	font-size: 28px;
	line-height: 40px;
	color: #8fc320;
}

.ny_nr .ny_bt h4 {
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
	color: #fff;
}

.ny_nr .ny_bt h4 i {
	display: none;
}

.ny_nr .ny_bt em {
	width: 60px;
	font-size: 80px;
	color: #8fc320;
	text-align: center;
	line-height: 70px;
	position: absolute;
	top: 20px;
	left: 0;
	display: block;
}

.ny_nr .ny_ej {
	width: 85%;
	margin-left: 15%;
	position: relative;
	z-index: 9;
}

.ny_nr .ny_ej ul li {
	margin-bottom: 2px;
}

.ny_nr .ny_ej ul li a {
	font-size: 16px;
	line-height: 60px;
	text-indent: 30px;
	color: #fff;
	display: block;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_nr .ny_ej ul li a:hover {
	background-color: rgba(143, 195, 32, .5);
	border-left: 10px solid rgba(255, 255, 255, .5);
}

.ny_nr .ny_ej ul li a.on {
	background-color: rgba(143, 195, 32, .5);
	border-left: 10px solid rgba(255, 255, 255, .5);
}

.ny_nr .ny_tp {
	width: 15%;
	padding: 10px;
	background-color: rgba(255, 255, 255, .1);
	position: absolute;
	bottom: 15%;
	left: 10%;
}

.ny_nr .ny_tp img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .9
}

.ny_nr .ny_wz {
	display: none;
}

.ny_nr .ny_qy {
	width: 70%;
	height: calc(100% - 260px);
	position: absolute;
	top: 140px;
	right: 0;
	padding: 50px;
	background-color: rgba(0, 0, 0, .2);
	overflow: auto;
}

.ny_nr .gy_wz {
	font-size: 15px;
	line-height: 30px;
}

.ny_nr .gy_wz .em {
	padding: 10px 20px;
	background-color: rgba(13, 110, 57, .8);
	font-size: 18px;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 10px;
}

.ny_nr .gy_wz img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_nr .cg_al .n_r {
	border: 1px solid #e7e7e7;
	overflow: hidden;
	padding: 15px 15px 25px;
	margin-bottom: 30px;
}

.ny_nr .cg_al .t_p {
	overflow: hidden;
}

.ny_nr .cg_al .t_p img {
	width: 100%;
	height: auto;
	display: block;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
}

.ny_nr .cg_al .n_r:hover .t_p img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.ny_nr .cg_al .w_z {
	margin-top: 15px;
	text-align: center;
}

.ny_nr .cg_al .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_nr .cg_al .w_z h3 a {
	color: #fff;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_nr .cg_al .n_r:hover .w_z h3 a {
	color: #8fc320;
}

.ny_nr .cg_al .w_z p {
	font-size: 13px;
	line-height: 26px;
	color: #ddd;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_nr .cg_al .w_z a.m_r {
	width: 120px;
	height: 32px;
	border: 1px solid #ddd;
	font-size: 15px;
	color: #ddd;
	line-height: 30px;
	text-align: center;
	display: block;
	margin: 15px auto 0;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_nr .cg_al .w_z a.m_r:hover {
	color: #fff;
	border: 1px solid #8fc320;
	background-color: #8fc320;
}

.ny_nr .xw_lb ul li {
	border-bottom: 1px dotted #ddd;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.ny_nr .xw_lb .t_p img {
	width: 100%;
	height: auto;
	display: block;
}

.ny_nr .xw_lb .w_z h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ny_nr .xw_lb .w_z h3 a {
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_nr .xw_lb .w_z h3 a {
	color: #fff;
}

.ny_nr .xw_lb ul li:hover .w_z h3 a {
	color: #8fc320;
}

.ny_nr .xw_lb .w_z span {
	font-size: 13px;
	color: #ddd;
	display: block;
	letter-spacing: 1px;
}

.ny_nr .xw_lb .w_z i {
	color: #ddd;
	padding-right: 5px;
}

.ny_nr .xw_lb .w_z p {
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 1px;
	color: #ddd;
	height: 48px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-ms-line-clamp: 2;
	-o-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ny_nr .xw_lb .w_z a.x_q {
	width: 120px;
	height: 32px;
	border: 1px solid #8fc320;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	color: #8fc320;
	display: block;
	margin-top: 20px;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_nr .xw_lb .w_z a.x_q:hover {
	background-color: #8fc320;
	color: #fff;
}

.ny_nr .lx_wm {
	border: 1px solid #ddd;
}

.ny_nr .lx_wm .n_r {
	padding: 30px;
}

.ny_nr .lx_wm .n_r h3 {
	font-size: 20px;
	line-height: 32px;
	color: #8fc320;
}

.ny_nr .lx_wm .n_r h4 {
	font-size: 14px;
	line-height: 24px;
	color: #ddd;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.ny_nr .lx_wm .w_z {
	font-size: 15px;
	line-height: 36px;
}

.ny_nr .lx_wm .l_y input {
	width: 100%;
	height: 47px;
	font-size: 14px;
	line-height: 46px;
	border-bottom: 1px solid #ddd;
	display: block;
}

.ny_nr .lx_wm .l_y input::placeholder {
	color: #aaa;
}

.ny_nr .lx_wm .l_y textarea {
	width: 100%;
	height: 98px;
	padding: 10px 0;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
	display: block;
	resize: none;
}

.ny_nr .lx_wm .l_y textarea::placeholder {
	color: #aaa;
}

.ny_nr .lx_wm .l_y button {
	width: 120px;
	height: 36px;
	background-color: #8fc320;
	margin-top: 20px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	float: left;
}

.ny_nr .lx_wm .l_y button.c_z {
	background-color: #777;
}

.ny_nr .yema {
	margin-top: 30px;
	text-align: center;
}

.ny_nr .yema ul li {
	margin: 0 5px;
	display: inline-block;
}

.ny_nr .yema ul li a {
	display: block;
	border: 1px solid #ddd;
	padding: 0 12px;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	color: #ddd;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}

.ny_nr .yema ul li a:hover {
	background-color: #8fc320;
	border: 1px solid #8fc320;
	color: #fff;
}

.ny_nr .yema ul li a.on {
	background-color: #8fc320;
	border: 1px solid #8fc320;
	color: #fff;
}

@media (min-width:1280px) {
	.ny_nr .ny_lm .kuang {
		height: 65%;
		border: 6px solid #fff;
		border-right: 6px solid #8fc320;
		border-bottom: 6px solid #8fc320;
		top: 17%;
	}
	.ny_nr .ny_bt {
		padding: 10px 0 10px 60px;
	}
	.ny_nr .ny_bt h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.ny_nr .ny_bt h4 {
		font-size: 18px;
		line-height: 26px;
	}
	.ny_nr .ny_bt em {
		font-size: 60px;
		line-height: 58px;
		top: 10px;
	}
	.ny_nr .ny_ej ul li a {
		font-size: 15px;
		line-height: 50px;
		text-indent: 20px;
	}
	.ny_nr .ny_ej ul li a:hover {
		border-left: 5px solid rgba(255, 255, 255, .5);
	}
	.ny_nr .ny_ej ul li a.on {
		border-left: 5px solid rgba(255, 255, 255, .5);
	}
	.ny_nr .ny_qy {
		height: calc(100% - 180px);
		top: 100px;
		padding: 35px;
	}
	.ny_nr .gy_wz {
		font-size: 14px;
		line-height: 26px;
	}
	.ny_nr .gy_wz .em {
		padding: 5px 15px;
		font-size: 16px;
		margin-bottom: 6px;
	}
	.ny_nr .cg_al ul {
		margin: 0 -10px;
	}
	.ny_nr .cg_al ul li {
		padding: 0 10px;
	}
	.ny_nr .cg_al .n_r {
		padding: 10px 10px 15px;
		margin-bottom: 20px;
	}
	.ny_nr .cg_al .w_z {
		margin-top: 10px;
	}
	.ny_nr .cg_al .w_z h3 {
		font-size: 16px;
		line-height: 32px;
	}
	.ny_nr .cg_al .w_z p {
		font-size: 12px;
		line-height: 22px;
	}
	.ny_nr .cg_al .w_z a.m_r {
		width: 100px;
		height: 28px;
		font-size: 14px;
		line-height: 26px;
		margin: 10px auto 0;
	}
	.ny_nr .xw_lb ul li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.ny_nr .xw_lb .w_z h3 {
		font-size: 16px;
		line-height: 26px;
	}
	.ny_nr .xw_lb .w_z span {
		font-size: 12px;
	}
	.ny_nr .xw_lb .w_z p {
		font-size: 13px;
		line-height: 22px;
		height: 44px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.ny_nr .xw_lb .w_z a.x_q {
		width: 100px;
		height: 28px;
		font-size: 13px;
		line-height: 26px;
		margin-top: 10px;
	}
	.ny_nr .lx_wm .n_r {
		padding: 20px;
	}
	.ny_nr .lx_wm .n_r h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.ny_nr .lx_wm .n_r h4 {
		margin-bottom: 15px;
	}
	.ny_nr .lx_wm .w_z {
		font-size: 14px;
		line-height: 32px;
	}
	.ny_nr .lx_wm .l_y input {
		height: 41px;
		line-height: 40px;
	}
	.ny_nr .lx_wm .l_y textarea {
		height: 92px;
		padding: 7px 0;
	}
	.ny_nr .lx_wm .l_y button {
		height: 32px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 30px;
	}
	.ny_nr .yema {
		margin-top: 20px;
	}
	.ny_nr .yema ul li a {
		padding: 0 10px;
		font-size: 13px;
		line-height: 28px;
	}
}

@media (min-width:1440px) {
	.ny_nr .ny_lm .kuang {
		height: 60%;
		border: 10px solid #fff;
		border-right: 10px solid #8fc320;
		border-bottom: 10px solid #8fc320;
		top: 15%;
	}
	.ny_nr .ny_bt {
		padding: 20px 0 20px 60px;
		margin-left: 10%;
	}
	.ny_nr .ny_bt h1 {
		font-size: 28px;
		line-height: 40px;
	}
	.ny_nr .ny_bt h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.ny_nr .ny_bt em {
		font-size: 80px;
		line-height: 70px;
		top: 20px;
	}
	.ny_nr .ny_ej ul li a {
		font-size: 16px;
		line-height: 60px;
		text-indent: 30px;
	}
	.ny_nr .ny_ej ul li a:hover {
		border-left: 10px solid rgba(255, 255, 255, .5);
	}
	.ny_nr .ny_ej ul li a.on {
		border-left: 10px solid rgba(255, 255, 255, .5);
	}
	.ny_nr .ny_qy {
		height: calc(100% - 260px);
		top: 140px;
		padding: 50px;
	}
	.ny_nr .gy_wz {
		font-size: 15px;
		line-height: 30px;
	}
	.ny_nr .gy_wz span {
		padding: 10px 20px;
		font-size: 18px;
		margin-bottom: 10px;
	}
	.ny_nr .cg_al ul {
		margin: 0 -15px;
	}
	.ny_nr .cg_al ul li {
		padding: 0 15px;
	}
	.ny_nr .cg_al .n_r {
		padding: 15px 15px 25px;
		margin-bottom: 30px;
	}
	.ny_nr .cg_al .w_z {
		margin-top: 15px;
	}
	.ny_nr .cg_al .w_z h3 {
		font-size: 18px;
		line-height: 36px;
	}
	.ny_nr .cg_al .w_z p {
		font-size: 13px;
		line-height: 26px;
	}
	.ny_nr .cg_al .w_z a.m_r {
		width: 120px;
		height: 32px;
		font-size: 15px;
		line-height: 30px;
		margin: 15px auto 0;
	}
	.ny_nr .xw_lb ul li {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.ny_nr .xw_lb .w_z h3 {
		font-size: 18px;
		line-height: 30px;
	}
	.ny_nr .xw_lb .w_z span {
		font-size: 13px;
	}
	.ny_nr .xw_lb .w_z p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.ny_nr .xw_lb .w_z a.x_q {
		width: 120px;
		height: 32px;
		font-size: 14px;
		line-height: 30px;
		margin-top: 20px;
	}
	.ny_nr .lx_wm .n_r {
		padding: 30px;
	}
	.ny_nr .lx_wm .n_r h3 {
		font-size: 20px;
		line-height: 32px;
	}
	.ny_nr .lx_wm .n_r h4 {
		margin-bottom: 20px;
	}
	.ny_nr .lx_wm .w_z {
		font-size: 15px;
		line-height: 36px;
	}
	.ny_nr .lx_wm .l_y input {
		height: 47px;
		font-size: 14px;
		line-height: 46px;
	}
	.ny_nr .lx_wm .l_y textarea {
		height: 98px;
		padding: 10px 0;
		font-size: 14px;
		line-height: 26px;
	}
	.ny_nr .lx_wm .l_y button {
		height: 36px;
		margin-top: 20px;
		font-size: 15px;
		line-height: 36px;
	}
	.ny_nr .yema {
		margin-top: 30px;
	}
	.ny_nr .yema ul li a {
		padding: 0 12px;
		font-size: 14px;
		line-height: 30px;
	}
}

@media only screen and (max-width:1024px) {
	.ny_nr .ny_lm .kuang {
		height: 65%;
		border: 6px solid #fff;
		border-right: 6px solid #8fc320;
		border-bottom: 6px solid #8fc320;
		top: 17%;
	}
	.ny_nr .ny_bt {
		padding: 10px 0 10px 60px;
	}
	.ny_nr .ny_bt h1 {
		font-size: 22px;
		line-height: 32px;
	}
	.ny_nr .ny_bt h4 {
		font-size: 18px;
		line-height: 26px;
	}
	.ny_nr .ny_bt em {
		font-size: 60px;
		line-height: 58px;
		top: 10px;
	}
	.ny_nr .ny_ej ul li a {
		font-size: 15px;
		line-height: 50px;
		text-indent: 20px;
	}
	.ny_nr .ny_ej ul li a:hover {
		border-left: 5px solid rgba(255, 255, 255, .5);
	}
	.ny_nr .ny_ej ul li a.on {
		border-left: 5px solid rgba(255, 255, 255, .5);
	}
	.ny_nr .ny_qy {
		width: 73%;
		height: calc(100% - 180px);
		top: 100px;
		padding: 30px 20px;
	}
	.ny_nr .gy_wz {
		font-size: 14px;
		line-height: 26px;
	}
	.ny_nr .gy_wz .em {
		padding: 5px 15px;
		font-size: 16px;
		margin-bottom: 6px;
	}
	.ny_nr .cg_al ul {
		margin: 0 -10px;
	}
	.ny_nr .cg_al ul li {
		padding: 0 10px;
	}
	.ny_nr .cg_al .n_r {
		padding: 10px 10px 15px;
		margin-bottom: 20px;
	}
	.ny_nr .cg_al .w_z {
		margin-top: 10px;
	}
	.ny_nr .cg_al .w_z h3 {
		font-size: 16px;
		line-height: 32px;
	}
	.ny_nr .cg_al .w_z p {
		font-size: 12px;
		line-height: 22px;
	}
	.ny_nr .cg_al .w_z a.m_r {
		width: 100px;
		height: 28px;
		font-size: 14px;
		line-height: 26px;
		margin: 10px auto 0;
	}
	.ny_nr .xw_lb ul li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.ny_nr .xw_lb .w_z h3 {
		font-size: 16px;
		line-height: 26px;
	}
	.ny_nr .xw_lb .w_z span {
		font-size: 12px;
	}
	.ny_nr .xw_lb .w_z p {
		font-size: 13px;
		line-height: 22px;
		height: 44px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.ny_nr .xw_lb .w_z a.x_q {
		width: 100px;
		height: 28px;
		font-size: 13px;
		line-height: 26px;
		margin-top: 10px;
	}
	.ny_nr .lx_wm .n_r {
		padding: 20px;
	}
	.ny_nr .lx_wm .n_r h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.ny_nr .lx_wm .n_r h4 {
		margin-bottom: 15px;
	}
	.ny_nr .lx_wm .w_z {
		font-size: 14px;
		line-height: 32px;
	}
	.ny_nr .lx_wm .l_y input {
		height: 41px;
		line-height: 40px;
	}
	.ny_nr .lx_wm .l_y textarea {
		height: 92px;
		padding: 7px 0;
	}
	.ny_nr .lx_wm .l_y button {
		height: 32px;
		margin-top: 15px;
		font-size: 14px;
		line-height: 30px;
	}
	.ny_nr .yema {
		margin-top: 20px;
	}
	.ny_nr .yema ul li a {
		padding: 0 10px;
		font-size: 13px;
		line-height: 28px;
	}
}

@media only screen and (max-width:992px) {
	.ny_nr .ny_lm {
		width: 24%;
		padding: 18% 0;
	}
	.ny_nr .ny_lm .kuang {
		border: 6px solid #fff;
		border-right: 6px solid #8fc320;
		border-bottom: 6px solid #8fc320;
	}
	.ny_nr .ny_bt {
		padding: 15px 0 15px 16px;
		position: relative;
		margin-left: 10%;
		background-color: #000;
		z-index: 2;
	}
	.ny_nr .ny_bt h1 {
		font-size: 22px;
		line-height: 36px;
		color: #8fc320;
	}
	.ny_nr .ny_bt h4 {
		font-size: 16px;
		line-height: 22px;
		display: inline-block;
	}
	.ny_nr .ny_bt h4 i {
		display: inline-block;
	}
	.ny_nr .ny_bt em {
		display: none;
	}
	.ny_nr .ny_ej ul li a {
		font-size: 14px;
		line-height: 40px;
		text-indent: 20px;
	}
	.ny_nr .ny_ej ul li a:hover {
		border-left: 6px solid rgba(255, 255, 255, .5);
	}
	.ny_nr .ny_ej ul li a.on {
		border-left: 6px solid rgba(255, 255, 255, .5);
	}
}

@media only screen and (max-width:640px) {
	.ny_nr {
		width: 100%;
		height: 100vh;
		padding: 150px 0 0;
		background-color: rgba(0, 0, 0, .2);
	}
	.ny_nr .ny_lm {
		display: none;
	}
	.ny_nr .ny_tp {
		display: none;
	}
	.ny_nr .ny_wz {
		display: block;
		width: 90%;
		position: absolute;
		top: 90px;
		left: 5%;
		text-align: center;
	}
	.ny_nr .ny_wz h3 {
		font-size: 22px;
		color: #8fc320;
		margin-bottom: 15px;
	}
	.ny_nr .ny_wz em {
		width: 50px;
		height: 2px;
		background-color: #8fc320;
		margin: 0 auto;
		display: block;
	}
	.ny_nr .ny_qy {
		width: 100%;
		height: calc(100% - 230px);
		top: auto;
		bottom: 70px;
		padding: 0 15px 30px;
		background: none;
	}
	.ny_nr .gy_wz {
		font-size: 13px;
		line-height: 24px;
	}
	.ny_nr .gy_wz .em {
		padding: 5px 15px;
		font-size: 15px;
		margin-bottom: 6px;
	}
	.ny_nr .cg_al .n_r {
		border: 0;
		background-color: rgba(0, 0, 0, .3);
		padding: 0;
		margin-bottom: 20px;
	}
	.ny_nr .cg_al .w_z {
		margin-top: 0;
		padding: 10px 10px 15px;
	}
	.ny_nr .cg_al .w_z h3 {
		font-size: 17px;
		line-height: 30px;
	}
	.ny_nr .cg_al .w_z a.m_r {
		width: 100px;
		height: 28px;
		font-size: 13px;
		line-height: 26px;
		margin: 10px auto 0;
	}
	.ny_nr .xw_lb ul li {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.ny_nr .xw_lb .w_z h3 {
		font-size: 17px;
		line-height: 28px;
		margin-top: 10px;
	}
	.ny_nr .xw_lb .w_z p {
		font-size: 13px;
		line-height: 22px;
		height: 44px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.ny_nr .xw_lb .w_z a.x_q {
		width: 100px;
		height: 28px;
		font-size: 13px;
		line-height: 26px;
		margin-top: 10px;
	}
	.ny_nr .lx_wm {
		border: 1px solid #ddd;
	}
	.ny_nr .lx_wm .n_r {
		padding: 15px;
	}
	.ny_nr .lx_wm .n_r h3 {
		font-size: 16px;
		line-height: 26px;
	}
	.ny_nr .lx_wm .n_r h4 {
		margin-bottom: 15px;
	}
	.ny_nr .lx_wm .w_z {
		font-size: 13px;
		line-height: 26px;
	}
	.ny_nr .lx_wm .l_y input {
		font-size: 13px;
	}
	.ny_nr .lx_wm .l_y textarea {
		font-size: 13px;
	}
	.ny_nr .lx_wm .l_y button {
		width: 100px;
		height: 32px;
		margin-top: 15px;
		margin-right: 10px;
		font-size: 14px;
		line-height: 32px;
	}
	.ny_nr .yema {
		margin-top: 20px;
	}
	.ny_nr .yema ul li {
		margin: 0 2px;
	}
	.ny_nr .yema ul li a {
		padding: 0 10px;
		font-size: 12px;
		line-height: 26px;
	}
}

.zp_nr .ts {
	font-size: 15px;
	line-height: 26px;
	color: #ddd;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.zp_nr .ts a {
	color: #8fc320;
}

.zp_nr .jr_lm {
	border: 1px solid rgba(255, 255, 255, .5);
	overflow: hidden;
	margin-bottom: 10px;
}

.zp_nr .jr_lm.jt {
	border: 1px solid #8fc320;
}

.zp_nr .jr_bt {
	padding: 10px 20px;
	height: 60px;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.zp_nr .jr_bt.on {
	background-color: rgba(0, 0, 0, .3);
	color: #8fc320;
}

.zp_nr .jr_bt i {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.zp_nr .jr_bt.on i {
	transform: translate(0, -50%) rotate(180deg);
	-webkit-transform: translate(0, -50%) rotate(180deg);
	-moz-transform: translate(0, -50%) rotate(180deg);
	-ms-transform: translate(0, -50%) rotate(180deg);
	-o-transform: translate(0, -50%) rotate(180deg);
}

.zp_nr .jr_lm.jt .jr_bt {
	background-color: #8fc320;
	color: #fff;
	padding: 0 20px;
	line-height: 60px;
}

.zp_nr .jr_bt span {
	float: left;
	width: 33.333333%;
	text-align: center;
}

.zp_nr .jr_bt span.s_40 {
	text-align: left;
}

.zp_nr .jr_nr {
	padding: 30px 25px 10px;
	border-top: 1px solid rgba(255, 255, 255, .5);
	font-size: 14px;
	line-height: 32px;
	margin-bottom: 3px;
	display: none;
	position: relative;
}

.zp_nr .jr_nr .lm {
	color: #8fc320;
}

.zp_nr .jr_nr .js {
	margin-bottom: 20px;
}

.zp_nr .jr_nr a.wy_yp {
	width: 110px;
	height: 38px;
	position: absolute;
	top: 30px;
	right: 35px;
	border: 1px solid #fff;
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	display: block;
}

.zp_nr .jr_nr a.wy_yp i {
	padding-left: 5px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}

.zp_nr .jr_nr a.wy_yp:hover i {
	padding-left: 15px;
}

@media (min-width:1280px) {
	.zp_nr .ts {
		font-size: 14px;
		line-height: 24px;
	}
	.zp_nr .jr_bt {
		padding: 10px 15px;
		height: 50px;
		line-height: 30px;
	}
	.zp_nr .jr_bt i {
		font-size: 14px;
	}
	.zp_nr .jr_lm.jt .jr_bt {
		line-height: 50px;
	}
	.zp_nr .jr_nr {
		padding: 20px 15px 10px;
		font-size: 13px;
		line-height: 26px;
	}
	.zp_nr .jr_nr a.wy_yp {
		width: 100px;
		height: 34px;
		top: 20px;
		right: 25px;
		font-size: 13px;
		line-height: 32px;
	}
	.zp_nr .jr_nr a.wy_yp:hover i {
		padding-left: 10px;
	}
}

@media (min-width:1440px) {
	.zp_nr .ts {
		font-size: 15px;
		line-height: 26px;
	}
	.zp_nr .jr_bt {
		padding: 10px 20px;
		height: 60px;
		line-height: 40px;
	}
	.zp_nr .jr_bt i {
		font-size: 15px;
	}
	.zp_nr .jr_lm.jt .jr_bt {
		line-height: 60px;
	}
	.zp_nr .jr_nr {
		padding: 30px 25px 10px;
		font-size: 14px;
		line-height: 32px;
	}
	.zp_nr .jr_nr a.wy_yp {
		width: 110px;
		height: 38px;
		top: 30px;
		right: 35px;
		font-size: 14px;
		line-height: 36px;
	}
	.zp_nr .jr_nr a.wy_yp:hover i {
		padding-left: 10px;
	}
}

@media only screen and (max-width:992px) {
	.zp_nr .ts {
		font-size: 13px;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.zp_nr .jr_bt {
		padding: 5px 20px;
		height: 50px;
	}
	.zp_nr .jr_lm.jt .jr_bt {
		padding: 5px 20px;
		line-height: 40px;
	}
	.zp_nr .jr_nr {
		padding: 20px;
		font-size: 12px;
		line-height: 22px;
	}
	.zp_nr .jr_nr .lm {
		margin-bottom: 10px;
	}
	.zp_nr .jr_nr a.wy_yp {
		width: 100px;
		height: 30px;
		top: 10px;
		right: 25px;
		font-size: 14px;
		line-height: 30px;
	}
	.zp_nr .jr_nr a.wy_yp:hover i {
		padding-left: 10px;
	}
}

@media only screen and (max-width:640px) {
	.zp_nr .ts {
		font-size: 12px;
		line-height: 22px;
	}
	.zp_nr .jr_bt {
		padding: 5px 15px;
		font-size: 13px;
		height: 40px;
		line-height: 30px;
	}
	.zp_nr .jr_lm.jt .jr_bt {
		padding: 5px 15px;
		line-height: 30px;
	}
	.zp_nr .jr_nr {
		padding: 10px 15px;
		font-size: 12px;
		line-height: 22px;
	}
	.zp_nr .jr_nr .lm {
		margin-bottom: 10px;
	}
	.zp_nr .jr_nr a.wy_yp {
		width: 90px;
		height: 26px;
		position: relative;
		top: auto;
		right: auto;
		font-size: 13px;
		line-height: 26px;
		margin-left: 15px;
	}
}

.gs_wz {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

.footer {
	width: 100%;
	padding: 20px 5%;
	background-color: #2b2b2b;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	color: #aaa;
	position: fixed;
	bottom: 0;
	left: 0;
}

.footer .l_f {
	float: left;
}

.footer .r_t {
	float: right;
}

.footer a {
	color: #aaa;
}

.footer a:hover {
	color: #fff;
}

@media (min-width:1280px) {
	.footer {
		padding: 15px 3%;
		font-size: 13px;
	}
}

@media (min-width:1440px) {
	.footer {
		padding: 20px 5%;
		font-size: 14px;
	}
}

@media only screen and (max-width:992px) {
	.footer {
		padding: 20px 3%;
	}
}

@media only screen and (max-width:640px) {
	.footer {
		padding: 7px 15px;
		font-size: 12px;
		text-align: center;
		line-height: 18px;
	}
	.footer .l_f {
		float: none;
	}
	.footer .r_t {
		float: none;
	}
}

.pages {
	width: 100%;
	height: 30px;
	float: left;
	line-height: 30px;
	text-align: center;
}

.pages a {
	text-decoration: none;
	font-family: 微软雅黑;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
	border: solid 1px #ccc;
	padding: 5px 8px;
}

.pages .current-page {
	color: #fff;
	margin-left: 5px;
	font-size: 12px;
	border: solid 1px #8fc320;
	background: #8fc320;
	padding: 5px 8px;
}

.pages span {
	text-decoration: none;
	font-family: 微软雅黑;
	margin-left: 5px;
	color: #fff;
	font-size: 12px;
	border: solid 1px #ccc;
	padding: 5px 8px;
}

#right_con {
	width: 100%;
	float: left;
	font-size: 14px;
	/*overflow-x:hidden;*/
}

.art_list {
	width: 100%;
	float: left;
	padding: 15px 0;
	border-bottom: 1px dashed #DDDDDD;
}

.art_title {
	width: 100%;
	line-height: 24px;
	font-size: 14px;
	float: left;
}

.art_title a {
	color: #fff;
	font-size: 15px;
}

.art_title span {
	float: right;
	font-size: 12px;
	color: #fff;
}

.art_des {
	width: 100%;
	float: left;
	line-height: 24px;
	font-size: 14px;
	color: #959595;
	margin-bottom: 10px;
}

@media only screen and (max-width:992px) {
	#right_con {
		min-height: auto;
	}
	.art_list {
		padding: 10px 0;
	}
	.art_title a {
		float: left;
		clear: both;
	}
	.art_title span {
		float: left;
		clear: both;
	}
}


.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 8px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #8fc320;
	background-color: #fff;
	/*border: 1px solid #ddd;*/
	margin-left: 5px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #8fc320;
	border-color: #8fc320
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #8fc320;
	border-color: #ddd;
	cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
	color: #fff;
	background-color: #8fc320;
	border-color: #8fc320;
	cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}
.pagination>a,
.pagination>span {
	float: left;
	padding: 4px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-right: 6px
}

.pagination>a:hover,
.pagination>a:focus {
	background-color: #222222;
	color: #fff
}

.pagination>a:first-child,
.pagination>span:first-child {
	border-left-width: 1px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0
}

.pagination>a:last-child,
.pagination>span:last-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}