img {
	display: inherit;
}

.box {
	background-color: #fff;
	overflow: hidden;
}
.banner a{
	display: block;
}
.box .swiper-pagination{
	left: 5%;
	width: 10%;
	background: rgba(0,0,0,0.6);
	color: #fff;
}
.hrbmz_name {
	display: flex;
	justify-content: center;
	padding: 1rem 0;
}
.hrbmz_name h3{
	line-height: 2.2rem;
	color: rgba(187, 0, 0, 1);
	padding-right: 2%;
	letter-spacing: 0.2rem;
}
.hrbmz_name i{
	width: 1.5rem;
}
.hrbmz form{
	padding: 0.5rem 5%;
}
.hrbmz_ipt input{
	width: 100%;
	line-height: 2.8rem;
	border: 0.05rem solid #dcdcdc;
	font-size: 1.3rem;
	padding-left: 3%;
	outline: none;
}
.hrbmz_ipt{
	padding-bottom: 1.2rem;
}
.hrbmz_ipt button{
	width: 100%;
	line-height: 3.5rem;
	font-size: 1.3rem;
	outline: none;
	border: none;
	background-color:rgb(252, 63, 60);
	border-radius: 0.9rem;
	color: #fff;
	font-weight: bold;
}
.mshj_name{
	text-align: center;
	padding-bottom: 0.9rem;
}
.mshj_name h2{
	color: rgba(187, 0, 0, 1);
	padding-bottom: 0.3rem;
}
.mshj_name p{
	color:#333;
	font-size: 1.2rem;
}
.mshj_list{
	padding: 1rem 3%;
}
.mshj_lis{
	padding: 0 0 0.8rem;
}
.mshj_lis a{
	display: block;
}
.successful_swiper .swiper-slide{
	width: 60%;
}
.zxjd{
	padding: 1.5rem 0;
}
.zxjd_list {
	display: flex;
	justify-content: end;
	flex-wrap: wrap;
	padding: 1rem 5%;
}
.zxjd_lis{
	font-size: 1.2rem;
	line-height: 2rem;
	padding-right: 4%;
}
.btm_mg a{
	display: block;
}
.btm_btn a{
	display: block;
}
.right_f{
	width: 30%;
	position: fixed;
	right: 3%;
	bottom: 30%;
	z-index: 999;
}
.right_f a{
	display: block;
	background-color: rgba(78, 144, 255, 1);
	text-align: center;
	font-size: 1.3rem;
	color: #fff;
	padding: 0.5rem 0;
	border-radius: 0.6rem;
	font-weight: bold;
}
.right_f li{
	padding-bottom: 1rem;
	position: relative;
}
.right_f li span{
	position: absolute;
	right: -4%;
	top: -0.5rem;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	text-align: center;
	background-color: red;
	line-height: 2rem;
	color: #fff;
	
}
.right_f li:nth-child(3){
	animation:tada 1.5s infinite;
}