.about1 {
    padding: 120px 0 140px
}

.about1 .wrap {
    width: var(--interval);
    margin: auto
}

.about1 .wrap .title {
    font-weight: 200;
    font-size: 36px;
    color: #FFFFFF;
    line-height: 50px
}

.about1 .wrap .flex {
    display: flex;
    justify-content: space-between;
    margin: 70px 0 0 0
}

.about1 .wrap .flex .year {
    font-weight: bold;
    font-size: 80px;
    background: linear-gradient(to right, red, #fff);
    -webkit-background-clip: text;
    color: transparent
}

.about1 .wrap .flex .pick {
    width: 760px;
    font-weight: 400;
    font-size: 16px;
    color: #DFDFDF;
    line-height: 36px;
    position: relative
}

.about1 .wrap .flex .pick:after {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #E70010;
    top: 15px;
    left: -20px;
    border-radius: 50%
}

.about1 .wrap .content {
    margin: 67px 0 0 0;
    display: flex;
    justify-content: space-between
}

.about1 .wrap .content .l {
    width: 680px
}

.about1 .wrap .content .l .img {
    width: 100%;
    height: 480px;
    overflow: hidden
}

.about1 .wrap .content .l .img:hover img {
    transform: scale(1.05)
}

.about1 .wrap .content .l .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.about1 .wrap .content .l .text {
    margin: 50px 0 0 0
}

.about1 .wrap .content .l .text .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    margin: 0 0 30px
}

.about1 .wrap .content .l .text .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #DFDFDF;
    line-height: 36px
}

.about1 .wrap .content .r {
    margin: 183px 0 0 0;
    width: 760px;
    height: 620px;
    overflow: hidden
}

.about1 .wrap .content .r:hover img {
    transform: scale(1.05)
}

.about1 .wrap .content .r img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.about1 .wrap .figure {
    display: flex;
    justify-content: space-between;
    margin: 125px 0 0 0
}

.about1 .wrap .figure .item .dis {
    display: flex;
    align-items: flex-end
}

.about1 .wrap .figure .item .dis span {
    font-size: 50px;
    color: transparent;
    font-weight: bold;
    background: linear-gradient(to right, red, #fff);
    -webkit-background-clip: text
}

.about1 .wrap .figure .item .dis .p1, .about1 .wrap .figure .item .dis .p1_ {
    font-size: 30px;
    color: #fff;
    position: relative;
    top: -10px;
    margin: 0 0 0 5px
}

.about1 .wrap .figure .item .dis .p1_ {
    font-weight: bold
}

.about1 .wrap .figure .item .p2 {
    color: #DFDFDF;
    font-size: 16px
}

.about2 {
    height: 100vh;
    position: relative
}

.about2 .img {
    width: 100%;
    height: 100%
}

.about2 .wrap {
    width: var(--interval);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 136px;
    z-index: 5
}

.about2 .wrap .p1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 40px
}

.about2 .wrap .p2 {
    width: 968px;
    font-size: 18px;
    line-height: 40px;
    color: #fff
}

.about3 {
    padding: 160px 0 176px 0;
    position: relative;
    z-index: 1
}

.about3 .di {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1
}

.about3 .wrap {
    width: var(--interval);
    margin: auto
}

.about3 .wrap .content .item {
    display: flex;
    align-items: center
}

.about3 .wrap .content .item:not(:last-child) {
    margin: 0 0 140px
}

.about3 .wrap .content .item .l {
    width: 736px;
    margin: 0 159px 0 0;
    position: relative
}
.about3 .wrap .content .item:first-child .l:before{
    display: block;
}

.about3 .wrap .content .item .l:before {
    content: '';
    position: absolute;
    bottom: calc(100% + 15px);
    left: 55px;
    width: 0px;
    height: 152px;
    border: 1px solid #555964;
    display: none;
}

