@charset "UTF-8";

body {
	overflow-x: hidden;
}
.bt {
    text-align: center;
    padding: 10px;    font-size: 0.2rem;
}
/*banner*/
.s1-l img
 {
    width: 100%;
}
.s1-r p {
    font-size: 0.2rem;
    line-height: 0.48rem;
}
.banner {
	position: relative;
	z-index: 1;
}

.banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 1.1rem;
	background: #002D70;
	z-index: -1;
}

.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: auto;
}

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick-list {
	position: relative;
}

.banner .slick-list::after {
	/* content: ''; */
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0.4;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	height: 2.39rem;
}

.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 {
	width: 0.2rem;
	text-align: center;
	bottom: 1.9rem;
	right: 0.375rem;
	font-size: 0;
	z-index: 9;
}

.banner .slick-dots li {
	display: inline-block;
	vertical-align: middle;
	margin: 0.1rem 0.05rem;
	padding: 0;
	width: 0.1rem;
	height: 0.1rem;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	transition: all 0.5s;
}

.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active {
	width: 0.2rem;
	height: 0.2rem;
	margin: 0.1rem 0;
	background: url(../images/ban-dot.png) no-repeat;
	background-size: 100% 100%;
}


.banner .slick-prev,
.banner .slick-next {
	
}

.banner .slick-prev {
	left: inherit;
	bottom: 3.4rem;
	background: url(../images/ban-prev.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-next {
	background: url(../images/ban-next.png) no-repeat;
	background-size: 100% 100%;
}


/*首页样式*/

.title {
	position: relative;
	text-align: center;
}

.tit-c {
	display: inline-block;
}

.tit-cbox {
	display: flex;
}

.tit-img {
	width: 0.64rem;
	height: 0.64rem;
	line-height: 0.64rem;
	background: url(../images/tit-imgbg.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 0.33rem;
}

.tit-img img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.tit-tx b,
.tit-tx span {
	display: block;
}

.tit-tx b {
	font-size: 0.36rem;
	font-weight: bold;
	color: #333;
}

.tit-tx span {
	font-size: 0.18rem;
	font-weight: normal;
	color: #0564A7;
	margin-top: 0.03rem;
}

.tit-tx span i {
	display: inline-block;
	vertical-align: 0.06rem;
	width: 0.34rem;
	border-bottom: 1px solid #0564A7;
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: all 0.3s;
}

.more a {
	display: block;
	font-size: 0.16rem;
	color: #9E9E9E;
	width: 0.61rem;
	height: 0.52rem;
	line-height: 0.52rem;
	background: url(../images/more.png) no-repeat;
	background-size: 100% 100%;
	padding-right: 0.1rem;
	transition: all 0.3s;
}

.more a:hover {
	color: #002D70;
}

/*主体*/
.section0 {
	margin-top: -0.5rem;
	position: relative;
	z-index: 1;
}

.s0-c {
	display: flex;
	flex-wrap: wrap;
}

.s0-c li {
	width: 25%;
}

.s0-c li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 1.93rem;
}

.s0-c li:first-child a {
	background: url(../images/s0-c1_bg.png) no-repeat;
	background-size: 100% 100%;
}

.s0-c li:nth-child(2) a {
	background: url(../images/s0-c2_bg.png) no-repeat;
	background-size: 100% 100%;
}

.s0-c li:nth-child(3) a {
	background: url(../images/s0-c3_bg.png) no-repeat;
	background-size: 100% 100%;
}

.s0-c li:nth-child(4) a {
	background: url(../images/s0-c4_bg.png) no-repeat;
	background-size: 100% 100%;
}

.s0-c li a p img {
	max-width: 0.53rem;
	max-height: 0.53rem;
}

.s0-c li a h3 {
	font-size: 0.22rem;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0 0.1rem;
	text-align: center;
	margin-top: 0.2rem;
	transition: all 0.3s;
	position: relative;
	top: 0;
}

.s0-c li:hover a p img {
	animation: jello 1.6s linear;
}

.s0-c li:hover a h3 {
	top: -0.05rem;
}

.section1 {
	padding-top: 0.7rem;
	padding-bottom: 1rem;
	overflow: hidden;
}

.s1-c {
	align-items: flex-start;
	margin-top: 0.55rem;
}

.s1-l {
	width: 46.66%;
}

.s1-l ul li a {
	display: block;
	position: relative;
}

.s1-l ul li .bg_img {
	height: 4.81rem;
}

.s1-l ul li:hover .bg_img .a {
	transform: scale(1.1);
}

.s1-l ul li .s1-ltx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(11, 11, 11, 0.5);
	padding: 0 1.24rem 0 0.24rem;
	z-index: 1;
}

.s1-l ul li .s1-ltx h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.76rem;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l .slick-dots {
	width: auto;
	font-size: 0;
	right: 0.2rem;
	bottom: 0.33rem;
}

.s1-l .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 0.05rem;
}

