﻿/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 14px;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	background: #fff;
	text-align: justify;
	color: #010000;
	position: relative;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #333;
	text-decoration: none !important;
	outline: none;
}

a:hover {
	color: #006bb7;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

input,
textarea {
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ccc;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

/*header 开始*/
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0;
	height: 100px;
	background: #fff;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
}

.header .logo {
	float: left;
	margin-top: 12px;
}

.header .nav {
	float: right;
	margin-left: 30px;
	z-index: 99;
}

.header .nav>li {
	float: left;
	width: 100px;
	text-align: center;
	position: relative;
	line-height: 100px;
}

.header .nav>li:hover,
.header .nav>li.hover {}

.header .nav>li:hover>a,
.header .nav>li.hover>a {
	color: #209f2e;
}

.header .nav>li a {
	padding: 0;
	font-size: 16px;
	background: none;
}

.header .contact {
	float: right;
	background: url(../images/di1.png) no-repeat left;
	background-size: auto 20px;
	padding-left: 30px;
	font-size: 20px;
	color: #d61419;
	line-height: 100px;
	font-weight: bold;
}

.header .nav .sec {
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	background: #209f2e;
	padding: 10px 0;
	display: none;
}

.header .nav>li:hover .sec {
	display: block;
}

.header .nav .sec>li {
	height: 37px;
	line-height: 37px;
	position: relative;
}

.header .nav .sec>li:hover,
.header .nav .sec>li.hover {
	background: #2f9328;
}

.header .nav .sec>li a {
	color: #fff;
	font-size: 14px;
}

.header .nav .sec .level {
	width: 160px;
	padding: 10px 20px;
	position: absolute;
	left: 100px;
	top: 0;
	background: #033a89;
	display: none;
}

.header .nav .sec>li:hover .level {
	display: block;
}

.header .nav .sec .level>li {
	height: 37px;
	line-height: 37px;
	text-align: left;
}

.header .nav .sec .level li:hover {
	background: #2962a9;
}

.m_line {
	width: 25px;
	height: 16px;
	margin-top: -8px;
	position: absolute;
	top: 50%;
	right: 3%;
	display: none;
}

.m_line span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #000000;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	transition: all ease .3s;
}

.m_line span:nth-child(2) {
	margin: 6px 0;
}

.banner {
	margin-top: 100px;
}

.banner img {
	width: 100%;
}

.banner .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	width: 50px;
	height: 50px;
	background: url(../images/you.png) no-repeat center;
	background-size: 100% 100%;
	right: 10%;
}

.banner .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	width: 50px;
	height: 50px;
	background: url(../images/zuo.png) no-repeat center;
	background-size: 100% 100%;
	left: 10%;
}

.fpx_box_1 {
	margin-bottom: 90px;
}

.fpx_box_1 ul {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -100px;
	position: relative;
	z-index: 9;
}

.fpx_box_1 ul li {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

.fpx_box_1 ul li>div {
	background: #fff;
	padding: 40px 30px;
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	position: relative;
	padding-left: 130px;
	border-radius: 20px;
}

.fpx_box_1 ul li>div img {
	position: absolute;
	top: 70px;
	left: 30px;
}

.fpx_box_1 ul li>div h3 {
	font-size: 24px;
	color: #151515;
}

.fpx_box_1 ul li>div p {
	font-size: 16px;
	color: #242424;
	line-height: 1.5;
}

.fpx_box_2 {
	padding-bottom: 80px;
}

.fpx_box_2 .left {
	float: left;
	width: 50%;
}

.fpx_box_2 .left img {
	width: 100%;
}

.fpx_box_2 .rii {
	float: left;
	width: 50%;
	padding: 0 40px;
}

.fpx_box_2 .rii span {
	display: block;
	margin: 10px 0;
	font-size: 24px;
	color: #209f2e;
}

.fpx_box_2 .rii h3 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
	color: #232323;
}

.fpx_box_2 .rii p {
	font-size: 16px;
	color: #404040;
	line-height: 36px;
}

