@charset "UTF-8";

body {
	overflow-x: hidden;
}


.s3-r ul li a {
    position:relative;
}

.s3-r ul li a::after {
    content:'';
    position:absolute;
    left:50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:50px;
    height:50px;
    background:url(
    ../images/bofang.png) no-repeat;
    background-size:100%;
}




/*banner*/
.banner-k {
	position: relative;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
	width: 100%;
	height: 100vh;
}

.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;
	background-image: -moz-linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	height: 2.61rem;
}

.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.28rem;
	width: 100%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0;
	height: 0.35rem;
	z-index: 9;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.06rem;
	padding: 0;
	width: 0.1rem;
	height: 0.1rem;
	background: rgba(255, 255, 255, 0.4);
	border-radius: 50%;
}

.banner .slick-dots li.slick-active {
	width: 0.4rem;
	height: 0.35rem;
	background-size: 100% 100%;
}

.banner .slick-dots li button {
	display: none;
} */

.banner .slick-prev,
.banner .slick-next {
	width: 0.09rem;
	height: 0.16rem;
	top: inherit;
	bottom: 0.65rem;
}

.banner .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 0.7rem;
	background: url(../images/ban-prev.png) no-repeat;
	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 0.7rem;
	background: url(../images/ban-next.png) no-repeat;
	background-size: 100% 100%;
}

.down-page {
	position: absolute;
	width: 1rem;
	height: 1rem;
	line-height: 1rem;
	left: 50%;
	bottom: 0.27rem;
	transform: translateX(-50%);
	z-index: 99;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}

@keyframes svg-sircle {
	0% {
		stroke-dasharray: 300;
		stroke-dashoffset: 300;
	}

	100% {
		stroke-dasharray: 300;
		stroke-dashoffset: 0;
	}
}

.down-page svg {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.down-page.on .pie-bar {
	animation: svg-sircle 10s linear;
}

.down-page .pie-bg {
	stroke: #fff;
	opacity: .3;
}

.down-page .pie-bar {
	stroke: #fff;
}

.down-page circle {
	stroke-dashoffset: 0;
	transform: rotate(-90deg);
	transform-origin: center;
	transition: all .2s;
	stroke: currentColor;
	z-index: 2;
}

.down-page>img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 0.17rem;
	animation: move 1.5s infinite ease-in-out;
	cursor: pointer;
}

@keyframes move {

	0%,
	100% {
		top: 45%;
	}

	50% {
		top: calc(45% + 0.1rem);
	}
}

/*首页样式*/

.title {
	position: relative;
}

.title h3 {
	font-weight: normal;
}

.title h3 b,
.title h3 span {
	/* display: block; */
}

.title h3 b {
	font-family: 'sySong';
	font-size: 0.36rem;
	color: #000;
}

.title h3 b em {
	font-style: normal;
	color: #083B96;
}

.title h3 span {
	font-size: 0.2rem;
	color: #666;
}

.more {
	position: absolute;
	right: 0;
	bottom: 0;
}

.more a {
	display: block;
	font-size: 0.16rem;
	color: #325ba3;
	line-height: 0.4rem;
	transition: all 0.3s;
}

.more:hover a {
	color: #a90c0c;
}

/*主体*/

.section1 {
	padding-top: 0.8rem;
	padding-bottom: 0.65rem;
	overflow: hidden;
}

.s1-c {
	align-items: flex-start;
}

.s1-l {
	width: 60.97%;
}

.s1-l .slick-slider {
	margin-top: 0.3rem;
}

.s1-l ul li a {
	display: block;
	position: relative;
}

.s1-l ul li .bg_img {
	height: 5rem;
}

.s1-l ul li:hover .bg_img .a {
	transform: scale(1.1);
}

.s1-l ul li .bg_img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/jdt_yy.png) no-repeat;
	background-size: 100% 100%;
	z-index: 1;
}

.s1-l ul li .bg_img .jdt-date {
	font-family: 'sySong';
	position: absolute;
	left: 0.3rem;
	top: 0.3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 1rem;
	height: 1rem;
	background: rgba(255, 255, 255, 0.8);
	border-radius: 0.3rem 0 0.3rem 0;
	z-index: 2;
	color: #083B96;
}

.s1-l ul li .bg_img .jdt-date p {
	font-size: 0.36rem;
}

.s1-l ul li .bg_img .jdt-date span {
	font-size: 0.16rem;
}

.s1-l ul li .s1-ltx {
	position: absolute;
	left: 0.4rem;
	right: 2rem;
	bottom: 0.25rem;
	z-index: 1;
}

