@charset "utf-8";

body {
	overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img,
.banner .slick-slide img {
	width: 100%;
	height: auto;
}

.banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.banner .slick-slide {
	overflow: hidden;
}

.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 {
	max-width: 15rem;
	margin: 0 auto;
	bottom: 0.5rem;
	width: 100%;
	left: 0;
	right: 0;
	text-align: right;
	font-size: 0;
	z-index: 9;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.15rem;
	padding: 0;
	width: 0.46rem;
	height: 0.13rem;
	transition: all 0.3s;
}

.banner .slick-dots li.slick-active {}

/*首页样式*/

.title {
	position: relative;
	z-index: 1;
}

.title h3 {
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 1;
	color: #3D3D3D;
}

.title h3 span {
	font-size: 0.22rem;
	font-weight: 300;
	line-height: 0.3rem;
	color: #666666;
	padding-left: 0.14rem;
}

.more a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 0.39rem;
	color: #666666;
	width: 1.31rem;
	background: url(../images/more1.png) no-repeat right bottom;
	background-size: 1.31rem auto;
	transition: all 0.5s;
}

.more a:hover {
	width: 1rem;
	color: #475FA8;
	font-weight: bold;
}


/*主体*/

.section1 {
	padding-top: 0.6rem;
	padding-bottom: 1rem;
	background: url(../images/section1-bg.png) no-repeat center top;
	background-size: 100% 100%;
}

.s1-c {
	align-items: flex-start;
	overflow: hidden;
}

.s1-l,
.s1-r {
	width: 47.85%;
}

.s1-l .zxtz {
	width: 1.28rem;
	height: 0.47rem;
	background: url(../images/zxtz.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 0.62rem;
	margin-top: 0.26rem;
	position: relative;
}

.s1-l .zxtz::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: -0.25rem;
	height: 1rem;
	border-left: 1px dashed #D8D8D8;
}

.s1-l .zxtz::after {
	content: '';
	position: absolute;
	top: 0.1rem;
	left: -0.3rem;
	width: 0.11rem;
	height: 0.11rem;
	background: url(../images/zxtz-zs.png) no-repeat;
	background-size: 100% 100%;
}

.s1-l .zxtz span {
	display: inline-block;
	font-size: 0.2rem;
	line-height: 0.32rem;
	color: #2E2E2E;
}

.s1-l .zxtz .h {
	padding-left: 0.13rem;
}

.s1-l .zxtz .r {
	padding-left: 0.72rem;
	color: #fff;
	position: relative;
	top: -0.18rem;
}

.s1-l ul {
	background: #fff;
	padding: 0.14rem 0;
}

.s1-l ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 0.2rem 0.3rem;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.s1-l ul li a::before {
	content: '';
	position: absolute;
	bottom: 0;
	right: -0.1rem;
	left: 0;
	height: 0;
	background: #475FA8;
	z-index: -1;
	transition: all 0.5s;
}

.s1-l ul li a::after {
	content: '';
	position: absolute;
	bottom: -0.09rem;
	right: -0.1rem;
	width: 0.1rem;
	height: 0.09rem;
	background: url(../images/s1-lsj.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
	transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}

.s1-l ul li .date {
	text-align: center;
	font-family: Arial;
	color: #495EA0;
	position: relative;
	width: 0.6rem;
}

.s1-l ul li .date::before {
	content: '';
	position: absolute;
	right: -0.23rem;
	top: 50%;
	transform: translateY(-50%);
	height: 0.54rem;
	border-left: 1px solid #BBBBBB;
	transition: all 0.5s;
}

.s1-l ul li .date p {
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.3rem;
}

.s1-l ul li .date span {
	display: block;
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.3rem;
}

.s1-l ul li .s1-ltx {
	width: calc(100% - 1.06rem);
	margin-left: 0.46rem;
}

.s1-l ul li .s1-ltx h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.3rem;
	color: #2E2E2E;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l ul li .s1-ltx p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.s1-l ul li .s1-ltx p span {
	display: block;
}

.s1-l ul li .s1-ltx p span.jzsj {
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #475FA8;
}