.fpx_box_2 .rii a {
	display: inline-block;
	padding: 10px 35px;
	border-radius: 5px;
	border: 1px solid #209f2e;
	color: #209f2e;
	margin-top: 20px;
	font-size: 18px;
}

.fpx_box_2 .rii a:hover {
	background: #209f2e;
	color: #fff;
}

.fpx_box_3 {
	padding: 100px 0 200px 0;
	background: url(../images/r2.png) no-repeat center;
	background-size: 100% 100%;
}

.fpx_box_3 .left {
	width: 40%;
	padding-right: 120px;
	float: left;
}

.fpx_box_3 .left span {
	display: block;
	margin-top: 10px;
	font-size: 24px;
	color: #209f2e;
}

.fpx_box_3 .left h3 {
	margin: 15px 0;
	font-size: 36px;
	color: #ffffff;
}

.fpx_box_3 .left p {
	font-size: 16px;
	color: #969696;
	line-height: 36px;
}

.fpx_box_3 .left a {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 30px;
	border-radius: 5px;
	background: #ec5d16;
	color: #fff;
	font-size: 18px;
}

.fpx_box_3 .left a:hover {
	background: #2f9328;
}

.fpx_box_3 .rii {
	width: 60%;
	float: right;
	display: none;
}

.fpx_box_3 .rii .top {

	border-bottom: 1px solid #969696;
	margin-bottom: 45px;
}

.fpx_box_3 .rii .top a {
	display: block;
	width: 20%;
	float: left;
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 25px;
	font-size: 18px;
	height: 100%;
}

