<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner{
	height: 5.6rem;
	width: 100%;
	position: relative;
}
.banner_title{
	font-size: 0.86rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.96rem;
	position: absolute;
	top: 2.31rem;
	left: 2.62rem;
}
.banner_subtitle{
	font-size: 0.36rem;
	font-weight: bold;
	color: #005FE1;
	line-height: 0.96rem;
	position: absolute;
	top: 3.41rem;
	left: 2.6rem;
}




.scope_cut {
	width: 100%;
	height: 0.8rem;
	background: #F8F9FB;
	overflow: hidden;
	padding: 0 2.6rem;
}

.scope_cut .cut_left {
	float: left;
}

.scope_cut .cut_left .cut_title {
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.8rem;
	float: left;
	margin-right: 1rem;
	cursor: pointer;
	position: relative;
}

.after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0.4rem;
	height: 0.04rem;
	background: #005FE1;
}

.scope_cut .cut_left .cut_title:last-child {
	margin-right: 0;
}

.scope_cut .cut_right {
	float: right;
}

.scope_cut .cut_right img {
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.11rem;
	margin-top: 0.32rem;
	float: left;
}

.scope_cut .cut_right .cut_title {
	font-size: 0.16rem;
	font-weight: 400;
	color: #9F9F9F;
	line-height: 0.8rem;
	display: block;
	float: left;
	overflow: hidden;
}




.video_value{
	position: relative;
}
.video_bottom{
	height: 4.56rem;
	width: 14rem;
	height: 6.79rem;
	padding: 0 0.3rem;
	margin-top: 0.3rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.scope_chinese {
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0.8rem 0 0.22rem;
	text-align: center;
}

.scope_english {
	text-align: center;
	font-size: 0.2rem;
	font-weight: bold;
	color: #CCCCCC;
	margin-bottom: 1rem;
}
.scope_english p{
	font-size: 0.2rem;
	font-weight: bold;
	color: #CCCCCC;
}
.video_bottom .video_one{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.video_bottom .video_one .video_tu{
	height: 100%;
	width: 100%;
	object-fit: cover;
	filter: blur(10px);
}
.video_bottom .video_one .video_play{
	height: 100%;
	/* width: 100%; */
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.video_bottom .video_one .video_left{
	position: absolute;
	left: 0.2rem;
	bottom: 0.85rem;
}
.video_bottom .video_one .video_left .video_title{
	margin-bottom: 0.16rem;
	display: flex;
	align-items: center;
}
.video_bottom .video_one .video_left .video_title .video_name{
	font-size: 0.18rem;
	font-weight: 400;
	color: #FFFFFF;
}
.video_bottom .video_one .video_left .video_time{
	font-size: 0.14rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.1rem;
}
.time_value{
	display: none;
}
.video_bottom .video_one .video_left .video_content{
	font-size: 0.16rem;
	font-weight: 400;
	color: #E9E9E9;
	width: 3.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.video_bottom .video_one .video_right{
	position: absolute;
	right: 0.2rem;
	bottom: 0.65rem;
}
.video_bottom .video_one .video_right .video_img{
	height: 0.4rem;
	width: 0.4rem;
	border-radius: 50%;
	margin: 0 auto 0.29rem;
	overflow: hidden;
	cursor: pointer;
}
.video_bottom .video_one .video_right .video_img img{
	height: 100%;
	width: 100%;
}
.video_bottom .video_one .video_right .video_message{
	margin-bottom: 0.22rem;
	cursor: pointer;
}
.video_bottom .video_one .video_right .video_message img{
	height: 0.24rem;
	width: 0.24rem;
	margin: 0 auto 0.13rem;
}
.video_bottom .video_one .video_right .video_message .video_text{
	font-size: 0.16rem;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}





.headermobile{
	display: none;
}
.banner img{
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1200px) {
	html, body{
		min-width: auto;
	}
	.headermobile{
		display: block;
	}
	.headerpc{
		display: none;
	}
	.banner{
		height: 280px;
		margin-top: 50px;
	}
	.banner_title{
		font-size: 40px;
		    line-height: 48px;
		    top: 100px;
		    left: 0;
		    right: 0;
		    margin: 0 auto;
		    text-align: center;
	}
	.banner_subtitle{
		font-size: 18px;
		line-height: 48px;
		    top: 145px;
		    left: 0;
		    right: 0;
			margin: 0 auto;
		    text-align: center;
	}
	.scope_cut{
		height: 40px;
		padding: 0 25px;
	}
	.scope_cut .cut_left .cut_title{
		font-size: 12px;
		line-height: 40px;
	}
	.scope_cut .cut_right img{
		width: 12px;
		    height: 12px;
		    margin-right: 10px;
		    margin-top: 14px;
	}
	.scope_cut .cut_right .cut_title{
		font-size: 12px;
		line-height: 40px;
	}
	
	.video_bottom{
		width: 100%;
		height: 50%;
	}
	.scope_chinese{
		font-size: 24px;
		margin: 40px 0 10px;
	}
	.scope_english{
		font-size: 14px;
	}
	.video_value{
		height: 500px;
	}
	.video_value&gt;img{
		height: 100%;
	}
}</pre></body></html>