.btn {
	display: block;
	text-align: center;
	margin: 0 auto;
	width: 442px;
	line-height: 80px;
	font-size: 30px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	background-image: linear-gradient(90deg, #ff2b5c, #fc5f12);
	border-radius: 40px;
	position: relative;
}
.btn::after {
	content: url("../images/hand1.png");
	position: relative;
	top: 13px;
	margin-left: 23px;
	-webkit-animation: shirk 0.5s ease-in 0s infinite alternate none;
	animation: shirk 0.5s ease-in 0s infinite alternate none;
}
.btn:hover {
	background-image: linear-gradient(-90deg, #ff2b5c, #fc5f12);
}

.banner {
	position: relative;
	height: 580px;
}
.banner .swiper-wrapper .swiper-slide {
	position: relative;
}
.banner .swiper-wrapper .swiper-slide .banner-img {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.banner .swiper-wrapper .swiper-slide .btn-wrap {
	margin: 0 auto;
	width: 1200px;
	position: relative;
}
.banner .swiper-wrapper .swiper-slide .btn-wrap .btn1 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 442px;
	line-height: 80px;
	background: linear-gradient(90deg, #3affbc, #d5ff83);
	border-radius: 40px;
	text-align: center;
	position: absolute;
	left: 512px;
	top: 392px;
	margin-left: 0;
	font-size: 30px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #00226f;
}
.banner .swiper-wrapper .swiper-slide .btn-wrap .btn1::after {
	display: block;
	margin-left: 17px;
	content: "";
	background-image: url("../images/hand2.png");
	width: 33px;
	height: 39px;
}
.banner .swiper-wrapper .swiper-slide .btn-wrap .btn2 {
	position: absolute;
	left: 512px;
	top: 392px;
	display: block;
	text-align: center;
	line-height: 50px;
	margin-left: 0;
	height: 59px;
	width: 410px;
	background-image: url("../images/bg-banner2.png");
	font-size: 28px;
	font-family: Alibaba;
	font-weight: normal;
	color: #ffffff;
}

.module {
	box-sizing: border-box;
}
.module img {
	display: block;
}
.module * {
	box-sizing: border-box;
}
.module.dark .module-title-wrap .module-title {
	color: #ffffff;
}
.module.dark .module-title-wrap .module-dec {
	color: #ffffff;
}
.module.light .module-title-wrap .module-title {
	color: #001f39;
}
.module.light .module-title-wrap .module-dec {
	color: #666666;
}
.module .module-title-wrap {
	background-image: url("../images/bg-title.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 38px;
	text-align: center;
}
.module .module-title-wrap .module-title {
	font-size: 40px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	line-height: 44px;
}
.module .module-title-wrap .module-title .strong {
	color: #00bf8c;
}
.module .module-title-wrap .module-dec {
	padding-top: 11px;
	line-height: 24px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	padding-bottom: 5px;
}
.module .main {
	width: 1200px;
	margin: 0 auto;
	display: block;
}
.module.module1 {
	padding-top: 50px;
	background-image: url("../images/bg-1.png");
	padding-bottom: 93px;
}
.module.module1 .main {
	background-image: url("../images/bg-main1.png");
	position: relative;
	margin-top: 32px;
	padding-left: 554px;
	height: 419px;
}
.module.module1 .main .video {
	width: 610px;
	height: 355px;
	position: absolute;
	left: 0;
	top: -3px;
}
.module.module1 .main .lists {
	padding-top: 51px;
	padding-bottom: 73px;
}
.module.module1 .main .lists .list {
	width: 612px;
	line-height: 44px;
	background-color: #ffffff;
	box-shadow: 0px 0px 20px 0px rgba(0, 189, 141, 0.15);
	border-radius: 22px;
	text-align: center;
	font-size: 17px;
	font-family: AlibabaPuHuiTiR;
	font-weight: 400;
	color: #000000;
}
.module.module1 .main .lists .list:hover {
	background-color: #00bd8d;
	box-shadow: none;
	color: #ffffff;
}
.module.module1 .main .lists .list + .list {
	margin-top: 15px;
}
.module.module1 .btn {
	position: absolute;
	bottom: -36px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module.module2 {
	height: 445px;
	position: relative;
	z-index: 1;
	padding-top: 49px;
}
.module.module2 .main {
	display: flex;
	padding-top: 22px;
	padding-bottom: 49px;
}
.module.module2 .main .left {
	width: 422px;
	padding-top: 20px;
}
.module.module2 .main .left .list {
	width: 384px;
	background: #00bd8f;
	transition: width 0.4s;
	font-size: 30px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	line-height: 70px;
	padding-left: 119px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 62px;
}
.module.module2 .main .left .list.active {
	background-color: #ff3131;
	width: 100%;
}
.module.module2 .main .left .list:nth-child(1) {
	background-image: url("../images/list1-1.png");
}
.module.module2 .main .left .list:nth-child(2) {
	background-image: url("../images/list1-2.png");
}
.module.module2 .main .left .list:nth-child(3) {
	background-image: url("../images/list1-3.png");
}
.module.module2 .main .left .list:nth-child(4) {
	background-image: url("../images/list1-4.png");
}
.module.module2 .main .left .list:nth-child(5) {
	background-image: url("../images/list1-5.png");
}
.module.module2 .main .left .list + .list {
	margin-top: 25px;
}
.module.module2 .main .right {
	margin-left: 27px;
}
.module.module2 .main .right .list {
	width: 752px;
	height: 474px;
	border: 1px solid #00bd8d;
	background-color: #000000;
	position: relative;
	display: none;
	font-size: 30px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	line-height: 34px;
	padding-top: 31px;
	padding-left: 52px;
	background-position: center;
}
.module.module2 .main .right .list::before {
	content: "";
	width: 30px;
	height: 26px;
	background: #00bd8f;
	position: absolute;
	top: 36px;
	left: 0px;
}
.module.module2 .main .right .list:nth-child(1) {
	background-image: url("../images/list2-1.png");
}
.module.module2 .main .right .list:nth-child(2) {
	background-image: url("../images/list2-2.png");
}
.module.module2 .main .right .list:nth-child(3) {
	background-image: url("../images/list2-3.png");
}
.module.module2 .main .right .list:nth-child(4) {
	background-image: url("../images/list2-4.png");
}
.module.module2 .main .right .list:nth-child(5) {
	background-image: url("../images/list2-5.png");
}
.module.module2 .main .right .list.active {
	display: block;
}
.module.module3 {
	padding-top: 427px;
	background: radial-gradient(circle, #003672, #001f39);
	position: relative;
	padding-bottom: 62px;
}
.module.module3 .main-wrap {
	background-repeat: no-repeat;
	background-image: url("../images/bg-3.png");
	background-position: top;
	margin-bottom: 79px;
	position: relative;
	z-index: 1;
}
.module.module3 .main-wrap .main {
	margin-top: 47px;
	padding-top: 28px;
	position: relative;
	padding-bottom: 55px;
	padding-right: 310px;
}
.module.module3 .main-wrap .main .lists {
	display: flex;
	flex-wrap: wrap;
	/* width: 890px; */
	position: relative;
	z-index: 1;
}
.module.module3 .main-wrap .main .lists .list {
	border-top: 1px solid #cccede;
	background-repeat: no-repeat;
	padding-top: 26px;
	padding-left: 93px;
	background-position: 25px 26px;
}
.module.module3 .main-wrap .main .lists .list:nth-child(3n + 1) {
	padding-left: 68px;
	background-position: 0 26px;
}
.module.module3 .main-wrap .main .lists .list:nth-child(3n + 1) .dec {
	width: 194px;
}
.module.module3 .main-wrap .main .lists .list:nth-child(1) {
	background-image: url("../images/list3-1.png");
	border-top: none;
}
.module.module3 .main-wrap .main .lists .list:nth-child(2) {
	background-image: url("../images/list3-2.png");
	border-top: none;
}
.module.module3 .main-wrap .main .lists .list:nth-child(3) {
	background-image: url("../images/list3-3.png");
	border-top: none;
}
.module.module3 .main-wrap .main .lists .list:nth-child(4) {
	background-image: url("../images/list3-4.png");
}
.module.module3 .main-wrap .main .lists .list:nth-child(5) {
	background-image: url("../images/list3-5.png");
}
.module.module3 .main-wrap .main .lists .list:nth-child(6) {
	background-image: url("../images/list3-6.png");
}
.module.module3 .main-wrap .main .lists .list .title {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #050c4c;
	line-height: 28px;
	padding-bottom: 10px;
}
.module.module3 .main-wrap .main .lists .list .dec {
	width: 191px;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #444444;
	line-height: 24px;
	padding-bottom: 20px;
}
.module.module3 .main-wrap .main .green-btn {
	width: 211px;
	line-height: 52px;
	background: #00bd8f;
	border-radius: 26px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	display: block;
	text-align: center;
	margin: 23px auto 0;
}
.module.module3 .main-wrap .main .bg-main3 {
	position: absolute;
	right: -404px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module.module3 .module4-main {
	position: relative;
	z-index: 1;
	padding-top: 27px;
	padding-bottom: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.module.module3 .btn {
	z-index: 1;
}
.module.module3 .bg-4 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.module.module5 {
	padding-top: 69px;
	padding-bottom: 52px;
}
.module.module5 .main-wrap {
	position: relative;
	padding-bottom: 50px;
}
.module.module5 .main-wrap::before {
	position: absolute;
	top: 56px;
	width: 100%;
	border-top: 2px dashed rgba(0, 0, 0, 0.2);
	left: 0;
	content: "";
}
.module.module5 .main-wrap .main {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.module.module5 .main-wrap .main .list {
	width: 163px;
}
.module.module5 .main-wrap .main .list .list-img {
	margin: 0 auto;
}
.module.module5 .main-wrap .main .list .title {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #00bd8f;
	line-height: 28px;
	text-align: center;
	padding-top: 23px;
	padding-bottom: 16px;
}
.module.module5 .main-wrap .main .list .dec {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.module.module6 {
	padding-top: 54px;
	background-image: url("../images/bg-6.png");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 80px;
}
.module.module6 .main {
	margin-top: 106px;
	margin-bottom: 275px;
	position: relative;
	height: 337px;
}
.module.module6 .main .main-content {
	position: absolute;
	left: 0;
	width: 100%;
	background-image: url("../images/bg-main6.png");
	height: 504px;
	top: 0;
}
.module.module6 .main .main-content .pro-swiper {
	position: absolute;
	top: -57px;
	left: 0;
	height: 605px;
	width: 100%;
}
.module.module6 .main .main-content .pro-swiper .swiper-wrapper .swiper-slide {
	display: flex;
	position: relative;
	align-items: flex-start;
	padding-left: 97px;
}
.module.module6 .main .main-content .pro-swiper .swiper-wrapper .swiper-slide .left {
	margin-right: 75px;
}
.module.module6 .main .main-content .pro-swiper .swiper-wrapper .swiper-slide .left .pro-num {
	display: inline-flex;
	align-items: center;
	font-family: AlibabaPuHuiTiB;
	font-weight: 400;
	color: #00bd8f;
	line-height: 94px;
	font-size: 34px;
}
.module.module6 .main .main-content .pro-swiper .swiper-wrapper .swiper-slide .left .pro-num .num {
	font-size: 90px;
}
.module.module6 .main .main-content .pro-swiper .swiper-wrapper .swiper-slide .left .pro-label {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	line-height: 38px;
	width: 122px;
	background: #00bd8f;
}
.module.module6 .main .main-content .pro-swiper .swiper-wrapper .swiper-slide .left .pro-content {
	padding-top: 16px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	width: 416px;
	padding-bottom: 41px;
}
.module.module6 .main .main-content .pro-swiper .swiper-wrapper .swiper-slide .pro-title {
	position: absolute;
	width: 888px;
	line-height: 88px;
	background: #00bd8f;
	font-size: 40px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module.module6 .main .main-content .pro-swiper .pro-swiper-pagination {
	z-index: 1;
	position: absolute;
	bottom: 134px;
	left: 797px;
	width: auto;
}
.module.module6 .main .main-content .pro-swiper .pro-swiper-pagination .swiper-pagination-bullet {
	width: 22px;
	height: 6px;
	background: #a0a0a0;
	border-radius: 0;
	margin-right: 0;
}
.module.module6 .main .main-content .pro-swiper .pro-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 16px;
}
.module.module6 .main .main-content .pro-swiper .pro-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fe3231;
}
.module.module7 {
	background-image: url("../images/bg-7.png");
	padding-top: 60px;
	padding-bottom: 60px;
}
.module.module7 .main {
	padding-top: 30px;
	padding-bottom: 49px;
}
.module.module7 .main .tabs {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #333333;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
}
.module.module7 .main .tabs .tab {
	transition: font-size 0.4s;
}
.module.module7 .main .tabs .tab.active {
	font-size: 28px;
	color: #00bd8d;
}
.module.module7 .main .tabs .img-line {
	margin-left: 18px;
	margin-right: 16px;
}
.module.module7 .main .direction-list {
	display: none;
	justify-content: center;
	text-align: center;
}
.module.module7 .main .direction-list.active {
	display: flex;
}
.module.module7 .main .direction-list .direction {
	width: 284px;
	height: 400px;
	background: rgba(255, 255, 255, 0.3);
	border: 2px solid #00bd8d;
	border-radius: 30px 0px 30px 0px;
}
.module.module7 .main .direction-list .direction + .direction {
	margin-left: 45px;
}
.module.module7 .main .direction-list .direction:hover {
	background: #0d57a9;
	border-color: #0d57a9;
}
.module.module7 .main .direction-list .direction:hover .post {
	color: #ffffff;
}
.module.module7 .main .direction-list .direction .title {
	width: 127px;
	line-height: 30px;
	background: #00bd8d;
	margin: 36px auto 15px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #ffffff;
}
.module.module7 .main .direction-list .direction .dec {
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #00bd8d;
	line-height: 24px;
	position: relative;
	padding-bottom: 21px;
	margin-bottom: 23px;
}
.module.module7 .main .direction-list .direction .dec::before {
	width: 36px;
	height: 2px;
	background: #ff3131;
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.module.module7 .main .direction-list .direction .post {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.module.module8 {
	background-image: url("../images/bg-8.png");
	padding-top: 69px;
	padding-bottom: 91px;
}
.module.module8 .teacher-swiper {
	margin-top: 19px;
	position: relative;
}
.module.module8 .teacher-swiper .swiper-wrapper .swiper-slide {
	display: flex;
	align-items: center;
}
.module.module8 .teacher-swiper .swiper-wrapper .swiper-slide .left {
	background: radial-gradient(circle, #003672, #001f39);
	border: 16px solid #aeded2;
}
.module.module8 .teacher-swiper .swiper-wrapper .swiper-slide .right {
	flex: 1;
	height: 504px;
	border: 4px solid #00bd8f;
	border-left-width: 0;
	padding-top: 103px;
	position: relative;
}
.module.module8 .teacher-swiper .swiper-wrapper .swiper-slide .right .teacher-info {
	display: flex;
	align-items: flex-end;
	padding-left: 53px;
}
.module.module8 .teacher-swiper .swiper-wrapper .swiper-slide .right .teacher-info .teacher-name {
	line-height: 44px;
	font-size: 40px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #ffffff;
}
.module.module8 .teacher-swiper .swiper-wrapper .swiper-slide .right .teacher-info .teacher-post {
	margin-left: 23px;
	line-height: 28px;
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
}
.module.module8 .teacher-swiper .swiper-wrapper .swiper-slide .right .teacher-dec {
	padding-left: 59px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	padding-top: 45px;
}
.module.module8 .teacher-swiper .swiper-wrapper .swiper-slide .right .green-btn {
	width: 211px;
	text-align: center;
	display: block;
	line-height: 52px;
	background: #00bd8f;
	border-radius: 26px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	position: absolute;
	left: 56px;
	bottom: 113px;
}
.module.module8 .teacher-swiper .teacher-swiper-pagination {
	z-index: 1;
	position: absolute;
	left: 192px;
	bottom: 33px;
	width: auto;
}
.module.module8 .teacher-swiper .teacher-swiper-pagination .swiper-pagination-bullet {
	width: 22px;
	height: 7px;
	background: #a0a0a0;
	border-radius: 0;
	margin-right: 0;
	opacity: 1;
}
.module.module8 .teacher-swiper .teacher-swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 16px;
}
.module.module8 .teacher-swiper .teacher-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fe3231;
}
.module.module8 .teacher-swiper .teacher-swiper-button-prev {
	width: 58px;
	height: 49px;
	background: #4edebb;
	color: #fff;
	right: 58px;
	top: 21px;
	margin-top: 0;
	left: auto;
}
.module.module8 .teacher-swiper .teacher-swiper-button-prev::after {
	font-size: 29px;
}
.module.module8 .teacher-swiper .teacher-swiper-button-next {
	right: 0;
	top: 21px;
	width: 58px;
	height: 49px;
	background: #00bd8f;
	margin-top: 0;
	color: #fff;
}
.module.module8 .teacher-swiper .teacher-swiper-button-next::after {
	font-size: 29px;
}
.module.module9 {
	padding-top: 70px;
	background-image: url("../images/recruit.png");
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
}
.module.module9 .main {
	position: relative;
	margin-top: 33px;
	margin-bottom: 51px;
}
.module.module9 .main .left {
	position: absolute;
	top: 0;
	left: 0;
	width: 393px;
}
.module.module9 .main .left .tab {
	width: 318px;
	line-height: 60px;
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #ffffff;
	padding-left: 94px;
	background: #00bd8f;
	cursor: pointer;
	transition: width 0.3s;
}
.module.module9 .main .left .tab + .tab {
	margin-top: 21px;
}
.module.module9 .main .left .tab.active {
	width: 100%;
	background: #ff3131;
}
.module.module9 .main .right {
	width: 838px;
	margin-left: 360px;
	background: #ffffff;
	box-shadow: 0px 2px 30px 0px rgba(29, 32, 136, 0.2);
}
.module.module9 .main .right .system {
	display: none;
	padding-top: 16px;
	padding-bottom: 21px;
}
.module.module9 .main .right .system.active {
	display: block;
}
.module.module9 .main .right .system .system-img {
	margin: 0 auto;
}
.module.module9 .main .right .system .system-title {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #00bd8f;
	line-height: 28px;
	padding-top: 26px;
	padding-left: 33px;
}
.module.module9 .main .right .system .system-dec {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	padding-left: 33px;
	padding-top: 9px;
}
.module.module10 {
	padding-bottom: 70px;
}
.module.module10 .title {
	font-size: 40px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #001f39;
	line-height: 44px;
	text-align: center;
	padding-top: 59px;
	padding-bottom: 44px;
}
.module.module10 .main-img {
	margin: 0 auto 50px;
}
.module.module11 {
	background: radial-gradient(circle, #003672, #001f39);
	padding-bottom: 57px;
}
.module.module11 .main {
	padding-top: 50px;
	display: flex;
	justify-content: space-between;
}
.module.module11 .main .left .list-wrap {
	height: 118px;
}
.module.module11 .main .left .list-wrap .list {
	height: 141px;
	background-image: linear-gradient(90deg, #00dcff, #0379ff);
	padding-left: 21px;
	padding-right: 32px;
	opacity: 0.3;
	position: relative;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
}
.module.module11 .main .left .list-wrap .list.active {
	opacity: 1;
	-webkit-transform: translateX(48px);
	-ms-transform: translateX(48px);
	transform: translateX(48px);
}
.module.module11 .main .left .list-wrap .list::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 12px solid #0379ff;
	border-bottom: 12px solid transparent;
	right: -12px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module.module11 .main .left .list-wrap .list .title {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	padding-top: 27px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #fff;
}
.module.module11 .main .left .list-wrap .list .dec {
	padding-top: 19px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.module.module11 .main .right {
	width: 532px;
	height: 497px;
	background: rgba(0, 144, 255, 0.1);
}
.module.module11 .main .right .title {
	font-size: 44px;
	font-family: Microsoft YaHei UI;
	font-weight: bold;
	color: #ffffff;
	line-height: 48px;
	padding-left: 43px;
	padding-top: 39px;
}
.module.module11 .main .right .title .strong {
	color: #00bd8f;
}
.module.module11 .main .right .dec {
	margin: 0 43px 53px;
	padding-top: 21px;
	letter-spacing: 9px;
	line-height: 24px;
	font-size: 20px;
	font-family: Microsoft YaHei UI;
	font-weight: 300;
	color: #ffffff;
	padding-bottom: 35px;
	border-bottom: 1px dashed #0090ff;
}
.module.module11 .main .right .input-wrap {
	position: relative;
}
.module.module11 .main .right .input-wrap + .input-wrap {
	margin-top: 26px;
}
.module.module11 .main .right .input-wrap .input-icon {
	position: absolute;
	left: 58px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.module.module11 .main .right .input-wrap input {
	display: block;
	margin-left: 40px;
	width: 449px;
	height: 50px;
	background: rgba(0, 144, 255, 0.1);
	border: none;
	padding-left: 81px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6298cd;
	transition-property: background-color;
	transition-delay: 5000s;
}
.module.module11 .main .right .submit {
	width: 293px;
	line-height: 66px;
	background: linear-gradient(90deg, #ff0058, #fd4c00);
	border-radius: 10px;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	margin-left: 39px;
	margin-top: 41px;
	cursor: pointer;
}
.module.module11 .main .right .submit:hover {
	background: linear-gradient(-90deg, #ff0058, #fd4c00);
}
.module.module4 {
	padding-top: 59px;
	padding-bottom: 29px;
}
.module.module4 .main .card-list {
	display: flex;
	justify-content: center;
	padding-top: 29px;
}
.module.module4 .main .card-list .card {
	width: 244px;
	height: 139px;
	background: rgba(255, 255, 255, 0);
	border: 1px solid #444e5e;
	box-shadow: 4px 5px 0px 0px #d2daff;
	text-align: center;
}
.module.module4 .main .card-list .card + .card {
	margin-left: 27px;
}
.module.module4 .main .card-list .card .title {
	padding-top: 36px;
	padding-bottom: 10px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
}
.module.module4 .main .card-list .card .num {
	font-size: 40px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #f02449;
	line-height: 44px;
}
.module.module4 .main .card-list .card .num .dot {
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #0f256e;
	padding-left: 3px;
}
.module.module4 .main .table {
	margin-top: 29px;
}
.module.module4 .main .table .thead {
	display: flex;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #fff;
	line-height: 54px;
	background-color: #00bd8d;
	padding-left: 129px;
}
.module.module4 .main .table .thead .td:nth-child(1) {
	margin-right: 24px;
	width: 153px;
}
.module.module4 .main .table .thead .td:nth-child(2) {
	margin-right: 34px;
	width: 138px;
}
.module.module4 .main .table .thead .td:nth-child(3) {
	margin-right: 34px;
	width: 188px;
}
.module.module4 .main .table .thead .td:nth-child(4) {
	margin-right: 36px;
	width: 276px;
}
.module.module4 .main .table .thead .td:nth-child(5) {
	flex: 1;
}
.module.module4 .main .table .tbody-wrap {
	height: 452px;
	overflow: hidden;
}
.module.module4 .main .table .tbody-wrap .tbody.running {
	transition: -webkit-transform 1s;
	transition: transform 1s;
	transition: transform 1s, -webkit-transform 1s;
}
.module.module4 .main .table .tbody-wrap .tbody .tr {
	padding-left: 129px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #343838;
	line-height: 53px;
	display: flex;
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.module.module4 .main .table .tbody-wrap .tbody .tr .td:nth-child(1) {
	margin-right: 24px;
	width: 153px;
}
.module.module4 .main .table .tbody-wrap .tbody .tr .td:nth-child(2) {
	margin-right: 34px;
	width: 138px;
}
.module.module4 .main .table .tbody-wrap .tbody .tr .td:nth-child(3) {
	margin-right: 34px;
	width: 188px;
}
.module.module4 .main .table .tbody-wrap .tbody .tr .td:nth-child(4) {
	margin-right: 36px;
	width: 276px;
}
.module.module4 .main .table .tbody-wrap .tbody .tr .td:nth-child(5) {
	color: #f02449;
	flex: 1;
}
.module.module4 .main .ps {
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #fc5e12;
	line-height: 22px;
	text-align: center;
	margin-top: 36px;
	margin-bottom: 25px;
}
@-webkit-keyframes shirk {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes shirk {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
