﻿@charset "utf-8";

body {
	overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100vh;
}

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick-slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.banner .slick-slide a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3.44rem;
	background: linear-gradient(180deg, #004a41 0%, rgba(216, 216, 216, 0) 95%);
}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out;
}

.banner .img_scale img {
	transform: scale(1);
}

.banner .slick-dots {
	max-width: 15rem;
	margin: 0 auto;
	bottom: 0.5rem;
	width: 100%;
	left: 0;
	right: 0;
	text-align: right;
	font-size: 0;
	z-index: 9;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.15rem;
	padding: 0;
	width: 0.46rem;
	height: 0.13rem;
	background: url(../images/dot1.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	background: url(../images/dot2.png) no-repeat;
	background-size: 100% 100%;
}

/*首页样式*/

.title {
	text-align: center;
	position: relative;
	z-index: 1;
}

.tit-c {
	display: inline-block;
	position: relative;
	padding-bottom: 0.2rem;
	text-align: left;
}

.tit-c h3 {
	font-family: 'sySong';
	font-size: 0.36rem;
	font-weight: bold;
	color: #004a41;
	padding-left: 0.45rem;
}

.tit-c p {
	width: 100%;
	font-family: 'sySong';
	font-weight: 700;
	font-size: 0.2rem;
	line-height: 1;
	color: #779892;
	position: absolute;
	left: 0;
	bottom: 0;
}

.tit-c p span {
	font-family: 'sySong';
	font-weight: 700;
	font-size: 0.72rem;
	color: #779892;
	background-image: -webkit-linear-gradient(90deg, #FFFFFF 0%, #004a41 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: all 0.3s;
}

.more a {
	display: block;
	font-size: 0.17rem;
	color: #004a41;
	line-height: 0.36rem;
	background: url(../images/more.svg) no-repeat left center;
	background-size: 0.32rem 0.36rem;
	padding-left: 0.35rem;
}

.more:hover {
	right: 0.05rem;
}



/*主体*/
.section1 {
	padding-top: 0.7rem;
	padding-bottom: 0.4rem;
	background: url(../images/section1-bg.png) no-repeat center 0.96rem;
	background-size: contain;
}

.s1-c {
	margin-top: 0.53rem;
}

.s1-c ul li a {
	display: block;
	margin: 0 0.14rem;
	position: relative;
	z-index: 1;
}

.s1-c ul li a .s1-cmr {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.s1-c ul li a .s1-cmr img {
	display: block;
	width: 100%;
	height: 100%;
}

.s1-c ul li:hover a .s1-cmr {
	display: none;
}

.s1-c ul li a .s1-cho {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: -1;
}

.s1-c ul li a .s1-cho img {
	display: block;
	width: 100%;
	height: 100%;
}

.s1-c ul li:hover a .s1-cho {
	display: block;
}

.s1-c ul li a .pic {
	padding-top: 80.82%;
}

.s1-c ul li a .pic svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.s1-c ul li a .s1-ctx {
	padding: 0.22rem 0.4rem;
}

.s1-c ul li a .s1-ctx h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #2C2C2C;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s1-c ul li:hover a .s1-ctx h3 {
	color: #fff;
	font-weight: bold;
}

.s1-c ul li a .s1-ctx p {
	text-align: center;
	font-size: 0.15rem;
	line-height: 0.3rem;
	color: #0079C3;
	margin-top: 0.32rem;
}

.s1-c ul li:hover a .s1-ctx p {
	color: #fff;
}

.s1-c .slick-dots {
	position: static;
	margin-top: 0.5rem;
	font-size: 0;
}

.s1-c .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #779892;
	margin: 0 0.12rem;
	transition: all 0.5s;
}

.s1-c .slick-dots li.slick-active {
	width: 0.44rem;
	border-radius: 0.47rem;
	background: #004a41;
}

.s1-c .slick-dots li button {
	display: none;
}



















.section2 {
	position: relative;
	z-index: 1;
	padding: 0.54rem 0 1rem 0;
	overflow: hidden;
	background: url(../images/section2-bg.jpg) no-repeat center;
	background-size: cover;
}

.s2-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s2-c .title {
	text-align: left;
}

.s2-l {
	width: 62.5%;
}

.s2-l .tit-c {
	padding-right: 0.2rem;
}

.s2-l ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.22rem;
}

