img {
	display: inherit;
}

.box {
	background-color: #820007;
	overflow: hidden;
}
.banner a{
	display:block;
}
.hcb{
	margin: 4rem 3%;
	border: 0.2rem solid #f5000b;
	border-radius: 1.5rem;
	background-color: #fff;
	position: relative;
	padding: 3rem 3% 2rem;
}
.hcb_name{
	padding: 0 10%;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: -3rem;
	margin: auto;
}
.hcb_ctn_name{
	text-align: center;
	color: #870805;
	font-size: 1.6rem;
	padding: 1.5rem 0;
}
.hcb_ctn_txt p{
	font-size: 1.3rem;
	text-indent: 2.6rem;
	line-height: 2rem;
}
.jcsj_list1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.8rem 0;
}
.jcsj_list1 li{
	width: 48%;
	padding-bottom: 0.8rem;
}
.jcsj_list1 li:nth-child(5){
	width: 100%;
}
.jcsj_list2 li:nth-child(3){
	width: 100%;
}
.jcsj_btn{
	padding: 0 10%;
}
.jcsj_btn a{
	display: block;
	width: 100%;
	line-height: 4.8rem;
	height: 5.8rem;
	background: url(../img/btn_bg.png) no-repeat;
	background-size: 100% 100%;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	font-weight: bold;
}
.jcsj_list3 li:nth-child(3){
	width: 48%;
}
.jcsj_list5 li:nth-child(5){
	width: 48%;
}
.jcsj_list5 li:nth-child(6){
	width: 48%;
}