.fpx_box_3 .rii .top a.hover::after {
	display: block;
	content: "";
	width: 100%;
	height: 13px;
	background: url(../images/top1.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.fpx_box_3 .rii .top a:hover::after {
	display: block;
	content: "";
	width: 100%;
	height: 13px;
	background: url(../images/top1.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
}

.fpx_box_3 .rii .textt {
	display: none;
}

.fpx_box_3 .rii .textt {}

.fpx_box_3 .rii .zuo {
	float: left;
	width: 35%;
	padding-right: 30px;
}

.fpx_box_3 .rii .zuo img {
	width: 100%;
}

.fpx_box_3 .rii .you {
	float: right;
	width: 65%;
}

.fpx_box_3 .rii .you p {
	margin-top: 10px;
	font-size: 15px;
	color: #969696;
	line-height: 2;
}

.fpx_box_3 .rii .you a {
	display: block;
	text-align: right;
	font-size: 16px;
	color: #209f2e;
	margin-top: 5px;
}

.fpx_box_4 {
	padding-bottom: 80px;
}

.fpx_box_4 ul {
	box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
	margin-top: -100px;
	position: relative;
	z-index: 9;

}

.fpx_box_4 ul li {
	width: 25%;
	background: #fff;
	float: left;
	text-align: center;
	padding: 45px 0;
	border-right: 1px solid #ebebeb;
	position: relative;
}

.fpx_box_4 ul li:nth-child(4) {
	border: none;
}

.fpx_box_4 ul li h3 {
	color: #000000;
	font-size: 20px;
}

.fpx_box_4 ul li p {
	text-transform: uppercase;
	font-size: 16px;
	color: #7f7f7f;
}

.fpx_box_4 ul li.hover::after {
	display: block;
	content: "";
	width: 100%;
	height: 5px;
	background: #2f9328;
	position: absolute;
	top: 0;
	left: 0;
}

.fpx_box_4 ul li:hover::after {
	display: block;
	content: "";
	width: 100%;
	height: 5px;
	background: #2f9328;
	position: absolute;
	top: 0;
	left: 0;
}

.fpx_box_4 ul li .img2 {
	display: none;
}

.fpx_box_4 ul li:hover .img2,
.fpx_box_4 ul li.hover .img2 {
	display: inline-block;
}

.fpx_box_4 ul li:hover .img1,
.fpx_box_4 ul li.hover .img1 {
	display: none;
}

.fpx_box_4 ul li:hover h3,
.fpx_box_4 ul li.hover h3 {
	color: #2f9328;
}

.fpx_box_4 ul li:hover p,
.fpx_box_4 ul li.hover p {
	color: #2f9328;
}

.fpx_box_5 {
	background: #f6f6f6;
	padding: 60px 0;
}

.fpx_box_5 .container {
	position: relative;
}

.lunbo1 {
	width: 1760px;
	margin: 0 auto;
	margin-top: 30px;
}

.lunbo1 .swiper-slide {

	position: relative;
}

.lunbo1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.lunbo1 .swiper-slide .text {
	position: absolute;
	top: 100%;
	padding: 15px;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.lunbo1 .swiper-slide:hover .text {
	top: 0;
}

.lunbo1 .swiper-slide .text i {
	display: inline-block;
	font-style: normal;
	background: #000;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	top: 15px;
	right: 15px;
	color: #fff;
	z-index: 10;
}

.lunbo1 .swiper-slide .text .wenzi {
	background: rgba(32, 159, 46, 0.6);
	padding: 35% 30px 30px 30px;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: block;
	position: relative;
}

.lunbo1 .swiper-slide .text .wenzi h3 {
	margin: 0;
	margin-bottom: 20px;
	color: #fff;
}

.lunbo1 .swiper-slide .text .wenzi p {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}


.fpx_box_5 .container .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	width: 66px;
	height: 66px;
	border-radius: 66px;
	right: 0;
	background: #fff url(../images/youbian.png) no-repeat center;
}

.fpx_box_5 .container .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	width: 66px;
	height: 66px;
	border-radius: 66px;
	right: 100px;
	left: auto;
	background: #fff url(../images/zuobian.png) no-repeat center;
}

.fpx_box_5 .container>h3 {
	font-size: 24px;
	color: #209f2e;
}

.fpx_box_5 .container>p {
	font-size: 30px;
	color: #3a3a3a;
}

.fpx_box_6 {
	padding: 68px 0;
	background: url(../images/fpx_box_6.png) no-repeat center;
	background-size: 100% 100%;
}

.fpx_box_6 .container {
	position: relative;
}

.fpx_box_6 h3 {
	font-size: 30px;
	color: #ffffff;
}

.fpx_box_6 p {
	color: #fff;
	font-size: 24px;
}

.fpx_box_6 a {
	padding: 8px 30px;
	border: 1px solid #fff;
	position: absolute;
	top: 40px;
	right: 0;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
}

.fpx_box_6 a:hover {
	background-color: #fff;
	color: #209f2e;
}

.title {
	padding: 80px 0 40px 0;
	text-align: center;
}

.title h3 {
	font-size: 35px;
	color: #000000;
	margin: 0;
	margin-bottom: 10px;
}

.title p {
	font-size: 22px;
	color: #000000;
}

.fpx_box_7 {
	padding-bottom: 80px;
	background: url(../images/bg1.png) no-repeat center;
	background-size: 100% 100%;
}

.fpx_box_7 .swiper-pagination {
	display: none;
}

.fpx_box_7 .swiper-slide {
	background: #fff;
	height: 150px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.fpx_box_7 .swiper-slide:nth-child(5n) {}

.fpx_box_7 .swiper-slide img {
	max-width: 100%;
}

.fpx_box_7 .container {
	position: relative;

}

.fpx_box_7 .swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	width: 60px;
	height: 60px;
	background: url(../images/zuojiantou1.png) no-repeat center;
	background-size: 100% 100%;
	right: -80px;
	top: 65%;
}

.fpx_box_7 .swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	width: 60px;
	height: 60px;
	background: url(../images/youjiantou1.png) no-repeat center;
	background-size: 100% 100%;
	left: -80px;
	top: 65%;
}

.title span {
	display: block;
	color: #209f2e;
	font-size: 24px;
	margin-bottom: 10px;
}

.fpx_box_8 .swiper-slide {
	background: #f8f8f8;
	padding: 40px;
	border-radius: 5px;
	position: relative;
}

.fpx_box_8 .swiper-slide p {
	font-size: 16px;
	color: #3f3f3f;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.fpx_box_8 .swiper-slide .touxiang {
	position: relative;
	padding-left: 70px;
	margin-top: 20px;
}

.fpx_box_8 .swiper-slide .touxiang>img {
	position: absolute;
	top: -7px;
	left: 0;
	width: 54px;
	height: 54px;
}

.fpx_box_8 .swiper-slide .touxiang h3 {
	font-size: 18px;
	color: #282828;
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 10px;
}

.fpx_box_8 .swiper-slide .touxiang span {
	color: #209f2e;
	font-size: 12px;
}

.fpx_box_8 .swiper-slide .yinhao {
	position: absolute;
	bottom: 30px;
	right: 50px;
}

.fpx_box_8 .swiper-container {
	padding-bottom: 60px;
}

.fpx_box_8 {
	padding-bottom: 60px;
}

.fpx_box_8 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #000;
	opacity: 1;
}