.s1-l ul li .s1-ltx p span.jg {
	font-size: 0.14rem;
	line-height: 0.3rem;
	color: #AFAFAF;
}

.s1-l ul li:hover a::before {
	height: 100%;
}

.s1-l ul li:hover a::after {
	visibility: visible;
	opacity: 1;
}

.s1-l ul li:hover a .date {
	color: #fff;
}

.s1-l ul li:hover a .date::before {
	border-left-color: #475FA8;
}

.s1-l ul li:hover .s1-ltx h3 {
	color: #fff;
}

.s1-l ul li:hover .s1-ltx p span {
	color: rgba(255, 255, 255, 0.6);
}

.s1-r ul {
	margin-top: 0.61rem;
}

.s1-r ul li a {
	padding: 0.14rem 0 0.12rem 0;
	display: block;
	border-bottom: 1px dashed #DFDFDF;
}

.s1-r ul li a h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.24rem;
	color: #2E2E2E;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	position: relative;
	left: 0;
	padding-left: 0.2rem;
	transition: all 0.5s;
}

.s1-r ul li a h3::after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 0.06rem;
	height: 0.06rem;
	border: 1px solid #AFAFAF;
	border-radius: 50%;
	transition: all 0.5s;
}

.s1-r ul li a p {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-left: 0.2rem;
	margin-top: 0.12rem;
}

.s1-r ul li a p span.fbsj {
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #999999;
}

.s1-r ul li a p span.jzsj {
	font-size: 0.16rem;
	line-height: 0.22rem;
	color: #475FA8;
}

.s1-r ul li a h3::after {
	border-color: #475FA8;
}

.s1-r ul li:hover a h3 {
	color: #475FA8;
	left: 0.05rem;
}


.section2 {
	padding-top: 0.8rem;
	padding-bottom: 1.9rem;
	background: url(../images/section2-bg.jpg) no-repeat center;
	background-size: cover;
}

.s2-k {
	position: relative;
	margin-top: 0.65rem;
}

.s2-d {
	position: absolute;
	right: -0.3rem;
	bottom: -0.28rem;
	width: 61.28%;
	z-index: 1;
}

.s2-d ul li:first-child {
	display: none;
}

.s2-d ul li a {
	display: block;
	margin: 0 0.12rem;
}

.s2-d ul li a .pic {
	padding-top: 70.89%;
}

.s2-c {
	align-items: flex-start;
	position: relative;
}

.s2-l {
	width: 50.57%;
	position: relative;
	z-index: 2;
}

.s2-l ul li a {
	display: block;
	position: relative;
	margin-left: 0.2rem;
	margin-top: 0.2rem;
}

.s2-l ul li .date {
	position: absolute;
	left: -0.2rem;
	top: -0.2rem;
	width: 0.8rem;
	height: 0.8rem;
	text-align: center;
	background: #F99130;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
}

.s2-l ul li .date p {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #FFFFFF;
}

.s2-l ul li .date span {
	display: block;
	font-size: 0.14rem;
	color: rgba(255, 255, 255, 0.48);
}


.s2-l ul li a .pic {
	padding-top: 64.48%;
	border-radius: 0 0.3rem 0 0;
}

.s2-l .slick-prev,
.s2-l .slick-next {
	width: 1rem;
	height: 0.6rem;
	top: auto;
	transform: none;
	z-index: 3;
	transition: all 0.4s;
}

.s2-l .slick-prev {
	left: 0.2rem;
	bottom: -0.36rem;
	background: url(../images/s2-prev.jpg) no-repeat;
	background-size: 100% 100%;
}

.s2-l .slick-next {
	right: auto;
	left: 1.2rem;
	bottom: -0.52rem;
	background: url(../images/s2-next.jpg) no-repeat;
	background-size: 100% 100%;
}

.s2-l .slick-prev:hover,
.s2-l .slick-next:hover {
	transform: scale(1.05);
}

.s2-r {
	width: 48.71%;
	position: relative;
	z-index: 2;
}