.about3 .wrap .content .item .l:after {
    content: '';
    position: absolute;
    top: calc(100% + 15px);
    left: 55px;
    width: 0px;
    height: 152px;
    border: 1px solid #555964;
}

.about3 .wrap .content .item .l .p1 {
    width: fit-content;
    font-weight: bold;
    font-size: 50px;
    color: transparent;
    background: linear-gradient(to right, red, #fff);
    -webkit-background-clip: text;
    margin: 0 0 15px
}

.about3 .wrap .content .item .l .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #DFDFDF;
    line-height: 40px
}

.about3 .wrap .content .item .r {
    display: flex
}

.about3 .wrap .content .item .r .img {
    overflow: hidden
}

.about3 .wrap .content .item .r .img:hover img {
    transform: scale(1.05)
}

.about3 .wrap .content .item .r .img img {
    transition: 1s
}

.about3 .wrap .content .item .r .img:not(:last-child) {
    margin: 0 63px 0 0
}

.about3 .wrap .content2 {
    height: 620px;
    position: relative;
    z-index: 1;
    margin: 160px 0 0 0
}

.about3 .wrap .content2 .img {
    width: 100%;
    height: 100%
}

.about3 .wrap .content2 .wrap {
    left: 50px;
    bottom: 110px;
    position: absolute;
    z-index: 3
}

.about3 .wrap .content2 .wrap .p1 {
    font-weight: 300;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0 0 15px
}

.about3 .wrap .content2 .wrap .p2 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF
}

.about3 .wrap .content3 {
    margin: 80px 0 0 0
}

.about3 .wrap .content3 .title .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0 0 10px
}

.about3 .wrap .content3 .title .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #FDFDFD
}

.about3 .wrap .content3 form {
    margin: 60px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.about3 .wrap .content3 form input {
    width: 760px;
    height: 60px;
    background: rgba(45, 48, 55, 0.88);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #555964;
    margin: 0 0 20px;
    padding: 0 20px;
    color: #fff;
    font-size: 16px
}

.about3 .wrap .content3 form input::placeholder {
    color: #CCCCCC
}

.about3 .wrap .content3 form textarea {
    width: 100%;
    height: 160px;
    background: rgba(45, 48, 55, 0.88);
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #555964;
    padding: 20px;
    color: #fff;
    font-size: 16px
}

.about3 .wrap .content3 form textarea::placeholder {
    color: #CCCCCC
}

.about3 .wrap .content3 form .common_more {
    margin: 60px auto 0
}

.about3 .wrap .new_content {
    margin: 118px 0 0 0;
    position: relative;
    z-index: 1
}

.about3 .wrap .new_content .r {
    position: absolute;
    right: -166px;
    top: 0;
    z-index: -1;
    width: 1323px
}

.about3 .wrap .new_content .r .map {
    width: 100%
}

.about3 .wrap .new_content .r .position {
    position: absolute;
    width: 992px;
    top: 76px;
    left: 210px;
    z-index: 2
}

.about3 .wrap .new_content .left {
    width: 530px
}

.about3 .wrap .new_content .left .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin: 0 0 20px
}

.about3 .wrap .new_content .left .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #DFDFDF;
    line-height: 32px;
    margin: 0 0 120px
}

.about3 .wrap .new_content .left .fig {
    display: flex;
    justify-content: space-between
}

.about3 .wrap .new_content .left .fig .item span {
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    margin: 0 0 10px;
    display: block
}

.about3 .wrap .new_content .left .fig .item p {
    font-weight: 400;
    font-size: 16px;
    color: #DFDFDF
}

.about3 .wrap .new_content2 {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 230px 0 150px
}

.about3 .wrap .new_content2 .width .matter {
    width: max-content;
    display: flex;
    animation: goSwiper 25s linear infinite
}

.about3 .wrap .new_content2 .width .matter:last-child {
    animation-direction: reverse
}

.about3 .wrap .new_content2 .width .matter:not(:last-child) {
    margin: 0 0 33px
}

