body {
    background: #fff
}

.about1 {
    padding: 122px 0 580px 0;
    position: relative;
    z-index: 1
}

.about1 .wrap {
    display: flex;
    justify-content: space-between
}

.about1 .wrap .title {
    position: relative
}

.about1 .wrap .title .red {
    position: absolute;
    left: -13px;
    top: -18px;
    width: 26px
}

.about1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 50px;
    color: #111
}

.about1 .wrap .title .p2 {
    font-weight: bold;
    font-size: 70px;
    color: #E61F18;
    text-align: right
}

.about1 .wrap .title .p2 span {
    font-size: 30px
}

.about1 .wrap .r {
    width: 735px
}

.about1 .wrap .r .p1 {
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    margin: 0 0 94px
}

.about1 .wrap .r .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 40px
}

.about2 {
    position: relative;
    z-index: 1;
    padding: 120px 0 335px 0
}

.about2 .wrap {
    display: flex;
    justify-content: space-between
}

.about2 .wrap .l {
    font-weight: 400;
    font-size: 30px;
    color: #111111;
    line-height: 50px
}

.about2 .wrap .l span {
    font-weight: 200
}

.about2 .wrap .r {
    width: 735px
}

.about2 .wrap .r .p1 {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 40px
}

.about2 .wrap .r .figure {
    margin: 120px 0 0 0;
    width: fit-content;
    gap: 60px 194px;
    display: grid;
    grid-template-columns:repeat(2, max-content)
}

.about2 .wrap .r .figure .item span {
    font-weight: 600;
    font-size: 50px;
    color: #E61F18;
    margin: 0 0 8px
}

.about2 .wrap .r .figure .item p {
    font-weight: 400;
    font-size: 18px;
    color: #666666
}

.about3 {
    position: relative;
    padding: 145px 0 70px 0;
    background: #323437
}

.about3 .wrap {
    display: flex;
    justify-content: space-between
}

.about3 .wrap .l {
    margin: 37px 0 0 0;
    width: 505px
}

.about3 .wrap .l .p1 {
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    margin: 0 0 5px
}

.about3 .wrap .l .p2 {
    font-weight: bold;
    font-size: 30px;
    color: #CFC3C3
}

.about3 .wrap .l .pick {
    margin: 143px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #CCCCCC;
    line-height: 40px
}

.about3 .wrap .r {
    display: flex
}

.about3 .wrap .r .img1 {
    width: 460px;
    height: 740px;
    border-radius: 235px 235px 0px 235px;
    margin: 0 36px 0 0
}

.about3 .wrap .r .img2 {
    width: 461px;
    height: 384px;
    border-radius: 196px 196px 196px 0px
}

.about4 {
    background: #323437;
    padding: 100px 0
}

.about4 .wrap {
    width: 1064px;
    margin: auto
}

.about4 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    text-align: center
}

.about4 .wrap .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0 225px 0;
    position: relative;
    z-index: 5;
    padding-top: 50px
}

.about4 .wrap .content .item {
    width: 440px;
    margin-bottom: 150px;
    position: relative
}

.about4 .wrap .content .item:nth-child(2n) {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    top: 225px
}

.about4 .wrap .content .item .jump {
    text-align: right
}

.about4 .wrap .content .item .jump .text .year {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0 0 8px
}

.about4 .wrap .content .item .jump .text .p1 {
    font-weight: 400;
    font-size: 20px;
    color: #CCCCCC;
    margin: 0 0 11px
}

.about4 .wrap .content .item .jump .img {
    height: 271px
}

.about4 .wrap .content .position {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% + 320px)
}

.about4 .wrap .content .position .circle {
    width: 16px;
    height: 16px;
    background: #E61F18;
    margin: auto;
    border-radius: 50%
}

.about4 .wrap .content .position .line {
    height: 100%;
    width: 1px;
    background: #4D4D4D;
    margin: auto;
    overflow: hidden
}

.about4 .wrap .content .position .line div {
    width: 100%;
    height: 0%;
    background: var(--color)
}

