@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;
	padding-top: 528px;
	position: relative;
}
.module-wrap .icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
.module-wrap * {
	box-sizing: border-box;
}
.module-wrap *::before {
	box-sizing: border-box;
}
.module-wrap *::after {
	box-sizing: border-box;
}
.module-wrap .banner {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 580px;
}
.module-wrap .banner .swiper-slide {
	background-position: top;
	background-repeat: no-repeat;
}
.module-wrap .module.dark .module-title .title-wrap::before {
	background-image: url(../images/title-dark.png);
}
.module-wrap .module.dark .module-title .title-wrap::after {
	background-image: url(../images/title-after-dark.png);
}
.module-wrap .module.dark .module-title .title-wrap .title {
	color: #fff;
}
.module-wrap .module.dark .module-title .title-wrap .title::before {
	background-color: #777c85;
}
.module-wrap .module.dark .module-title .title-wrap .title::after {
	border-top-color: #777c85;
}
.module-wrap .module.dark .module-dec {
	color: #fff;
}
.module-wrap .module .module-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module .module-title .title-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module .module-title .title-wrap::before {
	content: "";
	background-image: url(../images/title.png);
	width: 38px;
	height: 36px;
	display: block;
	margin-right: 24px;
}
.module-wrap .module .module-title .title-wrap::after {
	content: "";
	background-image: url(../images/title-after.png);
	width: 30px;
	margin-left: 10px;
	height: 29px;
	display: block;
}
.module-wrap .module .module-title .title-wrap .title {
	font-size: 44px;
	font-weight: 400;
	line-height: 48px;
	color: #412d14;
	position: relative;
	font-weight: bold;
}
.module-wrap .module .module-title .title-wrap .title::before {
	content: "";
	height: 1px;
	background: #f0a549;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 100%;
}
.module-wrap .module .module-title .title-wrap .title::after {
	content: "";
	border-top: 8px solid #f0a549;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.module-wrap .module .module-title .title-wrap .title .strong {
	color: #f0a549;
}
.module-wrap .module .module-dec {
	font-size: 22px;
	font-weight: 400;
	color: #412d14;
	line-height: 26px;
	margin-top: 30px;
	text-align: center;
}
.module-wrap .module .module-btn {
	margin: 0 auto;
	width: 370px;
	line-height: 66px;
	background: #f0a549;
	border-radius: 33px;
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.module-wrap .module .module-btn::after {
	content: "";
	background-image: url(../images/hand.png);
	background-size: 100% 100%;
	display: block;
	width: 24px;
	height: 28px;
	margin-left: 15px;
	-webkit-animation: opacity-animate 0.5s linear 0s infinite alternate;
	animation: opacity-animate 0.5s linear 0s infinite alternate;
}
.module-wrap .module1 {
	position: relative;
	z-index: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	width: 1200px;
	height: 100px;
	background: #ffffff;
	box-shadow: 0px 5px 30px 0px rgba(236, 143, 55, 0.12);
	border-radius: 10px;
	margin: 0 auto;
	padding-right: 26px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	overflow: hidden;
}
.module-wrap .module1 .left {
	display: -ms-flexbox;
	display: flex;
	padding-left: 10px;
}
.module-wrap .module1 .left .item {
	text-align: center;
	padding-left: 29px;
	padding-right: 29px;
}
.module-wrap .module1 .left .item:nth-child(1) .title-wrap::before {
	background: #d6f8ed;
}
.module-wrap .module1 .left .item:nth-child(2) .title-wrap::before {
	background: #fdfce2;
}
.module-wrap .module1 .left .item:nth-child(3) .title-wrap::before {
	background: #ddf4ff;
}
.module-wrap .module1 .left .item:nth-child(4) .title-wrap::before {
	background: #fdf1e8;
}
.module-wrap .module1 .left .item:nth-child(5) .title-wrap::before {
	background: #cbf6e8;
}
.module-wrap .module1 .left .item + .item {
	position: relative;
}
.module-wrap .module1 .left .item + .item::before {
	content: "";
	position: absolute;
	width: 1px;
	height: 21px;
	background: #e5e5e5;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module1 .left .item .title-wrap {
	display: inline-block;
	position: relative;
	padding: 0 10px;
}
.module-wrap .module1 .left .item .title-wrap::before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 9px;
}
.module-wrap .module1 .left .item .title-wrap .title {
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
}
.module-wrap .module1 .left .item .title-wrap .title .strong {
	font-size: 34px;
	font-weight: 500;
	color: #333333;
	line-height: 38px;
}
.module-wrap .module1 .left .item .dec {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
.module-wrap .module1 .module-btn {
	width: 224px;
	line-height: 52px;
	font-size: 18px;
	margin-left: 0;
	margin-right: 0;
}
.module-wrap .module1 .module-btn::after {
	width: 19px;
	height: 23px;
}
.module-wrap .module2 {
	padding-top: 75px;
	padding-bottom: 69px;
}
.module-wrap .module2 .list {
	width: 1200px;
	margin: 79px auto 46px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module2 .list .item {
	width: 254px;
	height: 334px;
	background: #ffffff;
	border: 1px solid #f1a549;
	border-radius: 10px;
	position: relative;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 171px;
}
.module-wrap .module2 .list .item .icon2 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 104px;
}
.module-wrap .module2 .list .item .title {
	font-size: 24px;
	font-weight: bold;
	color: #f0a549;
	line-height: 28px;
	text-align: center;
}
.module-wrap .module2 .list .item .dec {
	font-size: 18px;
	width: 198px;
	margin: 21px auto 0;
	font-weight: 400;
	color: #75788d;
	line-height: 28px;
}
.module-wrap .module3 {
	background-image: url(../images/bg3.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 66px;
	padding-bottom: 57px;
}
.module-wrap .module3 .list {
	position: relative;
	height: 552px;
	width: 1200px;
	margin: 0 auto;
}
.module-wrap .module3 .list .item {
	position: absolute;
	padding-left: 47px;
	padding-right: 51px;
	background: #ffffff;
	border: 1px solid #f0a549;
	border-radius: 23px;
	background-image: url(../images/bg3-1.png);
	background-repeat: no-repeat;
	background-position: 24px;
}
.module-wrap .module3 .list .item.type1 .tag {
	background: #ec8f37;
}
.module-wrap .module3 .list .item.type2 .tag {
	background: #2f0128;
}
.module-wrap .module3 .list .item.type3 .tag {
	background: #ec8f37;
}
.module-wrap .module3 .list .item:nth-child(1) {
	left: 313px;
	top: 42px;
}
.module-wrap .module3 .list .item:nth-child(2) {
	left: 82px;
	top: 100px;
}
.module-wrap .module3 .list .item:nth-child(3) {
	left: 172px;
	top: 185px;
}
.module-wrap .module3 .list .item:nth-child(4) {
	left: 61px;
	top: 264px;
}
.module-wrap .module3 .list .item:nth-child(5) {
	left: 207px;
	top: 340px;
}
.module-wrap .module3 .list .item:nth-child(6) {
	left: 63px;
	top: 417px;
}
.module-wrap .module3 .list .item:nth-child(7) {
	left: 338px;
	top: 453px;
}
.module-wrap .module3 .list .item:nth-child(8) {
	left: 689px;
	top: 467px;
}
.module-wrap .module3 .list .item:nth-child(9) {
	left: 830px;
	top: 386px;
}
.module-wrap .module3 .list .item:nth-child(10) {
	left: 774px;
	top: 308px;
}
.module-wrap .module3 .list .item:nth-child(11) {
	left: 814px;
	top: 230px;
}
.module-wrap .module3 .list .item:nth-child(12) {
	left: 859px;
	top: 154px;
}
.module-wrap .module3 .list .item:nth-child(13) {
	left: 816px;
	top: 75px;
}
.module-wrap .module3 .list .item .title {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 45px;
	white-space: nowrap;
}
.module-wrap .module3 .list .item .tag {
	position: absolute;
	left: 17px;
	top: -10px;
	width: 54px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module4 {
	padding-top: 69px;
	padding-bottom: 115px;
}
.module-wrap .module4 .list {
	display: -ms-flexbox;
	display: flex;
	width: 1200px;
	margin: 46px auto 41px;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module4 .list .item {
	width: 386px;
	height: 346px;
	background: #f2f5ff;
	position: relative;
	padding-top: 90px;
	overflow: auto;
}
.module-wrap .module4 .list .item::before {
	position: absolute;
	right: 0;
	transform: translateX(100%);
	border-left: 22px solid #ec8f37;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	top: 176px;
}
.module-wrap .module4 .list .item:hover {
	background-color: #ec8f37;
}
.module-wrap .module4 .list .item:hover::before {
	content: "";
}
.module-wrap .module4 .list .item:hover .num {
	color: #ffffff;
	opacity: 0.1;
}
.module-wrap .module4 .list .item:hover .iconfont {
	color: #fff;
}
.module-wrap .module4 .list .item:hover .title {
	color: #fff;
}
.module-wrap .module4 .list .item:hover .dec-list .dec {
	color: #fff;
}
.module-wrap .module4 .list .item .num {
	font-size: 74px;
	font-weight: bold;
	color: #e8ebf4;
	line-height: 78px;
	position: absolute;
	top: 24px;
	right: 30px;
}
.module-wrap .module4 .list .item .iconfont {
	font-size: 44px;
	position: absolute;
	top: 29px;
	left: 62px;
	color: #e77729;
}
.module-wrap .module4 .list .item .title {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	margin-left: 37px;
}
.module-wrap .module4 .list .item .dec-list {
	padding-left: 21px;
	margin-top: 10px;
	padding-right: 34px;
}
.module-wrap .module4 .list .item .dec-list .dec {
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	line-height: 23px;
}
.module-wrap .module4 .list .item .dec-list .dec + .dec {
	margin-top: 10px;
}
.module-wrap .module5 {
	background-image: url(../images/bg5.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-top: 52px;
	padding-bottom: 55px;
	position: relative;
	height: 1034px;
}
.module-wrap .module5 .main {
	width: 1200px;
	margin: 38px auto 46px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
}
.module-wrap .module5 .main .left {
	width: 175px;
}
.module-wrap .module5 .main .left .stage {
	line-height: 38px;
	background: #fef5f0;
	border-radius: 19px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
	text-align: center;
}
.module-wrap .module5 .main .left .stage + .stage {
	margin-top: 16px;
}
.module-wrap .module5 .main .left .stage.active {
	background: #fef2ec;
	color: #ec8f37;
	font-weight: bold;
}
.module-wrap .module5 .main .right {
	width: 986px;
	height: 528px;
	background: #fef2ec;
	border: 1px solid #fbe5cb;
	padding-top: 2px;
}
.module-wrap .module5 .main .right .item {
	display: none;
	padding-bottom: 25px;
	height: 100%;
}
.module-wrap .module5 .main .right .item.active {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}
.module-wrap .module5 .main .right .item .title {
	font-size: 20px;
	font-weight: 400;
	color: #e87729;
	margin: 0 auto;
	width: 981px;
	line-height: 40px;
	background: #fcebd6;
	text-align: center;
	font-weight: bold;
}
.module-wrap .module5 .main .right .item .list-wrap {
	overflow: auto;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 25px 24px 0;
}
.module-wrap .module5 .main .right .item .list-wrap .content-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module5 .main .right .item .list-wrap .content-list .content-item {
	padding-top: 25px;
	width: 460px;
	background: #ffffff;
	border-radius: 10px;
	padding-bottom: 29px;
	margin-top: 15px;
}
.module-wrap .module5 .main .right .item .list-wrap .content-list .content-item:nth-child(1),
.module-wrap .module5 .main .right .item .list-wrap .content-list .content-item:nth-child(2) {
	margin-top: 0;
}
.module-wrap .module5 .main .right .item .list-wrap .content-list .content-item .content-title {
	font-size: 18px;
	padding-left: 33px;
	font-weight: 400;
	color: #333333;
	line-height: 22px;
}
.module-wrap .module5 .main .right .item .list-wrap .content-list .content-item .dec-list {
	margin-top: 14px;
}
.module-wrap .module5 .main .right .item .list-wrap .content-list .content-item .dec-list .content-dec {
	padding-left: 59px;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #412d14;
	line-height: 28px;
}
.module-wrap .module5 .main .right .item .list-wrap .content-list .content-item .dec-list .content-dec::before {
	content: "";
	position: absolute;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #ec8f37;
	border-radius: 50%;
}
.module-wrap .module5 .main .right .item .grasp {
	height: 74px;
	background: #ffffff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 19px;
}
.module-wrap .module5 .main .right .item .grasp .grasp-title {
	width: 89px;
	line-height: 31px;
	border: 1px solid #4145ec;
	border-radius: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #4145ec;
	text-align: center;
}
.module-wrap .module5 .main .right .item .grasp .dec {
	margin-left: 17px;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.module-wrap .module5 .list2 {
	position: absolute;
	width: 1200px;
	transform: translateX(-50%);
	left: 50%;
	top: 867px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 18px;
	border-bottom: 2px solid #ec8f37;
}
.module-wrap .module5 .list2 .item {
	width: 314px;
	height: 375px;
	background-image: url(../images/bg6-1.png);
	padding-top: 75px;
	position: relative;
}
.module-wrap .module5 .list2 .item::before {
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 22px;
	height: 22px;
	border: 5px solid #fdb672;
	background-color: #f86f00;
	position: absolute;
	border-radius: 50%;
	top: 382px;
	box-shadow: 0 0 0px 5px #fff;
}
.module-wrap .module5 .list2 .item .tag {
	width: 74px;
	line-height: 74px;
	background: #ec8e37;
	border-radius: 50%;
	margin: 0 auto;
	font-size: 34px;
	text-align: center;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module5 .list2 .item .dec {
	margin-top: 35px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	text-align: center;
}
.module-wrap .module7 {
	padding-bottom: 59px;
	padding-top: 331px;
}
.module-wrap .module7 .main {
	width: 1200px;
	background: #ffffff;
	border-radius: 10px;
	padding-top: 18px;
	margin: 37px auto 0;
}
.module-wrap .module7 .main .list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.module-wrap .module7 .main .list .item {
	position: relative;
	width: 590px;
	height: 138px;
	background: #ffffff;
	border: 1px solid #f1e8dd;
	border-radius: 5px;
	background-image: url(../images/zip7.png);
	background-repeat: no-repeat;
	background-position: 51px;
	padding-left: 124px;
	padding-top: 35px;
}
.module-wrap .module7 .main .list .item .title {
	font-size: 24px;
	font-weight: bold;
	color: #ec8f37;
	line-height: 28px;
}
.module-wrap .module7 .main .list .item .dec {
	margin-top: 8px;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
}
.module-wrap .module7 .main .list .item .btn {
	position: absolute;
	width: 154px;
	line-height: 48px;
	background: #f0a549;
	border-radius: 24px;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	padding-left: 32px;
	background-image: url(../images/hand.png);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: 114px;
	right: 22px;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module7 .main .list2 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
}
.module-wrap .module7 .main .list2 .item {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px dashed #fed1ae;
}
.module-wrap .module7 .main .list2 .item:nth-child(odd) {
	padding-right: 10px;
}
.module-wrap .module7 .main .list2 .item:nth-child(even) {
	padding-left: 10px;
}
.module-wrap .module7 .main .list2 .item:nth-child(1),
.module-wrap .module7 .main .list2 .item:nth-child(2) {
	border-top: none;
}
.module-wrap .module7 .main .list2 .item .name {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 59px;
	width: 312px;
}
.module-wrap .module7 .main .list2 .item .num {
	-ms-flex: 1;
	flex: 1;
	font-size: 18px;
	line-height: 59px;
	font-weight: 400;
	color: #333333;
}
.module-wrap .module7 .main .list2 .item .btn {
	width: 91px;
	display: block;
	line-height: 20px;
	text-align: center;
	border: 2px solid #f86f00;
	font-size: 16px;
	font-weight: 400;
	color: #f86f00;
}
.module-wrap .module8 {
	padding-top: 66px;
	background-image: url(../images/bg8.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-bottom: 60px;
}
.module-wrap .module8 .main {
	width: 1200px;
	margin: 32px auto 0;
	padding-top: 21px;
	position: relative;
}
.module-wrap .module8 .main .dec-list {
	width: 1063px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto;
}
.module-wrap .module8 .main .dec-list .dec {
	width: 113px;
	height: 105px;
	padding-top: 13px;
	text-align: center;
}
.module-wrap .module8 .main .dec-list .dec:hover {
	background: rgba(255, 255, 255, 0.1);
}
.module-wrap .module8 .main .dec-list .dec .icon {
	font-size: 34px;
	color: #ffffff;
	line-height: 38px;
}
.module-wrap .module8 .main .dec-list .dec .title {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	line-height: 24px;
	margin-top: 15px;
}
.module-wrap .module8 .main .card-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 80px;
	margin-bottom: 31px;
}
.module-wrap .module8 .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 .module8 .main .card-list .card .title {
	position: absolute;
	background: #ec8f37;
	top: 0;
	line-height: 43px;
	width: 243px;
	background-repeat: no-repeat;
	background-position: top;
	left: 50%;
	transform: translate(-50%, -100%);
	border-radius: 10px 10px 0 0;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
}
.module-wrap .module8 .main .card-list .card .content-list {
	padding-top: 31px;
}
.module-wrap .module8 .main .card-list .card .content-list .content-wrap:hover .content {
	color: #03a3dd;
	font-size: 18px;
	font-weight: bold;
}
.module-wrap .module8 .main .card-list .card .content-list .content-wrap + .content-wrap {
	margin-top: 6px;
}
.module-wrap .module8 .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 .module9 {
	background-image: url(../images/bg9.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 88px;
	height: 580px;
}
.module-wrap .module9 .main2 {
	width: 1200px;
	margin: 0 auto 0;
	padding-left: 24px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: top;
}
.module-wrap .module9 .main2 .left {
	width: 669px;
	height: 432px;
	background-image: url(../images/bg9-1.png);
	padding-top: 68px;
	border-radius: 20px;
}
.module-wrap .module9 .main2 .left .title {
	font-size: 34px;
	font-weight: bold;
	color: #333333;
	line-height: 38px;
	margin-left: 72px;
	margin-bottom: 68px;
}
.module-wrap .module9 .main2 .left .dec {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 45px;
	padding-left: 101px;
	position: relative;
}
.module-wrap .module9 .main2 .left .dec::before {
	width: 8px;
	height: 8px;
	background: #34d2bf;
	transform: rotate(45deg);
	content: "";
	position: absolute;
	top: 19px;
	left: 76px;
}
.module-wrap .module9 .main2 .right {
	padding-top: 6px;
}
.module-wrap .module9 .main2 .right .title {
	font-size: 44px;
	font-weight: bold;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	padding-bottom: 27px;
	width: 447px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	margin-bottom: 33px;
}
.module-wrap .module9 .main2 .right .input-wrap {
	width: 449px;
	height: 50px;
	position: relative;
}
.module-wrap .module9 .main2 .right .input-wrap + .input-wrap {
	margin-top: 26px;
}
.module-wrap .module9 .main2 .right .input-wrap .img-icon {
	position: absolute;
	left: 19px;
	top: 50%;
	transform: translateY(-50%);
}
.module-wrap .module9 .main2 .right .input-wrap input {
	padding-left: 81px;
	height: 100%;
	width: 100%;
	border: none;
	background-color: #fc7f3e;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
}
.module-wrap .module9 .main2 .right .input-wrap input::-moz-placeholder {
	color: #fff;
}
.module-wrap .module9 .main2 .right .input-wrap input:-ms-input-placeholder {
	color: #fff;
}
.module-wrap .module9 .main2 .right .input-wrap input::placeholder {
	color: #fff;
}
.module-wrap .module9 .main2 .right .module-btn {
	width: 310px;
	line-height: 60px;
	margin-top: 40px;
	background: #ffffff;
	color: #ec8f37;
}
.module-wrap .module9 .main2 .right .module-btn::after {
	content: none;
}

@-webkit-keyframes opacity-animate {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes opacity-animate {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