.s1-l .slick-dots li.slick-active {
	background: #fff;
}

.s1-l .slick-dots li button {
	display: none;
}

/* .s1-l .slick-prev,
.s1-l .slick-next {
	width: 0.5rem;
	height: 0.5rem;
	top: auto;
	transform: none;
	bottom: 0.3rem;
	z-index: 1;
	transition: all 0.3s;
}

.s1-l .slick-prev {
	left: auto;
	right: 0.5rem;
	background-color: #F95A41;

	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.11rem 0.13rem;
}

.s1-l .slick-next {
	right: 0;
	background-color: rgba(53, 58, 191, 0.5);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.11rem 0.13rem;
}

.s1-l .slick-prev:hover,
.s1-l .slick-next:hover {
	transform: scale(1.05);
} */

.s1-r {
	width: 50.13%;
}

.s1-r .s1-rt a {
	display: flex;
	align-items: center;

}

.s1-r .s1-rt a .s1-rtdate {
	width: 1.39rem;
	height: 1.4rem;
	background: url(../images/s1-rdate.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'sySong';
}

.s1-r .s1-rt a .s1-rtdate p {
	font-size: 0.36rem;
	line-height: 0.3rem;
	color: #FFFFFF;
}

.s1-r .s1-rt a .s1-rtdate span {
	display: block;
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #FFFFFF;
	margin-top: 0.05rem;
}

.s1-r .s1-rt a .s1-rttx {
	flex: 1;
	min-width: 0;
	padding-left: 0.2rem;
}

.s1-r .s1-rt a .s1-rttx h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.s1-r .s1-rt a .s1-rttx p {
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
}

.s1-r .s1-rt a:hover .s1-rttx h3 {
	color: #002D70;
}

.s1-r>ul li {
	margin-top: 0.25rem;
}

.s1-r>ul li:first-child {
	margin-top: 0.5rem;
}

.s1-r>ul li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.s1-r>ul li a span {
	display: block;
	width: 0.84rem;
	line-height: 0.35rem;
	background: #BFDCF1;
	text-align: center;
	font-family: 'sySong';
	font-size: 0.18rem;
	font-weight: bold;
	color: #0553A0;
}

.s1-r>ul li a h3 {
	flex: 1;
	min-width: 0;
	padding-left: 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-weight: 400;
	font-size: 0.18rem;
	line-height: 0.35rem;
	transition: all 0.3s;
}

.s1-r>ul li:hover a h3 {
	color: #002D70;
}


.section2 {
	background: url(../images/section2_bg.png) no-repeat center top;
	background-size: cover;
	padding-top: 1.67rem;
	padding-bottom: 1.8rem;
	position: relative;
}

.section2 .tit-tx b,
.section2 .tit-tx span {
	color: #fff;
}

.section2 .tit-tx span i {
	border-bottom: 1px solid #fff;
}

.section2 .tit-img {
	background-image: url(../images/tit-imgbg2.png);
}

.s2-c {
	margin-top: 0.77rem;
}

.s2-c ul {
	display: flex;
	flex-wrap: wrap;
}

.s2-c ul li {
	width: 33.33%;
}

.s2-c ul li a {
	display: flex;
	align-items: center;
	padding: 0.45rem 0.25rem 0.54rem 0.3rem;
	border-bottom: 1px solid rgba(215, 226, 237, 0.2);
	border-left: 1px solid rgba(215, 226, 237, 0.2);
	transition: all 0.3s;
	position: relative;
}

.s2-c ul li a::after {
	content: '';
	position: absolute;
	bottom: -0.215rem;
	left: -0.215rem;
	width: 0;
	height: 0;
	background: url(../images/s2-crl.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}

.s2-c ul li:hover a::after {
	width: 0.43rem;
	height: 0.43rem;
}

.s2-c ul li:nth-child(4) a,
.s2-c ul li:nth-child(5) a,
.s2-c ul li:nth-child(6) a {
	border-bottom: none;
}

.s2-c ul li:nth-child(3n + 1) a {
	border-left: none;
}

.s2-c ul li a .s2-cdate {
	font-family: 'sySong';
	color: #fff;
	text-align: right;
	position: relative;
}

.s2-c ul li a .s2-cdate p {
	font-weight: 700;
	font-size: 0.24rem;
}

.s2-c ul li a .s2-cdate span {
	display: block;
	font-weight: 700;
	font-size: 0.16rem;
}

.s2-c ul li a .s2-cdate::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.2rem;
	width: 0.07rem;
	height: 0.47rem;
	background: url(../images/s2-czs.png) no-repeat;
	background-size: 100% 100%;
}

.s2-c ul li a h3 {
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	font-weight: bold;
	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;
	padding-left: 0.4rem;
	color: #fff;
	transition: all 0.3s;
}

.s2-c ul li a .s2-cd p {
	font-size: 0.16rem;
	line-height: 0.32rem;
	color: #3D3D3D;
	margin-top: 0.12rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.3s;
}

.s2-c ul li a .s2-cd p:first-child {
	margin-top: 0.2rem;

	background-size: 0.16rem 0.19rem;
	padding-left: 0.26rem;
}

.s2-c ul li a .s2-cd p:nth-child(2) {

	background-size: 0.15rem 0.18rem;
	padding-left: 0.26rem;
}

.s2-c ul li a .s2-cd p:nth-child(3) {

	background-size: 0.18rem 0.18rem;
	padding-left: 0.26rem;
}

.s2-c ul li:hover a {
	background: rgba(255, 255, 255, 0.1);
}

.s2-c ul li:hover a h3 {
	color: #fff;
}

.s2-c ul li:hover a p {
	color: #fff;
}

.s2-c ul li:hover a .s2-cd p:first-child {

}

.s2-c ul li:hover a .s2-cd p:nth-child(2) {

}

.s2-c ul li:hover a .s2-cd p:nth-child(3) {

}

.section2 .more {
	top: inherit;
	transform: none;
	right: inherit;
	bottom: -0.1rem;
	left: 50%;
	transform: translateX(-50%);
}

.section2 .more::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.28rem;
	height: 1.28rem;
	background: url(../images/s2-more2.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.section2 .more:hover::before {
	animation: circle1 1.6s linear infinite;
}

.section2 .more a {
	color: #fff;
	background-image: url(../images/more2.png);
	text-align: center;
}

@keyframes circle1 {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}


.section3 {
	padding-top: 1.72rem;
	padding-bottom: 1.43rem;
}

.section3 .wp {
	position: relative;
}

.qh-tit {
	position: absolute;
	right: 0;
	top: 0;
	width: 63.33%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 0.17rem;
	border-bottom: 1px solid #0564A7;
	z-index: 1;
}

.qh-tit ul {
	display: flex;
	align-items: center;
}

.qh-tit ul li {
	font-weight: 700;
	font-size: 0.32rem;
	margin-left: 0.6rem;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.qh-tit ul li:first-child {
	margin-left: 0;
}

.qh-tit ul li.on {
	color: #115E9F;
}

.qh-tit ul li span {
	display: none;
	background: #e7f3f9;
	padding: 0.1rem;
	font-size: 0.18rem;
	color: #0564A7;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
}

.qh-tit ul li.on span {
	display: inline-block;
}

.qh-more a {
	display: none;
	font-size: 0.16rem;
	color: #9E9E9E;
	width: 0.61rem;
	height: 0.52rem;
	line-height: 0.52rem;
	background: url(../images/more.png) no-repeat;
	background-size: 100% 100%;
	padding-right: 0.1rem;
	text-align: center;
	transition: all 0.3s;
}

.qh-more a.on {
	display: block;
}

.qh-more a:hover {
	color: #0564A7;
}

.qh-bd {
	position: relative;
	z-index: 0;
}

.qh-bd>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.qh-bd>div.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.s3-c .block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}

.s3-list {
	width: 60.33%;
	width: 63.33%;
	padding-top: 1.14rem;
	position: relative;
	z-index: 2;
}

.s3-list ul>li {
	position: relative;
	transition: all .3s;
}

.s3-list ul>li:nth-child(2),
.s3-list ul>li:nth-child(4) {
	margin-left: 0.54rem;
}

.s3-list ul>li:nth-child(3) {
	margin-left: 1.08rem;
}

.s3-list ul>li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 3;
	padding: 0.25rem 0;
	cursor: pointer;
}

.s3-list ul>li a .s3-l .s3-sj {
	font-family: 'sySong';
	font-size: 0.18rem;
	font-weight: bold;
	color: #096BBF;
	position: relative;
}

.s3-list ul>li a .s3-l .s3-sj::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.2rem;
	height: 0.22rem;
	border-left: 1px solid #096BBF;
}