.s2-r ul li a {
	display: block;
	padding: 0.6rem 0.92rem 0 0.5rem;
}

.s2-r ul li a h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #111111;
	max-height: 0.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.s2-r ul li a p {
	font-size: 0.14rem;
	line-height: 0.25rem;
	max-height: 0.8rem;
	color: rgba(111, 110, 110, 0.8);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 0.35rem;
}

.section3 {
	padding-top: 1.8rem;
	background: url(../images/section3-bg.png) no-repeat center;
	background-size: cover;
	margin-top: -1rem;
	height: 9.92rem;
	position: relative;
	z-index: 2;
}

.section3 .title h3 {
	color: #fff;
}

.section3 .title h3 span {
	color: #B5BFD9;
}

.section3 .more a {
	color: #fff;
	background-image: url(../images/more2.png);
}

.s3-c {
	margin-top: 0.6rem;
	overflow: hidden;
}

.s3-ct {
	align-items: flex-start;
}

.s3-ctl {
	width: 47.92%;
}

.s3-ctl ul li a {
	display: block;
}

.s3-ctl ul li a .pic {
	padding-top: 64.82%;
}

.s3-ctl ul li a .pic::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(180deg, rgba(33, 104, 199, 0) 0%, rgba(18, 97, 203, 0.5041) 59%, rgba(71, 95, 168, 0.8) 99%);
	height: 1.1rem;
}

.s3-ctl ul li a .pic img,
.s3-ctr ul li a .pic img {
	object-position: top;
}

.s3-ctl .slick-dots {
	bottom: 0.27rem;
	right: 0.3rem;
	font-size: 0;
	height: 0.17rem;
	width: auto;
}

.s3-ctl .slick-dots li {
	vertical-align: middle;
	width: 0.09rem;
	height: 0.09rem;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.18rem;
}

.s3-ctl .slick-dots li.slick-active {
	width: 0.17rem;
	height: 0.17rem;
	background: url(../images/s3-ctl-dot.png) no-repeat;
	background-size: 100% 100%;
}

.s3-ctl .slick-dots li button {
	display: none;
}

.s3-ctr {
	width: 48.71%;
}

.s3-ctr ul li {
	width: 46.92%;
}

.s3-ctr ul li a {
	display: block;
}

.s3-ctr ul li a .pic {
	padding-top: 78.125%;
}

.s3-ctr ul li a .s3-ctx {
	padding: 0.25rem;
	background: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0.03rem 0.08rem 0px rgba(0, 0, 0, 0.16);
	color: #fff;
	transition: all 0.5s;
}

.s3-ctr ul li a .s3-ctx h3 {
	font-size: 0.16rem;
	font-weight: bold;
	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.5s;
}

.s3-ctr ul li a .s3-ctx hr {
	opacity: 0.6;
	border: none;
	background: none;
	border: 1px solid #DCDCDC;
	margin: 0.235rem 0;
	transition: all 0.5s;
}

.s3-ctr ul li a .s3-ctx .s3-ctd p {
	font-family: Arial;
	font-weight: 400;
	font-size: 0.14rem;
	transition: all 0.5s;
}

.s3-ctr ul li a .s3-ctx .s3-ctd span {
	font-family: Arial;
	font-weight: 700;
	font-size: 0.22rem;
	transition: all 0.5s;
}

