/*全局背景*/
body {
    background-image: url(/images/about/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; /* 固定背景图像 */
}

.content_title {
    display: none;
}

#introduce{
    scroll-margin-top: 16vw;
}
#develop{
    scroll-margin-top: 8vw;
}
#honor{
    scroll-margin-top: 12vw;
}

#benefit{
    scroll-margin-top: 12vw;
    padding-top: 8vw;
}

#staff{
    scroll-margin-top: 12vw;
    padding-top: 8vw;
}

li a {
    color: rgba(31, 33, 44, 0.5);
    font-family: Source Han Sans, Source Han Sans;
}

.about_header {
    margin-top: 5vw;
    margin-left: 1vw;
    position: fixed;
}


/*选中特效*/
.about_nav-now a {
    font-family: DingTalk JinBuTi, DingTalk JinBuTi;
    font-weight: 700;
    font-size: 1.5vw;
    color: #1F212C;
    line-height: 1.5vw;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: url(/images/layouts/nav_select.png) no-repeat center;
    background-size: 100% 100%;
}

/*去掉点*/
.about_header .about_navbar ul {
    list-style-type: none;
}

.about_header .about_navbar ul li {
    margin-top: 1.2vw;
    font-size: 1vw;
    font-family: 'DingTalk JinBuTi';
}

#about_header ul li a:hover {
    text-decoration: none;
    font-family: DingTalk JinBuTi, DingTalk JinBuTi;
    font-weight: 700;
    font-size: 1.5vw;
    color: #1F212C;
    line-height: 1.5vw;
    text-align: left;
    font-style: normal;
    text-transform: none;
    background: url(/images/layouts/nav_select.png) no-repeat center;
    background-size: 100% 100%;
}

.about_content {
    margin-top: 9vw;
    margin-left: 17vw;
}

.decorate {
    width: 100vw;
    height: 5vw;
    z-index: 1;
}

.decorate img {
    position: relative;
    width: 33%; /* 图片宽度占满容器 */
    height: auto; /* 高度自适应，保持宽高比 */
    margin-top: 1.5vw; /* 相对于父容器垂直居中 */
    margin-left: 31vw; /* 相对于父容器水平居中 */
    opacity: 0.7;
}

.introduce_content {
    position: relative;
    width: 54vw;
    height: 20.4vw;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 15px 30px 0px rgba(31, 33, 44, 0.05);
    border-radius: 2.4vw;
    overflow: hidden;
}

.introduce_content img {
    margin: 3.6vw 0 1.8vw 2.4vw;
    width: 7vw;
    opacity: 0;
    animation: IntroducefadeIn 0.8s forwards;
    animation-play-state: paused;
}

.introduce_content .introduce_words{
    margin-top: -1.2vw;
}

.introduce_content .introduce_words span{
    display: inline;
}

.introduce_content p {
    margin-top: 1vw;
    margin-left: 2.4vw;
    padding-right: 2.4vw;
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 400;
    font-size: 1.2vw;
    color: #353741;
    animation: IntroducefadeIn 0.8s forwards;
    opacity: 0;
    animation-play-state: paused;
}
@keyframes IntroducefadeIn {
    to {
        transform: translateY(-1vw);
        opacity: 1;
    }
}
.introduce_content img { animation-delay: 0.2s; }
#introduce_t1 { animation-delay: 0.2s; }
#introduce_t2 { animation-delay: 0.4s; }
#introduce_t3 { animation-delay: 0.6s; }
#introduce_t4 { animation-delay: 0.8s; }
#introduce_t5 { animation-delay: 1s; }


.footer_bak {
    margin-top: 8vw;
}

.bold_fond {
    font-weight: bold;
    border-bottom: 0.3vw solid rgba(65, 236, 255, 0.3);
    display: inline-block;
    position: relative;
    background: linear-gradient(to bottom, transparent 80%, rgba(65,236,255,0.3) 80%);
}

.left_rabbit {
    height: 100%;
    width: 3vw;
    margin-left: 2.5vw;
}

/*发展历程样式*/

.plane_img {
    height: 100%;
    width: 8.4vw;
    margin-top: 6vw;
}

.develop_content {
    width: 54vw;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    z-index: 10;
    overflow: visible;
}

