/* .about-bg1{
	background: url('../image/about-bg1.jpg') no-repeat center;
	background-size: cover;
}

.about-bg2{
	background: url('../image/about-bg2.jpg') no-repeat center;
	background-size: cover;
}

.about-bg3{
	background: url('../image/about-bg3.jpg') no-repeat center;
	background-size: cover;
}

.about-bg4{
	background: url('../image/index-banner6.jpg') no-repeat center;
	background-size: cover;
}

.about-bg5{
	background: url('../image/index-banner7.jpg') no-repeat center;
	background-size: cover;
} */

.section {
	background-size: cover;
}


.banner-content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	transform: translate(-50%, -50%);
	max-width: 470px;
	width: 100%;
	margin: 0 auto;
}

.banner-frame {
	position: relative;
	padding: 50px;
}

.banner-title {
	font-size: 50px;
	text-shadow: 0 0 6px #a59d9d;
}

.banner-line {
	content: '';
	max-width: 110px;
	width: 100%;
	border-top: 1px solid #009944;
	margin: 40px auto;
	box-shadow: 0 0 2px #009944;
}

.banner-txt {
	font-size: 22px;
	text-shadow: 0 0 6px #a59d9d;
}

.frame-line-1,
.frame-line-2 {
	position: absolute;
	content: '';
	max-width: 50px;
	max-height: 50px;
	width: 100px;
	height: 100px;
}

.frame-line-1 {
	top: 0;
	right: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.frame-line-2 {
	bottom: 0;
	left: 0;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


.fp-prev,
.fp-next {
	display: none;
}

.fp-slidesNav ul li a.active span {
	background: #009944;
	border-color: #009944;
}

.fp-slidesNav ul li a span {
	background: #fff;
	border-color: #fff;
}

.fp-slidesNav ul li {
	margin: 4px;
}

.fp-slidesNav.bottom {
	bottom: 60px;
}

.fp-slides {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}





.a-b2-s-w {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.a-b2-img,
.a-b2-content {
	float: left;
}

.a-b2-img {
	max-width: 382px;
	width: 100%;
}

.a-b2-img img {
	width: 100%;
}

.a-b2-content {
	max-width: 778px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
	color: #ffffff;
}

.a-b2-content h3 {
	font-size: 30px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #fff;
}

@media screen and (max-width:1202px) {
	.a-b2-content div {
		max-height: 50vh;
		overflow: auto;
	}
}

@media screen and (min-width:992px) {
	.a-b2-content div::-webkit-scrollbar {
		width: 4px;
		cursor: grab;
	}

	.a-b2-content div::-webkit-scrollbar-track {
		background-color: #fff;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}

	.a-b2-content div::-webkit-scrollbar-thumb {
		background-color: #999;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
}

.a-b2-content p {
	font-size: 14px;
	line-height: 24px;
}

.swiper-pagination-bullet-active {
	background: #009944;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}


.index-banner-4 {
	text-align: center;
}

.b-4-Btitle {
	opacity: 0;
}

.b-4-title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
}

.b-4-txt {
	font-size: 14px;
	line-height: 22px;
	padding: 20px 20px 0;
	max-width: 500px;
	margin: 0 auto;
}

.b-4-ul {
	margin-top: 20px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 0;
}

.b-4-ul li {
	display: inline-block;
	box-sizing: border-box;
	padding: 5px 5px;
}

.b-4-ul .b-4-img {
	max-width: 250px;
	width: 100%;
}

.b-4-ul img {
	width: 100%;
}

.b-4-p-title {
	font-size: 18px;
	font-weight: 500;
	padding: 10px 0 6px;
}

.b-4-p-info {
	font-size: 14px;
}

.b-4-img {
	position: relative;
	height: 291px;
	overflow: hidden;
}

.b-4-img:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: '';
	background: -webkit-linear-gradient(right, rgba(61, 162, 106, .7), rgba(58, 233, 204, .7));
	background: linear-gradient(to left, rgba(61, 162, 106, 0.7), rgba(58, 233, 204, 0.7));
	transition: linear 0.2s opacity;
	-webkit-transition: linear 0.2s opacity;
}

.b-4-img-txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
	padding: 0 20px;
	line-height: 22px;
	opacity: 0;
}

.b-4-img-txt:hover {
	cursor: pointer;
}

.b-4-info:hover .b-4-img:before {
	opacity: 1;
	cursor: pointer;
}

.b-4-info:hover .b-4-p-title {
	color: #3cc79d;
}

.b-4-info:hover .b-4-img-txt {
	opacity: 1;
}


.a-b4-content {
	text-align: center;
}

.a-b4-Btitle {
	opacity: 0;
}

.a-b4-title {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1px;
}

.a-b4-txt {
	font-size: 14px;
	line-height: 22px;
	padding-top: 10px;
	max-width: 500px;
	margin: 0 auto;
}

.a-b4-news {
	max-width: 900px;
	width: 100%;
	margin: 30px auto;
	text-align: left;
}

.a-b4-news-detail {
	margin-bottom: 50px;
	padding: 0 20px;
}

.a-b4-news-detail h3 {
	font-size: 22px;
	height: 29px;
	-webkit-line-clamp: 1;
}

.a-b4-news-detail p {
	font-size: 14px;
	margin: 20px 0 8px;
	height: 19px;
	-webkit-line-clamp: 1;
}

.a-b4-news-detail div {
	float: right;
	font-size: 14px;
}

.a-b4-news-detail h3 a:hover,
.a-b4-news-detail div a:hover {
	color: #037134;
}

.a-b4-btn a {
	display: block;
	background: -webkit-linear-gradient(top, rgba(61, 162, 106, .7), rgba(58, 233, 204, .7));
	font-size: 16px;
	padding: 10px 16px;
	border-radius: 20px;
	max-width: 100px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.news-btn-more {
	padding-right: 0;
}

.a-b4-btn a .news-btn-icon {
	opacity: 0;
}

.a-b4-btn a:hover .news-btn-icon {
	opacity: 1;
}

.a-b4-btn a:hover .news-btn-more {
	padding-right: 16px;
}


.a-b5-content {
	text-align: center;
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
}

.a-b5-Btitle {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: 1px;
}

.a-b5-content p {
	font-size: 16px;
	max-width: 600px;
	width: 100%;
	margin: 30px auto;
	line-height: 24px;
	padding: 0 20px;
	box-sizing: border-box;
}

.a-b5-ul img {
	max-width: 20px;
	width: 100%;
}

.a-b5-ul span {
	font-size: 20px;
	padding-left: 10px;
}

.a-b5-ul li {
	display: inline-block;
	padding: 0 20px;
}

.a-b5-location {
	margin-top: 30px !important;
	font-size: 20px !important;
}

.a-b-5-footer {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #fff;
	padding: 20px 0;
}

.address {
	position: relative;
}

.b-7-Btitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.b-7-footer {
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.11);
	;
}

.b-7-ul li {
	margin-bottom: 20px;
	text-align: center;
}

.b-7-ul img {
	margin-right: 10px;
}

.b-7-Btitle h2 {
	font-size: 30px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	font-weight: 400;
	text-align: center;
}