.home_ban img {
	width: 100%;
}

.home_bm {
	display: flex;
}

.home_bm a {
	width: 50%;
}

.home_bm a img {
	width: 100%;
}

.general_tit {
	color: #0d7c54;
	font-size: 3.1vw;
	font-weight: bold;
	font-weight: bold;
	line-height: 6.8vw;
	position: relative;
	text-align: center;
	padding-top: 3.1vw;
}

.general_tit::after {
	content: '';
	height: 0.4vw;
	width: 5.2vw;
	background: #0d7c54;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.shop_list {
	padding: 0 60px 100px;
}

.shop_list ul {
	display: flex;
	justify-content: space-between;
	padding-top: 80px;
}

.shop_list ul li {
	width: calc(25vw - 60px);
	color: #747474;
	font-size: 2vw;
	font-weight: bold;
	line-height: 8.85vw;
	box-shadow: 1px 1px 14px rgba(0, 0, 0, .2);
	border-radius: 2vw;
	text-align: center;
}

.shop_list ul li img {
	width: 100%;
	height: auto;
}

.about {
	background: #f7f7f6;
	padding: 0 60px 70px;
}

.about_tips {
	color: #333333;
	font-size: 1.2vw;
	line-height: 4.1vw;

}

.about ul {
	display: flex;
	justify-content: space-between;
	margin-top: 3.8vw;
}

.about li {
	width: calc(100vw / 3 - 70px);
	background: url('../img/home/o2.png');
	background-size: 100% auto;
	height: calc((100vw / 3 - 70px) / 582 * 542);
	padding-top: 3.6vw;
	padding-left: 5.7vw;
	font-size: 2.5vw;
	line-height: 4.94vw;
}

.about li:first-child {
	background: url('../img/home/o1.png');
	background-size: 100% auto;
}

.about li:last-child {
	background: url('../img/home/o3.png');
	background-size: 100% auto;
}

.about_item_num {
	color: #00704a;
	font-weight: bold;
	font-size: 5.2vw;
	line-height: 6.2vw;
}

.about_item_num span {
	font-size: 2.5vw;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	.home_bm {
		flex-wrap: wrap;
	}

	.home_bm a {
		width: 100%;
	}

	.shop_list {
		padding: 0 15px 20px;
	}

	.shop_list ul {
		flex-wrap: wrap;
		padding-top: 25px;
	}

	.shop_list ul li {
		width: calc(50vw - 23px);
		margin-bottom: 15px;
		line-height: 60px;
		font-size: 17px;
		padding-bottom: 8px;
		border-radius: 20px;
	}
	.general_tit{
		font-size: 24px;
		padding-top: 20px;
		line-height: 62px;
	}
	.general_tit::after{
		height: 4px;
		width: 45px;
	}
	.about{
		padding: 0 0 20px;
	}
	.about ul{
		padding: 0 0 calc(100vw / 750 * 162 + 25px);
		background: url('../img/home/o4.png') no-repeat left bottom;
		background-size: 100% auto;
		margin-top: 35px;
	}
	.about_item_num{
		font-size: 30px;
		line-height: 37px;
		
	}
	.about_item_num span{
		font-size: 15px;
		font-weight: bold;
	}
	.about li{
		width: calc(40vw - 15px);
		background: none !important;
		padding: 0;
		
	}
	.about li:first-child{
		margin-left: 15px;
	}
	.about li p{
		line-height: 30px;
		font-size: 18px;
		font-weight: bold !important;
		/* margin-bottom: 25px; */
	}
	.about li:last-child{
	    width: 20%;
	}
	.about_tips{
		font-size: 14px;
		line-height: 60px;
	}
    
}