/*通用类*/
* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1300px;
	margin: 0 auto;
	font-size: 14px;
	background: #fff;
	text-align: justify;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
}

h1,
h2,
h3 {
	font-weight: 500;
}

img {
	border: none;
}

a {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #f60;
}

ul {
	list-style-type: none;
}

em {
	font-style: normal;
}

.lt {
	float: left;
}

.rt {
	float: right;
}

input.sub,
label {
	border: none;
	cursor: pointer;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
textarea {
	outline: none;
}

table {
	border-collapse: collapse;
}

table td,
table th {
	padding: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #515151;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #515151;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #515151;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #515151;
}

div.clear {
	font: 0px Arial;
	line-height: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.line5 {
	font-size: 1px;
	height: 5px;
	width: 100%;
	clear: both;
}

.line10 {
	font-size: 1px;
	height: 10px;
	width: 100%;
	clear: both;
}

.line20 {
	font-size: 1px;
	height: 20px;
	width: 100%;
	clear: both;
}

.line50 {
	font-size: 1px;
	height: 50px;
	width: 100%;
	clear: both;
}

.line150 {
	font-size: 1px;
	height: 150px;
	width: 100%;
	clear: both;
}

.show {
	display: block !important;
}


/*公用CSS 开始*/
.main {
	width: 1200px;
	margin: 0 auto;
}

.header_top {
	height: 32px;
	background: #f6f6f6;
}

.header_top .left {
	width: 70%;
	float: left;
	line-height: 32px;
}

.header_top .left span {
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	color: #999999;
}

.header_top .rii {
	float: right;
	text-align: right;
	font-size: 16px;
	line-height: 32px;
}

.header_top .rii a {
	color: #999999;
}
.header_top.fix{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 9999;
	border-bottom: none;
}
header {
	height: 85px;
	width: 100%;
}
header.fix{
	position: fixed;
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 9999;
	background: #ffffff;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}
header .logo {
	float: left;
	margin-top: 15px;
}

header .logo img {
	width: 480px;
}

header nav {
	line-height: 85px;
	float: right;
}

header nav ul li {
	float: left;
}

header nav ul li>a {
	font-size: 18px;
	color: #333333;
	display: inline-block;
	margin-left: 40px;
}

header nav ul li .erji {
	position: fixed;
	top: 116px;
	left: 0;
	text-align: center;
	line-height: 60px;
	box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
	width: 100%;
	background-color: #f1f1f1;
	z-index: 50;
	text-align: right;
	display: none;
}

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

header nav ul li .erji a {
	display: inline-block;
	margin-left: 40px;
	font-size: 16px;
	color: #333333;
	position: relative;
}

header nav ul li .erji a::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 2px;
	border-radius: 1px;
	background: #00893d;
	display: none;
}

header nav ul li .erji a:hover {
	color: #00b046;

}
header nav ul li .erji a:hover::after{
	display: block;
} 
header nav a:hover {
	color: #00b046;
}

header nav a.hover {
	color: #00b046;
}

.banner {
	margin-top: 2px;
	width: 100%;
}

.banner img {
	width: 100%;
}

.banner .swiper-container {
	width: 100%;
}

.banner .swiper-pagination-bullet {
	width: 19px;
	height: 9px;
	display: inline-block;
	border-radius: 10px;
	background: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 57px;
	background: #00b046;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 15px;
}


.title {
	padding: 45px 0 53px 0;
}

.title h3 {
	font-size: 36px;
	color: #222222;
	margin-bottom: 7px;
	text-align: center;
}

.title p {
	font-size: 14px;
	color: #00b046;
	text-align: center;
}

.title i {
	display: block;
	margin: 20px auto;
	width: 25px;
	height: 1px;
	background: #7f7f7f;
}

.fp-box-1 ul li {
	width: 20%;
	float: left;
	position: relative;
	z-index: 2;
	height: 382px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp-box-1 ul li img {
	width: 100%;
	height: 100%;
	display: block;

}

.fp-box-1 ul {
	padding-bottom: 60px;
}

.fp-box-1 ul li .text {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	width: 100%;
	padding: 28px 0;
	padding-left: 25px;
	font-size: 20px;
	color: #ffffff;
	box-sizing: border-box;
}

.fp-box-1 ul li .text P {
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	text-align: left;
	display: none;
}

.fp-box-1 ul li:hover {
	z-index: 9;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp-box-1 ul li:hover .text P {
	display: block;
}

.fp-box-1 .more {
	width: 330px;
	height: 70px;
	display: block;
	margin: 0 auto 50px auto;
	border: 1px solid #00b046;
	text-align: center;
	line-height: 70px;
	font-size: 22px;
	color: #00b046;
	font-family:Arial, Helvetica, sans-serif;
}


/*  */
.wufeng>div {
	margin: 50px auto;
	height: 340px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.wufeng ul {
	height: 160px;
	width: 10000000px;
	position: absolute;
	left: 0;
}

/*ul width的宽不能过小*/
.wufeng ul li {
	display: block;
	float: left;
	margin: 5px;
	height: 340px;
	border-radius: 5px;
	position: relative;
}

.wufeng ul li .text {
	padding: 40px 0;
	text-align: center;
	font-size: 14px;
	color: #333333;
}

.wufeng ul li a {
	display: inline-block;
	height: 340px;
}

.wufeng ul li img {
	border-radius: 5px;
	display: block;
	width: 100%;
	height: 245px;
}

.wufeng ul li a span {
	height: 0;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0px;
	color: #fff;
	font-size: 0px;

}

.wufeng ul li a span img {
	opacity: 0;
	transition: all 0.7s;
	width: 48px;
	height: 48px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -24px;
	margin-top: -24px;
}

.wufeng ul li a:hover span {
	height: 245px;
	line-height: 350px;
	font-size: 20px;
	text-align: center;
	transition: all 0.7s;

}

.wufeng ul li a:hover span img {
	opacity: 1;
	transition: all 0.7s;
}

.wufeng ul li:hover a .text {
	background: #eeeeee;
	border: 0 0 10px 10px;
}

/*  */

.fp-box-2 ul li {
	width: 20%;
	float: left;
	margin-bottom: 70px;
}

.fp-box-2 ul li .pic {
	width: 200px;
	height: 80px;
	margin: 0 auto;
}

.fp-box-2 ul li .pic img {
	width: 100%;
	height: 100%;
}

footer {
	background: #323232;
	text-align: center;
	height: 95px;
	line-height: 95px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.banner-two {
	width: 100%;
	height: 580px;
	position: relative;
}

.banner-two img {
	width: 100%;
	height: 100%;
	display: block;
}

.banner-two .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 3;
}

.banner-two h3 {
	line-height: 580px;
	font-size: 36px;
	color: #ffffff;
}


.banner-twop {
	width: 100%;
	height: 400px;
	position: relative;
}

.banner-twop img {
	width: 100%;
	height: 100%;
	display: block;
}

.banner-twop .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 3;
}

.banner-twop h3 {
	line-height: 400px;
	font-size: 36px;
	color: #ffffff;
}



.banner-twotu {
	width: 100%;
	height: 400px;
	position: relative;
}

.banner-twotu img {
	width: 100%;
	height: 100%;
	display: block;
}

.banner-twotu .text {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
	z-index: 3;
}

.banner-twotu h3 {
	line-height:400px;
	font-size: 36px;
	color: #ffffff;
}


/*  */
.lun2 {
	padding: 0px 0;
}

.lun2 .swiper-container {
	padding: 80px 0;
}

.lun2 .swiper-container img {
	width: 100%;
}

.lun2 .swiper-container .swiper-slide-active {
	position: relative;
	z-index: 3;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.2);
}

.lun2 h3 {
	text-align: center;
	padding-top: 73px;
	padding-bottom: 20px;
	font-size: 30px;
}

.list_guan ul {
	padding-bottom: 75px;
}

.list_guan ul li {
	text-align: center;
	width: 33.33%;
	float: left;
	font-size: 24px;
	color: #000000;
	line-height: 30px;
}

.list_guan ul li img {
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
	width: 140px;
	height: 140px;
	margin-top: 90px;
}

.fp-box-3 {
	width: 100%;
	height: 432px;
	background: url(../images/bg3.png) no-repeat center;
	background-size: 100% 100%;
	padding-top: 80px;
	box-sizing: border-box;
}

.titleg h3 {
	text-align: center;
	font-size: 36px;
	color: #ffffff;
	margin-bottom: 5px;
}

.titleg i {
	width: 53px;
	height: 4px;
	background: #fff;
	display: block;
	margin: 0 auto;
}

.main2 {
	width: 1200px;
	margin: 0 auto;
}

.fp-box-3 ul {
	margin-top: 55px;
}

.fp-box-3 ul li {
	width: 33.33%;
	float: left;
	position: relative;
	padding-left: 65px;
	box-sizing: border-box;
}

.fp-box-3 ul li img {
	position: absolute;
	top: 20px;
	left: 0px;
}

.fp-box-3 ul li h3 {
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
}

.fp-box-3 ul li p {
	font-size: 12px;
	color: #ffffff;
	line-height: 26px;
	padding-right: 30px;
	box-sizing: border-box;
}

/*  */

.fp-box-4 {
	padding-top: 40px;
}

.fp-box-4 .left {
	width: 50%;
	float: left;
	font-size: 16px;
	color: #666666;
}

.fp-box-4 .left a {
	font-size: 16px;
	color: #666666;
}

.fp-box-4 .left a:hover {
	color: #00b046;
}

.fp-box-4 .rii {
	width: 50%;
	float: right;

}

.fp-box-4 .rii .box {
	width: 400px;
	height: 50px;
	float: right;
	background: #eeeeee;
}

.fp-box-4 .rii .box .in1 {
	width: 80%;
	height: 100%;
	background: none;
	border: none;
	font-size: 16px;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.fp-box-4 .rii .box .in2 {
	width: 20%;
	height: 100%;
	float: right;
	text-align: center;
	background: none;
	border: none;
	background: url(../images/sousou.png) no-repeat center;
}

.fp-box-5 {
	padding-top: 40px;
}

.fp-box-5 .top h3 {
	text-align: center;
	font-size: 28px;
	color: #222222;
}

.fp-box-5 .top .listbn {
	text-align: center;
	margin: 45px 0;
}

.fp-box-5 .top .listbn a {
	display: inline-block;
	width: 142px;
	height: 50px;
	background: #eeeeee;
	text-align: center;
	line-height: 50px;
	margin: 0 13px;
}

.fp-box-5 .top .listbn a:hover {
	background: #00b046;
	color: #fff;
}

.fp-box-5 .top .listbn a.hover {
	background: #00b046;
	color: #fff;
}

.fp-box-5 ul {
	margin-left: -15px;
	margin-right: -15px;
}

.fp-box-5 ul li {
	width: 33.33%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.fp-box-5 ul li .pic {
	width: 99.6%;
	height: 293px;
	overflow: hidden;
	border:1px solid #e5e5e5;
}

.fp-box-5 ul li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.fp-box-5 ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp-box-5 ul li .text {
	border: 1px solid #e5e5e5;
	border-top: none;
	height: 90px;
	position: relative;
	text-align: left;
	line-height: 90px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 18px;
	color: #333333;
}

.fp-box-5 ul li .text i {
	position: absolute;
	top: 36px;
	right: 15px;
	display: inline-block;
	width: 30px;
	height: 16px;
	background: url(../images/huijian.png) no-repeat center;
	background-size: 100% 100%;

}

.fp-box-5 ul li:hover .text {
	background: #00b046;
	color: #fff;
}

.fp-box-5 ul li:hover .text i {
	background: url(../images/baijian.png) no-repeat center;
    top: 35px;
	right: 15px;
	width: 30px;
	height: 16px;
	background-size: 100% 100%;

}


.un_page {
	padding: 80px 0;
	padding-top: 30px;
	text-align: center;
}

.un_page a {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e5e5e5;
	padding: 0 15px;
	border-radius: 5px;
}

.un_page a:hover,
.un_page a.hover {
	color: #fff;
	background: #00b046;
	border-color: #00b046;
}

.un_page .num {
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}


/*  */
.fp-box-6 .main {
	margin-top: 80px;
}

.fp-box-6 .left {
	width: 500px;
	height: 300px;
	float: left;
}

.fp-box-6 .left img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.fp-box-6 .rii {
	float: right;
	width: 600px;
	-text-align: center;
}

.fp-box-6 .rii h2 {
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #00b046;
	color: #00b046;
	padding: 15px 15px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom:30px;
}

.fp-box-6 .rii .text ul li {
	margin-bottom: 50px;
}

.fp-box-6 .rii .text h3 {
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
	text-align: left;
	font-weight: bold;
}

.fp-box-6 .rii .text p {
	text-align: justify;
	font-size: 16px;
	color: #000000;
	line-height: 26px;
}

.text_deou {
	margin-top: 30px;
}

.text_deou P {
	font-size: 16px;
	color: #555c70;
	line-height: 26px;
	margin-bottom: 15px;
	text-indent: 2rem;
	text-align: left;
}

.table {
	width: 600px;
	margin: 80px auto;

}

.table tr {
	border: 1px solid #cdd3d9;
	text-align: left;

	height: 40px;
}

.table tr th {
	color: #00893d;
	padding-left: 20px;
}

.table tr td {
	padding-left: 20px;
}

.table tr th:nth-child(1) {
	border-right: 2px solid #dbe9f6;
}

.table tr td:nth-child(1) {
	border-right: 2px solid #dbe9f6;
}

.table tr:nth-child(2n) {
	background: #deeaf6;
}

.banner-two2 h3 {
	line-height: 40px;
	margin-top: 130px;
}

.d_title h3 {
	font-size: 36px;
	color: #00b046;
	text-align: center;
	margin-bottom: 5px;
}

.d_title i {
	width: 53px;
	height: 4px;
	background: #00b046;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
}

.fp-box-7 {
	background: url(../images/bowen.png) no-repeat left top;
}

.fp-box-7 .top {
	background: #f8f8f8;
	padding: 50px 100px 50px 100px;
	box-sizing: border-box;
	margin-top: -180px;
	position: relative;
	z-index: 22;
}

.fp-box-7 .top p {
	font-size: 18px;
	color: #000000;
	line-height: 38px;
	text-align: center;
}

.fp-box-7 .top p i {
	font-size: 24px;
	color: #000000;
	font-weight: bold;
}

.fp-box-7 .mtu {
	margin-top:1px;
}

.fp-box-7 .mtu  a{
	width: 300px;
	height: 40px;
	display: block;
	margin: 0 auto 50px auto;
	border: 1px solid #00b046;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #00b046;
	font-family:Arial, Helvetica, sans-serif;
}

.fp-box-7 .minn {
	margin-top: 70px;
}

.fp-box-7 .minn ul {
	margin-left: -43px;
	margin-right: -43px;
}

.fp-box-7 .minn ul li {
	width: 33.33%;
	float: left;
	padding: 0 43px;
	box-sizing: border-box;
	height: 468px;
	margin-bottom: 60px;
}

.fp-box-77 .minn ul li {
	width: 33.33%;
	float: left;
	padding: 0 43px;
	box-sizing: border-box;
	height: 250px;
	margin-bottom: 60px;
}

.fp-box-7 .minn ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.fp-box-8 ul li {
	width: 19.3%;
	margin-left: 0.5%;
	float: left;
	margin-bottom: 50px;
	border:1px solid #9ca19e;
}

.fp-box-8 ul li img {
	width: 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;
	max-height: 200px;
}

.fp-box-8 ul li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	/*兼容-webkit-引擎浏览器*/
	-moz-transform: scale(1.1);
}

.fp-box-8 ul {
	padding-right: 10px;
	box-sizing: border-box;
}

.fp-box-8 ul li .pic {
	position: relative;
	overflow: hidden;
}

.fp-box-8 ul li .pic span {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 222;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
	padding-top: 25%;
	box-sizing: border-box;
	font-size: 14px;
	color: #fff;
	display: none;

}

.fp-box-8 ul li .pic span img {
	width: auto;
	height: auto;
	display: block;
	margin: 0 auto;
	margin-bottom: 15px;
}

.fp-box-8 ul li .text {
	height: 80px;
	background: #fff;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	color: #333333;
}

.fp-box-8 ul li:hover .pic span {
	display: block;
}

.fp-box-8 ul li:hover .text {
	background: #eeeeee;
}

.fp-box-9 {
	margin: 50px 0;
}

.fp-box-9 img {
	width: 100%;
	height:520px;
	object-fit: cover;
}
