@charset "UTF-8";

body {
	overflow-x: hidden;
}

/*首页样式*/

.more a {
	display: block;
	font-size: 0.14rem;
	line-height: 0.36rem;
	transition: all 0.5s;
}

.more:hover a {
	color: #216DD5;
}

/*主体*/
.index-box {
	background: url(../images/index-bbg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-top: 0.48rem;
	padding-bottom: 0.78rem;
	position: relative;
	z-index: 1;
}

.index-tbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 7.68rem;
	background: linear-gradient(180deg, #E8F5FE 0%, rgba(255, 255, 255, 0) 100%);
	z-index: -1;
}

.index {
	background: #fff;
	padding: 0.15rem 0.2rem;
}

/* section0 */


.section0{
margin:-0.15rem -0.2rem
}

.s0 {
	height: 1.5rem;
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 0.04rem 0.1rem 0px rgba(0, 0, 0, 0.1);
}

.s0-l {
	width: 1rem;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}

.s0-l::before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 0.87rem;
    background: url(../images/tt.png) no-repeat center;
    background-size: 100% 100%;
}

.s0-l h3 {
	font-family: sys;
	font-size: 0.28rem;
	font-weight: 900;
	line-height: 0.36rem;
	color: #FFFFFF;
	width: 0.64rem;
}

.s0-r {
	flex: 1;
	min-width: 0;
}

.s0-r li.slick-slide a {
	display: flex;
	align-items: center;
	height: 1.5rem;
	margin-right: 0.8rem;
}

.s0-r li.slick-slide a h3 {
	font-size: 0.24rem;
	font-weight: bold;
	line-height: 0.32rem;
	max-height: 0.64rem;
	letter-spacing: 0.1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.s0-r .slick-dots {
	width: auto;
	right: 0.15rem;
	bottom: auto;
	top: 0.5rem;
	font-size: 0;
}

.s0-r .slick-dots li {
	display: block;
	width: 0.09rem;
	height: 0.09rem;
	background: rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	margin: 0.08rem 0;
}

.s0-r .slick-dots li.slick-active {
	background: #2354AF;
}

.s0-r .slick-dots li button {
	display: none;
}

/* section1 */

.section1 {
	padding-top: 0.65rem;
	overflow: hidden;
}

.s1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jdt {
	width: 50%;
}

.jdt ul li a {
	display: block;
	position: relative;
}

.jdt ul li a .pic {
	padding-top: 66.76%;
	padding-top: 4.54rem;
}

.jdt ul li a .pic::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 16.07%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.488) 58%, rgba(0, 0, 0, 0.8) 100%);
}

.jdt ul li a .tx {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 1rem 0.05rem 0.2rem;
}

.jdt ul li a .tx h3 {
	font-size: 0.18rem;
	line-height: 0.36rem;
	color: #FFFFFF;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jdt .slick-dots {
	bottom: 0.2rem;
	font-size: 0;
	width: auto;
	right: 0.23rem;
}

.jdt .slick-dots li {
	width: 0.06rem;
	height: 0.06rem;
	border-radius: 50%;
	background: #fff;
	margin: 0 0.07rem;
	position: relative;
}

.jdt .slick-dots li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border: 1px dashed #FFFFFF;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.jdt .slick-dots li.slick-active::before {
	width: 0.1rem;
	height: 0.1rem;
	opacity: 1;
	visibility: visible;
}

.jdt .slick-dots li button {
	display: none;
}

.s1-r {
	width: 46.47%;
}

.qh-tit ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 0.18rem;
	border-bottom: 1px solid #E5E5E5;
}

.qh-tit ul li {
	cursor: pointer;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.24rem;
	position: relative;
	z-index: 1;
}

.qh-tit ul li::before {
	content: '';
	position: absolute;
	bottom: -0.18rem;
	left: 0;
	width: 100%;
	transform: scale(0);
	border-bottom: 0.03rem solid #20528F;
	transition: all 0.5s;
}

.qh-tit ul li::after {
	content: '';
	position: absolute;
	bottom: -0.15rem;
	left: 50%;
	transform: translateX(-50%);
	border-bottom: 0.05rem solid #20528F;
	border-left: 0.05rem solid transparent;
	border-right: 0.05rem solid transparent;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.qh-tit ul li.on::before {
	transform: none;
}

.qh-tit ul li.on::after {
	opacity: 1;
	visibility: visible;
}

.qh-bd {
	flex: 1;
	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;
}

.gg-list ul {
	margin-top: 0.1rem;
}

.gg-list li {
	overflow: hidden;
	line-height: 0.49rem;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.16);
}

.gg-list li span {
	display: block;
	float: right;
	font-size: 0.16rem;
	color: #666666;
	margin-left: 0.2rem;
	transition: all 0.5s;
}

