@charset "UTF-8";

body {
	overflow-x: hidden
}

.head_rgb.hide {
	transform: translateY(-100%);
	opacity: 0;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100vh;
}

.banner .slick-slide a .pic {
	padding-top: 0;
	height: 100vh;
}

.banner .slick-slide a .pic video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
}

.banner {
	overflow: hidden;
}

.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.4rem;
	background: linear-gradient(180deg, rgba(0, 35, 90, 0.84) 0%, rgba(0, 47, 118, 0) 100%);
}

.banner .slick-slide a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3.46rem;
	background: linear-gradient(0deg, #003452 0%, rgba(30, 116, 165, 0) 100%);
	z-index: 1;
}

.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: auto;
	margin: 0 auto;
	bottom: 0.4rem;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0;
	z-index: 9;
	text-align: center;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.24rem;
	padding: 0;
	width: 0.16rem;
	height: 0.16rem;
	border-radius: 50%;
	background: #ffffff;
	opacity: 0.7;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
	width: 0.52rem;
	height: 0.53rem;
	background: url(../images/ban-dot.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
	opacity: 1;
}

.banner .slick-dots li.slick-active::before {
	left: 0.7rem;
}

.banner .slick-dots li button {
	display: none;
}


/* 主体 */
.index {
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99;
	background: #fff
}

.title {
	text-align: center;
	position: relative;
	z-index: 1;
}

.tit-c {
	display: flex;
	align-items: center;
	text-align: left;
}

.tit-cl {
	margin-right: 0.1rem;
	position: relative;
	z-index: 1;
}

.tit-cl::after {
	content: '';
	position: absolute;
	top: -0.06rem;
	left: 0;
	width: 0.19rem;
	height: 0.19rem;
	opacity: 0.1;
	background: #1E74A5;
	border-radius: 50%;
}

.tit-cl img {
	display: block;
	width: 0.51rem;
}

.tit-c h3 {
	font-size: 0.36rem;
	color: #333333;
}

.tit-c p {
	font-family: Arial;
	font-size: 0.14rem;
	color: #727272;
	opacity: 0.2;
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.more a {
	display: flex;
	align-items: center;
	font-size: 0.18rem;
	line-height: 0.26rem;
	text-transform: uppercase;
	color: #9E9E9E;
	margin-top: 0.16rem;
	transition: all 0.5s;
}

.more a img {
	display: block;
	width: 0.11rem;
	margin-left: 0.11rem;
	transition: all 0.5s;
}

.more a:hover {
	color: #0D6A9F;
}

.more a:hover img {
	transform: rotate(90deg);
}

/* section1 */
.section1 {
	padding-top: 1.5rem;
	padding-bottom: 0.58rem;
}

.s1-c {
	display: flex;
	flex-wrap: wrap;
}

.s1-l {
	width: 54.25%;
	margin-top: 1.26rem;
}

.s1-l .s1-gglj ul {
	justify-content: flex-end;
}

.s1-gglj ul {
	display: flex;
	flex-wrap: wrap;
}

.s1-gglj ul li {
	width: 33.33%;
}

.s1-gglj ul li a {
	display: block;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.s1-gglj ul li .pic1 {
	padding-top: 100%;
	position: relative;
	overflow: hidden;
}

.s1-gglj ul li .k {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.s1-gglj ul li .icon1 img {
	display: block;
	width: 0.88rem;
	transition: all 0.8s;
}

.s1-gglj ul li .tx {
	text-align: center;
}

.s1-gglj ul li .tx h3 {
	display: inline-block;
	font-family: "syh-m";
	font-size: 0.24rem;
	line-height: 0.28rem;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0.3rem;
	position: relative;
	z-index: 1;
}

.s1-gglj ul li .tx h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: scale(0);
	border-bottom: 1px solid #FFFFFF;
	transition: all 0.5s;
}

.s1-gglj ul li .tx p {
	font-family: "sys-semibold";
	font-size: 0.14rem;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0.08rem;
}

.gglj-l1 a {
	background-color: #6BC1C0;
}

.gglj-l2 a {
	background-color: #E1C7A1;
}

.gglj-r1 a {
	background-color: #DCB37A;
}

.gglj-r2 a {
	background-color: #50A5A4;
}

.gglj-r3 a {
	background-color: #2578A8;
}

.gglj-r4 a {
	background-color: #81BEE6;
}

.gglj-r5 a {
	background-color: #60AADB;
}

.gglj-r6 a {
	background-color: #F3CE9B;
}

.gglj-r2 .kyc {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	transition: all 0.5s;
}

.gglj-r2 .kyc img {
	display: block;
	width: 100%;
	height: 100%;
}

.gglj-r2:hover .kyc {
	top: 0;
}

.s1-ld {
	margin-top: 0;
}

.s1-ld a {
	display: block;
	position: relative;
	z-index: 2;
}

.s1-ld .pic {
	padding-top: 67.28%;
}

.s1-gglj ul li:hover a {
	z-index: 2;
	box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.3);
}

.s1-gglj ul li:hover .tx h3::after {
	transform: none;
}

.s1-gglj ul li:hover .icon1 img {
	/*transform: rotateY(360deg);*/
	transform:scale(1.1);
}


.s1-r {
	width: 45.75%;
}

.s1-rt a {
	display: block;
}

.s1-rt .pic {
	padding-top: 66.53%;
}


.s1-ld.pich:hover img,
.s1-rt.pich:hover img {
	transform: none;
}


/* section2 */

.section2 {
	padding: 0.55rem 0 1.44rem 0;
	background: url(../images/section2-bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.section2::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc((100vw - 16rem)/2 - 1px);
	height: 1.44rem;
	background: #fff;
}

.section2 .tit-c {
	justify-content: center;
}

.s2-c {
	margin-top: 0.56rem;
	position: relative;
	z-index: 1;
}

.s2-c::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc((-100vw + 16rem)/2);
	width: calc((100vw - 16rem) + 100%);
	border-top: 1px solid #E2E2E2;
	z-index: -1;
}

.s2-c::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: calc((-100vw + 16rem)/2);
	width: calc((100vw - 16rem) + 100%);
	border-top: 1px solid #E2E2E2;
	z-index: -1;
}

