@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*:focus {
	outline: none;
}

* {
	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);
}

.module-wrap {
	box-sizing: border-box;
	position: relative;
}
.module-wrap * {
	box-sizing: border-box;
}
.module-wrap .icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.module-wrap .banner .swiper-slide {
	overflow: hidden;
}
.module-wrap .banner .swiper-slide .swiper-img {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 640px;
}
.module-wrap .banner .banner-pagination {
	bottom: 91px;
}
.module-wrap .banner .banner-pagination .swiper-pagination-bullet {
	opacity: 1;
	background-color: transparent;
	background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/mo/index/banner_btn.png);
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
.module-wrap .banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: transparent;
	background-image: url(http://img.mobiletrain.org/templates/mobiletrain/images/mo/index/banner_btn_link.png);
}
.module-wrap .module .btn {
	width: 450px;
	line-height: 82px;
	background: #225fff;
	border-radius: 41px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 400;
	color: #ffffff;
	display: block;
	text-align: center;
	-webkit-animation: mscale 1s infinite;
	animation: mscale 1s infinite;
	padding-left: 43px;
}
.module-wrap .module .btn::after {
	content: "";
	background-image: url("../images/arrow.png");
	width: 23px;
	height: 28px;
	display: inline-block;
	position: relative;
	margin-left: 20px;
	top: 4px;
}
.module-wrap .module .module-title-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module .module-title-wrap.dark .title-wrap::before {
	background-image: url("../images/bg-title-right.png");
}
.module-wrap .module .module-title-wrap.dark .title-wrap .title {
	color: #ffffff;
}
.module-wrap .module .module-title-wrap.dark .title-wrap .title .num {
	background-image: url(../images/bg-title-left-light.png);
}
.module-wrap .module .module-title-wrap.dark .title-wrap .title .strong {
	color: #fffd53;
}
.module-wrap .module .module-title-wrap .title-wrap {
	position: relative;
}
.module-wrap .module .module-title-wrap .title-wrap::before {
	position: absolute;
	top: -7px;
	right: -41px;
	content: "";
	width: 59px;
	height: 67px;
	background-image: url("../images/bg-title-right-light.png");
}
.module-wrap .module .module-title-wrap .title-wrap .title {
	font-size: 52px;
	font-weight: bold;
	color: #333333;
	line-height: 64px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module .module-title-wrap .title-wrap .title .num {
	font-size: 40px;
	font-family: WenYue;
	font-weight: normal;
	color: #ffffff;
	height: 80px;
	background-image: url(../images/bg-title-left-light.png);
	width: 65px;
	display: inline-block;
	text-align: center;
	margin-right: 31px;
}
.module-wrap .module .module-title-wrap .title-wrap .title .strong {
	color: #504dc7;
}
.module-wrap .module .module-dec {
	margin-top: 3px;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	text-align: center;
	line-height: 24px;
}
.module-wrap .module .module-dec.dark {
	color: #ffffff;
}
.module-wrap .module.module1 {
	position: absolute;
	z-index: 1;
	top: 508px;
	height: 1085px;
	left: 0;
	width: 100%;
	background-image: url("../images/bg1.png");
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 75px;
	padding-bottom: 50px;
}
.module-wrap .module.module1 .dec-list {
	width: 1200px;
	height: 210px;
	background: #ffffff;
	box-shadow: 0px 0px 50px 0px rgba(151, 156, 187, 0.6);
	border-radius: 20px;
	margin: 0 auto 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 34px;
	padding-right: 33px;
}
.module-wrap .module.module1 .dec-list .dec-wrap {
	padding-top: 48px;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-parent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-parent .left {
	position: relative;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-parent .left::before {
	width: 12px;
	height: 12px;
	background: #dee5ff;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 2;
	left: -8px;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-parent .left:after {
	width: 44px;
	height: 44px;
	background: #dee5ff;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: 12px;
	left: -1px;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-parent .left .icon {
	position: relative;
	z-index: 1;
	font-size: 56px;
	color: #1962ef;
	line-height: 60px;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-parent .right {
	margin-left: 14px;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-parent .right .title {
	font-size: 20px;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-parent .right .dec {
	margin-top: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-btn {
	margin-top: 27px;
	width: 246px;
	background: #ffffff;
	border: 1px solid #225fff;
	border-radius: 19px;
	font-size: 16px;
	font-weight: 400;
	color: #225fff;
	line-height: 38px;
	text-align: center;
	display: block;
}
.module-wrap .module.module1 .dec-list .dec-wrap .dec-btn:hover {
	background: #3970fe;
	color: #ffffff;
}
.module-wrap .module.module1 .course-list-wrap {
	height: 398px;
	overflow: hidden;
	margin-top: 36px;
	margin-bottom: 90px;
}
.module-wrap .module.module1 .course-list-wrap .course-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.module-wrap .module.module1 .course-list-wrap .course-list.running {
	-webkit-transition: -webkit-transform 1s;
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.module-wrap .module.module1 .course-list-wrap .course-list .course {
	width: 586px;
	height: 56px;
	background: rgba(235, 238, 255, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	padding-left: 106px;
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	margin-top: 10px;
}
.module-wrap .module.module1 .course-list-wrap .course-list .course:hover {
	color: #fff;
	background-color: #3970fe;
}
.module-wrap .module.module1 .course-list-wrap .course-list .course:hover .city {
	background-color: #fff;
	color: #3970fe;
}
.module-wrap .module.module1 .course-list-wrap .course-list .course:hover .course-btn {
	color: #fffd53;
}
.module-wrap .module.module1 .course-list-wrap .course-list .course .city {
	line-height: 26px;
	background: #3970fe;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding: 0 7px;
	position: absolute;
	left: 29px;
}
.module-wrap .module.module1 .course-list-wrap .course-list .course .date {
	margin-left: 44px;
	margin-right: 35px;
}
.module-wrap .module.module1 .course-list-wrap .course-list .course .icon {
	font-size: 24px;
}
.module-wrap .module.module1 .course-list-wrap .course-list .course .course-btn {
	margin-left: 38px;
	font-size: 18px;
	font-weight: bold;
	color: #f02449;
}
.module-wrap .module.module2 {
	margin-top: 987px;
	background: #225fff;
}
.module-wrap .module.module2 .main-wrap {
	max-width: 1920px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.module-wrap .module.module2 .main-wrap .left-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 46%;
	height: 100%;
	background-image: url("../images/videophoto.jpg");
	background-size: cover;
	background-position: center;
}
.module-wrap .module.module2 .main-wrap .left-wrap .left {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.module-wrap .module.module2 .main-wrap .left-wrap .left::before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation: playBtn_ripple_1 1.5s infinite;
	animation: playBtn_ripple_1 1.5s infinite;
	-webkit-transform: scale(0.6);
	-ms-transform: scale(0.6);
	transform: scale(0.6);
}
.module-wrap .module.module2 .main-wrap .left-wrap .left::after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation: playBtn_ripple_2 1.5s infinite 1.5s;
	animation: playBtn_ripple_2 1.5s infinite 1.5s;
}
.module-wrap .module.module2 .main-wrap .left-wrap .left .play-btn {
	width: 120px;
	height: 120px;
}
.module-wrap .module.module2 .main-wrap .main {
	width: 1200px;
	margin: 0 auto;
	padding-left: 176px;
	padding-right: 17px;
	padding-left: 578px;
}
.module-wrap .module.module2 .main-wrap .main .right {
	padding: 46px 0;
}
.module-wrap .module.module2 .main-wrap .main .right .card {
	position: relative;
	width: 605px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 29px;
	padding-left: 50px;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}
.module-wrap .module.module2 .main-wrap .main .right .card + .card {
	margin-top: 14px;
}
.module-wrap .module.module2 .main-wrap .main .right .card:hover {
	background-color: #ffffff;
}
.module-wrap .module.module2 .main-wrap .main .right .card:hover .num {
	background: -webkit-linear-gradient(left, #fa6a13, #ee0683);
	background: linear-gradient(90deg, #fa6a13, #ee0683);
	color: #fff;
}
.module-wrap .module.module2 .main-wrap .main .right .card:hover .content {
	color: #333333;
}
.module-wrap .module.module2 .main-wrap .main .right .card:hover .card-btn {
	width: 180px;
	line-height: 48px;
	background: -webkit-linear-gradient(left, #fa6a13, #ee0683);
	background: linear-gradient(90deg, #fa6a13, #ee0683);
	border-radius: 24px;
	-webkit-transform: translate(33px, -50%);
	-ms-transform: translate(33px, -50%);
	transform: translate(33px, -50%);
	border: none;
}
.module-wrap .module.module2 .main-wrap .main .right .card .num {
	position: absolute;
	width: 38px;
	line-height: 38px;
	text-align: center;
	background: #e8efff;
	border-radius: 50%;
	font-size: 18px;
	font-weight: 400;
	color: #030b2b;
	left: -17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
.module-wrap .module.module2 .main-wrap .main .right .card .content {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 58px;
	-webkit-transition: color 0.4s;
	transition: color 0.4s;
}
.module-wrap .module.module2 .main-wrap .main .right .card .card-btn {
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 120px;
	line-height: 30px;
	text-align: center;
	background: rgba(34, 95, 255, 0.5);
	border: 1px solid #ebeeff;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.module-wrap .module.module3 {
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 80px;
	height: 972px;
}
.module-wrap .module.module3 .main {
	width: 1200px;
	margin: 41px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module3 .main .left {
	background-image: url(../images/bg2-left.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 293px;
	height: 523px;
	padding-top: 22px;
}
.module-wrap .module.module3 .main .left .card {
	width: 259px;
	height: 113px;
	background: -webkit-linear-gradient(354deg, rgba(44, 44, 255, 0.32), rgba(54, 0, 207, 0.32));
	background: linear-gradient(96deg, rgba(44, 44, 255, 0.32), rgba(54, 0, 207, 0.32));
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	cursor: pointer;
}
.module-wrap .module.module3 .main .left .card + .card {
	margin-top: 9px;
}
.module-wrap .module.module3 .main .left .card.active {
	background: -webkit-linear-gradient(354deg, #2c2cff, #3600cf);
	background: linear-gradient(96deg, #2c2cff, #3600cf);
}
.module-wrap .module.module3 .main .left .card .card-left .icon {
	font-size: 44px;
	color: #fff;
}
.module-wrap .module.module3 .main .left .card .card-right {
	margin-left: 30px;
}
.module-wrap .module.module3 .main .left .card .card-right .title {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 24px;
}
.module-wrap .module.module3 .main .left .card .card-right .dec {
	margin-top: 11px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	line-height: 20px;
}
.module-wrap .module.module3 .main .right {
	width: 890px;
	height: 524px;
	border: 1px solid #0a337e;
}
.module-wrap .module.module3 .main .right .content {
	height: 100%;
	display: none;
}
.module-wrap .module.module3 .main .right .content.active {
	display: block;
}
.module-wrap .module.module3 .main .right .content.active:nth-child(3) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module.module3 .main .right .content:nth-child(1) {
	padding-top: 30px;
	background: rgba(0, 25, 110, 0.25);
}
.module-wrap .module.module3 .main .right .content:nth-child(1) .title {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	background: -webkit-linear-gradient(bottom, #1cc7ff 0%, #00fcff 100%);
	background: linear-gradient(0deg, #1cc7ff 0%, #00fcff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin-bottom: 21px;
}
.module-wrap .module.module3 .main .right .content:nth-child(1) .chart-wrap {
	position: relative;
	text-align: center;
}
.module-wrap .module.module3 .main .right .content:nth-child(1) .chart-wrap .chart-list {
	top: 315px;
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 685px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 111px;
}
.module-wrap .module.module3 .main .right .content:nth-child(1) .chart-wrap .chart-list .chart {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
	padding-left: 17px;
	padding-right: 26px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	border-left: 1px solid #225fff;
	position: relative;
}
.module-wrap .module.module3 .main .right .content:nth-child(1) .chart-wrap .chart-list .chart::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 22px;
	background: #fff;
	border: 2px solid #225fff;
	border-radius: 50%;
	left: 0%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 0;
}
.module-wrap .module.module3 .main .right .content:nth-child(1) .chart-wrap .chart-list .chart::after {
	position: absolute;
	content: "";
	width: 16px;
	height: 16px;
	background: #225fff;
	border-radius: 50%;
	left: -8px;
	top: -8px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) {
	background: #0e0446;
	border: 1px solid #0a337e;
	padding-top: 30px;
	background-image: url("../images/chart2.png");
	background-repeat: no-repeat;
	background-position: top;
	position: relative;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .title {
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	background: -webkit-linear-gradient(bottom, #1cc7ff 0%, #00fcff 100%);
	background: linear-gradient(0deg, #1cc7ff 0%, #00fcff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	margin-bottom: 21px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .num-list {
	position: absolute;
	left: 57px;
	top: 106px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .num-list .num {
	text-align: right;
	font-size: 16px;
	font-weight: 400;
	color: #73c6ff;
	line-height: 37px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	bottom: 141px;
	width: 695px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	left: 118px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart {
	width: 30px;
	background: #f44147;
	border-radius: 10px 10px 0 0;
	position: relative;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart:nth-child(1) {
	height: 220px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart:nth-child(2) {
	height: 196px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart:nth-child(3) {
	height: 117px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart:nth-child(4) {
	height: 80px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart:nth-child(5) {
	height: 67px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart:nth-child(6) {
	height: 55px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart:nth-child(7) {
	height: 44px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart:nth-child(8) {
	height: 28px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart:nth-child(9) {
	height: 27px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart .num {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 16px;
	font-weight: 400;
	color: #73c6ff;
	line-height: 20px;
	top: -27px;
	white-space: nowrap;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .chart-list .chart .city {
	position: absolute;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
	font-size: 16px;
	font-weight: 400;
	color: #73c6ff;
	line-height: 20px;
	white-space: nowrap;
	bottom: -31px;
}
.module-wrap .module.module3 .main .right .content:nth-child(2) .ps {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 18px;
	margin-top: 381px;
	margin-right: 48px;
	text-align: right;
}
.module-wrap .module.module3 .main .right .content:nth-child(3) {
	background-image: url("../images/chart3.png");
	background-repeat: no-repeat;
	background-position: top;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module3 .main .right .content:nth-child(3) .title-wrap {
	padding-right: 26px;
	padding-top: 45px;
}
.module-wrap .module.module3 .main .right .content:nth-child(3) .title-wrap .title {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
}
.module-wrap .module.module3 .main .right .content:nth-child(3) .title-wrap .title + .title {
	margin-top: 7px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) {
	background: rgba(14, 4, 70, 0.7);
	border: 1px solid #0a337e;
	background-image: url("../images/chart4.png");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 52px;
	position: relative;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .title {
	font-size: 20px;
	font-weight: 400;
	color: #1adbfb;
	line-height: 24px;
	text-align: center;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list {
	position: absolute;
	left: 139px;
	width: 609px;
	bottom: 149px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart {
	width: 41px;
	position: relative;
	height: 200px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart:nth-child(1) {
	height: 32px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart:nth-child(2) {
	height: 52px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart:nth-child(3) {
	height: 70px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart:nth-child(4) {
	height: 191px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart:nth-child(5) {
	height: 181px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart:nth-child(6) {
	height: 193px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart:nth-child(7) {
	height: 111px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart .num {
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.6);
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	top: -28px;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .chart-list .chart .money {
	bottom: -38px;
	white-space: nowrap;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
	background: -webkit-linear-gradient(bottom, #1cc7ff 0%, #00fcff 100%);
	background: linear-gradient(0deg, #1cc7ff 0%, #00fcff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.module-wrap .module.module3 .main .right .content:nth-child(4) .ps {
	margin-top: 389px;
	font-size: 14px;
	font-weight: 400;
	color: rgba(175, 190, 255, 0.3);
	line-height: 18px;
	text-align: center;
}
.module-wrap .module.module3 .btn {
	margin-top: 58px;
}
.module-wrap .module.module4 {
	background: #ebeeff;
	padding-top: 64px;
	padding-bottom: 63px;
}
.module-wrap .module.module4 .main {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	margin-top: 40px;
}
.module-wrap .module.module4 .main::before {
	content: "";
	background-image: url("../images/bg4.png");
	background-repeat: no-repeat;
	width: 231px;
	height: 210px;
	background-position: top;
	left: -118px;
	top: -41px;
	position: absolute;
}
.module-wrap .module.module4 .main .card {
	position: relative;
	width: 378px;
	height: 618px;
	background: #ffffff;
	box-shadow: 0px 0px 50px 0px rgba(151, 156, 187, 0.6);
	border-radius: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 220px 489px;
}
.module-wrap .module.module4 .main .card:nth-child(1) {
	background-image: url("../images/list4-1.png");
}
.module-wrap .module.module4 .main .card:nth-child(2) {
	background-image: url("../images/list4-2.png");
}
.module-wrap .module.module4 .main .card:nth-child(3) {
	background-image: url("../images/list4-3.png");
}
.module-wrap .module.module4 .main .card:nth-child(3) .dec-btn-list {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 68px;
	padding-right: 68px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module.module4 .main .card:nth-child(3) .dec-btn-list .dec-btn {
	width: 118px;
}
.module-wrap .module.module4 .main .card .title {
	margin-top: 31px;
	font-size: 24px;
	font-weight: bold;
	color: #313131;
	line-height: 28px;
	text-align: center;
}
.module-wrap .module.module4 .main .card .title .strong {
	color: #ff350d;
}
.module-wrap .module.module4 .main .card .dec {
	margin-top: 26px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
.module-wrap .module.module4 .main .card .dec-btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 21px;
	padding-bottom: 31px;
	border-bottom: 1px solid #cccccc;
}
.module-wrap .module.module4 .main .card .dec-btn-list .dec-btn {
	margin-top: 10px;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #ffffff;
	padding: 0 27px;
	line-height: 34px;
	background: -webkit-linear-gradient(left, rgba(67, 102, 243, 0.8), rgba(29, 67, 243, 0.8));
	background: linear-gradient(90deg, rgba(67, 102, 243, 0.8), rgba(29, 67, 243, 0.8));
	border-radius: 17px;
}
.module-wrap .module.module4 .main .card .shihe-wrap {
	padding-top: 24px;
}
.module-wrap .module.module4 .main .card .shihe-wrap .shihe-title {
	font-size: 18px;
	font-weight: bold;
	margin-left: 25px;
	line-height: 22px;
}
.module-wrap .module.module4 .main .card .shihe-wrap .shihe-dec {
	margin-top: 15px;
	margin-left: 26px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
}
.module-wrap .module.module4 .btn {
	margin-top: 56px;
}
.module-wrap .module.module5 {
	padding-top: 47px;
	padding-bottom: 87px;
}
.module-wrap .module.module5 .dec {
	font-size: 24px;
	font-weight: 400;
	color: #225fff;
	line-height: 28px;
	text-align: center;
}
.module-wrap .module.module5 .main {
	width: 525px;
	height: 393px;
	margin: 149px auto 0;
	position: relative;
	background-image: url("../images/bg5.png");
	background-repeat: no-repeat;
	background-position: top;
}
.module-wrap .module.module5 .main .card {
	position: absolute;
}
.module-wrap .module.module5 .main .card:hover .card-title {
	background-image: url(../images/list5-hover.png);
	color: #ffffff;
}
.module-wrap .module.module5 .main .card:nth-child(1) {
	top: -101px;
	left: 194px;
}
.module-wrap .module.module5 .main .card:nth-child(1) .card-dec {
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 53px;
}
.module-wrap .module.module5 .main .card:nth-child(2) {
	left: 518px;
	top: 54px;
}
.module-wrap .module.module5 .main .card:nth-child(3) {
	top: 234px;
	left: 515px;
}
.module-wrap .module.module5 .main .card:nth-child(4) {
	top: 398px;
	left: 194px;
}
.module-wrap .module.module5 .main .card:nth-child(4) .card-dec {
	text-align: center;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 53px;
}
.module-wrap .module.module5 .main .card:nth-child(5) {
	left: -145px;
	top: 234px;
}
.module-wrap .module.module5 .main .card:nth-child(5) .card-dec {
	text-align: right;
	-webkit-transform: translateX(-84px);
	-ms-transform: translateX(-84px);
	transform: translateX(-84px);
}
.module-wrap .module.module5 .main .card:nth-child(6) {
	left: -145px;
	top: 54px;
}
.module-wrap .module.module5 .main .card:nth-child(6) .card-dec {
	text-align: right;
	-webkit-transform: translateX(-84px);
	-ms-transform: translateX(-84px);
	transform: translateX(-84px);
}
.module-wrap .module.module5 .main .card .card-title {
	width: 152px;
	line-height: 52px;
	background-image: url(../images/list5.png);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 20px;
	font-weight: bold;
	color: #225fff;
	text-align: center;
}
.module-wrap .module.module5 .main .card .card-dec {
	width: 240px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.module-wrap .module.module5 .btn {
	margin-top: 128px;
}
.module-wrap .module.module6 {
	background: #0d195d;
	padding-top: 74px;
	padding-bottom: 76px;
}
.module-wrap .module.module6 .money-list {
	margin-top: 56px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module6 .money-list .money-wrap {
	width: 244px;
	height: 139px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #005bff;
	box-shadow: 4px 5px 0px 0px rgba(23, 46, 178, 0.5);
	padding-top: 36px;
	position: relative;
}
.module-wrap .module.module6 .money-list .money-wrap + .money-wrap {
	margin-left: 27px;
}
.module-wrap .module.module6 .money-list .money-wrap .ps {
	position: absolute;
	right: 0;
	width: 800px;
	text-align: right;
	font-size: 12px;
	color: #ccc;
	line-height: 16px;
	bottom: -31px;
}
.module-wrap .module.module6 .money-list .money-wrap .title {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #cccccc;
	line-height: 22px;
}
.module-wrap .module.module6 .money-list .money-wrap .money {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #0090ff;
	line-height: 44px;
	margin-top: 10px;
}
.module-wrap .module.module6 .money-list .money-wrap .money .num {
	font-size: 40px;
	font-weight: bold;
	color: #f02449;
}
.module-wrap .module.module6 .table {
	width: 1200px;
	margin: 39px auto 0;
}
.module-wrap .module.module6 .table .thead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 54px;
	background: #005bff;
}
.module-wrap .module.module6 .table .thead .td {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 54px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.module-wrap .module.module6 .table .tbody-wrap {
	height: 452px;
	overflow: hidden;
}
.module-wrap .module.module6 .table .tbody-wrap .tbody.running {
	-webkit-transition: 1s;
	transition: 1s;
}
.module-wrap .module.module6 .table .tbody-wrap .tbody .tr {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.module-wrap .module.module6 .table .tbody-wrap .tbody .tr .td {
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 54px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
}
.module-wrap .module.module6 .table .tbody-wrap .tbody .tr .td.red {
	font-size: 18px;
	color: #f02449;
	font-weight: 400;
}
.module-wrap .module.module6 .ps {
	font-size: 18px;
	font-weight: 400;
	color: #12f4fc;
	line-height: 22px;
	text-align: center;
	margin-top: 37px;
}
.module-wrap .module.module6 .btn {
	margin-top: 39px;
}
.module-wrap .module.module7 {
	background-color: #ebeeff;
	padding-top: 68px;
	padding-bottom: 64px;
}
.module-wrap .module.module7 .main {
	width: 1173px;
	margin: 118px auto 0;
	position: relative;
	padding-left: 460px;
}
.module-wrap .module.module7 .main .left {
	position: absolute;
	width: 519px;
	height: 700px;
	background: -webkit-linear-gradient(left, #520fea, #8424fa);
	background: linear-gradient(90deg, #520fea, #8424fa);
	border-radius: 10px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-top: 57px;
}
.module-wrap .module.module7 .main .left .tab {
	width: 357px;
	line-height: 59px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 45px;
	cursor: pointer;
	-webkit-transition: width 0.4s;
	transition: width 0.4s;
}
.module-wrap .module.module7 .main .left .tab.active {
	width: 375px;
	background: #ffffff;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.4);
	position: relative;
	left: -19px;
	padding-left: 63px;
	color: #7a20f7;
}
.module-wrap .module.module7 .main .left .tab.active::before {
	width: 29px;
	height: 23px;
	background-image: url(../images/arrow2.png);
	background-repeat: no-repeat;
	background-position: top;
	content: "";
	position: absolute;
	right: -63px;
	top: 21px;
}
.module-wrap .module.module7 .main .left .tab + .tab {
	margin-top: 16px;
}
.module-wrap .module.module7 .main .right {
	position: relative;
	width: 713px;
	background: #ffffff;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 10px;
}
.module-wrap .module.module7 .main .right .card-wrap {
	display: none;
	padding-top: 37px;
	padding-bottom: 40px;
}
.module-wrap .module.module7 .main .right .card-wrap.active {
	display: block;
}
.module-wrap .module.module7 .main .right .card-wrap .title {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	text-align: center;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list {
	margin-top: 28px;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card {
	width: 621px;
	min-height: 118px;
	background: rgba(235, 238, 255, 0.4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:hover {
	background-color: #225fff;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:hover::before {
	border-left-color: #fff;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:hover .label .icon {
	color: #ffffff;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:hover .label .label-title {
	color: #ffffff;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:hover .content {
	color: #fff;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:hover .card-dec {
	color: #fff;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:hover .post-list .post {
	border-color: #fff;
	color: #fff;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:hover .money {
	background: -webkit-linear-gradient(right, #ff922d, #ff004c);
	background: linear-gradient(270deg, #ff922d, #ff004c);
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card::before {
	content: "";
	border-left: 1px dashed #225fff;
	position: absolute;
	height: 96px;
	left: 214px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:nth-child(3) {
	position: relative;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:nth-child(3) .label {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:nth-child(4) {
	position: relative;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card:nth-child(4) .label {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card + .card {
	margin-top: 18px;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card .label {
	width: 214px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card .label .icon {
	font-size: 35px;
	color: #1361f5;
	line-height: 39px;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card .label .label-title {
	margin-top: 14px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 22px;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card .content {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
	width: 250px;
	margin-left: 48px;
	padding-top: 21px;
	padding-bottom: 21px;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card .card-dec {
	width: 250px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-left: 48px;
	line-height: 30px;
	padding-top: 21px;
	padding-bottom: 21px;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card .post-list {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 214px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 45px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card .post-list .post {
	border: 1px solid #1361f5;
	line-height: 28px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #225fff;
	padding: 0 6px;
	margin: 3px 0;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card .post-list .post + .post {
	margin-left: 7px;
}
.module-wrap .module.module7 .main .right .card-wrap .card-list .card .money {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 214px;
	width: 171px;
	line-height: 28px;
	background: -webkit-linear-gradient(left, #ff922d, #ff004c);
	background: linear-gradient(90deg, #ff922d, #ff004c);
	font-size: 20px;
	margin-left: 45px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.module-wrap .module.module7 .btn {
	margin-top: 119px;
}
.module-wrap .module.module8 {
	padding-top: 68px;
	padding-bottom: 41px;
	background-color: #0d195d;
	overflow: hidden;
}
.module-wrap .module.module8 .pro-name-list {
	margin: 0 auto;
	width: 1200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.module-wrap .module.module8 .pro-name-list .pro-name {
	margin-top: 17px;
	margin-left: 5px;
	margin-right: 5px;
	min-width: 190px;
	line-height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 20px;
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	padding-left: 25px;
	padding-right: 22px;
	cursor: pointer;
}
.module-wrap .module.module8 .pro-name-list .pro-name.active {
	background: -webkit-linear-gradient(left, #ff922d, #ff004c);
	background: linear-gradient(90deg, #ff922d, #ff004c);
	border: none;
	color: #ffffff;
}
.module-wrap .module.module8 .main {
	height: 576px;
	margin: 70px auto 0;
	position: relative;
	max-width: 1920px;
	overflow: hidden;
}
.module-wrap .module.module8 .main .pro-content {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	height: 572px;
	top: 0;
}
.module-wrap .module.module8 .main .pro-content.active {
	display: block;
}
.module-wrap .module.module8 .main .pro-content .left {
	width: 54.2%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	-webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 155px) 100%, 0% 100%);
	clip-path: polygon(0 0, 100% 0, calc(100% - 155px) 100%, 0% 100%);
	top: 0;
	left: 0;
}
.module-wrap .module.module8 .main .pro-content .left .left-img {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module-wrap .module.module8 .main .pro-content .right {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: calc(45.8% + 150px);
	background-image: url("../images/bg8.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 100%;
}
.module-wrap .module.module8 .main .pro-content .right .right-child {
	padding-top: 84px;
	padding-left: 190px;
}
.module-wrap .module.module8 .main .pro-content .right .right-child .dec {
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	width: 442px;
}
.module-wrap .module.module8 .main .pro-content .right .right-child .title {
	margin-top: 40px;
	display: block;
	width: 100px;
	line-height: 28px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	border-radius: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}
.module-wrap .module.module8 .main .pro-content .right .right-child .content {
	margin-top: 10px;
	width: 441px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.module-wrap .module.module8 .btn {
	margin-top: 63px;
}
.module-wrap .module.module9 {
	padding-top: 72px;
	background-image: url(../images/bg9.png);
	background-color: #0d195d;
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 94px;
	position: relative;
	padding-bottom: 81px;
	overflow: hidden;
}
.module-wrap .module.module9 .dec-list {
	margin-top: 92px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module9 .dec-list .dec-wrap {
	width: 150px;
	position: relative;
}
.module-wrap .module.module9 .dec-list .dec-wrap:hover::before {
	background: -webkit-linear-gradient(321deg, #0b95ff 100%, rgba(11, 149, 255, 0) 0%);
	background: linear-gradient(129deg, #0b95ff 100%, rgba(11, 149, 255, 0) 0%);
}
.module-wrap .module.module9 .dec-list .dec-wrap::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(34, 95, 255, 0.5);
	width: 1px;
	height: 66px;
}
.module-wrap .module.module9 .dec-list .dec-wrap::before {
	left: 84px;
	top: -8px;
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background: -webkit-linear-gradient(321deg, rgba(11, 149, 255, 0) 0%, #0b95ff 100%);
	background: linear-gradient(129deg, rgba(11, 149, 255, 0) 0%, #0b95ff 100%);
	opacity: 0.3;
	border-radius: 50%;
}
.module-wrap .module.module9 .dec-list .dec-wrap .title {
	position: relative;
	text-align: center;
	position: relative;
	font-size: 33px;
	font-weight: 400;
	color: #fffd53;
	line-height: 37px;
}
.module-wrap .module.module9 .dec-list .dec-wrap .dec {
	text-align: center;
	margin-top: 14px;
	font-size: 19px;
	font-weight: 400;
	color: #608cff;
	line-height: 23px;
}
.module-wrap .module.module9 .teacher-list {
	width: 1192px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 370px;
}
.module-wrap .module.module9 .teacher-list .teacher-btn {
	position: absolute;
	width: 214px;
	text-align: center;
	line-height: 50px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #225fff;
	border-radius: 25px;
	font-size: 20px;
	font-weight: 400;
	color: #225fff;
	left: 575px;
	top: 386px;
}
.module-wrap .module.module9 .teacher-list .teacher {
	display: none;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.module-wrap .module.module9 .teacher-list .teacher.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module.module9 .teacher-list .teacher .left {
	padding-top: 184px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.module-wrap .module.module9 .teacher-list .teacher .left .post-wrap {
	width: 58px;
	height: 185px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module9 .teacher-list .teacher .left .post-wrap .post {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.module-wrap .module.module9 .teacher-list .teacher .left .name {
	margin-top: 21px;
	width: 37px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	line-height: 28px;
	height: 161px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module9 .teacher-list .teacher .teacher-img-wrap {
	width: 348px;
	height: 744px;
	margin-left: 27px;
	margin-right: 99px;
	position: relative;
}
.module-wrap .module.module9 .teacher-list .teacher .teacher-img-wrap .teacher-img {
	width: 399px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module-wrap .module.module9 .teacher-list .teacher .right {
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 30px;
	padding-top: 117px;
	width: 619px;
}
.module-wrap .module.module9 .teacher-icon-list {
	margin-top: 455px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 1;
}
.module-wrap .module.module9 .teacher-icon-list .teacher-icon-wrap {
	cursor: pointer;
	width: 59px;
	height: 59px;
	background: #ffffff;
	border-radius: 50%;
	margin-top: 21px;
	margin-left: 10px;
	margin-right: 11px;
	overflow: hidden;
	position: relative;
}
.module-wrap .module.module9 .teacher-icon-list .teacher-icon-wrap.active {
	border: 4px solid #225fff;
}
.module-wrap .module.module9 .teacher-icon-list .teacher-icon-wrap .teacher-icon {
	width: 82px;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module-wrap .module.module10 {
	padding-top: 62px;
	padding-bottom: 84px;
	position: relative;
}
.module-wrap .module.module10::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #eeeeee;
	top: 272px;
	left: 0;
	position: absolute;
}
.module-wrap .module.module10 .main {
	width: 1200px;
	margin: 31px auto 0;
}
.module-wrap .module.module10 .main .dec-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 4px;
}
.module-wrap .module.module10 .main .dec-list .dec {
	height: 100px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module10 .main .dec-list .dec:hover {
	background: #f3f5f8;
}
.module-wrap .module.module10 .main .dec-list .dec .dec-img-wrap {
	position: relative;
	width: 54px;
	height: 54px;
	background: #f2f3f6;
	border-radius: 50%;
}
.module-wrap .module.module10 .main .dec-list .dec .dec-img-wrap .dec-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.module-wrap .module.module10 .main .dec-list .dec .dec-content {
	white-space: nowrap;
	margin-left: 13px;
	font-size: 22px;
	font-weight: 400;
	color: #464c5b;
	line-height: 26px;
}
.module-wrap .module.module10 .main .card-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module.module10 .main .card-list .card {
	margin-top: 37px;
	width: 276px;
}
.module-wrap .module.module10 .main .card-list .card:hover .card-img-wrap .btn-wrap {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.module-wrap .module.module10 .main .card-list .card .card-img-wrap {
	overflow: hidden;
	position: relative;
	text-align: center;
	display: inline-block;
}
.module-wrap .module.module10 .main .card-list .card .card-img-wrap .card-img {
	display: block;
	max-width: 100%;
}
.module-wrap .module.module10 .main .card-list .card .card-img-wrap .btn-wrap {
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module.module10 .main .card-list .card .card-img-wrap .btn-wrap .card-btn {
	width: 148px;
	line-height: 44px;
	background: -webkit-linear-gradient(left, #059dff, #006dff);
	background: linear-gradient(90deg, #059dff, #006dff);
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	display: block;
}
.module-wrap .module.module10 .main .card-list .card .card-img-wrap .btn-wrap .card-btn:hover {
	background: -webkit-linear-gradient(right, #059dff, #006dff);
	background: linear-gradient(270deg, #059dff, #006dff);
}
.module-wrap .module.module10 .main .card-list .card .title {
	margin-top: 20px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.module-wrap .module.module10 .main .card-list .card .dec {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 14px;
}
.module-wrap .module.module10 .main .card-list .card .dec .icon {
	font-size: 14px;
	line-height: 18px;
}
.module-wrap .module.module10 .main .card-list .card .dec .dec-content {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-left: 9px;
}
.module-wrap .module.module11 {
	background-color: #ebeeff;
	padding-top: 73px;
	padding-bottom: 71px;
}
.module-wrap .module.module11 .main {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.module-wrap .module.module11 .main .card {
	margin-top: 31px;
	width: 276px;
	height: 160px;
	text-align: center;
	background-image: url(../images/list11.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 31px;
	overflow: hidden;
	position: relative;
}
.module-wrap .module.module11 .main .card:hover .hover-wrap {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.module-wrap .module.module11 .main .card:nth-child(1) {
	background-color: #3ac88c;
}
.module-wrap .module.module11 .main .card:nth-child(2) {
	background-color: #c76dc5;
}
.module-wrap .module.module11 .main .card:nth-child(3) {
	background-color: #13679e;
}
.module-wrap .module.module11 .main .card:nth-child(4) {
	background-color: #e8643e;
}
.module-wrap .module.module11 .main .card:nth-child(5) {
	background-color: #388fe8;
}
.module-wrap .module.module11 .main .card:nth-child(6) {
	background-color: #ae7683;
}
.module-wrap .module.module11 .main .card:nth-child(7) {
	background-color: #7039e9;
}
.module-wrap .module.module11 .main .card:nth-child(8) {
	background-color: #ea4c89;
}
.module-wrap .module.module11 .main .card .icon {
	color: #fff;
	font-size: 50px;
	line-height: 54px;
}
.module-wrap .module.module11 .main .card .title {
	margin-top: 12px;
	text-align: center;
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
	line-height: 21px;
}
.module-wrap .module.module11 .main .card .dec {
	margin: 4px auto 0;
	width: 142px;
	line-height: 22px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 12px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module.module11 .main .card .hover-wrap {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.module-wrap .module.module11 .main .card .hover-wrap::before {
	content: "";
	width: 261px;
	height: 144px;
	border: 1px solid #ffffff;
	position: absolute;
	left: 8px;
	top: 8px;
}
.module-wrap .module.module11 .main .card .hover-wrap .hover-btn {
	position: relative;
	width: 148px;
	line-height: 44px;
	text-align: center;
	background: -webkit-linear-gradient(left, #059dff, #006dff);
	background: linear-gradient(90deg, #059dff, #006dff);
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module.module11 .btn {
	margin-top: 48px;
}
.module-wrap .module.module12 {
	padding-top: 63px;
	background-image: url("../images/c11-bg.jpg");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 47px;
}
.module-wrap .module.module12 .module-dec .dec-strong {
	color: #225fff;
	font-size: 24px;
}
.module-wrap .module.module12 .dec-list {
	margin-top: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.module-wrap .module.module12 .dec-list .dec {
	width: 192px;
	line-height: 50px;
	text-align: center;
	background: -webkit-linear-gradient(left, #059dff, #006dff);
	background: linear-gradient(90deg, #059dff, #006dff);
	border-radius: 5px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module.module12 .dec-list .dec:hover {
	background: -webkit-linear-gradient(right, #059dff, #006dff);
	background: linear-gradient(270deg, #059dff, #006dff);
}
.module-wrap .module.module12 .dec-list .dec + .dec {
	margin-left: 25px;
}
.module-wrap .module.module12 .swiper12 {
	margin: 52px auto 0;
	width: 1200px;
}
.module-wrap .module.module12 .swiper12 .swiper-slide {
	text-align: center;
	padding-bottom: 65px;
}
.module-wrap .module.module12 .swiper12 .swiper12-pagination {
	bottom: 0;
}
.module-wrap .module.module12 .swiper12 .swiper12-pagination .swiper-pagination-bullet {
	width: 52px;
	height: 8px;
	background: #dddddd;
	border-radius: 0;
	opacity: 1;
}
.module-wrap .module.module12 .swiper12 .swiper12-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fd4b01;
}
.module-wrap .module.module13 {
	padding-top: 69px;
	text-align: center;
	padding-bottom: 96px;
}
.module-wrap .module.module13 .city-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1200px;
	margin: 14px auto 69px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module.module13 .city-list .city {
	text-align: center;
	margin-top: 29px;
	width: 131px;
}
.module-wrap .module.module13 .city-list .city .city-name {
	margin-top: 7px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	line-height: 20px;
}
.module-wrap .module.module13 .swiper13 {
	width: 1200px;
	padding-bottom: 48px;
}
.module-wrap .module.module13 .swiper13 .swiper-slide {
	text-align: center;
}
.module-wrap .module.module13 .swiper13 .swiper13-pagination {
	bottom: 0;
}
.module-wrap .module.module13 .swiper13 .swiper13-pagination .swiper-pagination-bullet {
	width: 52px;
	height: 8px;
	background: #dddddd;
	border-radius: 0;
	opacity: 1;
}
.module-wrap .module.module13 .swiper13 .swiper13-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fd4b01;
}
.module-wrap .module.module14 {
	padding-top: 71px;
	background-image: url(../images/bg14.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 70px;
}
.module-wrap .module.module14 .main {
	width: 1200px;
	margin: 51px auto 0;
	padding-top: 41px;
}
.module-wrap .module.module14 .main .dec-list {
	width: 1063px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}
.module-wrap .module.module14 .main .dec-list .dec {
	width: 113px;
	height: 105px;
	padding-top: 13px;
	text-align: center;
}
.module-wrap .module.module14 .main .dec-list .dec:hover {
	background: rgba(38, 66, 209, 0.7);
}
.module-wrap .module.module14 .main .dec-list .dec .icon {
	font-size: 34px;
	color: #ffffff;
	line-height: 38px;
}
.module-wrap .module.module14 .main .dec-list .dec .title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin-top: 15px;
}
.module-wrap .module.module14 .main .card-list {
	margin-left: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
}
.module-wrap .module.module14 .main .card-list .card {
	position: relative;
	width: 316px;
	background: #ffffff;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 10px;
	padding-bottom: 32px;
}
.module-wrap .module.module14 .main .card-list .card::before {
	position: absolute;
	bottom: -6px;
	left: 37px;
	width: 243px;
	height: 6px;
	background: #f564a4;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 0 0 10px 10px;
	content: "";
}
.module-wrap .module.module14 .main .card-list .card .title {
	position: absolute;
	background-image: url("../images/bg-title-right.png");
	top: -40px;
	line-height: 40px;
	width: 177px;
	background-repeat: no-repeat;
	background-position: top;
	left: 83px;
	padding-left: 23px;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module.module14 .main .card-list .card .content-list {
	padding-top: 31px;
}
.module-wrap .module.module14 .main .card-list .card .content-list .content {
	padding-left: 31px;
	display: block;
	font-size: 17px;
	font-weight: 400;
	color: #333333;
	line-height: 42px;
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.module-wrap .module.module14 .main .card-list .card .content-list .content:hover {
	width: 313px;
	background: #fbb718;
	color: #ffffff;
	position: relative;
	-webkit-transform: translateX(-23px);
	-ms-transform: translateX(-23px);
	transform: translateX(-23px);
	padding-left: 54px;
}
.module-wrap .module.module14 .main .card-list .card .content-list .content + .content {
	margin-top: 6px;
}

.videoalert {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	z-index: 1000034;
}
.videoalert .video-parent {
	position: absolute;
	width: 700px;
	height: 394px;
	margin-left: -350px;
	margin-top: -300px;
	padding: 3px;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	border: 6px solid #b1b1b1;
	border-radius: 6px;
}
.videoalert .video-parent .videoalert21-videobox {
	width: 100%;
	height: 100%;
}
.videoalert .video-parent .videoalert21-videobox .video-ref {
	width: 100%;
	height: 100%;
}
.videoalert .video-parent .videoalert21-close {
	position: absolute;
	top: -50px;
	right: -50px;
	cursor: pointer;
}
.videoalert .video-parent .videoalert21-close .icon {
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
	font-size: 44px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	width: 44px;
	height: 44px;
	color: #fff;
}

@-webkit-keyframes playBtn_ripple_1 {
	to {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}
}

@keyframes playBtn_ripple_1 {
	to {
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
	}
}
@-webkit-keyframes playBtn_ripple_2 {
	from {
		opacity: 1;
	}
	5% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes playBtn_ripple_2 {
	from {
		opacity: 1;
	}
	5% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@-webkit-keyframes mscale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
@keyframes mscale {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
