html,body{
	width: 100%;
	height: 100%;	
	background-color: black;
	margin: 0;
}
.cscs{
	height: 4000px;
}
@font-face {
	font-family: "SourceHanSerifSC";
	src: url("/themes/llumar/css/hengxin/SourceHanSerifSC-SemiBold.otf") format("truetype");
}

.bg h6,.bg p,.bg h5{
	color: #FFFFFF;
	font-family: "SourceHanSerifSC";
}
.header{
	height: 192px;
	display: flex;
	margin: 0 10%;
	justify-content: space-between;
	background-color:#000;
}
.header p{
	color: #fff;
	margin: 0;
	display: flex;
	align-items: center;
	font-size: 62px;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.content{
	position: relative;
}
.content-bg{
	background-image: url(/themes/llumar/images/hengxin/bg.png);
	background-size: cover;
}
.content p{
	padding: 48px 10% 80px 10%;
	color: #fff;
	margin: 0;
	font-size: 45px;
}
.content-expert{
	margin: 0 10%;
	display: flex;
	flex-wrap: wrap;
}
.content-expert-box{
	width: 22%;
	display: flex;
	align-items: center;
	margin:0 4% 60px 0;
}
.content-expert-box:nth-child(4){
	margin-right: 0;
}
.content-expert-img{
	display: flex;
    align-items: baseline;
    justify-content: center;
    margin-right: 10px;
    height: 100%;
}
.content-expert-img img{
	width: 65px;
	object-fit: contain;
}

.content-expert-dec{
	height:100%;
}

.content-expert-dec h6{
	margin: 0 0 16px 10px;
	font-size: 22px;
	font-family: "SourceHanSerifSC";
	transform: scaleX(.8);
	width: 125%;
    margin-left: calc(-12.5% + 10px);
}

.content-expert-dec p{
	color: #FFFFFF;
	font-size: 14px;
    line-height: 24px;
	margin: 0 0 0 10px;
	padding: 0;
	font-family: "SourceHanSerifSC";
}
.content-protect{
	margin: 0 10%;
	display: flex;
	align-items: center;
	padding-bottom: 60px;
}
.content-protect-left{
	width: 30%;
}
.content-protect-left h5{
	font-size: 26px;
	margin: 0 0 20px 0;
	padding-right: 20px;
}
.content-protect-left p{
	padding: 0;
	font-size: 16px;
	background-image:linear-gradient(to right,#fee9d0,#fabaa3);
	-webkit-background-clip:text; 
	color:transparent;
}
.content-protect-right{
	width: 70%;
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.content-protect-box{
	width: 22%;
	display: flex;
	align-items: center;
	margin:0 4% 0 0;
}
.content-protect-box:nth-child(4){
	margin-right: 0;
}
.content-protect-img{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.content-protect-img img{
	width: 100%;
	object-fit: contain;
}
.content-protect-dec h5{
	margin: 0 0 16px 10px;
	font-size: 22px;
	font-family: "SourceHanSerifSC";
}
.content-protect-dec p{
	font-size: 16px;
	margin: 0 0 0 10px;
	padding: 0;
	font-family: "SourceHanSerifSC";
	width: 125%;
    transform: scaleX(.8);
    margin-left: calc(-12.5% + 10px);
}
.content-HY{
	position: relative;
}
.content-HY img{
	width: 100%;
}
.content-HY-dec{
	position: absolute;
	top: calc(100% - 300px);
	margin: 0 10%;
}
.content-HY-dec h5{
	margin: 0;
	font-size: 50px;
	margin: 20px 0;
}
.content-HY-dec p{
	padding: 0;
	font-size: 22px;
	background-image:linear-gradient(to right,#f5cee1,#78afdf,#f5cee1,#78afdf); 
	-webkit-background-clip:text; 
	color:transparent;
}
.content-HY-w{
	display: flex;
	align-items: center;
	padding: 5% 10%;
	justify-content: center;
}
.content-HY-w-box{
	width: 24%;
	display: flex;
	align-items: center;
	margin:0 4% 0 0;
}
.content-HY-w-box:last-child{
	margin:0 0 0 0;
}
.content-HY-w-box:nth-child(4){
	margin-right: 0;
}
.content-HY-w-img{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}
.content-HY-w-img img{
	width: 100px;
	height: 100px;
}
.content-HY-w-dec h5{
	margin: 0 0 16px 10px;
	font-size: 18px;
	font-family: unset;
}
.content-HY-w-dec p{
	font-size: 14px;
	margin: 0 0 0 10px;
	padding: 0;
	font-family: unset;
	height: 70px;
}
@media screen and (min-width:1920px){
	.bg{
		zoom: 1.6;
	}
}
@media screen and (max-width:1920px) and (min-width:1440px){
	.bg{
		zoom: 1.2;
	}
}
@media screen and (max-width:1440px) and (min-width:1200px){
	.bg{
		zoom: 1;
	}
}
@media screen and (max-width:1200px) and (min-width:768px){
	.bg{
		zoom: 0.6;
	}
}
@media screen and (max-width:768px) and (min-width:500px){
	.bg{
		zoom: 0.6;
	}
}
@media screen and (max-width:500px){
	.bg{
		zoom: 0.3;
	}
}