* {
	margin: 0;
	padding: 0;
	text-decoration: none !important;
}

.bannerList {
	/* min-width: 1200px; */
	height: 100px;
	/* box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
	display: flex;
	justify-content: center;
	align-items: center; */
}
body.active{
	overflow-y: hidden;
}
.video {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 200;
	display: none;
	
}
.video.active{
	display: flex;
	align-items: center;
	justify-content: center;
}

.video .item {
	width: 60%;
	position: relative;
	
}

.video p {
	font-size: 50px;
	color: white;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 15px;
	z-index: 20;
}
.video video{
	width: 100%;
	display: block;
}

.bannerList .bannerListItem {
	/* min-width: 1200px; */
	width: 100%;
	height: 60px;
	box-shadow: 0px 6px 12px 1px rgba(170, 171, 176, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: white;
}

.bannerList .bannerItem {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
}

.bannerList .bannerItem .item {
	width: 150px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.bannerList .bannerItem .item a {
	text-align: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	/* font-weight: 300; */
	color: #535252;
}

.bannerList .bannerItem .item.active a {
	/* font-size: 15px; */
	/* font-weight: 500; */
	color: #3A5E81;
}

.bannerList .bannerItem .item.active .line {
	position: absolute;
	bottom: 0;
	width: 30px;
	height: 1px;
	background-color: #3A5E81;
	margin: 0 auto;
}

.videoList {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.videoList .item {
	display: block;
	width: 32%;
	background: #F5F5F5;
	box-shadow: 0px 0px 10px 0px rgba(51, 51, 51, 0.16);
	position: relative;
	margin-bottom: 50px;
}

.videoList .item:nth-child(3n-1) {
	margin: 0 2%;
	margin-bottom: 50px;
}

.videoList .item img:nth-child(1) {
	width: 100%;
	/* margin-bottom: 50px; */
}

.videoList .item p {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	text-align: center;
	display: block;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 0;
	line-height: 50px;
	/* margin-bottom: 20px; */
}

.videoList .item img:nth-child(3) {
	position: absolute;
	width: 52px;
	height: 52px;
	left: 44%;
	top: 35%;
	display: none;
	cursor: pointer;
}

.videoList .item:hover img:nth-child(3) {
	display: block;
}