.s3-list ul>li a .s3-l .s3-date {
	display: none;
}

.s3-list ul>li a .s3-rtx {
	flex: 1;
	min-width: 0;
	padding-left: 0.4rem;
	position: relative;
}

.s3-list ul>li a .s3-rtx h3 {
	font-size: 0.18rem;
	font-weight: normal;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-list ul>li a .s3-rtx p {
	display: none;
}

.s3-list ul>li a .s3-rtx::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 0.3rem;
	height: 0.22rem;
	background: url(../images/s3-sj.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}

.s3-list ul>li.show a .s3-rtx::after {
	display: block;
}

.s3-list ul>li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 100%;
	top: 0;
	bottom: 0;
	border-radius: 0.5rem 0px 0px 0.5rem;
	background: linear-gradient(270deg, rgba(169, 208, 253, 0) 0%, #C3D8F0 100%);
	z-index: -1;
}

.s3-list ul>li.show:after {
	left: -2rem;
	right: 0;
}

.s3-list ul>li.show .s3-l .s3-sj {
	display: none;
}

.s3-list ul>li.show .s3-l .s3-date {
	display: block;
	font-family: 'sySong';
	text-align: center;
	width: 0.96rem;
	height: 0.96rem;
	background: url(../images/s3-sjbg.png) no-repeat;
	background-size: 100% 100%;
	padding-top: 0.12rem;
}

.s3-list ul>li.show .s3-l .s3-date p {
	font-size: 0.26rem;
	font-weight: bold;
	color: #FFFFFF;
}

.s3-list ul>li.show .s3-l .s3-date span {
	display: block;
	font-size: 0.12rem;
	font-weight: bold;
	color: #FFFFFF;
}

.s3-list ul>li.show a .s3-rtx {
	padding-right: 0.9rem;
}

.s3-list ul>li.show a .s3-rtx p {
	display: block;
	margin-top: 0.13rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}


.s3-banner {
	width: 34.66%;
	margin-top: 0.4rem;
	position: relative;
	z-index: 3;
}

.s3-banner::before {
	content: '';
	position: absolute;
	top: 54.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 5.21rem;
	height: 5.23rem;
	max-width: 100%;
	max-height: 100%;
	background: url(../images/s3-zs.png) no-repeat;
	background-size: 100% 100%;
}

.s3-banner a {
	display: block;
}

.s3-banner a .pic {
	padding-top: 92.1%;
}

.s3-banner a .pic svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.s3-banner a .pic>img {
	/* display: none; */
}

.section4 {
	padding: 1rem 0;
}

.section4 .wp {
	padding-bottom: 0.7rem;
	border-bottom: 1px solid #97C0E4;
	position: relative;
}

.section4 .wp::before {
	content: '';
	position: absolute;
	top: 0.35rem;
	left: 0;
	bottom: 0;
	border-left: 1px solid #97C0E4;
}

.section4 .wp::after {
	content: '';
	position: absolute;
	top: 0.35rem;
	right: 0;
	bottom: 0;
	border-right: 1px solid #97C0E4;
}

.section4 .title::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 50%;
	margin-right: 1.5rem;
	border-top: 1px solid #97C0E4;
}

