.eng_block .s_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1110px;
	margin: 100px auto 50px;
	box-sizing: border-box;
	padding: 70px;
	border-radius: 30px;
	border: 5px solid #E415AD;
	box-shadow: 5px 0 0 #E415AD; 
}
.eng_block .s_box .s_text h2{
	font-size: 30px;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	background: #E415AD;
}
.eng_block .s_note h3{
	font-size: 24px;
	color: #E415AD;
}
.s_price table td.eng{
	color: #E415AD;
}
.cn_block .s_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1110px;
	margin: 100px auto 50px;
	box-sizing: border-box;
	padding: 70px;
	border-radius: 30px;
	border: 5px solid #4FA51D;
	box-shadow: 5px 0 0 #4FA51D; 
}
.cn_block .s_box .s_text h2{
	font-size: 30px;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	background: #4FA51D;
}
.s_price table td.cn{
	color: #4FA51D;
}
.fig_block .s_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1110px;
	margin: 100px auto 50px;
	box-sizing: border-box;
	padding: 70px;
	border-radius: 30px;
	border: 5px solid #A5851D;
	box-shadow: 5px 0 0 #A5851D; 
}
.fig_block .s_box .s_text h2{
	font-size: 30px;
	color: #fff;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	background: #A5851D;
}
.s_price table td.fig{
	color: #A5851D;
}
.s_box .s_img{
	width: 350px;
}
.s_box .s_img img{
	width: 350px;
	height: 350px;
	object-fit: cover;
}
.s_box .s_text{
	width: 580px;
}
.s_box .s_text p{
	padding: 20px;
	font-size: 20px;
}
.s_note{
	padding: 40px ;
}
.s_note p{
	margin: 20px 0 40px 0;
	font-size: 20px;
}
.s_price{
	width: 960px;
	margin: 0 auto 100px;
}
.s_price .s_price_img{
	width: 341px;
	margin: 0 auto 20px;
}
.s_price .s_price_img img{
	width: 341px;
	object-fit: cover;
}
.s_price h4{
	background: #064797;
	width: 100%;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	padding: 10px;
}
.s_price dl{
	max-width: 500px;
	margin: 40px auto;
	display: flex;
	align-items: center;
}
.s_price dl dt,.s_price dl dd{
	color: #218D00;
	font-weight: 700;
	font-size: 20px;
	margin: 0;
}
.s_price .dot{
	flex: 1;
    border-top: 4px dotted #000000;
    margin: 0 8px;
}
.s_price table{
	border-collapse: collapse;
	width: 930px;
	margin: 40px auto;
	border: 1px solid #000;
}
.s_price table th{
	background: #FF7611;
	border: 1px solid #000;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 10px;
}
.s_price table td{
	border: 1px solid #000;
	font-weight: 700;
	text-align: center;
	padding: 10px;
}
.s_point_box{
	width: 1050px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 100px auto;
}
.s_point_text{
	width: 470px;
}
.s_point_text h4{
	text-align: center;
	font-size: 20px;
	margin: 40px 0 20px 0;
}
.s_point_text p{
	font-size: 15px;
}
.s_point{
	width: 259px;
	margin: 0 auto;
}
.s_point img{
	width: 259px;
	object-fit: cover;
}
.s_point_img{
	width: 468px;
	height: 351px;
}
.s_point_img img{
	width: 468px;
	height: 351px;
	object-fit: cover;
}
.s_intro{
	width: 1050px;
	margin: 100px auto;
	border: 10px solid #A5851D;
	border-radius: 30px;
}
.s_intro h3{
	background: #A5851D;
	border-radius: 15px 15px 0 0;
	padding: 20px;
	font-size: 30px;
	text-align: center;
	color: #fff;
}
.s_intro_box{
	padding: 20px 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.s_intro_img{
	width: 300px;
	height: 224px;
}
.s_intro_img img{
	width: 300px;
	height: 224px;
	object-fit: cover;
}
.s_intro_text{
	width: 580px;
}
@media (max-width: 1024px) {
.eng_block .s_box{
	display: block;
	width: 100%;
	margin: 50px auto 25px;
	box-sizing: border-box;
	padding: 5%;
	border-radius: 30px;
	border: 5px solid #E415AD;
	box-shadow: 5px 0 0 #E415AD; 
}
.eng_block .s_box .s_text h2{
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background: #E415AD;
}
.eng_block .s_note h3{
	font-size: 20px;
	color: #E415AD;
}
.s_price table td.eng{
	color: #E415AD;
}
.cn_block .s_box{
	display: block;
	width: 100%;
	margin: 50px auto 25px;
	box-sizing: border-box;
	padding: 5%;
	border-radius: 30px;
	border: 5px solid #4FA51D;
	box-shadow: 5px 0 0 #4FA51D; 
}
.cn_block .s_box .s_text h2{
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background: #4FA51D;
}
.s_price table td.cn{
	color: #4FA51D;
}
.fig_block .s_box{
	display: block;
	width: 100%;
	margin: 50px auto 25px;
	box-sizing: border-box;
	padding: 5%;
	border-radius: 30px;
	border: 5px solid #A5851D;
	box-shadow: 5px 0 0 #A5851D; 
}
.fig_block .s_box .s_text h2{
	font-size: 20px;
	color: #fff;
	border-radius: 10px;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	background: #A5851D;
}
.s_price table td.fig{
	color: #A5851D;
}
.s_box .s_img{
	width: 50%;
	max-width: 350px;
	height: auto;
	margin: 0 auto 20px
}
.s_box .s_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.s_box .s_text{
	width: 100%;
}
.s_box .s_text p{
	padding: 10px;
	font-size: 16px;
}
.s_note{
	padding: 20px;
}
.s_note p{
	margin: 10px 0 20px 0;
	font-size: 16px;
}
.s_price{
	width: 100%;
	margin: 0 auto 50px;
}
.s_price .s_price_img{
	max-width: 341px;
	width: 50%;
	margin: 0 auto 10px;
}
.s_price .s_price_img img{
	width: 100%;
	object-fit: cover;
}
.s_price h4{
	background: #064797;
	width: 100%;
	box-sizing: border-box;
	font-size: 20px;
	color: #fff;
	padding: 5px;
}
.s_price dl{
	max-width: 100%;
	margin: 20px auto;
	display: flex;
	align-items: center;
}
.s_price dl dt,.s_price dl dd{
	color: #218D00;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}
.s_price .dot{
	flex: 1;
    border-top: 4px dotted #000000;
    margin: 0 8px;
}
.s_price table{
	border-collapse: collapse;
	width: 100%;
	margin: 20px auto;
}
.s_price table th{
	display: none;
}
.s_price table td{
	border: 1px solid #000;
	font-weight: 700;
	text-align: center;
	padding: 0 0 10px 0;
	display: block;
	width: 100%;
}
.s_price table td::before {
    content: attr(data-title) "";
    white-space: pre;
	display: block;
	width: 100%;
	background: #FF7611;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
    font-weight: 700;
	padding: 10px 0;
	margin-bottom: 10px;
}
.s_point_box{
	width: 100%;
	display: flex;
	margin: 50px auto;
}
.s_point_text{
	order: 1;
	width: 100%;
}
.s_point_text h4{
	text-align: center;
	font-size: 18px;
	margin: 20px 0 10px 0;
}
.s_point_text p{
	font-size: 15px;
}
.s_point{
	width: 50%;
	max-width: 259px;
	margin: 0 auto;
}
.s_point img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.s_point_img{
	order: 2;
	width: 80%;
	max-width: 468px;
	margin: 0 auto;
}
.s_point_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.s_intro{
	width: 100%;
	margin: 50px auto;
	border: 10px solid #A5851D;
	border-radius: 30px;
}
.s_intro h3{
	background: #A5851D;
	border-radius: 15px 15px 0 0;
	padding: 10px;
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.s_intro_box{
	padding: 10px 20px;
	display: block;
}
.s_intro_img{
	width: 80%;
	max-width: 300px;
	margin: 0 auto 10px;
}
.s_intro_img img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.s_intro_text{
	width: 100%;
}
}