* {
	margin: 0;
	padding: 0;
	border: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	max-width: 640px;
	min-width: 320px;
	background: #ff0000;
	margin: 0 auto 4.6875rem auto;
	position: relative;
	overflow-x: hidden;
	width: 100%;
	font-family: "Microsoft YaHei", 'Source Han Sans', 'Hiragino Sans GB', STXihei, SimSun, Heiti, sans-serif;
}
img{
	width: 100%;
}
@media only screen and (max-width:640px),
only screen and (max-device-width:640px) {

	body,
	html {
		font-size: 20px
	}
}

@media only screen and (max-width:600px),
only screen and (max-device-width:600px) {

	body,
	html {
		font-size: 18.75px
	}
}

@media only screen and (max-width:540px),
only screen and (max-device-width:540px) {

	body,
	html {
		font-size: 16.88px
	}
}

@media only screen and (max-width:480px),
only screen and (max-device-width:480px) {

	body,
	html {
		font-size: 15px
	}
}

@media only screen and (max-width:414px),
only screen and (max-device-width:414px) {

	body,
	html {
		font-size: 12.94px
	}
}

@media only screen and (max-width:400px),
only screen and (max-device-width:400px) {

	body,
	html {
		font-size: 12.5px
	}

}

@media only screen and (max-width:375px),
only screen and (max-device-width:375px) {

	body,
	html {
		font-size: 11.72px
	}
}

@media only screen and (max-width:360px),
only screen and (max-device-width:360px) {

	body,
	html {
		font-size: 11.25px
	}
}

@media only screen and (max-width:320px),
only screen and (max-device-width:320px) {

	body,
	html {
		font-size: 10px
	}
}
ul{
	list-style: none;
	padding: 0;
}

.one_name{
	padding: 0.5rem 0 0;
}
.one_mg {
	padding: 0 3% 1rem;
}
.one_bg{
	height: 0.5rem;
	background: url(../images/bg_1.png) no-repeat;
	background-size: 100% 100%;
}
/* 2 */
.xjn_tap{
	display: flex;
	justify-content: space-between;
	padding: 0 10%;
}
.xjn_tap li{
	width: 23%;
	line-height: 1.8rem;
	background-color: #fffadb;
	border: 0.1rem solid #fffadb;
	text-align: center;
}
.xjn_tap .active{
	background-color: #de242d;
	border: 0.1rem solid #ef9c2e;
	color: #fff;
}
.xjn_mg{
	padding: 1rem 3% 1.5rem;
}
.xjn_mg li{
	display: none;
}
.xjn_mg .active2{
	display: block;
}
.zsxl_tit{
	padding: 0 10%;
}
.zsxl_tit2{
	padding: 0.8rem 3%;
}
.gxjy_tit{
	padding: 0 30% 0.8rem 3%;
}
.gxjy .zsxl_tit2{
	padding-top: 0;
}
.kc_ctn{
	margin: 0 3%;
	padding: 0.2rem 3%;
	background-color: rgba(0,0,0,0.2);
}
.wyzdxdf_name .kc_ctn_p1{
	color: #fddcb0;
	padding-bottom: 0.3rem;
	border-bottom: 0.1rem solid #fff;
}

/* 6 */
.wyzdxdf {
	padding: 1rem 3% 0;
}

.wyzdxdf_ctn {
	overflow: hidden;
}

.wyzdxdf_name {
	overflow: hidden;
	padding: 1rem 3% 5rem;
	background-color: rgba(0,0,0,0.2);
}

.wyzdxdf_name h2 {
	line-height: 2.7rem;
	color: #fff;
	font-size: 1.6rem;
	padding-bottom: 0.5rem;
	border-bottom: 0.1rem solid #fff;
}
.wyzdxdf_name p{
	padding: 0.5rem 0;
	color: #fff;
	border-bottom: 0.1rem solid #fff;
}


.wyzdxdf_video {
	background-color: #fff;
	position: relative;
	height: 20rem;
	width: 100%;
	border-radius: 1rem;
}
.wyzdxdf_video video{
	width: 100%;
	padding: 0 3%;
	height: 20rem;
	position: absolute;
	top: -4.8rem;
	left: 0;
	right: 0;
}
.wyzdxdf_txt{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 0 3% 1rem;
	font-size: 0.9rem;
	color: #e80000;
}