@charset "utf-8";

body {
	overflow-x: hidden;
}

/*首页样式*/

.title {
	display: flex;
	align-items: center;
	margin-bottom: 0.2rem;
}

.tit-c h3 {
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 0.6rem;
}

.more {
	margin-left: 0.32rem;
	position: relative;
}

.more::before {
	content: '';
	position: absolute;
	top: 0;
	left: -0.14rem;
	height: 0.3rem;
	border-left: 1px solid #D8D8D8;
}

.more a {
	display: block;
	font-size: 0.16rem;
	height: 0.3rem;
	line-height: 0.4rem;
	color: #9E9E9E;
	transition: all 0.5s;
}

.more:hover a {
	color: #0005FF;
}

/*主体*/
.section1 {
	overflow: hidden;
}

.s1 {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
	padding-top: 0.38rem;
}

.s1::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0.56rem;
	left: -0.52rem;
	width: calc((100vw - 16rem)/2 + 100% + 0.52rem);
	background: linear-gradient(270deg, rgba(52, 243, 253, 0.1) 0%, rgba(0, 5, 255, 0.1) 100%);
	z-index: -1;
}

.jdt {
	width: 70.625%;
}

.jdt a {
	display: block;
	position: relative;
}

.jdt .pic {
	padding-top: 63.27%;
}

.jdt .pic::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 18.18%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.jdt a .tx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 0 1.5rem 0 0.3rem;
}

.jdt a .tx h3 {
	font-size: 0.24rem;
	line-height: 0.6rem;
	color: #FFFFFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jdt .swiper-pagination {
	left: auto;
	right: 0.32rem;
	top: auto;
	bottom: 0.26rem;
	width: auto;
	font-size: 0;
}

