.layui-layer-page .layui-layer-content {
	overflow-y: hidden !important;
}

/* shipin */
#wrapper .banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.viedeo .banner {
	width: 100%;
	height: 65vh;
	position: relative;
}

.viedeo .banner-h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: 'Montserrat';
	font-weight: bold;
	font-size: 55px;
	color: #FFFFFF;
	text-align: center;
	line-height: 55px;
	width: 100%;
}

.viedeo-content {
	width: 100%;
	background: #F5F5F5;
	padding-bottom: 79px;
}

.v-content {
	width: 100%;
	margin: auto;
}

.v-tt {
	width: 100%;
	background: #FFFFFF;
	height: 93px;
	margin-bottom: 70px;
}

.video-type {
	width: 1400px;
	height: 100%;
	margin: auto;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	display: flex;
	justify-content: flex-start;
}

.pv-if {
	width: 801px;
	height: 486px;
}

.pv-if iframe {
	width: 100%;
	height: 100%;
}

.video-type>div {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.video-type>div:not(:last-child) {
	margin-right: 117px;
}

.video-items {
	display: none;
}

.video-flex-content {
	width: 100%;
	background: #F5F5F7;
}

.video-flex {
	width: 1400px;
	margin: auto;
}

.videoh3 {
	cursor: pointer;
	margin: 0;
	font-weight: 400;
	font-size: 20px;
	color: #A0A4A7;
	line-height: 20px;
	text-align: center;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	background-color: transparent;
	outline: none;
	font-family: 'Montserrat';
}

.vtype2-h3 {
	line-height: 32px;
	font-family: 'Montserrat';
	font-weight: 500;
	font-size: 26px;
	color: #000000;
	margin-bottom: 38px;
}

.videoh3-show .videoh3 {
	color: #000000;
	font-weight: bold;
}

.videoh3-show {
	border-bottom: 2px solid #000000;
}

/* .video-type>div:nth-child(1):after {
	content: '';
	width: 1px;
	height: 33px;
	background: #CCCCCC;
	position: absolute;
	top: 27px;
	right: 0;
}
.video-type>div:nth-child(2):after {
	content: '';
	width: 1px;
	height: 33px;
	background: #CCCCCC;
	position: absolute;
	top: 27px;
	right: 0;
} */
.v-ite {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.vvv-item {
	width: calc(33.33% - 28px);
	position: relative;
	margin-bottom: 57px;
	border-radius: 16px;
	line-height: 0;
}

.vvv-item img {
	width: 100%;
	border-radius: 16px 16px 0px 0px;
	object-fit: cover;
}

.vvv-bottom {
	width: 100%;
	height: 92px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
	border-radius: 0px 0px 16px 16px;
	padding: 19px 32px 21px 32px;
}

.vtype2 {
	margin-bottom: 33px;
}

.bofang {
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.vvv-item:nth-child(3n-1) {
	margin-left: 28px;
	margin-right: 28px;
}

.pv-if {
	display: none;
}

.site-footer {
	margin-top: 0;
}

.vvv-bottom p {
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 18px;
	font-family: 'Montserrat';
}

@media (max-width: 1440px) {

	.video-type,
	.video-flex {
		width: 1140px;
	}

	.videoh3 {
		font-size: 18px;
	}

	.vtype2-h3 {
		font-size: 20px;
	}

	.vvv-bottom p {
		font-size: 15px;
	}
}

@media (max-width:1140px) {
	.pv-if {
		width: 95%;
		height: auto;
	}

	.video-type,
	.video-flex {
		width: 100%;
	}

	.video-type>div:not(:last-child) {
		margin-right: 0px;
	}

	.video-type {
		display: flex;
		flex-wrap: wrap;
	}

	.video-type div {
		width: 50%;
		height: 50px;
	}

	.v-tt {
		height: 100%;
	}

	.videoh3 {
		font-size: 12px !important;
	}

	.v-ite {
		flex-direction: column;
	}

	.vvv-item {
		width: 90%;
		margin: 0 auto 30px auto;
	}

	.vvv-item:nth-child(3n-1) {
		margin-left: auto;
		margin-right: auto;
	}

	.vtype2-h3 {
		padding-left: 5%;
	}
}