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;
}
div {
	box-sizing: border-box;
}

.module1 {
	height: 550px;
	background-image: url(../img/care/banner-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}
.module1-title {
	position: absolute;
	top: 126px;
	left: 50%;
	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 h1 span {
	font-size: 28px;
}
.module1-title p {
	width: 790px;
	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: 43px;
	left: 50%;
	transform: translate(-50%);
}
.module1 .img img {
	width: 395px;
	height: 395px;
	float: right;
}
.module2 {
	height: 574px;
	background: #fff;
	padding-top: 67px;
}
.module2-card {
	padding-top: 59px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.module2-card-item {
	width: 20%;
	margin-left: 20px;
	padding: 30px 30px 28px 30px;
	background-image: url(../img/care/card-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 8px 20px 0 rgba(77, 76, 76, 0.1);
}
.module2-card-item:first {
	margin-left: 0;
}

.module2-card-item:hover {
	transform: translateY(-20px);
	transition-duration: 300ms;
}

.module2-card-item img {
	width: 96px;
	height: 96px;
}
.module2-card-item h6 {
	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: 8px 0 16px;
}
.module2-card-item p {
	font-weight: 400;
	font-size: 16px;
	color: #51617C;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.module3 {
	height: 988px;
	background: #F0F7FF;
	border-radius: 0px 0px 0px 0px;
	padding-top: 91px;
}
.module3-card {
	
	margin: 0 auto;
	position: relative;
    top: 80px;
}
.module3-card-pic {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 2;
}
.module3-card-pic .pic1,.module3-card-pic .pic3 {
	width: 33.33%;
	height: 258px;
}
.module3-card-pic .pic2 {
	width: 33.33%;
	height: 288px;
}
.module3-card-title {
	position: relative;
	top: -217px;
	height: 479px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
	padding: 217px 53px 0;
}
.module3-card-title-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.module3-card-title-item h6 {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 20px;
	color: #313540;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	display: flex;
}
.module3-card-title-item p {
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 16px;
	color: #51617C;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 14px;
}
.module3-card-title-item h6 img {
	width: 36px;
	height: 36px;
}
.module3-card-title .line {
	width: 0px;
	height: 122px;
	border-radius: 0px 0px 0px 0px;
	border: 1px solid #313540;
	opacity: 0.1;
	margin: 36px 29px;
}

.module4 {
	margin-top: -110px;
	background: #fff;
	height: 810px;
	padding-top: 80px;
}
.module4-content {
	margin-top: 45px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 45px auto 0;
}
.module4-content-rihgt {
	/* max-width: 950px; */
	flex: 1;
	height: 552px;
	padding: 33px 23px 54px;
	box-shadow: 0 20px 15px 0 rgba(210, 225, 245, 0.8);
}
.module4-content-rihgt img {
	width: 100%;
    height: 100%;
}
.module4-content-left {
	margin-right: 90px;
	width: 430px;
}
.module4-content-left h6 {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 20px;
	color: #313540;
	line-height: 64px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
}
.module4-content-left h6 img {
	width: 64px;
	height: 64px;
}
.module4-content-left p {
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 18px;
	color: #51617C;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-left: 21px;
}
.module4-content-left p span {
	font-family: Alibaba PuHuiTi-Bold;
	font-weight: 600;
}
.module5 {
	height: 859px;
	padding-top: 77px;
	background: #F0F7FF;
	border-radius: 0px 0px 0px 0px;
}
.module5-content {
	margin: 80px auto 0;
	display: flex;
}
.module5-content-left {
	flex: 1;
	height: 573px;
	position: relative;
}
.module5-content-left-inner {
	width: 100%;
	height: 542px;
	position: relative;
	z-index: 2;
	background: #fff;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 24px;
}
.module5-content-left-inner div {
	width: 20%;
	margin-left: 12px;
}
.module5-content-left-inner div:first {
	margin: 0;
}
.module5-content-left-inner div img {
	width: 100%;
	height: 453px;
}
.module5-content-left-inner div span {
	width: 100%;
	display: block;
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 16px;
	color: #51617C;
	line-height: 36px;
	text-align: center;
	font-style: normal;
	text-transform: none;
	margin-top: 11px;
}
.module5-content-left-bg {
	width: calc(100% - 16px);
	height: 490px;
	background: #D2E1F5;
	border-radius: 30px 30px 30px 30px;
	opacity: 0.8;
	filter: blur(54.428565979003906px);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.module5-content-right {
	width: 300px;
	margin-left: 60px;
}
.module5-content-right h6 {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 20px;
	color: #313540;
	line-height: 64px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	display: flex;
}
.module5-content-right h6 img {
	width: 64px;
	height: 64px;
}
.module5-content-right p {
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 18px;
	color: #51617C;
	line-height: 36px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding-left: 21px;
}
.module5-content-right p span {
	font-family: Alibaba PuHuiTi-Bold;
	font-weight: 600;
}
.module6 {
	height: 1321px;
	padding-top: 72px;
	background: #F5F7FA;
}
.module6-content {
	margin: 0 auto;
}

.module6-top {
	margin-top: 52px;
}

.module6-top p, 
.module6-bottom p {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 20px;
	color: #313540;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.module6-top-card {
	margin-top: 48px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.module6-top-card-item {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 67px 27px 63px 47px;
	background-image: url(../img/care/m6-card.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-left: 25px;
	box-shadow: 6px 8px 24px 0px rgba(0, 0, 0, 0.03);
}
.module6-top-card-item:first-child {
	margin-left: 0;
}
.module6-top-card-item:hover {
	transform: translateY(-20px);
	transition-duration: 300ms;
}
.module6-top-card-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.module6-top-card-text p {
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	font-size: 48px;
	color: #313540;
	line-height: 64px;
	text-align: left;
	font-style: normal;
	text-transform: none;
}
.module6-top-card-text span {
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 18px;
	color: #51617C;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin-top: 3px;
}
.module6-top-card-pic,
.module6-top-card-pic img {
	width: 108px;
	height: 108px;
}
.module6-bottom {
	margin-top: 99px;
}
.module6-bottom-content {
	margin-top: 33px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.module6-bottom-content-card-small {
	width: 32%;
}
.module6-bottom-content-card-big {
	width: 36%;
}
.module6-bottom-content>div {
	margin-left: 34px;
	border-radius: 20px;
}
.module6-bottom-content>div:first {
	margin: 0;
}
.module6-bottom-content-card-small .m6-pic {
	width: 100%;
	height: 197px;
}
.module6-bottom-content-card-small .pic-bg,
.module6-bottom-content-card-big .pic-bg {
	position: relative;
}
.module6-bottom-content-card-small .pic-bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 198px;
	background: linear-gradient( 180deg, rgba(68,131,255,0) 0%, rgba(68,131,255,0.55) 100%);
	border-radius: 20px 20px 0px 0px;
}
.module6-bottom-content-card-big .pic-bg::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	width: 100%;
	height: 228px;
	background: linear-gradient( 180deg, rgba(68,131,255,0) 0%, rgba(68,131,255,0.55) 100%);
	border-radius: 20px 20px 0px 0px;
}
.module6-bottom-content-card-big .m6-pic {
	width: 100%;
	height: 228px;
}
.module6-bottom-content>div h6 {
	display: flex;
	font-family: Alibaba PuHuiTi;
	font-weight: bold;
	
	color: #313540;
	margin-top: 32px;
	margin-bottom: 22px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding: 0 30px;
}
.module6-bottom-content>div p {
	font-family: Alibaba PuHuiTi;
	font-weight: 400;
	font-size: 16px;
	color: #51617C;
	line-height: 23px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	padding: 0 30px;

}
.module6-bottom-content>div p span {
	font-weight: 600;
	font-family: Alibaba PuHuiTi-Bold;
}
.module6-bottom-content>div h6 img{
	margin-right: 35px;
}
.module6-bottom-content-card-small {
	margin-top: 44px;
}
.module6-bottom-content-card-small h6 {
	font-size: 20px;
	line-height: 35px;
}
.module6-bottom-content-card-small h6 img {
	width: 35px;
}
.module6-bottom-content .module6-bottom-content-card-big h6 {
	font-size: 24px;
	line-height: 45px;
	padding: 0 40px;
}
.module6-bottom-content .module6-bottom-content-card-big p {
	padding: 0 40px;
}
.module6-bottom-content-card-big h6 img {
	width: 45px;
}
.module6-bottom-content-card-big {
	padding-bottom: 28px;
	position: relative;
}
.module6-bottom-content-card-big-bg {
	position: absolute;
	width: calc(100% - 16px);
	height: calc(100% - 50px);
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background: #D2E1F5;
	border-radius: 23px 23px 23px 23px;
	opacity: 0.8;
	filter: blur(42.14558029174805px);
}
.odule6-bottom-content-card-big-content {
	background: #fff;
	position: relative;
	z-index: 2;
	padding-bottom: 28px;
	border-radius: 20px;
}








@media screen and (max-width: 1440px) {
	.module1 .img,
	.module1 .module1-title,
	.module2-card,
	.module3-card,
	.module4-content,
	.module5-content,
	.module6-content
	{
		min-width: 1180px;
	}
	.module2-card {
		min-width: 1180px;
	}
	.module3-card-title .line {
		margin-left: 15px;
		margin-right: 15px;
	}
}
@media screen and (min-width: 1441px) {
	.module1 .module1-title,
	.module1 .img
	{
		min-width: 1440px;
	}
	.module2-card,
	.module4-content,
	.module5-content,
	.module6-content
	{
		width: 1440px;
	}
	.module3-card {
		max-width: 1560px;
		min-width: 1440px;
	}
}