.about5 {
    padding: 146px 0 76px 0
}

.about5 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111
}

.about5 .wrap .content {
    margin: 120px 0 0 0;
    display: flex;
    justify-content: space-between
}

.about5 .wrap .content .r {
    width: 953px;
    position: relative
}

.about5 .wrap .content .r .matter {
    width: 100%;
    opacity: 0;
    transform: translateY(30px);
    pointer-events: none;
    transition: opacity 300ms, transform 600ms 300ms
}

.about5 .wrap .content .r .matter:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.about5 .wrap .content .r .matter.on {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    transition-delay: 300ms
}

.about5 .wrap .content .r .matter .honorSwiper {
    width: 1166px
}

.about5 .wrap .content .r .matter .honorSwiper .swiper-slide .item {
    width: 100%
}

.about5 .wrap .content .r .matter .honorSwiper .swiper-slide .item .img {
    width: 100%;
    height: 430px
}

.about5 .wrap .content .r .matter .honorSwiper .swiper-slide .item .img img {
    width: 100%
}

.about5 .wrap .content .r .matter .honorSwiper .swiper-slide .item .text {
    margin: 20px 0 0 0;
    font-weight: 400;
    font-size: 18px;
    color: #111111
}

.about5 .wrap .content .l .item:not(:last-child) {
    margin: 0 0 30px
}

.about5 .wrap .content .l .item .show {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    cursor: pointer
}

.about5 .wrap .content .l .item .hide {
    overflow: hidden;
    display: none
}

.about5 .wrap .content .l .item .hide > div {
    margin: 15px 0
}

.about5 .wrap .content .l .item .hide > div .list {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 50px;
    width: fit-content;
    transition: .6s ease;
    cursor: pointer
}

.about5 .wrap .content .l .item .hide > div .list.on {
    color: #E61F18
}

.about6 {
    padding: 100px 0 150px
}

.about6 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 76px
}

.about6 .wrap .content {
    display: grid;
    grid-template-columns:repeat(8, 1fr);
    gap: 80px 98px
}

