@charset "utf-8";

body {
	overflow-x: hidden;
}

/*banner*/
.banner-k {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100vh;
}

.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-slide a {
	display: block;
	overflow: hidden;
	position: relative;
}

.banner .slick-slide a::after {
	content: '';
	position: absolute;
	bottom: 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%);
	opacity: 0.3;
	height: 1.5rem;
	z-index: 1;
}

.banner .slick-slide img {
	display: block;
	width: 100%;
	transform: scale(1.1);
	transition: all 5s ease-out;
}

.banner .img_scale img {
	transform: scale(1);
}

.banner .slick-dots {
	bottom: 0.4rem;
	width: auto;
	right: 8.22%;
	font-size: 0;
	z-index: 2;
}

.banner .slick-dots li {
	vertical-align: middle;
	margin: 0 0.15rem;
	padding: 0;
	width: 0.09rem;
	height: 0.09rem;
	border-radius: 50%;
	background: #fff;
	transition: all 0.3s;
}


.banner .slick-dots li button {
	display: none;
}

.banner .slick-dots li.slick-active {
	width: 0.42rem;
	height: 0.42rem;
	background: url(../images/ban-dot.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0;
}


.banner .slick-prev,
.banner .slick-next {
	width: 0.35rem;
	height: 0.35rem;
	border: 1px solid #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 0.12rem auto;
	font-size: 0;
	z-index: 1;
	transition: all 0.5s;
}

.banner .slick-prev {
	left: 0.3rem;
	background-image: url(../images/ban-prev.png);
}

.banner .slick-next {
	right: 0.3rem;
	background-image: url(../images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.down-page {
	position: absolute;
	width: 0.89rem;
	height: 0.89rem;
	line-height: 0.89rem;
	left: 50%;
	bottom: 0.23rem;
	transform: translateX(-50%);
	z-index: 99;
	font-size: 0;
	text-align: center;
	cursor: pointer;
}

.down-page::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	background: url(../images/ban-q.png) no-repeat;
	background-size: 100% 100%;
	z-index: -1;
}

.down-page>img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 0.27rem;
	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;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid #0966B4;
	margin-bottom: 0.3rem;
}

.title h3 {
	font-size: 0.28rem;
	font-weight: bold;
	color: #2C2C2C;
}

.more {
	position: absolute;
	right: 0;
	top: 0.07rem;
}

.more a {
	display: block;
	width: 0.74rem;
	font-size: 0.18rem;
	color: #0966B4;
	padding-bottom: 0.06rem;
	padding-left: 0.05rem;
	background: url(../images/more.png) no-repeat center bottom;
	background-size: 100% auto;
	position: relative;
	transition: all 0.5s;
}

.more:hover a {
	font-weight: bold;
}


/*主体*/
.index {
	position: fixed;
	top: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99;
	background: #fff;
	padding-top: 1.54rem;
}

.section1 {
	padding-top: 0.75rem;
}

.s1-c {
	align-items: flex-start;
}

.s1-l {
	width: 66%;
}

.s1-l .title {
	margin-bottom: 0.15rem;
}

.s1-l ul li a {
	display: flex;
	align-items: center;
	padding-left: 0.12rem;
	padding: 0.15rem 0.2rem 0.15rem 0.12rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}

.s1-l ul li a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0.3rem;
	background: #FFFFFF;
	border: 1px solid #006ECA;
	box-shadow: 0px 0px 0.1rem 0px rgba(14, 65, 150, 0.23);
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s;
	z-index: -1;
}

.s1-l ul li:first-child a {
	border-top: 0;
}

.s1-l ul li a .date {
	width: 1rem;
	height: 0.8rem;
	text-align: right;
	padding-right: 0.18rem;
	padding-top: 0.15rem;
	margin-right: 0.27rem;
	position: relative;
	z-index: 1;
}

.s1-l ul li a .date::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
	background: linear-gradient(270deg, #0C63C8 0%, rgba(12, 99, 200, 0) 100%);
	z-index: -1;
	transition: all 0.5s;
}

.s1-l ul li a .date b {
	display: block;
	font-size: 0.2rem;
	font-weight: 700;
	color: #006ECA;
	transition: all 0.5s;
}

.s1-l ul li a .date span {
	display: block;
	font-size: 0.14rem;
	font-weight: 400;
	color: #757575;
	margin-top: 0.05rem;
	transition: all 0.5s;
}

.s1-l ul li a .tx {
	flex: 1;
	min-width: 0;
}

.s1-l ul li a .tx h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.32rem;
	color: #0E0E0E;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l ul li a .tx p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.1rem;
}

.s1-l ul li a .tx p span {
	display: block;
	width: calc(50% - 0.2rem);
	font-size: 0.14rem;
	line-height: 0.26rem;
	color: #9E9E9E;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.s1-l ul li:hover a .date::before {
	background: #006ECA;
	opacity: 1;
}