.jdt .swiper-pagination span {
	width: 0.12rem;
	height: 0.12rem;
	border: 1px solid #fff;
	background: none;
	opacity: 1;
	border-radius: 50%;
	margin: 0 0.08rem;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active {
	background: #fff;
}

.s1-r {
	width: 29.375%;
}

.s1-r ul {
	height: 100%;
	background: #F4F4F4;
}

.s1-r ul li {
	height: 20%;
	box-shadow: 0px 0px 0.1rem 0px rgba(158, 158, 158, 0.2);
	position: relative;
	z-index: 1;
	transition: all 0.5s;
}

.s1-r ul li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 0;
	background: linear-gradient(270deg, #34F3FD 0%, #0005FF 100%);
	z-index: -1;
	transition: all 0.5s;
}

.s1-r ul li.on::before {
	width: calc(100% + 0.1rem);
}

.s1-r ul li a {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	height: 100%;
	margin: 0 0.26rem;
}

.s1-r ul li a .r {
	width: 1.5rem;
	margin-left: 0.15rem;
}

.s1-r ul li a .r .pic {
	padding-top: 66.66%;
}

.s1-r ul li a .l {
	flex: 1;
	min-width: 0;
}

.s1-r ul li a .l h3 {
	font-family: syh-m;
	font-size: 0.2rem;
	line-height: 0.3rem;
	height: 0.6rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s1-r ul li a .l .b {
	margin-top: 0.15rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.s1-r ul li a .l .b p {
	display: none;
	max-width: 1.5rem;
	border-radius: 0.14rem;
	padding: 0 0.12rem;
	border: 1px solid rgba(255, 255, 255, 0.3);
	font-size: 12px;
	line-height: 0.24rem;
	color: #C2D8FF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}

.s1-r ul li a .l .b i {
	display: none;
	flex: 1;
	min-width: 0;
	margin: 0 0.1rem;
	height: 1px;
	background: linear-gradient(270deg, rgba(216, 216, 216, 0) 0%, #D8D8D8 100%);
}

.s1-r ul li.on a .l .b i {
	display: block;
}

.s1-r ul li a .l .b p img {
	vertical-align: middle;
	width: 0.13rem;
	margin-right: 0.05rem;
}

.s1-r ul li.on a .l .b p {
	display: flex;
	align-items: center;
	justify-content: center;
}

.s1-r ul li a .l .b span {
	display: block;
	font-size: 12px;
	line-height: 0.24rem;
	color: #999999;
	transition: all 0.5s;
}

.s1-r ul li.on a .l .b span {
	color: #fff;
}

.s1-r ul li.on a h3,
.s1-r ul li.on a span {
	color: #fff;
}

/* section2 */

.section2 {
	margin-top: 0.78rem;
}

.s2 {
	position: relative;
}

.s2 a {
	display: block;
}

.s2 .pic {
	padding-top: 54.76%;
}

.s2 .tx {
	padding: 0.23rem 0 0.14rem 0;
	position: relative;
}

.s2 .tx h3 {
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 0.3rem;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: all 0.5s;
}

.s2 .tx h3 span {
	font-family: syh-m;
	font-size: 0.2rem;
	font-weight: 500;
	color: #333333;
	transition: all 0.5s;
}

.s2 .tx::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.52rem;
	height: 0.02rem;
	background: #D9D9D9;
	transition: all 0.5s;
}

.s2 li:hover .tx h3 span {
	color: #0005FF;
	background: linear-gradient(270deg, #34F3FD 0%, #0005FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

.s2 li:hover .tx::after {
	background: #0005FF;
}

.s2 .swiper-button {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0.2rem;
	top: -0.7rem;
}

.s2 .swiper-button-prev,
.s2 .swiper-button-next {
	width: 0.4rem;
	height: 0.4rem;
	background: #F6F9FF;
	border: 1px solid rgba(4, 88, 200, 0.1);
	border-radius: 50%;
	position: relative;
	top: auto;
	margin-top: 0;
	transition: all 0.5s;
}

.s2 .swiper-button-prev {
	left: auto;
}

.s2 .swiper-button-prev::after {
	content: '';
	position: absolute;
	top: 0.12rem;
	left: -0.08rem;
	width: 0.32rem;
	height: 0.1rem;
	background-image: url(../images/s2-prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	font-size: 0;
	transition: all 0.5s;
}

.s2 .swiper-button-next {
	margin-left: 0.22rem;
	right: auto;
}

.s2 .swiper-button-next::after {
	content: '';
	position: absolute;
	top: 0.12rem;
	right: -0.08rem;
	width: 0.32rem;
	height: 0.1rem;
	background-image: url(../images/s2-next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	font-size: 0;
	transition: all 0.5s;
}

.s2 .swiper-button-prev:hover,
.s2 .swiper-button-next:hover {
	background: #020FFF;
	border: 1px solid rgba(4, 88, 200, 0.1);
}

.s2 .swiper-button-prev:hover::after {
	left: 0.02rem;
	background-image: url(../images/s2-prevon.png);
}

.s2 .swiper-button-next:hover::after {
	right: 0.02rem;
	background-image: url(../images/s2-nexton.png);
}


/* section3 */
.section3 {
	padding: 1rem 0;
	overflow: hidden;
}

.s3 {
	display: flex;
	justify-content: space-between;
}

.s3-l {
	width: 65.25%;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.qh-bd {
	position: relative;
}

.qh-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.qh-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.s3-l .qh-tit {
	width: 22.03%;
	margin-right: 0.4rem;
	padding-bottom: 1rem;
	background: linear-gradient(180deg, #F5F9FF 1%, #FFFFFF 100%);
}

.s3-l .qh-tit ul li {
	font-family: syh-m;
	font-size: 0.26rem;
	font-weight: 500;
	line-height: 0.4rem;
	padding: 0.13rem 0.1rem;
	text-align: center;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

.s3-l .qh-tit ul li+li {
	margin-top: 0.2rem;
}

.s3-l .qh-tit ul li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 0;
	background: linear-gradient(270deg, #34F3FD 0%, #0005FF 100%);
	z-index: -1;
	transition: all 0.5s;
}

.s3-l .qh-tit ul li.on {
	color: #fff;
}

.s3-l .qh-tit ul li:hover {
	color: #0005FF;
}

.s3-l .qh-tit ul li.on:hover {
	color: #fff;
}

.s3-l .qh-tit ul li.on::before {
	width: 100%;
}

.s3-l .more {
	margin-left: 0;
	margin-top: 1.2rem;
	text-align: center;
}

.s3-l .more::before {
	content: none;
}

.s3-l .more a {
	display: none;
	line-height: 0.3rem;
}

.s3-l .more a.on {
	display: block;
}


.s3-l .qh-bd {
	flex: 1;
	min-width: 0;
}

.s3-l .qh-bd ul li+li {
	margin-top: 0.4rem;
}

.s3-l .qh-bd ul li a {
	display: flex;
	transition: all 0.5s;
}

.s3-l .qh-bd ul li:hover a {
	border-bottom-color: transparent;
}

.s3-l .qh-bd ul li a .l {
	flex: 1;
	min-width: 0;
	padding-top: 0.08rem;
}

.s3-l .qh-bd ul li a .l h3 {
	font-family: syh-m;
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 0.32rem;
	max-height: 0.96rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s3-l .qh-bd ul li:hover a .l h3 {
	color: #0005FF;
	background: linear-gradient(270deg, #34F3FD 0%, #0005FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	font-weight: bold;
}

.s3-l .qh-bd ul li a .l p {
	font-size: 0.14rem;
	line-height: 0.28rem;
	height: 0.56rem;
	color: #9E9E9E;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	margin-top: 0.08rem;
}

.s3-l .qh-bd ul li a .l .date {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.11rem;
}

.s3-l .qh-bd ul li a .l span {
	display: block;
	font-size: 0.14rem;
	line-height: 0.28rem;
	color: #9E9E9E;
}

.s3-l .qh-bd ul li a .l i {
	flex: 1;
	min-width: 0;
	display: block;
	height: 1px;
	background: linear-gradient(270deg, #D8D8D8 0%, rgba(216, 216, 216, 0) 100%);
	transition: all 0.5s;
}

.s3-l .qh-bd ul li:hover a .l i {
	background: linear-gradient(270deg, #005892 0%, rgba(216, 216, 216, 0) 100%);
}

.s3-l .qh-bd ul li a .l .tb {
	width: 0.21rem;
	height: 0.21rem;
	border-radius: 50%;
	background: url(../images/s3-ltb1.png) no-repeat center;
	background-size: 100% 100%;
	transition: all 0.5s;
}

.s3-l .qh-bd ul li:hover a .l .tb {
	background: url(../images/s3-ltb2.png) no-repeat center;
	background-size: 100% 100%;
}

.s3-l .qh-bd ul li a .r {
	width: 3.4rem;
	margin-right: 0.3rem;
}

.s3-l .qh-bd ul li a .r .pic {
	padding-top: 64.7%;
	padding-top: 2.2rem;
}

.s3-r {
	width: 31.25%;
	position: relative;
	z-index: 1;
}

.s3r-tit ul {
	display: flex;
}

.s3r-tit ul li {
	width: 50%;
	text-align: center;
	font-family: syh-b;
	font-size: 0.28rem;
	font-weight: 600;
	line-height: 0.9rem;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s3r-tit ul li::before {
	content: "";
	flex: 1;
	min-width: 0;
	border-top: 1px solid transparent;
	margin-right: 0.15rem;
	transition: all 0.5s;
}

.s3r-tit ul li.on::before {
	border-top-color: #fff;
}

.s3r-tit ul li::after {
	content: "";
	flex: 1;
	min-width: 0;
	border-top: 1px solid transparent;
	margin-left: 0.15rem;
}

.s3r-tit ul li.on {
	color: #fff;
	border-radius: 0px 0.3rem 0px 0px;
	background: linear-gradient(270deg, #34F3FD 0%, #0005FF 100%);
}

.s3r-bd {
        position: relative;
        background: #F5F9FF;
        padding: 0.13rem 0 0.1rem 0;
}

.s3r-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
	padding: 0 0.3rem;
}

.s3r-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.s3r-bd li a {
	display: flex;
	align-items: center;
	padding: 0.18rem 0.2rem;
	border-bottom: 1px dashed #999999;
	position: relative;
	z-index: 1;
	left: 0;
	transition: all 0.5s;
}

.s3r-bd li:nth-child(8) a {
	border-bottom: 0;
}

.s3r-bd li a .date {
	font-family: Arial;
	margin-right: 0.18rem;
	width: 0.74rem;
	height: 0.74rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: Arial;
	border-radius: 0.1rem;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.s3r-bd li:hover a .date {
	background: #fff;
}

.s3r-bd li a .date b {
	display: block;
	font-size: 0.3rem;
}

.s3r-bd li a .date span {
	display: block;
	font-size: 0.14rem;
}

.s3r-bd li a h3 {
	font-family: syh-m;
	flex: 1;
	min-width: 0;
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.3rem;
	max-height: 0.6rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.s3r-bd .gd {
	text-align: center;
}

.s3r-bd .gd a {
	display: inline-block;
	text-align: center;
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	background: url(../images/s3-rgd.png) no-repeat right center;
	background-size: 0.28rem auto;
	padding-right: 0.38rem;
	margin-top: 0.2rem;
	position: relative;
	z-index: 1;
	left: 0;
	transition: all 0.5s;
}

.s3r-bd .gd a:hover {
	left: 0.05rem;
	opacity: 0.8;
}

.s3r-bd li:hover a h3 {
	font-weight: bold;
	background: linear-gradient(270deg, #34F3FD 0%, #0005FF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

/* section8 */
.section8 {
	padding-bottom: 1.06rem;
	overflow: hidden;
}

.s8-c ul {
	display: flex;
	flex-wrap: wrap;
}

.s8-c ul li {
	width: 33.333%;
}

.s8-c ul li a {
	display: block;
	position: relative;
	z-index: 1;
}

.s8-c ul li .pic {
	padding-top: 61.91%;
}

.s8-c ul li .pic::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 31.21%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}

.s8-c ul li .tx {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 0 0.26rem 0.14rem 0.26rem;
}

.s8-c ul li .tx p {
	padding: 0 0.1rem;
	line-height: 0.24rem;
	display: inline-block;
	background: rgba(2, 79, 180, 0.7);
	font-size: 0.14rem;
	color: #FFFFFF;
}

.s8-c ul li .tx h3 {
	font-family: syh-m;
	font-size: 0.2rem;
	font-weight: 500;
	line-height: 0.2rem;
	color: #FFFFFF;
	margin-top: 0.11rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



@media screen and (min-width:1920px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {}

@media screen and (max-width:1300px) {}

@media screen and (max-width: 1024px) {
	.s1 {
		padding-top: 0.2rem;
	}

	.s1::before {
		left: -0.2rem;
		right: -0.2rem;
		width: calc(100% + 0.4rem);
	}

	.jdt {
		width: 100%;
	}

	.jdt a .tx h3 {
		font-size: 0.18rem;
	}

	.jdt .swiper-pagination span {
		width: 0.1rem;
		height: 0.1rem;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.s1-r ul li {
		height: auto;
	}

	.s1-r ul li a {
		height: auto;
		padding: 0.2rem 0;
		margin: 0 0.2rem;
	}

	.s1-r ul li a .l h3 {
		font-size: 0.18rem;
	}

	.section2 {
		margin-top: 0.5rem;
	}

	.tit-c h3 {
		font-size: 0.26rem;
		line-height: 0.4rem;
	}

	.s2 .tx h3 {
		font-size: 0.18rem;
	}

	.section3 {
		padding: 0.5rem 0;
	}

	.s3r-tit ul li {
		font-size: 0.26rem;
	}

	.s3-l .qh-bd ul li a .l h3 {
		font-size: 0.18rem;
	}

	.s3-l .qh-bd ul li a .l span {
		font-size: 0.16rem;
	}

	.s3-l .qh-bd ul li a .l p {
		font-size: 0.16rem;
	}

	.s3-l .qh-bd ul li a .r {
		width: 2.8rem;
	}

	.s3r-bd li a h3 {
		font-size: 0.18rem;
	}

	.s3r-bd>ul {
		padding: 0 0.15rem;
	}

	.section8 {
		padding-bottom: 0.5rem;
	}

	.s8-c ul li .tx h3 {
		font-size: 0.18rem;
	}

	.s8-c ul li .tx p {
		font-size: 0.16rem;
		line-height: 0.3rem;
	}
}

@media screen and (max-width: 920px) {

	.s1-r ul li a .l .b {
		flex-wrap: wrap;
	}

	.jdt .swiper-pagination {
		right: 0.2rem;
	}

	.jdt a .tx {
		padding: 0 1.3rem 0 0.2rem;
	}

	.s2 .swiper-button {
		top: -0.6rem;
	}

	.s3 {
		flex-wrap: wrap;
	}

	.s3-l {
		width: 100%;
	}

	.s3-l .qh-tit {
		width: 100%;
		margin-right: 0;
		padding-bottom: 0.2rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.s3-l .qh-bd {
		flex: none;
		width: 100%;
	}

	.s3-l .qh-tit ul {

		display: flex;
	}

	.s3-l .qh-tit ul li {
		margin-top: 0 !important;
		padding: 0.1rem 0.2rem;
	}

	.s3-l .more {
		margin-top: 0;
	}

	.s3-l .qh-bd ul li a .r .pic {
		padding-top: 64.7%;
	}

	.s3-r {
		width: 100%;
		margin-top: 0.5rem;
	}

	.s3r-bd {
		padding: 0;
	}

	.s3r-bd li a {
		padding: 0.15rem 0;
	}
}

@media screen and (max-width: 640px) {
	.s8-c ul li {
		width: 50%;
	}
}

@media screen and (max-width: 480px) {
	.s3-l .qh-bd ul li a {
		flex-wrap: wrap;
	}

	.s3-l .qh-bd ul li a .r {
		width: 100%;
		margin-right: 0;
	}

	.s3-l .qh-bd ul li a .l {
		flex: none;
		width: 100%;
		padding-top: 0.15rem;
	}
}

@media screen and (max-width: 430px) {

	.s3-l .qh-tit {
		display: block;
	}

	.s3-l .qh-tit ul {
		margin-bottom: 0.1rem;
	}

	.s3-l .qh-tit ul li {
		width: 33.33%;
		font-size: 0.2rem;
		padding: 0.05rem;
	}

	.s8-c ul li {
		width: 100%;
	}


}

@media screen and (max-width: 320px) {}