@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: auto;
}
.banner .slick-slide a{
	padding-top:31.25%;
}
.banner .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.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: 1;
	background: url(../images/ban-yy.png) repeat-x;
	height: 2.47rem;
}

.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: auto;
	right: 50%;
	bottom: 0;
	font-size: 0;
	z-index: 1;
transform: translateX(50%);
}

.banner .slick-dots::before {
	content: '';
	position: absolute;
	bottom: -0.38rem;
	right: -0.18rem;
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	background: linear-gradient(149deg, rgba(255, 255, 255, 0.4) -3%, rgba(255, 255, 255, 0) 97%);
}

.banner .slick-dots li {
	display: inline-block;
	margin: 0.2rem 0.1rem;
	padding: 0;
	width: auto;
	height: auto;
	text-align: right;
	transition: all 0.5s;
}

.banner .slick-dots li button {
	display: inline-block;
	font-size: 0.16rem;
	color: #FFFFFF;
	opacity: 0.5;
	vertical-align: middle;
	transition: all 0.5s;
}

.banner .slick-dots li.slick-active button {
	opacity: 1;
}

.banner .slick-dots li span {
	display: block;
	height: 0.2rem;
	border-left: 1px solid rgba(255, 255, 255, 0.48);
	vertical-align: middle;
	margin-left: 0.13rem;
	transition: all 0.5s;
}

.banner .slick-dots li.slick-active span {
	border-left: 2px solid #FFFFFF;
	height: 0.48rem;
}


/* .banner .slick-prev,
.banner .slick-next {
	width: 0.3rem;
	height: 0.3rem;
	top: inherit;
	transform: none;
	bottom: 0.33rem;
	z-index: 2;
}

.banner .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 1rem;

	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 1rem;

	background-size: 100% 100%;
} */

.banner-k {
	position: relative;
}

.banner-k::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 1.2rem;
	border-right: 1px solid rgba(216, 216, 216, 0.2);
	z-index: 2;
}

.ban-ks {
	position: absolute;
	left: 0;
	bottom: 0.8rem;
	width: 1.2rem;
	padding: 0 0.2rem;
	z-index: 1;
}

.ban-ks ul li {
	margin-top: 0.66rem;
	position: relative;
}

.ban-ks ul li::after {
	content: '';
	position: absolute;
	bottom: -0.33rem;
	right: 0;
	left: 0;
	border-top: 1px solid rgba(216, 216, 216, 0.2);
}

.ban-ks ul li:nth-child(2):after {
	display: none;
}

.ban-ks ul li a {
	display: block;
	text-align: center;
}

.ban-ks ul li a img {
	max-width: 0.4rem;
}

.ban-ks ul li a p {
	font-size: 0.16rem;
	color: #FFFFFF;
	margin-top: 0.1rem;
}

.ban-ks ul li:hover a img {
	animation: jello 1.6s linear;
}

/*首页样式*/

.title {
	position: relative;
	text-align: center;
}

.tit-c {
	display: inline-block;
}

.tit-c h3 {
	font-size: 0.32rem;
	font-weight: 500;
	line-height: normal;
	color: #333333;
}

.tit-c h3 b {
	font-family: 'sySong';
	font-size: 0.36rem;
	font-weight: bold;
	color: #05489B;
}

.tit-c p {
	font-family: Bell MT;
	font-size: 0.14rem;
	color: #05489B;
}

.more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

.more a {
	display: block;
	font-size: 0.16rem;
	color: #05489B;
	background: url(../images/more1.png) no-repeat right top;
	background-size: 0.51rem 0.15rem;
	padding-top: 0.15rem;
	padding-right: 0.12rem;
	transition: all 0.5s;
}

.more a:hover {
	padding-right: 0;
}

/*主体*/
.section12 {
	background: url(../images/section12_bg.jpg) no-repeat center bottom;
	background: url(../images/section12_bg.jpg) no-repeat center top;
	background-size: cover;
	overflow: hidden;
}

