.home-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.bannerSwiper {
	position: relative;
	z-index: 5;
}

.bannerSwiper img {
	width: 100%;
	position: relative;
	z-index: 1;
}

.bannerSwiper .swiper-slide-active img {
	animation: changeScale 1 2.5s;
}

.h-pc-banner {
	display: block;
}

.h-mobile-banner {
	display: none;
}

.home-banner .swiper-pagination {
	bottom: 0.3rem;
	display: flex;
	justify-content: center;
}

.home-banner .swiper-pagination-bullet {
	width: 0.58rem;
	height: 0.06rem;
	border-radius: 0.06rem;
	opacity: 1;
	background: #fff;
	margin: 0 0.06rem;
}

.home-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #00a299;
}

.home-news {
	padding: 0.66rem 0 0.78rem;
	background: #fff;
}

.home-news-img {
	width: 100%;
	overflow: hidden;
}

.home-news-img img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.homeNewsSwiper .swiper-slide:hover .home-news-img img {
	transform: scale(1.1);
}

.home-news-info {
	width: 100%;
	padding: 0.2rem 0.24rem 0.24rem;
	background: #eeeeee;
	margin-top: 0.24rem;
	position: relative;
	transition-duration: 0.3s;
}

.home-news-info h3 {
	height: 0.56rem;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.28rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0.1rem;
}

.homeNewsSwiper .swiper-slide:hover .home-news-info h3 {
	color: #00a299;
}

