/*about.html start*/
.about_tem_box {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #F8F8F8;
    overflow: hidden;
}

.about_tem_btn_box {
    width: 66.6%;
    height: auto;
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #cfcfcf;
    margin: 0px auto;
    margin-top: 40px;
}

.about_tem_btn_box li {
    font-size: 18px;
    color: #000000;
    font-family: "PlusJakartaSans-Medium";
    padding-bottom: 17px;
    position: relative;
    cursor: pointer;
}

.about_tem_btn_box li + li {
    margin-left: 30px;
}

.about_tem_btn_box li.on {
    color: var(--mainColor);
}

.about_tem_btn_box li.on:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: var(--mainColor);
    position: absolute;
    left: 0;
    bottom: -2px;
}

.about_tem_content_box {
    width: 100%;
    height: auto;
    margin-top: 70px;
}

.about_tem_content_list {
    width: 100%;
    overflow: hidden;
    height: 0;
}

.about_tem_content_sw {
    width: 100%;
    height: auto;
    margin: 0px auto;
}

.about_tem_content_sw .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.about_tem_content_sw .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.public_certification_box {
    background: none;
}

.public_about_partner_box {
    background: #F8F8F8;
}
/*about.html end*/