.section1 {
	padding-top: 0.5rem;
	padding-bottom: 0.63rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.s1-c {
	display: flex;
	justify-content: space-between;
	margin-top: 0.38rem;
}

.jdt {
	width: 42.5%;
	padding-bottom: 0.3rem;
}

.jdt ul li a {
	display: block;
}

.jdt ul li a .bg_img {
	height: 4.54rem;
}

.jdt ul li:hover a .bg_img .a {
	transform: scale(1.1);
}

.jdt ul li a .jdt-tx {
	margin-left: 0.45rem;
	margin-top: -0.3rem;
	background: url(../images/jdt-txbg.png) no-repeat;
	background-size: 100% 100%;
	height: 1.15rem;
	padding: 0.1rem 0.28rem 0 0.68rem;
	position: relative;
}

.jdt ul li a .jdt-tx h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	height: 0.64rem;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.jdt ul li a .jdt-tx .jdt-date {
	text-align: right;
	font-family: Georgia;
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.86);
	margin-top: -0.1rem;
}

.jdt ul li a .jdt-tx .jdt-date span {
	font-family: Georgia;
	font-size: 0.32rem;
	font-weight: normal;
	line-height: 0.32rem;
	color: #FFFFFF;
	padding-right: 0.1rem;
}


.jdt .slick-dots {
	position: absolute;
	right: 0;
	width: 3.6rem;
	bottom: inherit;
	font-size: 0;
	margin-top: 0.27rem;
}

.jdt .slick-dots::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	border-top: 1px dashed rgba(27, 76, 150, 0.6);
}

.jdt .slick-dots li {
	vertical-align: middle;
	position: static;
	width: 0.27rem;
	height: 0.27rem;
	background: url(../images/jdt-dot.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 0.35rem;
	padding: 0;
	position: relative;
}

.jdt .slick-dots li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.39rem;
	height: 0.39rem;
	border: 1px dashed rgba(27, 76, 150, 0.68);
	border-radius: 50%;
	display: none;
}

.jdt .slick-dots li.slick-active::before {
	display: block;
}

.jdt .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: 53.25%;
}

.s1-r ul li a {
	display: flex;
	align-items: center;
	padding: 0.3rem 0;
	border-bottom: 1px dashed #9EB5D1;
	position: relative;
	left: 0;
	transition: all 0.5s;
}

.s1-r ul li a .date {
	font-family: Georgia;
	font-size: 0.16rem;
	font-weight: normal;
	color: #265FA6;
	height: 0.53rem;
	line-height: 0.65rem;
	background: url(../images/s1-rdatebg.png) no-repeat;
	background-size: 1.1rem 0.53rem;
}

.s1-r ul li a .date span {
	font-family: Georgia;
	font-size: 0.32rem;
	font-weight: normal;
	line-height: 0.32rem;
	color: #024BA4;
	padding-right: 0.1rem;
}

.s1-r ul li a h3 {
	flex: 1;
	min-width: 0;
	padding-left: 0.32rem;
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	max-height: 0.64rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s1-r ul li:hover a {
	left: 0.05rem;
}

.s1-r ul li:first-child a {
	left: 0;
}

.s1-r ul li:hover a h3 {
	font-weight: bold;
	color: #024BA4;
}



.s1-r ul li:first-child a {
	display: block;
	background: url(../images/s2-rtbg.png) no-repeat;
	background-size: 100% 100%;
	padding: 0.3rem;
	position: relative;
	overflow: hidden;
	border-bottom: none;
}

.s1-r ul li:first-child a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1.58rem;
	height: 1.58rem;
	background: url(../images/s2-rzs.png) no-repeat;
	background-size: 100% 100%;
}

.s1-r ul li:first-child a h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.32rem;
	color: #0154BB;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	position: relative;
	padding-left: 0;
}

.s1-r ul li:first-child a h3 em {
	font-weight: bold;
}

em {
	font-style: normal;
	position: relative;
	background-image: linear-gradient(#0154BB, #0154BB);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .3s;
}

.s1-r ul li:first-child:hover a h3 em {
	color: #0154BB;
	font-weight: bold;
	background-size: 100% 1px;
}


.s1-r ul li:first-child a p {
	font-size: 0.16rem;
	font-weight: normal;
	line-height: 0.3rem;
	height: 0.6rem;
	color: #0154BB;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.1rem;
}

.section2 {
	position: relative;
	z-index: 1;
	padding-top: 0.5rem;
	padding-bottom: 2.5rem;
}

.section2::before {
	content: '';
	position: absolute;
	bottom: 4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 21.24rem;
	height: 10.62rem;
	background: url(../images/s2-ty.png) no-repeat;
	background-size: 100% 100%;
	opacity: 0.6;
	z-index: -1;
}

.section2 .wp {
	position: relative;
	z-index: 1;
}

.s2-box {
	display: flex;
	padding-right: 10.56%;
	position: relative;
	z-index: 2;
}

.s2-c {
	flex: 1;
	min-width: 0;
}

.s2-c .slick-list {
	padding-top: 2rem;
}

.s2-c ul {}

.s2-c .slick-slide {
	opacity: 0;
}

.s2-c ul li.slick-active {
	opacity: 1;
}

.s2-c ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	transition: all 0.5s;
}