.s1-l ul li .s1-ltx h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.28rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	color: #fff;
}

.s1-l .slick-dots {
	width: auto;
	font-size: 0;
	right: 0.3rem;
	bottom: 0.35rem;
}

.s1-l .slick-dots li {
	width: 0.07rem;
	height: 0.07rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	margin: 0 0.1rem;
	position: relative;
}

.s1-l .slick-dots li::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.31rem;
	height: 0.31rem;
	border-radius: 50%;
	border: 1px dashed #fff;
	display: none;
}

.s1-l .slick-dots li.slick-active {
	background: #fff;
	margin: 0 0.2rem;
}

.s1-l .slick-dots li.slick-active::after {
	display: block;
}

.s1-l .slick-dots li button {
	display: none;
}

/* 
.s1-l .slick-prev,
.s1-l .slick-next {
	width: 0.48rem;
	height: 0.48rem;
	top: auto;
	transform: none;
	bottom: -0.24rem;
	z-index: 1;
	transition: all 0.3s;
}

.s1-l .slick-prev {
	left: auto;
	right: 0.93rem;
	background-size: 100% 100%;
}

.s1-l .slick-next {
	right: 0.28rem;

	background-size: 100% 100%;
}

.s1-l .slick-prev:hover,
.s1-l .slick-next:hover {
	transform: scale(1.05);
} */

.s1-ld ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.25rem;
}

.s1-ld ul li {
	width: 48.5%;
}

.s1-ld ul li a {
	background: #f8f8f8;
	padding: 0.31rem;
	overflow: hidden;
	transition: all 0.3s;
}

.s1-ld ul li a h3 {
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.s1-ld ul li a span {
	display: inline-block;
	float: right;
	font-size: 0.14rem;
	line-height: 0.36rem;
	background: url(../images/time1.png) no-repeat left center;
	background-size: 0.13rem 0.13rem;
	padding-left: 0.23rem;
	transition: all 0.3s;
}

.s1-ld ul li:hover a {
	background: url(../images/s1-ldbg.png) no-repeat right center;
	background-size: 100% 100%;
}

.s1-ld ul li:hover a h3 {
	color: #fff;
}

.s1-ld ul li:hover a span {
	color: #fff;
	background-image: url(../images/time2.png);
}

.s1-r {
	width: 36.8%;
	margin-top: 4.8%;
}

.s1-r ul {
	margin-top: 0.3rem;
	background: #f8f8f8;
}

.s1-r ul li {
	transition: all 0.3s;
}

.s1-r ul li a {
	display: flex;
	align-items: center;
	margin: 0 0.35rem;
	border-top: 1px dashed rgba(102, 102, 102, 0.2);
	padding: 0.23rem 0;
}

.s1-r ul li:first-child a {
	border-top: none;
}

.s1-r ul li a .s1-rdate {
	font-family: 'sySong';
	text-align: center;
	color: #083B96;
	position: relative;
	transition: all 0.3s;
}

.s1-r ul li a .s1-rdate p {
	font-size: 0.3rem;
}

.s1-r ul li a .s1-rdate span {
	font-size: 0.16rem;
}

.s1-r ul li a .s1-rdate::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -0.2rem;
	width: 1px;
	height: 0.37rem;
	background: rgba(102, 102, 102, 0.2);
	transition: all 0.3s;
}

.s1-r ul li a .s1-rtx {
	flex: 1;
	min-width: 0;
	padding-left: 0.4rem;
	font-size: 0.18rem;
	line-height: 0.3rem;
	max-height: 0.6rem;
	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 ul li:hover a .s1-rdate::after {
	background: rgba(255, 255, 255, 0.2);
}

.s1-r ul li:hover {
	background: url(../images/s1-ldbg.png) no-repeat right center;
	background-size: 100% 100%;
}

.s1-r ul li:hover a .s1-rdate {
	color: #fff;
}

.s1-r ul li:hover a .s1-rtx {
	color: #fff;
}

.section2 {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	background: url(../images/section2_bg.png) no-repeat center top;
	background-size: cover;
}

.section2 .title {
	text-align: center;
}

.section2 .title h3 {
	/* display: inline-block; */
	text-align: left;
}

.s2-c {
	/* margin-top: 0.4rem; */
}

.s2-c ul {
	padding-bottom: 0.85rem;
	position: relative;
}

.s2-c ul::before {
	content: '';
	position: absolute;
	bottom: 0.25rem;
	left: 0;
	right: 50%;
	margin-right: 0.65rem;
	border: 1px solid #083b9682;
}

.s2-c ul::after {
	content: '';
	position: absolute;
	bottom: 0.25rem;
	right: 0;
	left: 50%;
	margin-left: 0.65rem;
	border: 1px solid #083b9682;
}

.s2-c ul li a {
	display: block;
	padding: 0.35rem 0.45rem;
	transition: all 0.3s;
	position: relative;
}

.s2-c ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 1.96rem;
	border-left: 1px solid rgba(116, 116, 116, 0.3);
}