.gg-list li a {
	display: block;
	font-size: 0.18rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(../images/s1-rzs.png) no-repeat left center;
	background-size: 0.06rem auto;
	padding-left: 0.16rem;
	position: relative;
	left: 0;
	transition: all 0.5s;
}

.gg-list li:hover a {
	left: 0.05rem;
}

.gg-list li:hover span {
	color: #216DD5;
}

.s1-r .qh-tit ul {
	justify-content: space-around;
}

/* section2 */

.section2 {
	overflow: hidden;
	padding-top: 0.38rem;
}

.s2 {
	padding: 0 0.4rem;
	position: relative;
}

.s2 ul.slick-slider {
	margin: 0 -0.17rem;
}

.s2 ul li a {
	display: block;
	margin: 0 0.17rem;
}

.s2 ul li a .pic {
	padding-top: 47.11%;
}

.s2 .slick-prev,
.s2 .slick-next {
	display: none !important;
}

.s2 .s2-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.25rem;
	height: 0.25rem;
	background-image: url(../images/s2-prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	cursor: pointer;
}

.s2 .s2-prev {
	left: 0;
}

.s2 .s2-next {
	right: 0;
	background-image: url(../images/s2-next.png);
}

/* section3 */
.section3 {
	padding-top: 0.42rem;
	overflow: hidden;
}

.s3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s3-l {
	width: 21.47%;
	background: #F4FAFF url(../images/s3-lbg.png) no-repeat right top;
	background-size: 30.13% auto;
	padding: 0.28rem 0.2rem;
}

.title h3 {
	display: flex;
	align-items: center;
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 1;
}

.title h3 img {
	display: block;
	width: 0.36rem;
	margin-right: 0.12rem;
}

.s3-l ul {
	padding-top: 0.1rem;
}

.s3-l ul li {
	margin-top: 0.1rem;
}

.s3-l ul li a {
	display: flex;
	align-items: center;
	padding-left: 0.26rem;
	height: 0.72rem;
	background: #fff;
	transition: all 0.5s;
}

.s3-l ul li a .bt {
	width: 0.32rem;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	margin-right: 0.1rem;
}

.s3-l ul li a .bt img {
	display: inline-block;
	max-width: 0.32rem;
	max-height: 0.32rem;
}

.s3-l ul li a .bt img:nth-child(2) {
	display: none;
}

.s3-l ul li a h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.24rem;
	transition: all 0.5s;
}

.s3-l ul li:hover a {
	background: #216DD5;
}

.s3-l ul li:hover a h3 {
	color: #fff;
}

.s3-l ul li:hover a .bt img {
	display: none;
}

.s3-l ul li:hover a .bt img:nth-child(2) {
	display: inline-block;
}


.s3-c {
	width: 49.11%;
	padding-top: 0.28rem;
}

.s3-c .qh-tit {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #E5E5E5;
}

.s3-c .qh-tit ul {
	border-bottom: 0;
}

.s3-c .qh-tit ul li::after {
	content: none;
}

.s3-c .qh-tit ul li::before {
	border-bottom-color: #216DD5;
}

.s3-c .qh-tit ul li {
	display: flex;
	align-items: center;
	font-size: 0.22rem;
	line-height: 0.28rem;
	transition: all 0.5s;
}

.s3-c .qh-tit ul li+li {
	margin-left: 0.6rem;
}

.s3-c .qh-tit ul li.on {
	font-size: 0.28rem;
}

.s3-c .qh-tit ul li img {
	display: none;
	width: 0.36rem;
	margin-right: 0.09rem;
}

.s3-c .qh-tit ul li.on img {
	display: block;
}

.s3-c .more a {
	display: none;
}

.s3-c .more a.on {
	display: block;
}

.s3-c .gg-list ul {
	margin-top: 0.2rem;
}


.s3-r {
	width: 23.52%;
	background: #F4FAFF url(../images/s3-rbg.png) no-repeat right top;
	background-size: 41.25% auto;
	padding-top: 0.28rem;
}

.s3-r .title {
	margin-left: 0.2rem;
}

.s3-r .title h3 img {
	width: 0.4rem;
}

.s3-r ul {
	display: flex;
	flex-wrap: wrap;
}

.s3-r ul li {
	width: 33.333%;
	margin-top: 0.36rem;
}

.s3-r ul li a {
	display: block;
}

.s3-r ul li a .icon {
	width: 0.5rem;
	height: 0.5rem;
	margin: 0 auto;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
}

.s3-r ul li:hover a .icon {
	background: #216DD5;
}

.s3-r ul li a .icon img:first-child {
	display: block;
}

.s3-r ul li a .icon img:nth-child(2) {
	display: none;
}