.fpx_box_8 .swiper-pagination-white .swiper-pagination-bullet-active {
	background: #209f2e;
	border: 1px solid #209f2e;
}

.fpx_box_9 {
	padding: 80px 0;
	background: #f8f8f8;
}

.fpx_box_9 .left {
	float: left;
	width: 60%;
	background: #fff;
	padding: 60px 90px 45px;
}

.fpx_box_9 .rii {
	width: 40%;
	float: right;
}

.fpx_box_9 .rii img {
	width: 100%;
}

.fpx_box_9 .left h3 {
	font-size: 30px;
	color: #343434;
	margin: 0;
	margin-bottom: 20px;
}

.fpx_box_9 .left form input {
	width: 45%;
	background: #f8f8f8;
	border: none;
	height: 45px;
	padding-left: 10px;
	font-size: 14px;
	margin-bottom: 20px;
	float: left;
}

.fpx_box_9 .left form input:nth-child(2n) {
	float: right;
}

.fpx_box_9 .left form textarea {
	width: 100%;
	background: #f8f8f8;
	border: none;
	padding: 10px;
	height: 130px;

}

.fpx_box_9 .left button {
	width: 150px;
	height: 50px;
	color: #fff;
	border: none;
	margin-top: 20px;
	background: #209f2e;
	border-radius: 5px;
}

.fpx_box_10 {
	padding-bottom: 80px;
}

.fpx_box_10 ul {
	margin-left: -15px;
	margin-right: -15px;
}

.fpx_box_10 ul li {
	width: 33.33%;
	float: left;
	padding: 0 15px;
}

.fpx_box_10 ul li .pic {
	position: relative;
	width: 100%;
	height: 265px;

	border-radius: 10px;
}

.fpx_box_10 ul li .pic .time {
	background: #209f2e;
	color: #fff;
	padding: 10px 20px;
	border-radius: 30px;
	position: absolute;
	bottom: -20px;
	left: 20px;
	z-index: 9;
}

.fpx_box_10 ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* .fpx_box_10 ul li:hover .pic img {
	transform: scale(1.1);
	
} */
.fpx_box_10 ul li .text {
	padding-top: 20px;
}

.fpx_box_10 ul li .text h3 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.fpx_box_10 ul li .text p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 16px;
	color: #a3a3a3;
}

.fpx_box_10 ul li .text .more {
	font-size: 16px;
	color: #209f2e;
	text-transform: uppercase;
	display: block;
	margin-top: 20px;
}

footer {
	padding: 60px 0;
	background: #333333;
}

footer .left {
	float: left;
	width: 35%;
	padding-right: 100px;
}

footer .left>img {
	height: 50px;
	margin-bottom: 40px;
}

footer .left p {
	font-size: 14px;
	color: #696969;
	position: relative;
	padding-left: 30px;
	margin-bottom: 16px;
}

footer .left p img {
	position: absolute;
	top: 0px;
	left: 0;
}

footer .zhong {
	float: left;
	width: 50%;
}

footer .zhong ul li {
	width: 25%;
	float: left;
}

footer .zhong ul li h3 {
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 35px;
	margin-top: 0;
}

footer .zhong ul li a {
	font-size: 16px;
	color: #696969;
	display: block;
	margin-bottom: 20px;
}