.s1-l ul li:hover a .date b,
.s1-l ul li:hover a .date span {
	color: #fff;
}

.s1-l ul li:hover a,
.s1-l ul li:hover+li a {
	border-top-color: transparent;
}

.s1-l ul li:hover a::before {
	visibility: visible;
	opacity: 1;
}


.s1-r {
	width: 30.62%;
}

.gg-list li a {
	display: flex;
	align-items: center;
	padding: 0.18rem 0;
	border-top: 1px dashed #D8D8D8;
}

.gg-list li:first-child a {
	border-top: 0;
	padding-top: 0;
}

.gg-list li a .date {
	width: 0.62rem;
	height: 0.66rem;
	text-align: center;
	border-radius: 0.04rem;
	box-shadow: 0px 0.04rem 0.06rem 0px rgba(0, 110, 202, 0.12);
	margin-right: 0.16rem;
	min-width: 60px;
}

.gg-list li a .date b {
	display: block;
	line-height: 0.42rem;
	font-size: 0.25rem;
	color: #FFFFFF;
	background: #006EBF;
	border-radius: 0.04rem;
}

.gg-list li a .date span {
	display: block;
	background: #fff;
	line-height: 0.24rem;
	font-size: 12px;
	color: #9E9E9E;
}

.gg-list li a h3 {
	flex: 1;
	min-width: 0;
	font-size: 0.18rem;
	font-weight: normal;
	color: #0E0E0E;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.gg-list li:hover a h3 {
	font-weight: bold;
	color: #006EBF;
}

.section2 {
	padding-top: 0.8rem;
}

.s2-c {
	align-items: flex-start;
}

.s2-l {
	width: 66%;
}

.s2-l ul li {
	margin-top: 0.38rem;
}

.s2-l ul li:first-child {
	margin-top: 0;
}

.s2-l ul li a {
	display: flex;
	align-items: center;
}

.s2-l ul li a .date {
	width: 0.87rem;
	height: 0.88rem;
	background: #0966B4;
	box-shadow: 0px 0.04rem 0.06rem 0px rgba(0, 110, 202, 0.12);
	border-radius: 0.04rem;
	text-align: center;
	margin-right: 0.36rem;
}

.s2-l ul li a .date b {
	display: block;
	font-size: 0.3rem;
	font-weight: normal;
	line-height: 0.56rem;
	color: #FFFFFF;
}

.s2-l ul li a .date span {
	display: block;
	line-height: 0.32rem;
	border-radius: 0.04rem;
	background: #FFFFFF;
	font-size: 0.14rem;
	color: #9E9E9E;
}

.s2-l ul li a .tx {
	flex: 1;
	min-width: 0;
}

.s2-l ul li a .tx h3 {
	font-size: 0.18rem;
	font-weight: normal;
	line-height: 0.28rem;
	color: #0E0E0E;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	transition: all 0.5s;
}

.s2-l ul li a .tx p {
	font-size: 0.14rem;
	line-height: 0.25rem;
	height: 0.5rem;
	color: #9E9E9E;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.1rem;
}

.s2-l ul li:hover a .tx h3 {
	color: #0966B4;
	font-weight: bold;
}

.s2-r {
	width: 30.62%;
}

.s2-r ul li {
	overflow: hidden;
	line-height: 0.68rem;
	border-top: 1px dashed #D7E8F7;
}

.s2-r ul li:first-child {
	border-top: 0;
}

.s2-r ul li span {
	display: block;
	float: right;
	font-size: 0.16rem;
	color: #9E9E9E;
	margin-left: 0.2rem;
}

.s2-r ul li a {
	display: block;
	font-size: 0.18rem;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
	padding-left: 0.18rem;
	position: relative;
	transition: all 0.5s;
}

.s2-r ul li a::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	border-left: 6px solid #D2E4F3;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	transition: all 0.5s;
}

.s2-r ul li:hover a {
	font-weight: bold;
	color: #0966B4;
}

.s2-r ul li:hover a::before {
	border-left-color: #0966B4;
}


.section3 {
	padding-top: 1rem;
}

.s3-c {}

.qh-tit {
	padding-bottom: 0.18rem;
	border-bottom: 1px solid #0966B4;
	position: relative;
	margin-bottom: 0.3rem;
}

.qh-tit ul {
	display: flex;
	align-items: center;
}

.qh-tit ul li {
	font-size: 0.28rem;
	font-weight: bold;
	color: #787878;
	margin-left: 0.37rem;
	cursor: pointer;
}

.qh-tit ul li:first-child {
	margin-left: 0;
}

.qh-tit ul li.on {
	color: #2C2C2C;
}

.qh-tit .more {
	position: absolute;
}

