@charset "utf-8";

body {
	overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img,.banner .slick-slide img {
	width: 100%;
	height: auto;
}

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick-slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.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 {
	bottom: 0.26rem;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	z-index: 9;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.08rem;
	padding: 0;
	width: 0.16rem;
	height: 0.16rem;
	background: none;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
	background-color: #034ea1;
	width: 0.58rem;
	border-radius: 7px;
}

.banner .slick-dots li button {
	display: none;
}

/*首页样式*/

.title {
	text-align: left;
	position: relative;
	margin-bottom: 40px;
}

.title h3 {
	font-size: 0.36rem;
	font-weight: bold;
	color: #000000;
	position: relative;
	font-family: 'sySong';
	padding-left: 0.6rem;
}

.title h3 img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	transition: all 0.3s;
}

.more {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	transition: all 0.3s;
}

.more a {
	display: block;
	font-size: 0.16rem;
	color: #fff;
	width: 0.85rem;
	height: 0.25rem;
	line-height: 0.25rem;
	background: url(../images/more1.png) no-repeat center;
	background-size: cover;
	text-align: center;
	position: relative;
}

.more a::after {
	content: "";
	position: absolute;
	left: -1.3rem;
	top: 50%;
	width: 1.3rem;
	transform: translateY(-50%);
	height: 1px;
	background-color: #034ea1;
}

.more:hover {
	right: 0.05rem;
}

/*主体*/

.section1 {
	padding-top: 0.7rem;
	padding-bottom: 0.7rem;
	position: relative;
	background: url(../images/section1-bg.jpg) #ebf4ff;
	background-size: 100% 100%;
}





.section1 .more {
	right: 0;
	/* margin-left: 3rem; */
}

.newsbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	/* align-items: center; */
}

.newsbox .newsbox_l {
	width: 69.5%;
}

.newsbox .newsbox_r {
	width: 26.2%;
}

.newsbox .newsbox_r ul {
	margin-top: 0.4rem;
}

.newsbox .newsbox_r ul li {
	width: 100%;
	margin-top: 0.26rem;
	position: relative;
	z-index: 1;
}

.newsbox .newsbox_r ul li:first-child {
	margin-top: 0;
}

.newsbox .newsbox_r ul li::before {
	content: "";
	position: absolute;
	left: -4px;
	top: 4px;
	width: 100%;
	height: 100%;
	background-color: #cfdbe7;
	z-index: -1;
}

.newsbox .newsbox_r ul li:hover::before {
	background-color: #00a0e9;
}

.newsbox .newsbox_r ul li a {
	display: block;
	background-color: #fff;
	padding: 0.3rem 0.15rem;
	overflow: hidden;
	transition: all 0.3rem;
}

.newsbox .newsbox_r ul li:hover a {
	background: url(../images/s2-lli.jpg) no-repeat center;
	/* background-size: cover; */
}

.newsbox .newsbox_r ul li a .date {
	text-align: center;
	margin-right: 0.4rem;
	position: relative;
}

.newsbox .newsbox_r ul li a .date::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.2rem;
	width: 1px;
	height: 0.52rem;
	background-color: #c8c8c8;
}

.newsbox .newsbox_r ul li a .date p {
	font-size: 0.2rem;
	font-weight: bold;
	color: #034ea1;
}

.newsbox .newsbox_r ul li a .date span {
	display: block;
	font-size: 0.14rem;
	color: #545151;
}

.newsbox .newsbox_r ul li:hover a .date p,
.newsbox .newsbox_r ul li:hover a .date span {
	color: #fff;
}

.newsbox .newsbox_r ul li h3 {
	line-height: 0.52rem;
	height: 0.52rem;
	font-size: 0;
	overflow: hidden;
}

.newsbox .newsbox_r ul li h3 p {
	display: inline-block;
	vertical-align: middle;
	line-height: 0.26rem;
	font-size: 0.16rem;
	color: #2e2e2e;
}

.newsbox .newsbox_r ul li:hover h3 p {
	color: #fff;
}

/*  */

.s1-c {
	align-items: flex-start;
	overflow: hidden;
	margin-top: 1rem;
}

.s1-l {
	width: 60%;
	float: left;
}

.s1-l ul li a {
	display: block;
	position: relative;
}

.s1-l ul li .pic {
	padding-top: 62%;
}

.s1-l ul li:hover .pic img {
	transform: scale(1.1);
}

.s1-l ul li .jdt-tx {
	background-color: #fff;
}

.s1-l ul li .jdt-tx .jdt-txl {
	padding: 0.1rem 0.2rem;
	width: calc(100% - 1.18rem);
}