.develop_content .box {
    flex: 1; /* 使得每个box都有相同的宽度 */
    display: inline;
    height: 14.4vw;
    margin: 0 1vw; /* 在box之间添加一些间隔 */
    opacity: 0;
    animation: fadeInUp 0.5s forwards;
    animation-play-state: paused;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0px 15px 30px 0px rgba(31, 33, 44, 0.05);
    border-radius: 1vw;
    z-index: 10;
}

.develop_content img {
    width: 1.8vw;
    margin: 0.6vw;
}

.develop_content .box .year {
    font-size: 1.7vw;
    margin: 1.2vw;
    font-family: D-DIN-G, D-DIN-G;
    font-weight: 700;
    color: #3056DC;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.develop_content .box .text {
    font-size: 1vw;
    margin-left: 1.2vw;
    margin-top: 0;
    margin-bottom: 0;
}

#develop .progress-bar {
    display: none;
}


.develop_content .higher {
    margin-top: -3.6vw;
}

.image-container {
    width: 52.8vw;
    background-color: transparent;
    position: absolute;
    z-index: 99;
    margin-top: -10vw;
}

.img_content{
    opacity: 0;
    animation: honorIn 1s forwards;
    animation-play-state: paused;
}

.img_content .left {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 0.6vw;
    color: rgba(31, 33, 44, 0.5);
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-left: -29.3vw;
}

.img_content .right {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 0.5vw;
    color: rgba(31, 33, 44, 0.5);
    text-align: left;
    font-style: normal;
    text-transform: none;
}


@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* 为每个box设置不同的动画延迟 */
#box1 {
    animation-delay: 0.25s;
}

#box2 {
    animation-delay: 0.5s;
}

#box3 {
    animation-delay: 0.75s;
}

#box4 {
    animation-delay: 1s;
}

/*荣誉资质*/

.honor_content {
    width: 60vw;
    padding-top: 9.6vw;
    overflow: hidden;
}

.honor_content .line {
    margin-top: 1.2vw;
    font-size: 1vw;
    opacity: 0;
    animation: honorIn 0.2s forwards;
    animation-play-state: paused;
}


.honor_content .line img {
    width: 1.5vw;
    margin-right: 0.6vw;
}

.honor_content .honor_img {
    width: 28.8vw;
    margin-top: -19.6vw;
    margin-left: 24vw;
}

#honor_l1 { animation-delay: 0.3s; }
#honor_l2 { animation-delay: 0.4s; }
#honor_l3 { animation-delay: 0.5s; }
#honor_l4 { animation-delay: 0.6s; }
#honor_l5 { animation-delay: 0.7s; }
#honor_l6 { animation-delay: 0.8s; }
#honor_l7 { animation-delay: 0.9s; }
.img_content { animation-delay: 0.3s; }


