img {

	display: inherit;

}



.box {

	background-color: #f3f3f3;

	overflow: hidden;

}

.banner a{

	display:block;

}

.ksxz_name{

	text-align: center;

	padding: 1rem 0;

}

.ksxz_name i{

	display: block;

	width: 25%;

	height: 0.2rem;

	background-color: #fb4014;

	margin: 0.2rem auto;

}

.ksxz_list{

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	padding: 0 3%;

}

.ksxz_list li{

	padding-top: 0.5rem;

	width: 50%;

	border-right: 0.05rem solid #cfcfcf;

	border-bottom: 0.05rem solid #cfcfcf;

}

.ksxz_list li:nth-child(2n){

	border-right: none;

}

.ksxz_list li:nth-child(5),

.ksxz_list li:nth-child(6){

	border-bottom: none;

}

.ksxz_lis_logo img{

	width: auto;

	margin: 0 auto;

}

.ksxz_lis_logo{

	margin: 0.4rem auto;

}

.ksxz_lis_txt{

	text-align: center;

	color: #1f1f1f;

}

.ksxz_lis_txt p{

	line-height: 2rem;

}

.ksxz_lis_txt p:nth-child(2){

	padding-top: 1rem;

}

.ksxz_lis_txt p:nth-child(4){

	padding-bottom: 1rem;

}

.ksxz_lis_txt p:nth-child(5){

	padding-bottom: 1rem;

}

.ksxz_lis_txt p:nth-child(5) a{

	color: #ed1331;

}

.kzzl_ctn{

	padding: 0 3%;

}

.kzzl_ctn_top {

	text-indent: 2rem;

}

.kzzl_list{

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

	padding: 1rem 0;

}

.kzzl_list li{

	width: 49%;

	padding-bottom: 0.5rem;

}

.kzzl_btn {

	display: flex;

	justify-content: space-between;

	padding-bottom: 0.5rem;

}

.kzzl_btn a{

	display: block;

	width: 48%;

	background-color: #f83515;

	border-radius: 0.3rem;

	text-align: center;

	color: #fff;

	line-height: 2.2rem;

}

.kzfw{

	padding: 0 3%;

}

.qsnz{

	padding: 0 2%;

}

.qsnz_list{

	padding: 0 0 1rem;

	display: flex;

	justify-content: space-between;

	flex-wrap: wrap;

}

.qsnz_list li{

	width: 49%;

	background-color: #fff;

	margin-bottom: 0.5rem;

	padding: 1rem 2% 0.5rem;

}

.qsnz_lis_name h3{

	font-weight: 500;

}

.qsnz_lis_txt{

	padding: 0.5rem 0 0.5rem;

	font-size: 0.85rem;

	text-indent: 1.8rem;

}

.qsnz_lis_txt a{

	color: #d8001e;

}

.ksxz_name h2 span{

	display: inline-block;

	width: 2rem;

	height: 2rem;

	background: url(../img/qtwt_bg.png) no-repeat;

	background-size: 100% 100%;

}

.qtwt_mg{

	padding: 0 2%;

}

.qtwt_list{

	padding: 1.5rem 0 0 20%;

}

.qtwt_lis{

	padding-bottom: 0.8rem;

}

.qtwt_lis a{
	color: #000;
	/* background: url(../img/sz.gif) no-repeat; */
	padding-left: 2.5rem;
	line-height: 2rem;
	display: block;
	position: relative;
}
.qtwt_lis a::before{
	content: "";
	position: absolute;
	width: 2rem;
	height: 2rem;
	top: 0;
	left: 0;
	background: url(../img/sz.gif) no-repeat;
	background-size: 2rem 2rem;
	transform: rotate(90deg);
}