@charset "utf-8";

body {
	overflow-x: hidden;
}


/*banner*/
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100vh;
}

.banner {
	overflow: hidden;
	position: relative;
}

.banner .slick {
	position: relative;
	z-index: 9;
}

.banner .slick-slide a {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .slick-slide a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background: url(../images/head-yy.png) repeat-x center;
	height: 1.88rem;
}

.banner a img {
	display: block;
	width: 100%;
}

.banner .slick-dots {
	bottom: 0.32rem;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
}

.banner .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	margin: 0 0.08rem;
	padding: 0;
	background: rgba(238, 238, 238, 0.8);
	border-radius: 50%;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	background: #fff;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-prev,
.banner .slick-next {
	width: 0.29rem;
	height: 0.39rem;
	opacity: 0.8;
	transition: all 0.3s;
}

.banner .slick-prev {
	left: 6.25%;
	background: url(../images/prev1.png) no-repeat;
	background-size: cover;
}

.banner .slick-next {
	right: 6.25%;
	background: url(../images/next1.png) no-repeat;
	background-size: cover;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	opacity: 1;
}

/*首页样式*/
.index {
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99;
	background: #fff;
}

.title {
	position: relative;
	margin-bottom: 0.3rem;
	margin-top: 0.2rem;
}

.title h3 {
	font-family: 'sySong';
	font-size: 0.36rem;
	color: #008c78;
	font-weight: bold;
}

.title.white h3 {
	color: #fff;
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.more a {
	display: block;
	font-family: 'sySong';
	font-size: 0.18rem;
	color: #079883;
	background-image: url(../images/more1.png);
	background-size: 1.13rem auto;
	background-repeat: no-repeat;
	background-position: right bottom;
	transition: all 0.3s;
}

.more a span {
	display: inline-block;
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.5rem;
	background-color: #008c78;
	border-radius: 50%;
	font-size: 0;
	text-align: center;
	margin-right: 0.6rem;
	transition: all 0.3s;
}

.more a span img {
	display: inline-block;
	width: 0.26rem;
	height: 0.26rem;
	vertical-align: middle;
	transition: all 0.3s;
}

.more:hover a {
	color: #666;
}

.more:hover a span img {
	transform: rotate(-45deg);
}

.title.white .more a {
	color: #fff;
}

/*主体*/

.section1 {
	padding-top: 1.22rem;
	background-image: url(../images/section1-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding-bottom: 0.8rem;
}

.s1-l {
	width: 55.71%;
}

.s1-lt li a {
	display: block;
	position: relative;
}

.s1-lt li a .pic {
	padding-top: 51.28%;
}
/*处理兼容模式下显示比例问题*/
.img-fit-cover{object-fit: cover; font-family: 'object-fit: cover;';}

.s1-lt li a .pic::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/jdt-yy.png) repeat-x;
	height: 1.6rem;
}

.s1-lt li a h3 {
	position: absolute;
	left: 0.2rem;
	right: 1.3rem;
	bottom: 0.1rem;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.48rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-lt .slick-dots {
	width: auto;
	right: 0.1rem;
	bottom: 0.25rem;
}

.s1-lt .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 0.1rem;
}

.s1-lt .slick-dots li.slick-active {
	background-color: #fff;
}

.s1-lt .slick-dots li button {
	display: none;
}

.s1-l .gg-list {
	margin-top: 0.2rem;
}

.gg-list {
	width: 100%;
}

.gg-list li {
	font-size: 0.18rem;
	line-height: 0.5rem;
	overflow: hidden;
	transition: all 0.3s;
	position: relative;
	left: 0;
}

.gg-list li span {
	float: right;
	display: block;
	margin-left: 0.15rem;
	font-size: 0.16rem;
	color: #999;
}

.gg-list li a {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 0.18rem;
}

.gg-list li a em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#008c78, #008c78);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}


.gg-list li:hover {
	left: 0.05rem;
}

.gg-list li:hover a {
	color: #0a854c;
}

.gg-list li:hover a,
.gg-list li:hover a em {
	background-size: 100% 1px;
}

.s1-r {
	width: 39.14%;
}

.s1-r ul {
	background-color: #e5f3f1;
	padding: 0.1rem 0.24rem 0.35rem 0.24rem;
}

