.story1 {
    padding: 127px 0 120px
}

.story1 .wrap {
    width: 1400px;
    margin: auto
}

.story1 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 90px;
    text-align: center
}

.story1 .wrap .content {
    position: relative
}

.story1 .wrap .content .button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.story1 .wrap .content .button .circle {
    width: 44px;
    height: 44px;
    background: #ED6D00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    z-index: 1
}

.story1 .wrap .content .button .circle:first-child {
    transform: rotate(180deg)
}

.story1 .wrap .content .button .circle .iconfont {
    font-size: 13px;
    color: #fff
}

.story1 .wrap .content .bigSwiper {
    width: 1170px;
    margin: auto
}

.story1 .wrap .content .bigSwiper .swiper-slide .item {
    display: flex;
    align-items: center
}

.story1 .wrap .content .bigSwiper .swiper-slide .item .img {
    width: 450px;
    height: 280px;
    border-radius: 10px;
    overflow: hidden
}

.story1 .wrap .content .bigSwiper .swiper-slide .item .text {
    width: 377px;
    margin: 0 0 0 150px
}

.story1 .wrap .content .bigSwiper .swiper-slide .item .text .p1 {
    font-weight: bold;
    font-size: 72px;
    color: #ED6D00;
    margin: 0 0 30px
}

.story1 .wrap .content .bigSwiper .swiper-slide .item .text .p2 {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 28px
}

.story1 .wrap .content2 {
    position: relative;
    margin: 90px auto 0;
    overflow: hidden
}

.story1 .wrap .content2 .line {
    position: absolute;
    top: 54px;
    left: 0;
    width: 44px;
    height: 1px;
    background: var(--color);
    transition: .6s
}

.story1 .wrap .content2:after {
    content: '';
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.1)
}

.story1 .wrap .yearSwiper {
    width: 1332px;
    margin: auto;
    padding: 50px 0;
    overflow: unset
}

.story1 .wrap .yearSwiper .swiper-slide {
    cursor: pointer
}

.story1 .wrap .yearSwiper .swiper-slide.on .item .circle {
    background: var(--color)
}

.story1 .wrap .yearSwiper .swiper-slide.on .item .circle:after {
    display: block
}

.story1 .wrap .yearSwiper .swiper-slide.on .item p {
    color: var(--color)
}

.story1 .wrap .yearSwiper .swiper-slide.on2 .item .circle {
    background: var(--color)
}

.story1 .wrap .yearSwiper .swiper-slide .item {
    position: relative
}

.story1 .wrap .yearSwiper .swiper-slide .item:after {
    content: '';
    position: absolute;
    width: 40px;
    height: 60px;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.story1 .wrap .yearSwiper .swiper-slide .item .circle {
    width: 9px;
    height: 9px;
    background: #999999;
    border-radius: 50%;
    position: relative;
    transition: .6s ease;
    margin: auto;
    z-index: 1
}

.story1 .wrap .yearSwiper .swiper-slide .item .circle:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--color);
    opacity: .5;
    border-radius: 50%;
    z-index: -1;
    animation: scaleAnimate 1s infinite linear;
    display: none
}

.story1 .wrap .yearSwiper .swiper-slide .item p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    transition: .6s ease
}

