.about1 {
    padding: 135px 0 112px 0
}

.about1 .wrap {
    width: 1660px;
    margin: auto
}

.about1 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 125px;
    border-bottom: 1px solid #EBECED
}

.about1 .wrap .content .l {
    width: 770px;
    margin: 0 0 0 110px
}

.about1 .wrap .content .l .p1 {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin: 0 0 40px
}

.about1 .wrap .content .l .p2 {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin: 0 0 130px
}

.about1 .wrap .content .l .more {
    width: 160px;
    height: 52px;
    background: transparent;
    border-radius: 26px;
    border: 1px solid #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .6s ease
}

.about1 .wrap .content .l .more:hover {
    background: #EA5421;
    border: 1px solid #EA5421
}

.about1 .wrap .content .l .more:hover p {
    color: #fff
}

.about1 .wrap .content .l .more p {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    transition: 0.6s ease
}

.about1 .wrap .content .image {
    width: 680px;
    height: 450px;
    background: #131720;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.about1 .wrap .content .image .play {
    text-align: center;
    cursor: pointer
}

.about1 .wrap .content .image .play .circle {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px
}

.about1 .wrap .content .image .play .circle svg {
    width: 32px;
    height: 32px
}

.about1 .wrap .content .image .play p {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF
}

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

.about1 .wrap .figure .item .dis {
    display: flex
}

.about1 .wrap .figure .item .dis span {
    font-weight: bold;
    font-size: 52px;
    color: #EA5520;
    margin: 0 0 15px;
    display: block;
    font-family: 'Helvetica', sans-serif
}

.about1 .wrap .figure .item p {
    font-weight: 400;
    font-size: 18px;
    color: #001111
}

.fixed_message {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: 1s
}

.fixed_message.on {
    opacity: 1;
    pointer-events: auto
}

.fixed_message.on .content {
    opacity: 1;
    transform: translateY(0)
}

.fixed_message .black {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6)
}

.fixed_message .content {
    width: 990px;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 100px 30px 84px 100px;
    position: relative;
    z-index: 5;
    transform: translateY(20px);
    opacity: 0;
    transition: 1s ease
}

.fixed_message .content .close {
    width: 40px;
    height: 40px;
    background: #EA5520;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 35px;
    top: 32px;
    z-index: 2;
    cursor: pointer;
    transition: .3s ease
}

.fixed_message .content .close:hover {
    transform: scale(1.05)
}

.fixed_message .content .close:hover img {
    transform: rotate(-90deg)
}

.fixed_message .content .close img {
    width: 17px;
    transition: .6s ease
}

.fixed_message .content .scroll {
    padding: 0 95px 0 0;
    height: 480px;
    overflow: hidden;
    overflow-y: scroll
}

.fixed_message .content .scroll::-webkit-scrollbar-thumb {
    background: #EA5520
}

.fixed_message .content .scroll::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05)
}

.fixed_message .content .scroll::-webkit-scrollbar {
    width: 2px !important;
    display: block
}

.fixed_message .content .scroll .p1 {
    font-weight: 400;
    font-size: 36px;
    color: #111111;
    margin: 0 0 50px
}

.fixed_message .content .scroll .pick {
    font-weight: 300;
    font-size: 16px;
    color: #333333;
    line-height: 28px
}

.fixed_message .content .scroll .pick b {
    color: #000
}

@keyframes roteAnimate {
    100% {
        transform: rotate(360deg)
    }
}

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

.about2 {
    position: relative;
    padding: 95px 0 77px 0
}

.about2 .wrap {
    width: 1660px;
    margin: auto
}

.about2 .wrap .title {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    text-align: center
}

.about2 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 64px 0 0 0;
    position: relative;
}
/**/

.about2 .wrap .content .button{
    width: 110%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about2 .wrap .content .button .circle {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto
}

.about2 .wrap .content .button .circle:hover:after {
    background: #EA5520
}

.about2 .wrap .content .button .circle:hover .iconfont {
    color: #fff
}

.about2 .wrap .content .button .circle .iconfont {
    color: #fff;
    font-size: 20px;
    transition: 0.6s ease
}

.about2 .wrap .content .button .circle:after {
    content: '';
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #D9D9D9;
    border-radius: 8px;
    z-index: -1;
    transition: 0.6s ease
}

.about2 .wrap .content .button .circle:first-child {
    margin: 0 40px 0 0;
    transform: rotate(180deg)
}

/**/

.about2 .wrap .content .year {
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: 140px;
    color: #DAE0E6;
    width: 320px
}

.about2 .wrap .content .year:first-child {
    color: #EA5520
}

.about2 .wrap .content .center {
    width: 551px;
    height: 551px;
    border-radius: 50%;
    border: 1px dashed #DAE0E6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 140px;
    position: relative
}

.about2 .wrap .content .center .rote {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    animation: roteAnimate 20s linear infinite
}

.about2 .wrap .content .center .rote img {
    width: 50%;
    position: absolute;
    top: -7px;
    left: -1px;
    pointer-events: auto
}

.about2 .wrap .content .center .img {
    width: 520px;
    height: 520px;
    border-radius: 50%;
    position: relative;
    z-index: 1
}

.about2 .wrap .content .center .img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%
}

.about2 .wrap .content .center .img > img {
    width: 100%;
    height: 100%
}

.about2 .wrap .content .center .img .position {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%
}

.about2 .wrap .content .center .img .position .swiper {
    overflow: unset
}

.about2 .wrap .content .center .img .position .swiper-slide.swiper-slide-active .list {
    opacity: 1;
    transform: translateY(0);
    transition: 1s;
    transition-delay: .3s
}

.about2 .wrap .content .center .img .position .swiper-slide .list {
    text-align: center;
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 36px;
    transform: translateY(20px);
    opacity: 0;
    padding: 0 35px
}


.about2 .wrap .content .center .img .position .swiper-slide .list p span {
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50px;
    margin: 0 8px 0 0;
    display: inline-block;
    position: relative;
    top: -4px;
}

.about2 .wrap .content2 {
    margin: 63px 0 0 0;
    position: relative
}

.about2 .wrap .content2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(234, 85, 32, 0), #aaaaab, rgba(234, 85, 32, 0))
}

.about2 .wrap .content2 .yearSwiper {
    width: 1360px;
    margin: auto
}

.about2 .wrap .content2 .yearSwiper .swiper-slide {
    cursor: pointer
}