.s2-l ul li {
	width: 48%;
	margin-top: 0.33rem;
}

.s2-l ul li:nth-child(even) {
	margin-left: 4%;
}

.s2-l ul li a {
	display: block;
	padding: 0.35rem;
	border: 1px solid;
	border-color: rgba(0, 138, 222, 0.39);
	border-image: linear-gradient(180deg, #FFED48 0%, #84D0FF 100%) 1;
	transition: all 0.5s;
}

.s2-l ul li:nth-child(2) a {
	border-color: #B1EDED;
	border-image: linear-gradient(0deg, #E4E951 47%, #E872DF 100%) 1;
}

.s2-l ul li:nth-child(3) a {
	border-color: #FFD6FB;
	border-image: linear-gradient(180deg, #55B7F1 0%, #E872DF 100%) 1;
}

.s2-l ul li:nth-child(4) a {
	border-color: #BAEDCF;
	border-image: linear-gradient(90deg, #55B7F1 0%, #E4E951 100%) 1;
}

.s2-l ul li a h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	height: 0.64rem;
	color: #525252;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s2-l ul li a .s2-ld {
	border-top: 1px solid rgba(0, 138, 222, 0.39);
	margin-top: 0.1rem;
	padding-top: 0.26rem;
	display: flex;
	justify-content: space-between;
	transition: all 0.5s;
}

.s2-l ul li:nth-child(2) a .s2-ld {
	border-top: 1px solid #B1EDED;
}

.s2-l ul li:nth-child(3) a .s2-ld {
	border-top: 1px solid #FFD6FB;
}

.s2-l ul li:nth-child(4) a .s2-ld {
	border-top: 1px solid #BAEDCF;
}

.s2-l ul li a .s2-ld .s2-ltx-l {
	flex: 1;
	min-width: 0;

}


.s2-l ul li a .s2-ld .s2-ltx-l p {
	font-size: 0.16rem;
	font-weight: 290;
	line-height: 0.36rem;
	color: #4A4A4A;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.s2-l ul li a .s2-ld .s2-ltx-l p svg {
	width: 0.2rem;
	margin-right: 0.2rem;
}

.s2-l ul li a .s2-ld .s2-ltx-l p svg path {
	transition: all 0.5s;
}

.s2-l ul li a .s2-ld .pic {
	width: 1.1rem;
	height: 1.1rem;
	padding-top: 0;
	border-radius: 50%;
	overflow: hidden;
	margin-left: 0.2rem;
}

.s2-l ul li:hover a {
	background: url(../images/s2-lbg.png) no-repeat;
	background-size: 100% 100%;
	border-image: none;
	border-color: transparent;
}

.s2-l ul li:hover a h3 {
	color: #fff;
    font-weight: bold;
}
.s2-l ul li:hover a .s2-ld .s2-ltx-l {    
	color: #FFFFFF;
    justify-content: space-between;
	transition: all 0.5s;
}

.s2-l ul li:hover a .s2-ld {
	border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.s2-l ul li:hover a .s2-ld .s2-ltx-l p {
	color: #FFFFFF;
}

.s2-l ul li:hover a .s2-ld .s2-ltx-l p svg path {
	fill: #fff;
}




.s2-r {
	width: 33%;
}

.s2-r .tit-c h3 {
	padding-left: 0.6rem;
}

.s2-r ul {
	position: relative;
	padding-left: 0.27rem;
}

.s2-r ul::before {
	content: '';
	position: absolute;
	top: 14px;
	bottom: 84px;
	left: 0;
	border-left: 1px dashed #c7d5d2;
}

.s2-r ul li {
	margin-top: 0.3rem;
}

.s2-r ul li:first-child {
	margin-top: 0.45rem;
}

.s2-r ul li a {
	display: block;
}

.s2-r ul li a p {
	width: 1.43rem;
	height: 0.29rem;
	line-height: 0.29rem;
	padding-left: 0.18rem;
	background: url(../images/s2-r1.png) no-repeat;
	background-size: 100% 100%;
	font-family: 'sySong';
	font-size: 0.16rem;
	color: #004a41;
	position: relative;
	transition: all 0.5s;
}

.s2-r ul li a p::after {
	content: '';
	position: absolute;
	left: -0.3rem;
	top: 0.12rem;
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 50%;
	background: #B0D8F6;
	transition: all 0.5s;
}

.s2-r ul li:hover a p {
	background-image: url(../images/s2-r2.png);
	color: #fff;
}

.s2-r ul li:hover a p::after {
	width: 0.26rem;
	height: 0.16rem;
	left: -0.35rem;
	background: url(../images/s2-rzs.png) no-repeat;
	background-size: 100% 100%;
}

.s2-r ul li h3 {
	font-size: 0.18rem;
	line-height: 0.29rem;
	height: 0.58rem;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.14rem;
	padding-left: 0.1rem;
	transition: all 0.5s;
}

.s2-r ul li:hover a h3 {
	text-decoration: underline;
	color: #004a41;
}


.section3 {
	padding-top: 0.6rem;
	padding-bottom: 0.9rem;
	background: url(../images/section3_bg.jpg) no-repeat center;
	background-size: cover;
}

.s3-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s3-c .title {
	text-align: left;
}

.s3-l .tit-c h3 {
	color: #fff;
	padding-left: 0.55rem;
	padding-right: 0.2rem;
}

.s3-r .tit-c h3 {
	color: #fff;
	padding-right: 0.3rem;
}

.s3-c .more a {
	color: #fff;
}

.s3-c .tit-c p {
	color: #fff;
	background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s3-c .tit-c p span {
	color: #fff;
	background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0%, #FFFFFF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.s3-l {
	width: 62.5%;
}

.s3-l ul {
	display: flex;
	flex-wrap: wrap;
}

.s3-l ul li {
	width: 48%;
	margin-top: 0.45rem;
	position: relative;
	z-index: 1;
}

.s3-l ul li:nth-child(even) {
	margin-left: 4%;
}

.s3-l ul li::before {
	content: '';
	position: absolute;
	top: -0.18rem;
	right: -0.18rem;
	width: 0.96rem;
	height: 0.89rem;
	background: url(../images/s3-lsj1.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	display: none;
}

.s3-l ul li::after {
	content: '';
	position: absolute;
	bottom: -0.03rem;
	left: -0.03rem;
	width: 0.96rem;
	height: 0.89rem;
	background: url(../images/s3-lsj2.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	display: none;
}

.s3-l ul li a {
	display: block;
	background: rgba(255, 255, 255, 0.93);
	border: 1px solid;
	border-color: #c7d5d2;
	border-image: linear-gradient(180deg, rgba(241, 255, 90, 0.58) 0%, rgba(90, 255, 255, 0.62) 44%, rgba(255, 87, 221, 0.52) 78%, #1BA7FF 100%) 1;
	box-shadow: 0px 0px 10px 0px #c7d5d2;
	padding: 0.3rem 0.35rem;
	transition: all 0.5s;
}

.s3-l ul li a .s3-ldate {
	font-family: 'sySong';
	font-size: 0.16rem;
	color: #004a41;
	transition: all 0.5s;
}

.s3-l ul li a .s3-ldate span {
	font-family: 'sySong';
	font-weight: 700;
	font-size: 0.27rem;
	transition: all 0.5s;
}

.s3-l ul li a h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.3rem;
	color: #3D3D3D;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0.26rem;
	transition: all 0.5s;
}

.s3-l ul li a hr {
	display: block;
	width: 0.4rem;
	height: 1px;
	background: #004a41;
	border: none;
	margin-top: 0.1rem;
	margin-bottom: 0.15rem;
	transition: all 0.5s;
}

.s3-l ul li a p {
	font-size: 0.17rem;
	font-weight: 350;
	line-height: 0.26rem;
	height: 0.52rem;
	color: #9E9E9E;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s3-l ul li:hover a {
	background: url(../images/s3-lbg.jpg) no-repeat center;
	background-size: cover;
	box-shadow: 0px 0px 0.1rem 0px #c7d5d2;
	border-color: transparent;
	border-image: none;
}

.s3-l ul li:hover::before,
.s3-l ul li:hover::after {
	display: block;
}

.s3-l ul li:hover a .s3-ldate {
	color: #FFF;
}

.s3-l ul li:hover a .s3-ldate span {
	color: #fff;
}

.s3-l ul li:hover a h3 {
	color: #FFFFFF;
}

.s3-l ul li:hover a hr {
	background: #FFF;
}

.s3-l ul li:hover a p {
	color: #c7d5d2;
}


.s3-r {
	width: 33%;
}

.s3-r ul {}

.s3-r ul li {
	margin-top: 0.15rem;
}

.s3-r ul li:first-child {
	margin-top: 0.45rem;
}

.s3-r ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.93);
	border: 1px solid;
	border-color: #c7d5d2;
	border-image: linear-gradient(180deg, rgba(241, 255, 90, 0.58) 0%, rgba(90, 255, 255, 0.62) 44%, rgba(255, 87, 221, 0.52) 78%, #1BA7FF 100%) 1;
	box-shadow: 0px 0px 0.1rem 0px #c7d5d2;
	padding: 0.268rem;
	transition: all 0.5s;
}

.s3-r ul li a .s3-rdate {
	text-align: center;
	position: relative;
	z-index: 1;
}

.s3-r ul li a .s3-rdate::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.2rem;
	height: 0.3rem;
	border-left: 1px solid rgba(56, 151, 235, 0.27);
	transition: all 0.5s;
}

.s3-r ul li a .s3-rdate p {
	font-family: 'sySong';
	font-size: 0.3rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #004a41;
	transition: all 0.5s;
}

.s3-r ul li a .s3-rdate span {
	display: block;
	font-family: 'sySong';
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.3rem;
	color: #004a41;
	transition: all 0.5s;
}

.s3-r ul li a .s3-rtx {
	flex: 1;
	min-width: 0;
	padding-left: 0.4rem;
}

.s3-r ul li a .s3-rtx h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.3rem;
	color: #3D3D3D;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.s3-r ul li a .s3-rtx p {
	font-size: 0.17rem;
	font-weight: 350;
	line-height: 0.25rem;
	color: #3D3D3D;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #818181;
	margin-top: 0.07rem;
	transition: all 0.5s;
}

.s3-r ul li:hover a {
	background: url(../images/s3-rlibg.jpg) no-repeat center;
	background-size: cover;
	box-shadow: 0px 0px 0.1rem 0px #c7d5d2;
	border-color: transparent;
	border-image: none;
}

.s3-r ul li:hover a .s3-rdate p {
	color: #fff;
}

.s3-r ul li:hover a .s3-rdate span {
	color: #fff;
}

.s3-r ul li:hover a .s3-rdate::before {
	border-left-color: rgba(255, 255, 255, 0.24);
}

.s3-r ul li:hover a h3 {
	color: #fff;
}

.s3-r ul li:hover a p {
	color: rgba(255, 255, 255, 0.77);
}



.section4 {
	padding-top: 0.7rem;
	padding-bottom: 0.55rem;
}

.section4 .title {
	text-align: left;
}

.s4-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s4-l {
	width: 100%;
}

.s4-l ul {
	margin-top: 0.45rem;
}

.s4-l ul li a {
	display: block;
	margin: 0 0.13rem;
}

.s4-l ul li a .bg_img {
	height: 2.18rem;
}

.s4-l ul li a .s4-ltx {
	border-radius: 0.05rem;
	background: rgba(255, 255, 255, 0.62);
	border: 1px solid;
	border-color: #c7d5d2;
	border-image: linear-gradient(180deg, #E872E0 0%, #EAE74A 34%, rgba(130, 240, 86, 0.5053) 67%, #54B6F1 100%) 1;
	padding: 0.3rem 0.35rem;
}

.s4-l ul li:nth-child(even) a .s4-ltx {
	border-color: #c7d5d2;
	border-image: linear-gradient(270deg, #FF8CD9 0%, #F4EC92 51%, #A5F587 100%) 1;
}

.s4-l ul li a .s4-ltx h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	height: 0.64rem;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s4-l ul li a .s4-ltx p {
	font-size: 0.17rem;
	font-weight: 350;
	line-height: 0.25rem;
	color: #262626;
	opacity: 0.6;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0.15rem;
	transition: all 0.5s;
}

.s4-l ul li a .s4-ltx .s4-ldate {
	font-family: Arial;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #004a41;
	background: url(../images/time1.png) no-repeat;
	background-size: 0.15rem 0.14rem;
	padding-left: 0.25rem;
	margin-top: 0.25rem;
}

.s4-l ul li:hover a .s4-ltx h3 {
	color: #004a41;
}

.s4-l ul li:hover a .s4-ltx p {
	color: rgba(0, 74, 65, 0.7);
}

.s4-l .slick-prev,
.s4-l .slick-next {
	width: 0.52rem;
	height: 0.52rem;
}

.s4-l .slick-prev {    
	left: -0.78rem;
	background: url(../images/s4-lprev.png) no-repeat;
	background-size: 100% 100%;
}

.s4-l .slick-next {    
	right: -0.78rem;
	background: url(../images/s4-lnext.png) no-repeat;
	background-size: 100% 100%;
}


.s4-r {
	width: 46.875%;
}

.s4-rbox ul li {
	margin-top: 0.65rem;
}

.s4-rbox ul li:first-child {
	margin-top: 0.45rem;
}

.s4-rbox ul li a {
	display: flex;
	justify-content: space-between;
}

.s4-rbox ul li a .bg_img {
	width: 2.81rem;
	height: 1.78rem;
}

.s4-rbox ul li a .s4-ltx {
	flex: 1;
	min-width: 0;
	padding: 0.12rem 0.2rem;
	border: 1px solid;
	border-color: #c7d5d2;
	border-image: linear-gradient(180deg, #EAE74A 34%, #54B6F1 100%) 1;
}

.s4-rbox ul li a .s4-ltx h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	height: 0.64rem;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s4-rbox ul li a .s4-ltx p {
	font-size: 0.17rem;
	font-weight: 350;
	line-height: 0.26rem;
	color: #9E9E9E;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0.24rem;
	transition: all 0.5s;
}

.s4-rbox ul li a .s4-ltx span {
	display: block;
	font-family: Arial;
	font-size: 0.14rem;
	line-height: 0.14rem;
	color: #004a41;
	margin-top: 0.2rem;
}

.s4-rbox ul li:hover a .s4-ltx h3 {
	color: #004a41;
}

.s4-rbox ul li:hover a .s4-ltx p {
	color: rgba(39, 119, 228, 0.7);
}

.s4-rbox .slick-prev,
.s4-rbox .slick-next {
	width: 0.27rem;
	height: 0.27rem;
	top: 54%;
}

.s4-rbox .slick-prev {
	left: inherit;
	right: 0.84rem;
	background: url(../images/s4-lprev.png) no-repeat;
	background-size: 100% 100%;
}

.s4-rbox .slick-next {
	right: 0;
	background: url(../images/s4-lnext.png) no-repeat;
	background-size: 100% 100%;
}

.s4-rbox .slick-list::before {
	content: '';
	position: absolute;
	top: 54%;
	left: 0;
	right: 0;
	border-top: 1px dashed #D8D8D8;
}


.section5 {
	padding: 0.24rem 0 0.5rem 0;
	background: url(../images/section5_bg.png) no-repeat right;
	background-size: cover;
}

.s5-c ul {
	display: flex;
	flex-wrap: wrap;
}

.s5-c ul li {
	width: 20%;
	margin-top: 0.25rem;
}

.s5-c ul li a {
	display: inline-block;
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #004a41;
	padding-right: 0.2rem;
	transition: all 0.5s;
}

.s5-c ul li a i {
	display: inline-block;
	width: 0.05rem;
	height: 0.09rem;
	background: url(../images/s5-sj.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 0.15rem;
}

.s5-c ul li:hover a {
	font-weight: bold;
}



@media screen and (max-width:1600px) {
    
	.s4-l .slick-prev {
		left: -0.5rem;
	}

	.s4-l .slick-next {
		right: -0.5rem;
	}
    
}

@media screen and (max-width:1500px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width: 1200px) {
    
        
	.s4-l .slick-prev {          
		left: 0.15rem;
	}

	.s4-l .slick-next {        
		right: 0.15rem;
	}
    
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {

	.banner,
	.banner div.slick-list,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		width: 100%;
		height: 300px;
	}

	.banner .slick-dots {
		bottom: 0.25rem;
		text-align: center;
	}

	.banner .slick-slide a::after {
		display: none;
	}

	.s1-c ul li:hover a .s1-cho {
		display: none;
	}


}

@media screen and (max-width: 768px) {
	.tit-c h3 {
		font-size: 0.3rem;
		padding-left: 0.45rem;
	}

	.tit-c p span {
		font-size: 0.62rem;
	}

	.tit-c p {
		font-size: 0.18rem;
	}

	.section1 {
		padding-top: 0.3rem;
	}

	.section1 .title {
		text-align: left;
	}

	.s1-c {
		margin-top: 0.3rem;
	}

	.s1-c ul li a {
		margin: 0;
	}

	.s1-c ul li a .pic {
		margin: 0 0.4rem;
		top: -0.15rem;
	}

	.s1-c ul li a .s1-ctx p {
		margin-top: 0.2rem;
	}

	.s1-c ul li a .s1-ctx {
		padding: 0 0.6rem 0.22rem 0.6rem;
		position: relative;
		top: -0.15rem;
	}

	.s2-l {
		width: 100%;
	}

	.s2-l .tit-c h3 {
		padding-right: 0.2rem;
	}

	.s2-l ul {
		margin-top: 0;
	}

	.s2-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.section2 {
		padding: 0.3rem 0;
	}

	.section3 {
		padding: 0.3rem 0;
	}

	.s3-l {
		width: 100%;
	}

	.s3-l .tit-c h3 {
		padding-left: 0.65rem;
	}

	.s3-l ul li {
		margin-top: 0.3rem;
	}

	.s3-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.s3-r .tit-c h3 {
		padding-right: 0.5rem;
	}

	.section4 {
		padding: 0.3rem 0;
	}

	.s4-l {
		width: 100%;
	}

	.s4-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.s5-c ul li {
		width: 50%;
	}
    
    
    
    .s4-l .slick-prev {    
        left: -0.78rem;
        background: none;
        background-size: 100% 100%;
    }

    .s4-l .slick-next {    
        right: -0.78rem;
        background: none;
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {

	.s1-c ul li a .s1-cmr {
		display: none;
	}

	.s1-c ul li a .s1-cho {
		display: none;
	}

	.s1-c ul li a {
		border: 1px solid;
		border-color: rgba(0, 138, 222, 0.39);
		border-image: linear-gradient(180deg, #FFED48 0%, #84D0FF 100%) 1;
	}

	.s1-c ul li a .s1-ctx {
		padding: 0.1rem 0.3rem 0.2rem 0.3rem;
		position: relative;
		top: 0;
	}

	.s1-c ul li a .pic {
		margin: 0 0.2rem;
		top: 0;
	}

	.s4-rbox ul li a .bg_img {
		width: 2.4rem;
		height: 1.52rem;
	}

	.s4-rbox ul li a .s4-ltx p {
		margin-top: 0.1rem;
	}

	.s4-rbox ul li a .s4-ltx span {
		margin-top: 0.1rem;
	}
}


@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}