.s2-c ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0.34rem;
	height: 0.34rem;
	background: url(../images/s2-csj.png) no-repeat;
	background-size: 100% 100%;
	display: none;
	transition: all 0.3s;
}

.s2-c ul li a .s2-cdate {
	font-family: 'sySong';
	font-size: 0.18rem;
	color: #083B96;
	transition: all 0.3s;
}

.s2-c ul li a .s2-cdate span {
	font-size: 0.36rem;
	padding-right: 0.05rem;
}

.s2-c ul li a h3 {
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.25rem;
	transition: all 0.3s;
}

.s2-c ul li a .s2-cmore {
	font-size: 0.16rem;
	color: #737373;
	width: 2.19rem;
	height: 0.35rem;
	line-height: 0.35rem;
	padding-left: 0.2rem;
	background: url(../images/s2-cmorebg.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 0.34rem;
	transition: all 0.3s;
}

.s2-c ul li:hover a {
	background: #083B96;
}

.s2-c ul li:hover a::after {
	display: block;
}

.s2-c ul li:hover a .s2-cdate {
	color: #fff;
}

.s2-c ul li:hover a h3 {
	color: #fff;
}

.s2-c ul li:hover a .s2-cmore {
	color: #fff;
}

.s2-c .slick-prev,
.s2-c .slick-next {
	top: inherit;
	transform: none;
	bottom: 0;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	border: 1px solid #083B96;
}

.s2-c .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 0.15rem;
	background-image: url(../images/s2-prev1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.21rem auto;
}

.s2-c .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 0.15rem;
	background-image: url(../images/s2-next1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.21rem auto;
}

.s2-c .slick-prev:hover,
.s2-c .slick-next:hover {
	background-color: #083B96;
}

.s2-c .slick-prev:hover {
	background-image: url(../images/s2-prev2.png);
}

.s2-c .slick-next:hover {
	background-image: url(../images/s2-next2.png);
}


.section3 {
	background-color: #f4f3f1;
	position: relative;
	z-index: 2;
}

.s3-c {
	overflow: hidden;
}

.s3-c .title {
	margin-top: 0.75rem;
}

.s3-c .more {
	position: static;
	margin-top: 0.45rem;
}

.s3-r {
	float: right;
	width: 52.21%;
	position: relative;
	z-index: 9;
}

.s3-r ul li a {
	display: block;
}

.s3-r .slick-slider::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 1.09rem;
	height: 1.09rem;
	background:
	background-size: 100% 100%;
	pointer-events: none;
}

.s3-r ul li a .pic {
	padding-top: 50.47%;
}

.s3-d {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3rem;
	background-color: #fff;
	padding: 0.55rem 0.15rem;
	z-index: 10;
}

.s3-d ul li:first-child {
	display: none;
}

.s3-d ul li a {
	display: block;
	margin: 0 0.15rem;
}

.s3-d ul li a .pic {
	padding-top: 145.47%;
}

.s3-d ul li a h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 0.4rem;
	background: rgb(12 60 169 / 70%);
	text-align: center;
	padding: 0 0.1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	font-size: 0.12rem;
	color: #fff;
}

.s3-d .slick-prev,
.s3-d .slick-next {
	top: -0.8rem;
	transform: none;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background-color: #d9b669;
}

.s3-d .slick-prev {
	left: 0.3rem;
	background-image: url(../images/s2-prev2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.21rem auto;
}

.s3-d .slick-next {
	right: inherit;
	left: 1.1rem;
	background-color: #083b96;
	background-image: url(../images/s2-next2.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.21rem auto;
}


.section4 {
	padding-top: 3.4rem;
	padding-bottom: 0.65rem;
	position: relative;
	z-index: 1;
}

.section4::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 60.16%;
	background-color: #083B96;
}

.section4::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 39.84%;
	background: #f4f3f1;
}

.s4-c {
	align-items: flex-start;
	position: relative;
	z-index: 1;
}

.s4-l {
	width: 61.45%;
}