@keyframes CommonIn {
    from{
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


@keyframes honorIn {
    to {
        opacity: 1;
        transform: translateY(-1vw);
    }
}


/*公司资料*/
.benefit_content {
    width: 54vw;
}

.benefit_content .line1{
    margin-left: 4.8vw;
    display: flex;
}

.benefit_content .line2{
    margin-top: 1.8vw;
    display: flex;
}

.benefit_content .benefit_box {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1.4vw;
    width: 13.2vw;
    height: 9vw;
    display: inline;
    margin-right: 1.2vw;
    opacity: 0;
    animation: fadeInUp 0.5s forwards;
    animation-play-state: paused;
}

#benefit_box1 { animation-delay: 0.2s; }
#benefit_box2 { animation-delay: 0.4s; }
#benefit_box3 { animation-delay: 0.6s; }
#benefit_box4 { animation-delay: 0.8s; }
#benefit_box5 { animation-delay: 1s; }
#benefit_box6 { animation-delay: 1.2s; }
#benefit_box7 { animation-delay: 1.4s; }

.benefit_content .line1> :nth-child(2){
    width: 14.4vw;
}
.benefit_content img {
    display: block;
    margin: auto;
    margin-top: 1.9vw;
    width: 2.5vw;
    justify-content: center;
}

.benefit_content .benefit_box .title {
    font-family: Source Han Sans, Source Han Sans;
    font-weight: 500;
    font-size: 1vw;
    color: #1F212C;
    line-height: 2.2vw;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 0;
    margin-top: 0.6vw;
}

.benefit_content .benefit_box .notes {
    font-weight: 400;
    font-size: 0.7vw;
    color: rgba(31,33,44,0.6);
    text-align: center;
    margin: 0 1.2vw;
    display: none;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(-2vw);
    }
}

.benefit_content .benefit_box:hover {
    margin-top: -0.6vw;
    box-shadow: 0px 15px 30px 0px rgba(31, 33, 44, 0.05);
}

.staff {
    width: 60vw;
}


.staff img {
    margin-left: -2.4vw;
    width: 60vw;
    height: 100%;
    opacity: 0;
}


@media (min-width: 1280px) {
    #introduce {
        scroll-margin-top: 16rem;
    }

    #develop {
        scroll-margin-top: 8rem;
    }

    #honor {
        scroll-margin-top: 12rem;
    }

    #benefit {
        scroll-margin-top: 12rem;
        padding-top: 18rem;
    }

    #staff {
        scroll-margin-top: 12rem;
        padding-top: 18rem;
    }


    .about_header {
        margin-top: 5rem;
        margin-left: 1rem;
    }


    /*选中特效*/
    #about_header .about_nav-now a {
        font-family: DingTalk JinBuTi, DingTalk JinBuTi;
        font-weight: 700;
        font-size: 2.5rem;
        color: #1F212C;
        line-height: 2.5rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        background: url(/images/layouts/nav_select.png) no-repeat center;
        background-size: 100% 100%;
    }

    .about_header .about_navbar ul li {
        margin-top: 2rem;
        font-size: 1.8rem;
        font-family: 'DingTalk JinBuTi';
    }

    .about_header .about_navbar ul li a {
        color: rgba(31, 33, 44, 0.5);
        font-family: Source Han Sans, Source Han Sans;
    }

    #about_header ul li a:hover {
        text-decoration: none;
        font-family: DingTalk JinBuTi, DingTalk JinBuTi;
        font-weight: 700;
        font-size: 2.5rem;
        color: #1F212C;
        line-height: 2.5rem;
        text-align: left;
        font-style: normal;
        text-transform: none;
        background: url(/images/layouts/nav_select.png) no-repeat center;
        background-size: 100% 100%;
    }

    .about_content {
        margin-top: 15rem;
        margin-left: 30rem;
    }

    .decorate {
        width: 100rem;
        height: 5rem;
    }

    .decorate img {
        position: relative;
        left: 0;
        top: 0;
        height: auto;
        width: 54rem;
        margin-top: -1.5rem;
        margin-left: 49rem;
        opacity: 0.7;
    }


    .introduce_content {
        width: 87rem;
        height: 32.7rem;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 0px 15px 30px 0px rgba(31, 33, 44, 0.05);
        border-radius: 4.8rem;
        overflow: hidden;
    }

    .introduce_content img {
        margin: 4.9rem 0 2.9rem 3.8rem;
        width: 9.6rem;
        opacity: 0;
        animation: IntroducefadeIn 0.8s forwards;
        animation-play-state: paused;
    }

    .introduce_content .introduce_words {
        margin-top: -1.6rem;
    }

    .introduce_content .introduce_words span {
        display: inline;
    }

    .introduce_content p {
        margin-top: 1.5rem;
        margin-left: 3.8rem;
        padding-right: 3.8rem;
        font-size: 1.9rem;
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 400;
        color: #353741;
        animation: IntroducefadeIn 0.8s forwards;
        opacity: 0;
        animation-play-state: paused;
    }

    @keyframes IntroducefadeIn {
        to {
            transform: translateY(-1rem);
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        to {
            opacity: 1;
            transform: translateY(-3.8rem);
        }
    }

    .footer_bak {
        margin-top: 8rem;
    }

    .bold_fond {
        font-weight: bold;
        border-bottom: 0.5rem solid rgba(65, 236, 255, 0.3);
        background: linear-gradient(to bottom, transparent 90%, rgba(65, 236, 255, 0.3) 90%);
    }

    .left_rabbit {
        height: 100%;
        width: 5rem;
        margin-left: 4.2rem;
    }

    /*发展历程样式*/
    .plane_img {
        height: 100%;
        width: 13.5rem;
        margin-top: 12rem;
    }

    .develop_content {
        width: 86.4rem;
        display: flex;
        justify-content: space-between;
        padding: 20px 0;
        z-index: 10;
        overflow: visible;
    }

    .develop_content .box {
        flex: 1; /* 使得每个box都有相同的宽度 */
        display: inline;
        height: 23rem;
        margin: 0 1.9rem; /* 在box之间添加一些间隔 */
        border-radius: 1.9rem;
        opacity: 0;
        animation: fadeInUp 0.5s forwards;
        animation-play-state: paused;
        background: rgba(255, 255, 255, 0.7);
        box-shadow: 0px 15px 30px 0px rgba(31, 33, 44, 0.05);
        z-index: 10;
    }

    .develop_content img {
        width: 2.9rem;
        margin: 1rem;
    }

    .develop_content .box .year {
        font-size: 2.8rem;
        margin: 1.9rem;
        font-family: D-DIN-G, D-DIN-G;
        font-weight: 700;
        color: #3056DC;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    .develop_content .box .text {
        font-size: 1.6rem;
        margin-left: 1.9rem;
        margin-top: 0;
        margin-bottom: 0;
    }

    #develop .progress-bar {
        display: none;
    }


    .develop_content .higher {
        margin-top: -3.6rem;
    }

    .image-container {
        width: 84.5rem;
        height: auto;
        margin-top: -15rem;
        background-color: transparent;
        position: absolute;
        align-items: center;
        z-index: 99;
        display: block;
    }

    .img_content{
        opacity: 0;
        animation: honorIn 1s forwards;
        animation-play-state: paused;
    }

    .img_content .left {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        font-size: 1rem;
        color: rgba(31, 33, 44, 0.5);
        text-align: left;
        font-style: normal;
        text-transform: none;
        margin-left: -46.8rem;
    }

    .img_content .right {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        /*font-size: 0.5rem;*/
        font-size: 1rem;
        color: rgba(31, 33, 44, 0.5);
        text-align: left;
        font-style: normal;
        text-transform: none;
    }

    /*荣誉资质*/

    .honor_content {
        width: 96rem;
        padding-top: 20rem;
        overflow: hidden;
    }

    .honor_content .line {
        margin-top: 1.9rem;
        font-size: 1.6rem;
        opacity: 0;
        animation: honorIn 0.2s forwards;
        animation-play-state: paused;
    }
    .honor_content .line img {
        width: 2.3rem;
        margin-right: 1rem;
    }

    .honor_content .honor_img {
        width: 46.1rem;
        margin-top: -31.3rem;
        margin-left: 38.4rem;
    }

    @keyframes honorIn {
        to {
            opacity: 1;
            transform: translateY(-1.9rem);
        }
    }


    /*公司资料*/
    .benefit_content {
        width: 86.4rem;
    }

    .benefit_content .line1{
        margin-left: 7.7rem;
        display: flex;
    }

    .benefit_content .line2{
        margin-top: 2.9rem;
        display: flex;
    }

    .benefit_content .benefit_box {
        background: rgba(255, 255, 255, 0.7);
        border-radius: 2.3rem;
        width: 21.1rem;
        height: 14.1rem;
        margin-right: 1.9rem;
        display: inline;
        opacity: 0;
        animation: fadeInUp 0.5s forwards;
        animation-play-state: paused;
    }

    .benefit_content .line1> :nth-child(2){
        width: 23rem;
    }
    .benefit_content img {
        display: block;
        margin: auto;
        margin-top: 3.1rem;
        width: 4.1rem;
        justify-content: center;
    }

    .benefit_content .benefit_box .title {
        font-family: Source Han Sans, Source Han Sans;
        font-weight: 500;
        color: #1F212C;
        text-align: center;
        font-style: normal;
        text-transform: none;
        margin-bottom: 0;
        margin-top: 1rem;
        font-size: 1.6rem;
        line-height: 3.8rem;
    }

    .benefit_content .benefit_box .notes {
        font-weight: 400;
        font-size: 1.2rem;
        margin: 0 1.9rem;
        color: rgba(31,33,44,0.6);
        text-align: center;
        display: none;
    }


    .benefit_content .benefit_box:hover {
        margin-top: -1rem;
        box-shadow: 0px 15px 30px 0px rgba(31, 33, 44, 0.05);
    }

    .staff {
        width: 96rem;
    }

    /*去掉点*/
    .about_header .about_navbar ul {
        list-style-type: none;
    }


    .staff img {
        margin-left: -3.9rem;
        width: 96rem;
        height: 100%;
        opacity: 0;
    }

}

