<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
}
.cont{width: 100%;}
.video_left img {
	/* display: none!important; */
	width: 32% !important;
	margin: 17px auto;
	display: block;
}

.video_left h1 {
	font-size: 19px !important;
	margin: 15px 0 11px 0;
	text-align: center;
	color: #2B333F;
}

.video_left p {
	font-size: 14px !important;
	line-height: 26px !important;
	color: #68747F;
	text-align: left;
}

.video_right {
	position: relative;
	height: 217px;
}

.video_right&gt;img {
	width: 100%;
	height: 100%;
}

.video_right .play {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	/* line-height: 40px; */
	left: 50%;
	align-items: center;
	display: flex;
	justify-content: center;
	margin-left: -15px;
	top: 50%;
	margin-top: -30px;
}

.video_right .play svg {
	width: 20px;
	/* line-height: 40px; */
	height: 20px;
	color: #1b90fd;
}


.swiper-container {
	padding: 7px 0 27px 0;
}

.swiper-slide {
	width: 450px;
	background: #fff;
	border-radius: 10px;
	height: auto;
	text-align: center;
	transition: 300ms;
	box-shadow: 0px 6px 18px 0px rgba(10,20,31,0.14);
	padding: 20px;
}

.swiper-slide .pic {
	width: 100%;
	overflow: hidden;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
	display: block;
}

.swiper-slide .tit {
	line-height: 24px;
	font-size: 14px;
	padding: 0 4%;
	margin-top: 10px;
}

.swiper-slide-active {
	transform: scale(1.3);
	position: relative;
	z-index: 2;
}

.swiper-slide-active .pic {
	box-shadow: 0 3px 10px rgb(218 218 218 / 0.8);
}

.cont .arrow {
	font-size: 40px;
	outline: none;
	width: 40px;
	height: 60px;
	line-height: 60px;
	transform: translateY(-50%);
}

.cont .swiper-button-prev {
	left: -60px;
}

.cont .swiper-button-next {
	right: -60px;
}

.pr {
	position: relative;
	width: 1280px;
	padding: 40px 0;
	margin: 0 auto;
}

.cont h3 {
	font-size: 32px;
	margin-bottom: 15px;
	text-align: center;
	color: #2B333F!important;
	/* font-weight: 500; */
}

.video_btn {
	left: 50%;
	margin-left: -65px;
}


#show_video_box {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	height: 100%;
	width: 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#B2000000', endColorstr='#B2000000');
	background: rgba(0, 0, 0, 0.7);
}

#show_video_box .box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -550px;
	margin-top: -290px;
}

#show_video_box .box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -550px;
	margin-top: -290px;
}

#page_video {
	width: 1080px;
	height: 580px;
	background: none;
	position: relative;
}

#page_video .video_box {
	border: 5px solid #1b90fd;
	width: 1010px;
	height: 580px;
}

#bnt_close {
	display: block;
	width: 70px;
	height: 70px;
	background: #1b90fd;
	position: absolute;
	top: 0;
	right: 0px;
}

#bnt_close img {
	display: block;
	position: absolute;
	left: 18px;
	top: 18px;
}

#bnt_close:hover img {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

/* 视频列表页 */
.w1200 {
	width: 1288px;
	margin: 0 auto;
}

.video-bj {
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}

.video-bj li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: #eee 0px 0px 27px;
	position: relative;
}

.video-bj li:nth-of-type(3n) {
	margin-right: 0;
}

.video-img {
	width: 100%;
	height: 260px;
}

.video-img img {
	width: 100%;
	height: 100%;
}

.bf {
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 260px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bf img {
	width: 40px;
	height: 40px;
}

.video-bj li .video_left p {
	font-size: 14px !important;
	text-align: left;
	line-height: 28px !important;
	transition: all ease 0.3s;
}

.video-bj li:hover h1 {
	color: #1b90fd;
}

.video-bj .video_left {
	padding: 20px;
	padding-top: 0;
}

/* mobile */
@media screen and (min-width: 960px) and (max-width: 1200px) {
	.w1200 {
		width: 960px;
	}

	.pr {
		width: 90%;
		margin: 0 auto
	}
}

@media screen and (min-width: 768px) and (max-width: 959px) {

	.w1200,
	.pr {
		width: 94%;
		margin: 0 auto;
	}

	.video_left img {
		width: 50% !important;
		;
	}

	.video_right {
		height: 150px;
	}

	.video_left h1 {
		font-size: 15px !important;
	}

	#show_video_box .box {
		position: absolute;
		top: 50%;
		width: 80%;
		left: 50%;
		margin-left: -40%;
		margin-top: -190px;
	}

	#page_video {
		width: 100%;
		height: 380px;
		background: none;
		position: relative;
		margin: 0 auto;
	}

	#page_video .video_box {
		border: 0;
		width: 100%;
		height: 380px;
	}

	#bnt_close {
		display: block;
		width: 50px;
		height: 50px;
		background: none;
		position: absolute;
		top: 0;
		right: 0px;
	}

	#bnt_close img {
		display: block;
		position: absolute;
		left: 15px;
		top: 17px;
		width: 20px;
	}

	.swiper-slide {
		width: 375px;
		padding: 10px;
	}
}

@media screen and (max-width:767px) {
	.pr {
		padding: 30px 0;
	}

	.w1200,
	.pr {
		width: 94%;
		margin: 0 auto;
	}

	.video_left img {
		width: 50% !important;
		margin: 10px auto
	}

	.video-bj li {
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}

	.video-bj li:nth-of-type(2n) {
		margin-right: 0;
	}

	.video_right {
		height: 130px;
	}

	.video_left h1 {
		font-size: 13px !important;
	}

	.video-bj li:nth-of-type(3n) {
		margin-right: 4%;
	}

	.video-bj li .video_left p {
		display: none;
	}

	.video-bj .video_left {
		padding: 10px;
		padding-top: 0
	}

	.video-bj {
		maRGIN-TOP: 20px
	}

	#show_video_box .box {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -50%;
		margin-top: -95px;
	}

	#page_video {
		width: 86%;
		margin: 0 auto;
		height: 205px;
		background: none;
		position: relative;
	}

	#page_video .video_box {
		border: 0;
		width: 100%;
		height: 205px;
	}

	#bnt_close {
		display: block;
		width: 30px;
		height: 30px;
		background: none;
		position: absolute;
		top: 0;
		right: 2px;
	}

	#bnt_close img {
		display: block;
		position: absolute;
		left: 7px;
		top: 9px;
		width: 15px;
	}

	.cont .swiper-button-prev {
		display: none;
	}

	.cont .swiper-button-next {
		display: none;
	}

	.swiper-slide {
		width: 240px;
		padding: 10px;
	}
}
</pre></body></html>