.s4-l .title h3 b,
.s4-l .title h3 b em,
.s4-l .title h3 span,
.s4-l .more a {
	color: #fff;
}

.s4-l .s4-lbox {
	align-items: flex-start;
	margin-top: 0.3rem;
}

.s4-l .s4-l-l {
	width: 48.79%;
}

.s4-l .s4-l-l a {
	display: block;
}

.s4-l .s4-l-l a .bg_img {
	height: 2.86rem;
}

.s4-l .s4-l-l a .s4-rtx {
	padding: 0.2rem 0.35rem;
	background-color: #fff;
	overflow: hidden;
}

.s4-l .s4-l-l a .s4-rtx h3 {
	font-size: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s4-l .s4-l-l a .s4-rtx p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.2rem;
}

.s4-l .s4-l-l a .s4-rtx span {
	display: block;
	float: right;
	font-size: 0.14rem;
	color: #083B96;
	background: url(../images/time1.png) no-repeat left center;
	background-size: 0.13rem 0.13rem;
	padding-left: 0.23rem;
	margin-top: 0.2rem;
}

.s4-l .s4-l-l a:hover .s4-rtx h3 {
	color: #083B96;
}

.s4-l .s4-l-r {
	width: 43.01%;
}

.s4-l .s4-l-r ul li a {
	display: block;
	padding: 0.1rem 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.3);
	overflow: hidden;
}

.s4-l .s4-l-r ul li:first-child a {
	border-top: none;
}


.s4-l .s4-l-r ul li a h3 {
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.3s;
}

.s4-l .s4-l-r ul li a span {
	float: right;
	color: #fff;
	font-size: 0.14rem;
	background: url(../images/time2.png) no-repeat left center;
	background-size: 0.13rem 0.13rem;
	padding-left: 0.23rem;
}

.s4-l .s4-l-r ul li:hover a h3 {
	text-decoration: underline;
}

.s4-r {
	width: 31.73%;
}

.s4-r ul {
	margin-top: 0.3rem;
}

.s4-r ul li a {
	display: block;
}

.s4-r ul li a .bg_img {
	height: 2.86rem;
}

.s4-r ul li a .bg_img::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.65rem;
	background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}

.s4-r ul li a .s4-rtx {
	overflow: hidden;
	padding-bottom: 0.25rem;
	border-bottom: 0.03rem solid #083B96;
}

.s4-r ul li a .s4-rtx h3 {
	font-size: 0.18rem;
	line-height: 0.3rem;
	margin-top: 0.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s4-r ul li a .s4-rtx p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	height: 0.48rem;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.1rem;
}

.s4-r ul li a .s4-rtx span {
	display: block;
	float: right;
	font-size: 0.14rem;
	line-height: 0.36rem;
	background: url(../images/time1.png) no-repeat left center;
	background-size: 0.13rem 0.13rem;
	padding-left: 0.23rem;
	color: #083B96;
}

.s4-r .slick-dots {
	margin-top: 0;
	bottom: 1.9rem;
	font-size: 0;
}

.s4-r .slick-dots li {
	width: 0.09rem;
	height: 0.09rem;
	margin: 0 0.07rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
}

.s4-r .slick-dots li.slick-active {
	background: #fff;
}

.s4-r .slick-dots li button {
	display: none;
}

.section5 {
	background: url(../images/section5_bg.png) no-repeat center bottom;
	background-size: cover;
	padding-top: 0.75rem;
	padding-bottom: 0.7rem;
}

.s5-c {
	align-items: flex-start;
}

.s5-l {
	width: 47.91%;
}

.s5-l .s5-lt {
	margin-top: 0.3rem;
}

.s5-l .s5-lt a {
	display: block;
	position: relative;
}

.s5-l .s5-lt a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0.6rem;
	height: 0.6rem;
	background:
	background-size: 100% 100%;
}

.s5-l .s5-lt a .bg_img {
	height: 4.38rem;
}

.s5-l .s5-lt a h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 0.54rem;
	text-align: center;
	padding: 0 0.2rem;
	font-size: 0.18rem;
	color: #fff;
	background: rgb(12 60 169 / 70%);
}

.s5-r .s5-lt a .bg_img {
	height: 2.87rem;
}

.s5-r .s5-lt a::after {
	display: none;
}


.gg-list {
	margin-top: 0.15rem;
}

.gg-list li {
	font-size: 0.18rem;
	line-height: 0.74rem;
	padding: 0 0.1rem;
	border-bottom: 1px dashed #ccc;
}