footer .zhong ul li a:hover {
	color: #209f2e;
}

footer .rii {
	width: 130px;
	float: right;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

footer .rii img {
	width: 100%;
	margin-bottom: 15px;
}

.footer {
	background: #202020;
	padding: 15px 0;
}

.footer span {
	display: block;
	width: 50%;
	float: left;
	color: #fff;
}

.footer p {
	display: block;
	width: 50%;
	float: left;
	color: #fff;
	text-align: right;
}

.footer p a {
	color: #fff;
}

.footer p a:hover {
	color: #209f2e;
}

@media only screen and (max-width:1800px) {
	.lunbo1 {
		width: 1400px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.lunbo1 .swiper-slide .text .wenzi {
		padding-top: 20%;
	}
}


@media only screen and (max-width:1440px) {

	.banner .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		right: 5%;
	}

	.banner .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		left: 5%;
	}

	.fpx_box_2 .rii h3 {
		font-size: 24px;
	}

	.fpx_box_2 .rii p {
		font-size: 14px;
		color: #404040;
		line-height: 30px;
	}

	.fpx_box_3 .left h3 {
		font-size: 26px;
	}

	.fpx_box_3 .left p {
		font-size: 14px;
		color: #969696;
		line-height: 26px;
	}

	.fpx_box_3 .left a {
		display: inline-block;
		margin-top: 20px;
		padding: 6px 30px;
		border-radius: 5px;
		background: #ec5d16;
		color: #fff;
		font-size: 15px;
	}

	.lunbo1 {
		width: 1200px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.lunbo1 .swiper-slide .text .wenzi {
		padding-top: 10%;
	}
}


@media only screen and (max-width:1200px) {
	.header .container {
		width: 100%;
	}

	.header .logo {
		width: 310px;
		margin-top: 20px;
	}

	.header .logo img {
		width: 100%;
	}

	.header .contact {
		font-size: 18px;
	}

	.fpx_box_1 ul li>div img {
		position: absolute;
		top: 45px;
		left: 10px;
		width: 40px;
		height: 40px;
	}

	.fpx_box_1 ul li>div {
		background: #fff;
		padding: 10px 10px;
		box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
		position: relative;
		padding-left: 60px;
		border-radius: 10px;
		padding-right: 20px;
	}

	.fpx_box_1 ul li>div h3 {
		font-size: 18px;
		color: #151515;
	}

	.fpx_box_1 ul li>div p {
		font-size: 13px;
		color: #242424;
		line-height: 1.5;
	}

	.fpx_box_1 ul {
		margin-top: -70px;
	}

	.fpx_box_2 .rii span {
		display: block;
		margin: 0;
		font-size: 18px;
		color: #209f2e;
	}

	.fpx_box_2 .rii h3 {
		font-size: 18px;
		margin-top: 10px;
	}

	.fpx_box_2 .rii p {
		font-size: 14px;
		color: #404040;
		line-height: 1.5;
	}

	.fpx_box_2 .rii a {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 5px;
		border: 1px solid #209f2e;
		color: #209f2e;
		margin-top: 20px;
		font-size: 14px;
	}

	.fpx_box_3 .left span {
		display: block;
		margin-top: 10px;
		font-size: 16px;
		color: #209f2e;
	}

	.fpx_box_3 .left h3 {
		font-size: 20px;
	}

	.fpx_box_3 .rii .you p {
		margin-top: 0;
		font-size: 12px;
		color: #969696;
		line-height: 1.5;
	}

	.fpx_box_3 .rii .top a {
		display: block;
		width: 20%;
		float: left;
		text-align: center;
		color: #fff;
		position: relative;
		padding-bottom: 25px;
		font-size: 14px;
		height: 100%;
	}

	.fpx_box_4 ul li {
		width: 25%;
		background: #fff;
		float: left;
		text-align: center;
		padding: 15px 0;
		border-right: 1px solid #ebebeb;
		position: relative;
	}

	.lunbo1 {
		width: 940px;
		margin: 0 auto;
		margin-top: 30px;
	}

	.lunbo1 .swiper-slide .text .wenzi h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.lunbo1 .swiper-slide .text .wenzi {
		background: rgba(32, 159, 46, 0.6);
		padding: 20px;
		width: 100%;
		height: 100%;
		z-index: 2;
		display: block;
		position: relative;
	}

	.lunbo1 .swiper-slide .text .wenzi p {
		font-size: 12px;
	}

	.fpx_box_7 .swiper-slide {
		height: 100px;
	}

	.fpx_box_7 .swiper-slide img {
		max-width: 100%;
		max-height: 80%;
	}

	.fpx_box_7 .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		top: 70%;
	}

	.fpx_box_7 .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		top: 70%;
	}

	.fpx_box_10 ul li .pic {
		height: 170px;
	}

	footer .left>img {
		height: 40px;
		margin-bottom: 40px;
	}

	footer .zhong ul li a {
		font-size: 14px;
		color: #696969;
		display: block;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1000px) {
	.header .contact {
		margin-right: 60px;
	}

	.header .nav {
		position: fixed;
		left: 0;
		top: 100px;
		width: 100%;
		background: #209f2e;
		padding: 20px 0;
		margin: 0;
		display: none;
		height: 100%;
	}

	.header .nav>li {
		width: 100%;
		line-height: 80px;
	}

	.header .nav>li a {
		color: #fff;
	}

	.header .nav .sec {
		position: static;
		background: #fff;
	}

	.header .nav .sec>li {
		height: auto;
	}

	.header .nav .sec .level {
		position: static;
		width: 100%;
		padding: 10px 0;
	}

	.header .nav .sec .level li {
		text-align: center;
	}


	.m_line {
		display: block;
		width: 25px;
		height: 16px;
		margin-top: -8px;
		position: absolute;
		top: 50%;
		right: 3%;
	}

	.m_line span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #000000;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		-moz-transition: all ease .3s;
		transition: all ease .3s;
	}

	.m_line span:nth-child(2) {
		margin: 6px 0;
	}

	.header .ac .line1 {
		transform: rotate(45deg) translate(3px, 5px);
	}

	.header .ac .line2 {
		opacity: 0;
	}

	.header .ac .line3 {
		transform: rotate(-45deg) translate(6px, -8px);
	}

	.header .nav>li {
		line-height: 60px;
	}

	.header .nav>li a {
		width: 20%;
	}

	.header .nav>li:hover>a,
	.header .nav>li.hover>a {
		color: #fff;
	}

	.header .nav>li.on {
		position: relative;
		background: url(../images/jiahao.png) no-repeat right top;
		background-size: 20px;
		background-position-x: 95%;
		background-position-y: 20px;
	}

	.header .nav .sec>li a {
		color: #209f2e;
		font-size: 14px;
	}

	.header .nav .sec>li:hover a,
	.header .nav .sec>li.hover a {
		color: #fff;
	}
}

