@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}

table,
tr,
td,
th,
thead,
tbody {
	position: static;
}

fieldset,
img {
	border: 0;
}

img {
	vertical-align: top;
	border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
}

em,
i {
	font-style: normal;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	overflow-x: hidden;
}
.module-wrap {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1920px;
	background-color: #011556;
}
.module-wrap * {
	background-repeat: inherit;
	box-sizing: border-box;
}
.module-wrap .banner .swiper-slide {
	height: 580px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 1920px;
}
.module-wrap .module0 {
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	margin: 44px auto 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module0 .item {
	width: 280px;
	height: 130px;
	background: #fbfbfb;
	border: 2px solid #ffffff;
	border-radius: 10px;
	box-shadow: 0 0 30px #0034a7;
	background-image: url(../images/bg0-1.png);
	position: relative;
	padding-top: 28px;
}
.module-wrap .module0 .item .icon0 {
	position: absolute;
	width: 40px;
	height: 42px;
	background-position: center;
	background-repeat: no-repeat;
	left: 31px;
	top: 23px;
}
.module-wrap .module0 .item .title {
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 25px;
	margin-left: 90px;
}
.module-wrap .module0 .item .title .strong {
	color: #000000;
	font-size: 22px;
}
.module-wrap .module0 .item .btn {
	width: 118px;
	line-height: 34px;
	background: linear-gradient(180deg, #30d7fb, #2079ff);
	box-shadow: 0px 10px 20px 0px rgba(33, 127, 255, 0.3);
	border-radius: 17px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin-top: 13px;
	margin-left: 90px;
}
.module-wrap .module.long .module-title {
	background-image: url(../images/title-long.png);
}
.module-wrap .module .module-title {
	background-image: url(../images/title.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 38px;
	font-weight: bold;
	color: #26ddfb;
	text-align: center;
	line-height: 42px;
	height: 58px;
	text-shadow: 0 0 38px #1054e2;
}
.module-wrap .module .module-dec {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	margin-top: 10px;
}
.module-wrap .module .module-btn {
	width: 334px;
	line-height: 58px;
	text-align: center;
	margin: 0 auto;
	display: block;
	background-image: url(../images/btn.png);
	font-size: 20px;
	color: #011454;
}
.module-wrap .module1 {
	margin-top: 78px;
}
.module-wrap .module1 .main {
	width: 1200px;
	margin: 34px auto;
	background-image: url(../images/bg1.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 606px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module1 .main .left {
	padding-top: 28px;
}
.module-wrap .module1 .main .left .item {
	width: 314px;
	height: 159px;
	background-image: url(../images/tab1.png);
	cursor: pointer;
	padding-top: 5px;
}
.module-wrap .module1 .main .left .item.active {
	background-image: url(../images/tab1-active.png);
}
.module-wrap .module1 .main .left .item.active .dec {
	color: #0b49c9;
}
.module-wrap .module1 .main .left .item + .item {
	margin-top: 21px;
}
.module-wrap .module1 .main .left .item .title {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 38px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 27px;
}
.module-wrap .module1 .main .left .item .title .strong {
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	margin-left: 10px;
}
.module-wrap .module1 .main .left .item .dec {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin-top: 40px;
	margin-left: 30px;
}
.module-wrap .module1 .main .right {
	padding-top: 41px;
	padding-left: 30px;
}
.module-wrap .module1 .main .right .right-item {
	width: 832px;
	height: 506px;
	display: none;
}
.module-wrap .module1 .main .right .right-item.active {
	display: block;
}
.module-wrap .module1 .main .right .type1 {
	background-image: url(../images/bg1-1.png);
	position: relative;
}
.module-wrap .module1 .main .right .type1 .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: absolute;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(1) {
	top: 127px;
	left: 40px;
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #104ad7, #0029ae);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(2) {
	top: 271px;
	left: 42px;
	width: 71px;
	height: 71px;
	background: linear-gradient(135deg, #4b6cef, #7b9fef);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(3) {
	top: 23px;
	left: 126px;
	width: 97px;
	height: 97px;
	background: linear-gradient(135deg, #0160ec, #069df2);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 25px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(4) {
	top: 358px;
	left: 176px;
	width: 97px;
	height: 97px;
	background: linear-gradient(90deg, #73cdff, #02e9ec);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 26px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(5) {
	top: 168px;
	left: 210px;
	width: 102px;
	height: 102px;
	background: linear-gradient(90deg, #4850f0, #368af8);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(6) {
	top: 21px;
	left: 334px;
	width: 88px;
	height: 88px;
	background: #a7bbfb;
	border-radius: 50%;
	font-size: 23px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(7) {
	top: 175px;
	left: 349px;
	width: 134px;
	height: 134px;
	background: linear-gradient(0deg, #0088ff, #00f5fe);
	border-radius: 50%;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(8) {
	top: 358px;
	left: 369px;
	width: 84px;
	height: 84px;
	background: #0029ae;
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 19px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(9) {
	top: 60px;
	left: 499px;
	width: 94px;
	height: 94px;
	background: linear-gradient(90deg, #1e4fec, #103ed2);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 23px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(10) {
	top: 204px;
	left: 553px;
	width: 107px;
	height: 107px;
	background: linear-gradient(135deg, #47bcff, #069df2);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 27px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(11) {
	top: 389px;
	left: 527px;
	width: 85px;
	height: 85px;
	background: linear-gradient(135deg, #104ad7, #0029ae);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 19px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(12) {
	top: 64px;
	left: 665px;
	width: 97px;
	height: 97px;
	background: linear-gradient(135deg, #4b6cef, #7b9fef);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 23px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(13) {
	top: 237px;
	left: 726px;
	width: 67px;
	height: 67px;
	background: #a7bbfb;
	border-radius: 50%;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(14) {
	top: 350px;
	left: 670px;
	width: 85px;
	height: 85px;
	background: linear-gradient(135deg, #0160ec, #069df2);
	box-shadow: 0px 0px 30px 0px rgba(82, 93, 242, 0.6);
	border-radius: 50%;
	font-size: 23px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(1) {
	animation-name: an-top1;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(2) {
	animation-name: an-top2;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(3) {
	animation-name: an-top3;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(4) {
	animation-name: an-top4;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(5) {
	animation-name: an-top5;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(6) {
	animation-name: an-top6;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(7) {
	animation-name: an-top7;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(8) {
	animation-name: an-top8;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(9) {
	animation-name: an-top9;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(10) {
	animation-name: an-top10;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(11) {
	animation-name: an-top11;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(12) {
	animation-name: an-top12;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(13) {
	animation-name: an-top13;
}
.module-wrap .module1 .main .right .type1 .item:nth-child(14) {
	animation-name: an-top14;
}
.module-wrap .module1 .main .right .type2 {
	background: linear-gradient(-90deg, rgba(7, 76, 223, 0.5), rgba(0, 52, 167, 0.5));
	padding-top: 25px;
}
.module-wrap .module1 .main .right .type2 .list2-1 {
	display: -ms-flexbox;
	display: flex;
	padding-left: 88px;
	padding-right: 87px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.module-wrap .module1 .main .right .type2 .list2-1::after {
	content: "";
	width: 448px;
	height: 51px;
	border: 2px solid #1654e1;
	border-top: none;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}
.module-wrap .module1 .main .right .type2 .list2-1 .item {
	width: 279px;
	height: 314px;
	background: linear-gradient(0deg, #0060cd, #0388ff);
	border-radius: 10px;
	padding-top: 14px;
}
.module-wrap .module1 .main .right .type2 .list2-1 .item .title {
	font-size: 26px;
	font-weight: 600;
	color: #fefeff;
	line-height: 30px;
	text-align: center;
}
.module-wrap .module1 .main .right .type2 .list2-1 .item .dec-list {
	margin-top: 11px;
}
.module-wrap .module1 .main .right .type2 .list2-1 .item .dec-list .dec {
	width: 213px;
	line-height: 44px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 22px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}
.module-wrap .module1 .main .right .type2 .list2-1 .item .dec-list .dec + .dec {
	margin-top: 17px;
}
.module-wrap .module1 .main .right .type2 .list2-2 {
	margin-top: 27px;
	position: relative;
}
.module-wrap .module1 .main .right .type2 .list2-2 .item {
	width: 213px;
	line-height: 44px;
	background: linear-gradient(0deg, #0060cd, #0388ff);
	border-radius: 22px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.module-wrap .module1 .main .right .type2 .list2-2 .item + .item {
	margin-top: 19px;
	position: relative;
}
.module-wrap .module1 .main .right .type2 .list2-2 .item + .item::before {
	content: "";
	width: 2px;
	height: 19px;
	background: #1654e1;
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	position: absolute;
}
.module-wrap .module1 .main .right .type3 {
	background-image: url(../images/bg1-3.png);
	padding-top: 36px;
}
.module-wrap .module1 .main .right .type3 .title {
	font-size: 24px;
	font-weight: 400;
	color: #1adbfb;
	line-height: 28px;
	text-align: center;
}
.module-wrap .module1 .main .right .type3 .list {
	height: 366px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	padding-bottom: 76px;
	padding-left: 111px;
	padding-right: 112px;
}
.module-wrap .module1 .main .right .type3 .list .item {
	width: 43px;
	position: relative;
}
.module-wrap .module1 .main .right .type3 .list .item:nth-child(1) {
	height: 96px;
}
.module-wrap .module1 .main .right .type3 .list .item:nth-child(2) {
	height: 147px;
}
.module-wrap .module1 .main .right .type3 .list .item:nth-child(3) {
	height: 183px;
}
.module-wrap .module1 .main .right .type3 .list .item:nth-child(4) {
	height: 175px;
}
.module-wrap .module1 .main .right .type3 .list .item:nth-child(5) {
	height: 175px;
}
.module-wrap .module1 .main .right .type3 .list .item:nth-child(6) {
	height: 200px;
}
.module-wrap .module1 .main .right .type3 .list .item:nth-child(7) {
	height: 221px;
}
.module-wrap .module1 .main .right .type3 .list .item .money {
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 16px;
	opacity: 0.6;
	top: -23px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.module-wrap .module1 .main .right .type3 .list .item .year {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-size: 18px;
	font-weight: 400;
	color: #00fcff;
	line-height: 18px;
	bottom: -34px;
}
.module-wrap .module1 .main .right .type3 .ps {
	font-size: 14px;
	font-weight: 400;
	color: #c5d0ff;
	line-height: 18px;
	opacity: 0.5;
	text-align: center;
}
.module-wrap .module1 .main .module-btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}
.module-wrap .module2 {
	padding-top: 93px;
	padding-bottom: 62px;
}
.module-wrap .module2 .list {
	width: 1200px;
	margin: 12px auto 41px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module2 .list .item {
	width: 380px;
	height: 300px;
	background: #0d2c91;
	border-radius: 10px;
	margin-top: 29px;
	text-align: center;
	padding-top: 34px;
}
.module-wrap .module2 .list .item:hover {
	background: #2b60f6;
}
.module-wrap .module2 .list .item .title {
	font-size: 20px;
	font-weight: bold;
	color: #26ddfb;
	line-height: 24px;
	text-align: center;
	margin-top: 16px;
}
.module-wrap .module2 .list .item .dec {
	font-size: 16px;
	width: 330px;
	margin: 10px auto 0;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
}
.module-wrap .module3 {
	background-image: url(../images/bg3.png);
	background-position: top;
	height: 680px;
	padding-top: 61px;
}
.module-wrap .module3 .list {
	width: 1200px;
	margin: 46px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module3 .list .item {
	width: 593px;
	height: 437px;
	background-image: url(../images/bg3-1.png);
}
.module-wrap .module3 .list .item .title {
	font-size: 28px;
	font-weight: bold;
	color: #ffffff;
	line-height: 52px;
	text-align: center;
}
.module-wrap .module3 .list .item .title2 {
	width: 335px;
	line-height: 40px;
	text-align: center;
	background: linear-gradient(90deg, #61c7ff, #00dadd);
	border-radius: 20px;
	margin: 51px auto 0;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module3 .list .item .dec-list {
	padding-top: 13px;
	height: 254px;
}
.module-wrap .module3 .list .item .dec-list .dec {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 46px;
	padding-left: 139px;
	background-image: url(../images/check3.png);
	background-repeat: no-repeat;
	background-position: 111px;
}
.module-wrap .module4 {
	padding-top: 73px;
}
.module-wrap .module4 .swiper4-wrap {
	position: relative;
	max-width: 1320px;
	margin: 46px auto 0;
}
.module-wrap .module4 .swiper4-wrap .swiper4 {
	background-image: url(../images/bg4.png);
	background-repeat: no-repeat;
	width: 1198px;
	height: 764px;
	padding-top: 56px;
	padding-bottom: 80px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide {
	overflow-y: auto;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item {
	width: 1060px;
	margin: 0 auto;
	padding-top: 28px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .stage-title {
	font-size: 24px;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .dec-list {
	background: rgba(1, 21, 86, 0.5);
	border-radius: 10px;
	padding-bottom: 16px;
	padding-top: 22px;
	padding-right: 20px;
	margin-top: 32px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .dec-list .dec {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	padding-left: 65px;
	position: relative;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .dec-list .dec + .dec {
	margin-top: 10px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .dec-list .dec::before {
	content: "+";
	left: 47px;
	top: 0;
	font-size: 18px;
	font-weight: bold;
	color: #40fff4;
	line-height: 18px;
	position: absolute;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 16px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .left {
	width: 522px;
	min-height: 397px;
	background: #2b60f6;
	border-radius: 10px;
	padding-bottom: 20px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .left .left-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 24px;
	padding-right: 22px;
	padding-top: 6px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .left .left-list .item {
	width: 231px;
	height: 86px;
	background: #4676ff;
	border: 1px solid #6aa1ff;
	border-radius: 10px;
	padding-top: 16px;
	margin-top: 15px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .left .left-list .item .title {
	font-size: 26px;
	font-weight: bold;
	color: #40fff4;
	line-height: 30px;
	text-align: center;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .left .left-list .item .dec {
	margin-top: 4px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	text-align: center;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .left .label {
	background-image: url(../images/title4.png);
	width: 157px;
	height: 44px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 34px;
	text-align: center;
	margin: 24px auto 0;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .left .content {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin-top: 11px;
	padding-left: 24px;
	padding-right: 22px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .right {
	width: 522px;
	min-height: 397px;
	background: #2b60f6;
	border-radius: 10px;
	padding-top: 29px;
	padding-bottom: 20px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .right .label {
	background-image: url(../images/title4.png);
	width: 157px;
	height: 44px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 34px;
	text-align: center;
	margin: 0 auto 0;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .right .content-list {
	margin-top: 14px;
}
.module-wrap .module4 .swiper4-wrap .swiper4 .swiper-slide .stage-item .main2 .right .content-list .content {
	width: 396px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	padding-bottom: 17px;
	padding-top: 17px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.module-wrap .module4 .swiper4-wrap .swiper4 .module-btn {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.module-wrap .module5 {
	margin-top: 98px;
}
.module-wrap .module5 .list {
	width: 1200px;
	margin: 0 auto;
	height: 807px;
	position: relative;
}
.module-wrap .module5 .list .item {
	background-size: 100% 100%;
	width: 584px;
	margin-top: 55px;
	position: absolute;
}
.module-wrap .module5 .list .item:nth-child(1) {
	background-image: url(../images/bg5-1.png);
	top: 0;
	left: 0;
	height: 315px;
}
.module-wrap .module5 .list .item:nth-child(2) {
	background-image: url(../images/bg5-1.png);
	top: 0;
	right: 0;
	height: 355px;
}
.module-wrap .module5 .list .item:nth-child(3) {
	background-image: url(../images/bg5-1.png);
	bottom: 34px;
	left: 0;
	height: 323px;
}
.module-wrap .module5 .list .item:nth-child(4) {
	background-image: url(../images/bg5-1.png);
	bottom: 34px;
	right: 0;
	height: 282px;
}
.module-wrap .module5 .list .item .label {
	background-image: url(../images/icon5-1.png);
	width: 144px;
	height: 144px;
	top: -42px;
	left: 28px;
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 26px;
}
.module-wrap .module5 .list .item .dec {
	padding-top: 18px;
	font-size: 20px;
	font-weight: bold;
	height: 65px;
	color: #ffffff;
	line-height: 24px;
	margin-left: 186px;
}
.module-wrap .module5 .list .item .title {
	width: 507px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #023cbb;
	line-height: 24px;
	padding-top: 44px;
	height: 110px;
}
.module-wrap .module5 .list .item .content-list {
	padding-left: 37px;
}
.module-wrap .module5 .list .item .content-list.row2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.module-wrap .module5 .list .item .content-list.row2 .content {
	width: 50%;
}
.module-wrap .module5 .list .item .content-list .content {
	font-size: 16px;
	font-weight: 400;
	color: #023cbb;
	line-height: 34px;
}
.module-wrap .module6 {
	padding-top: 78px;
	background-image: url(../images/bg6.png);
	background-position: bottom;
	padding-bottom: 58px;
	background-repeat: no-repeat;
}
.module-wrap .module6 .list {
	width: 1200px;
	display: -ms-flexbox;
	display: flex;
	margin: 29px auto 0;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module6 .list .item {
	width: 224px;
	padding-top: 72px;
	height: 240px;
}
.module-wrap .module6 .list .item:nth-child(even) {
	position: relative;
	top: 24px;
}
.module-wrap .module6 .list .item .title {
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	text-align: center;
}
.module-wrap .module6 .list .item .dec {
	width: 175px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	margin: 46px auto 0;
	text-align: center;
}
.module-wrap .module6 .list2 {
	background-image: url(../images/bg6-6.png);
	width: 1200px;
	height: 331px;
	margin: 0 auto 0;
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
}
.module-wrap .module6 .list2 .item {
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}
.module-wrap .module6 .list2 .item:nth-child(1) {
	width: 102px;
	height: 102px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	top: 144px;
	left: 27px;
}
.module-wrap .module6 .list2 .item:nth-child(2) {
	width: 87px;
	height: 87px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	top: 61px;
	left: 155px;
}
.module-wrap .module6 .list2 .item:nth-child(3) {
	width: 80px;
	height: 80px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	top: 147px;
	left: 251px;
}
.module-wrap .module6 .list2 .item:nth-child(4) {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	left: 377px;
	top: 81px;
	width: 71px;
	height: 71px;
}
.module-wrap .module6 .list2 .item:nth-child(5) {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	left: 377px;
	top: 210px;
	width: 71px;
	height: 71px;
}
.module-wrap .module6 .list2 .item:nth-child(6) {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	left: 756px;
	top: 81px;
	width: 71px;
	height: 71px;
}
.module-wrap .module6 .list2 .item:nth-child(7) {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	left: 756px;
	top: 210px;
	width: 71px;
	height: 71px;
}
.module-wrap .module6 .list2 .item:nth-child(8) {
	width: 80px;
	height: 80px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	top: 139px;
	left: 857px;
}
.module-wrap .module6 .list2 .item:nth-child(9) {
	width: 80px;
	height: 80px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	top: 75px;
	left: 981px;
}
.module-wrap .module6 .list2 .item:nth-child(10) {
	width: 64px;
	height: 64px;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	top: 212px;
	left: 963px;
}
.module-wrap .module6 .list2 .item:nth-child(11) {
	width: 100px;
	height: 100px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	top: 163px;
	left: 1072px;
}
.module-wrap .module6 .pro-main {
	width: 1200px;
	height: 674px;
	background: #ffffff;
	border: 2px solid #ffffff;
	border-radius: 10px;
	margin: 0 auto 35px;
	position: relative;
}
.module-wrap .module6 .pro-main .tab-list {
	position: absolute;
	top: 13px;
	left: 36px;
	width: 551px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module6 .pro-main .tab-list .tab {
	width: 271px;
	line-height: 47px;
	border: 1px solid rgba(63, 78, 130, 0.5);
	border-radius: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #575d6b;
	margin-top: 13px;
	text-align: center;
	cursor: pointer;
}
.module-wrap .module6 .pro-main .tab-list .tab:last-child {
	width: 100%;
}
.module-wrap .module6 .pro-main .tab-list .tab.active {
	background: #355ff1;
	color: #ffffff;
}
.module-wrap .module6 .pro-main .pro-list {
	height: 100%;
}
.module-wrap .module6 .pro-main .pro-list .pro {
	height: 100%;
	display: none;
	padding-left: 29px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 28px;
}
.module-wrap .module6 .pro-main .pro-list .pro.active {
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module6 .pro-main .pro-list .pro .pro-img {
	width: 567px;
	height: 375px;
	background: #e6effd;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-top: 274px;
}
.module-wrap .module6 .pro-main .pro-list .pro .right {
	margin-top: 26px;
	width: 548px;
	height: 623px;
	background: rgba(7, 95, 236, 0.1);
	border-radius: 10px;
	overflow-y: auto;
	padding-top: 35px;
}
.module-wrap .module6 .pro-main .pro-list .pro .right .title {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	text-align: center;
}
.module-wrap .module6 .pro-main .pro-list .pro .right .dec {
	width: 509px;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	margin: 17px auto 0;
	padding-bottom: 29px;
}
.module-wrap .module6 .pro-main .pro-list .pro .right .content-wrap {
	padding-top: 31px;
	padding-bottom: 31px;
	border-top: 1px solid #d7dae4;
	width: 494px;
	margin: 0 auto;
}
.module-wrap .module6 .pro-main .pro-list .pro .right .content-wrap.flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module6 .pro-main .pro-list .pro .right .content-wrap.flex .content {
	margin-left: 12px;
	margin-top: 0;
}
.module-wrap .module6 .pro-main .pro-list .pro .right .content-wrap .label {
	width: 82px;
	line-height: 26px;
	text-align: center;
	background: #355ff1;
	border-radius: 13px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.module-wrap .module6 .pro-main .pro-list .pro .right .content-wrap .content {
	margin-top: 12px;
	font-size: 15px;
	word-break: break-all;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}
.module-wrap .module7 {
	padding-top: 71px;
}
.module-wrap .module8 {
	padding-top: 99px;
}
.module-wrap .module8 .swiper8 {
	width: 1200px;
	margin: 40px auto 0;
	padding-bottom: 63px;
}
.module-wrap .module8 .swiper8 .swiper-slide {
	width: 288px;
	height: 254px;
	background: #ffffff;
	border-radius: 10px;
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	margin: 9px 7px;
	padding-top: 187px;
}
.module-wrap .module8 .swiper8 .swiper-slide .btn {
	width: 165px;
	line-height: 41px;
	border: 1px solid #2c63ff;
	border-radius: 21px;
	display: block;
	margin: 0 auto;
	font-size: 20px;
	font-weight: 400;
	color: #2c63ff;
	text-align: center;
}
.module-wrap .module8 .swiper8 .swiper-slide .btn:hover {
	background: #2074ff;
	color: #ffffff;
}
.module-wrap .module8 .swiper8 .swiper-pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	width: 100%;
	bottom: 32px;
}
.module-wrap .module8 .swiper8 .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	background: rgba(255, 255, 255, 0.4);
	background-size: 55px;
	border-radius: 46px;
	transition: width 0.4s;
}
.module-wrap .module8 .swiper8 .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 10px;
}
.module-wrap .module8 .swiper8 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-position: -9px;
	background-image: linear-gradient(90deg, #64daf9, #7ffac1);
	width: 46px;
}
.module-wrap .module9 {
	padding-top: 93px;
	background-image: url(../images/bg9.png);
	background-position: bottom;
	padding-bottom: 46px;
	background-repeat: no-repeat;
}
.module-wrap .module9 .list {
	margin-top: 45px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module9 .list .item {
	background-image: linear-gradient(0deg, #29698e, #6eb9d9);
	border-radius: 50%;
	padding: 2px;
	position: relative;
}
.module-wrap .module9 .list .item + .item {
	margin-left: 140px;
}
.module-wrap .module9 .list .item + .item::before {
	content: "";
	left: -140px;
	background: linear-gradient(90deg, #286a91, #60a0b7);
	height: 2px;
	width: 140px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module9 .list .item .num-wrap {
	border-radius: 50%;
	background-color: #fff;
}
.module-wrap .module9 .list .item .num-wrap .num {
	text-align: center;
	font-size: 20px;
	width: 78px;
	line-height: 78px;
	font-weight: 600;
	color: #4a5261;
	background-image: linear-gradient(0deg, #286a91 0%, #60a0b7 99.31640625%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.module-wrap .module9 .list .item .dec {
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	bottom: -37px;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}
.module-wrap .module9 .main {
	margin: 64px auto 42px;
	width: 1200px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module9 .main .left {
	width: 330px;
	background: #ffffff;
	box-shadow: 0px 0px 50px 0px rgba(151, 156, 187, 0.2);
	padding: 10px 0;
}
.module-wrap .module9 .main .left .title {
	text-align: center;
	width: 330px;
	line-height: 78px;
	font-size: 20px;
	font-weight: bold;
	color: #3e404b;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	transition: background-color 0.4s;
}
.module-wrap .module9 .main .left .title::before {
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 279px;
	height: 1px;
	background: rgba(62, 64, 75, 0.1);
}
.module-wrap .module9 .main .left .title:last-child::before {
	content: none;
}
.module-wrap .module9 .main .left .title.active {
	background: rgba(55, 127, 221, 0.1);
	color: #377fdd;
}
.module-wrap .module9 .main .left .title.active::before {
	content: "";
	width: 5px;
	height: 100%;
	background: #377fdd;
	left: 0;
}
.module-wrap .module9 .main .right {
	width: 838px;
	-ms-flex: 1;
	flex: 1;
	margin-left: 32px;
	background: #ffffff;
	border: 1px solid #e1e6ec;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module9 .main .right .swiper10 {
	width: 803px;
}
.module-wrap .module10 {
	padding-top: 59px;
	padding-bottom: 75px;
}
.module-wrap .module10 .main {
	background-image: url(../images/bg10.png);
	width: 1200px;
	height: 490px;
	margin: 49px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module10 .main .left {
	width: 649px;
	margin-top: 53px;
	padding-left: 61px;
	height: 370px;
	overflow: hidden;
}
.module-wrap .module10 .main .left .list {
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
}
.module-wrap .module10 .main .left .list.running {
	transition: transform 1s linear;
	transform: translate3d(0, -73px, 0);
}
.module-wrap .module10 .main .left .list .item {
	width: 514px;
	line-height: 52px;
	background: rgba(32, 78, 189, 0.33);
	display: block;
	position: relative;
	background-image: url(../images/icon10-1.png);
	background-repeat: no-repeat;
	padding-left: 94px;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	margin-top: 21px;
}
.module-wrap .module10 .main .left .list .item:hover {
	background-color: #204ebd;
}
.module-wrap .module10 .main .right {
	width: 532px;
	padding-top: 20px;
}
.module-wrap .module10 .main .right .title {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	line-height: 37px;
	width: 447px;
	margin: 0 auto;
	padding-bottom: 20px;
	border-bottom: 1px dashed #0563f0;
	margin-bottom: 33px;
}
.module-wrap .module10 .main .right .title .strong {
	color: #71faff;
}
.module-wrap .module10 .main .right input {
	width: 449px;
	height: 50px;
	background: rgba(0, 0, 0, 0.1);
	display: block;
	border: none;
	margin: 0 auto;
	padding-left: 81px;
	font-size: 18px;
	font-weight: 400;
	color: #c8dafe;
	background-repeat: no-repeat;
	background-position: 18px;
}
.module-wrap .module10 .main .right input + input {
	margin-top: 26px;
}
.module-wrap .module10 .main .right input::-moz-placeholder {
	color: #c8dafe;
}
.module-wrap .module10 .main .right input:-ms-input-placeholder {
	color: #c8dafe;
}
.module-wrap .module10 .main .right input::placeholder {
	color: #c8dafe;
}
.module-wrap .module10 .main .right .module-btn {
	margin-top: 39px;
}
