.banner img,.title_img img{
	width: 100%;
}
.info_bg{
	background: url(../images/zbdj_bg.png) no-repeat;
	background-size: cover;
}
.info_bg .title_img{
	padding: .24rem 0 .3rem 0;
}

.info_bg  .imgText{
	padding-bottom: .75rem;
	overflow: hidden;
}
.info_bg  .imgText .img{
	float: left;
	width: 4.86rem;
}
.info_bg  .imgText .img img{
	width: 100%;
	margin-bottom: 8px;
}
.info_bg  .imgText .img .txt{
	width: 100%;
	border:5px solid #e62129;
	padding: .16rem;
	/*height: 1.4rem;*/
	box-sizing: border-box;
}
.info_bg  .imgText .img .txt .l_tit{
	/*width: .2rem;*/
	float: left;
	/*display: flex;*/
	font-size: .24rem;
	font-weight: bold;
	color: #e62129;
	text-align-last: justify;
	writing-mode:vertical-rl;
	padding-right: .2rem;
	/*height: 1rem;*/
}
.info_bg  .imgText .img .txt p{
	/*height: 1rem;*/
	font-size: .16rem;
	line-height: .26rem;

}
.info_bg  .imgText .text{
	width: 6.3rem;
	float: right;
}
.info_bg  .imgText .text p{
	text-indent: .35rem;
	font-size: .16rem;
	line-height: .26rem;
}
.info_bg  .imgText .text a{
	display: block;
	width: 1.06rem;
	height: .30rem;
	border-radius: 0 8px 0 8px;
	line-height: .30rem;
	text-align: center;
	border:1px solid #e62129;
	font-size: .16rem;
	color: #e62129;
}
.info_bg  .imgText .text a.btn1{
	margin:.38rem 0;
}
.info_bg  .imgText .text .imgList_box{
	display: flex;
	margin-bottom: .4rem;
	display: -ms-flexbox; 
}
.info_bg  .imgText .text .imgList_box .il_box{
	flex: 1;
	-ms-flex: 1;
	margin-right: .3rem;
	
}
.info_bg  .imgText .text .imgList_box .il_box:last-child{
	margin-right: 0;
}
.info_bg  .imgText .text .imgList_box .il_box img{
	width: 100%;
}
.swiper-container{
	padding: .7rem 0;
}
.commit_swiper_box .swiper-slide-active .imgText{
	background: #fff;
}
.commit_swiper_box .swiper-slide-active p{
	color: #333;
}
.commit_swiper_box .imgText p i{
	background: url(../images/dqjs_jia.png) center center no-repeat;
    background-size: 20px 20px;
}
.commit_swiper_box .swiper-slide img{
	width: 5.68rem;
	height: 3.38rem;
}
.commit_swiper_box .swiper-slide-active .imgText{
	box-shadow: 0px 5px 22.5px 2.5px rgba(0, 0, 0, 0.1);
}
.jigou_img{
	padding-bottom: .6rem;
}
.jigou_img .title_img{
	padding: .7rem 0 .45rem 0;
}
.jigou_img p{
	font-size: .16rem;
}
.dyfc_bg{
	padding-bottom: .7rem;
	background: #fff5f6;
}
.dyfc_bg .title_img{
	padding:.4rem 0;
}
.dyfc_bg .item_list{
	display: flex;
	display: -ms-flexbox; 
}
.dyfc_bg .item_list .item{
	flex: 1;
	-ms-flex: 1;
	margin-right: .3rem;
	background: #fff;

}
.dyfc_bg .item_list .item:last-child{
	margin-right: 0;
}
.dyfc_bg .item_list .item img{
	width: 100%;
}
.dyfc_bg .item_list .txt{
	height: 1.3rem;
	padding: .16rem;
	box-sizing: border-box;
	position: relative;
}
.dyfc_bg .item_list .txt p{
	font-size: .18rem;
	line-height: .26rem;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.dyfc_bg .item_list .txt a{
	position: absolute;
	left: .16rem;
	bottom: .16rem;
	display: block;
	width: 39px;
	height: 15px;
	background: url(../images/dqjs_go.png) no-repeat;
}
.footer{
	background: url(../images/dqjs_footer_bg.png) no-repeat;
	background-size: cover;
}
.footer_bottom{
	border-color: #9d3334;
}
@media screen and (max-width: 1024px) {
	.info_bg .imgText .img .txt p,.info_bg .imgText .text p{
		font-size: 12px;
		line-height: 20px;
	}
	.info_bg .imgText .img .txt .l_tit{
		height: 114px;
		padding-top: 5px;
	}
	.info_bg .imgText .text a{
		width: 71px;
    	height: 20px;
    	line-height: 20px;
    	font-size: 14px;
	}
	.info_bg .imgText .text a.btn1{
		margin: 15px 0;
	}
	.info_bg .imgText .text .imgList_box{
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.info_bg .imgText .img,.info_bg .imgText .text{
		width: 100%;
		float: none;
	}
	.info_bg .imgText .img img{
		width: 50%;
	}
	.info_bg .imgText .img .txt .l_tit{
		height: 52px;
		font-size: 12px;
	}
	.info_bg .imgText .text p{
		margin: 20px 0;
	}
	.info_bg .imgText .text .imgList_box .il_box{
		width: 33.3333%;
		height: auto;
		box-sizing: border-box;
	}
	.dyfc_bg .item_list .txt{
		height: 70px;
		padding: 5px;
	}
	.dyfc_bg .item_list .txt p{
		font-size: 12px;
		line-height: 16px;
	}
	.dyfc_bg .item_list .txt a{
		left: 5px;
    	bottom: 5px;
	}
	.jigou_img p{
		font-size: 12px;
	}
}

@media screen and (max-width: 414px) {
	.commit_swiper_box .swiper-slide img{
		width: 100%;
		height: auto;
	}
	.info_bg .imgText .img .txt .l_tit{
		height: 72px;
	}
	.dyfc_bg .item_list{
		display: block;
	}
	.dyfc_bg .item_list .item{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.dyfc_bg .item_list .txt{
		height: 78px;
		padding: 10px;
	}
	.dyfc_bg .item_list .txt a{
		left: 10px;
		bottom: 10px;
	}
}