.s3-ctr ul li a .s3-ctx .s3-ctd .zs {
	width: 0.19rem;
	height: 0.11rem;
	background: url(../images/zs.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
}

.s3-ctr ul li:hover a .s3-ctx {
	background: url(../images/s3-ctd.png) no-repeat;
	background-size: cover;
}

.s3-ctr ul li:hover a .s3-ctx h3 {
	color: #4965AF;
}

.s3-ctr ul li:hover a .s3-ctx hr {
	border-top-color: rgba(82, 105, 172, 0.6);
}

.s3-ctr ul li:hover a .s3-ctx .s3-ctd p {
	color: #B9C7F3;
}

.s3-ctr ul li:hover a .s3-ctx .s3-ctd p span {
	color: #475FA8;
}

.s3-ctr ul li:hover a .s3-ctx .s3-ctd .zs {
	background-image: url(../images/zs2.png);
}

.s3-cd {
	margin-top: 0.4rem;
}

.s3-cd ul li {
	width: 47.92%;
}

.s3-cd ul li a {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s3-cd ul li a .date {
	width: 0.88rem;
	height: 0.88rem;
	text-align: center;
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	transition: all 0.5s;
}

.s3-cd ul li a .date>p {
	font-family: Arial;
	font-weight: 700;
	font-size: 0.3rem;
}

.s3-cd ul li a .date span {
	display: block;
	font-family: Arial;
	font-weight: 400;
	font-size: 0.18rem;
	margin-top: 0.05rem;
}

.s3-cd ul li a .s3-cdr {
	width: calc(100% - 1.08rem);
}

.s3-cd ul li a .s3-cdr h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.34rem;
	color: #FFFFFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s3-cd ul li a .s3-cdr>p {
	font-size: 0.14rem;
	line-height: 0.2rem;
	height: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #FFFFFF;
	margin-top: 0.1rem;
	transition: all 0.5s;
}

.s3-cd ul li:hover a .date {
	background: #fff;
	color: #5269AC;
}

.s3-cd ul li:hover a .s3-cdr>p {
	color: rgba(255, 255, 255, 0.6)
}

.section4 {
	padding-top: 1.3rem;
	padding-bottom: 1.46rem;
	background: url(../images/section4-bg.jpg) no-repeat center;
	background-size: cover;
	margin-top: -1rem;
	position: relative;
	z-index: 1;
}

.s4-c {
	overflow: hidden;
}

.s4-c ul {
	margin: 0 -0.215rem;
}

.s4-c ul li {
	margin-top: 0.54rem;
	position: relative;
	top: 0;
	transition: all 0.5s;
}

.s4-c ul li a {
	display: block;
	margin: 0 0.215rem;
	background: #fff;
	border-radius: 0.3rem 0px 0.3rem 0px;
	padding: 0.2rem;
	transition: all 0.5s;
}

.s4-c ul li a .pic {
	padding-top: 167.51%;
}

.s4-c ul li a h3 {
	font-size: 0.16rem;
	line-height: 0.28rem;
	height: 0.56rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #171717;
	transition: all 0.5s;
	margin-top: .2rem;
}

.s4-c ul li a .s4-cd {
	margin-top: 0.34rem;
}

.s4-c ul li a .s4-cd p {
	font-size: 0.16rem;
	line-height: 0.26rem;
	max-height: 0.52rem;
	color: #767676;
	margin-top: 0.2rem;
	padding-left: 0.34rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	transition: all 0.5s;
}

.s4-c ul li a .s4-cd p:first-child {
	background: url(../images/s4-c1.png) no-repeat left 0.02rem;
	background-size: 0.24rem auto;
}

.s4-c ul li a .s4-cd p:nth-child(2) {
	background: url(../images/s4-c2.png) no-repeat left 0.02rem;
	background-size: 0.24rem auto;
}

.s4-c ul li a .s4-cd p:nth-child(3) {
	background: url(../images/s4-c3.png) no-repeat left 0.02rem;
	background-size: 0.24rem auto;
}

.s4-c ul li:hover {
	top: -0.24rem;
}

.s4-c ul li:hover a {
	background-image: url(../images/s4-cli.png);
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0px 4px 10px 0px rgba(48, 70, 93, 0.3);
}

.s4-c ul li:hover a h3,
.s4-c ul li:hover a p {
	color: #fff;
}

.s4-c .slick-dots {
	margin: 0.5rem 0 0 0;
	position: static;
}

.s4-c .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #b5afaf;
	margin: 0 0.1rem;
	position: static;
}

.s4-c .slick-dots li.slick-active {
	transform: scale(1.5);
	background: #333;
}

.s4-c .slick-dots li button {
	display: none;
}

.section5 {
	align-items: flex-start;
	overflow: hidden;
}

