@charset "utf-8";

.row_content_bg_c_banner {
	background-image: url(../images/home_c_banner_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	background-attachment: fixed;
	padding: 100px 0;
}

.row_content_bg_c_banner p{
	width: 100%;
	font-size: 48px;
	font-family: "HarmonyOS Sans SC";
	font-weight: 100;
	color: #ffffff;
	line-height: 1.6;
	text-shadow: 0px 1px 2px rgba(34, 122, 150, 0.9);
	text-align: center;
}




@media (max-width:1200px) {
	.row_content_bg_c_banner {
		background-size: auto 100%;
		padding: 4.8rem 0;
	}
	
	.row_content_bg_c_banner p{
		font-size: 2.304rem;
	}
}