@keyframes scaleAnimate {
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

.story2 {
    position: relative
}

.story2 .img {
    width: 100%
}

.story2 .wrap {
    position: absolute;
    top: 130px;
    width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

.story2 .wrap .p1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 32px;
    text-transform: uppercase
}

.story2 .wrap .p2 {
    width: 628px;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 34px
}

.story2 .wrap .dis {
    margin: 68px 0 0 0;
    display: flex;
    gap: 57px
}

.story2 .wrap .dis img {
    object-fit: contain;
    height: 56px
}
@media screen and (max-width: 1919px) {
    .story1{
        padding: 6.6145833333vw 0px 6.25vw;
    }
    .story1 .wrap{
        width: 72.9166666667vw;
    }
    .story1 .wrap .title{
        font-size: 1.875vw;
        margin: 0px 0px 4.6875vw;
    }
    .story1 .wrap .content .button .circle{
        width: 2.2916666667vw;
        height: 2.2916666667vw;
    }
    .story1 .wrap .content .button .circle .iconfont{
        font-size: 0.6770833333vw;
    }
    .story1 .wrap .content .bigSwiper{
        width: 60.9375vw;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item .img{
        width: 23.4375vw;
        height: 14.5833333333vw;
        border-radius: 0.5208333333vw;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item .text{
        width: 19.6354166667vw;
        margin: 0px 0px 0px 7.8125vw;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item .text .p1{
        font-size: 3.75vw;
        margin: 0px 0px 1.5625vw;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item .text .p2{
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }
    .story1 .wrap .content2{
        margin: 4.6875vw auto 0px;
    }
    .story1 .wrap .content2 .line{
        top: 2.8125vw;
        width: 2.2916666667vw;
    }
    .story1 .wrap .content2::after{
        top: 2.8125vw;
    }
    .story1 .wrap .yearSwiper{
        width: 69.375vw;
        padding: 2.6041666667vw 0px;
    }
    .story1 .wrap .yearSwiper .swiper-slide .item::after{
        width: 2.0833333333vw;
        height: 3.125vw;
    }
    .story1 .wrap .yearSwiper .swiper-slide .item .circle{
        width: 0.46875vw;
        height: 0.46875vw;
    }
    .story1 .wrap .yearSwiper .swiper-slide .item p{
        font-size: 0.8333333333vw;
        bottom: -2.6041666667vw;
    }
    .story2 .wrap{
        top: 6.7708333333vw;
        width: 72.9166666667vw;
    }
    .story2 .wrap .p1{
        font-size: 1.875vw;
        margin: 0px 0px 1.6666666667vw;
    }
    .story2 .wrap .p2{
        width: 32.7083333333vw;
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }
    .story2 .wrap .dis{
        margin: 3.5416666667vw 0px 0px;
        gap: 2.96875vw;
    }
    .story2 .wrap .dis img{
        height: 2.9166666667vw;
    }
}
@media screen and (max-width: 768px) {
    .story1 {
        padding: 40px 0 60px;
    }
    .story1 .wrap .title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .story1 .wrap {
        width: 90%;
    }
    .story1 .wrap .content2 {
        display: none;
    }
    .story1 .wrap .content .bigSwiper {
        width: 100%;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item {
        display: block;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item .img {
        width: 100%;
        height: 50vw;
        border-radius: 4px;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item .img img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item .text {
        width: 100%;
        margin: 30px 0 0;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item .text .p1 {
        font-size: 24px;
    }
    .story1 .wrap .content .bigSwiper .swiper-slide .item .text .p2 {
        font-size: 16px;
        line-height: 1.8;
    }
    .story1 .wrap .content .button {
        top: calc((50vw - 40px)/2);
        z-index: 3;
        padding: 0 20px;
    }
    .story1 .wrap .content .button .circle {
        width: 40px;
        height: 40px;
    }
    .story1 .wrap .content .button .circle .iconfont {
        font-size: 14px;
    }
    .story2 {
        padding: 50px 0 60px;
        background: #e8eff9;
    }
    .story2 .wrap .p1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .story2 .wrap .p2 {
        width: 100%;
        font-size: 16px;
        line-height: 1.8;
    }
    .story2 .wrap .dis {
        margin: 40px 0 0;
        gap: 0 20px;
    }
    .story2 .wrap .dis img {
        height: 40px;
    }
    .story2 .wrap {
        width: 90%;
        position: unset;
        transform: unset;
        margin: 0 auto;
    }
    .story2 .img {
        display: none;
    }
    .story2 .ph_img {
        width: 100%;
        display: block !important;
        margin: 10px 0 0;
    }
}
