/*************************
*******Header******
**************************/
.header{
	height: 0;
}
.header, .navbar{
	background-color: transparent;
}
.header-active, .header-active .navbar{
	background: #fff;
}


/*************************
*******1******
**************************/
.module-1{
	background-size: cover;
	background-position: center center;
	height: 662px;
	color: #fff;
}
.module-1 h1{
	font-size: 48px;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: bold;
	text-align: left;
	line-height: 47px;
	margin: 0 0 36px;
}
.module-1 p{
	font-size: 28px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: left;
	line-height: 47px;
	margin: 0 0 30px;
}
.module-1 button{
	background: linear-gradient(0deg,#0087fa 0%, #015eea 100%);
	border-radius: 8px;
	padding: 21px 30px;
	font-size: 26px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Bold;
	font-weight: 700;
	color: #ffffff;
	line-height: 1;
	border: 0;
	outline: 0;
	margin-right: 45px;
}
.module-1 img{
	max-height: 117px;
	margin-left: 53px;
}

/*************************
*******2******
**************************/
.module-2{
	padding: 110px 0 100px;
}
.module-2 img{
	max-width: 58%;
}
.module-2 .m1{
	margin-left: 48px;
}
.module-2 .m2{
	margin-top: 100px;
}
.module-2 h1{
	font-size: 48px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Black;
	font-weight: 900;
	text-align: left;
	color: #333333;
	margin: 0 0 58px;
}
.module-2 p{
	font-size: 24px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 500;
	text-align: left;
	color: #666666;
	line-height: 38px;
	margin: 0;
}
.module-2 h2{
	font-size: 36px;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: bold;
	text-align: center;
	color: #333333;
	line-height: 38px;
	margin: 140px 0 20px;
}
.module-2 .line-box{
	height: 24px;
	width: 100%;
	margin-bottom: 62px;
}
.module-2 .line-box img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	max-width: inherit;
}
.module-2 .choose h4{
	background: linear-gradient(0deg,#0087fa 0%, #015eea 100%);
	border-radius: 4px;
	padding: 10px 0;
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: bold;
	color: #ffffff;
	line-height: 1;
	text-align: center;
	margin: 0 0 14px;
}
.module-2 .choose p{
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Medium;
	font-weight: 600;
	text-align: left;
	color: #333;
	line-height: 22px;
	margin: 0;
}

/*************************
*******3******
**************************/
.module-3{
	padding: 0 0 120px;
}
.module-3 .m1{
	margin-top: 120px;
}
.module-3 h2{
	font-size: 36px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	text-align: center;
	color: #333333;
	line-height: 38px;
}
.module-3 p{
	font-size: 18px;
	font-family: PingFang SC, PingFang SC-Regular;
	text-align: center;
	color: #333;
	line-height: 38px;
	margin: 24px 0 80px;
}
.module-3 img{
	max-height: 110px;
	margin: 10px;
}
.module-3 .card{
	padding: 0 50px;
}
.module-3 .card img{
	max-height: inherit;
	margin: 0 0 24px;
}
.module-3 .card.m4 img{
	margin: 0 0 12px;
}
.module-3 h3{
	background: linear-gradient(0deg,#0087fa 0%, #015eea 100%);
	border-radius: 10px 10px 0px 0px;
	padding: 13px 0;
	text-align: center;
	margin: 0;
	font-size: 36px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: 400;
	color: #ffffff;
	line-height: 1;
}
.module-3 .m2{
	padding-top: 60px;
}
.module-3 .m3{
	padding-top: 40px;
}

@media (max-width: 1680px) {
    /*************************
    *******Header******
    **************************/
    
}
@media (max-width: 1200px) {
    /*************************
    *******Header******
    **************************/
	
    /*************************
    *******1******
    **************************/
	.module-1{
		height: 500px;
	}
	.module-1 h1{
		font-size: 40px;
		/* line-height: 32px; */
	}
	.module-1 p{
		font-size: 20px;
		line-height: 32px;
	}
	.module-1 button{
		padding: 18px 22px;
		font-size: 22px;
		margin-right: 30px;
	}
	.module-1 img{
		max-height: 90px;
		margin-left: 40px;
	}
	/*************************
	*******2******
	**************************/
	.module-2 img{
		max-width: 50%;
	}
	.module-2 h1{
		font-size: 40px;
		margin: 0 0 38px;
	}
	.module-2 p{
		font-size: 20px;
		line-height: 30px;
	}
	.module-2 h2{
		font-size: 30px;
		line-height: 32px;
	}
	.module-2 .line-box{
		margin-bottom: 52px;
	}
	.module-2 .choose h4{
		font-size: 15px;
	}
	.module-2 .choose p{
		font-size: 13px;
		line-height: 20px;
	}
	
	/*************************
	*******3******
	**************************/
	.module-3 h2{
		font-size: 30px;
		line-height: 32px;
	}
	.module-3 p{
		font-size: 16px;
		line-height: 28px;
		margin: 18px 0 60px;
	}
	.module-3 img{
		max-height: 90px;
		margin: 8px;
	}
	.module-3 .card.m4 img{
		margin: 0 0 16px;
	}
	.module-3 h3{
		font-size: 30px;
	}
}
@media (max-width: 992px) {
    /*************************
    *******Header******
    **************************/
	
    /*************************
    *******1******
    **************************/
	.module-1{
		height: 470px;
	}
	.module-1 h1{
		font-size: 32px;
		/* line-height: 26px; */
	}
	.module-1 p{
		font-size: 16px;
		line-height: 24px;
	}
	.module-1 button{
		padding: 12px 16px;
		font-size: 18px;
		margin-right: 20px;
	}
	.module-1 img{
		max-height: 80px;
		margin-left: 30px;
	}
	/*************************
	*******2******
	**************************/
	.module-2 h1{
		font-size: 32px;
		margin: 0 0 26px;
	}
	.module-2 p{
		font-size: 16px;
		line-height: 26px;
	}
	.module-2 h2{
		font-size: 28px;
	}
	.module-2 .choose h4{
		font-size: 16px;
	}
	.module-2 .choose p{
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 20px;
	}
	/*************************
	*******3******
	**************************/
	.module-3 h2{
		font-size: 28px;
	}
	.module-3 p{
		font-size: 14px;
		line-height: 22px;
		margin: 18px 0 50px;
	}
	.module-3 img{
		max-height: 68px;
		margin: 6px;
	}
	.module-3 .card{
		padding: 0 15px;
		margin-bottom: 20px;
	}
	.module-3 .m2{
		padding-top: 40px;
	}
}
@media (max-width: 767px) {
	.m-m-flex-warp{
		flex-wrap: wrap;
	}
	.m-m-flex-warp-reverse{
		flex-wrap: wrap-reverse;
	}
    /*************************
    *******Header******
    **************************/
	

    /*************************
    *******1******
    **************************/
	.module-1{
		height: 340px;
	}
	.module-1 h1{
		font-size: 16px;
		line-height: 22px;
	}
	.module-1 p{
		font-size: 12px;
		line-height: 16px;
	}
	.module-1 button{
		padding: 10px 12px;
		font-size: 13px;
		margin-right: 10px;
	}
	.module-1 img{
		max-height: 40px;
		margin-left: 15px;
	}
	/*************************
	*******2******
	**************************/
	.module-2{
		padding: 50px 0 60px;
	}
	.module-2 img{
		max-width: 100%;
		margin-top: 20px;
	}
	.module-2 .m2{
		margin-top: 50px;
	}
	.module-2 h1{
		font-size: 26px;
		margin: 0 0 18px;
	}
	.module-2 p{
		font-size: 14px;
		line-height: 22px;
	}
	.module-2 h2{
		font-size: 24px;
		margin: 32px 0 10px;
	}
	.module-2 .choose h4{
		font-size: 14px;
	}
	.module-2 .choose p{
		font-size: 12px;
		line-height: 18px;
		margin: 0 0 18px;
	}
	/*************************
	*******3******
	**************************/
	.module-3{
		padding: 0 0 60px;
	}
	.module-3 .m1{
		margin-top: 60px;
	}
	.module-3 h2{
		font-size: 24px;
	}
	.module-3 p{
		font-size: 12px;
		line-height: 16px;
		margin: 12px 0 30px;
	}
	.module-3 img{
		max-height: 60px;
	}
	.module-3 .card img{
		margin: 0 0 12px;
	}
	.module-3 .card.m4 img{
		margin: 0 0 12px;
	}
	.module-3 h3{
		font-size: 16px;
	}
	.module-3 .m2{
		padding-top: 20px;
	}
	.module-3 .m3{
		padding-top: 20px;
	}
}