.s5-l {
	width: 46.14%;
	background: url(../images/s5-lbg.jpg) no-repeat;
	background-size: cover;
	height: 7.6rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.s5-l::before {
	content: '';
	position: absolute;
	top: 0.15rem;
	bottom: 0.15rem;
	left: -21.44%;
	width: 5.57rem;
	height: 7.31rem;
	background: url(../images/s5-lq.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.s5-l ul li {
	margin: 0.6rem 0;
	position: relative;
	z-index: 1;
}

.s5-l ul li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	right: 0;
	transform: scale(1.1);
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
}

.s5-l ul li a {
	display: flex;
	align-items: center;
	transition: all 0.5s;
}

.s5-l ul li a .pic1 {
	width: 1.18rem;
	height: 1.18rem;
	position: relative;
	padding: 0.07rem;
}

.s5-l ul li a .pic1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(216, 216, 216, 0.3);
	z-index: -1;
	transition: all 0.5s;
}

.s5-l ul li a .pic1 img {
	width: 100%;
}

.s5-l ul li a h3 {
	font-family: 'sySong';
	font-size: 0.36rem;
	font-weight: 900;
	color: #fff;
	margin-left: 0.4rem;
}

.s5-l ul li:first-child a {
	margin-left: 24%;
}

.s5-l ul li:nth-child(2) a {
	margin-left: 34%;
}

.s5-l ul li:nth-child(3) a {
	margin-left: 34%;
}

.s5-l ul li:nth-child(4) a {
	margin-left: 24%;
}

.s5-l ul li:first-child::before,
.s5-l ul li:nth-child(4)::before {
	left: 35%;
}

.s5-l ul li:nth-child(2)::before,
.s5-l ul li:nth-child(3)::before {
	left: 45%;
}

.s5-l ul li.on::before,
.s5-l ul li:hover::before {
	visibility: visible;
	opacity: 1;
	transform: scale(1.2);
}

.s5-l ul li.on a,
.s5-l ul li:hover a {
	transform: scale(1.2);
	transform-origin: 15%;
}

.s5-r {
	width: 53.86%;
}

.qh-bd {
	position: relative;
}

.qh-bd>div {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
}

.qh-bd>div.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.s5-rk .slick-list {
	padding-bottom: 0.13rem;
}

.s5-rk ul li {
	padding-left: 6.76%;
	padding-right: 24.95%;
	transition: all 0.5s;
	position: relative;
	z-index: 1;
}

.s5-rk ul li::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: -1.15rem;
	width: 1.15rem;
	height: 1.43rem;
	background: url(../images/s5-yc.png) no-repeat;
	background-size: 100% 100%;
	transition: all 0.5s;
	visibility: hidden;
	opacity: 0;
}

.s5-rk ul li a {
	display: block;
	line-height: 0.68rem;
	border-bottom: 1px dashed #D8D8D8;
}

.s5-rk ul li a .s5-t {
	overflow: hidden;
}

.s5-rk ul li a .s5-t span {
	display: block;
	float: right;
	font-size: 0.16rem;
	padding-left: 0.3rem;
	background: url(../images/s5-sj.png) no-repeat left center;
	background-size: 0.17rem auto;
	color: #495EA0;
	margin-left: 0.2rem;
}

.s5-rk ul li a .s5-t h3 {
	font-size: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s5-l ul li:hover a .pic1::before {
	background: #778AC8;
}

.s5-rk ul {
	padding-top: 0.4rem;
}

.s5-rk ul li a p {
	font-size: 0.14rem;
	line-height: 0.26rem;
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666666;
	margin-top: 0.08rem;
	display: none;
}

.s5-rk ul li.on {
	padding: 0.25rem 24.95% 0.25rem 6.76%;
	background: #FFFFFF;
	box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.302);
}

.s5-rk ul li.on::after {
	right: 0;
	visibility: visible;
	opacity: 1;
}

.s5-rk ul li.on a {
	line-height: inherit;
	border-bottom: none;
}

.s5-rk ul li.on p {
	display: block;
}

.s5-rk ul li.on a .s5-t h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.3rem;
	color: #495EA0;
}