@media only screen and (max-width: 750px) {
	.header .contact {
		display: none;
	}

	.header {
		height: 60px;
	}

	.header .logo {
		width: 240px;
		margin-top: 15px;
	}

	.header .nav {
		top: 60px;
	}

	.header .nav>li a {
		width: 25%;
		padding-left: 15px;
	}

	.header .logo {
		width: 240px;
		margin-top: 10px;
	}

	.banner {
		margin-top: 60px;
	}

	.banner .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		width: 30px;
		height: 30px;
		right: 3%;
	}

	.banner .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		width: 30px;
		height: 30px;
		left: 3%;
	}

	.fpx_box_1 ul {
		margin-top: 0px;
	}

	.fpx_box_1 ul li {
		width: 100%;
		float: left;
		padding: 0 15px;
		margin-top: 20px;
	}

	.fpx_box_1 ul li>div {
		background: #fff;
		padding: 10px 10px;
		box-shadow: 0px 1px 14.56px 1.44px rgba(153, 153, 153, 0.2);
		position: relative;
		padding-left: 100px;
		border-radius: 10px;
		padding-right: 20px;
	}

	.fpx_box_1 ul li>div img {
		position: absolute;
		top: 40px;
		left: 23px;
		width: 60px;
		height: 60px;
	}

	.fpx_box_1 {
		margin-bottom: 30px;
	}

	.fpx_box_2 .left {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.fpx_box_2 .rii {
		float: left;
		width: 100%;
		padding: 0 0px;
	}

	.fpx_box_2 {
		padding-bottom: 30px;
	}

	.fpx_box_3 {
		padding: 20px 0;
	}

	.fpx_box_3 .left {
		width: 100%;
		padding-right: 0;
		float: left;
	}

	.fpx_box_3 .left h3 {
		font-size: 14px;
		margin: 5px 0;
	}

	.fpx_box_3 .left p {
		font-size: 12px;
		color: #969696;
		line-height: 1.5;
	}

	.fpx_box_3 .left a {
		display: inline-block;
		margin-top: 5px;
		padding: 5px 19px;
		border-radius: 5px;
		background: #ec5d16;
		color: #fff;
		font-size: 12px;
	}

	.fpx_box_3 .rii {
		width: 100%;
		margin-top: 20px;
	}

	.fpx_box_3 .rii .top a {
		display: block;
		width: 20%;
		float: left;
		text-align: center;
		color: #fff;
		position: relative;
		padding-bottom: 8px;
		font-size: 10px;
	}

	.fpx_box_3 .rii .top a.hover::after {
		display: block;
		content: "";
		width: 100%;
		height: 4px;
		background: url(../images/top1.png) no-repeat center;
		background-size: 100% 100%;
		position: absolute;
		bottom: -1px;
		left: 0;
	}

	.fpx_box_3 .rii .top {
		border-bottom: 1px solid #969696;
		margin-bottom: 10px;
	}

	.fpx_box_3 .rii .zuo {
		float: left;
		width: 100%;
		padding-right: 0;
		text-align: center;
		margin-bottom: 15px;
	}

	.fpx_box_3 .rii .zuo img {
		width: 50%;
	}

	.fpx_box_3 .rii .you {
		float: right;
		width: 100%;
		margin-bottom: 20px;
	}

	.fpx_box_3 {
		background: url(../images/r2.png) no-repeat center;
		background-size: 100% cover;
	}

	.fpx_box_4 ul li div>img {
		height: 25px;
	}

	.fpx_box_4 ul li {
		padding: 10px 0;
	}

	.fpx_box_4 ul li h3 {
		color: #000000;
		font-size: 14px;
		margin: 5px 0;
	}

	.fpx_box_4 ul li p {
		text-transform: uppercase;
		font-size: 8px;
		color: #7f7f7f;
	}

	.fpx_box_4 ul li.hover::after {
		height: 2px;
	}

	.fpx_box_4 {
		padding-bottom: 20px;
	}

	.fpx_box_5 {
		background: #f6f6f6;
		padding: 20px 0;
	}

	.fpx_box_5 .container>h3 {
		font-size: 16px;
		color: #209f2e;
	}

	.fpx_box_5 .container>p {
		font-size: 14px;
		color: #3a3a3a;
	}

	.fpx_box_5 .container .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		width: 30px;
		height: 30px;
		border-radius: 30px;
		right: 15px;
		background: #fff url(../images/youbian.png) no-repeat center;
		background-size: 15px;
		top: 60px;
	}

	.fpx_box_5 .container .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		width: 30px;
		height: 30px;
		border-radius: 30px;
		right: 60px;
		left: auto;
		top: 60px;
		background: #fff url(../images/zuobian.png) no-repeat center;
		background-size: 15px;
	}

	.lunbo1 {
		width: 100%;
		padding: 0 30px;
	}

	.lunbo1 .swiper-slide .text {
		top: 0;
	}

	.fpx_box_6 {
		padding: 20px 0;
		background: url(../images/fpx_box_6.png) no-repeat center;
		background-size: 100% 100%;
		padding-bottom: 50px;
	}

	.fpx_box_6 h3 {
		font-size: 16px;
		color: #ffffff;
	}

	.fpx_box_6 p {
		color: #fff;
		font-size: 14px;
		text-align: left;
	}

	.fpx_box_6 a {
		padding: 4px 14px;
		border: 1px solid #fff;
		position: absolute;
		top: auto;
		right: 30px;
		color: #fff;
		font-size: 13px;
		border-radius: 3px;
		bottom: -20px;
	}

	.title {
		padding: 20px 0;
		text-align: center;
	}

	.title h3 {
		font-size: 18px;
		color: #000000;
		margin: 0;
		margin-bottom: 10px;
	}

	.title p {
		font-size: 14px;
		color: #000000;
	}

	.fpx_box_7 .swiper-button-next.swiper-button-white,
	.swiper-container-rtl .swiper-button-prev.swiper-button-white {
		display: none;
	}

	.fpx_box_7 .swiper-button-prev.swiper-button-white,
	.swiper-container-rtl .swiper-button-next.swiper-button-white {
		display: none;
	}

	.fpx_box_7 {
		padding-bottom: 20px;
	}

	.fpx_box_8 {
		padding-bottom: 0px;
	}

	.fpx_box_8 .swiper-container {
		padding-bottom: 50px;
	}

	.fpx_box_8 .swiper-slide {
		background: #f8f8f8;
		padding: 20px;
		border-radius: 5px;
		position: relative;
	}

	.fpx_box_8 .swiper-slide {
		background: #f8f8f8;
		padding: 20px;
		border-radius: 5px;
		position: relative;
	}

	.fpx_box_9 {
		padding: 20px 0;
	}

	.fpx_box_9 .left {
		float: left;
		width: 100%;
		background: #fff;
		padding: 15px;
	}

	.fpx_box_9 .left h3 {
		font-size: 18px;
		color: #343434;
		margin: 0;
		margin-bottom: 20px;
	}

	.fpx_box_9 .left form input {
		width: 48%;
		background: #f8f8f8;
		border: none;
		height: 36px;
		padding-left: 10px;
		font-size: 14px;
		margin-bottom: 20px;
		float: left;
	}

	.fpx_box_9 .left button {
		width: 100px;
		height: 38px;
		color: #fff;
		border: none;
		margin-top: 10px;
		background: #209f2e;
		border-radius: 5px;
	}

	.fpx_box_9 .rii {
		display: none;
	}

	.fpx_box_10 ul li {
		width: 100%;
		float: left;
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.fpx_box_10 ul li .pic {
		height: auto;
	}

	.fpx_box_10 ul li .pic .time {
		background: #209f2e;
		color: #fff;
		padding: 5px 15px;
		border-radius: 30px;
		position: absolute;
		bottom: -15px;
		left: 5px;
		z-index: 9;
	}

	.fpx_box_10 ul li {
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}

	.fpx_box_10 ul li .text h3 {
		font-size: 16px;
		color: #000000;
		font-weight: bold;
		overflow: hidden;
		line-height: 1.5;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 111111;
	}

	.fpx_box_10 ul li .text p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 111112;
		font-size: 14px;
		color: #a3a3a3;
	}

	.fpx_box_10 {
		padding-bottom: 0;
	}

	footer {
		padding: 20px 0;
	}

	footer .left {
		float: left;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 30px;
	}

	footer .left>img {
		height: 40px;
		margin-bottom: 10px;
	}

	footer .zhong {
		float: left;
		width: 100%;
	}

	footer .zhong ul li h3 {
		font-size: 14px;
		color: #ffffff;
		margin-bottom: 15px;
		margin-top: 0;
	}

	footer .zhong ul li a {
		font-size: 12px;
		color: #696969;
		display: block;
		margin-bottom: 8px;
	}

	footer .rii {
		width: 100%;
		float: right;
		text-align: center;
		color: #fff;
		font-size: 16px;
	}
	footer .rii img{
		width: 40%;
		display: block;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.footer{
		padding-bottom: 0;
	}
	.footer span {
	    display: block;
	    width: 100%;
	    float: left;
	    color: #fff;
		font-size: 10px;
	}
	.footer p{
		width: 100%;
		text-align: left;
		font-size: 10px;
		margin-top: 10px;
	}
}