/*************************
*******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: 593px;
	color: #fff;
}

/*************************
*******2******
**************************/
.module-2{
	padding: 70px 0 100px;
}
.module-2 h1{
	font-size: 36px;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: bold;
	text-align: center;
	color: #333333;
	line-height: 38px;
	margin: 0 0 56px;
}
.module-2 .img-box{
	width: 100px;
	text-align: center;
}
.module-2 .img-box img{
	max-width: 60%;
}
.module-2 .row>div{
	margin-bottom: 40px;
}
.module-2 h4{
	font-size: 20px;
	font-family: PingFang SC, PingFang SC-Heavy;
	font-weight: bold;
	text-align: left;
	color: #0c69f4;
	margin: 0 0 10px;
	line-height: 32px;
}
.module-2 p{
	font-size: 14px;
	font-family: HarmonyOS Sans SC, HarmonyOS Sans SC-Medium;
	font-weight: 500;
	text-align: left;
	line-height: 23px;
	margin: 0;
}

@media (max-width: 1680px) {
    /*************************
    *******1******
    **************************/
	
	/*************************
	*******2******
	**************************/

}
@media (max-width: 1200px) {
	/*************************
	*******1******
	**************************/
	.module-1{
		height: 500px;
	}
}
@media (max-width: 992px) {
	/*************************
	*******1******
	**************************/
	.module-1{
		height: 400px;
	}
	/*************************
	*******2******
	**************************/
	.module-2 .img-box{
		width: 60px;
	}
	.module-2 h4{
		font-size: 18px;
	}
	.module-2 p{
		font-size: 13px;
	}
}
@media (max-width: 767px) {
    /*************************
    *******1******
    **************************/
	.module-1{
		height: 200px;
	}
	/*************************
	*******2******
	**************************/
	.module-2{
		padding: 35px 0 50px;
	}
	.module-2 h1{
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 28px;
	}
	.module-2 .img-box{
		width: 50px;
	}
	.module-2 .row>div{
		margin-bottom: 20px;
	}
	.module-2 h4{
		font-size: 15px;
		margin: 0 0 10px;
		line-height: 24px;
	}
	.module-2 p{
		font-size: 12px;
		line-height: 18px;
	}
}