@media (max-width: 1000px) {

    body {
        background-image: url(/images/about/sj_bg.png);
        background-size: 100% 100%;
    }

    #introduce{
        margin-top: -10vw;
        scroll-margin-top: 50vw;
    }
    #develop{
        margin-top: 20vw;
        scroll-margin-top: 30vw;
    }
    #honor{
        margin-top: 12vw;
        scroll-margin-top: 40vw;
    }

    #benefit{
        margin-top: 25vw;
        padding-top: 0;
        scroll-margin-top: 30vw;
    }

    #staff{
        margin-top: 25vw;
        padding-top: 0;
        scroll-margin-top: 30vw;
    }

    .bold_fond {
        display: inline-block;
        position: relative;
        background: linear-gradient(to bottom, transparent 50%, rgba(65,236,255,0.3));
    }

    .content_title{
        margin-top: 20vw;
        font-size: 7vw;
        display: block;
        text-align: center;
        font-family: DingTalk JinBuTi, DingTalk JinBuTi;
        font-weight: 400;
    }

    .about_header {
        z-index: 99;
        overflow: hidden;
    }

    .about_header .about_navbar {
        flex-direction: row-reverse;
        list-style-type: none;
        overflow: hidden; /* 如果有超出容器的内容，隐藏它 */
        width: 100vw; /* 确保导航栏宽度撑满 */
        position: fixed; /* 固定在顶部 */
        padding-top: 3vw;
        top: 7%; /* 顶部对齐 */
        left: 0; /* 左侧对齐 */
        backdrop-filter: blur(10px);
        align-items: center;
        justify-content: space-between;
        border-top: 0.2vw solid rgba(0,0,0,0.05); /* 上边线 */
        border-bottom: 0.2vw solid rgba(0,0,0,0.05); /* 下边线 */
    }

    .about_header .about_navbar ul {
        list-style-type: none;
        display: flex;
        align-items: inherit;
        justify-content: space-around;
        margin-bottom: 0;
    }

    .about_header .about_navbar ul li {
        margin: 0;
        float: left; /* 导航项并排显示 */
        padding: 3vw 0;
    }

    li a{
        font-family: PingFang SC, PingFang SC;
        font-size: 3vw;
        font-weight: 400;
        line-height: 3vw;
        color: #3D3D3D;
        text-align: left;
        font-style: normal;
        text-transform: none;
        padding-bottom: 1vw;
    }

    .about_nav-now a{
        font-weight: 400;
        color: #3D3D3D;
        text-align: left;
        font-style: normal;
        text-transform: none;
        font-size: 3vw;
        background-image: none;
        padding-bottom: 2.5vw;
        border-bottom: 0.5vw solid #40ECFF;
    }

    #about_header ul li a:hover{
        font-weight: 400;
        color: #3D3D3D;
        text-align: left;
        font-style: normal;
        text-transform: none;
        font-size: 3vw;
        background-image: none;
    }

    #introduce .content_title{
        margin-top: 20vw;
    }

    .introduce_content {
        margin: auto;
        width: 90vw;
        height: 100vw;
        box-shadow: 0px 15px 30px 0px rgba(31, 33, 44, 0.05);
        border-radius: 5vw;
    }

    .introduce_content img{
        opacity: 1;
        animation: none;
        margin-top: 10vw;
        margin-left: 5vw;
        width: 20vw;
    }

    .introduce_content p{
        opacity: 1;
        animation: none;
        font-size: 4vw;
        margin-top: 5vw;
        line-height: 6.5vw;
        margin-left: 4vw;
    }

    .about_content {
        margin-top: 4vw;
        margin-left: 0;
    }

    .about_content section {
        margin-left: 4vw;
    }

    .left_rabbit {
        height: 100%;
        width: 10vw;
        margin-left: 10vw;
        margin-top: 4vw;
        margin-bottom: -1vw;
    }

    .decorate{
        width: 100vw;
    }

    .decorate img {
        margin: 32vw 0 0 40vw;
        width: 60%;
        opacity: 0.9;
    }

    .about_content section {
        margin-left: 0;
    }

    .image-container {
        display: none;
    }
    .img_content{
        opacity: 1;
    }

    .img_content .left {
        font-size: 2vw;
        margin: 0;
    }

    .img_content .right {
        font-size: 2vw;
        float: right;
    }
    #develop .progress-bar {
        display: block;
        width: 80%;
        background-color: rgba(31,33,44,0.4);
        position: relative;
        margin: 12vw auto 0 auto;
    }
    #develop .progress {
        display: -ms-flexbox;
        display: flex;
        height: 0.2vw;
        background-color: rgba(0, 0, 0,0.1);
    }
    #develop .node-container {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        pointer-events: none;
    }

    #develop .node {
        color: rgba(31,33,44,0.4);
        position: absolute;
        top: -0.8vw;
        width: 2vw;
        height: 2vw;
        background-color: #ccc;
        border-radius: 50%;
        transform: translateX(-50%);
        transition: background-color 0.3s;
    }

    #develop .node.active {
        color: #1F212C;
        background-color: cyan;
        border-radius: 50%;
        box-shadow: 0 0 0 1vw rgba(0, 255, 255, 0.2)
    }

    #develop .node_text {
        position: absolute;
        bottom: 3vw;
        font-size: 3vw;
        margin-left: -2vw;
    }
    .develop_content {
        width: 100vw;
        margin: 7vw auto auto auto;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch; /* 使滚动更加流畅 */
        scrollbar-width: none;
    }
    .develop_content .box{
        box-shadow: none;
        flex: 0 0 auto; /* 确保项目不会缩小 */
        height: 39vw;
        margin: 0 5vw;
        opacity: 1;
        border-radius: 4vw;
        width: 35vw;
    }

    .plane_img {
        display: none;
    }

    .develop_content .box .year{
        font-size: 4vw;
        margin-bottom: 5vw;
        margin-left: 3vw;
    }

    .develop_content .box .text{
        margin-left: 3vw;
        font-size: 3vw;
    }
    #box4{
        margin-left: 4vw;
    }

    .develop_content img{
        width: 6vw;
        margin-top: 3vw;
        margin-left: 3vw;
    }

    .develop_content .higher {
        margin: 0;
    }

    .honor_content {
        margin-top: -4vw;
        width: 100vw;
    }
    .honor_content .line{
        opacity: 1;
        animation: none;
        margin-top: 8vw;
        font-size: 4vw;
        display: flex;
        align-items: center; /* 确保垂直居中 */
        justify-content: center;
    }

    .honor_content .line img {
        width: 5vw;
        margin-right: 1vw;
    }

    .honor_content .img_content .honor_img {
        width: 90vw;
        margin: 0;
    }

    .honor_content .img_content {
        width: 90vw;
        margin: auto;
        margin-top: 10vw;
    }

    .benefit_content {
        margin-top: 10vw;
        width: 100vw;
    }

    .benefit_content .line1 {
        width: 100vw;
        display: block;
        margin: 0;
    }

    .benefit_content .line1> :nth-child(2){
        width: 90vw;
    }
    .benefit_content .line2{
        margin: 0;
        width: 100vw;
        display: block;
    }

    .benefit_content .benefit_box {
        width: 90vw;
        display: block;
        margin: 4vw auto;
        height: 22vw;
        border-radius: 4vw;
        opacity: 1;
    }

    .benefit_content .benefit_box .title {
        display: inline;
        font-size: 4vw;
        margin-left: 4vw;
    }

    .benefit_content .benefit_box .notes{
        display: block;
        margin-top: -5.5vw;
        margin-left: 17.5vw;
        font-size: 3vw;
        text-align: left;
    }
    .benefit_content .benefit_box:hover{
        margin-top: 0;
        box-shadow: none;
    }

    .benefit_content img {
        display: inline;
        margin: 2vw auto;
        padding-top: 3vw;
        margin-left: 4vw;
        width: 9vw;
    }

    .staff {
        width: 100vw;
    }

    .staff img {
        opacity: 1;
        margin: 1vw auto auto auto;
        width: 100vw;
        height: auto;
    }
}

@media (max-width: 840px) and (max-aspect-ratio: 2/5){
    .about_header .about_navbar {
        top: 6%;
    }
}

@media (max-width: 575px){
}