@charset "UTF-8";
* {
	padding: 0;
	margin: 0;
}

*:focus {
	outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 14px;
}

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;
	padding-top: 529px;
}
.module-wrap * {
	box-sizing: border-box;
}
.module-wrap .btn {
	height: auto;
	border: none;
	margin: 0;
}
.module-wrap .banner {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
	width: 100%;
}
.module-wrap .banner .swiper-slide {
	height: 580px;
	background-position: top;
	background-repeat: no-repeat;
}
.module-wrap .banner .banner-pagination {
	bottom: 54px;
}
.module-wrap .nav {
	width: 1200px;
	height: 100px;
	background: #ffffff;
	box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.12);
	border-radius: 10px;
	margin: 0 auto;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	z-index: 1;
}
.module-wrap .nav .card {
	-ms-flex: 1;
	flex: 1;
	padding-top: 23px;
	position: relative;
}
.module-wrap .nav .card + .card::after {
	content: "";
	width: 1px;
	height: 44px;
	background: #e5e5e5;
	position: absolute;
	left: 0;
	top: 33px;
}
.module-wrap .nav .card:nth-child(1)::before {
	width: 71px;
	background: #d6f8ed;
}
.module-wrap .nav .card:nth-child(2)::before {
	width: 71px;
	background: #fdfce2;
}
.module-wrap .nav .card:nth-child(3)::before {
	width: 76px;
	background: #ddf4ff;
}
.module-wrap .nav .card:nth-child(4)::before {
	width: 132px;
	background: #fdf1e8;
}
.module-wrap .nav .card::before {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	top: 40px;
	height: 9px;
}
.module-wrap .nav .card .title {
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
	text-align: center;
	position: relative;
	height: 36px;
}
.module-wrap .nav .card .title .strong {
	font-size: 32px;
	font-weight: 500;
	margin-right: 6px;
}
.module-wrap .nav .card .dec {
	margin-top: 2px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
.module-wrap .module.dark .module-title {
	color: #fff;
}
.module-wrap .module .icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.module-wrap .module .module-title {
	text-align: center;
	font-size: 48px;
	font-weight: 600;
	color: #48495e;
	line-height: 52px;
	height: 52px;
}
.module-wrap .module .module-title::before {
	content: "";
	background-image: url(../images/bg-title.png);
	width: 44px;
	height: 40px;
	display: inline-block;
	margin-right: 26px;
	position: relative;
	top: 4px;
}
.module-wrap .module .module-title::after {
	content: "";
	background-image: url(../images/bg-title.png);
	width: 44px;
	height: 40px;
	display: inline-block;
	transform: rotateY(180deg);
	margin-left: 26px;
	position: relative;
	top: 4px;
}
.module-wrap .module .module-title .strong {
	color: #5766f7;
}
.module-wrap .module .module-dec {
	margin-top: 2px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module .module-dec .dec {
	padding-left: 32px;
	padding-right: 34px;
	padding-top: 8px;
	font-size: 20px;
	font-weight: 400;
	color: #ee6386;
	line-height: 24px;
	background: linear-gradient(90deg, rgba(238, 99, 134, 0.05), rgba(238, 99, 134, 0));
}
.module-wrap .module .module-btn {
	background-image: url(../images/bg-btn.png);
	width: 370px;
	height: 70px;
	margin: 0 auto;
	display: block;
	line-height: 68px;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	padding-left: 16px;
}
.module-wrap .module .module-btn::before {
	content: "";
	width: 16px;
	display: inline-block;
}
.module-wrap .module .module-btn::after {
	content: "";
	width: 24px;
	height: 28px;
	background-image: url(../images/icon-hand.png);
	display: inline-block;
	margin-left: 19px;
	position: relative;
	top: 9px;
	-webkit-animation: opacity-animate 0.5s linear 0s infinite alternate;
	animation: opacity-animate 0.5s linear 0s infinite alternate;
}
.module-wrap .module1 {
	padding-top: 77px;
	padding-bottom: 70px;
}
.module-wrap .module1 .main {
	width: 1200px;
	margin: 30px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module1 .main .card {
	width: 384px;
	height: 330px;
	background: #ffffff;
	box-shadow: 0px 5px 6px 0px rgba(89, 104, 244, 0.15);
	border-radius: 10px;
	background-repeat: no-repeat;
	padding-top: 241px;
	overflow: hidden;
	position: relative;
}
.module-wrap .module1 .main .card:hover .model {
	opacity: 1;
}
.module-wrap .module1 .main .card .title {
	font-size: 24px;
	font-weight: 400;
	color: #46505c;
	line-height: 28px;
	margin-left: 20px;
}
.module-wrap .module1 .main .card .model {
	width: 100%;
	opacity: 0;
	transition: all 0.4s;
	height: 216px;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 10px 10px 0px 0px;
	padding-top: 84px;
	position: absolute;
	top: 0;
	left: 0;
}
.module-wrap .module1 .main .card .model .btn {
	width: 150px;
	line-height: 46px;
	background: linear-gradient(-36deg, #f2927d, #ee6386);
	border-radius: 23px;
	display: block;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	margin: 0 auto;
}
.module-wrap .module1 .main .card .dec-list {
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
	margin-top: 11px;
}
.module-wrap .module1 .main .card .dec-list .dec {
	padding-left: 11px;
	padding-right: 7px;
	line-height: 26px;
	font-size: 14px;
	font-weight: 400;
}
.module-wrap .module1 .main .card .dec-list .dec + .dec {
	margin-left: 12px;
}
.module-wrap .module1 .main .card .dec-list .dec:nth-child(1) {
	color: #4a82eb;
	background: rgba(87, 102, 247, 0.1);
}
.module-wrap .module1 .main .card .dec-list .dec:nth-child(2) {
	color: #ee6386;
	background: rgba(238, 99, 134, 0.1);
}
.module-wrap .module2 {
	background: #f3f5f9;
	padding-top: 59px;
	background-image: url(../images/bg2.png);
	background-repeat: no-repeat;
	background-position: center 387px;
	padding-bottom: 75px;
}
.module-wrap .module2 .main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 1045px;
	margin: 28px auto 33px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module2 .main .card {
	position: relative;
	width: 339px;
	height: 210px;
	background: #ffffff;
	border-radius: 20px;
	padding-top: 85px;
}
.module-wrap .module2 .main .card:nth-child(4) {
	margin-top: 72px;
}
.module-wrap .module2 .main .card:nth-child(5) {
	margin-top: 72px;
}
.module-wrap .module2 .main .card:nth-child(6) {
	margin-top: 72px;
}
.module-wrap .module2 .main .card .icon2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 31px;
}
.module-wrap .module2 .main .card .title {
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	line-height: 26px;
	text-align: center;
}
.module-wrap .module2 .main .card .dec {
	margin-top: 6px;
	width: 219px;
	margin-left: 57px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.module-wrap .module3 {
	padding-top: 73px;
	background-image: url(../images/bg3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.module-wrap .module3 .main {
	width: 1200px;
	margin: 0 auto;
	height: 401px;
	position: relative;
}
.module-wrap .module3 .main .card {
	position: absolute;
	padding-top: 64px;
	padding-left: 96px;
	padding-right: 9px;
}
.module-wrap .module3 .main .card:nth-child(1) {
	background-image: url(../images/bg3-1.png);
	top: 88px;
	left: 29px;
	width: 330px;
	height: 256px;
}
.module-wrap .module3 .main .card:nth-child(2) {
	background-image: url(../images/bg3-2.png);
	left: 401px;
	width: 326px;
	height: 256px;
	top: 55px;
}
.module-wrap .module3 .main .card:nth-child(3) {
	background-image: url(../images/bg3-3.png);
	left: 779px;
	top: 25px;
	width: 313px;
	height: 252px;
}
.module-wrap .module3 .main .card .title {
	font-size: 20px;
	font-weight: bold;
	color: #2b2a35;
	line-height: 32px;
	text-align: center;
	margin-bottom: 12px;
}
.module-wrap .module3 .main .card .btn {
	width: 103px;
	height: 40px;
	background: #ffffff;
	border: 1px solid #784ff1;
	border-radius: 20px;
	margin: 0 auto;
	display: block;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #794ff1;
}
.module-wrap .module3 .main .card .btn:hover {
	background: #e1dbfa;
}
.module-wrap .module4 {
	padding-top: 89px;
}
.module-wrap .module4 .main {
	width: 1200px;
	margin: 34px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module4 .main .card {
	width: 384px;
	position: relative;
	height: 436px;
}
.module-wrap .module4 .main .card:nth-child(1) {
	background-image: url(../images/bg4-1.png);
	background-position: bottom;
}
.module-wrap .module4 .main .card:nth-child(1) .title {
	background: linear-gradient(90deg, #49abf9, #5dd6fb);
}
.module-wrap .module4 .main .card:nth-child(1) .dec-list .dec::before {
	background: linear-gradient(90deg, #49abf9, #5dd6fb);
}
.module-wrap .module4 .main .card:nth-child(1) .btn {
	background: linear-gradient(90deg, #49abf9, #5dd6fb);
}
.module-wrap .module4 .main .card:nth-child(2) {
	background-image: url(../images/bg4-2.png);
	background-position: bottom;
}
.module-wrap .module4 .main .card:nth-child(2) .title {
	background: linear-gradient(90deg, #f1a238, #fae082);
}
.module-wrap .module4 .main .card:nth-child(2) .dec-list .dec::before {
	background: linear-gradient(90deg, #f1a238, #fae082);
}
.module-wrap .module4 .main .card:nth-child(2) .btn {
	background: linear-gradient(90deg, #f1a238, #fae082);
}
.module-wrap .module4 .main .card:nth-child(3) {
	background-image: url(../images/bg4-3.png);
	background-position: bottom;
}
.module-wrap .module4 .main .card:nth-child(3) .title {
	background: linear-gradient(90deg, #57caa5, #6cecca);
}
.module-wrap .module4 .main .card:nth-child(3) .dec-list .dec::before {
	background: linear-gradient(90deg, #57caa5, #6cecca);
}
.module-wrap .module4 .main .card:nth-child(3) .btn {
	background: linear-gradient(90deg, #57caa5, #6cecca);
}
.module-wrap .module4 .main .card .title {
	line-height: 50px;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	text-align: center;
}
.module-wrap .module4 .main .card .dec-list {
	padding-top: 17px;
}
.module-wrap .module4 .main .card .dec-list .dec {
	padding-left: 72px;
	font-size: 18px;
	font-weight: 400;
	color: #515269;
	line-height: 40px;
	position: relative;
}
.module-wrap .module4 .main .card .dec-list .dec::before {
	content: "";
	position: absolute;
	left: 45px;
	top: 15px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
.module-wrap .module4 .main .card .btn {
	width: 180px;
	line-height: 44px;
	border-radius: 21px;
	position: absolute;
	bottom: 41px;
	left: 102px;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module5 {
	padding-top: 115px;
	padding-bottom: 67px;
}
.module-wrap .module5 .main {
	width: 1200px;
	margin: 38px auto 24px;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module5 .main .left {
	width: 340px;
	height: 420px;
	background: linear-gradient(135deg, #4c85f7, #446df6);
	border-radius: 10px;
	padding-top: 15px;
}
.module-wrap .module5 .main .left .title {
	margin: 0 auto;
	width: 310px;
	height: 75px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	padding-top: 10px;
	margin-bottom: 17px;
}
.module-wrap .module5 .main .left .num {
	font-size: 39px;
	font-weight: 700;
	color: #fae082;
	line-height: 43px;
	text-align: center;
}
.module-wrap .module5 .main .left .dec {
	margin-top: 6px;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 20px;
	margin-bottom: 23px;
}
.module-wrap .module5 .main .right {
	-ms-flex: 1;
	flex: 1;
	background-image: url(../images/bg5.png);
	background-repeat: no-repeat;
	background-position: -5px 77px;
	padding-top: 77px;
	position: relative;
}
.module-wrap .module5 .main .right .ps {
	position: absolute;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 25px;
	top: 89px;
	left: 65px;
}
.module-wrap .module5 .main .right .list {
	margin-left: 71px;
	margin-right: 21px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
}
.module-wrap .module5 .main .right .list .card {
	width: 49px;
	position: relative;
}
.module-wrap .module5 .main .right .list .card:nth-child(1) {
	height: 33px;
}
.module-wrap .module5 .main .right .list .card:nth-child(2) {
	height: 39px;
}
.module-wrap .module5 .main .right .list .card:nth-child(3) {
	height: 41px;
}
.module-wrap .module5 .main .right .list .card:nth-child(4) {
	height: 115px;
}
.module-wrap .module5 .main .right .list .card:nth-child(5) {
	height: 138px;
}
.module-wrap .module5 .main .right .list .card:nth-child(6) {
	height: 277px;
}
.module-wrap .module5 .main .right .list .card:nth-child(7) {
	height: 247px;
}
.module-wrap .module5 .main .right .list .card .num {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -29px;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	white-space: nowrap;
}
.module-wrap .module5 .main .right .list .card .money {
	bottom: -40px;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 18px;
	white-space: nowrap;
}
.module-wrap .module6 {
	padding-top: 60px;
	background-repeat: no-repeat;
	background-position: top;
}
.module-wrap .module6.bg0 {
	background-image: url(../images/bg6-1.png);
}
.module-wrap .module6.bg1 {
	background-image: url(../images/bg6-2.png);
}
.module-wrap .module6 .tab-list {
	width: 411px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	border-radius: 28px;
	margin: 31px auto 0;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module6 .tab-list .tab {
	-ms-flex: 1;
	flex: 1;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
}
.module-wrap .module6 .tab-list .tab.active {
	background: linear-gradient(90deg, #ed3dee, #791bff);
	border-radius: 28px;
}
.module-wrap .module6 .content-list .content-item {
	height: 492px;
	display: none;
}
.module-wrap .module6 .content-list .content-item.active {
	display: block;
}
.module-wrap .module6 .content-list .content-item.content1 {
	padding-top: 28px;
}
.module-wrap .module6 .content-list .content-item.content1 .main {
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	margin: 0 auto 39px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module6 .content-list .content-item.content1 .main .card {
	position: relative;
	width: 280px;
	height: 308px;
	background: #ffffff;
	border-radius: 30px 0px 30px 0px;
	padding-top: 153px;
}
.module-wrap .module6 .content-list .content-item.content1 .main .card:nth-child(1) .title {
	color: #1b44e9;
}
.module-wrap .module6 .content-list .content-item.content1 .main .card:nth-child(2) .title {
	color: #e44228;
}
.module-wrap .module6 .content-list .content-item.content1 .main .card:nth-child(3) .title {
	color: #f08a50;
}
.module-wrap .module6 .content-list .content-item.content1 .main .card:nth-child(4) .title {
	color: #71bb36;
}
.module-wrap .module6 .content-list .content-item.content1 .main .card .img6-1 {
	position: absolute;
	left: 50%;
	top: 27px;
	transform: translateX(-50%);
}
.module-wrap .module6 .content-list .content-item.content1 .main .card .title {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
}
.module-wrap .module6 .content-list .content-item.content1 .main .card .btn {
	display: block;
	margin: 22px auto 0;
	width: 234px;
	line-height: 44px;
	text-align: center;
	background: linear-gradient(90deg, #0160ec, #069df2);
	border-radius: 22px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module6 .content-list .content-item.content1 .main .card .btn:hover {
	background: linear-gradient(-90deg, #0160ec, #069df2);
}
.module-wrap .module6 .content-list .content-item.content2 {
	background-image: url(../images/bg);
}
.module-wrap .module6 .content-list .content-item.content2 .main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	height: 375px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card {
	position: absolute;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(1) {
	top: 74px;
	left: 38px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(2) {
	top: 86px;
	left: 236px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(3) {
	top: 89px;
	left: 404px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(4) {
	top: 85px;
	left: 737px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(5) {
	top: 97px;
	left: 882px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(6) {
	top: 71px;
	left: 1061px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(7) {
	top: 263px;
	left: 65px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(8) {
	top: 225px;
	left: 230px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(9) {
	top: 270px;
	left: 399px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(10) {
	top: 235px;
	left: 716px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(11) {
	top: 270px;
	left: 899px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card:nth-child(12) {
	top: 244px;
	left: 1068px;
}
.module-wrap .module6 .content-list .content-item.content2 .main .card .small {
	font-size: 16px;
}
.module-wrap .module7 {
	background-image: url(../images/bg7.png);
	background-repeat: no-repeat;
	background-position: center 313px;
	padding-top: 55px;
}
.module-wrap .module7 .main1 {
	width: 1200px;
	margin: 35px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module7 .main1 .card {
	width: 220px;
	height: 260px;
	background: linear-gradient(135deg, #4c85f7, #446df6);
	padding-top: 118px;
	overflow: hidden;
	position: relative;
}
.module-wrap .module7 .main1 .card:hover {
	padding-top: 0;
}
.module-wrap .module7 .main1 .card:hover .card-title {
	display: none;
}
.module-wrap .module7 .main1 .card:hover .model {
	transform: none;
}
.module-wrap .module7 .main1 .card .card-title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
}
.module-wrap .module7 .main1 .card .model {
	height: 100%;
	background: linear-gradient(135deg, #4c85f7, #446df6);
	padding-top: 34px;
	transition: all 0.4s;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	transform: translateY(-100%);
}
.module-wrap .module7 .main1 .card .model .title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
}
.module-wrap .module7 .main1 .card .model .dec {
	margin: 0 auto 0;
	padding-top: 11px;
	height: 118px;
	width: 173px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
}
.module-wrap .module7 .main1 .card .model .btn {
	width: 168px;
	text-align: center;
	line-height: 44px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	display: block;
	margin: 0 auto;
}
.module-wrap .module7 .main2 {
	width: 1200px;
	height: 234px;
	background: #ffffff;
	box-shadow: 0px 5px 6px 0px rgba(89, 104, 244, 0.15);
	border-radius: 10px;
	margin: 24px auto 0;
	display: -ms-flexbox;
	display: flex;
	padding-left: 34px;
	padding-right: 34px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 40px;
}
.module-wrap .module7 .main2 .card {
	position: relative;
}
.module-wrap .module7 .main2 .card:hover .img-wrap .img-icon {
	transform: translate(-50%, -50%) rotateY(30deg);
}
.module-wrap .module7 .main2 .card + .card::before {
	content: "";
	left: -59px;
	top: 62px;
	position: absolute;
	width: 31px;
	height: 31px;
	background-image: url(../images/add7.png);
}
.module-wrap .module7 .main2 .card .img-wrap {
	position: relative;
	width: 220px;
	height: 120px;
	background: linear-gradient(90deg, rgba(73, 171, 249, 0.1), rgba(93, 214, 251, 0.1));
	border-radius: 10px 10px 0px 0px;
}
.module-wrap .module7 .main2 .card .img-wrap .img-icon {
	transition: all 0.4s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.module-wrap .module7 .main2 .card .title {
	width: 220px;
	line-height: 35px;
	background: linear-gradient(-36deg, #f2927d, #ee6386);
	border-radius: 0px 0px 10px 10px;
	font-size: 22px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.module-wrap .module8 {
	padding-top: 49px;
	padding-bottom: 52px;
}
.module-wrap .module8 .main {
	width: 1202px;
	display: -ms-flexbox;
	display: flex;
	margin: 54px auto 79px;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module8 .main .left {
	position: relative;
	padding-left: 110px;
	padding-top: 17px;
}
.module-wrap .module8 .main .left::before {
	content: "";
	position: absolute;
	left: 46px;
	width: 3px;
	height: 414px;
	background: linear-gradient(135deg, #4c85f7, #446df6);
}
.module-wrap .module8 .main .left .card {
	position: relative;
	font-size: 20px;
	font-weight: 300;
	color: #666666;
	line-height: 24px;
	cursor: pointer;
}
.module-wrap .module8 .main .left .card.active::before {
	content: none;
}
.module-wrap .module8 .main .left .card.active .icon-wrap {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}
.module-wrap .module8 .main .left .card + .card {
	margin-top: 79px;
}
.module-wrap .module8 .main .left .card::before {
	position: absolute;
	left: -77px;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 24px;
	height: 24px;
	background: linear-gradient(135deg, #4c85f7, #446df6);
	border: 2px solid #ffffff;
	border-radius: 50%;
}
.module-wrap .module8 .main .left .card .icon-wrap {
	opacity: 0;
	transition: transform 0.9s;
	position: absolute;
	border: 1px dashed #6167e7;
	border-radius: 50%;
	background-color: #fff;
	width: 94px;
	height: 94px;
	padding: 6px;
	left: -110px;
	top: 50%;
	transform: translateY(-50%) scale(0.5);
}
.module-wrap .module8 .main .left .card .icon-wrap .icon-parent {
	height: 100%;
	background: linear-gradient(135deg, #4c85f7, #446df6);
	border-radius: 50%;
	text-align: center;
}
.module-wrap .module8 .main .left .card .icon-wrap .icon-parent .softwareiconfont {
	font-size: 38px;
	color: #fff;
	line-height: 82px;
}
.module-wrap .module8 .main .right {
	-ms-flex: 1;
	flex: 1;
}
.module-wrap .module8 .main .right .content-list {
	display: none;
	text-align: right;
	width: 100%;
	height: 100%;
	position: relative;
}
.module-wrap .module8 .main .right .content-list.active {
	display: block;
}
.module-wrap .module8 .main .right .content-list .content-item {
	text-align: left;
	display: inline-block;
	width: 920px;
	height: 500px;
	background: linear-gradient(135deg, rgba(76, 133, 247, 0.4), rgba(68, 109, 246, 0.4));
	border-radius: 20px;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 64px;
	transition: transform 0.4s;
}
.module-wrap .module8 .main .right .content-list .content-item.active {
	width: 860px;
	height: 500px;
	background: linear-gradient(135deg, #4c85f7, #446df6);
	box-shadow: 0px 8px 20px 0px rgba(19, 41, 108, 0.2);
	transform: translate(-59px, -11px);
	z-index: 1;
}
.module-wrap .module8 .main .right .content-list .content-item.active::before {
	content: "";
}
.module-wrap .module8 .main .right .content-list .content-item.active .title {
	width: 264px;
	line-height: 42px;
	height: 42px;
	background-image: url(../images/bg8-title.png);
	top: -15px;
	left: 295px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	cursor: auto;
}
.module-wrap .module8 .main .right .content-list .content-item.active .title .title-item {
	padding: 0;
}
.module-wrap .module8 .main .right .content-list .content-item.active .title .title-item::before {
	content: none;
}
.module-wrap .module8 .main .right .content-list .content-item.active .title .title-item .strong {
	transform: none;
	position: static;
}
.module-wrap .module8 .main .right .content-list .content-item.active .pro-img {
	display: block;
}
.module-wrap .module8 .main .right .content-list .content-item::before {
	position: absolute;
	top: 36px;
	left: -18px;
	border-right: 18px solid #4c85f7;
	border-top: 14px solid rgba(255, 255, 255, 0);
	border-bottom: 14px solid rgba(255, 255, 255, 0);
}
.module-wrap .module8 .main .right .content-list .content-item .title {
	position: absolute;
	width: 59px;
	height: 100%;
	right: 0;
	top: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}
.module-wrap .module8 .main .right .content-list .content-item .title .title-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 121px 28px 0;
	word-break: break-all;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 26px;
	text-align: center;
	position: relative;
}
.module-wrap .module8 .main .right .content-list .content-item .title .title-item::before {
	content: "";
	background-image: url(../images/arrow8.png);
	width: 32px;
	height: 32px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.module-wrap .module8 .main .right .content-list .content-item .title .title-item .strong {
	position: absolute;
	top: 71px;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	position: absolute;
	white-space: nowrap;
}
.module-wrap .module8 .main .right .content-list .content-item .label {
	margin-left: 44px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	line-height: 24px;
}
.module-wrap .module8 .main .right .content-list .content-item .dec {
	margin-left: 43px;
	margin-top: 9px;
	width: 435px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 26px;
}
.module-wrap .module8 .main .right .content-list .content-item .dec + .label {
	margin-top: 36px;
}
.module-wrap .module8 .main .right .content-list .content-item .pro-img {
	position: absolute;
	display: none;
	top: 70px;
	right: 7px;
}
.module-wrap .module9 {
	background-color: #f5f6fb;
	padding-top: 56px;
	padding-bottom: 59px;
}
.module-wrap .module9 .swiper9 {
	width: 1200px;
	padding-top: 66px;
}
.module-wrap .module9 .swiper9 .swiper-slide {
	width: 590px;
	height: 428px;
	background: #ffffff;
	box-shadow: 0px 5px 6px 0px rgba(89, 104, 244, 0.15);
	position: relative;
}
.module-wrap .module9 .swiper9 .swiper-slide .teacher-img {
	position: absolute;
	top: -45px;
	left: 39px;
}
.module-wrap .module9 .swiper9 .swiper-slide .info {
	padding-top: 54px;
	position: relative;
}
.module-wrap .module9 .swiper9 .swiper-slide .info .name {
	margin-left: 270px;
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	line-height: 28px;
}
.module-wrap .module9 .swiper9 .swiper-slide .info .post {
	font-size: 16px;
	font-weight: 300;
	color: #48495f;
	line-height: 20px;
	margin-left: 269px;
	margin-top: 8px;
}
.module-wrap .module9 .swiper9 .swiper-slide .info .btn {
	width: 125px;
	line-height: 36px;
	border: 1px solid #ff5685;
	font-size: 14px;
	font-weight: 400;
	color: #ff5685;
	position: absolute;
	text-align: center;
	top: 64px;
	right: 37px;
}
.module-wrap .module9 .swiper9 .swiper-slide .info .btn:hover {
	background-color: #ff5685;
	color: #fff;
}
.module-wrap .module9 .swiper9 .swiper-slide .dec {
	margin-top: 54px;
	margin-left: 39px;
	width: 493px;
	font-size: 16px;
	color: #48495f;
	line-height: 28px;
}
.module-wrap .module9 .swiper9 .swiper-slide .label {
	padding-left: 61px;
	font-size: 18px;
	font-weight: 400;
	color: #5766f7;
	line-height: 22px;
	margin-top: 35px;
	position: relative;
}
.module-wrap .module9 .swiper9 .swiper-slide .label::before {
	content: "";
	background-image: url(../images/arrow9-1.png);
	width: 10px;
	height: 17px;
	position: absolute;
	left: 39px;
	top: 2px;
}
.module-wrap .module9 .swiper9 .swiper-slide .content {
	margin-top: 8px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
	margin-left: 30px;
	margin-right: 15px;
}
.module-wrap .module9 .swiper9 .swiper9-prev {
	background-image: url(../images/arrow9-2.png);
	background-size: 100% 100%;
	width: 10px;
	height: 17px;
	left: 11px;
	top: 267px;
	margin-top: 0;
}
.module-wrap .module9 .swiper9 .swiper9-next {
	background-image: url(../images/arrow9-2.png);
	background-size: 100% 100%;
	width: 10px;
	height: 17px;
	right: 11px;
	top: 267px;
	margin-top: 0;
	transform: rotateY(180deg);
}
.module-wrap .module10 {
	padding-top: 61px;
}
.module-wrap .module10 .main {
	width: 1200px;
	margin: 54px auto 28px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 44px;
	padding-right: 54px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module10 .main .card {
	position: relative;
	padding-left: 90px;
}
.module-wrap .module10 .main .card:nth-child(4) {
	margin-top: 62px;
}
.module-wrap .module10 .main .card:nth-child(5) {
	margin-top: 62px;
}
.module-wrap .module10 .main .card:nth-child(6) {
	margin-top: 62px;
}
.module-wrap .module10 .main .card .img-icon {
	position: absolute;
	top: -3px;
	left: 0;
}
.module-wrap .module10 .main .card .title {
	font-size: 24px;
	font-weight: 400;
	color: #434343;
	line-height: 28px;
	margin-left: 3px;
}
.module-wrap .module10 .main .card .dec {
	margin-top: 5px;
	width: 240px;
	font-size: 16px;
	font-weight: 400;
	color: #797979;
	line-height: 26px;
}
.module-wrap .module11 {
	padding-top: 94px;
}
.module-wrap .module11 .zip-list {
	width: 1200px;
	margin: 39px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module11 .zip-list .zip {
	width: 590px;
	height: 130px;
	background: #ffffff;
	border: 1px solid #f1e8dd;
	border-radius: 5px;
	background-image: url(../images/icon11-1.png);
	background-repeat: no-repeat;
	background-position: 51px center;
	padding-top: 35px;
	position: relative;
}
.module-wrap .module11 .zip-list .zip .title {
	font-size: 24px;
	font-weight: bold;
	color: #53bdfa;
	line-height: 28px;
	margin-left: 123px;
}
.module-wrap .module11 .zip-list .zip .dec {
	margin-top: 7px;
	margin-left: 125px;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.module-wrap .module11 .zip-list .zip .btn {
	width: 154px;
	line-height: 48px;
	background: linear-gradient(-36deg, #f2927d, #ee6386);
	border-radius: 24px;
	position: absolute;
	top: 40px;
	right: 22px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	padding-left: 32px;
}
.module-wrap .module11 .zip-list .zip .btn::before {
	position: absolute;
	content: "";
	background-image: url(../images/icon-hand.png);
	width: 19px;
	height: 22px;
	background-size: 100% 100%;
	top: 15px;
	left: 114px;
}
.module-wrap .module11 .main {
	width: 1200px;
	margin: 18px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.module-wrap .module11 .main .card {
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px dashed #ec8f37;
	width: 50%;
}
.module-wrap .module11 .main .card:nth-child(even) {
	padding-left: 11px;
}
.module-wrap .module11 .main .card:nth-child(odd) {
	padding-right: 11px;
}
.module-wrap .module11 .main .card:nth-child(1) {
	border-top: none;
}
.module-wrap .module11 .main .card:nth-child(2) {
	border-top: none;
}
.module-wrap .module11 .main .card .title {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	width: 300px;
	line-height: 22px;
}
.module-wrap .module11 .main .card .dec {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	-ms-flex: 1;
	flex: 1;
	line-height: 22px;
}
.module-wrap .module11 .main .card .btn {
	display: block;
	width: 91px;
	line-height: 20px;
	background: rgba(209, 209, 209, 0);
	border: 2px solid #ea373e;
	font-size: 16px;
	font-weight: 400;
	color: #ee6386;
	text-align: center;
	transition: background-color 0.4s;
}
.module-wrap .module11 .main .card .btn:hover {
	color: #fff;
	background-color: #ee6386;
}
.module-wrap .module12 {
	padding-top: 83px;
	background-image: url(../images/bg12.png);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 49px;
}
.module-wrap .module12 .list1 {
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	margin: 46px auto 0;
	padding-right: 87px;
	padding-left: 83px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module12 .list1 .card {
	font-size: 20px;
	font-weight: 400;
	color: #2b2a35;
	line-height: 24px;
	padding-left: 34px;
	background-image: url(../images/msg.png);
	background-repeat: no-repeat;
	background-position: left;
}
.module-wrap .module12 .tab-list {
	margin: 36px auto 0;
	width: 1162px;
	border: 1px solid #4a82eb;
	border-radius: 25px;
	display: -ms-flexbox;
	display: flex;
}
.module-wrap .module12 .tab-list .tab {
	-ms-flex: 1;
	flex: 1;
	line-height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #4a82eb;
	text-align: center;
	cursor: pointer;
}
.module-wrap .module12 .tab-list .tab.active {
	background: #4a82eb;
	border-radius: 25px;
	color: #ffffff;
}
.module-wrap .module12 .swiper12 {
	width: 1164px;
	margin-top: 38px;
	padding-bottom: 47px;
	margin-bottom: 44px;
}
.module-wrap .module12 .swiper12 .swiper12-pagination {
	bottom: 0;
}
.module-wrap .module12 .swiper12 .swiper12-pagination .swiper-pagination-bullet {
	width: 52px;
	height: 8px;
	background: #dddddd;
	opacity: 1;
	border-radius: 0;
}
.module-wrap .module12 .swiper12 .swiper12-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #fd4b01;
}
.module-wrap .module13 {
	padding-top: 50px;
}
.module-wrap .module13 .main1 {
	width: 1200px;
	margin: 29px auto 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module13 .main1 .card {
	width: 384px;
	height: 230px;
	background: linear-gradient(90deg, #49abf9, #5dd6fb);
	padding-top: 28px;
	text-align: center;
	background-image: url(../images/bg13-1.png);
}
.module-wrap .module13 .main1 .card .title {
	margin-top: 13px;
	font-size: 26px;
	font-weight: 500;
	color: #ffffff;
	line-height: 30px;
}
.module-wrap .module13 .main1 .card .dec {
	margin-top: 10px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	line-height: 22px;
}
.module-wrap .module13 .title2 {
	font-size: 27px;
	font-weight: 400;
	color: #333333;
	line-height: 31px;
	text-align: center;
	margin-top: 65px;
}
.module-wrap .module13 .main2 {
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	margin: 63px auto 32px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module13 .main2 .card {
	width: 384px;
	height: 144px;
	background: #ffffff;
	box-shadow: 0px 8px 30px 0px rgba(87, 102, 247, 0.1);
	padding-top: 50px;
	position: relative;
}
.module-wrap .module13 .main2 .card:hover:nth-child(1) .title {
	background: linear-gradient(-90deg, #02c944, #006cff);
}
.module-wrap .module13 .main2 .card:hover:nth-child(2) .title {
	background: linear-gradient(-90deg, #ff2b5c, #fc5f12);
}
.module-wrap .module13 .main2 .card:hover:nth-child(3) .title {
	background: linear-gradient(-90deg, #7f53fd, #262bf9);
}
.module-wrap .module13 .main2 .card:nth-child(1) .title {
	background: linear-gradient(90deg, #02c944, #006cff);
}
.module-wrap .module13 .main2 .card:nth-child(2) .title {
	background: linear-gradient(90deg, #ff2b5c, #fc5f12);
}
.module-wrap .module13 .main2 .card:nth-child(3) .title {
	background: linear-gradient(90deg, #7f53fd, #262bf9);
}
.module-wrap .module13 .main2 .card .title {
	position: absolute;
	left: 43px;
	top: -31px;
	width: 290px;
	line-height: 60px;
	border-radius: 30px;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.module-wrap .module13 .main2 .card .dec {
	font-size: 20px;
	font-weight: 400;
	color: #48495f;
	line-height: 30px;
	text-align: center;
}
.module-wrap .module14 {
	padding-top: 71px;
	padding-bottom: 49px;
}
.module-wrap .module14 .swiper-wrap {
	width: 1314px;
	padding: 0 57px;
	position: relative;
	margin: 43px auto 25px;
	padding-bottom: 44px;
}
.module-wrap .module14 .swiper-wrap .swiper14 .swiper-slide {
	height: 620px;
}
.module-wrap .module14 .swiper-wrap .swiper14-prev {
	background-image: url(../images/arrow14.png);
	width: 32px;
	height: 62px;
	background-size: 100% 100%;
	transform: rotateY(180deg);
	left: 0;
	top: 256px;
	margin-top: 0;
}
.module-wrap .module14 .swiper-wrap .swiper14-prev:hover {
	transform: rotateY(0deg);
	background-image: url(../images/arrow14-hover.png);
}
.module-wrap .module14 .swiper-wrap .swiper14-next {
	background-image: url(../images/arrow14.png);
	width: 32px;
	height: 62px;
	background-size: 100% 100%;
	right: 0;
	top: 256px;
	margin-top: 0;
}
.module-wrap .module14 .swiper-wrap .swiper14-next:hover {
	transform: rotateY(180deg);
	background-image: url(../images/arrow14-hover.png);
}
.module-wrap .module14 .swiper-wrap .swiper-pagination {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.module-wrap .module14 .swiper-wrap .swiper-pagination .swiper-pagination-bullet {
	width: 47px;
	height: 7px;
	background: #3899f7;
	opacity: 0.2;
	border-radius: 0;
}
.module-wrap .module14 .swiper-wrap .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
	margin-left: 15px;
}
.module-wrap .module14 .swiper-wrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}
.module-wrap .module15 {
	background-image: url(../images/bg15.png);
	height: 902px;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 51px;
}
.module-wrap .module15 .title15 {
	text-align: center;
	font-size: 40px;
	font-weight: 400;
	color: #ffffff;
	line-height: 44px;
}
.module-wrap .module15 .main {
	width: 1200px;
	margin: 20px auto 0;
	padding-top: 21px;
	position: relative;
}
.module-wrap .module15 .main::before {
	content: "";
	border-top: 1px dashed #dfe6fd;
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
}
.module-wrap .module15 .main .dec-list {
	width: 1063px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}
.module-wrap .module15 .main .dec-list .dec {
	width: 113px;
	height: 105px;
	padding-top: 13px;
	text-align: center;
}
.module-wrap .module15 .main .dec-list .dec:hover {
	background: rgba(255, 255, 255, 0.2);
}
.module-wrap .module15 .main .dec-list .dec .icon {
	font-size: 34px;
	color: #ffffff;
	line-height: 38px;
}
.module-wrap .module15 .main .dec-list .dec .title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin-top: 15px;
}
.module-wrap .module15 .main .card-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 70px;
	margin-bottom: 35px;
}
.module-wrap .module15 .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 .module15 .main .card-list .card::before {
	position: absolute;
	bottom: -6px;
	left: 37px;
	width: 243px;
	height: 6px;
	background: #3bebf1;
	box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
	border-radius: 0 0 10px 10px;
	content: "";
}
.module-wrap .module15 .main .card-list .card .title {
	position: absolute;
	background-image: url("../images/bg15-title.png");
	top: -40px;
	line-height: 40px;
	width: 177px;
	background-repeat: no-repeat;
	background-position: top;
	left: 69px;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.module-wrap .module15 .main .card-list .card .content-list {
	padding-top: 31px;
}
.module-wrap .module15 .main .card-list .card .content-list .content-wrap:hover .content {
	background: linear-gradient(-36deg, #f2927d, #ee6386);
	color: #ffffff;
	position: relative;
	transform: translateX(-13px);
	padding-left: 30px;
}
.module-wrap .module15 .main .card-list .card .content-list .content-wrap + .content-wrap {
	margin-top: 6px;
}
.module-wrap .module15 .main .card-list .card .content-list .content-wrap .content {
	padding-left: 17px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 42px;
	transition: transform 0.4s;
}
.module-wrap .module16 {
	background-image: url(../images/bg16.png);
	background-repeat: no-repeat;
	height: 542px;
	background-position: center top;
	padding-top: 55px;
}
.module-wrap .module16 .main {
	width: 1200px;
	margin: 0 auto;
	padding-left: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 20px;
}
.module-wrap .module16 .main .left {
	width: 669px;
	height: 432px;
	background-image: url(../images/bg16-1.png);
	padding-top: 68px;
}
.module-wrap .module16 .main .left .title {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	line-height: 38px;
	margin-left: 72px;
	margin-bottom: 68px;
}
.module-wrap .module16 .main .left .dec {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 45px;
	padding-left: 101px;
	position: relative;
}
.module-wrap .module16 .main .left .dec::before {
	width: 8px;
	height: 8px;
	background: #34d2bf;
	transform: rotate(45deg);
	content: "";
	position: absolute;
	top: 19px;
	left: 76px;
}
.module-wrap .module16 .main .right {
	padding-top: 6px;
}
.module-wrap .module16 .main .right .title {
	font-size: 44px;
	font-weight: bold;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	padding-bottom: 27px;
	width: 447px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-bottom: 33px;
}
.module-wrap .module16 .main .right .input-wrap {
	width: 449px;
	height: 50px;
	position: relative;
}
.module-wrap .module16 .main .right .input-wrap + .input-wrap {
	margin-top: 26px;
}
.module-wrap .module16 .main .right .input-wrap .img-icon {
	position: absolute;
	left: 19px;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module16 .main .right .input-wrap input {
	padding-left: 81px;
	height: 100%;
	width: 100%;
	border: none;
	background-color: rgba(21, 50, 110, 0.2);
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module16 .main .right .input-wrap input::-moz-placeholder {
	color: #fff;
}
.module-wrap .module16 .main .right .input-wrap input:-ms-input-placeholder {
	color: #fff;
}
.module-wrap .module16 .main .right .input-wrap input::placeholder {
	color: #fff;
}
.module-wrap .module16 .main .right .submit {
	width: 310px;
	height: 63px;
	margin: 40px auto 0;
	background-image: url(../images/bg-submit.png);
	font-size: 24px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}
@-webkit-keyframes opacity-animate {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes opacity-animate {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
