body {
	margin: auto;
	cursor: default;
	font-family: "SourceHanSerifSC-Regular";
}

a {
	text-decoration: none;
	color: inherit;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

ul li {
	list-style-type: none;
}

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}
.whatapp{
    position: fixed;
    bottom: 2%;
    right: 2%;
    z-index: 999;
}
.whatapp img{
    width: 60px;
}
.whatapp:hover {
  transform: scale(0.95); /* 点击时稍微缩小 */
  transition: transform 0.3s ease;
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	width: 1330px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}

.banne {
	width: 100%;
	height: 815px;
	position: relative;
}

.banne1 {
	width: 100%;
	height: 100%;
	display: block;
	/*object-fit: cover;*/
	/*object-position: center;*/
}

.banne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.banne3 {
	width: 100%;
}

.banne3_1 {
	width: 100%;
	font-family: "SourceHanSerifSC-Heavy";
	font-size: 58px;
	color: #2AAAA1;
}

.banne3_2 {
	width: 100%;
	margin-top: 30px;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 16px;
	color: #2AAAA1;
}

.inde_fls {
	width: 100%;
	background: #2AAAA1;
}

.inde_fl {
	width: 100%;
	display: inline-block;
	padding: 35px 0;
}

.inde_fl1 {
	width: 10.75%;
	float: left;
	margin: 10px 0;
	margin-right: 2%;
	text-align: center;
	color: white;
	font-size: 14px;
}

.inde_fl1:nth-child(8n) {
	margin-right: 0;
}

.inde_fl1 img {
	height: 60px;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}