@keyframes afterAnimate {
    100% {
        transform: scaleX(1)
    }
}

.about2 .wrap .content2 .yearSwiper .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 120px;
    height: 1px;
    background: #EA5520;
    transform: scaleX(0);
    transform-origin: left
}

.about2 .wrap .content2 .yearSwiper .swiper-slide.swiper-slide-thumb-active:after {
    animation: 5s afterAnimate linear forwards
}

.about2 .wrap .content2 .yearSwiper .swiper-slide.swiper-slide-thumb-active p {
    color: #EA5520;
    font-weight: bold
}

.about2 .wrap .content2 .yearSwiper .swiper-slide.swiper-slide-thumb-active .line {
    width: 2px;
    background: #EA5520
}

.about2 .wrap .content2 .yearSwiper .swiper-slide p {
    font-family: 'Helvetica', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #aaaaab;
    transition: .3s ease;
    text-align: center
}

.about2 .wrap .content2 .yearSwiper .swiper-slide .line {
    width: 1px;
    height: 8px;
    background: #DAE0E6;
    margin: 10px auto 0;
    transition: .3s ease
}

.about3 {
    height: 960px;
    background: #F1F3F7
}

.about3 .wrap {
    display: flex;
    justify-content: space-between;
    width: 1450px;
    margin: auto;
    padding: 160px 0 0 0
}

.about3 .wrap .l {
    margin: 24px 0 0 0
}

.about3 .wrap .l .title {
    font-weight: 500;
    font-size: 36px;
    color: #000000
}

.about3 .wrap .l .cut {
    display: flex;
    gap: 0 40px;
    margin: 52px 0 0 0
}

.about3 .wrap .l .cut .item {
    width: 280px;
    height: 140px;
    background: #FFFFFF;
    border-radius: 6px;
    position: relative;
    padding: 18px;
    cursor: pointer;
    z-index: 1;
    overflow: hidden
}

.about3 .wrap .l .cut .item.on:after {
    opacity: 1
}

.about3 .wrap .l .cut .item.on .dis .p1 {
    color: #fff
}

.about3 .wrap .l .cut .item.on .dis .icon .iconfont {
    color: #fff
}

.about3 .wrap .l .cut .item.on .p2 {
    color: rgba(255, 255, 255, 0.8)
}

.about3 .wrap .l .cut .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(235deg, #FCB59D, #E75624);
    z-index: -1;
    opacity: 0;
    transition: .6s ease
}

.about3 .wrap .l .cut .item .num {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 88px;
    color: #EFF2F8;
    opacity: 0.3;
    position: absolute;
    right: 10px;
    bottom: 0
}

.about3 .wrap .l .cut .item .dis {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.about3 .wrap .l .cut .item .dis .icon .iconfont {
    color: #E75624;
    transition: .6s ease;
    font-size: 32px
}

.about3 .wrap .l .cut .item .dis .p1 {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    transition: .6s ease
}

.about3 .wrap .l .cut .item .p2 {
    font-weight: 500;
    font-size: 16px;
    color: #666666;
    margin: 40px 0 0 0;
    transition: .6s ease
}

.about3 .wrap .l .content {
    margin: 120px 0 0 0
}

.about3 .wrap .l .content .matter {
    display: none
}

.about3 .wrap .l .content .matter.on {
    display: block
}

.about3 .wrap .l .content .matter .p1 {
    font-weight: 500;
    font-size: 30px;
    color: #000000;
    margin: 0 0 50px
}

.about3 .wrap .l .content .matter .flex {
    width: fit-content;
    display: grid;
    grid-template-columns:repeat(4, max-content);
    gap: 40px 55px
}

.about3 .wrap .l .content .matter .flex .list {
    display: flex;
    align-items: center;
    cursor: pointer
}

.about3 .wrap .l .content .matter .flex .list.on .circle {
    border: 1px solid #E75624
}

.about3 .wrap .l .content .matter .flex .list.on .circle div {
    background: #E75624
}

.about3 .wrap .l .content .matter .flex .list.on p {
    color: #E75624
}

.about3 .wrap .l .content .matter .flex .list .circle {
    width: 13px;
    height: 13px;
    background: rgba(209, 216, 229, 0);
    border-radius: 50%;
    border: 1px solid #D1D8E5;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px 0 0;
    transition: .6s ease
}

.about3 .wrap .l .content .matter .flex .list .circle div {
    width: 7px;
    height: 7px;
    background: #D1D8E5;
    border-radius: 50%;
    transition: .6s ease
}

.about3 .wrap .l .content .matter .flex .list p {
    font-weight: 400;
    font-size: 18px;
    color: #616479;
    transition: .6s ease
}

.about3 .wrap .r {
    width: 640px;
    height: 640px;
    position: relative;
    z-index: 1
}

.about3 .wrap .r .shadow {
    position: absolute;
    width: 640px;
    height: 640px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none
}

.about3 .wrap .r .yy {
    position: absolute;
    left: 0;
    bottom: -79px;
    z-index: 3;
    pointer-events: none;
    display: none
}

.about3 .wrap .r:after {
    content: '';
    width: 1018px;
    height: 1018px;
    border-radius: 50%;
    border: 18px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none
}

.about3 .wrap .r:before {
    content: '';
    width: 780px;
    height: 780px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    pointer-events: none
}

.about3 .wrap .r #earth {
    width: 725px;
    height: 725px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.about3 .wrap .r #earth img {
    user-select: none
}

.about3 .wrap .r .position {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    z-index: 9
}