.qh-tit .more a {
	display: none;
}

.qh-tit .more a.on {
	display: block;
}


.qh-bd {
	position: relative;
}

.qh-bd>ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	opacity: 0;
	z-index: 8;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.qh-bd>ul.on {
	position: relative;
	z-index: 9;
	opacity: 1;
}

.qh-bd>ul li {
	width: 48%;
}

.qh-bd>ul li a {
	border-top: 1px solid #E4E4E4;
}

.qh-bd>ul li:nth-child(2) a {
	border-top: 0;
}

.section345 {
	background: url(../images/in-bg.png) no-repeat center bottom;
}

.section4 {
	padding-top: 0.7rem;
}

.section4 .title {
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
}

.section4 .tit-c {
	justify-content: center;
}

.section4 .more a {
	text-align: left;
}

.s4-c {
	position: relative;
}

.s4-c .slick-list {
	padding-top: 0.2rem;
}

.s4-c ul li a {
	display: block;
	margin: 0 0.37rem;
	text-align: center;
}

.s4-c ul li a .pic {
	padding-top: 100%;
	border-radius: 50%;
}

.s4-c ul li a h3 {
	margin-top: 0.3rem;
	font-size: 0.2rem;
	color: #373737;
	transition: all 0.3s;
}

.s4-c ul li:hover a h3 {
	color: #006ECA;
}

.s4-c .slick-prev,
.s4-c .slick-next {
	width: 0.35rem;
	height: 0.35rem;
	border: 1px solid #006ECA;
	border-radius: 50%;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-size: 0.12rem auto !important;
	font-size: 0;
	z-index: 1;
	transition: all 0.5s;
}

.s4-c .slick-prev {
	left: -0.3rem;
	background-image: url(../images/s4-prev.png);
}

.s4-c .slick-next {
	right: -0.3rem;
	background-image: url(../images/s4-next.png);
}

.s4-c .slick-prev:hover,
.s4-c .slick-next:hover {
	background: #006ECA;
}

.s4-c .slick-prev:hover {
	background-image: url(../images/ban-prev.png);
}

.s4-c .slick-next:hover {
	background-image: url(../images/ban-next.png);
}



.section5 {
	padding-top: 0.7rem;
	padding-bottom: 0.3rem;
}

.s5-c ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.2rem;
	height: 0.68rem;
}

.s5-c ul li a img {
	max-width: 100%;
}




@media screen and (max-width:1680px) {}

@media screen and (max-width:1600px) {
	.s4-c .slick-prev {
		left: 0;
	}

	.s4-c .slick-next {
		right: 0;
	}

	.s4-c .slick-list {
		margin: 0 0.3rem;
	}
}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.down-page {
		display: none !important;
	}

	.banner-k {
		height: auto;
	}

	.banner,
	.banner div.slick-list,
	.banner .slick-slide a,
	.banner .slick-slide a img {
		height: auto;
	}

	.banner .slick-dots {
		width: 100%;
		right: 0;
		text-align: center;
		bottom: 0.2rem;
	}

	.banner .slick-slide a::after {
		height: 0.6rem;
	}

	.banner .slick-prev {
		left: 0.2rem;
	}

	.banner .slick-next {
		right: 0.2rem;
	}

	.banner .slick-dots li {
		margin: 0 0.1rem;
	}

	.banner .slick-dots li.slick-active {
		width: 0.34rem;
		height: 0.34rem;
	}

	.index {
		position: static;
		padding-top: 0;
	}

}

@media screen and (max-width: 768px) {

	.title h3,
	.qh-tit ul li {
		font-size: 0.26rem;
	}

	.section1,
	.section2,
	.section3,
	.section4,
	.section5 {
		padding-top: 0.4rem;
	}

	.s1-l,
	.s1-r,
	.s2-l,
	.s2-r,
	.qh-bd>ul li {
		width: 100%;
	}

	.s1-l ul li a {
		padding: 0.2rem 0;
	}

	.s1-l .title {
		margin-bottom: 0.1rem;
	}

	.s1-l ul li a .tx h3,
	.gg-list li a h3,
	.s2-l ul li a .tx h3,
	.s2-r ul li a {
		font-size: 0.2rem;
	}

	.s1-l ul li a .tx p span,
	.s2-l ul li a .tx p {
		font-size: 0.16rem;
	}

	.s1-l ul li a .date b {
		font-size: 0.22rem;
	}

	.s1-l ul li a .date span,
	.s2-l ul li a .date span {
		font-size: 12px;
	}

	.s1-r,
	.s2-r {
		margin-top: 0.4rem;
	}

	.s2-r ul li span {
		font-size: 0.18rem;
	}

	.s4-c ul li a h3 {
		margin-top: 0.2rem;
	}

	.s4-c ul li a {
		margin: 0 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) {}