.s2-c ul li.slick-active a {
	top: -2rem;
}

.s2-c ul li.slick-active+li a {
	top: -0.55rem;
}

.s2-c ul li.slick-active+li+li a {
	top: 0;
}

.s2-c ul li a .s2-pic {
	display: none;
}

.s2-c ul li a .s2-icon {
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background: #2172A4;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.s2-c ul li.s2-1 a .s2-icon {
	background: #2172A4;
}

.s2-c ul li.s2-2 a .s2-icon {
	background: #1C569F;
}

.s2-c ul li.s2-3 a .s2-icon {
	background: #B9857A;
}

.s2-c ul li.s2-4 a .s2-icon {
	background: #CB4327;
}

.s2-c ul li a .s2-icon::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.1rem;
	height: 1.1rem;
	border: 1px solid rgba(255, 255, 255, 0.48);
	border-radius: 50%;
	z-index: -1;

}

.s2-c ul li a .s2-icon img {
	max-width: 0.7rem;
	max-height: 0.67rem;
}

.s2-c ul li a h3 {
	width: 100%;
	text-align: center;
	font-size: 0.26rem;
	font-weight: normal;
	color: #fff;
	margin-top: 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}


.s2-r {
	width: 5.42rem;
	margin-left: 0.55rem;
	position: relative;
	z-index: 1;
}