.about3 .wrap .new_content2 .width .matter .flex {
    display: flex;
    align-items: center
}

.about3 .wrap .new_content2 .width .matter .flex .img {
    width: 200px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 50px 0 0
}

.about3 .wrap .new_content2 .width .matter .flex .img img {
    object-fit: contain
}

@keyframes goSwiper {
    100% {
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 1919px) {
    .about1{
        padding: 6.25vw 0px 7.2916666667vw;
    }
    .about1 .wrap .title{
        font-size: 1.875vw;
        line-height: 2.6041666667vw;
    }
    .about1 .wrap .flex{
        margin: 3.6458333333vw 0px 0px;
    }
    .about1 .wrap .flex .year{
        font-size: 4.1666666667vw;
    }
    .about1 .wrap .flex .pick{
        width: 39.5833333333vw;
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .about1 .wrap .flex .pick::after{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        top: 0.78125vw;
        left: -1.0416666667vw;
    }
    .about1 .wrap .content{
        margin: 3.4895833333vw 0px 0px;
    }
    .about1 .wrap .content .l{
        width: 35.4166666667vw;
    }
    .about1 .wrap .content .l .img{
        height: 25vw;
    }
    .about1 .wrap .content .l .text{
        margin: 2.6041666667vw 0px 0px;
    }
    .about1 .wrap .content .l .text .p1{
        font-size: 1.25vw;
        margin: 0px 0px 1.5625vw;
    }
    .about1 .wrap .content .l .text .p2{
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
    }
    .about1 .wrap .content .r{
        margin: 9.53125vw 0px 0px;
        width: 39.5833333333vw;
        height: 32.2916666667vw;
    }
    .about1 .wrap .figure{
        margin: 6.5104166667vw 0px 0px;
    }
    .about1 .wrap .figure .item .dis span{
        font-size: 2.6041666667vw;
    }
    .about1 .wrap .figure .item .dis .p1, .about1 .wrap .figure .item .dis .p1_{
        font-size: 1.5625vw;
        top: -0.5208333333vw;
        margin: 0px 0px 0px 0.2604166667vw;
    }
    .about1 .wrap .figure .item .p2{
        font-size: 0.8333333333vw;
    }
    .about2 .wrap{
        bottom: 7.0833333333vw;
    }
    .about2 .wrap .p1{
        font-size: 1.875vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .about2 .wrap .p2{
        width: 50.4166666667vw;
        font-size: 0.9375vw;
        line-height: 2.0833333333vw;
    }
    .about3{
        padding: 8.3333333333vw 0px 9.1666666667vw;
    }
    .about3 .wrap .content .item:not(:last-child){
        margin: 0px 0px 7.2916666667vw;
    }
    .about3 .wrap .content .item .l{
        width: 38.3333333333vw;
        margin: 0px 8.28125vw 0px 0px;
    }
    .about3 .wrap .content .item .l::before{
        bottom: calc(100% + 0.78125vw);
        left: 2.8645833333vw;
        height: 7.9166666667vw;
    }
    .about3 .wrap .content .item .l::after{
        top: calc(100% + 0.78125vw);
        left: 2.8645833333vw;
        height: 7.9166666667vw;
    }
    .about3 .wrap .content .item .l .p1{
        font-size: 2.6041666667vw;
        margin: 0px 0px 0.78125vw;
    }
    .about3 .wrap .content .item .l .p2{
        font-size: 0.8333333333vw;
        line-height: 2.0833333333vw;
    }
    .about3 .wrap .content .item .r .img:not(:last-child){
        margin: 0px 3.28125vw 0px 0px;
    }
    .about3 .wrap .content2{
        height: 32.2916666667vw;
        margin: 8.3333333333vw 0px 0px;
    }
    .about3 .wrap .content2 .wrap{
        left: 2.6041666667vw;
        bottom: 5.7291666667vw;
    }
    .about3 .wrap .content2 .wrap .p1{
        font-size: 1.875vw;
        margin: 0px 0px 0.78125vw;
    }
    .about3 .wrap .content2 .wrap .p2{
        font-size: 1.875vw;
    }
    .about3 .wrap .content3{
        margin: 4.1666666667vw 0px 0px;
    }
    .about3 .wrap .content3 .title .p1{
        font-size: 1.875vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .about3 .wrap .content3 .title .p2{
        font-size: 0.8333333333vw;
    }
    .about3 .wrap .content3 form{
        margin: 3.125vw 0px 0px;
    }
    .about3 .wrap .content3 form input{
        width: 39.5833333333vw;
        height: 3.125vw;
        margin: 0px 0px 1.0416666667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .about3 .wrap .content3 form textarea{
        height: 8.3333333333vw;
        padding: 1.0416666667vw;
        font-size: 0.8333333333vw;
    }
    .about3 .wrap .content3 form .common_more{
        margin: 3.125vw auto 0px;
    }

    .about3 .wrap .new_content{
        margin: 6.1458333333vw 0px 0px;
    }
    .about3 .wrap .new_content .r{
        right: -8.6458333333vw;
        width: 68.90625vw;
    }
    .about3 .wrap .new_content .r .position{
        width: 51.6666666667vw;
        top: 3.9583333333vw;
        left: 10.9375vw;
    }
    .about3 .wrap .new_content .left{
        width: 27.6041666667vw;
    }
    .about3 .wrap .new_content .left .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.0416666667vw;
    }
    .about3 .wrap .new_content .left .p2{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin: 0px 0px 6.25vw;
    }
    .about3 .wrap .new_content .left .fig .item span{
        font-size: 2.6041666667vw;
        margin: 0px 0px 0.5208333333vw;
    }
    .about3 .wrap .new_content .left .fig .item p{
        font-size: 0.8333333333vw;
    }
    .about3 .wrap .new_content2{
        margin: 11.9791666667vw 0px 7.8125vw;
    }
    .about3 .wrap .new_content2 .width .matter:not(:last-child){
        margin: 0px 0px 1.71875vw;
    }
    .about3 .wrap .new_content2 .width .matter .flex .img{
        width: 10.4166666667vw;
        height: 4.6875vw;
        border-radius: 0.3125vw;
        margin: 0px 2.6041666667vw 0px 0px;
    }
}

@media screen and (max-width: 1024px) {
    .about1{
        padding: 50px 0;
    }
    .about1 .wrap .title{
        font-size: 18px;
        line-height: 30px;
    }
    .about1 .wrap .flex{
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .about1 .wrap .flex .year{
        font-size: 22px;
    }
    .about1 .wrap .flex .pick{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
        margin: 15px 0 0 0;
    }
    .about1 .wrap .content{
        margin: 15px 0 0 0;
        flex-direction: column;
    }

    .about1 .wrap .flex .pick::after{
        display: none;
    }

    .about1 .wrap .content .l{
        width: 100%;
    }
    .about1 .wrap .content .l .img{
        height: auto;
    }
    .about1 .wrap .content .l .text{
        margin: 25px 0 0 0;
    }

    .about1 .wrap .content .l .text .p1{
        font-size: 18px;
        margin: 0 0 15px;
    }
    .about1 .wrap .content .l .text .p2{
        font-size: 13px;
        line-height: 25px;
    }
    .about1 .wrap .content .r{
        width: 100%;
        height: auto;
        margin: 22px 0 0 0;
    }
    .about1 .wrap .figure{
        margin: 25px 0 0 0;
        flex-wrap: wrap;
        gap: 25px;
    }
    .about1 .wrap .figure .item {
        width: 46%;
    }
    .about1 .wrap .figure .item .dis span{
        font-size: 28px;
    }
    .about1 .wrap .figure .item .dis .p1, .about1 .wrap .figure .item .dis .p1_{
        font-size: 13px;
        margin: 0 0 0 5px;
        top: -5px;
    }
    .about1 .wrap .figure .item .p2{
        margin: 10px 0 0 0;
        font-size: 13px;
    }
    .about2{
        height: auto;
        padding: 120px 0 50px 0;
    }
    .about2 .wrap .p1{
        font-size: 22px;
        margin: 0 0 10px;
    }
    .about2 .img{
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .about2 .wrap .p2{
        width: 100%;
        font-size: 13px;
        line-height: 25px;
    }
    .about2 .wrap{
        bottom: 0;
        position: relative;
        z-index: 2;
        left: 0;
        width: 100%;
        transform: none;
        padding: 0 5%;
    }
    .about3{
        padding: 50px 0 70px 0;
    }
    .about3 .wrap .content .item .l::before,.about3 .wrap .content .item .l::after{
        display: none!important;
    }
    .about3 .wrap .content .item:not(:last-child){
        margin: 0 0 35px;
    }
    .about3 .wrap .content .item{
        flex-direction: column;
        align-items: unset;
    }
    .about3 .wrap .content .item .l{
        width: 100%;
        margin: 0 0 25px;
    }
    .about3 .wrap .content .item .l .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .about3 .wrap .content .item .l .p2{
        font-size: 13px;
        line-height: 1.7;
    }
    .about3 .wrap .content .item .r .img{
        width: 100%;
    }
    .about3 .wrap .content .item .r .img img{
        width: 100%;
    }
    .about3 .wrap .content2{
        width: 100%;
        height: 240px;
        margin: 30px 0 0 0;
    }
    .about3 .wrap .content2 .wrap .p1{
        font-size: 13px;
        margin: 0 0 5px;
    }
    .about3 .wrap .content2 .wrap .p2{
        font-size: 13px;
    }
    .about3 .wrap .content2 .wrap{
        left: 5%;
        bottom: 22px;
    }
    .about3 .wrap .content3{
        margin: 45px 0 0 0;
    }
    .about3 .wrap .content3 .title .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .about3 .wrap .content3 .title .p2{
        font-size: 13px;
    }
    .about3 .wrap .content3 form{
        margin: 30px 0 0 0;
    }
    .about3 .wrap .content3 form input{
        width: 100%;
        height: 45px;
        padding: 0 15px;
        margin: 0 0 15px;
        font-size: 14px;
    }
    .about3 .wrap .content3 form textarea{
        height: 200px;
        padding: 15px;
        font-size: 14px;
    }
    .about3 .wrap .content3 form .common_more{
        margin: 30px auto 0;
    }

    .about3 .wrap .new_content{
        margin: 50px 0 0 0;
    }
    .about3 .wrap .new_content .left{
        width: 100%;
    }
    .about3 .wrap .new_content .left .p1{
        font-size: 22px;
        margin: 0 0 15px;
    }
    .about3 .wrap .new_content .left .p2{
        font-size: 13px;
        line-height: 27px;
    }
    .about3 .wrap .new_content .left .fig{
        justify-content: unset;
        gap: 25px;
    }
    .about3 .wrap .new_content .left .fig .item span{
        font-size: 24px;
        margin: 0 0 6px;
    }
    .about3 .wrap .new_content .left .fig .item p{
        font-size: 12px;
    }

    .about3 .wrap .new_content .r{
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        margin: 35px 0 0 0;
    }
    .about3 .wrap .new_content2{
        margin: 40px 0;
    }
    .about3 .wrap .new_content2 .width .matter .flex .img {
        width: 100px;
        height: 50px;
        border-radius: 6px;
        margin: 0 15px 0 0;
    }
    .about3 .wrap .new_content2 .width .matter:not(:last-child) {
        margin: 0px 0px 15px;
    }
    .about3 .wrap .new_content2 .width .matter .flex .img img{
        max-width: 60%;
        max-height: 60%;
    }
    }