.s1-l ul li .jdt-tx .jdt-txl h3 {
	font-size: 0.2rem;
	line-height: 0.26rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #1f1f1f;
}

.s1-l ul li .jdt-tx .jdt-txl p {
	display: block;
	font-size: 0.14rem;
	line-height: 0.26rem;
	height: 0.52rem;
	margin-top: 0.1rem;
	color: #636363;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s1-l ul li .jdt-tx .date {
	width: 1.18rem;
	background-color: #e9f1fa;
	text-align: center;
	height: 1.18rem;
	background: #034ea1;
	background-image: linear-gradient(to right, #034ea1, #00a0e9);
	font-family: 'sySong';
}

.s1-l ul li .jdt-tx .date p {
	font-size: 0.36rem;
	font-weight: bold;
	color: #fff;
	padding-top: 0.16rem;
}

.s1-l ul li .jdt-tx .date span {
	display: block;
	font-size: 0.18rem;
	color: #fff;
}

.s1-l .slick-prev,
.s1-l .slick-next {
	width: 0.46rem;
	height: 0.46rem;
	background-color: #034ea1;
	top: inherit;
	transform: none;
	bottom: 1.18rem;
}

.s1-l .slick-prev {
	background-image: url(../images/jdt-pre.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.15rem 0.25rem;
	background-color: #00a0e9;
}

.s1-l .slick-next {
	right: 0;
	left: 0.46rem;
	background-image: url(../images/jdt-next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.15rem 0.25rem;
}

.s1-r {
	width: 35.5%;
	float: right;
}

.s1-r ul li:first-child {
	margin-top: 0;
}

.s1-r ul li {
	margin-top: 0.3rem;
}

.s1-r ul li a {
	display: block;
	padding: 0.4rem 0.25rem;
	overflow: hidden;
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.s1-r ul li a::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: #034ea1;
	background-image: linear-gradient(to right, #00a0e9, #034ea1);
	transition: all 0.3s;
	z-index: -1;
}

.s1-r ul li .date {
	float: left;
	text-align: center;
	margin-right: 0.3rem;
	font-family: 'sySong';
}

.s1-r ul li .date p {
	font-size: 0.24rem;
	font-weight: bold;
	color: #034ea1;
	transition: all 0.3s;
	float: left;
	line-height: 0.20rem;
	padding-right: 0.05rem;
}

.s1-r ul li .date span {
	display: block;
	font-size: 0.14rem;
	color: #585757;
	transition: all 0.3s;
	float: left;
}

.s1-r ul li:hover .date p,
.s1-r ul li:hover .date span {
	color: #fff;
}

.s1-r ul li .s1-rgd {
	width: 0.3rem;
	height: 0.18rem;
	background: url(../images/s1-rgd.png) no-repeat;
	background-size: cover;
	transition: all 0.3rem;
}

.s1-r ul li:hover .s1-rgd {
	background-image: url(../images/s1-rgd2.png);
}

.s1-r ul li .s1-rtx {
	overflow: hidden;
}

.s1-r ul li .s1-rtx h3 {
	font-size: 0.18rem;
	line-height: 0.26rem;
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
	color: #2f2f2f;
}

.s1-r ul li .s1-rtx p {
	font-size: 0.14rem;
	line-height: 0.26rem;
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
	color: #868686;
	margin-top: 0.2rem;
}

.s1-r ul li .s1-rd {
	margin-top: 0.27rem;
}

.s1-rr ul li a {
	padding: 0.22rem 0.25rem;
}

.s1-rr ul li .s1-rd {
	margin-top: 0.148rem;
}

.s1-r ul li a:hover::before {
	width: 100%;
}

.s1-r ul li a:hover .s1-rtx h3 {
	color: #fff;
}

.s1-r ul li a:hover .s1-rtx p {
	color: rgba(255, 255, 255, 0.6);
}

.section2 {
	padding-top: 0.5rem;
	padding-bottom: 0.6rem;
	background: url(../images/section2-bg.jpg) no-repeat center;
	background-size: cover;
}

.section2>div {
	align-items: flex-start;
}

.section2 .title {
	text-align: left;
}

.s2-l {
	width: 54.68%;
	margin-top: 0.58rem;
}

.s2-l .title h3 img {
	vertical-align: middle;
	padding-right: 0.2rem;
}

.s2-l ul {
	margin-top: 0.4rem;
}

.s2-l ul li {
	width: 48%;
	margin-top: 0.26rem;
	position: relative;
	z-index: 1;
}

.s2-l ul li::before {
	content: "";
	position: absolute;
	left: -3px;
	top: 3px;
	width: 100%;
	height: 100%;
	background-color: #cfdbe7;
	z-index: -1;
}

.s2-l ul li:hover::before {
	background-color: #00a0e9;
}

.s2-l ul li a {
	display: block;
	background-color: #fff;
	padding: 0.15rem;
	overflow: hidden;
	transition: all 0.3rem;
}

.s2-l ul li:hover a {
	background: url(../images/s2-lli.jpg) no-repeat center;
	background-size: cover;
}

.s2-l ul li a .date {
	text-align: center;
	margin-right: 0.4rem;
	position: relative;
}

.s2-l ul li a .date::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.2rem;
	width: 1px;
	height: 0.52rem;
	background-color: #c8c8c8;
}

.s2-l ul li a .date p {
	font-size: 0.2rem;
	font-weight: bold;
	color: #034ea1;
}

.s2-l ul li a .date span {
	display: block;
	font-size: 0.14rem;
	color: #545151;
}

.s2-l ul li:hover a .date p,
.s2-l ul li:hover a .date span {
	color: #fff;
}

.s2-l ul li h3 {
	line-height: 0.52rem;
	height: 0.52rem;
	font-size: 0;
	overflow: hidden;
}

.s2-l ul li h3 p {
	display: inline-block;
	vertical-align: middle;
	line-height: 0.26rem;
	font-size: 0.16rem;
	color: #2e2e2e;
}

.s2-l ul li:hover h3 p {
	color: #fff;
}

.s2-r {
	width: 40.62%;
	background-color: #fff;
	border-top: 2px solid #034ea1;
	margin-right: 0.14rem;
	position: relative;
}

.s2-r::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-left: 0.08rem solid #034ea1;
	border-top: 0.1rem solid #034ea1;
	border-right: 0.1rem solid transparent;
	border-bottom: 0.08rem solid transparent;
}

.s2-r .title {
	padding: 0.3rem;
}

.s2-r .title .more {
	right: 0.3rem;
}

.s2-r ul li {
	position: relative;
	z-index: 1;
}

.s2-r ul li::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	z-index: -1;
	background: url(../images/s2-rbg.jpg) no-repeat right center;
	background-size: cover;
	transition: all 0.3s;
}

.s2-r ul li:hover::after {
	width: calc(100% + 0.14rem);
}

.s2-r ul li a {
	display: block;
	margin: 0 0.3rem;
	padding: 0.1rem 0;
	border-top: 1px dashed #c9c9c9;
}

.s2-r ul li:first-child a {
	border-top: none;
}

.s2-r ul li a h3 {
	font-size: 0.16rem;
	line-height: 0.26rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s2-r ul li:hover a h3 {
	color: #fff;
	padding-right: 0.8rem;
}

.s2-r ul li a span {
	display: block;
	font-size: 0.14rem;
	color: #8190a1;
	margin-top: 0.1rem;
	background: url(../images/rl1.png) no-repeat left center;
	padding-left: 0.32rem;
	line-height: 0.26rem;
}

.s2-r ul li:hover a span {
	color: #fff;
	background-image: url(../images/rl2.png);
}

.section3 {
	background: url(../images/section3-bg.jpg) no-repeat center top;
	background-size: cover;
	padding-top: 0.8rem;
	padding-bottom: 0.87rem;
}

.section3 .title {
	text-align: center;
	margin-bottom: 0.7rem;
}

.section3 .title h3 {
	font-size: 0.36rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	font-family: 'sySong';
	padding-left: 0.6rem;
	position: relative;
}

.section3 .title h3::after {
	content: "";
	position: absolute;
	width: 0.8rem;
	height: 0.02rem;
	background: #fff;
	bottom: 2px;
	bottom: -10px;
	transform: translateY(-50%);
	left: calc(50% - 0rem);
	transition: all 0.3s;
}

.s3-c {}

.s3-c .slick-prev {
	width: 0.55rem;
	height: 0.55rem;
	background: url(../images/icoprev.png) center no-repeat;
	background-size: 100% 100%;
	left: -1rem;
}

.s3-c .slick-next {
	width: 0.55rem;
	height: 0.55rem;
	background: url(../images/iconext.png) center no-repeat;
	background-size: 100% 100%;
	right: -1rem;
}

.s3-c ul li:nth-child(even) {
	margin-top: 0.75rem;
}

.s3-c ul li .pic-k {
	width: 1rem;
	height: 1rem;
	padding: 0.14rem;
	border: 1px dashed #00ffff;
	border-radius: 0.2rem;
	margin: 0 auto;
}

.s3-c ul li a {
	display: block;
	transition: all 0.3s;
}

.s3-c ul li .pic1 {
	width: 0.72rem;
	height: 0.72rem;
	line-height: 0.72rem;
	background-color: rgba(18, 18, 18, 0.12);
	border: 1px solid #00a0e9;
	text-align: center;
	font-size: 0;
}

.s3-c ul li:hover .pic1 {
	background-color: #00a0e9;
}

.s3-c ul li .pic1 img {
	margin: 0 auto;
	display: inline-block;
	max-height: 0.4rem;
	vertical-align: middle;
}

.s3-c ul li h3 {
	margin-top: 0.2rem;
	font-size: 0.16rem;
	color: #fff;
	text-align: center;
	transition: all 0.3s;
}

.s3-c ul li a:hover .pic1 img {
	animation: jello 1.6s linear;
}

.section4 {
	padding-top: 0.7rem;
	padding-bottom: 0.8rem;
	position: relative;
	z-index: 1;
	background: url(../images/section4-bg.jpg);
	background-size: 100% 100%;
}

.section4 .title h3 img {
	left: calc(50% - 1.1rem);
}


.s4-l {
	width: 100%;
}

.s4-l .title {
	text-align: center;
}

.s4-l .title h3 img {
	vertical-align: middle;
	padding-right: 0.2rem;
}

.s4-t {
	margin-top: 0.6rem;
}

.s4-tl {
	width: 55%;
}

.s4-tl a {
	display: block;
}

.s4-tl .pic {
	padding-top: 70%;
}

.s4-tr {
	width: 43%;
}



.s4-tr ul li {
	margin-top: 0.24rem;
}

.s4-tr ul li:first-child {
	margin-top: 0;
}

.s4-tr ul li a {
	display: block;
	width: 100%;
}

.s4-tr ul li .pic {
	padding-top: 44.6%;
}

.s4-d {
	margin-top: 0.3rem;
}

.s4-d ul li {
	width: 48.34%;
}

.s4-d ul li a {
	display: block;
}

.s4-d ul li .pic {
	padding-top: 47.81%;
}

.s4-r {
	width: 26.06%;
}

.s4-r .title {
	border-bottom: 1px solid #034ea1;
	margin-bottom: 0.3rem;
	padding-bottom: 0.2rem;
	position: relative;
}

.s4-r .title::after {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -6px;
	width: 0.39rem;
	height: 0.11rem;
	background: url(../images/s4-tit.png) no-repeat;
	background-size: cover;
}

.s4-r ul li {
	margin-top: 0.22rem;
	position: relative;
	top: 0;
	transition: all 0.3s;
}

.s4-r ul li:hover {
	top: -5px;
	box-shadow: 0 10px 8px rgba(0, 0, 0, 0.1);
}

.s4-r ul li a {
	display: block;
	background-color: #fff;
	font-size: 0;
	height: 1.06rem;
	line-height: 1.06rem;
	text-align: center;
}

.s4-r ul li a img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

.s4-two a {
	width: 48% !important;
}

.s4-two .pic {
	padding-top: 86% !important;
}

@media screen and (max-width: 1500px) {
	.s1-r ul li .s1-rd {
		margin-top: 0.2777rem;
	}

	.s1-rr ul li .s1-rd {
		margin-top: 0.118rem;
	}
}

@media screen and (max-width: 1400px) {
	.s1-r ul li .s1-rd {
		margin-top: 0.144rem;
	}

	.s1-rr ul li .s1-rd {
		margin-top: 0.1rem;
	}

	.s1-rr ul li {
		margin-top: 0.198rem;
	}

	.newsbox_r .more a::after {
		display: none;
	}

}

@media screen and (max-width: 1200px) {

	.newsbox .newsbox_r ul li a {
		padding: 0.14rem 0.15rem;
	}

	.s1-r ul li {
		margin-top: 0.2rem;
	}

	.s1-r ul li a {
		padding: 0.22rem;
	}

	.s1-r ul li .s1-rtx p {
		margin-top: 0.1rem;
	}

	.s1-r ul li .s1-rd {
		margin-top: 0.127rem;
	}

	.s1-rr ul li .s1-rd {
		margin-top: 0.1rem;
	}

	.s1-rr ul li a {
		padding: 0.129rem 0.2rem;
	}
}

@media screen and (max-width: 1100px) {
	.newsbox_r .more a::after {
		display: block;
	}
}

@media screen and (max-width: 1024px) {
	.s1-l {
		width: 100%;
	}

	.s1-r {
		width: 100%;
	}

	.newsbox .newsbox_l {
		width: 100%;
	}

	.newsbox .newsbox_r {
		width: 100%;
		margin-top: 0.5rem;
	}

	.s3-c {
		width: 80%;
	}

	.banner .slick-dots {
		bottom: 0.15rem;
	}

	.banner .slick-dots li {
		width: 0.1rem;
		height: 0.1rem;
	}

	.banner .slick-dots li.slick-active {
		width: 0.38rem;
	}

	.section1 {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.s1-c {
		margin-top: 0.6rem;
	}

	.s1-r ul li a {
		padding: 0.15rem;
	}

	.s1-r ul li .date p {
		font-size: 0.2rem;
	}

	.s1-r ul li .date span {
		font-size: 0.12rem;
	}

	.s1-rr ul li a {
		padding: 0.1rem;
	}

	.s1-rr ul li a {
		padding: 0.104rem;
	}

	.section2 {
		padding-top: 0.3rem;
		padding-bottom: 0.4rem;
	}

	.s4-r ul li {
		margin-top: 0.1rem;
	}

	.s3-c .slick-next {
		right: -0.5rem;
	}

	.s3-c .slick-prev {
		left: -0.5rem;
	}
}

@media screen and (max-width: 768px) {

	.title {
		text-align: left;
	}

	.more a {
		font-size: 0.14rem;
	}

	.more a::after {
		width: 0.5rem;
		left: -0.5rem;
	}

	.section1 {
		padding-bottom: 0.3rem;
	}

	.section1 .title h3 {
		font-size: 0.32rem;
		/* color: #fff; */
	}


	.section1 .more {
		left: inherit;
		right: 0;
		margin-left: 0;
	}

	.section1 .title h3::after {
		display: none;
	}

	.s1-c {
		margin-top: 0.3rem;
	}

	.s1-l ul li .jdt-tx .date {
		height: 1.1rem;
	}

	.s1-l ul li .jdt-tx .date p {
		font-size: 0.26rem;
	}

	.s1-l ul li .jdt-tx .date span {
		font-size: 0.14rem;
	}

	.s1-l {
		width: 100%;
	}

	.s1-l ul li .jdt-tx .jdt-txl {
		padding: 0.1rem 0.15rem;
	}

	.s1-l ul li .jdt-tx .jdt-txl h3 {
		font-size: 0.18rem;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.2rem;
	}

	.s1-r ul li .s1-rtx h3 {
		height: auto;
		max-height: 0.52rem;
	}

	.s1-l .slick-prev,
	.s1-l .slick-next {
		bottom: 1.1rem;
		width: 0.36rem;
		height: 0.36rem;
		background-size: 0.12rem 0.20rem;
	}

	.s1-l .slick-next {
		left: 0.36rem;
	}

	.title h3 {
		font-size: 0.32rem;
	}

	.s2-l,
	.s2-r {
		width: 100%;
	}

	.s2-l {
		margin-top: 0.1rem;
	}

	.s2-l ul {
		margin-top: 0;
	}

	.s2-l .title h3 img {
		height: 0.27rem;
	}

	.s2-r {
		margin-top: 0.3rem;
		margin-right: 0;
	}

	.s2-r ul li:hover::after {
		width: 100%;
	}

	.s2-r .title {
		padding: 0.2rem;
	}

	.s2-r ul li a {
		margin: 0 0.2rem;
	}


	.section3 {
		padding: 0.7rem 0;
	}

	.s3-c ul li .pic1 {
		width: 0.72rem;
		height: 0.72rem;
		line-height: 0.62rem;
	}

	.s3-c ul li .pic1 img {
		max-height: 0.4rem;
	}

	.s3-c ul li .pic-k {
		width: 1rem;
		height: 1rem;
		padding: 0.13rem;
	}

	.s4-tl {
		width: 100%;
	}

	.s4-tr {
		width: 100%;
		margin-top: 4%;
	}

}

@media screen and (max-width: 640px) {
	.section4 {
		padding-top: 0.3rem;
		padding-bottom: 0.4rem;
	}

	.s4-l .title h3 img {
		height: 0.28rem;
	}

	.section4::before {
		width: 100%;
	}

	.s4-t {
		margin-top: 0.3rem;
	}

	.s4-l {
		width: 100%;
	}

	.s4-r {
		width: 100%;
		margin-top: 0.25rem;
	}

	.s4-r .title {
		text-align: center;
	}

	.s4-r ul li {
		margin-top: 0.2rem;
	}
}

@media screen and (max-width: 480px) {}

.s2-l ul li {
	margin-top: 0.2rem;
}

@media screen and (max-width: 375px) {
	.s2-l ul li {
		width: 100%;
	}
}

@media screen and (max-width: 320px) {}