.s5-rk ul li.on a .s5-t span {
	display: none;
}

.s5-rk .slick-dots {
	position: static;
	width: auto;
	height: 0.05rem;
	background: #E2ECFA;
	padding-top: 0;
	font-size: 0;
	margin-top: 0.4rem;
	margin-left: 10.76%;
	margin-right: 26.95%;
}

.s5-rk .slick-dots li {
	padding: 0;
	width: 33.33%;
	height: 0.05rem;
	margin: 0;
	background: #E2ECFA;
}

.s5-rk .slick-dots li.slick-active {
	background: #495EA0;
}

.s5-rk .slick-dots li.slick-active:hover {
	background: #495EA0;
}

.s5-rk .slick-dots li button {
	display: none;
}

.s5-rk .slick-prev,
.s5-rk .slick-next {
	top: auto;
	bottom: -0.25rem;
	width: 0.27rem;
	height: 0.27rem;
	opacity: 0.2;
	transition: all 0.5s;
}

.s5-rk .slick-prev {
	left: 7%;
	background: url(../images/s5-prev.png) no-repeat;
	background-size: 100% 100%;
}

.s5-rk .slick-next {
	right: auto;
	left: 74%;
	background: url(../images/s5-next.png) no-repeat;
	background-size: 100% 100%;
}

.s5-rk .slick-prev:hover,
.s5-rk .slick-next:hover {
	opacity: 1;
}









/* 侧边导航 */
#asideNav {
	position: fixed;
	right: 0.2rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	transition: all 0.5s;
}

#asideNav .a {
	width: 0.88rem;
	position: relative;
	border-radius: 0.15rem;
	background: #475FA8;
	overflow: hidden;
}

#asideNav ul li {
	padding: 0 0.12rem;
	transition: all 0.5s;
}

#asideNav ul li a {
	display: block;
	text-align: center;
	border-top: 1px dashed rgba(255, 255, 255, 0.1);
	font-size: 0;
	padding: 0.12rem 0;
}

#asideNav ul li a .pic1 img {
	max-height: 0.31rem;
}

#asideNav ul li a p {
	font-size: 0.14rem;
	line-height: 0.18rem;
	text-align: center;
	color: #FFFFFF;
	margin-top: 0.08rem;
	transition: all 0.5s;
}

#asideNav ul li:first-child a {
	border-top: none;
}

#asideNav ul li:hover {
	background: #F99130;
}

/**/
.s2-c {
	margin-top: 0.6rem;
	position: relative;
}

.section2 .block {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.s2-list {
	width: 44.85%;
	position: relative;
	z-index: 3;
}

.s2-list ul>li {
	position: relative;
	border-bottom: 1px dashed #999999;
	transition: all .3s;
}

.s2-list ul>li a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 3;
	padding: 0.22rem 0.2rem 0.23rem 0.2rem;
}