.s2-c ul {
	display: flex;
	justify-content: space-between;
	height: 5.34rem;
}

.s2-c ul li {
	width: 18.75%;
	height: 100%;
	background-color: #0C6699;
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.s2-c ul li:first-child::before {
	content: '';
	position: absolute;
	top: -1.74rem;
	left: 0;
	height: calc(100% + 3.18rem);
	border-left: 1px solid #E2E2E2;
	z-index: -1;
}

.s2-c ul li:last-child::before {
	content: '';
	position: absolute;
	top: -1.74rem;
	right: 0;
	height: calc(100% + 3.18rem);
	border-left: 1px solid #E2E2E2;
	z-index: -1;
}

.s2-c ul li.on {
	width: 57.5%;
}

.s2-c ul li .s2-pic {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	opacity: 0.7;
}

.s2-c ul li.on .s2-pic {
	opacity: 0.12;
}

.s2-box {
	display: flex;
	height: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.s2-tit {
	width: 100%;
	transition: all 0.3s;
}

.s2-tit a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 1;
}

.s2-tit a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 64.79%;
	background: linear-gradient(360deg, #0A68A8 0%, rgba(10, 104, 168, 0) 100%);
	z-index: -1;
	transition: all 0.5s;
}

.s2-c ul li.on .s2-tit {
	opacity: 0;
	visibility: hidden;
}

.s2-tit .s2-td {
	width: 100%;
	padding-bottom: 0.32rem;
}

.s2-tit .s2-td h3 {
	font-size: 0.24rem;
	line-height: 0.24rem;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-bottom: 0.23rem;
}

.s2-tit .s2-td>img {
	display: block;
	width: 0.09rem;
	margin: 0 auto;
}

.s2-bd {
	position: absolute;
	left: 100%;
	top: 0;
	/* width: 100%; */
	height: 100%;
	z-index: 1;
	/* transition: all 0.5s; */
}

.s2-bd .k {
	height: 100%;
	width: 9.2rem;
	max-width: 100%;
	padding: 0.6rem 0.8rem 0 1.1rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.s2-bd .k .s2-icon {
	position: absolute;
	left: 0;
	top: 0;
	width: 1.38rem;
	height: 1.38rem;
	background: url(../images/s2-iconbg.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s2-bd .k .s2-icon img {
	display: block;
	width: 0.56rem;
}

.s2-bd .k .s2-bdt {
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 0.22rem;
}

.s2-bd .k .s2-bdt h3 {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	color: #FFFFFF;
}

.s2-bd .k dl {
	display: flex;
	flex-wrap: wrap;
	margin: 0.17rem -0.1rem 0 -0.1rem;
	max-height: 3.7rem;
	overflow-y: auto;
}

.s2-bd .k dl::-webkit-scrollbar {
	width: 4px;
	height: 8px;
	background-color: #f5f5f5;
}

.s2-bd .k dl::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #e2e2e2;
}

.s2-bd .k dl::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #3EA8E5;
}

.s2-bd .k dd {
	width: 33.333%;
}

.s2-bd .k dd a {
	display: block;
	font-size: 0.16rem;
	line-height: 0.28rem;
	color: #FFFFFF;
	border-radius: 0px 0.1rem 0px 0px;
	border: 1px dashed #70B6DE;
	padding: 0.15rem 0.3rem;
	margin: 0.16rem 0.1rem;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.s2-bd .k dd a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../images/s2-libg.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
        opacity: 0;
        visibility: hidden;
	transition: all 0.5s;
}

.s2-bd .k dd a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.22rem;
	width: 0.07rem;
	height: 0.13rem;
	background: url(../images/s2-jt2.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transition: all 0.5s;
}

.s2-bd .k dd:hover a {
	font-weight: bold;
}

.s2-bd .k dd:hover a::before {
	width: 100%;
        opacity: 1;
        visibility: visible;
}

.s2-bd .k dd:hover a {
	border-color: transparent;
}

.s2-bd .k dd:hover a::after {
	background: url(../images/s2-jt1.png) no-repeat;
	background-size: 100% 100%;
}

.s2-c ul li.on .s2-bd {
	left: 0;
}


/* section3 */
.section3 {
	padding-top: 1rem;
}

.s3-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s3-l {
	width: 22.5%;
}

.s3-l .pich {
	margin-top: 0.5rem;
}

.s3-l .pic {
	padding-top: 61.11%;
}

.s3-l ul {
	margin-top: 0.1rem;
}

.s3-l ul li a {
	display: block;
	padding: 0.14rem 0;
	border-top: 1px solid #D8D8D8;
}

.s3-l ul li:first-child a {
	border-top: 0;
}

.s3-l ul li a h3 {
	font-size: 0.18rem;
	line-height: 0.6rem;
	height: 0.6rem;
	color: #333333;
	position: relative;
	left: 0;
	transition: all 0.5s;
}

.s3-l ul li:hover a h3 {
	font-weight: bold;
	color: #0D6A9F;
	left: 0.05rem;
}

.s3-r ul li a h3 {
	height: 0.3rem;
	line-height: 0.3rem;
}

span.time {
	display: block;
	font-family: "sys-r";
	font-size: 0.16rem;
	line-height: 0.16rem;
	color: #999999;
	margin-top: 0.14rem;
	background: url(../images/time1.png) no-repeat left center;
	background-size: 0.16rem auto;
	padding-left: 0.2rem;
	transition: all 0.5s;
}

.s3-r ul li:hover a span.time {
	color: #0D6A9F;
	background: url(../images/time2.png) no-repeat left center;
	background-size: 0.16rem auto;
}

.s3-m {
	width: 46.25%;
	box-shadow: 0px 0.04rem 0.3rem 0px rgba(0, 0, 0, 0.1);
}

.s3-m .pic {
	padding-top: 60.54%;
}

.s3-m .tx {
	padding: 0.32rem 0.5rem 1.17rem 0.5rem;
	background-color: #fff;
}

.s3-m .tx .tit {
	text-align: center;
}

.s3-m .tx .tit p {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "syh-m";
	font-size: 0.18rem;
	font-weight: 500;
	color: #0D6A9F;
	position: relative;
	z-index: 1;
}

.s3-m .tx .tit p::before {
	content: "";
	display: block;
	width: 0.3rem;
	height: 0.15rem;
	background: url(../images/s3-mtl.png) no-repeat;
	background-size: 100% 100%;
	margin-right: 0.24rem;
}

.s3-m .tx .tit p::after {
	content: "";
	display: block;
	width: 0.3rem;
	height: 0.15rem;
	background: url(../images/s3-mtr.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 0.24rem;
}

.s3-m .tx .tit p span {
	padding-left: 0.14rem;
	font-family: "sys-r";
	font-size: 0.16rem;
	color: #0D6A9F;
}

.s3-m .tx h3 {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.3rem;
	text-align: center;
	color: #333333;
	margin-top: 0.27rem;
	transition: all 0.5s;
}

.s3-m .tx h3 span {
	display: block;
	font-weight: bold;
	position: relative;
	z-index: 1;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.s3-m .tx h3 span::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #0D6A9F;
	transform: scaleX(0);
	transition: all 0.5s;
}

.s3-m ul li:hover .tx h3 {
	color: #0D6A9F;
}

.s3-m ul li:hover .tx h3 span::after {
	transform: none;
}

.s3-m .tx>p {
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.84rem;
	text-align: justify;
	text-transform: uppercase;
	color: #9E9E9E;
	margin-top: 0.23rem;
}

.s3-m .swiper-button {
	width: 0.52rem;
	height: 0.52rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.52rem 0.11rem;
	top: auto;
	transform: none;
	bottom: 0.46rem;
	z-index: 11;
	transition: all 0.5s;
}

.s3-m .swiper-button:hover {
	opacity: 0.7;
}

.s3-m .swiper-button-prev {
	left: 0.6rem;
	background-image: url(../images/s3-mprev.png);
}

.s3-m .swiper-button-next {
	right: 0.6rem;
	background-image: url(../images/s3-mnext.png);
}

.swiper-pagination {
	font-size: 0;
}

.s3-m .swiper-pagination {
	bottom: 0.65rem;
}

.s3-m .swiper-pagination-bullet {
	width: 0.1rem;
	height: 0.1rem;
	background: #D8D8D8;
	margin: 0 0.06rem;
	opacity: 1;
}

.s3-m .swiper-pagination-bullet-active {
	background: #0D6A9F;
}

/* section4 */
.section4 {
	padding: 1rem 0 1.57rem 0;
	background: linear-gradient(0deg, #E9F7FF 3%, rgba(255, 255, 255, 0) 109%);
}

.s4-c {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s4-l {
	width: 57.18%;
	position: relative;
	z-index: 2;
}

.s4-l .title {
	display: flex;
	align-items: center;
}

.s4-l .tit-m {
	margin-left: 0.8rem;
}

.s4-l .tit-m a {
	display: block;
	font-size: 0.36rem;
	color: #333333;
	opacity: 0.5;
	margin-top: 0.16rem;
	transition: all 0.5s;
}

.s4-l .tit-m a:hover {
	opacity: 1;
}

.s4-l .more {
	right: 0.9rem;
}

.jdt {
	margin-top: 0.4rem;
}

.jdt a {
	display: block;
	position: relative;
}

.jdt .pic {
	/* padding-top: 68.63%; */
	padding-top: 0;
	height: 6.28rem;
}

.jdt .pic::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 28.44%;
	background: linear-gradient(180deg, rgba(38, 38, 38, 0) 0%, #262626 100%);
	box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
}

.jdt .tx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 0 0.38rem 0.3rem 0.38rem;
}

.jdt .tx span {
	display: block;
	font-size: 0.14rem;
	line-height: 0.26rem;
	color: #FFFFFF;
	background: url(../images/s4-jdtsj.png) no-repeat left center;
	background-size: 0.17rem auto;
	padding-left: 0.27rem;
}

.jdt .tx h3 {
	font-size: 0.22rem;
	line-height: 0.32rem;
	color: #FFFFFF;
	margin-top: 0.08rem;
}


.s4-r {
	width: 42.82%;
	position: relative;
	z-index: 1;
}

.s4-r::before {
	content: '';
	position: absolute;
	top: 0;
	left: -0.9rem;
	right: 0;
	bottom: -0.54rem;
	background: #FFFFFF;
	background: linear-gradient(0deg, #fff 100%, #fff 1%);
	z-index: -1;
}

.s4-r ul {
	padding-left: 0.45rem;
}

.s4-r ul li {
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.s4-r ul li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -0.45rem;
	width: calc(100% + 0.45rem);
	background: #FFFFFF;
	box-shadow: 0px 0px 0.2rem 0px rgba(65, 119, 169, 0.5);
	z-index: -1;
	transition: all 0.5s;
	opacity: 0;
	visibility: hidden;
}

.s4-r ul li.on::before {
	width: calc(100% + 0.45rem);
	opacity: 1;
	visibility: visible;
}

.s4-r ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.18rem;
	background: #FFFFFF;
	width: 0.32rem;
	height: 0.32rem;
	/* background: url(../images/s4-rjt.png) no-repeat; */
	background-size: 100% 100%;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all 0.5s;
}

.s4-r ul li.on::after {
	opacity: 1;
	visibility: visible;
}

.s4-r ul li a {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	padding: 0.29rem 0.18rem 0.29rem 0;
	border-top: 1px dashed #D8D8D8;
	transition: all 0.5s;
}

.s4-r ul li.on a {
	/* padding: 0.29rem 0.9rem 0.29rem 0; */
}

.s4-r ul li:first-child a {
	border-top: 0;
}

.s4-r ul li a .date {
	text-align: right;
	margin-right: 0.4rem;
	font-family: "sys-r";
	padding-top: 0.15rem;
	position: relative;
	z-index: 1;
}

.s4-r ul li a .date::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 0.77rem;
	right: -0.2rem;
	border-left: 1px solid #D8D8D8;
}

.s4-r ul li a .date b {
	display: block;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #0D6A9F;
}

.s4-r ul li a .date span {
	display: block;
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #9E9E9E;
}

.s4-r ul li a .r {
	flex: 1;
	min-width: 0;
}

.s4-r ul li a h3 {
	font-size: 0.18rem;
	line-height: 0.3rem;
	color: #333333;
	transition: all 0.5s;
}

.s4-r ul li a p {
	font-size: 0.14rem;
	line-height: 0.26rem;
	height: 0.52rem;
	color: #9E9E9E;
	margin-top: 0.05rem;
}

.s4-r ul li:hover a h3 {
	font-weight: bold;
	color: #0D6A9F;
}






@media screen and (max-width:1600px) {

	.section2::before {
		width: 3%;
	}

	.s2-c::before,
	.s2-c::after {
		left: -3%;
		width: calc(100% + 6%);
	}
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {

	.banner,
	.banner div.slick-list,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto;
	}

	.banner .slick-slide a .pic video {
		width: 100%;
		height: auto;
	}

	.index {
		position: static;
	}

	.banner .slick-dots {
		bottom: 0.3rem;
	}

	.banner .slick-dots li {
		width: 0.1rem;
		height: 0.1rem;
		margin: 0 0.1rem;
	}

	.banner .slick-dots li.slick-active {
		width: 0.32rem;
		height: 0.33rem;
	}

	.tit-cl img {
		width: 0.41rem;
	}

	.tit-c p {
		font-size: 12px;
	}

	.tit-c h3 {
		font-size: 0.28rem;
	}

	.more a {
		margin-top: 14px;
		font-size: 14px;
	}

	.more a img {
		/* width: 0.2rem; */
		/* margin-left: 0.1rem; */
	}

	.section1 {
		padding: 0.4rem 0;
	}

	.section2 .tit-c {
		justify-content: flex-start;
	}

	.s2-c ul li:first-child::before {
		display: none;
	}

	.s1-gglj ul li .icon1 img {
		width: 0.5rem;
	}

	.s1-gglj ul li .tx h3 {
		margin-top: 0.15rem;
		font-size: 0.2rem;
		line-height: 0.26rem;
	}

	.s1-gglj ul li .tx p {
		font-size: 12px;
		padding: 0 0.1rem;
		margin-top: 0.05rem;
	}

	.s1-l {
		margin-top: 0.9rem;
	}

	.s1-ld {
		margin-top: -0.42rem;
	}

	.section2 {
		padding: 0.4rem 0;
	}

	.s2-c {
		margin-top: 0.3rem;
	}

	.s2-c ul {
		display: block;
		height: auto;
	}

	.s2-c ul li {
		width: 100% !important;
		height: auto;
		margin-top: 0.2rem;
	}

	.s2-c ul li:first-child {
		margin-top: 0;
	}

	.s2-tit {
		display: none;
	}

	.s2-bd {
		position: static;
		height: auto;
	}

	.s2-bd .k {
		width: 100%;
		padding: 0.4rem 0.2rem 0.2rem 0.4rem;
	}

	.s2-bd .k .s2-icon {
		width: 0.7rem;
		height: 0.7rem;
	}

	.s2-bd .k .s2-icon img {
		width: 0.3rem;
	}

	.section2::before {
		width: 0.2rem;
		height: 0.4rem;
	}

	.s2-bd .k dd a {
		font-size: 0.2rem;
		padding: 0.15rem 0.3rem 0.15rem 0.15rem;
	}

	.section3 {
		padding-top: 0.4rem;
	}

	.s3-l {
		width: 100%;
	}

	.s3-m {
		width: 100%;
		margin-top: 0.3rem;
	}

	.s3-r {
		margin-top: 0.4rem;
	}

	.s3-l .pich {
		margin-top: 0.3rem;
	}

	.s3-l ul li a {
		padding: 0.2rem 0;
	}

	.s3-l ul li a h3 {
		font-size: 0.2rem;
		height: auto;
		line-height: 0.3rem;
	}

	.s3-m .tx {
		padding: 0.3rem 0.3rem 0.8rem 0.3rem;
	}

	.s3-m .tx h3 {
		font-size: 0.2rem;
		margin-top: 0.2rem;
	}

	.s3-m .tx>p {
		font-size: 0.18rem;
		margin-top: 0.2rem;
	}

	.s3-m .swiper-pagination {
		bottom: 0.43rem;
	}

	.s3-m .swiper-button {
		bottom: 0.23rem;
	}
	.s3-m .swiper-button-prev{left:0.3rem;}
	.s3-m .swiper-button-next{right:0.3rem;}

	.section4 {
		padding: 0.4rem 0;
	}

	.s4-l .tit-m {
		margin-left: 0.4rem;
	}

	.s4-l .tit-m a {
		font-size: 0.28rem;
		margin-top: 14px;
	}

	.s4-l .more {
		right: 0;
	}

	.s4-l,
	.s4-r {
		width: 100%;
	}

	.jdt .pic {
		padding-top: 68.63%;
		height: auto;
	}

	.jdt .tx {
		padding: 0 0.2rem 0.2rem 0.2rem;
	}

	.jdt .tx h3 {
		font-size: 0.2rem;
	}

	.s4-r::before {
		left: -0.2rem;
		right: -0.2rem;
		bottom: 0;
	}

	.s4-r ul {
		padding-left: 0;
	}

	.s4-r ul li::before {
		left: 0;
	}

	.s4-r ul li a {
		padding: 0.2rem;
	}

	.s4-r ul li.on a {
		padding: 0.2rem 0.9rem 0.2rem 0.2rem;
	}

	.s4-r ul li.on::before {
		width: 100%;
	}

	.s4-r ul li a h3 {
		font-size: 0.2rem;
	}

	.s4-r ul li a p {
		font-size: 0.16rem;
		margin-top: 0.1rem;
	}
}

@media screen and (max-width: 768px) {
	.s1-l {
		width: 100%;
		margin-top: 0;
	}

	.s1-r {
		width: 100%;
		margin-top: 0;
	}

	.s1-ld,
	.s1-rt {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	.s2-bd .k dd {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {
	.s1-gglj ul li {
		width: 50%;
	}

	.s2-bd .k dd {
		width: 100%;
	}

	.s2-bd .k dd a {
		margin: 0.1rem;
	}
}