* {
	margin: 0;
	padding: 0;
}




.body1_cont{
	margin-bottom: 1.4rem;
}

.rongyu_Swiper{
	width: 100%;
	height: auto;
	padding-bottom: 0.9rem;
}
.rongyu_Swiper .swiper-slide{
	display: flex;
	flex-wrap: wrap;
}
.rongyu_Swiper .rongyu_item{
	width: 3.55rem !important;
	height: 3.4rem;
	background: #FFFFFF;
	margin-right: 0.32rem;
	margin-top: 0.32rem;
	box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(109,109,109,0.15);
	border: 0.01rem solid #70AD02;
	padding: 0.2rem 0.28rem 0.29rem;
	box-sizing: border-box;
}
.rongyu_Swiper .rongyu_item:nth-child(4n){
	margin-right: 0;
}
.rongyu_Swiper .rongyu_item:nth-child(1),
.rongyu_Swiper .rongyu_item:nth-child(2),
.rongyu_Swiper .rongyu_item:nth-child(3),
.rongyu_Swiper .rongyu_item:nth-child(4){
	margin-top: 0;
}
.rongyu_Swiper .rongyu_item .rongyu_img{
	width: 3rem;
	height: 2.2rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.2rem;
}
.rongyu_Swiper .rongyu_item .rongyu_img img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.rongyu_Swiper .rongyu_item .rongyu_title{
	width: 100%;
	border-top: 0.01rem solid #DEDEDE;
	padding-top: 0.2rem;
	font-family: AlibabaPuHuiTi-Regular;
	font-weight: normal;
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	text-align: center;
}
.rongyu_Swiper .rongyu_item:hover{
	background: url(../img/rongyu_bg.jpg);
	background-size: 100%;
}
.rongyu_Swiper .rongyu_item:hover .rongyu_title{
	border-top: 0.01rem solid #D19918;
	color: #D19918;
}
.rongyu_Swiper .swiper-button-next,
.rongyu_Swiper .swiper-button-prev{
	width: 0.3rem;
	height: 0.3rem;
	background: #D6D6D6;
	border-radius: 50%;
	opacity: 1;
	bottom: 0;
	top: auto;
}
.rongyu_Swiper .swiper-button-next:hover,
.rongyu_Swiper .swiper-button-prev:hover{
	background: #70AD02;
}
.rongyu_Swiper .swiper-button-next::after,
.rongyu_Swiper .swiper-button-prev::after{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.rongyu_Swiper .swiper-button-next{
	right: 5.93rem;
}
.rongyu_Swiper .swiper-button-prev{
	left: 5.93rem;
}
.rongyu_Swiper .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0.1rem;
    width: 2rem;
    left: 50%;
    transform: translateX(-50%);
}
.rongyu_Swiper .swiper-pagination span{
	width: 0.1rem;
	height: 0.1rem;
	background: #CFCFCF;
	opacity: 1;
	margin: 0 0.1rem;
}
.rongyu_Swiper .swiper-pagination span.swiper-pagination-bullet-active{
	width: 0.14rem;
	height: 0.14rem;
	background: #234529;
}



