@charset "UTF-8";
	.container .item2 {
	grid-area: main;
	height: 11.16rem;
}
.container .item2 .item2-bg {
	height: 11.16rem;
	background-image: url("./img/banner_vd.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.container .item2 .item2-bg .item2-bg-left-bottom {
	position: absolute;
	bottom: 0.4rem;
	left: 10%;
}
.container .item2 .item2-bg .item2-bg-left-bottom p {
	color: #F9FBF9;
	font-size: .4rem;
	padding-left: .0667rem;
	margin-bottom: .0667rem;
}
.container .item2 .item2-bg .item2-bg-left-bottom h1 {
	color: #fff;
	letter-spacing: .04rem;
	font-size: .9333rem;
	margin-bottom: .1333rem;
}
.container .item9 {
	height: 1.0667rem;
	grid-area: item9;
	background: #fff;
	z-index: 1;
	padding: 0 4.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.container .item9 .item9-header-navlist {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 40%;
}
.container .item9 .item9-header-navlist div a {
	color: #004da0;
	font-size: 0.3333rem;
}
.container .item9 .item9-header-navlist div.active::after {
	content: "";
	display: block;
	width: 100%;
	height: 0.04rem;
	background-color: #fed300;
}
.container .item9 .item9-header-navlist div.active a {
	font-weight: bold;
}
.container .item3 {
	background: #f5f5f5;
	height: 11.8rem;
	grid-area: sidebar;
}
.container .item3 .item3-bg-content-logo {
	text-align: center;
	padding-top: 0.4333rem;
}
.container .item3 .item3-bg-content-logo .item3-bg-content-logo-title {
	font-size: 0.7rem;
	color: #014e9f;
	font-weight: bold;
}
.container .item3 .item3-bg-content-logo h1 {
	/* font-size: .4rem;*/
	font-size: 0.8rem;
	color: #dae2f3;
}
.container .item3 .item3-content {
	width: 100%;
	/* height: 6.6667rem;*/
	height: 4.7333rem;
	margin-top: 1.6667rem;
	/* display: flex;*/
	/* justify-content: space-between;*/
	/* align-items: center;*/
	 }
.container .item3 .item3-content .out {
	height: 100%;
	width: 7.8667rem;
	position: relative;
	margin: 0 auto;
}
.container .item3 .item3-content .out .inner {
	width: 100%;
	height: 100%;
}
.container .item3 .item3-content .out .inner .img {
	/* width: 7.3333rem;
	height: 100%;*/
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.3s;
}
.container .item3 .item3-content .out .inner .img .play {
	width: 100%;
	height: 100%;
}
.container .item3 .item3-content .out .inner .img .play .img1 {
	width: 100%;
	height: 100%;
}
.container .item3 .item3-content .out .inner .img .play .play1 {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
}
.container .item3 .item3-content .out .inner .img .play .play1 .img2 {
	width: .6667rem;
	height: .6667rem;
}
.container .item3 .item3-content .out .inner .img .play video {
	width: 100%;
	height: 100%;
	display: none;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}
.container .item3 .item3-content .out .inner .img .p1 {
	color: #8A8A8A;
	font-size: .2367rem;
	text-align: center;
}
.container .item3 .item3-content .out .inner #last {
	transform: translateX(-9.5rem);
	z-index: 9;
	opacity: 1;
}
.container .item3 .item3-content .out .inner #first {
	transform: translateX(0rem) scale(1.3);
	z-index: 69;
	opacity: 1;
	/* & video {
	width: 4rem;
	height: 4rem;
	display: none;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
}*/
	
}
.container .item3 .item3-content .out .inner #first .p1 {
	color: #516CA9;
	font-size: .2rem;
	font-weight: bold;
}
.container .item3 .item3-content .out .inner #second {
	transform: translateX(9.5rem);
	z-index: 9;
	opacity: 1;
}
.container .item3 .item3-content .out .inner #left {
	transform: translateX(-1.3333rem);
	z-index: 1;
	opacity: 0;
}
.container .item3 .item3-content .out .inner #right {
	transform: translateX(-9.5rem);
	z-index: 1;
	opacity: 1;
}
.container .item3 .item3-bottom-arrow {
	width: 3.3333rem;
	height: 0.6667rem;
	margin: 2rem auto;
	display: flex;
	justify-content: space-between;
}
.container .item3 .item3-bottom-arrow img {
	cursor: pointer;
}
.play::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	/* 80%透明度的黑色*/
	z-index: 1;
	/* 确保遮罩层在缩略图之上*/
	 }
.play.active::after {
	display: none;
}