.gg-list li span {
	float: right;
	font-size: 0.14rem;
	color: #666;
	background: url(../images/time3.png) no-repeat left center;
	background-size: 0.13rem 0.13rem;
	padding-left: 0.23rem;
	transition: all 0.4s;
}

.gg-list li a {
	display: block;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	padding-left: 0.17rem;
	transition: all 0.4s;
}

.gg-list li a::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.07rem;
	height: 0.07rem;
	background: #083B96;
}

.gg-list li:hover span,
.gg-list li:hover a {
	color: #083B96;
}

.gg-list li:hover span {
	background-image: url(../images/time1.png);
}



@media screen and (max-width:1600px) {
	.section4::after {
		width: 62.16%;
	}

	.section4::before {
		width: 37.84%;
	}
}

@media screen and (max-width: 1024px) {

	.banner,
	.banner div.slick-list,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto;
	}

	.banner .slick-list::after {
		display: none;
	}

	.section1 {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.s1-l {
		width: 100%;
	}

	.s1-l ul li .bg_img {
		height: auto;
		padding-top: 56.94%;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.section2 {
		padding-top: 0.3rem;
		padding-bottom: 0.3rem;
	}

	.s2-c {
		margin-top: 0;
	}

	.section4 {
		padding-top: 0.3rem;
		padding-bottom: 0;
	}

	.section4::before,
	.section4::after {
		display: none;
	}

	.s4-l {
		width: 100%;
		background-color: #083b96;
		padding: 0.3rem;
	}

	.s4-l .s4-l-l {
		width: 100%;
	}

	.s4-l .s4-l-l a .bg_img {
		height: auto;
		padding-top: 63.98%;
	}

	.s4-l .s4-l-l a .s4-rtx p {
		height: auto;
		max-height: 0.48rem;
	}

	.s4-l .s4-l-r {
		width: 100%;
	}

	.s4-l .s4-l-r ul li a h3 {
		height: auto;
		max-height: 0.6rem;
	}

	.s4-r {
		width: 100%;
		background: #f4f3f1;
		padding: 0.3rem;
	}

	.s4-r ul li a .bg_img {
		height: auto;
		padding-top: 62.58%;
	}

	.section5 {
		padding-top: 0.3rem;
		padding-bottom: 0.5rem;
	}

	.s5-l {
		width: 100%;
	}

	.s5-l .s5-lt a .bg_img {
		height: auto;
		padding-top: 63.62%;
	}

	.s5-r {
		width: 100%;
		margin-top: 0.3rem;
	}

	.s5-r .s5-lt a .bg_img {
		padding-top: 41.53%;
	}
}

@media screen and (max-width: 768px) {
	.down-page {
		width: 0.8rem;
		height: 0.8rem;
		line-height: 0.8rem;
		bottom: 0.2rem;
	}

	.banner .slick-prev,
	.banner .slick-next {
		bottom: 0.42rem;
	}

	.title h3 b {
		font-size: 0.3rem;
	}

	.s1-l ul li .bg_img .jdt-date {
		left: 0.1rem;
		top: 0.1rem;
		width: 0.8rem;
		height: 0.8rem;
	}

	.s1-l ul li .bg_img .jdt-date p {
		font-size: 0.28rem;
		line-height: 1;
	}

	.s1-l .slick-dots {
		right: 0.1rem;
	}

	.s1-l ul li .s1-ltx {
		left: 0.2rem;
		right: 1.8rem;
	}

	.s1-ld ul li {
		width: 100%;
		margin-top: 0.25rem;
	}

	.s1-ld ul li:first-child {
		margin-top: 0;
	}

	.s1-ld ul li a {
		padding: 0.2rem;
	}

	.s1-r ul li a {
		padding: 0.2rem 0;
		margin: 0 0.2rem;
	}

	.section3 {
		padding-bottom: 0.3rem;
	}

	.s3-c .title {
		margin-top: 0.3rem;
	}

	.s3-c .more {
		position: absolute;
		margin-top: 0;
	}

	.s3-r {
		display: none;
	}

	.s3-d {
		position: static;
		transform: none;
		margin-top: 0.5rem;
		padding: 0.35rem 0.15rem;
	}

	.s3-d ul li a {
		margin: 0 0.15rem;
	}

	.s3-d .slick-prev,
	.s3-d .slick-next {
		top: -0.55rem;
		width: 0.4rem;
		height: 0.4rem;
	}

	.s3-d .slick-prev {
		left: 0.15rem;
	}

	.s3-d .slick-next {
		left: 0.9rem;
	}

	.s4-l,
	.s4-r {
		padding: 0.2rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}