.about3 .wrap .r .position .point {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.about3 .wrap .r .position .point:hover .pi {
    transform: scale(1.1)
}

.about3 .wrap .r .position .point.yindu .other {
    top: 9px
}

.about3 .wrap .r .position .point.yindu .other:before {
    transform: rotate(29deg);
    top: 19px;
    right: 248px;
    width: 65px
}

.about3 .wrap .r .position .point.taiguo .other {
    top: 9px;
    right: -262px;
}

.about3 .wrap .r .position .point.taiguo .other:before {
    transform: rotate(57deg);
    top: 19px;
    right: 244px;
    width: 37px
}

.about3 .wrap .r .position .point.on .other:after {
    clip-path: inset(0 0 0 0);
    transition-delay: .3s
}

.about3 .wrap .r .position .point.on .other:before {
    clip-path: inset(0 0 0 0);
    transition-delay: unset
}

.about3 .wrap .r .position .point.on .other .p1, .about3 .wrap .r .position .point.on .other .p2 {
    opacity: 1;
    transition-delay: .6s
}

.about3 .wrap .r .position .point .pi {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #EA5520;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: .3s ease
}

.about3 .wrap .r .position .point .pi .bai {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff
}

.about3 .wrap .r .position .point .other {
    position: absolute;
    right: -304px;
    top: 26px;
    text-align: right;
    pointer-events: none
}

.about3 .wrap .r .position .point .other:after {
    content: '';
    position: absolute;
    width: 252px;
    height: 1px;
    background: #E75624;
    top: 35px;
    right: 0;
    clip-path: inset(0 100% 0 0);
    transition: .3s linear
}

.about3 .wrap .r .position .point .other:before {
    content: '';
    position: absolute;
    width: 76px;
    height: 1px;
    background: #E75624;
    top: 11px;
    right: 243px;
    transform: rotate(40deg);
    clip-path: inset(0 100% 0 0);
    transition: .3s linear;
    transition-delay: .3s
}

.about3 .wrap .r .position .point .other .p1 {
    font-weight: 600;
    font-size: 20px;
    color: #E75624;
    padding: 0 0 10px;
    margin: 0 0 15px;
    white-space: nowrap;
    opacity: 0;
    transition: .6s ease
}

.about3 .wrap .r .position .point .other .p2 {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
    opacity: 0;
    transition: .6s ease;
    position: absolute;
    top: 100%;
    right: 0;
}

.about3 .wrap .r .position .point.last .joke {
    opacity: 0;
    transform: scale(0)
}

.newIndex1 {
    position: relative;
    height: 100vh;
    z-index: 1;
    background: #fff
}

.newIndex1 .bgCut {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: middle
}

.newIndex1 .bgCut .bgCutSwiper {
    width: 100%;
    height: 100%
}

.newIndex1 .bgCut .img_list {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    width: 100%;
    height: 100%
}

.newIndex1 .bgCut .img_list.on {
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    height: 100%
}

.newIndex1 .bgCut img, .newIndex1 .bgCut video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newIndex1 .top {
    position: absolute;
    width: 1440px;
    left: 50%;
    top: 180px;
    transform: translateX(-50%);
    z-index: 2
}

.newIndex1 .top .title_cut {
    position: relative
}

.newIndex1 .top .title_cut .title_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: opacity .4s, transform .5s .4s;
    pointer-events: none;
    transform: translateY(20px);
    opacity: 0
}

.newIndex1 .top .title_cut .title_list.on {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
    transition-delay: .3s
}

.newIndex1 .top .title_cut .title_list:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.newIndex1 .top .title_cut .title_list .title {
    font-weight: 200;
    font-size: 44px;
    color: #001111;
    line-height: 52px
}

.newIndex1 .top .title_cut .title_list .title span {
    color: #EA5520;
    font-family: 'OPPOSans b', sans-serif
}

.newIndex1 .top .title_cut .title_list .text {
    width: 607px;
    height: 96px;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    line-height: 32px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.newIndex1 .bottom {
    width: 1250px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    bottom: 100px;
    display: flex;
    gap: 0 10px
}

.newIndex1 .bottom .item {
    height: 152px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #DEDEDE;
    transition: width .3s ease-in-out, box-shadow .3s ease-in-out, -ms-flex .6s, -ms-flex .6s, flex .6s;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 40px 0px rgba(55, 20, 8, 0.2);
    opacity: 0.95;
    overflow: hidden;
    z-index: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer
}

.newIndex1 .bottom .item:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: linear-gradient(-90deg, #fff, #EA5520);
    opacity: 0;
    transition: .6s ease
}

.newIndex1 .bottom .item .line {
    width: 161px;
    height: 161px;
    position: absolute;
    max-width: fit-content;
    max-height: fit-content;
    top: 7px;
    left: -4px;
    z-index: 1;
    filter: grayscale(1) brightness(5);
    opacity: 0;
    pointer-events: none
}

.newIndex1 .bottom .item .p1 {
    font-weight: 500;
    font-size: 18px;
    color: #3E3A39;
    position: absolute;
    left: 0;
    padding: 0 5%;
    z-index: 2;
    bottom: 30px;
    text-align: center;
    width: 100%;
    transition: .6s ease
}

.newIndex1 .bottom .item .joke {
    width: 100%;
    height: 100%;
    padding: 40px 44px 38px 33px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.newIndex1 .bottom .item .joke .color {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translate(16px, -20px);
    transition: .6s ease
}

.newIndex1 .bottom .item .joke .color .img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: .3s ease
}

.newIndex1 .bottom .item .joke .color .img:nth-child(2) {
    opacity: 0
}

.newIndex1 .bottom .item .joke .color:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: .6s ease
}

.newIndex1 .bottom .item .joke .color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(234, 85, 32, 0.1));
    z-index: 1;
    transition: .6s ease
}

.newIndex1 .bottom .item .joke .text {
    width: 228px;
    opacity: 0;
    transition: .6s ease;
    position: absolute;
    left: 128px
}

.newIndex1 .bottom .item .joke .text h1 {
    font-weight: 500;
    font-size: 18px;
    color: #111111;
    margin: 0 0 15px;
    font-family: 'OPPOSans m', sans-serif
}

.newIndex1 .bottom .item .joke .text p {
    font-weight: 400;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.8);
    line-height: 20px
}

.newIndex1 .bottom .item.on {
    -ms-flex: 2.5;
    flex: 2.5
}

.newIndex1 .bottom .item.on:after {
    opacity: 1
}

.newIndex1 .bottom .item.on .line {
    opacity: 1
}

.newIndex1 .bottom .item.on .p1 {
    opacity: 0;
    transition: unset
}

.newIndex1 .bottom .item.on .joke .color {
    transform: translate(0)
}

