.about_text {
	font-size: 0.18rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.4rem;
	text-align: center;
	margin-top:0.45rem;
}
.about_mode{
	padding:0.96rem 0;
}
.about_mode .big_img{
	margin-top:0.8rem;
	padding-left:0.5rem;
	padding-right:0.5rem;
}

/* 大健康 */
.about_two{
	background-image: url("../img/team/health_bg.jpg");
	background-size: cover;
	padding-top:0.61rem;
	padding-bottom:0.79rem;
}
.health_list{
	display: flex;
	justify-content: space-between;
	
}
.health_item + .health_item{
	margin-left:1.22rem;
}
.health_item .tit {
	font-size: 0.5rem;
	font-weight: bold;
	color: #369FEF;
	margin-bottom:0.1rem;
}
.health_box{
	margin-top:0.9rem;
	margin-right:0.75rem;
	margin-left:0.47rem;
}
.health_item .tit span {
	font-size: 0.24rem;
	font-weight: bold;
	color: #333333;
	line-height: 0rem;
}
.health_text p{
	font-size: 0.16rem;
	font-weight: 400;
	color: #666666;
	line-height: 0.32rem;
}


/* 食品安全 */
.about-four{
	padding-top: 0.79rem;
	padding-bottom:0.96rem;
}
.safety_mode{
	overflow: hidden;
		margin:0 -0.22rem;
}
.safety_list{

	display: flex;
}
.safety_item{
	padding:0 0.22rem;
	flex:0 0 33.3%;
	
}
.safety_box{
	padding-top:1.13rem;
	padding-bottom:1.1rem;
	position: relative;
}
.safety_cbox{
overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0rem 0.05rem 0.15rem 0.01rem rgba(0,0,0,0.15);
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
}
.safety_cbox .scale_box{
	width:4.7rem;
	object-fit: cover;
	
}
.safety_tit{
	font-size: 0.18rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.36rem;
	text-align: center;
	padding:0.35rem 0.1rem;
}


.safety_mode .swiper-pagination{
	    bottom: 5px !important;
}

.safety_mode .swiper-pagination-bullet {
	width: 0.6rem !important;
	height: 0.02rem !important;
	background: rgba(153, 153, 153, 1);
	border-radius: 0;
}

.safety_mode .swiper-pagination {
	width: 95%;
}

.safety_mode .swiper-pagination-bullet-active {}

.swiper-pagination-bullet {
	width: 0.1rem !important;
	height: 0.1rem !important;
}

.care_mode .swiper-pagination {
	bottom: 0.14rem !important;
	top: auto;
}

.safety_mode .swiper-pagination-bullet {
	margin-right: 0.05rem !important;
}

.safety_mode .swiper-button-next,
.safety_mode .swiper-button-prev {
	top: auto !important;
	bottom: 0rem !important;
	transform: translate(0) !important;
	z-index: 99;
	background-color: transparent;

	border: 0.01rem solid #999999;
}

.safety_mode .swiper-button-next::after,
.safety_mode .swiper-button-prev::after {
	color: #999;
}

.safety_mode .swiper-button-prev {
	left: 56%;
}

.safety_mode .swiper-button-next {
	right: 37%;
}

@media only screen and (max-width: 1024px){
    .about-four, 
    .about_two, 
    .about_mode{
        padding: 15px;
        width:100% !important;
    }
    .safety_mode, 
    .health_mode{
                width:100% !important;
    }
    .safety_box{
        padding:10px 0px;
        padding-top: 15px;
       margin: 0 -10px;
    padding-bottom: 30px;
    }
.about_mode .big_img{
    margin-top: 10px;
    padding:0;
}    
.safety_mode .swiper-button-next, .safety_mode .swiper-button-prev{
    display: none;
}
    .health_box{
        margin:0;
    }
    .health_item + .health_item{
           margin: 0px;
    }
    .health_list{
            flex-wrap: wrap;
            padding-top: 10px;
    }
    .health_item{
        flex:0 0 48%;
    }
    .health_item .tit span{
        font-size: 14px !important;
    }
    .safety_tit, 
    .health_text p, 
    .about_text p{
        font-size: 12px !important;
    }
    .safety_item{
        padding: 0 5px;
    }
    .about_text{
        margin-top: 10px;
    }
    .safety_cbox .scale_box{
        width: auto ;
        height: 130px;
    }
    
    
}