.s2-r::before {
	content: '';
	position: absolute;
	bottom: -0.25rem;
	left: 45%;
	width: 2.85rem;
	height: 5.39rem;
	background: url(../images/s2-rk.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.s2-r .slick-list {
	overflow: visible;
}

.s2-r ul li a {
	display: block;
	padding: 0.58rem;
}

.s2-r ul li a .s2-pic {
	width: 3.4rem;
	position: relative;
}

.s2-r .s2-1 {
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1);
	width: 100%;
	height: 100%;
	background: linear-gradient(149deg, rgba(255, 255, 255, 0) 0%, #83BAFF 100%);
	border-radius: 50%;
	animation: circles 5s infinite linear;
	opacity: 0;
}

.s2-r .s2-2 {
	position: absolute;
	left: 0;
	top: 0;
	transform: scale(1);
	width: 100%;
	height: 100%;
	background: linear-gradient(149deg, rgba(255, 255, 255, 0) 0%, #83BAFF 100%);
	border-radius: 50%;
	animation: circles 5s -2.5s infinite linear;
	opacity: 0;
	z-index: -1;
}

@keyframes circles {
	0% {
		opacity: 0;
		transform: scale(1);
	}

	50% {
		opacity: 1;
		transform: scale(1.25);
	}

	90% {
		opacity: 0;
		transform: scale(1.45);
	}

	99.9% {
		opacity: 0;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
	}
}


.s2-r ul li a .s2-pic .pic {
	padding-top: 100%;
	border-radius: 50%;
}

.s2-r ul li a h3 {
	position: absolute;
	right: -0.9rem;
	bottom: 0.25rem;
	font-size: 0.32rem;
	font-weight: bold;
	color: #fff;
	width: 2rem;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s2-r .slick-prev,
.s2-r .slick-next {
	width: 0.48rem;
	height: 0.48rem;
	font-size: 0;
	top: inherit;
	transform: none;
	bottom: -1.75rem;
	transition: all 0.5s;
}

.s2-r .slick-prev {
	left: inherit;
	right: -0.6rem;
	background: url(../images/s2-prev.png) no-repeat;
	background-size: 100% 100%;
}

.s2-r .slick-next {
	right: -1.5rem;
	background: url(../images/s2-next.png) no-repeat;
	background-size: 100% 100%;
}

.s2-r .slick-prev:hover,
.s2-r .slick-next:hover {
	transform: scale(1.05);
}

.s2-state {
	position: absolute;
	right: 1.5rem;
	bottom: -1.5rem;
	width: 44.75%;
	margin-top: 2.7rem;
	z-index: 1;
}

.s2-state div {
	height: 1px;
	background: rgba(255, 255, 255, 0.4);
	position: relative;
}

.s2-state span {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #fff;
	transition: all 0.3s;
}






.section3 {}

.s3-c {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.s3-c::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 66.35%;
	width: 1rem;
	height: 1rem;
	background: url(../images/s3-y.png) no-repeat;
	background-size: 100% 100%;
}

.s3-l {
	width: 68.75%;
	position: relative;
}

.s3-l .pic {
	padding-top: 56.06%;
}

.s3-l .pic::after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(17, 40, 70, 0) 63%, #104383 99%);
}

.s3-l:hover .pic img {
	transform: scale(1.1);
}

.s3-l .s3-ltx {
	position: absolute;
	bottom: 0.6rem;
	left: 0;
	right: 0;
	padding: 0 1.6rem;
}

.s3-l .s3-ltx h3 {
	font-size: 0.32rem;
	font-weight: 500;
	color: #FFFFFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-l .s3-ltx h3 span {
	font-family: 'sySong';
	font-size: 0.36rem;
	font-weight: bold;
}

.s3-l .s3-ltx p {
	margin-top: 0.27rem;
}

.s3-l .s3-ltx p a {
	display: inline-block;
	margin-left: 0.48rem;
	width: 1.86rem;
	height: 0.58rem;
	line-height: 0.58rem;
	text-align: center;
	font-size: 0.2rem;
	font-weight: normal;
	color: #fff;
	background: url(../images/s3-lbg.svg) no-repeat;
	background-size: 100% 100%;
	position: relative;
	top: 0;
	transition: all 0.5s;
}

.s3-l .s3-ltx p a:first-child {
	margin-left: 0;
}

.s3-l .s3-ltx p a i {
	display: inline-block;
	width: 0.12rem;
	height: 0.12rem;
	border: 0.02rem solid #FFFFFF;
	border-radius: 50%;
	margin-right: 0.12rem;
}

.s3-l .s3-ltx p a:hover {
	top: -0.05rem;
}


.s3-r {
	width: 31.25%;
}

.s3-r a {
	display: block;
	position: relative;
}

.s3-r a .pic {
	padding-top: 123.33%;
}

.s3-r a .pic::after {
	content: '';
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(17, 40, 70, 0) 63%, #104383 99%);
}

.s3-r a:hover .pic img {
	transform: scale(1.1);
}

.s3-r a h3 {
	position: absolute;
	bottom: 0.56rem;
	left: 0;
	padding: 0 0.56rem;
	font-size: 0.32rem;
	font-weight: 500;
	color: #FFFFFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-r a h3 span {
	font-family: 'sySong';
	font-size: 0.36rem;
	font-weight: bold;
}

.ssbg {
	background: url(../images/ssbg.png) no-repeat;
	background-size: cover;
}

.section4 {}

.s4-c {
	padding: 0.9rem 0;
}

.s4-c ul {
	display: flex;
	padding: 0 1rem;
}

.s4-c ul li {
	width: 29.78%;
	margin-left: 5.33%;
}

.s4-c ul li:first-child {
	margin-left: 0;
}

.s4-c ul li a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 4.28rem;
	overflow: hidden;
	transition: all 0.5s;
}

.s4-c ul li:first-child a {
	background: url(../images/s4-c1bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.s4-c ul li:nth-child(2) a {
	background: url(../images/s4-c2bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.s4-c ul li:nth-child(3) a {
	background: url(../images/s4-c3bg.jpg) no-repeat;
	background-size: 100% 100%;
}

.s4-c ul li a p {
	width: 1.28rem;
	height: 1.28rem;
	background: url(../images/s4-iconq.png) no-repeat;
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s4-c ul li a p img {
	display: block;
	max-width: 0.6rem;
	max-height: 0.53rem;
}

.s4-c ul li:hover a {
	border-radius: 0.3rem;
}

.s4-c ul li:hover a p img {
	animation: jello 1.6s linear;
}

.s4-c ul li a h3 {
	font-family: 'sySong';
	font-size: 0.26rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.2rem;
}

.s5-c {
	background: rgba(255, 255, 255, 0.96);
	border: 0.08rem solid;
	border-image: -webkit-linear-gradient(90deg, #D9A399 -7%, #115AB6 96%) 8;
	position: relative;
	z-index: 1;
	padding: 0.6rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s5-c::before {
	content: '';
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	right: 0.3rem;
	bottom: 0.3rem;
	background: url(../images/s5-x.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.s5-c .title {
	text-align: left;
}

.s5-c .tit-c {
	text-align: center;
}

.s5-l,
.s5-r {
	width: 47.97%;
}


.s5-l ul li a {
	display: flex;
	align-items: center;
	padding: 0.3rem 0;
	border-bottom: 1px dashed #9EB5D1;
	position: relative;
	left: 0;
	transition: all 0.5s;
}

.s5-l ul li:last-child a {
	border-bottom: none;
}

.s5-l ul li a .date {
	font-family: Georgia;
	font-size: 0.16rem;
	font-weight: normal;
	color: #265FA6;
	height: 0.53rem;
	line-height: 0.65rem;
	background: url(../images/s1-rdatebg.png) no-repeat;
	background-size: 1.1rem 0.53rem;
}

.s5-l ul li a .date span {
	font-family: Georgia;
	font-size: 0.32rem;
	font-weight: normal;
	line-height: 0.32rem;
	color: #024BA4;
	padding-right: 0.1rem;
}

.s5-l ul li a h3 {
	flex: 1;
	min-width: 0;
	padding-left: 0.32rem;
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	max-height: 0.64rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s5-l ul li:hover a {
	left: 0.05rem;
}

.s5-l ul li:hover a h3 {
	font-weight: bold;
	color: #024BA4;
}

.s5-l ul li:nth-child(2) a .date {
	order: 2;
}

.s5-l ul li:nth-child(2) a .h3 {
	order: 1;
}

.s5-r ul {
	margin-top: 0.38rem;
}

.s5-r ul li a {
	display: flex;
	flex-wrap: wrap;
}

.s5-r ul li a .bg_img {
	width: 33.8%;
	height: 3.1rem;
}

.s5-r ul li:hover a .bg_img .a {
	transform: scale(1.1);
}

.s5-r ul li a .s5-tx {
	flex: 1;
	min-width: 0;
	background: linear-gradient(126deg, #05489B 7%, #0070AD 93%);
	padding: 0.3rem 0.4rem;
	color: #fff;
}

.s5-r ul li a .s5-tx h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.32rem;
	height: 0.64rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s5-r ul li a .s5-tx .s5-txzs {
	border-bottom: 1px dashed rgba(167, 185, 208, 0.8);
	margin: 0.24rem 0;
	position: relative;
}

.s5-r ul li a .s5-tx .s5-txzs::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	background: #fff;
}

.s5-r ul li:hover a .s5-tx .s5-txzs::before {
	animation: circle11 1.5s linear;
}

@keyframes circle11 {
	0% {
		opacity: 0;
		left: 0;
	}

	100% {
		opacity: 1;
		left: inherit;
		left: 100%;
	}
}

.s5-r ul li a .s5-tx p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	color: rgba(255, 255, 255, 0.68);
}

.s5-r ul li a .s5-tx .date {
	font-family: Georgia;
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: rgba(255, 255, 255, 0.68);
	text-align: right;
	margin-top: 0.4rem;
}

.s5-r ul li a .s5-tx .date span {
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: #FFFFFF;
	padding-right: 0.1rem;
}

.s5-r .slick-dots {
	width: auto;
	left: calc(33.8% + 0.4rem);
	font-size: 0;
	bottom: 0.4rem;
}

.s5-r .slick-dots li {
	width: 0.08rem;
	height: 0.08rem;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.48);
	margin: 0 0.1rem;
}

.s5-r .slick-dots li.slick-active {
	background: #fff;
}

.s5-r .slick-dots li button {
	display: none;
}

.section6 {
	padding-top: 0.6rem;
	position: relative;
	z-index: 1;
}

.s6-c ul {
	margin-top: 0.3rem;
}

.s6-c ul li a {
	display: block;
}

.s6-c ul li a .s6-cicon {
	width: 1.95rem;
	height: 1.86rem;
	margin: 0 auto;
	padding: 0.22rem 0;
	position: relative;
	z-index: 1;
}

.s6-c ul li a .s6-cicon::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/s6-zs.png) no-repeat;
	background-size: 100% 100%;
}

.s6-c ul li a .s6-cicon p {
	width: 1.42rem;
	height: 1.42rem;
	margin: 0 auto;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.s6-c ul li a .s6-cicon p::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	background: linear-gradient(169deg, #0080DB -18%, #0B3E83 97%);
	border-radius: 50%;
	z-index: -1;
	transition: all 0.5s;
}

.s6-c ul li:hover a .s6-cicon p::before {
	width: 100%;
	height: 100%;
}

.s6-c ul li a .s6-cicon p img {
	display: block;
	max-width: 0.91rem;
	max-height: 0.87rem;
}

.s6-c ul li a .s6-cicon p img:nth-child(2) {
	display: none;
}

.s6-c ul li:hover a .s6-cicon p img:first-child {
	display: none;
}

.s6-c ul li:hover a .s6-cicon p img:nth-child(2) {
	display: block;
}

.s6-c ul li a h3 {
	text-align: center;
	font-size: 0.2rem;
	color: #003A87;
	margin-top: 0.13rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.s6-c ul li:hover a h3 {
	font-weight: bold;
}

.s6-c ul li:hover a .s6-cicon::before {
	animation: circle1 3s linear infinite;
}


@keyframes circle1 {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width:1400px) {
	.s2-state {
		width: 31.75%;
	}

	.s2-c ul li a .s2-icon {
		width: 1.2rem;
		height: 1.2rem;
	}

	.s2-c ul li a .s2-icon::before {
		width: 0.9rem;
		height: 0.9rem;
	}

	.s2-c ul li a .s2-icon img {
		max-width: 0.5rem;
		max-height: 0.47rem;
	}

	.s3-l .s3-ltx {
		padding: 0 0.4rem;
	}

	.s2-c ul li.slick-active a {
		top: -1.8rem;
	}
}

@media screen and (max-width:1300px) {
	.jdt .slick-dots {
		margin-left: 40%;
	}

	.s2-c ul li.slick-active a {
		top: -1.2rem;
	}

	.s2-r .slick-next {
		right: -0.8rem;
	}

	.s2-r .slick-prev {
		right: 0;
	}

	.s2-state {
		right: 1.9rem;
	}
}

@media screen and (max-width: 1024px) {

	.banner,
	.banner div.slick-list,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto;
	}

	.banner .slick-dots {
		bottom: 0.3rem;
	}

	.banner .slick-dots::before {
		width: 1.2rem;
		height: 1.2rem;
		top: -0.27rem;
		right: -0.45rem;
	}

	.banner .slick-dots li {
		margin: 0;
	}

	.banner .slick-dots li.slick-active span {
		width: 0.4rem;
	}

	.ban-ks {
		width: 1rem;
		padding: 0;
		bottom: 0.2rem;
	}

	.banner-k::before {
		left: 1rem;
	}

	.ban-ks ul li {
		margin-top: 0.3rem;
	}

	.ban-ks ul li::after {
		bottom: -0.15rem;
		left: 0.2rem;
		right: 0.2rem;
	}

	.ban-ks ul li a img {
		max-width: 0.3rem;
	}

	.section2 {
		padding-bottom: 1.8rem;
	}

	.section2::before {
		bottom: 3.5rem;
	}

	.s2-c ul li a h3 {
		font-size: 0.24rem;
	}

	.s2-r ul li a h3 {
		font-size: 0.28rem;
	}

	.s2-state {
		bottom: -1rem;
	}

	.s2-r .slick-prev,
	.s2-r .slick-next {
		bottom: -1.25rem;
	}

	.s3-c::after {
		left: 64.35%;
	}

	.s4-c ul li a {
		height: 2.88rem;
	}

	.s6-c ul li a .s6-cicon {
		width: 1.66rem;
		height: 1.58rem;
	}

	.s6-c ul li a .s6-cicon p img {
		max-width: 0.75rem;
		max-height: 0.75rem;
	}

	.s6-c ul li a .s6-cicon p {
		width: 1.14rem;
		height: 1.14rem;
	}
}

@media screen and (max-width: 768px) {
	.tit-c h3 {
		font-size: 0.26rem;
	}

	.tit-c h3 b {
		font-size: 0.3rem;
	}

	.section1 {
		padding-top: 0.3rem;
	}

	.s1-c {
		display: block;
		margin-top: 0.2rem;
	}

	.jdt {
		width: 100%;
	}

	.jdt ul li a .bg_img {
		height: auto;
		padding-top: 66.76%;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.8rem;
	}

	.s1-r ul li a {
		/* padding: 0.2rem 0; */
	}

	.section12 {
		background-size: auto 65%;
	}

	.section2 {
		padding-top: 0;
		padding-bottom: 0.8rem;
	}

	.section2::before {
		bottom: 3.5rem;
	}

	.s2-box {
		display: block;
		padding-right: 0;
	}

	.s2-c {
		width: 100%;
	}

	.s2-c ul li.slick-active a {
		top: 0;
	}

	.s2-c ul li.slick-active+li a {
		top: 0;
	}

	.s2-c ul li.slick-active+li+li a {
		top: 0;
	}

	.s2-c .slick-list {
		padding-top: 0;
	}

	.s2-r {
		width: auto;
		margin-left: 0;
	}

	.s2-r::before {
		display: none;
	}

	.s2-r ul li a h3 {
		position: static;
		margin-top: 0.6rem;
		text-align: center;
		width: 100%;
	}

	.s2-r ul li a .s2-pic {
		margin: 0 auto;
	}

	.s2-r ul li a {
		padding: 0.38rem 0;
	}

	.s2-r .slick-prev,
	.s2-r .slick-next {
		bottom: -0.32rem;
		width: 0.38rem;
		height: 0.38rem;
	}

	.s2-r .slick-prev {
		right: 0.8rem;
	}

	.s2-r .slick-next {
		right: 0;
	}

	.s2-state {
		width: 60%;
		bottom: -0.1rem;
		right: 1.3rem;
	}

	.s3-c {
		display: block;
	}

	.s3-l {
		width: 100%;
	}

	.s3-r {
		width: 100%;
	}

	.s3-c::after {
		display: none;
	}

	.s3-l .s3-ltx h3,
	.s3-r a h3 {
		font-size: 0.26rem;
	}

	.s3-l .s3-ltx h3 span,
	.s3-r a h3 span {
		font-size: 0.3rem;
	}

	.s3-l .s3-ltx p a {
		width: 1.4rem;
		height: 0.44rem;
		line-height: 0.44rem;
	}

	.s3-l .s3-ltx {
		bottom: 0.3rem;
		padding: 0 0.3rem;
	}

	.s3-r a h3 {
		bottom: 0.3rem;
		padding: 0 0.3rem;
	}

	.s4-c {
		padding: 0.4rem 0;
	}

	.s4-c ul {
		padding: 0;
	}

	.s4-c ul li a {
		height: 2.57rem;
	}

	.s5-l,
	.s5-r {
		width: 100%;
	}

	.s5-r {
		margin-top: 0.3rem;
	}

	.s5-c::before {
		display: none;
	}

	.s5-c {
		padding: 0.3rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.s2-r ul li a .s2-pic {
		width: 2.4rem;
	}

	.s3-l .s3-ltx p a {
		margin-left: 0.05rem;
	}

	.s4-c ul {
		display: block;
	}

	.s4-c ul li {
		width: 100%;
		margin-left: 0;
		margin-top: 0.3rem;
	}

	.s4-c ul li:first-child {
		margin-top: 0;
	}

	.s5-r ul li a .bg_img {
		width: 100%;
		height: auto;
		padding-top: 129.16%;
	}

	.s5-r ul li a .s5-tx {
		flex: none;
		width: 100%;
		padding: 0.2rem;
	}

	.s5-r .slick-dots {
		left: 0.2rem;
		bottom: 0.3rem;
	}

	.s6-c ul li a .s6-cicon {
		width: 1.3rem;
		height: 1.24rem;
	}

	.s6-c ul li a .s6-cicon p {
		width: 0.8rem;
		height: 0.8rem;
	}

	.s6-c ul li a .s6-cicon p img {
		max-width: 0.6rem;
		max-height: 0.6rem;
	}
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {
	.s3-l .s3-ltx {
		padding: 0 0.2rem;
	}
}