main {
	width: 100%;
}
.heading {
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 36px;
	color: #313540;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

/* .module1 {
	height: 556px;
	position: relative;
	background-image: url(../img/index/module1-top.png);
}

.module1 .module1-content {
	width: 865px;
	height: 523px;
	position: absolute;
	top: 13px;
	right: 99px;
	background-image: url(../img/index/module1-content.png);
}
.module1 .module1-text {
	width: 633px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 109px;
	left: 262px;
} */
/* .module1 .module1-text h1 {
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 48px;
	color: #313540;
	line-height: 56px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 40px;
}
.module1 .module1-text h2 {
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 18px;
	color: #51617C;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
} */
.module1 {
	height: 556px;
	background-image: url(../img/index/module1-top.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 112px;
}
.module1-title {
	position: absolute;
	top: 126px;
	left: 50%;
	z-index: 9;
	transform: translate(-50%);
}
.module1-title h1 {
	font-family: Alibaba PuHuiTi;
	font-weight: 600;
	font-size: 48px;
	color: #313540;
	line-height: 56px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.module1-title p {
	width: 633px;
	margin-top: 26px;
	font-weight: 400;
	font-size: 18px;
	color: #51617C;
	line-height: 30px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.module1 .img {
	position: absolute;
	top: 13px;
	left: 50%;
	transform: translate(-50%);
}
.module1 .img img {
	width: 849px;
	height: 495px;
	float: right;
}
.module1 .module1-bottom{
	position: absolute;
	height: 81px;
	width: 232px;
    background-image: url(../img/index/module1-bottom.png);
    bottom: -112px;
    left: 50%;
    transform: translateX(-50%);
	z-index: 2;
}
.module1 .module1-bottom-btn {
	width: 232px;
	height: 81px;
	background-image: url(../img/index/module1-btn.png);
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-116px);
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 28px;
	color: #313540;
	line-height: 81px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.module1 .module1-bottom-btn img {
	width: 24px;
	height: 24px;
	position: relative;
	top: -12px;
	margin-right: 4px;
}
.module2 {
	/* height: 590px; */
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	justify-content: space-around;
	padding-top: 20px;
	/* margin-top: -98px;
	padding-top: 98px; */
	margin-bottom: 90px;
}
.module2 .module2-item {
	box-sizing: border-box;
	width: 33%;
	max-width: 432px;
	padding: 0 27px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: linear-gradient( 180deg, #EEF2F8 0%, #FFFFFF 71%);
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 8px 20px 0 rgba(77, 76, 76, 0.1);
	position: relative;
	margin-bottom: 40px;
	
}
.module2 .module2-item:hover {
	transform: translateY(-20px);
	transition-duration: 300ms;
}
.module2 .module2-item:first {
	margin: 0;
}
.module2 .module2-item img {
	width: 90px;
	height: 90px;
	margin-top: 40px;
}
.module2 .module2-item h1 {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 20px;
	color: #313540;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin: 18px 0 20px;
}
.module2 .module2-item p {
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 16px;
	color: #51617C;
	line-height: 24px;
	/* text-align: center; */
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-bottom: 40px;
}
.module2 .module2-item .btn {
	width: 100%;
	height: 63px;
	position: absolute;
	bottom: -32px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.module2 .module2-item a {
	width: 158px;
	height: 63px;
	background: linear-gradient( 338deg, #258DFF 0%, #67B0FF 100%);
	box-shadow: 0px 10px 23px 0px rgba(225,229,237,0.8);
	border-radius: 50px 50px 50px 50px;
	border: 3px solid #FFFFFF;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 63px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}

.module3 {
	min-width: 1600px;
	width: 100%;
	height: 837px;
	background: url(../img/index/module3-bg.png) no-repeat;
	background-size: 100% 837px;
    background-position: 50%;
	position: relative;
	margin-bottom: 120px;
}
.module3 h1 {
	padding-top: 97px;
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 36px;
	color: #313540;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-bottom: 25px;
}
.module3 p {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 20px;
	color: #313540;
	line-height: 24px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.module3 p img {
	width: 54px;
	height: 54px;
	object-fit: none;
	object-position: -25px -15px;
	margin: 0 10px;
}
.icon3 {
	width: 1050px;
	height: 612px;
	margin: 0 auto;
	position: relative;
}
.module3 .module3-1,
.module3 .module3-2,
.module3 .module3-3,
.module3 .module3-4,
.module3 .module3-5,
.module3 .module3-6,
.module3 .module3-7 {
	/* width: 320px;
    height: 104px;
    position: absolute;
    object-fit: contain;
    object-position: 0px; */
	position: absolute;
}
/* .module3 .module3-7 {
	width: 125px;
	height: 54px;
} */
.module3 .module3-1 {
	
	bottom: 228px;
    left: 150px;
}
.module3 .module3-2 {
	bottom: 354px;
    left: 80px;
}
.module3 .module3-3 {
	bottom: 333px;
    left: 50%;
	transform: translateX(50px);
}
.module3 .module3-4 {
	bottom: 293px;
    right: 10px;
}
.module3 .module3-5 {
	bottom: 190px;
    left: 710px;
}
.module3 .module3-6 {
	bottom: 166px;
    left: -70px;
}
.module3 .module3-7 {
	bottom: 175px;
    left: 50%;
    transform: translateX(-50%);
}

.module3-content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	box-sizing: border-box;
	width: 1530px;
	height: 230px;
	position: absolute;
	bottom: -115px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	background: #fff;
	border-radius: 14px;
	padding: 78px 227px;
}
.module3-content .line {
	width: 0px;
	height: 66px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #D6D7D9;
	margin: 0 74px;
}
.module3-content .module3-content-item {
	display: flex;
	flex-direction: row;
}
.module3-content .module3-content-item .rate{
	width: 10px;
	height: 10px;
	border-radius: 0px 0px 0px 0px;
	border: 3px solid #313540;
	opacity: 0.2;
	margin-right: 15px;
	border-radius: 50%;
	margin-top: 6px;
}
.module3-content .module3-content-item h1 {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 22px;
	color: #313540;
	line-height: 25px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-right: 35px;
	padding: 0;
}
.module3-content .module3-content-item p {
	width: 112px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 16px;
	color: #51617C;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: -12px;
}
.module4 {
	padding: 108px 0 0;
	margin: 0 auto;
	height: 473px;
	box-sizing: border-box;
}
.module4 .title {
	font-family: Alibaba PuHuiTi;
	font-weight: 500;
	font-size: 36px;
	color: #313540;
	line-height: 42px;
	text-align: center;
	font-style: normal;
	text-transform: none;
}
.module4 .swiper{
	height: 100px;
	margin-top: 90px;
}
.swiper .swiper-button-item {
	width: 102px;
	height: 102px;
	background-size: 100%;
	display: block !important;
	cursor: pointer !important;
}
.swiper .swiper-button-item img {
	object-fit: none;
    object-position: 0 -15px;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
	display: none;
}
.swiper-slide {
	box-sizing: border-box !important;
	padding: 0 124px !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: space-between !important;
}

.swiper-slide img {
	width: auto !important;
	height: auto !important;
}
.module4 .swiper-slide img {
	width: 20% !important;
	height: auto !important;
	object-fit: contain;
	margin-left: 20px;
}
.module4 .swiper-slide img:first-child {
	margin-left: 0 !important;
}

.module5 {
	height: 718px;
	background: linear-gradient(180deg, #fff 0%, #F0F7FF 100%);
	border-radius: 0px 0px 0px 0px;
}
.module5-content {
	padding-top: 80px;
	margin: 0 auto;
}
.module5-content h1 {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 22px;
	color: #313540;
	line-height: 25px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 40px;
}
.module5-content h1 img{
	width: 18px;
	height: 21px;
	margin-right: 10px;
}
.group-content {
	width: 930px;
	margin: 30px auto 45px;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 16px;
	color: #51617C;
	line-height: 28px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	text-indent: 2ch;
}
.module5-card {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 0 auto;
}
.module5-card .module5-card-item {
	width: 23%;
	padding: 62px 27px 68px 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	/* margin-left: 38px; */
	background-image: url(../img/index/module5-card-bg.png);
	box-shadow: 0 8px 20px 0 rgba(77, 76, 76, 0.1);
	background-repeat: no-repeat;
}
.module5-card .module5-card-item:hover {
	transform: translateY(-20px);
	transition-duration: 300ms;
}
.module5-card .module5-card-item:first-child {
	margin: 0;
}
.module5-card .module5-card-item p {
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 18px;
	color: #51617C;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.module5-card .module5-card-item h6 {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 24px;
	color: #313540;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.module5-card .module5-card-item img {
	width: 108px;
	height: 108px;
}


.module6 {
	height: 639px;
	padding-top: 60px;
	margin-bottom: 50px;
	position: relative;
}
.module6 .swiper {
	height: 451px !important;
	margin: 25px auto 0 !important;
}
.module6-swiper-box {
	/* width: 1304px; */
	margin: 60px auto;
	height: 451px;
	padding: 0 120px;
	position: relative;

}
.module6-swiper {
	width: 100%;
	height: 451px;
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0 8px 20px 0 rgba(77, 76, 76, 0.1);
	padding: 27px;
	box-sizing: border-box;
	position: relative;
}
.module6-swiper .swiper {
	/* width: 100% !important; */
	margin-top: 0 !important;
}

.module6-swiper .swiper .swiper-slide {
	padding: 0 !important;
}
.module6-swiper .swiper .swiper-slide img {
	width: 100% !important;
	height: 404px !important;
	object-fit: contain;
}
.module6-swiper .swiper .wiper-button-item {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.module6-swiper-box .swiper-button-item::after,
.module6-swiper-box .swiper-button-item::before {
	display: none !important;
}
.module6-swiper-box .swiper-button-item.swiper-button-prev {
	left: 52px;
}
.module6-swiper-box .swiper-button-item.swiper-button-next {
	right: 52px;
}


/* .module6 .swiper .swiper-slide {
	height: 492px !important;
	background: #FFFFFF !important;
	border-radius: 10px 10px 10px 10px !important;
} */

.module6 .swiper .swiper-slide .swiper-inner {
	width: 100%;
	height: 452px !important;
	box-shadow: 0 8px 20px 0 rgba(77, 76, 76, 0.1);
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
}
.module6 .swiper .swiper-slide .swiper-inner img {
	height: auto !important;
	/* margin-left: 20px!important; */
	width: 25% !important;
	object-fit: contain;
}
.module6 .swiper .swiper-slide .swiper-inner img:first-child {
	margin: 0 !important;
}

.module6 .swiper .swiper-wrapper-box {
	display: flex;
	
}
.module6 .swiper .swiper-wrapper-box .swiper-slide {
	width: 25% !important;
	padding: 0 !important;
}















@media screen and (max-width: 1440px) {
	
	.module4 {
		width: 1180px;
	}
	.module5 .module5-card,
	.module5 .module5-content {
		min-width: 1440px;
	}
	.module1 .img,
	.module1 .module1-title
	{
		min-width: 1180px;
	}
	.module2 {
		min-width: 1180px;
	}
	.module2 .module2-item {
		margin-left: 30px;
	}
	.module5-card .module5-card-item {
		margin-left: 20px;
	}
	/* .module6 .swiper {
		min-width: 1180px;
	} */

}
@media screen and (min-width: 1441px) {
	.module1 .module1-title,
	.module1 .img
	{
		min-width: 1440px;
	}
	.module4 {
		width: 1440px;
		max-width: 1544px;
	}
	.module5 .module5-content,
	.module5 .module5-card {
		min-width: 1440px;
		max-width: 1560px;
	}
	.module2 {
		width: 1440px;
	}
	.module5-card .module5-card-item {
		margin-left: 38px;
	}
	.module2 .module2-item {
		margin-left: 60px;
	}
	.module6-swiper-box {
		max-width: 1304px;
	}
	/* .module6 .swiper {
		width: 1566px;
	} */
}





