/* 顶部 start -------------------------------------------  */
.cs-header{
	background-image: url('../images/header-bg.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 548px;
}


.hz-top-coneter{
	padding-top: 96px;
}
.hz-top-coneter .top-coneter-l{
	display: flex;
	align-items: center;
	padding-top: 116px;
}
.hz-top-coneter .top-coneter-l img{
	width: 430px;
	height: 277px;
}

.hz-top-coneter .top-coneter-r{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 138px;
}
.hz-top-coneter .top-coneter-r .tcr-title{
	position: relative;
	font-family: YouSheBiaoTiHei;
	font-size: var(--font-size-58);
	color: #FFFFFF;
}
.hz-top-coneter .top-coneter-r .tcr-title img{
	position: absolute;
	width: 172px;
	height: 24px;
	top: 45px;
	left: -42px;
}
.hz-top-coneter .top-coneter-r .tcr-title2{
	padding-top: 40px;
	font-family: 'Alibaba-PuHuiTi-Regular';
	font-weight: 400;
	font-size: var(--font-size-36);
	color: #FFFFFF;
}
.hz-top-coneter .top-coneter-r .tcr-title3{
	padding-top: 34px;
	font-family: 'Alibaba-PuHuiTi-Regular';
	font-weight: 400;
	font-size: var(--font-size-36);
	color: #FFFFFF;
}
 
/* 顶部 end ------------------------------------------- */


@media (max-width: 992px){
	.hz-top-coneter .top-coneter-l{
		display: none;
	}
	.hz-top-coneter .top-coneter-r{
		padding-top: 90px;
	}
}

@media (max-width: 768px){
	.cs-header{
		height: 455px;
	}
	.hz-top-coneter .top-coneter-r{
		padding-top: 60px;
	}
	.hz-top-coneter .top-coneter-r .tcr-title img{
		width: 132px;
		height: 24px;
		top: 30px;
		left: -32px;
	}
	.hz-top-coneter .top-coneter-r .tcr-title2{
		font-size: 30px;
		text-align: center;
	}
	.hz-top-coneter .top-coneter-r .tcr-title3{
		font-size: 30px;
		text-align: center;
	}
}



#byImgPC{
	display: block;
}
#byImgMobile{
	display: none;
}

@media (max-width: 768px){
	#byImgPC{
		display: none;
	}
	#byImgMobile{
		display: block;
	}
}