.inde_abouts {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.inde_about {
	width: 100%;
	margin: 80px auto;
}

.inde_about1 {
	width: 46%;
}

.inde_about1_1 {
	width: 100%;
	font-family: "SourceHanSerifSC-Heavy";
	font-size: 55px;
	color: #333333;
}

.inde_about1_1 span {
	color: #28A9A0;
}

.inde_about1_2 {
	max-width: 100%;
	height: 20px;
	display: block;
	margin-top: 15px;
}

.inde_about1_3 {
	width: 100%;
	margin-top: 35px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.inde_about1_4 {
	width: 220px;
	height: 65px;
	border-radius: 65px;
	text-align: center;
	line-height: 65px;
	background: #2AAAA1;
	color: white;
	font-size: 16px;
	display: block;
	margin-top: 55px;
}

.inde_display {
	width: 100%;
	background: #F4F3EF;
	overflow: hidden;
}

.inde_displa {
	width: 100%;
	display: flex;
}

.inde_displa1 {
	width: 39%;
	padding: 75px 0;
	margin-right: 11%;
}

.inde_displa1_1 {
	width: 100%;
	font-family: "SourceHanSerifSC-Heavy";
	font-size: 55px;
	color: #333333;
}

.inde_displa1_1 span {
	color: #2AAAA1;
}

.inde_displa1_2 {
	height: 20px;
	display: block;
	margin-top: 10px;
}

.inde_displa1_3 {
	width: 100%;
	display: inline-block;
	margin-top: 35px;
}

.inde_displa1_4 {
	border: 1px solid #CBC1B8;
	width: 32%;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	margin-right: 2%;
	font-size: 16px;
	color: #000000;
	font-family: "SourceHanSerifSC-Bold";
	float: left;
	margin-bottom: 20px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inde_displa1_4:nth-child(3n) {
	margin-right: 0;
}

.inde_displa1_4.on {
	background: #CBC1B8;
}

.inde_displa1_5 {
	width: 100%;
	display: none;
	margin-top: 20px;
}

.inde_displa1_5_1 {
	width: 100%;
	font-size: 20px;
	color: #000000;
	font-family: "SourceHanSerifSC-Bold";
}

.inde_displa1_5_2 {
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}

.inde_displa2 {
	width: calc(50% + 295px);
	display: block;
	object-fit: cover;
	object-position: center;
	float: right;
	margin-right: -295px;
}

.inde_whos {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inde_who {
	width: 100%;
	margin: 80px auto;
	text-align: center;
	font-size: 36px;
	color: #2AAAA1;
	font-family: "SourceHanSerifSC-Heavy";
}

.inde_diets {
	width: 100%;
	overflow: hidden;
}

.inde_dietas {
	width: 100%;
}

.inde_dieta {
	width: 100%;
	margin-top: 100px;
	display: flex;
}

.inde_dieta1 {
	width: 39%;
	padding-bottom: 90px;
	margin-right: 11%;
}

.inde_dieta1_1 {
	width: 100%;
	margin-top: 45px;
	font-size: 18px;
	color: #666666;
}
.inde_dieta1_2{
	width: 220px;
	height: 65px;
	border-radius: 65px;
	display: block;
	margin-top: 55px;
	background: #2AAAA1;
	color: white;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
}
.inde_dieta2{
	width: calc(50% + 295px);
	    margin-right: -295px;
		display: flex;
}
.inde_dieta2 img{
	width: 50%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_dietb{
	width: 100%;
	display: flex;
}
.inde_dietb1{
	width: 25%;
	height: 410px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_dietb2{
	width: 50%;
	height: 410px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_privates{
	width: 100%;
	background: #F4F4F4;
	padding: 80px 0;
}
.inde_private1{
	width: 100%;
	text-align: center;
}
.inde_private1_1{
	font-family: "SourceHanSerifSC-Heavy";
	font-size: 55px;
	color: #333333;
}
.inde_private1_1 span{
	color: #28A9A0;
}
.inde_private1_2{
	height: 20px;
	display: block;
	margin: auto;
	margin-top: 10px;
}
.inde_private2{
	width: 100%;
	margin-top: 55px;
}
.inde_private2 .swiper{
	width: 100%;
	height: 100%;
}
.inde_private2 .swiper-slide{
	width: 100%;
	height: 100%;
}
.inde_private2 .swiper-button-prev::after,.inde_private2 .swiper-button-next::after{
	display: none;
}
.inde_private2 .swiper-button-prev{
	width: 50px;
	height: 70px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.inde_private2 .swiper-button-prev:hover{
	background-image: url(../img/prev_1-s.png);
}
.inde_private2 .swiper-button-next{
	width: 50px;
	height: 70px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.inde_private2 .swiper-button-next:hover{
	background-image: url(../img/next_1-s.png);
}
.inde_private3{
	width: 100%;
}
.inde_private3_1{
	width: 100%;
	height: 625px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.inde_private3_2{
	width: calc(100% - 60px);
	background: white;
	margin: auto;
	margin-top: -80px;
	box-shadow: 0 0 16px rgba(140,140,140, .28);
	padding: 30px;
	position: relative;
	z-index: 1;
}
.inde_private3_3{
	width: 100%;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 24px;
	color: #000000;
	overflow: hidden;    
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.inde_private3_4{
	width: 100%;
	margin-top: 10px;
	display: inline-block;
}
.inde_private3_5{
	width: 32%;
	float: left;
	margin-top: 20px;
	margin-right: 2%;
	font-size: 16px;
}
.inde_private3_5:nth-child(3n){
	margin-right: 0;
}
.inde_private3_5 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.inde_private3_5 div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.inde_private3_6{
	width: 145px;
	height: 45px;
	display: block;
	border-radius: 45px;
	background: #2AAAA1;
	margin-top: 25px;
	color: white;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
}
.nybanner{
	width: 100%;
	height: 380px;
	position: relative;
}
.nybanne1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.nybanne2{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.nybanne3{
	width: 100%;
	text-align: center;
}
.nybanne3 div{
	max-width: 100%;
	min-width: 590px;
	padding: 60px 0;
	display: inline-block;
	background: rgba(42,170,161, .74);
	color: white;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 48px;
}
.fw_box{
	width: 100%;
}
.fw_bo{
	width: 100%;
	margin-bottom: 90px;
}
.tit_box{
	border-bottom: 1px solid #D5D5D5;
	width: 100%;
	font-size: 16px;
	color: #B4A78E;
	padding: 30px 0;
}
.pages {
	width: 100%;
	text-align: center;
	margin-top: 55px;
}

.pagination {
	list-style: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
}

.pagination li {
	display: inline;
	text-align: center;
}

.pagination a {
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 40px;
	margin: 0 4px;
	border-radius: 50%;
}

.pagination img {
	height: 15px;
}

.pagination span {
	box-sizing: border-box;
	float: left;
	display: block;
	text-decoration: none;
	width: 40px;
	height: 40px;
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 40px;
	margin: 0 4px;
	border-radius: 50%;
}

.pagination a.active {
	background: #2AAAA1;
	color: #ffffff;
}

.pagination a:active {
	background:#2AAAA1;
	color: #ffffff;
}
.fw_list{
	width: 100%;
	display: inline-block;
}
.fw_li{
	width: 32%;
	display: block;
	float: left;
	margin-right: 2%;
	margin-top: 30px;
	background: white;
	box-shadow: 0 2px 8px rgba(149,149,149, .34);
}
.fw_li:nth-child(3n){
	margin-right: 0;
}
.fw_li1{
	width: 100%;
	height: 425px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.fw_li2{
	width: 100%;
	padding: 0 20px;
	padding-bottom: 15px;
}
.fw_li2_1{
	border-bottom: 1px solid #2AAAA1;
	width: 100%;
	padding: 20px 0;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 16px;
	color: #333333;
	overflow: hidden;    
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.fw_li2_2{
	width: 100%;
	padding: 20px 0;
}
.fw_li2_2 div{
	width: 100%;
	height: 40px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fw_detail{
	width: 100%;
	display: inline-block;
	margin-top: 60px;
}
.fw_detale{
	width: 55%;
	float: left;
}
.fw_detale1{
	width: 100%;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 36px;
	color: #333333;
}
.fw_detale2{
	width: 100%;
	margin-top: 15px;
	font-size: 16px;
	color: #999999;
}
.fw_detale3{
	width: 100%;
	margin-top: 40px;
	font-size: 18px;
	line-height: 40px;
	color: #333333;
}
.fw_detale3 img{
	max-width: 100%;
}
.fw_detari{
	width: 32%;
	float: right;
}
.fw_detari1{
	width: 100%;
	margin-bottom: 55px;
}
.fw_detari1:last-child{
	margin-bottom: 0;
}
.fw_detari2{
	width: 100%;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 18px;
	position: relative;
}
.fw_detari2 span{
	background: white;
	padding-right: 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.fw_detari2::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #999999;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.fw_detari3{
	width: 100%;
	margin-top: 20px;
}
.fw_detari3_1{
	border-bottom: 1px solid #E7E7E7;
	width: 100%;
	display: block;
	padding: 20px 0;
	font-size: 14px;
	color: #333333;
}
.fw_detari3_1 img{
	width: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.fw_detari3_1 div{
	width: calc(100% - 25px);
	display: inline-block;
	vertical-align: middle;
	
	overflow: hidden;    
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.fw_detari4{
	width: 100%;
	margin-top: 10px;
}
.fw_detari4_1{
	border-bottom: 1px solid #E7E7E7;
	width: 100%;
	display: inline-block;
	padding: 20px 0;
}
.fw_detari4_2{
	width: 110px;
	height: 80px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 20px;
}
.fw_detari4_3{
	width: calc(100% - 130px);
	float: left;
}
.fw_detari4_4{
	width: 100%;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.fw_detari4_5{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
}
.gywm_tops{
	width: 100%;
}
.gywm_top{
	width: 100%;
	margin-bottom: 95px;
}
.gywm_top1{
	width: 100%;
	margin-top: 35px;
}
.gywm_top2{
	width: 100%;
	text-align: center;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 36px;
	color: #333333;
}
.gywm_top3{
	width: 100%;
	margin-top: 45px;
	font-size: 18px;
	color: #333333;
	line-height: 35px;
}
.gywm_top3 img{
	max-width: 100%;
}
.gywm_downs{
	width: 100%;
	background: #F4F3EF;
}
.gywm_down{
	width: 100%;
	margin:80px auto;
}
.gywm_down1{
	width: 100%;
	text-align: center;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 36px;
	color: #333333;
}
.gywm_down2{
	width: 100%;
	text-align: center;
}
.gywm_down2_1{
	border: 1px solid #CBC1B8;
	width: 165px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	padding: 0 5px;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 16px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 50px;
	overflow: hidden;    
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.gywm_down2_1.on{
	background: #CBC1B8;
}
.gywm_down2_1:last-child{
	margin-right: 0;
}
.gywm_down3{
	width: 100%;
	margin-top: 60px;
	background: white;
	display: none;
}
.gywm_down3_1{
	width: 100%;
	display: flex;
}
.gywm_down3_2{
	width: 53%;
	/* height: 100%; */
}
.gywm_down3_2 .swiper{
	width: 100%;
	height: 100%;
}
.gywm_down3_2 .swiper-slide{
	width: 100%;
	height: 100%;
}

.gywm_down3_2 .swiper-button-prev::after,.gywm_down3_2 .swiper-button-next::after{
	display: none;
}
.gywm_down3_2 .swiper-button-prev{
	width: 50px;
	height: 70px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.gywm_down3_2 .swiper-button-prev:hover{
	background-image: url(../img/prev_1-s.png);
}
.gywm_down3_2 .swiper-button-next{
	width: 50px;
	height: 70px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.gywm_down3_2 .swiper-button-next:hover{
	background-image: url(../img/next_1-s.png);
}
.gywm_down3_2_1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.gywm_down3_3{
	width: 47%;
	padding: 75px 35px;
}
.gywm_down3_3_1{
	width: 100%;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 24px;
}
.gywm_down3_3_2{
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
}
.gywm_down3_3_3{
	width: 220px;
	height: 65px;
	border-radius: 65px;
	display: block;
	margin-top: 50px;
	background: #2AAAA1;
	color: white;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
	color: white;
}
.lxwm_box{
	width: 100%;
}
.lxwm_bo{
	width: 100%;
	margin-bottom: 90px;
}
.lxwm_bo1{
	width: 100%;
	display: inline-block;
}
.lxwm_bo1_1{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 40px;
	background: #F0F9F3;
	border-radius: 20px;
	padding: 60px;
	    word-wrap: break-word;
}
.lxwm_bo1_1:nth-child(3n){
	margin-right: 0;
}
.lxwm_bo1_2{
	max-width: 90%;
	height: 40px;
	display: block;
	margin: auto;
}
.lxwm_bo1_3{
	width: 100%;
	margin-top: 30px;
	text-align: center;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 16px;
	color: #333333;
}
.lxwm_bo1_4{
	width: 100%;
	min-height: 46px;
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.lxwm_bo2{
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 18px rgba(150,150,150, .31);
	padding: 40px 35px;
	margin-top: 30px;
	display: flex;
}
.lxwm_bo2_1{
	width: 48%;
	margin-right: 4%;
}
.lxwm_bo2_1:last-child{
	margin-right: 0;
}
.lxwm_bo2_2{
	border: 1px solid #CCCCCC;
	outline: none;
	width: 100%;
	height: 55px;
	border-radius: 5px;
	padding: 0 25px;
	font-size: 14px;
	color: #333333;
	margin-bottom: 30px;
	display: block;
}
.lxwm_bo2_2:last-child{
	margin-bottom: 0;
}
.lxwm_bo2_3{
	border: 1px solid #CCCCCC;
	outline: none;
	width: 100%;
	height: 225px;
	border-radius: 5px;
	padding: 15px 25px;
	font-size: 14px;
	color: #333333;
	display: block;
	margin-bottom: 30px;
}
.lxwm_bo2_4{
	border: none;
	outline: none;
	width: 150px;
	height: 55px;
	border-radius: 10px;
	background: #2AAAA1;
	color: white;
	font-size: 16px;
}
.lxwm_bo3{
	width: 100%;
	margin-top: 40px;
	height: 430px;
}
.srtf_box{
	width: 100%;
}
.srtf_bo{
	width: 100%;
	margin-bottom: 95px;
}
.srtf_list{
	width: 100%;
	display: inline-block;
}
.srtf_li{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-top: 40px;
	display: block;
}
.srtf_li:nth-child(2n){
	margin-right: 0;
}
.srtf_li1{
	width: 100%;
	height: 435px;
	display: block;
	object-fit: cover;
	object-position: center;
}
.srtf_li2{
	width: calc(100% - 40px);
	margin: auto;
	margin-top: -55px;
	background: white;
	box-shadow: 0 0 16px rgba(140,140,140, .28);
	padding: 30px 20px;
	position: relative;
	z-index: 1;
}
.srtf_li2_1{
	width: 100%;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 18px;
	overflow: hidden;    
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.srtf_li2_2{
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.srtf_li:hover .srtf_li2{
	background: #2AAAA1;
}
.srtf_li:hover .srtf_li2_1{
	color: white;
}
.srtf_li:hover .srtf_li2_2{
	color: white;
}
.srtf_detaa{
	width: 100%;
	height: 485px;
}
.srtf_detaa .swiper{
	width: 100%;
	height: 100%;
}
.srtf_detaa .swiper-slide{
	width: 100%;
	height: 100%;
}
.srtf_detaa .swiper-button-prev::after,.srtf_detaa .swiper-button-next::after{
	display: none;
}
.srtf_detaa .swiper-button-prev{
	width: 50px;
	height: 70px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.srtf_detaa .swiper-button-prev:hover{
	background-image: url(../img/prev_1-s.png);
}
.srtf_detaa .swiper-button-next{
	width: 50px;
	height: 70px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.srtf_detaa .swiper-button-next:hover{
	background-image: url(../img/next_1-s.png);
}
.srtf_detaa1{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.srtf_detab{
	width: 100%;
	background: white;
	padding: 30px 20px;
	box-shadow: 0 0 16px rgba(140,140,140, .28);
	margin-top: 20px;
}
.srtf_detab1{
	width: 100%;
	font-size: 20px;
	font-family: "SourceHanSerifSC-Bold";
}
.srtf_detab2{
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: #666666;
}
.srtf_detab3{
	width: 100%;
	margin-top: 20px;
	display: inline-block;
}
.srtf_detab3_1{
	width: 32%;
	float: left;
	margin-top: 20px;
	margin-right: 2%;
	font-size: 16px;
}
.srtf_detab3_1:nth-child(3n){
	margin-right: 0;
}
.srtf_detab3_1 img{
	width: 20px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
.srtf_detab3_1 div{
	width: calc(100% - 30px);
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;    
	white-space: nowrap;
}
.srtf_detac{
	width: 100%;
	height: 65px;
	display: block;
	margin-top: 20px;
	background: #2AAAA1;
	color: white;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
}
.srtf_detad{
	width: 100%;
	margin-top: 30px;
}
.srtf_detad1{
	border-bottom: 1px solid #E7E7E7;
	width: 100%;
	padding: 20px 0;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 30px;
	color: #333333;
}
.srtf_detad2{
	width: 100%;
	margin-top: 30px;
}
.srtf_detad2 img{
	max-width: 100%;
}
.news_box{
	width: 100%;
}
.news_bo{
	width: 100%;
	margin-bottom: 90px;
}
.news_list{
	width: 100%;
}
.news_li{
	border-bottom: 1px solid #D5D5D5;
	width: 100%;
	display: inline-block;
	padding: 30px 0;
}
.news_li:last-child{
	border-bottom: 0;
}
.news_li1{
	width: 490px;
	height: 355px;
	display: block;
	object-fit: cover;
	object-position: center;
	float: left;
	margin-right: 40px;
}
.news_li2{
	width: calc(100% - 530px);
	float: left;
}
.news_li2_1{
	width: 100%;
	font-size: 16px;
	color: #2AAAA1;
}
.news_li2_2{
	width: 100%;
	margin-top: 25px;
	font-family: "SourceHanSerifSC-Bold";
	font-size: 24px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_li2_3{
	width: 100%;
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news_li2_4{
	width: 220px;
	height: 65px;
	border-radius: 65px;
	margin-top: 50px;
	text-align: center;
	line-height: 65px;
	background: #2AAAA1;
	color: white;
	font-size: 16px;
}
.diet_list{
	width: 100%;
	margin-top: 40px;
}
.diet_li{
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.diet_li:last-child{
	margin-bottom: 0;
}
.diet_li1{
	border: 1px solid #D5D5D5;
	width: 410px;
	height: 350px;
	border-radius: 5px;
	padding: 10px;
	float: left;
	margin-right: 40px;
}
.diet_li1 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.diet_li2{
	width: calc(100% - 450px);
	float: left;
	padding: 25px 0;
}
.diet_li2_1{
	    width: 100%;
	    font-family: "SourceHanSerifSC-Bold";
	    font-size: 24px;
	    color: #333333;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    text-overflow: ellipsis;
	    overflow: hidden;
}
.diet_li2_2{
	    width: 100%;
	    margin-top: 30px;
	    font-size: 16px;
	    color: #666666;
	    display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    text-overflow: ellipsis;
	    overflow: hidden;
}
.diet_li2_3{
	    width: 220px;
	    height: 65px;
	    border-radius: 65px;
	    margin-top: 50px;
	    text-align: center;
	    line-height: 65px;
	    background: #2AAAA1;
	    color: white;
	    font-size: 16px;
}
.diet_deta1{
	width: 100%;
	font-size: 36px;
	color: #333333;
	font-family: "SourceHanSerifSC-Bold";
}
.diet_deta2{
	width: 100%;
	margin-top: 25px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}
.diet_deta2 img{
	max-width: 100%;
}