.about_box{
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
}
.about_box .intro{
    margin-top: 5px;
}
.about_box .intro p{
    line-height: 22px;
    text-indent: 24px;
}
.about_box img{
    margin-top: 10px;
}

.com_title{
    text-align: center;
    font-weight: bold;
    color: #00aff0;
    font-size: 16px;
}
.com_title span{
    color: #ffae00;
    vertical-align: initial;
}


.health_box{
    background: #fff;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;
}
.health_box .intro{
    text-align: center;
    margin-top: 5px;
    line-height: 22px;
}
.health_box .intro a{
    color: #ff0000;
}

 #certify .swiper-container {
    margin-top: 5px;
}

 #certify .swiper-slide {
    width: 294px;
    height: 216px;
    border: 3px solid #fff;
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
}



 #certify .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    border-radius: 9px
}

 #certify .swiper-slide img {
    border-radius: 9px
}

 #certify .swiper-slide.swiper-slide-active:after {
    background: transparent
}


.ser_box {
    width: 100%;   
    background: url('../../images/ser_bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    padding: 10px;
}

.ser_box dl {
    width: 255px;
    height: 90px;
    padding-left: 100px;
    margin: 10px auto;
    color: #fff;
    display: flex;
}

.ser_box dl a {
    color: #fff
}

.ser_box dl dt {
    font-size: 20px;
    font-weight: bold;
    margin-top: 21px
}

.ser_box dl dd {
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: bold
}

.ser_box .ser_list1 {
    background: url('../../images/ser1.png') no-repeat center center
}

.ser_box .ser_list2 {
    background: url('../../images/ser2.png') no-repeat center center
}

.ser_box .ser_list3 {
    background: url('../../images/ser3.png') no-repeat center center
}

.ser_box .ser_list4 {
    background: url('../../images/ser4.png') no-repeat center center;
}

.news_box{
    padding: 10px;
    background: #fff;
    margin-top: 10px;
}

.new_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 5px;
    background: #fff;
    box-sizing: border-box;
    border-bottom: 0.5px solid #f4f3f3;
}

.new_list .title {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new_list .date {
    width: 100%;
    height: 25px;
    color: #999;
    font-size: 10px;
    font-size: 12px;
    line-height: 25px;
    float: left;
}

.new_list .intro {
    width: 100%;
    height: 44px;
    display: -webkit-box;
    color: #999;
    font-size: 12px;
    line-height: 22px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 3px;
    text-overflow: ellipsis;
}

.index_f{
    padding: 10px;
    text-align: center;
}
.index_f p{
    color: #999;
    line-height: 24px;
}