.s2-list ul>li a h4 {
	position: relative;
	font-size: 0.18rem;
	line-height: 1;
	padding-right: 1rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s2-list ul>li a h4 span {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0.16rem;
	line-height: 1;
}

.s2-list ul>li a p {
	font-size: 0.14rem;
	line-height: 0.26rem;
	color: #999999;
	height: 0.26rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	margin-top: 0.1rem;
}

.s2-list ul>li:after {
	content: '';
	position: absolute;
	left: 0;
	right: 100%;
	top: 0;
	bottom: 0;
	background: #2c4196;
	background-image: linear-gradient(#435dc3, #2c4196);

}

.s2-list ul>li.show:after {
	right: -0.55rem;
}

.s2-list ul>li.show a h4 {
	color: #fff;
}

.s2-list ul>li.show a p {
	color: #dee5ff;
}

.s2-list ul>li.show {
	border: none;
	padding-left: 0.28rem;
}

.s2-banner {
	width: 52.14%;
}

.s2-banner a {
	display: block;
	overflow: hidden;
}

.cover_img {
	width: 100%;
	position: relative;
	/* padding-top: 75%; */
	overflow: hidden;
}

.s2-banner a .cover_img {
	padding-top: 68.43%;
	padding-top: 5rem;
}

.cover_img>div:first-child {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 0.3s ease-in;
}



@media screen and (max-width:1700px) {
	.s5-l::before {
		left: -25.44%;
	}
}

@media screen and (max-width:1500px) {
	.s5-l::before {
		left: -29.44%;
	}
}

@media screen and (max-width:1400px) {
	.s5-l::before {
		left: -45.44%;
	}

	.s5-l ul li:first-child a,
	.s5-l ul li:nth-child(4) a {
		margin-left: 12%;
	}

	.s5-l ul li:nth-child(2) a,
	.s5-l ul li:nth-child(3) a {
		margin-left: 22%;
	}

	.s5-l ul li:first-child::before,
	.s5-l ul li:nth-child(4)::before {
		left: 26%;
	}

	.s5-l ul li:nth-child(2)::before,
	.s5-l ul li:nth-child(3)::before {
		left: 36%;
	}

	.s5-l ul li a h3 {
		font-size: 0.3rem;
	}
}

@media screen and (max-width:1300px) {
	.s5-l::before {
		left: -49.44%;
	}

	.s3-ctr ul li a .s3-ctx hr {
		margin: 0.206rem 0;
	}

	.s5-rk .slick-prev {
		left: 6%;
	}
}

@media screen and (max-width: 1200px) {
	.s5-l::before {
		left: -56.44%;
	}

	.s3-ctr ul li a .s3-ctx hr {
		margin: 0.14rem 0;
	}
}

@media screen and (max-width: 1100px) {
	.s5-l::before {
		left: -63.44%;
	}

	.s3-ctr ul li a .s3-ctx {
		padding: 0.18rem 0.25rem;
	}
}

@media screen and (max-width: 1024px) {
	#asideNav {
		display: none !important;
	}

	.section3 {
		height: 9rem;
	}

	.s4-c ul {
		margin: 0 -0.15rem;
	}

	.s4-c ul li a {
		margin: 0 0.15rem;
	}

}

@media screen and (max-width: 768px) {
	.title h3 {
		font-size: 0.32rem;
	}

	.title h3 span {
		font-size: 0.18rem;
		padding-left: 0.1rem;
	}

	.more a {
		width: 0.8rem;
		height: 0.32rem;
		background-size: 0.8rem auto;
	}

	.section1 {
		padding-top: 0.4rem;
		padding-bottom: 0.4rem;
	}

	.s1-l,
	.s1-r {
		width: 100%;
	}

	.s1-l .zxtz span {
		font-size: 0.18rem;
		line-height: 0.34rem;
	}

	.s1-l .zxtz .h {
		padding-left: 0.16rem;
	}

	.s1-l .zxtz .r {
		padding-left: 0.76rem;
		top: -0.2rem;
	}

	.s1-l ul li a {
		padding: 0.2rem;
	}

	.s1-r ul {
		margin-top: 0.3rem;
	}

	.section2 {
		padding-top: 0.4rem;
		padding-bottom: 1rem;
	}

	.s2-k {
		margin-top: 0.3rem;
	}

	.s2-l {
		width: 100%;
	}

	.s2-l ul li .date {
		left: -0.1rem;
		top: -0.1rem;
	}

	.s2-l ul li a {
		margin-left: 0.1rem;
		margin-top: 0.1rem;
	}

	.s2-l .slick-prev {
		left: 0.1rem;
	}

	.s2-l .slick-next {
		left: 1.1rem;
	}

	.s2-r {
		width: 100%;
	}

	.s2-r ul li a {
		padding: 0.8rem 0 0 0;
	}

	.s2-r ul li a p {
		margin-top: 0.1rem;
	}

	.s2-d {
		display: none;
	}

	.section3 {
		margin-top: -1.8rem;
		padding-bottom: 1.3rem;
		height: auto;
	}

	.s3-c {
		margin-top: 0.3rem;
	}

	.s3-ctl {
		width: 100%;
	}

	.s3-ctr {
		width: 100%;
		margin-top: 0.2rem;
	}

	.s3-ctr ul li {
		width: 48%;
	}

	.s3-cd {
		margin-top: 0.2rem;
	}

	.section4 {
		padding-top: 0.8rem;
		padding-bottom: 0.4rem;
		margin-top: -1.2rem;
	}

	.s4-c ul li a .s4-cd {
		margin-top: 0.2rem;
	}

	.section5 {
		padding-bottom: 0.3rem;
	}

	.s5-l::before {
		display: none;
	}

	.s5-l {
		width: 100%;
		height: auto;
	}

	.s5-l ul {
		display: flex;
		flex-wrap: wrap;
	}

	.s5-l ul li {
		width: 25%;
		margin: 0.3rem 0;
	}

	.s5-l ul li a {
		margin-left: 10% !important;
	}

	.s5-r {
		width: 100%;
	}

	.s5-l ul li a .pic1 {
		width: 0.8rem;
		height: 0.8rem;
	}

	.s5-l ul li a h3 {
		font-size: 0.26rem;
		margin-left: 0.2rem;
		width: calc(100% - 1.3rem);
	}

	.s5-l ul li.on a,
	.s5-l ul li:hover a {
		transform: scale(1.1);
		transform-origin: 0;
	}

	.s5-l ul li.on::before,
	.s5-l ul li:hover::before {
		transform: scale(1.1);
	}

	.s5-l ul li:first-child::before,
	.s5-l ul li:nth-child(2)::before,
	.s5-l ul li:nth-child(3)::before,
	.s5-l ul li:nth-child(4)::before {
		left: 32%;
	}

	.s5-rk ul {
		padding-top: 0.2rem;
	}

	.s5-rk ul li {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}

	.s5-rk ul li.on {
		padding: 0.2rem 16.95% 0.2rem 0.3rem;
	}

	.s5-rk ul li::after {
		right: -1rem;
		width: 1rem;
		height: 1.3rem;
	}

	.s5-rk .slick-dots {
		margin-top: 0.2rem;
	}

	.s5-rk .slick-prev {
		left: 0.3rem;
	}

	.s5-rk .slick-next {
		left: auto;
		right: 0.3rem;
	}

	.s5-rk .slick-dots {
		margin-left: 0.8rem;
		margin-right: 0.8rem;
	}


	.s2-list {
		width: 100%;
		order: 2;
	}

	.s2-banner {
		width: 100%;
		order: 1;
	}

	.s2-list ul>li.show:after {
		right: 0;
	}

	.s2-banner a .cover_img {
		padding-top: 68.43%;
	}
}

@media screen and (max-width: 640px) {
	.s1-r ul {
		margin-top: 0.2rem;
	}

	.s1-r ul li a p span.fbsj,
	.s1-r ul li a p span.jzsj {
		font-size: 0.14rem;
	}

	.s2-l ul li .date {
		width: 0.7rem;
		height: 0.7rem;
	}

	.s2-l .slick-prev,
	.s2-l .slick-next {
		width: 0.8rem;
		height: 0.48rem;
	}

	.s2-l .slick-next {
		left: 0.9rem;
		bottom: -0.47rem;
	}

	.s5-l ul li {
		width: 50%;
		margin: 0.15rem 0;
	}

	.s5-l ul li:first-child::before,
	.s5-l ul li:nth-child(2)::before,
	.s5-l ul li:nth-child(3)::before,
	.s5-l ul li:nth-child(4)::before {
		left: 25%;
	}

}

@media screen and (max-width: 480px) {
	.s3-cd {
		margin-top: 0;
	}

	.s3-cd ul li {
		width: 100%;
		margin-top: 0.2rem;
	}

	.s4-c ul li a {
		padding: 0.2rem;
	}
}

@media screen and (max-width: 375px) {
	.s5-l ul li a {
		margin-left: 5% !important;
	}

	.s5-l ul li a h3 {
		font-size: 0.24rem;
		width: calc(100% - 1.2rem);
	}

	.s5-rk ul li.on {
		padding: 0.2rem 25.95% 0.2rem 0.3rem;
	}
}

@media screen and (max-width: 320px) {}