img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.bg_ds{
	background: url(../img/bg_s.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.dsjj_name{
	background: url(../img/tit_bg.png) no-repeat;
	background-size: 100% 100%;
	width: 75%;
	line-height: 2.6rem;
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #ff0000;
	margin: 1.8rem auto 0.9rem;
}
.dsjj_box{
	padding: 1.5rem 0 0;
	border-radius: 1rem;
	border: 0.05rem solid #fff;
	background-color: #f04b4c;
}
.dsjj_k{
	padding: 1.5rem 5%;
	border-radius: 1rem;
	background-color: #fff;
	position: relative;
}
.dsjj_k h3{
	padding-bottom: 0.8rem;
	color: #e55749;
	font-size: 0.9rem;
}
.dsjj_k p{
	font-size: 0.8rem;
	padding-bottom: 0.8rem;
}
.jb{
	width: 25%;
	position: absolute;
	right: 0.5rem;
	bottom: 2rem;
}
.csxm_name {
	text-align: center;
	margin: 1.5rem 0;
	position: relative;
	z-index: 5;
}
.csxm_name h2{
	color: #fff;
	font-weight: 100;
}
.csxm_name p{
	color: #a21414;
	font-size: 1.6rem;
	position: absolute;
	top: 0.4rem;
	left: 0;
	right: 0;
	margin:auto;
	z-index: -1;
}
.csxm_x{
	width: 60%;
	height: 0.1rem;
	background-color: #a21414;
	margin: 0 auto;
	margin-top: 0.8rem;
	position: relative;
}
.csxm_x i{
	width: 30%;
	display: block;
	margin: auto;
	height: 0.3rem;
	position: absolute;
	left: 0;
	right: 0;
	top: -0.1rem;
	bottom: 0;
	background-color: #ec423c;
}
.csxm_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.csxm_lis{
	width: 33%;
	position: relative;
	margin-bottom: 0.5rem;
}
.csxm_lis_txt{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	background-color: rgba(212,87,67,0.8);
	text-align: center;
	line-height: 2.4rem;
	color: #fff;
}
.wqss .dsjj_k{
	background-color: #fcf3e4;
	padding: 1.4rem 3%;
}
.wqss_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wqss_lis{
	width: 32%;
	padding-bottom: 0.3rem;
}
.dsxc_name{
	text-align: center;
	font-size: 1.2rem;
	color: #e44b45;
}
.dsxc_name span{
	color: #a06a4a;
}
.dsxc_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.8rem;
}
.dsxc_lis{
	width: 48%;
	margin-bottom: 0.3rem;
	border: 0.05rem solid red;
}
.dsxc .dsjj_k{
	padding-top: 0.2rem;
}
.zpzs{
	padding: 1.5rem 0;
}
.zpzs_list_box{
	padding: 1.5rem 0;
}
.zpzs_nav{
	display: flex;
	justify-content: center;
	padding: 0 10%;
	flex-wrap: wrap;
}
.zpzs_nav li{
	width: 30%;
	border: 0.05rem solid #e8332d;
	color: #e8332d;
	line-height: 2.6rem;
	text-align: center;
	border-radius: 0.4rem;
	margin: 0 0.3rem 0.4rem;
}
.zpzs_list_box .zpzs_nav .active_s{
	background-color: #e8332d;
	color: #fff;
}
.zpzs_list{
	display: none;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.8rem 0;
}
.zpzs_list li{
	width: 48%;
	padding-bottom: 0.5rem;
}
.zpzs_list_box .active_mg{
	display: flex;
}
.btn_lis {
	display: flex;
	justify-content: center;
}
.btn_lis i{
	display: block;
	padding: 0.8rem;
	background-color: #e8332d;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	margin: 0 0.6rem;
	text-align: center;
	border-radius: 0.4rem;
}