.s1-r ul li a {
	display: block;
	overflow: hidden;
	padding: 0.21rem 0;
	border-bottom: 1px solid rgba(0, 140, 120, 0.3);
	transition: all 0.3s;
}

.s1-r ul li:last-child a {
	border-top: none;
}

.s1-r ul li .date {
	width: 0.58rem;
	text-align: center;
	margin-right: 0.2rem;
	transition: all 0.3s;
}

.s1-r ul li .date p {
	font-size: 0.2rem;
	color: #fff;
	line-height: 0.36rem;
	background-color: #008c78;
}

.s1-r ul li .date span {
	display: block;
	font-size: 0.16rem;
	line-height: 32px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-top: none;
}

.s1-r ul li h3 {
	overflow: hidden;
	font-size: 0;
	line-height: 0.6rem;
	height: 0.6rem;
	margin-top: 0.06rem;
}

.s1-r ul li h3 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.18rem;
	line-height: 0.3rem;
	transition: all 0.3s;
}

.s1-r ul li h3 p em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#008c78, #008c78);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s1-r ul li:hover h3 p em {
	color: #008c78;
	font-weight: bold;
	background-size: 100% 1px;
}

.s1-r ul li:hover a {
	border-bottom-color: #008c78;
}


.section2 {
	padding: 0.2rem 0 0.5rem 0;
	position: relative;
	z-index: 1;
}