.s3-r ul li:hover a .icon img:first-child {
	display: none;
}

.s3-r ul li:hover a .icon img:nth-child(2) {
	display: block;
}

.s3-r ul li a h3 {
	margin-top: 0.2rem;
	font-size: 0.18rem;
	line-height: 0.22rem;
	text-align: center;
	padding: 0 0.1rem;
}

/* section4 */
.section4 {
	overflow: hidden;
	padding-top: 0.45rem;
}

.s4 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 0.78rem;
}

.s4-l {
	width: 3rem;
	height: 100%;
	background: #216DD5;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.s4-l .l {
	display: block;
	width: 0.48rem;
}

.s4-l .tx p {
	font-size: 0.12rem;
	line-height: 0.12rem;
	color: #FFFFFF;
}

.s4-l .tx h3 {
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.36rem;
	letter-spacing: 0.02rem;
	color: #FFFFFF;
}

.s4-l .r {
	width: 0.84rem;
	height: 0.52rem;
	line-height: 0.52rem;
	background: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 0.2rem;
	font-weight: bold;
	color: #216DD5;
	margin-left: 0.07rem;
}

.s4-r {
	flex: 1;
	min-width: 0;
	background: #f4f8fd;
	border: 0.05rem solid #4d8add;
	border-left: 0;
}

.s4-r ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 0.68rem;
}

.s4-r ul li a img {
	display: block;
	max-width: 0.4rem;
	max-height: 0.4rem;
	margin-right: 0.1rem;
}

.s4-r ul li:hover a img {
	animation: icon-yh 1.5s linear;
}

.s4-r ul li a h3 {
	font-size: 0.18rem;
	line-height: 0.224rem;
}

/* section5 */
.section5 {
	padding-top: 0.45rem;
	overflow: hidden;
}

.s5 .title {
	display: flex;
	align-items: center;
}

.s5 .title h3 {
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	margin: 0 0.15rem;
}

.s5 .title .l {
	flex: 1;
	min-width: 0;
	text-align: right;
	position: relative;
	font-size: 0;
}

.s5 .title .l img {
	width: 1.14rem;
}

.s5 .title .l::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background: linear-gradient(270deg, #216DD5 0%, rgba(33, 109, 213, 0) 100%);
	opacity: 0.6;
}

.s5 .title .r {
	flex: 1;
	min-width: 0;
	text-align: left;
	position: relative;
	font-size: 0;
}

.s5 .title .r img {
	width: 1.14rem;
}

.s5 .title .r::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.02rem;
	background: linear-gradient(90deg, #216DD5 0%, rgba(33, 109, 213, 0) 100%);
	opacity: 0.6;
}

.s5-c {
	margin-top: 0.22rem;
}

.s5-c ul {
	margin: 0 -0.13rem;
}

.s5-c ul li a {
	margin: 0 0.13rem;
	height: 1.76rem;
	display: block;
	background: url(../images/s5-clibg.png) no-repeat center;
	background-size: 100% 100%;
}

.s5-c ul li a .box {
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.s5-c ul li a .icon {
	height: 0.6rem;
}

.s5-c ul li a .icon img {
	vertical-align: middle;
	max-height: 0.6rem;
}

.s5-c ul li:hover a .icon img {
	animation: icon-yh 1.2s linear;
}

.s5-c ul li a h3 {
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.24rem;
	max-height: 0.48rem;
	text-align: center;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	padding: 0 0.2rem;
	margin-top: 0.05rem;
}

.s5-b {
	margin-top: 0.42rem;
}

.s5-b ul {
	margin: 0 -0.13rem;
}

.s5-b ul li a {
	display: block;
	margin: 0 0.13rem;
}

.s5-b ul li a .pic {
	padding-top: 47.05%;
}

.s5-b .slick-dots {
	position: static;
	margin-top: 0.3rem;
}

.s5-b .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #CCCCCC;
	margin: 0 0.05rem;
	transition: all 0.5s;
}

.s5-b .slick-dots li.slick-active {
	width: 0.4rem;
	border-radius: 0.9rem;
	background: #2354AF;
}

.s5-b .slick-dots li button {
	display: none;
}

.s5-b .slick-prev,
.s5-b .slick-next {
	top: 40%;
	width: 0.25rem;
	height: 0.5rem;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 0.02rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 0.15rem;
}

.s5-b .slick-prev {
	left: 0.13rem;
	background-image: url(../images/s2-prev.png);
}

.s5-b .slick-next {
	right: 0.13rem;
	background-image: url(../images/s2-next.png);
}








@media screen and (max-width:1600px) {}

@media screen and (max-width:1400px) {
	.index-box {
		padding: 0.48rem 0.2rem 0.78rem 0.2rem;
	}
}