@media screen and (max-width: 1919px) {
    .about1{
        padding: 6.3541666667vw 0px 30.2083333333vw;
    }
    .about1 .wrap .title .red{
        left: -0.6770833333vw;
        top: -0.9375vw;
        width: 1.3541666667vw;
    }
    .about1 .wrap .title .p1{
        font-size: 2.6041666667vw;
    }
    .about1 .wrap .title .p2{
        font-size: 3.6458333333vw;
    }
    .about1 .wrap .title .p2 span{
        font-size: 1.5625vw;
    }
    .about1 .wrap .r{
        width: 38.28125vw;
    }
    .about1 .wrap .r .p1{
        font-size: 1.875vw;
        margin: 0px 0px 4.8958333333vw;
    }
    .about1 .wrap .r .p2{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .about2{
        padding: 6.25vw 0px 17.4479166667vw;
    }
    .about2 .wrap .l{
        font-size: 1.5625vw;
        line-height: 2.6041666667vw;
    }
    .about2 .wrap .r{
        width: 38.28125vw;
    }
    .about2 .wrap .r .p1{
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .about2 .wrap .r .figure{
        margin: 6.25vw 0px 0px;
        gap: 3.125vw 10.1041666667vw;
    }
    .about2 .wrap .r .figure .item span{
        font-size: 2.6041666667vw;
        margin: 0px 0px 0.4166666667vw;
    }
    .about2 .wrap .r .figure .item p{
        font-size: 0.9375vw;
    }
    .about3{
        padding: 7.5520833333vw 0px 3.6458333333vw;
    }
    .about3 .wrap .l{
        margin: 1.9270833333vw 0px 0px;
        width: 26.3020833333vw;
    }
    .about3 .wrap .l .p1{
        font-size: 2.6041666667vw;
        margin: 0px 0px 0.2604166667vw;
    }
    .about3 .wrap .l .p2{
        font-size: 1.5625vw;
    }
    .about3 .wrap .l .pick{
        margin: 7.4479166667vw 0px 0px;
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .about3 .wrap .r .img1{
        width: 23.9583333333vw;
        height: 38.5416666667vw;
        border-radius: 12.2395833333vw 12.2395833333vw 0px;
        margin: 0px 1.875vw 0px 0px;
    }
    .about3 .wrap .r .img2{
        width: 24.0104166667vw;
        height: 20vw;
        border-radius: 10.2083333333vw 10.2083333333vw 10.2083333333vw 0px;
    }
    .about4{
        padding: 5.2083333333vw 0px;
    }
    .about4 .wrap{
        width: 55.4166666667vw;
    }
    .about4 .wrap .title{
        font-size: 1.875vw;
    }
    .about4 .wrap .content{
        margin: 2.0833333333vw 0px 11.71875vw;
        padding-top: 2.6041666667vw;
    }
    .about4 .wrap .content .item{
        width: 22.9166666667vw;
        margin-bottom: 7.8125vw;
    }
    .about4 .wrap .content .item:nth-child(2n){
        top: 11.71875vw;
    }
    .about4 .wrap .content .item .jump .text .year{
        font-size: 1.875vw;
        margin: 0px 0px 0.4166666667vw;
    }
    .about4 .wrap .content .item .jump .text .p1{
        font-size: 1.0416666667vw;
        margin: 0px 0px 0.5729166667vw;
    }
    .about4 .wrap .content .item .jump .img{
        height: 14.1145833333vw;
    }
    .about4 .wrap .content .position{
        height: calc(100% + 16.6666666667vw);
    }
    .about4 .wrap .content .position .circle{
        width: 0.8333333333vw;
        height: 0.8333333333vw;
    }
    .about5{
        padding: 7.6041666667vw 0px 3.9583333333vw;
    }
    .about5 .wrap .title{
        font-size: 1.875vw;
    }
    .about5 .wrap .content{
        margin: 6.25vw 0px 0px;
    }
    .about5 .wrap .content .r{
        width: 49.6354166667vw;
    }
    .about5 .wrap .content .r .matter{
        transform: translateY(1.5625vw);
    }
    .about5 .wrap .content .r .matter .honorSwiper{
        width: 60.7291666667vw;
    }
    .about5 .wrap .content .r .matter .honorSwiper .swiper-slide .item .img{
        height: 22.3958333333vw;
    }
    .about5 .wrap .content .r .matter .honorSwiper .swiper-slide .item .text{
        margin: 1.0416666667vw 0px 0px;
        font-size: 0.9375vw;
    }
    .about5 .wrap .content .l .item:not(:last-child){
        margin: 0px 0px 1.5625vw;
    }
    .about5 .wrap .content .l .item .show{
        font-size: 1.25vw;
    }
    .about5 .wrap .content .l .item .hide > div{
        margin: 0.78125vw 0px;
    }
    .about5 .wrap .content .l .item .hide > div .list{
        font-size: 0.9375vw;
        line-height: 2.6041666667vw;
    }
    .about6{
        padding: 5.2083333333vw 0px 7.8125vw;
    }
    .about6 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 3.9583333333vw;
    }
    .about6 .wrap .content{
        gap: 4.1666666667vw 5.1041666667vw;
    }
}


@media screen and (max-width: 1024px) {
    .about1{
        padding: 50px 0 300px;
    }
    .about1 .wrap{
        flex-direction: column;
    }
    .about1 .wrap .title .red {
        left: -6px;
        top: -2px;
        width: 11px;
    }
    .about1 .wrap .title .p1{
        font-size: 24px;
    }
    .about1 .wrap .title .p2{
        text-align: left;
    }
    .about1 .wrap .title .p2{
        font-size: 30px;
    }
    .about1 .wrap .title .p2 span{
        font-size: 14px;
    }
    .about1 .wrap .r{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .about1 .wrap .r .p1{
        font-size: 24px;
        margin: 0 0 15px;
    }
    .about1 .wrap .r .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .about2{
        padding: 50px 0;
    }
    .about2 .wrap{
        flex-direction: column;
    }
    .about2 .wrap .l{
        font-size: 18px;
        line-height: 26px;
    }
    .about2 .wrap .l br{
        display: none;
    }
    .about2 .wrap .r{
        width: 100%;
        margin: 25px 0 0 0;
    }
    .about2 .wrap .r .p1{
        font-size: 13px;
        line-height: 25px;
    }
    .about2 .wrap .r .figure .item span{
        font-size: 24px;
    }
    .about2 .wrap .r .figure .item p{
        font-size: 12px;
    }
    .about2 .wrap .r .figure{
        margin: 25px 0 0 0;
        gap: 25px;
    }
    .about3{
        padding: 50px 0;
    }
    .about3 .wrap{
        flex-direction: column;
    }
    .about3 .wrap .l{
        margin: 0 0 30px;
        width: 100%;
    }
    .about3 .wrap .l .p1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .about3 .wrap .l .p2 {
        font-size: 14px;
    }
    .about3 .wrap .l .pick{
        margin: 20px 0 0 0;
        font-size: 13px;
        line-height: 30px;
    }
    .about3 .wrap .r{
        justify-content: space-between;
    }
    .about3 .wrap .r .img1{
        width: 45%;
        height: auto;
    }
    .about3 .wrap .r .img2{
        width: 45%;
        height: fit-content;
    }
    .about4{
        padding: 50px 0;
    }
    .about4 .wrap .title{
        font-size: 24px;
    }
    .about4 .wrap .content{
        margin: 25px 0 0 0;
        padding-top: 15px;
        flex-direction: column;
    }
    .about4 .wrap{
        width: 90%;
    }
    .about4 .wrap .content .position{
        display: none;
    }
    .about4 .wrap .content .item{
        width: 100%;
        margin-bottom: 40px;
    }
    .about4 .wrap .content .item .jump{
        text-align: left;
        width: 100%;
    }
    .about4 .wrap .content .item .jump .text .year{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .about4 .wrap .content .item .jump .text .p1{
        font-size: 14px;
        margin: 0 0 15px;
    }
    .about4 .wrap .content .item:nth-child(2n){
        top: 0;
        justify-content: unset;
    }
    .about4 .wrap .content .item .jump .img{
        height: auto;
    }
    .about5{
        padding: 50px 0;
    }
    .about5 .wrap .title{
        font-size: 24px;
    }
    .about5 .wrap .content{
        margin: 30px 0 0 0;
        flex-direction: column;
    }
    .about5 .wrap .content .l .item .show{
        font-size: 16px;
    }
    .about5 .wrap .content .l .item .hide > div .list{
        font-size: 13px;
        line-height: 35px;
    }
    .about5 .wrap .content .l .item .hide > div{
        margin: 5px 0;

    }
    .about5 .wrap .content .l .item:not(:last-child) {
        margin: 0px 0px 20px;
    }

    .about5 .wrap .content .r{
        width: 100%;
        margin: 30px 0 0 0;
    }

    .about5 .wrap .content .r .matter .honorSwiper{
        width: 100%;
    }

    .about5 .wrap .content .r .matter .honorSwiper .swiper-slide .item .img{
        height: auto;
        width: 100%;
        margin: auto;
        display: block;
    }
    .about5 .wrap .content .r .matter .honorSwiper .swiper-slide .item .img img{
        object-fit: contain;
    }
    .about5 .wrap .content .r .matter .honorSwiper .swiper-slide .item .text{
        font-size: 14px;
        margin: 15px 0 0 0;
    }

    .about6{
        padding: 10px 0 50px 0;
    }
    .about6 .wrap .title{
        font-size: 24px;
        margin: 0 0 27px;
    }
    .about6 .wrap .content{
        gap:20px;
        grid-template-columns: repeat(5, 1fr);
    }
    .about6 .wrap .content .img{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about6 .wrap .content .img img{
        height: 40px;
        object-fit: contain;
    }
}