.section4 .title::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	margin-left: 1.5rem;
	right: 0.8rem;
	border-top: 1px solid #97C0E4;
}

.s4-c {
	padding: 0.52rem;
}

.s4-c ul {
	margin-top: 0.77rem;
}

.s4-c ul li a {
	display: block;
	margin: 0 0.2rem;
}

.s4-c ul li a .pic {
	padding-top: 60.52%;
	border-radius: 0.4rem 0px 0.4rem 0px;
}

.s4-c .slick-prev,
.s4-c .slick-next {
	width: 0.65rem;
	height: 0.65rem;
}

.s4-c .slick-prev {
	left: -0.82rem;
	background: url(../images/s4-prev.png) no-repeat;
	background-size: 100% 100%;
}

.s4-c .slick-next {
	right: -0.82rem;
	background: url(../images/s4-next.png) no-repeat;
	background-size: 100% 100%;
}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1500px) {

	.banner .slick-prev,
	.banner .slick-next {
		right: 0.28rem;
	}

	.banner .slick-dots {
		right: 0.31rem;
	}

	.qh-tit {
		right: 0.2rem;
	}

	.section4 .title::before {
		left: -0.2rem;
	}

	.section4 .wp {
		width: calc(100% - 0.4rem);
	}
}

@media screen and (max-width: 1024px) {
	.banner {
		padding-right: 0;
	}

	.banner .slick-prev,
	.banner .slick-next {
		display: none !important;
	}

	.banner .slick-dots {
		width: 100%;
		right: 0;
		bottom: 0.6rem;
	}

	.banner .slick-dots li {
		margin: 0 0.1rem;
		background-color: rgba(255, 255, 255, 0.5);
	}

	.banner .slick-dots li.slick-active {
		margin: 0 0.1rem;
	}

	.tit-tx b {
		font-size: 0.2rem;
	}

	.tit-tx span {
		font-size: 0.16rem;
	}

	.section1 {
		padding-top: 0.4rem;
		padding-bottom: 0;
	}

	.s1-c {
		margin-top: 0.4rem;
	}

	.s1-l {
		width: 100%;
	}

	.s1-l ul li .bg_img {
		height: auto;
		padding-top: 68.71%;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.s1-r .s1-rt a .s1-rttx h3 {
		height: auto;
		max-height: 0.6rem;
	}

	.s1-r .s1-rt a .s1-rttx p {
		height: auto;
		max-height: 0.6rem;
	}

	.section2 {
		padding-top: 1.4rem;
		padding-bottom: 1.2rem;
	}

	.s2-c {
		margin-top: 0.4rem;
	}

	.section3 {
		padding-top: 0.8rem;
		padding-bottom: 0.5rem;
	}

	.qh-tit {
		position: static;
		width: 100%;
	}

	.qh-tit ul li {
		font-size: 0.28rem;
		margin-left: 0.25rem;
	}

	.qh-tit ul li span {
		font-size: 0.16rem;
	}

	.s3-banner {
		width: 80%;
		margin: 0 auto;
		margin-top: 0.4rem;
	}

	.s3-list {
		width: 100%;
		padding-top: 0.8rem;
	}

	.s3-list ul>li.show:after {
		left: -0.7rem;
	}

	.s3-banner::before {
		width: 100%;
		height: 100%;
	}

	.s3-list ul>li {
		margin-left: 0 !important;
	}

	.section4 {
		padding-bottom: 0.4rem;
	}

	.section4 .wp {
		padding-bottom: 0.3rem;
	}

	.s4-c {
		padding: 0.2rem;
	}

	.s4-c ul {
		margin-top: 0.2rem;
	}

	.s4-c .slick-prev,
	.s4-c .slick-next {
		width: 0.4rem;
		height: 0.4rem;
	}

	.s4-c .slick-prev {
		left: -0.52rem;
	}

	.s4-c .slick-next {
		right: -0.52rem;
	}


}

@media screen and (max-width: 768px) {
	.s2-c ul li {
		width: 100%;
	}

	.s2-c ul li a {
		padding: 0.2rem 0;
		border-bottom: 1px solid rgba(215, 226, 237, 0.2) !important;
		border-left: none !important;
	}

	.s2-c ul li a h3 {
		height: auto;
		max-height: 0.52rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.s0-c li a {
		height: 1.5rem;
	}

	.s0-c li a p img {
		max-width: 0.35rem;
		max-height: 0.35rem;
	}

	.s0-c li a h3 {
		font-size: 0.18rem;
		line-height: 0.24rem;
		height: 0.48rem;
		margin-top: 0.1rem;
	}

	.section1 {
		position: relative;
		z-index: 1;
	}

	.section2 {
		padding-top: 1.6rem;
		margin-top: -0.7rem;
		position: relative;
		z-index: 0;
	}
}
.s1-l.wow.fadeInUp.animated {
    padding-top: 20px;
}
@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}