.section2::before {
	content: "";
	position: absolute;
	right: 50%;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(../images/s2-lbg.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
}

.section2::after {
	content: "";
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/s2-rbg.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
}

.section2 .title h3,
.section2 .title .more a {
	color: #fff;
}

.s2-l .more a span {
	background-color: #00a089;
	box-shadow: 0.02rem 0 0.14rem rgba(0, 132, 113, 0.3);
}

.s2-r .more a span {
	background-color: #00bd93;
}

.s2-l,
.s2-r {
	width: 47.85%;
}

.s2-l ul li {
	width: 48%;
}

.s2-l ul li a {
	display: flex;
	flex-wrap: wrap;
}

.s2-l ul li a .pic {
	width: 100%;
	padding-top: 65.21%;
}

.s2-l ul li .s2-lintro {
	width: 100%;
	background-color: #fff;
	padding: 0.2rem;
}

.s2-l ul li .s2-lintro h3 {
	font-size: 0.18rem;
	line-height: 0.32rem;
	height: 0.64rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s2-l ul li .s2-lintro h3 em {
	font-weight: bold;
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#008c78, #008c78);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s2-l ul li:hover .s2-lintro h3 em {
	color: #008c78;
	background-size: 100% 1px;
}

.s2-l ul li .s2-lintro p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s2-l ul li .s2-lintro hr {
	width: 100%;
	height: 1px;
	background-color: #e5e5e5;
	border: none;
	margin: 0.2rem 0;
}

.s2-l ul li:first-child .s2-lintro {
	border-bottom: 0.05rem solid #e29437;
}

.s2-l ul li:nth-child(2) .s2-lintro {
	order: 1;
	border-top: 0.05rem solid #e29437;
}

.s2-l ul li:nth-child(2) .pic {
	order: 2;
}

.s2-l ul li:hover a .pic img {
	transform: scale(1.1);
}

.xz-r1 ul {
	margin-top: 0.2rem;
}

.xz-r1 ul li {
	line-height: 0.63rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.xz-r1 ul li a {
	display: block;
	color: #fff;
	position: relative;
}

.xz-r1 ul li a::before {
	content: "";
	position: absolute;
	left: -0.3rem;
	top: 0;
	bottom: 0;
	width: 0;
	background-color: rgba(255, 255, 255, 0.12);
	transition: all 0.3s;
}

.xz-r1 ul li a h3 {
	font-size: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	padding-left: 0.3rem;
}

.xz-r1 ul li a h3::after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.08rem;
	height: 0.08rem;
	background-color: #fff;
	border-radius: 50%;
}

.xz-r1 ul li .s2-ryc {
	display: none;
	overflow: hidden;
	padding-left: 0.3rem;
}

.xz-r1 ul li .s2-ryc span {
	display: block;
	float: left;
	width: 49%;
	font-size: 0.16rem;
	color: #fff;
	line-height: 0.4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.xz-r1 ul li.on a {
	padding: 0 0 0.2rem 0;
}

.xz-r1 ul li.on a::before {
	width: 800%;
}

.xz-r1 ul li.on .s2-ryc {
	display: block;
}

.xz-r1 ul li.on a h3 {
	font-weight: bold;
	text-decoration: underline;
}

.xz-r1 ul li.on p {
	display: block;
	display: -webkit-box;
}


.section3 {
	padding: 0.3rem 0 1.5rem 0;
	background: url(../images/section3-bg.jpg) no-repeat center;
	background-size: cover;
}

.s3-c .slick-list {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}

.s3-c ul li a {
	display: block;
	position: relative;
}

.s3-c ul li .pic {
	padding-top: 56.07%;
	transition: all 0.5s;

}

.s3-c ul li .pic::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.s3-c ul li.slick-center .pic {
	transform: scale(1.3);
	z-index: 5;
}

.s3-c ul li.slick-center .pic::after {
	display: none;
}

.s3-c ul li.slick-center .bfan {
	display: none;
}

.s3-c ul li .bfan {
	display: block;
	width: 0.71rem;
	height: 0.71rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
}

.s3-c .slick-prev,
.s3-c .slick-next {
	width: 0.6rem;
	height: 0.6rem;
	line-height: 0.6rem;
	border: 1px solid #008c78;
	border-radius: 50%;
	text-align: center;
	top: 110%;
	transform: none;
	transition: all 0.3s;
}

.s3-c .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 0.2rem;
	background-image: url(../images/prev2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.s3-c .slick-prev:hover {
	background-color: #008c78;
	background-image: url(../images/prev2-1.png);
}

.s3-c .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 0.2rem;
	background-image: url(../images/next2.png);
	background-repeat: no-repeat;
	background-position: center;
}

.s3-c .slick-next:hover {
	background-color: #008c78;
	background-image: url(../images/next2-1.png);
}

.section4 {
	background: url(../images/section4-bg.jpg) no-repeat center;
	background-size: cover;
	padding: 0.3rem 0 0.7rem 0;
	overflow: hidden;
}

.s4-l,
.s4-r {
	width: 47.85%;
}

.s4-l .s4-box a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #e9f5f3;
}

.s4-l .s4-box a .s4-pic {
	width: 47.61%;
}

.s4-l .s4-box a .s4-pic .pic {
	padding-top: 75.23%;
}

.s4-l .s4-box a .s4-rtx {
	width: calc(100% - 47.61%);

	padding: 0.3rem;
}

.s4-l .s4-box a .s4-rtx h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s4-l .s4-box a .s4-rtx h3 em {
	font-weight: bold;
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#008c78, #008c78);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s4-l .s4-box a:hover .s4-rtx h3 em {
	color: #008c78;
	background-size: 100% 1px;
}

.s4-l .s4-box a .s4-rtx p {
	font-size: 0.16rem;
	color: #999;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.1rem;
}

.s4-l .s4-box a .s4-rtx .date {
	font-size: 0.16rem;
	color: #008c78;
	margin-top: 0.1rem;
}

.s4-l .s4-box a .s4-rtx .date span {
	font-size: 0.24rem;
	font-weight: bold;
	color: #008c78;
	padding-right: 0.05rem;
}

.s4-l .s4-box a:hover .s4-pic .pic img {
	transform: scale(1.1);
}

.s4-l .s4-box.mt {
	margin-top: 0.5rem;
}

.s4-l .s4-box.mt .s4-pic {
	order: 2;
}

.s4-l .s4-box.mt .s4-rtx {
	order: 1;
}

.s4-r ul {
	border-top: 0.02rem solid #008c78;
}

.s4-r ul li a {
	display: block;
	padding: 0.1rem 0.2rem;
	border-top: 1px solid #e5e5e5;
}

.s4-r ul li:first-child a {
	border-top: none;
}

.s4-r ul li h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s4-r ul li h3 em {
	font-weight: bold;
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#fff, #fff);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s4-r ul li a:hover h3 em {
	background-size: 100% 1px;
}

.s4-r ul li p {
	font-size: 0.16rem;
	color: #999;
	line-height: 0.3rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0.1rem;
}

.s4-r ul li .date {
	font-size: 0.16rem;
	color: #008c78;
	margin-top: 0.1rem;
}

.s4-r ul li .date span {
	font-size: 0.24rem;
	font-weight: bold;
	color: #008c78;
	padding-right: 0.05rem;
}

.s4-r ul li a:hover {
	background-color: #008c78;
}

.s4-r ul li a:hover h3 em,
.s4-r ul li a:hover p,
.s4-r ul li a:hover .date,
.s4-r ul li a:hover .date span {
	color: #fff;
}

.section5 {
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
	overflow: hidden;
}

.section3 .title,
.section5 .title {
	text-align: center;
}

.section3 .title h3,
.section5 .title h3 {
	float: none;
	display: inline-block;
}

.s5-c {
	overflow: hidden;
}

.s5-c ul {
	margin-left: -0.18rem;
	margin-right: -0.18rem;
}

.s5-c ul li a {
	display: block;
	margin: 0.18rem;
}

.s5-c ul li .pic {
	padding-top: 40.12%;
}

.s5-c .slick-dots {
	position: static;
}

.s5-c .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	background-color: rgba(0, 140, 120, 0.24);
	border-radius: 50%;
	margin: 0.2rem;
	transition: all 0.3s;
}

.s5-c .slick-dots li.slick-active {
	background-color: #008c78;
}

.s5-c .slick-dots li button {
	display: none;
}


@media screen and (max-width:1350px) {}

@media screen and (max-width: 1300px) {
	.s1-r ul li a {
		padding: 0.18rem 0;
	}
}

@media screen and (max-width: 1024px) {

	.banner,
	.banner .slick,
	.banner .slick div,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		width: 100%;
		height: auto;
	}

	.index {
		position: static;
	}

	.title h3 {
		font-size: 0.3rem;
	}

	.more a span {
		width: 0.4rem;
		height: 0.4rem;
		line-height: 0.4rem;
		margin-right: 0.4rem;
	}

	.more a span img {
		width: 0.2rem;
		height: 0.2rem;
	}

	.more a {
		font-size: 0.16rem;
		background-size: 1rem auto;
	}

	.section1 {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.xz-r1 ul li a::before {
		left: -0.22rem;
	}

	.s1-r ul li a {
		padding: 0.1rem 0;
	}

	.xz-r1 ul li {
		line-height: 0.54rem;
	}

	.s3-c .slick-prev,
	.s3-c .slick-next {
		width: 0.5rem;
		height: 0.5rem;
		top: 105%;
	}

	.section3 {
		padding: 0.3rem 0 1rem 0;
	}

	.s3-c ul li .bfan {
		width: 0.61rem;
		height: 0.61rem;
	}

	.section4 {
		padding: 0.3rem 0;
	}

	.section5 {
		margin-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.s5-c {
		margin-top: 0.3rem;
	}
}

@media screen and (max-width: 768px) {

	.s1-l,
	.s1-r {
		width: 100%;
	}

	.section2 {
		padding: 0;
	}

	.section2::before,
	.section2::after {
		display: none;
	}

	.s2-l,
	.s2-r {
		width: 100%;
		position: relative;
		z-index: 1;
		padding-bottom: 0.3rem;
	}

	.s2-l::before {
		content: "";
		position: absolute;
		left: -5%;
		right: -5%;
		top: 0;
		bottom: 0;
		background: url(../images/s2-lbg.jpg) no-repeat center;
		background-size: cover;
		z-index: -1;
	}

	.s2-r::before {
		content: "";
		position: absolute;
		left: -5%;
		right: -5%;
		top: 0;
		bottom: 0;
		background: url(../images/s2-rbg.jpg) no-repeat center;
		background-size: cover;
		z-index: -1;
	}

	.xz-r1 ul li a::before {
		left: -0.28rem;
	}

	.s4-l,
	.s4-r {
		width: 100%;
	}

	.s4-r {
		margin-top: 0.2rem;
	}

	.section5 {
		padding-top: 0;
		padding-bottom: 0.2rem;
	}

	.s5-c .slick-dots li {
		margin: 0.1rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}