.newIndex1 .bottom .item.on .joke .color:after {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.newIndex1 .bottom .item.on .joke .color:before {
    opacity: 0
}

.newIndex1 .bottom .item.on .joke .color .img:nth-child(1) {
    opacity: 0
}

.newIndex1 .bottom .item.on .joke .color .img:nth-child(2) {
    opacity: 1
}

.newIndex1 .bottom .item.on .joke .text {
    opacity: 1;
    transition-delay: .2s
}

.about4 {
    height: 960px;
    position: relative;
    z-index: 1;
    padding: 160px 0 140px 0
}

.about4 .wrap {
    width: 1440px;
    margin: auto;
    display: flex
}

.about4 .wrap .l {
    width: 576px;
    margin: 94px 0 0 0
}

.about4 .wrap .l .title {
    font-weight: 500;
    font-size: 36px;
    color: #111111;
    margin: 0 0 55px
}

.about4 .wrap .l .content .list:not(:last-child) {
    margin: 0 0 70px
}

.about4 .wrap .l .content .list .p1 {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
    margin: 0 0 30px
}

.about4 .wrap .l .content .list p {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px
}

.about4 .wrap .r {
    margin: 0 0 0 267px;
    position: relative;
    left: 80px
}

.about4 .wrap .r .item {
    display: flex;
    align-items: center;
    position: relative
}

.about4 .wrap .r .item:hover .circle {
    background: #EA5520
}

.about4 .wrap .r .item:hover .circle .iconfont {
    color: #fff
}

.about4 .wrap .r .item:hover .text span {
    color: #EA5520
}

.about4 .wrap .r .item:nth-child(2) {
    left: 56px
}

.about4 .wrap .r .item:not(:last-child) {
    margin: 0 0 150px
}

.about4 .wrap .r .item .circle {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    box-shadow: 5px 9px 15px 0px rgba(140, 179, 211, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 49px 0 0;
    transition: .6s ease
}

.about4 .wrap .r .item .circle .iconfont {
    font-size: 44px;
    color: #111111;
    transition: .6s ease
}

.about4 .wrap .r .item .text span {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 48px;
    color: #111111;
    margin: 0 0 10px;
    display: block;
    transition: .6s ease
}

.about4 .wrap .r .item .text p {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    transition: .6s ease
}

.about5 {
    padding: 166px 0 113px 0
}

.about5 .wrap .top {
    width: 1440px;
    margin: auto;
    border-bottom: 1px solid #E6E6E6
}

.about5 .wrap .top .title {
    display: flex;
    justify-content: space-between
}

.about5 .wrap .top .title .p1 {
    font-weight: 500;
    font-size: 36px;
    color: #000000
}

.about5 .wrap .top .title .p2 {
    width: 565px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px
}

.about5 .wrap .top .headline {
    margin: 70px 0 0 0;
    padding: 0 0 47px;
    width: fit-content;
    border-bottom: 3px solid #7B7B7B;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    color: #777777
}

.about5 .wrap .content {
    margin: 120px 0 0 0
}

.about5 .wrap .content .matter {
    display: flex;
    width: max-content;
    animation: goAnimate 20s infinite linear
}

.about5 .wrap .content .matter:hover {
    animation-play-state: paused
}

.about5 .wrap .content .matter .flex {
    display: flex
}

.about5 .wrap .content .matter .flex .img {
    margin: 0 50px 0 0;
    text-align: center;
    cursor: pointer
}

.about5 .wrap .content .matter .flex .img:hover div img {
    filter: grayscale(0%)
}

.about5 .wrap .content .matter .flex .img:hover p {
    opacity: 1
}

.about5 .wrap .content .matter .flex .img div {
    width: 138px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.about5 .wrap .content .matter .flex .img div img {
    object-fit: contain;
    transition: .6s ease;
    filter: grayscale(100%)
}

.about5 .wrap .content .matter .flex .img p {
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    margin: 40px 0 0 0;
    opacity: 0;
    transition: .6s ease
}

/**/
.about_honor {
    position: relative;
    z-index: 1;
}

.about_honor .bigImg {
    width: 100%;
}

.about_honor .wrap {
    position: absolute;
    width: 1440px;
    left: 50%;
    transform: translateX(-50%);
    top: 115px;
    z-index: 2;
}

.about_honor .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    margin: 0 0 60px;
}

.about_honor .wrap .content {
    width: fit-content;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px 116px;
}

.about_honor .wrap .content .item {
    width: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.about_honor .wrap .content .item > img {
    position: absolute;
    left: -20px;
    top: 0;
}

.about_honor .wrap .content .item > img:last-child {
    left: unset;
    right: -20px;
    transform: rotateY(180deg);
}

.about_honor .wrap .content .item p {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    text-align: center;
}

/**/
@media screen and (max-width: 1920px) {
    .about4 .wrap .r {
        left: 0
    }
}

@media screen and (max-width: 1919px) {
    .about2 .wrap .content .button .circle{
        width: 2.96875vw;
        height: 2.96875vw;
    }
    .about2 .wrap .content .button .circle .iconfont{
        font-size: 1.0416666667vw;
    }
    .about2 .wrap .content .button .circle::after{
        border-radius: 0.4166666667vw;
    }
    .about2 .wrap .content .button .circle:first-child{
        margin: 0px 2.0833333333vw 0px 0px;
    }

    .about1 {
        padding: 7.03125vw 0px 5.8333333333vw
    }

    .about1 .wrap {
        width: 86.4583333333vw
    }

    .about1 .wrap .content {
        padding: 0px 0px 6.5104166667vw
    }

    .about1 .wrap .content .l {
        width: 40.1041666667vw;
        margin: 0px 0px 0px 5.7291666667vw
    }

    .about1 .wrap .content .l .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 2.0833333333vw
    }

    .about1 .wrap .content .l .p2 {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        margin: 0px 0px 6.7708333333vw
    }

    .about1 .wrap .content .l .more {
        width: 8.3333333333vw;
        height: 2.7083333333vw;
        border-radius: 1.3541666667vw
    }

    .about1 .wrap .content .l .more p {
        font-size: 0.8333333333vw
    }

    .about1 .wrap .content .image {
        width: 35.4166666667vw;
        height: 23.4375vw;
        border-radius: 0.625vw
    }

    .about1 .wrap .content .image .play .circle {
        width: 5.2083333333vw;
        height: 5.2083333333vw;
        margin: 0px auto 0.4166666667vw
    }

    .about1 .wrap .content .image .play .circle svg {
        width: 1.6666666667vw;
        height: 1.6666666667vw
    }

    .about1 .wrap .content .image .play p {
        font-size: 0.7291666667vw
    }

    .about1 .wrap .figure {
        padding: 0px 2.0833333333vw;
        margin: 2.34375vw 0px 0px
    }

    .about1 .wrap .figure .item .dis span {
        font-size: 2.7083333333vw;
        margin: 0px 0px 0.78125vw
    }

    .about1 .wrap .figure .item p {
        font-size: 0.9375vw
    }

    .fixed_message .content {
        width: 51.5625vw;
        border-radius: 1.0416666667vw;
        padding: 5.2083333333vw 1.5625vw 4.375vw 5.2083333333vw;
        transform: translateY(1.0416666667vw)
    }

    .fixed_message .content .close {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        right: 1.8229166667vw;
        top: 1.6666666667vw
    }

    .fixed_message .content .close img {
        width: 0.8854166667vw
    }

    .fixed_message .content .scroll {
        padding: 0px 4.9479166667vw 0px 0px;
        height: 25vw
    }

    .fixed_message .content .scroll::-webkit-scrollbar {
        width: 0.1041666667vw !important
    }

    .fixed_message .content .scroll .p1 {
        font-size: 1.875vw;
        margin: 0px 0px 2.6041666667vw
    }

    .fixed_message .content .scroll .pick {
        font-size: 0.8333333333vw;
        line-height: 1.4583333333vw
    }

    .about2 {
        padding: 4.9479166667vw 0px 4.0104166667vw
    }

    .about2 .wrap {
        width: 86.4583333333vw
    }

    .about2 .wrap .title {
        font-size: 1.875vw
    }

    .about2 .wrap .content {
        margin: 3.3333333333vw 0px 0px
    }

    .about2 .wrap .content .year {
        font-size: 7.2916666667vw;
        width: 16.6666666667vw
    }

    .about2 .wrap .content .center {
        width: 28.6979166667vw;
        height: 28.6979166667vw;
        margin: 0px 7.2916666667vw
    }

    .about2 .wrap .content .center .rote img {
        top: -0.3645833333vw
    }

    .about2 .wrap .content .center .img {
        width: 27.0833333333vw;
        height: 27.0833333333vw
    }

    .about2 .wrap .content .center .img .position .swiper-slide .list {
        font-size: 0.8854166667vw;
        line-height: 1.875vw;
        transform: translateY(1.0416666667vw);
        padding: 0px 1.8229166667vw
    }

    .about2 .wrap .content2 {
        margin: 3.28125vw 0px 0px
    }

    .about2 .wrap .content2 .yearSwiper {
        width: 70.8333333333vw
    }

    .about2 .wrap .content2 .yearSwiper .swiper-slide::after {
        left: 0.9375vw;
        width: 6.25vw
    }

    .about2 .wrap .content2 .yearSwiper .swiper-slide.swiper-slide-thumb-active .line {
        width: 0.1041666667vw
    }

    .about2 .wrap .content2 .yearSwiper .swiper-slide p {
        font-size: 0.8333333333vw
    }

    .about2 .wrap .content2 .yearSwiper .swiper-slide .line {
        height: 0.4166666667vw;
        margin: 0.5208333333vw auto 0px
    }

    .about3 {
        height: 50vw
    }

    .about3 .wrap {
        width: 75.5208333333vw;
        padding: 8.3333333333vw 0px 0px
    }

    .about3 .wrap .l {
        margin: 1.25vw 0px 0px
    }

    .about3 .wrap .l .title {
        font-size: 1.875vw
    }

    .about3 .wrap .l .cut {
        gap: 0px 2.0833333333vw;
        margin: 2.7083333333vw 0px 0px
    }

    .about3 .wrap .l .cut .item {
        width: 14.5833333333vw;
        height: 7.2916666667vw;
        border-radius: 0.3125vw;
        padding: 0.9375vw
    }

    .about3 .wrap .l .cut .item .num {
        font-size: 4.5833333333vw;
        right: 0.5208333333vw
    }

    .about3 .wrap .l .cut .item .dis .icon .iconfont {
        font-size: 1.6666666667vw
    }

    .about3 .wrap .l .cut .item .dis .p1 {
        font-size: 1.0416666667vw
    }

    .about3 .wrap .l .cut .item .p2 {
        font-size: 0.8333333333vw;
        margin: 2.0833333333vw 0px 0px
    }

    .about3 .wrap .l .content {
        margin: 6.25vw 0px 0px
    }

    .about3 .wrap .l .content .matter .p1 {
        font-size: 1.5625vw;
        margin: 0px 0px 2.6041666667vw
    }

    .about3 .wrap .l .content .matter .flex {
        gap: 2.0833333333vw 2.8645833333vw
    }

    .about3 .wrap .l .content .matter .flex .list .circle {
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        margin: 0px 0.5208333333vw 0px 0px
    }

    .about3 .wrap .l .content .matter .flex .list .circle div {
        width: 0.3645833333vw;
        height: 0.3645833333vw
    }

    .about3 .wrap .l .content .matter .flex .list p {
        font-size: 0.9375vw
    }

    .about3 .wrap .r {
        width: 33.3333333333vw;
        height: 33.3333333333vw
    }

    .about3 .wrap .r .shadow {
        width: 33.3333333333vw;
        height: 33.3333333333vw
    }

    .about3 .wrap .r .yy {
        bottom: -4.1145833333vw
    }

    .about3 .wrap .r::after {
        width: 53.0208333333vw;
        height: 53.0208333333vw;
        border: 0.9375vw solid rgba(255, 255, 255, 0.5)
    }

    .about3 .wrap .r::before {
        width: 40.625vw;
        height: 40.625vw
    }

    .about3 .wrap .r #earth {
        width: 37.7604166667vw;
        height: 37.7604166667vw
    }

    .about3 .wrap .r .position .point.yindu .other {
        top: 0.46875vw
    }

    .about3 .wrap .r .position .point.yindu .other::before {
        top: 0.9895833333vw;
        right: 12.9166666667vw;
        width: 3.3854166667vw
    }

    .about3 .wrap .r .position .point.taiguo .other {
        top: 0.46875vw;
        right: -13.6458vw;
    }

    .about3 .wrap .r .position .point.taiguo .other::before {
        top: 0.9895833333vw;
        right: 12.7083333333vw;
        width: 1.9270833333vw
    }

    .about3 .wrap .r .position .point .pi {
        width: 1.0416666667vw;
        height: 1.0416666667vw
    }

    .about3 .wrap .r .position .point .pi .bai {
        width: 0.5208333333vw;
        height: 0.5208333333vw
    }

    .about3 .wrap .r .position .point .other {
        right: -15.83333333vw;
        top: 1.3541666667vw
    }

    .about3 .wrap .r .position .point .other::after {
        width: 13.125vw;
        top: 1.8229166667vw
    }

    .about3 .wrap .r .position .point .other::before {
        width: 3.9583333333vw;
        top: 0.5729166667vw;
        right: 12.65625vw
    }

    .about3 .wrap .r .position .point .other .p1 {
        font-size: 1.0416666667vw;
        padding: 0px 0px 0.5208333333vw;
        margin: 0px 0px 0.78125vw
    }

    .about3 .wrap .r .position .point .other .p2 {
        font-size: 0.7291666667vw
    }

    .newIndex1 .top {
        width: 75vw;
        top: 9.375vw
    }

    .newIndex1 .top .title_cut .title_list {
        transform: translateY(1.0416666667vw)
    }

    .newIndex1 .top .title_cut .title_list .title {
        font-size: 2.2916666667vw;
        line-height: 2.7083333333vw
    }

    .newIndex1 .top .title_cut .title_list .text {
        width: 31.6145833333vw;
        height: 5vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw
    }

    .newIndex1 .bottom {
        width: 65.1041666667vw;
        bottom: 5.2083333333vw;
        gap: 0px 0.5208333333vw
    }

    .newIndex1 .bottom .item {
        height: 7.9166666667vw;
        border-radius: 0.78125vw;
        box-shadow: rgba(55, 20, 8, 0.2) 0px 0px 2.0833333333vw 0px
    }

    .newIndex1 .bottom .item .line {
        width: 8.3854166667vw;
        height: 8.3854166667vw;
        top: 0.3645833333vw;
        left: -0.2083333333vw
    }

    .newIndex1 .bottom .item .p1 {
        font-size: 0.9375vw;
        bottom: 1.5625vw
    }

    .newIndex1 .bottom .item .joke {
        padding: 2.0833333333vw 2.2916666667vw 1.9791666667vw 1.71875vw
    }

    .newIndex1 .bottom .item .joke .color {
        width: 3.125vw;
        height: 3.125vw;
        transform: translate(0.8333333333vw, -1.0416666667vw)
    }

    .newIndex1 .bottom .item .joke .color .img {
        width: 1.875vw;
        height: 1.875vw
    }

    .newIndex1 .bottom .item .joke .color::after {
        border-radius: 0.5208333333vw
    }

    .newIndex1 .bottom .item .joke .color::before {
        border-radius: 0.5208333333vw
    }

    .newIndex1 .bottom .item .joke .text {
        width: 11.875vw;
        left: 6.6666666667vw
    }

    .newIndex1 .bottom .item .joke .text h1 {
        font-size: 0.9375vw;
        margin: 0px 0px 0.78125vw
    }

    .newIndex1 .bottom .item .joke .text p {
        font-size: 0.625vw;
        line-height: 1.0416666667vw
    }

    .about4 {
        height: 50vw;
        padding: 8.3333333333vw 0px 7.2916666667vw
    }

    .about4 .wrap {
        width: 75vw
    }

    .about4 .wrap .l {
        width: 30vw;
        margin: 4.8958333333vw 0px 0px
    }

    .about4 .wrap .l .title {
        font-size: 1.875vw;
        margin: 0px 0px 2.8645833333vw
    }

    .about4 .wrap .l .content .list:not(:last-child) {
        margin: 0px 0px 3.6458333333vw
    }

    .about4 .wrap .l .content .list .p1 {
        font-size: 1.25vw;
        margin: 0px 0px 1.5625vw
    }

    .about4 .wrap .l .content .list p {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw
    }

    .about4 .wrap .r {
        margin: 0px 0px 0px 13.90625vw
    }

    .about4 .wrap .r .item:nth-child(2) {
        left: 2.9166666667vw
    }

    .about4 .wrap .r .item:not(:last-child) {
        margin: 0px 0px 7.8125vw
    }

    .about4 .wrap .r .item .circle {
        width: 6.25vw;
        height: 6.25vw;
        box-shadow: rgba(140, 179, 211, 0.2) 0.2604166667vw 0.46875vw 0.78125vw 0px;
        margin: 0px 2.5520833333vw 0px 0px
    }

    .about4 .wrap .r .item .circle .iconfont {
        font-size: 2.2916666667vw
    }

    .about4 .wrap .r .item .text span {
        font-size: 2.5vw;
        margin: 0px 0px 0.5208333333vw
    }

    .about4 .wrap .r .item .text p {
        font-size: 0.9375vw
    }

    .about5 {
        padding: 8.6458333333vw 0px 5.8854166667vw
    }

    .about5 .wrap .top {
        width: 75vw
    }

    .about5 .wrap .top .title .p1 {
        font-size: 1.875vw
    }

    .about5 .wrap .top .title .p2 {
        width: 29.4270833333vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw
    }

    .about5 .wrap .top .headline {
        margin: 3.6458333333vw 0px 0px;
        padding: 0px 0px 2.4479166667vw;
        border-bottom: 0.15625vw solid #7b7b7b;
        font-size: 0.9375vw
    }

    .about5 .wrap .content {
        margin: 6.25vw 0px 0px
    }

    .about5 .wrap .content .matter .flex .img {
        margin: 0px 2.6041666667vw 0px 0px
    }

    .about5 .wrap .content .matter .flex .img div {
        width: 7.1875vw;
        height: 3.3333333333vw
    }

    .about5 .wrap .content .matter .flex .img p {
        font-size: 0.8333333333vw;
        margin: 2.0833333333vw 0px 0px
    }

    .about2 .wrap .content .center .img .position .swiper-slide .list p span{
        width: 0.2604166667vw;
        height: 0.2604166667vw;
        border-radius: 2.6041666667vw;
        margin: 0px 0.4166666667vw 0px 0px;
        top: -0.2083333333vw;
    }
}

@media screen and (max-width: 1919px) {
    .about_honor .wrap {
        width: 75vw;
        top: 5.9895833333vw;
    }

    .about_honor .wrap .title {
        font-size: 1.875vw;
        margin: 0px 0px 3.125vw;
    }

    .about_honor .wrap .content {
        gap: 2.5vw 6.0416666667vw;
    }

    .about_honor .wrap .content .item {
        padding: 0px 1.0416666667vw;
    }

    .about_honor .wrap .content .item > img {
        left: -1.0416666667vw;
    }

    .about_honor .wrap .content .item > img:last-child {
        right: -1.0416666667vw;
    }

    .about_honor .wrap .content .item p {
        font-size: 0.9375vw;
        line-height: 1.3541666667vw;
    }
}

@media screen and (max-width: 1024px) {
    .about_honor {
        background: #F8F6F9;
        padding: 50px 0;
    }

    .about_honor .bigImg {
        display: none;
    }

    .about_honor .wrap {
        width: 90%;
        top: 0;
        margin: auto;
        position: static;
        transform: none;
    }

    .about_honor .wrap .title {
        font-size: 24px;
        margin: 0 0 20px;
    }

    .about_honor .wrap .content {
        gap: 20px;
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .about_honor .wrap .content .item p {
        font-size: 13px;
        line-height: 25px;
    }

    .about_honor .wrap .content .item > img {
        width: 40px;
        top: 50%;
        transform: translateY(-50%);
        left: -13px;
    }

    .about_honor .wrap .content .item > img:last-child {
        transform: translateY(-50%) rotateY(180deg);
        right: -13px;
    }
}

@media screen and (max-width: 1024px) {
    .about2 .wrap .content .center .img .position .swiper-slide .list p span {
        width: 5px;
        height: 5px;
        border-radius: 50px;
        margin: 0 8px 0 0;
        top: -4px;
    }
    .about1 .wrap {
        width: 90%
    }

    .about1 {
        padding: 50px 0
    }

    .about1 .wrap .content {
        padding: 0 0 35px;
        flex-direction: column
    }

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

    .about1 .wrap .content .image {
        width: 100%;
        height: 250px;
        border-radius: 10px
    }

    .about1 .wrap .content .l .p1 {
        font-size: 22px;
        margin: 0 0 15px
    }

    .about1 .wrap .content .l .p2 {
        font-size: 13px;
        line-height: 30px;
        margin: 0 0 25px
    }

    .about1 .wrap .content .l .more {
        width: 120px;
        height: 40px;
        border-radius: 25px
    }

    .about1 .wrap .content .l .more p {
        font-size: 12px
    }

    .about1 .wrap .content .image .play .circle {
        width: 50px;
        height: 50px
    }

    .about1 .wrap .content .image .play .circle svg {
        width: 25px;
        height: 25px
    }

    .about1 .wrap .content .image .play p {
        font-size: 14px;
        margin: 10px 0 0 0
    }

    .about1 .wrap .figure {
        padding: 0;
        margin: 28px 0 0 0;
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: 30px 20px
    }

    .about1 .wrap .figure .item .dis span {
        font-size: 24px;
        margin: 0px 0px 8px
    }

    .about1 .wrap .figure .item p {
        font-size: 13px
    }

    .about2 {
        padding: 50px 0
    }

    .about2 .wrap .content2 .yearSwiper {
        width: 100%
    }

    .about2 .wrap .title {
        font-size: 22px
    }

    .about2 .wrap .content {
        margin: 24px 0 0 0
    }

    .about2 .wrap .content2 .yearSwiper .swiper-slide:after {
        display: none
    }

    .about2 .wrap .content .year {
        display: none
    }

    .about2 .wrap .content .center .img {
        width: 90%;
        height: 90%
    }

    .about2 .wrap .content .center .img .position .swiper-slide .list {
        font-size: 14px;
        line-height: 25px;
        padding: 0 5%
    }

    .about2 .wrap .content .center {
        width: 80vw;
        height: 80vw;
        margin: 0
    }

    .about2 .wrap .content2 {
        margin: 25px 0 0 0
    }

    .about2 .wrap .content2 .yearSwiper .swiper-slide p {
        font-size: 16px
    }

    .about2 .wrap .content2 .yearSwiper .swiper-slide.swiper-slide-thumb-active .line {
        height: 5px
    }

    .about3 {
        height: auto
    }

    .about3 .wrap {
        width: 90%;
        padding: 60px 0 0 0;
        flex-direction: column
    }

    .about3 .wrap .l .title {
        font-size: 22px
    }

    .about3 .wrap .l .cut {
        flex-direction: column;
        gap: 20px 0;
        margin: 25px 0 0 0
    }

    .about3 .wrap .l .cut .item {
        width: 100%;
        height: auto;
        padding: 20px
    }

    .about3 .wrap .l .cut .item .dis .p1 {
        font-size: 16px
    }

    .about3 .wrap .l .cut .item .dis .icon .iconfont {
        font-size: 32px
    }

    .about3 .wrap .l .cut .item .p2 {
        font-size: 14px;
        margin: 15px 0 0 0
    }

    .about3 .wrap .l .cut .item .num {
        font-size: 30px;
        right: 10px
    }

    .about3 .wrap .l .content {
        margin: 45px 0 0 0
    }

    .about3 .wrap .l .content .matter .p1 {
        font-size: 18px;
        margin: 0px 0px 20px
    }

    .about3 .wrap .l .content .matter .flex .list .circle {
        width: 13px;
        height: 13px;
        margin: 0 10px 0 0
    }

    .about3 .wrap .l .content .matter .flex .list p {
        font-size: 13px
    }

    .about3 .wrap .l .content .matter .flex .list .circle div {
        width: 7px;
        height: 7px
    }

    .about3 .wrap .l .content .matter .flex {
        gap: 20px 15px
    }

    .about3 .wrap .r {
        width: 95vw;
        height: 95vw;
        margin: 90px auto 85px;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .about3 .wrap .r #earth {
        width: 100%;
        height: 100%
    }

    .about3 .wrap .r .shadow {
        width: 88%;
        height: 88%
    }

    .about3 .wrap .r::before {
        width: 100%;
        height: 100%
    }

    .about3 .wrap .r::after {
        width: 130%;
        height: 130%;
        border: 9px solid rgba(255, 255, 255, 0.5)
    }

    .about3 .wrap .r .position .point .pi {
        width: 15px;
        height: 15px
    }

    .about3 .wrap .r .position .point .pi .bai {
        width: 7px;
        height: 7px
    }

    .about3 .wrap .r .position .point .other .p1 {
        font-size: 16px;
        transition-delay: unset !important
    }

    .about3 .wrap .r .position .point .other .p2 {
        font-size: 12px;
        display: none
    }

    .about3 .wrap .r .position .point .other {
        text-align: left
    }

    .about3 .wrap .r .position .point .other {
        left: 35% !important;
        top: 20px !important
    }

    .about3 .wrap .r .position .point .other::before {
        display: none
    }

    .about3 .wrap .r .position .point .other::after {
        display: none
    }

    .newIndex1 .bottom {
        width: 90%;
        bottom: 50px;
        gap: 20px;
        flex-direction: column;
        position: static;
        transform: none;
        margin: auto;
        padding: 50px 0
    }

    .newIndex1 .bottom .item .joke .color:before {
        opacity: 1 !important;
        border-radius: 10px
    }

    .newIndex1 .bottom .item .joke .color {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        transform: none !important;
        margin: 0 0 15px
    }

    .newIndex1 .bottom .item .joke .color::after {
        border-radius: 10px;
        transform: translate(-50%, -50%) !important;
        opacity: 1 !important
    }

    .newIndex1 .bottom .item .joke .color .img {
        width: 21px;
        height: 21px
    }

    .newIndex1 .bottom .item .joke .text {
        position: static;
        flex: 1
    }

    .newIndex1 .bottom .item .joke {
        justify-content: unset;
        gap: 0 30px;
        padding: 0 15px 0 20px;
        flex-direction: column;
        align-items: unset
    }

    .newIndex1 .bottom .item .line {
        display: none
    }

    .newIndex1 .bottom .item {
        height: auto;
        border-radius: 8px;
        padding: 18px 0
    }

    .newIndex1 .bottom .item .joke .text h1 {
        font-size: 16px;
        margin: 0 0 5px
    }

    .newIndex1 .bottom .item .joke .text p {
        font-size: 13px;
        line-height: 24px
    }

    .newIndex1 .bottom .item .joke .text {
        width: 100%
    }

    .newIndex1 {
        height: auto
    }

    .newIndex1 .bgCut {
        display: none
    }

    .newIndex1 .bottom .item:after {
        opacity: 1
    }

    .newIndex1 .bottom .item .joke .text {
        opacity: 1
    }

    .newIndex1 .bottom .item .p1 {
        display: none
    }

    .newIndex1 .bottom .item:after {
        display: none
    }

    .newIndex1 .bottom .item .sj_video {
        display: block !important;
        width: 90%;
        height: 50vw;
        border-radius: 10px;
        margin: 25px auto 5px;
        position: relative;
        overflow: hidden
    }

    .newIndex1 .bottom .item .sj_video img {
        width: 100%;
        height: 100%
    }

    .newIndex1 .bottom .item .sj_video .play {
        width: 50px;
        height: 50px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .newIndex1 .bottom .item .sj_video .play svg {
        width: 25px;
        height: 25px
    }

    .about4 {
        height: auto;
        padding: 50px 0 70px 0
    }

    .about4 .wrap {
        width: 90%;
        flex-direction: column
    }

    .about4 .wrap .l .title {
        font-size: 22px;
        margin: 0 0 26px
    }

    .about4 .wrap .l .content .list .p1 {
        font-size: 16px;
        margin: 0 0 10px
    }

    .about4 .wrap .l .content .list p {
        font-size: 12px;
        line-height: 25px
    }

    .about4 .wrap .l .content .list:not(:last-child) {
        margin: 0px 0px 21px
    }

    .about4 .wrap .l {
        width: 100%;
        margin: 25px 0 0 0
    }

    .about4 .wrap .r {
        margin: 50px 0 0 0
    }

    .about4 .wrap .r .item .circle {
        width: 45px;
        height: 45px
    }

    .about4 .wrap .r .item:nth-child(2) {
        left: 0 !important
    }

    .about4 .wrap .r .item .circle .iconfont {
        font-size: 18px
    }

    .about4 .wrap .r .item .text span {
        font-size: 22px;
        margin: 0 0 6px
    }

    .about4 .wrap .r .item .text p {
        font-size: 14px
    }

    .about4 .wrap .r .item .circle {
        margin: 0 25px 0 0
    }

    .about5 {
        padding: 70px 0
    }

    .about5 .wrap .top {
        width: 90%
    }

    .about5 .wrap .top .title {
        flex-direction: column
    }

    .about5 .wrap .top .title .p1 {
        font-size: 22px
    }

    .about5 .wrap .top .title .p2 {
        width: 100%;
        font-size: 13px;
        line-height: 25px;
        margin: 20px 0 0 0
    }

    .about5 .wrap .top .headline {
        margin: 30px 0 0 0;
        padding: 0 0 16px;
        border-bottom: 1px solid #7b7b7b;
        font-size: 13px
    }

    .about5 .wrap .content .matter .flex .img {
        margin: 0 35px 0 0
    }

    .about5 .wrap .content .matter .flex .img div {
        width: 128px;
        height: 34px
    }

    .about5 .wrap .content .matter .flex .img p {
        font-size: 12px;
        margin: 20px 0 0 0;
        opacity: 1
    }

    .about5 .wrap .content {
        margin: 35px 0 0 0;
    }
    .about2 .wrap .content{
        flex-direction: column;
    }
    .about2 .wrap .content .button {
        width: fit-content;
        margin: 50px auto 30px;
        gap: 0 20px;
        position: static;
        transform: none;
    }


    .about2 .wrap .content .button .circle {
        width: 35px;
        height: 35px
    }

    .about2 .wrap .content .button .circle:after {
        border-radius: 8px
    }

    .about2 .wrap .content .button .circle .iconfont {
        font-size: 16px
    }

    .about2 .wrap .content .button .circle:after {
        width: 100%;
        height: 100%
    }
    .fixed_message .content {
        width: 90%;
        border-radius: 10px;
        padding: 25px;
       
    }
    .fixed_message .content .scroll .p1 {
    font-size: 16px;
    margin: 0 0 20px;
    }
    .fixed_message .content .scroll .pick {
        font-size: 13px;
        line-height: 24px;
    }
    .fixed_message .content .scroll {
        padding: 0;
        height: 53vh;
    }
    .fixed_message .content .close {
        width: 35px;
        height: 35px;
        right: 10px;
        top: 10px;
    }
    .fixed_message .content .close img {
        width: 14px;
    }
    .fixed_message .content .scroll::-webkit-scrollbar{
        width: 0;
        display: none;
    }
}