.home-news-info p {
	height: 0.52rem;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.26rem;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.home-news-info-topLine,
.home-news-info-bottomLine {
	width: 100%;
	background: url(../images/h-news-jt.png) no-repeat center bottom;
	background-size: 0.19rem 0.17rem;
	overflow: hidden;
	position: absolute;
	left: 0;
}

.home-news-info-topLine {
	height: 0.17rem;
	top: -0.17rem;
}

.home-news-info-bottomLine {
	height: 0;
	bottom: -0.06rem;
}

.home-news-info-topLine:before,
.home-news-info-bottomLine:before {
	display: block;
	content: '';
	width: calc(50% - 0.095rem);
	height: 1px;
	background: #0a9b95;
	position: absolute;
	bottom: 0;
	left: 0;
}

.home-news-info-topLine:after,
.home-news-info-bottomLine:after {
	display: block;
	content: '';
	width: calc(50% - 0.095rem);
	height: 1px;
	background: #0a9b95;
	position: absolute;
	bottom: 0;
	right: 0;
}

.homeNewsSwiper .swiper-slide-active .home-news-info {
	margin-top: 0;
	margin-bottom: 0.24rem;
}

.homeNewsSwiper .swiper-slide-active .home-news-info-topLine {
	height: 0;
}

.homeNewsSwiper .swiper-slide-active .home-news-info-bottomLine {
	height: 0.17rem;
}

.home-news-control {
	margin-top: 0.16rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-news-control img {
	display: block;
	width: 0.65rem;
	margin: 0 0.12rem;
}

.home-news-next,
.home-news-prev {
	display: block;
	width: 0.38rem;
	height: 0.38rem;
	cursor: pointer;
}

.home-news-next {
	background: url(../images/h-news-jt01.png) no-repeat center center #cceceb;
	background-size: 0.13rem;
}

.home-news-next:hover {
	background: url(../images/h-news-jt01w.png) no-repeat center center #0a9b95;
	background-size: 0.13rem;
}

.home-news-prev {
	background: url(../images/h-news-jt02.png) no-repeat center center #cceceb;
	background-size: 0.13rem;
}

.home-news-prev:hover {
	background: url(../images/h-news-jt02w.png) no-repeat center center #0a9b95;
	background-size: 0.13rem;
}

.home-about {
	width: 100%;
	padding-top: 1.5rem;
	position: relative;
}

.home-about:after {
	display: block;
	content: '';
	width: 100%;
	height: 2.86rem;
	background: url(../images/h-ab-bg01.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.home-about .w1532 {
	position: relative;
	z-index: 10;
}

.home-about-content {
	width: 100%;
	padding-left: 13.18%;

}

.home-about-img {
	width: 52.48%;
	overflow: hidden;
	position: absolute;
	top: -0.44rem;
	left: 0;
}

.home-about-img img {
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	transition-duration: 0.3s;
}

.home-about-img:hover img {
	transform: scale(1.1);
}

.home-about-img-cover {
	width: 100%;
	height: 0%;
	background: #00a299;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}

.home-about-info {
	width: 100%;
	background: #eeeeee;
	padding: 0.6rem 0.55rem 0.5rem 49%;
}

.home-about-info .home-title {
	display: inline-flex;
	flex-wrap: wrap;
	margin-bottom: 0.18rem;
}

.home-about-info .home-title h3 {
	text-align: left;
}

.home-about-info .home-title-line {
	width: 100%;
	margin: 0.24rem 0 0;
}

.home-about-info .home-title-line:after {
	transform: translateX(0);
	left: 0;
}

.home-about-txt {
	font-size: 0.18rem;
	color: #555555;
	line-height: 1.6;
	margin-bottom: 0.2rem;
}

.get-more {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 3.04rem;
	padding-bottom: 0.16rem;
	border-bottom: 0.04rem solid #00a299;
	position: relative;
}

.get-more:after {
	display: block;
	content: '';
	width: 0%;
	height: 0.04rem;
	background: #e3a659;
	position: absolute;
	bottom: -0.04rem;
	left: 0;
	transition-duration: 0.3s;
}

.get-more span {
	font-size: 0.24rem;
	color: #00a299;
	font-weight: bold;
	line-height: 1;
}

.get-more img {
	display: block;
	width: 0.6rem;
	transition-duration: 0.3s;
}

.get-more:hover:after {
	width: 100%;
}

.get-more:hover img {
	margin-right: -10px;
}

.home-zltj {
	padding: 0.9rem 0 0.86rem;
	background: url(../images/h-zltj-bg.png) no-repeat bottom left #fff;
	background-size: 13.82rem;
}

.home-zltj-content {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.home-zltj-fl {
	width: 49%;
	position: relative;
	z-index: 10;
}

.home-zltj-fl h4 {
	font-size: 0.3rem;
	color: #00a299;
	font-family: 'syhtB';
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 0.2rem;
}

.home-zltj-fl ul {
	margin-bottom: 0.4rem;
}

.home-zltj-fl ul li {
	width: 100%;
	height: 0.8rem;
	padding-left: 0.6rem;
	position: relative;
	cursor: pointer;
}

.home-zltj-fl ul li:before {
	display: block;
	content: '';
	width: 0.07rem;
	height: 100%;
	background: #00a299;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.3s;
}

.home-zltj-fl ul li.on:before {
	opacity: 1;
}

.home-zltj-fl ul li:after {
	display: block;
	content: '';
	width: 0%;
	height: 100%;
	background: #e3a659;
	clip-path: polygon(0 0, 100% 0, calc(100% - 5%) 100%, 0% 100%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	transition-duration: 0.5s;
}

.home-zltj-fl ul li.on:after {
	width: 114%;
}

.home-zltj-fl ul li a {
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #cdcdcd;
	font-size: 0.28rem;
	color: #333333;
	line-height: 1.4;
	position: relative;
	z-index: 4;
	transition-duration: 0.3s;
}

.home-zltj-fl ul li.on a {
	color: #fff;
	border-bottom: 1px solid transparent;
}

.home-zltj-fr {
	width: 49%;
	position: relative;
}

.zltjSwiper .swiper-slide {
	overflow: hidden;
}

.zltjSwiper .swiper-slide img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}

.zltjSwiper .swiper-slide:hover img {
	transform: scale(1.1);
}

.home-zltj-control {
	display: flex;
	position: absolute;
	bottom: 0.1rem;
	right: 0.1rem;
	z-index: 2;
}

.home-zltj-prev,
.home-zltj-next {
	display: block;
	width: 0.38rem;
	height: 0.38rem;
	margin: 0 0.06rem;
	cursor: pointer;
}

.home-zltj-next {
	margin-right: 0;
	background: url(../images/h-news-jt01.png) no-repeat center center #cceceb;
	background-size: 0.13rem;
}

.home-zltj-next:hover {
	background: url(../images/h-news-jt01w.png) no-repeat center center #0a9b95;
	background-size: 0.13rem;
}

.home-zltj-prev {
	margin-left: 0;
	background: url(../images/h-news-jt02.png) no-repeat center center #cceceb;
	background-size: 0.13rem;
}

.home-zltj-prev:hover {
	background: url(../images/h-news-jt02w.png) no-repeat center center #0a9b95;
	background-size: 0.13rem;
}



@media only screen and (max-width: 1440px) {
	.home-about-txt {
		font-size: 0.2rem;
	}
}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1180px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 769px) {
	.home-banner {
		margin-top: 102px;
	}

	.h-pc-banner {
		display: none;
	}

	.h-mobile-banner {
		display: block;
	}

	.home-news-info h3 {
		font-size: 16px;
		height: auto;
		line-height: 1.4;
	}

	.home-news-info p {
		font-size: 14px;
		height: auto;
		line-height: 1.4;
	}

	.home-news-control img {
		width: 52px;
		height: 30px;
	}

	.home-news-next,
	.home-news-prev {
		width: 30px;
		height: 30px;
		background-size: 13px !important;
	}

	.home-about-content {
		padding-left: 0;
	}

	.home-about-img {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
	}

	.home-about-info {
		padding: 30px 15px;
	}

	.home-about-txt {
		font-size: 14px;
	}

	.get-more span {
		font-size: 16px;
	}

	.home-zltj-content {
		display: block;
	}

	.home-zltj-fl {
		width: 100%;
	}

	.home-zltj-fl h4 {
		font-size: 18px;
	}

	.home-zltj-fl ul li {
		padding-left: 0.3rem;
	}

	.home-zltj-fl ul li.on:after {
		width: 100%;
		clip-path: none;
	}

	.home-zltj-fr {
		width: 100%;
		margin-top: 30px;
	}

	.home-zltj-prev,
	.home-zltj-next {
		width: 30px;
		height: 30px;
		background-size: 13px !important;
	}

	.get-more img {
		width: 20px;
	}
}