body{
	background-color: #e9efff;
}
.ET_header{
	background-image: url(/images/zt_file/policySpeak/images/head_bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	height: 600px;
	box-sizing: border-box;
	padding-top: 400px;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.web_intro{
	overflow: hidden;
	background-image: url(/images/zt_file/policySpeak/images/intro_bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	height: 400px;
}
.intro_left{
	float: left;
	width: 68%;
	box-sizing: border-box;
	padding: 40px;
}
.short_line{
	width: 50px;
	border-top: solid 4px #1b7cff;
}
.intro_main{
	margin-top: 16px;
}
.intro_main p{
	font-size: 19px;
	text-indent: 2em;
	line-height: 38px;
	font-weight: bold;
}
.intro_pic{
	float: right;
	width: 32%;
}
.intro_pic img{
	width: 100%;
}
.ET_container{
	background-image: url(/images/zt_file/policySpeak/images/video_bg.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
	margin-top: 260px;
	box-sizing: border-box;
	padding: 40px 0;
	position: relative;
}
.swiper-container1 {
	margin-top: 40px;
	position: relative;
	overflow: hidden;
	padding:10px 20px;
}
.swiper-wrapper{
	width: 100%;
}
.swiper-container1 .swiper-slide{
	width: 360px;
	margin-right: 60px;
}
.video_block{
	border: solid 1px white;
	padding: 20px;
	height: 126px;
}
.video_num{
	font-size: 20px;
	width:80px;
	margin: 0 auto;
	text-align: center;
	border-bottom: solid 3px #cd892b;
	padding-bottom: 6px;
	color: white;
}
.video_title{
	font-size:18px;
	text-align: center;
	line-height: 30px;
	margin-top: 20px;
	color: white;
	-moz-user-select: none;
	/* Firefox */
	-webkit-user-select: none;
	/* WebKit */
	-ms-user-select: none;
	/* IE */
	-khtml-user-select: none;
	/* KHTML */
	-o-user-select: none;
	/* Opera */
	user-select: none;
}
.swiper-container1 .swiper-slide .video_block{
	transition: 0.3s all;
}
.swiper-button-prev{
	color: #fff !important;
	--swiper-navigation-size: 25px;
	top: 19%;
	left: 13%;
}
.swiper-button-next{
	color: #fff !important;
	--swiper-navigation-size: 25px;
	top: 19%;
	right: 13%;
}
.some_video li{
	width: 80%;
	margin: 0 auto;
	margin-top: 60px;
}
.some_video li video{
	width: 100%;
}
.phone_video{
	display: none;
}
.swiper-button-next{
	background-image: url(/images/zt_file/policySpeak/images/right_arrow.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
.swiper-button-next:after{
	content:unset
}
.swiper-button-prev{
	background-image: url(/images/zt_file/policySpeak/images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
.swiper-button-prev:after{
	content:unset
}
@media only screen and (max-width:768px) {
	.phone_video{
		display: block;
	}
	.container{
		width: 94%;
	}
	.ET_header{
		height: 210px;
		padding-top: 124px;
	}
	.intro_left{
		width: 100%;
		padding: 20px;
	}
	.intro_pic{
		display: none;
	}
	.web_intro{
		height: auto;
	}
	.intro_main{
		margin-top: 10px;
	}
	.intro_main p{
		line-height: 30px;
		font-size: 16px;
	}
	.ET_container{
		display: none;
	}
	.video_list{
		overflow: hidden;
	}
	.phone_video{
		background-image: url(/images/zt_file/policySpeak/images/video_bg.png);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: cover;
		margin-top: 440px;
		box-sizing: border-box;
		padding: 40px 0;
		position: relative;
	}
	.video_box{
		border: solid 1px white;
		padding: 10px 0;
		height: 80px;
	}
	.video_show{
		width: 100%;
		margin-top:20px;
		margin-bottom: 20px;
	}
	.video_show video{
		width: 100%;
	}
	.video_num{
		font-size: 16px;
		width: 70px;
	}
	.video_title{
		font-size: 15px;
		margin-top: 16px;
	}
	.check_btn{
		border: solid 1px white;
		color: white;
		text-align: center;
		border-radius: 6px;
		width: 90px;
		margin: 0 auto;
		font-size: 15px;
		padding: 8px 0;
	}
}
@media only screen and (max-width:1440px) {
	.swiper-button-next{
		right: 3%;
	}
	.swiper-button-prev{
		left: 3%;
	}
}