@media screen and (max-width:1300px) {}

@media screen and (max-width: 1024px) {
	.index-box {
		padding: 0.2rem;
	}

	.index {
		padding: 0.2rem;
	}

	.s0 {
		height: 0.8rem;
	}

	.s0-l {
		width: 1rem;
		margin-right: 0.4rem;
	}

	.s0-l::before {
		top: -0.05rem;
		bottom: -0.05rem;
	}

	.s0-l h3 {
		font-size: 0.26rem;
		width: 0.54rem;
	}

	.s0-r li.slick-slide a {
		height: 0.8rem;
	}

	.s0-r li.slick-slide a h3 {
		font-size: 0.22rem;
		line-height: 0.28rem;
		max-height: 0.56rem;
	}

	.s0-r .slick-dots {
		top: 0.1rem;
	}

	.title h3 {
		font-size: 0.24rem;
	}

	.s3-c .qh-tit ul li.on {
		font-size: 0.24rem;
	}

	.s3-c .qh-tit ul li+li {
		margin-left: 0.3rem;
	}

	.s3-l ul li a {
		padding-left: 0.1rem;
	}

	.s3-r ul li a h3 {
		padding: 0;
	}

	.s4-r ul li a h3 {
		font-size: 0.2rem;
	}

	.s5 .title h3 {
		font-size: 0.26rem;
	}

	.s5-c ul li a {
		height: 1.56rem;
	}

	.s5-c ul li a h3 {
		font-size: 0.2rem;
	}
}

@media screen and (max-width: 900px) {
	.jdt {
		width: 100%;
	}

	.jdt ul li a .pic {
		padding-top: 66.76%;
	}

	.jdt ul li a .tx h3 {
		font-size: 0.2rem;
	}

	.s1-r {
		width: 100%;
		margin-top: 0.4rem;
	}

	.qh-tit ul li::after {
		bottom: -0.16rem;
	}

	.gg-list li {
		line-height: 0.7rem;
	}

	.gg-list li a {
		font-size: 0.2rem;
	}

	.gg-list li span {
		font-size: 0.18rem;
	}

	.s2 ul.slick-slider {
		margin: 0 -0.1rem;
	}

	.s2 ul li a {
		margin: 0 0.1rem;
	}

	.section3 {
		padding-top: 0.4rem;
	}

	.s3-l,
	.s3-c,
	.s3-r {
		width: 100%;
	}

	.s3-l ul li {
		margin-top: 0.2rem;
	}

	.s3-l ul li a h3 {
		font-size: 0.2rem;
	}

	.s3-c {
		padding-top: 0.4rem;
	}

	.s3-r {
		margin-top: 0.4rem;
	}

	.title h3 img,
	.s3-r .title h3 img,
	.s3-c .qh-tit ul li.on img {
		width: 0.3rem;
	}

	.more a {
		font-size: 0.16rem;
	}

	.s3-r {
		padding-bottom: 0.28rem;
	}

	.s3-r ul li a h3 {
		font-size: 0.2rem;
	}

	.section4,
	.section5 {
		padding-top: 0.4rem;
	}

	.s4 {
		height: auto;
	}

	.s4-l {
		width: 100%;
		height: auto;
		padding: 0.1rem;
	}

	.s4-r {
		flex: none;
		width: 100%;
		border-top: 0;
		border-left: 0.05rem solid #4d8add;
		padding: 0.15rem 0 0.1rem 0;
	}

	.s5-c ul,
	.s5-b ul {
		margin: 0 -0.1rem;
	}

	.s5-b .slick-prev,
	.s5-b .slick-next {
		top: 30%;
	}

	.s5-b .slick-prev {
		left: 0.1rem;
	}

	.s5-b .slick-next {
		right: 0.1rem;
	}

	.s5-c ul li a,
	.s5-b ul li a {
		margin: 0 0.1rem;
	}

	.s5-b {
		margin-top: 0.4rem;
	}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
	.s0-l {
		margin-right: 0.2rem;
	}

	.s0-l h3 {
		line-height: 0.3rem;
		font-size: 0.24rem;
		width: 0.5rem;
	}

	.s0-r li.slick-slide a h3 {
		font-size: 0.2rem;
		letter-spacing: 0.05rem;
	}

	.s4-r ul li a img {
		max-width: 0.3rem;
		max-height: 0.3rem;
	}
}

@media screen and (max-width: 400px) {
	.s3-c .qh-tit ul li+li {
		margin-left: 0.15rem;
		font-size: 0.2rem;
	}

	.s3-c .qh-tit ul li.on {
		font-size: 0.22rem;
	}

	.s3-c .qh-tit ul li img {
		width: 0.26rem;
	}
}

@media screen and (max-width: 375px) {}