.new_stored1 {
    padding: 140px 0 180px; }
.new_stored1 .wrap {
    width: 1440px;
    margin: auto; }
.new_stored1 .wrap .title .p1 {
    font-weight: bold;
    font-size: 34px;
    color: #111111;
    margin: 0 0 50px; }
.new_stored1 .wrap .title .p2 {
    width: 945px;
    font-weight: normal;
    font-size: 18px;
    color: #333333;
    line-height: 34px; }
.new_stored1 .wrap .images {
    margin: 89px 0 0 0;
    width: 100%; }
.new_stored1 .wrap .images img {
    width: 100%; }
.new_stored1 .wrap .display {
    display: flex;
    justify-content: space-between;
    margin: 160px 0 0 0; }
.new_stored1 .wrap .display .item {
    width: 460px;
    height: 280px;
    background: #F7F8FA;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    text-align: center; }
.new_stored1 .wrap .display .item span {
    font-weight: 300;
    font-size: 48px;
    color: #EA5520;
    line-height: 48px;
    margin: 0 0 25px;
    display: block; }
.new_stored1 .wrap .display .item p {
    font-weight: 400;
    font-size: 20px;
    color: #666666; }
.new_stored1 .wrap .content {
    margin: 130px 0 0 0; }
.new_stored1 .wrap .content .headline {
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    padding: 0 0 20px;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 0 60px; }
.new_stored1 .wrap .content .flex2 {
    position: relative;
    overflow: hidden; }
.new_stored1 .wrap .content .flex2:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #fff, transparent);
    pointer-events: none; }
.new_stored1 .wrap .content .flex2:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(-90deg, #fff, transparent);
    z-index: 2;
    pointer-events: none; }
@keyframes goA {
    100% {
        transform: translate(-50%); } }
.new_stored1 .wrap .content .flex2 .go {
    width: max-content;
    display: flex;
    align-items: center;
    animation: goA 20s linear infinite; }
.new_stored1 .wrap .content .flex2 .go .flex {
    display: flex; }
.new_stored1 .wrap .content .flex2 .go .flex .img {
    width: 96px;
    height: 53px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 135px 0 0; }
.new_stored1 .wrap .content .flex2 .go .flex .img img {
    object-fit: contain; }

.new_stored2 {
    background: #F7F8FA;
    padding: 123px 0 163px 0; }
.new_stored2 .wrap {
    width: 1440px;
    margin: auto; }
.new_stored2 .wrap .matter:not(:last-child) {
    margin: 0 0 30px; }
.new_stored2 .wrap .matter .title {
    font-weight: bold;
    font-size: 28px;
    color: #111111;
    margin: 0 0 10px; }
.new_stored2 .wrap .matter .content .proSwiper {
    width: 2184px;
    margin: 0;
    padding: 40px 0; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item {
    width: 100%;
    height: 350px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 49px 0 41px;
    box-shadow: 0px 10px 50px 0px rgba(5, 16, 39, 0.07);
    transition: .6s ease; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item:hover {
    box-shadow: unset; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item:hover .l .label {
    background: #EA5520;
    color: #fff; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item:hover .l .more .iconfont {
    transform: translateX(5px); }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item:hover .img img {
    transform: scale(1.05); }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .label {
    width: fit-content;
    padding: 0 13px;
    height: 33px;
    border-radius: 17px;
    border: 1px solid #EA5520;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    font-size: 14px;
    color: #EA5520;
    margin: 0 0 20px;
    transition: .6s ease; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .p1 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 0 0 22px; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .p2 {
    font-weight: normal;
    font-size: 16px;
    color: #666666;
    width: 196px; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .more {
    margin: 70px 0 0 0;
    display: flex;
    align-items: center;
    gap: 8px; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .more p {
    font-weight: normal;
    font-size: 16px;
    color: #EA5520; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .more .iconfont {
    font-size: 16px;
    color: #EA5520;
    transition: .6s ease; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .img {
    width: 300px;
    height: 158px;
    display: flex;
    align-items: center;
    justify-content: center; }
.new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .img img {
    transition: .6s ease; }

@media screen and (max-width: 1919px) {
    .new_stored1 {
        padding: 7.2916666667vw 0px 9.375vw; }

    .new_stored1 .wrap {
        width: 75vw; }

    .new_stored1 .wrap .title .p1 {
        font-size: 1.7708333333vw;
        margin: 0px 0px 2.6041666667vw; }

    .new_stored1 .wrap .title .p2 {
        width: 49.21875vw;
        font-size: 0.9375vw;
        line-height: 1.7708333333vw; }

    .new_stored1 .wrap .images {
        margin: 4.6354166667vw 0px 0px; }

    .new_stored1 .wrap .display {
        margin: 8.3333333333vw 0px 0px; }

    .new_stored1 .wrap .display .item {
        width: 23.9583333333vw;
        height: 14.5833333333vw;
        border-radius: 1.0416666667vw;
        padding: 0px 0.5208333333vw; }

    .new_stored1 .wrap .display .item span {
        font-size: 2.5vw;
        line-height: 2.5vw;
        margin: 0px 0px 1.3020833333vw; }

    .new_stored1 .wrap .display .item p {
        font-size: 1.0416666667vw; }

    .new_stored1 .wrap .content {
        margin: 6.7708333333vw 0px 0px; }

    .new_stored1 .wrap .content .headline {
        font-size: 0.9375vw;
        padding: 0px 0px 1.0416666667vw;
        margin: 0px 0px 3.125vw; }

    .new_stored1 .wrap .content .flex2::after {
        width: 5.2083333333vw; }

    .new_stored1 .wrap .content .flex2::before {
        width: 5.2083333333vw; }

    .new_stored1 .wrap .content .flex2 .go .flex .img {
        width: 5vw;
        height: 2.7604166667vw;
        margin: 0px 7.03125vw 0px 0px; }

    .new_stored2 {
        padding: 6.40625vw 0px 8.4895833333vw; }

    .new_stored2 .wrap {
        width: 75vw; }

    .new_stored2 .wrap .matter:not(:last-child) {
        margin: 0px 0px 1.5625vw; }

    .new_stored2 .wrap .matter .title {
        font-size: 1.4583333333vw;
        margin: 0px 0px 0.5208333333vw; }

    .new_stored2 .wrap .matter .content .proSwiper {
        width: 113.75vw;
        padding: 2.0833333333vw 0px; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item {
        height: 18.2291666667vw;
        border-radius: 0.5208333333vw;
        padding: 0px 2.5520833333vw 0px 2.1354166667vw; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item:hover .l .more .iconfont {
        transform: translateX(0.2604166667vw); }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .label {
        padding: 0px 0.6770833333vw;
        height: 1.71875vw;
        border-radius: 0.8854166667vw;
        font-size: 0.7291666667vw;
        margin: 0px 0px 1.0416666667vw; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .p1 {
        font-size: 1.25vw;
        margin: 0px 0px 1.1458333333vw; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .p2 {
        font-size: 0.8333333333vw;
        width: 10.2083333333vw; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .more {
        margin: 3.6458333333vw 0px 0px;
        gap: 0.4166666667vw; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .more p {
        font-size: 0.8333333333vw; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .more .iconfont {
        font-size: 0.8333333333vw; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .img {
        width: 15.625vw;
        height: 8.2291666667vw; } }
@media screen and (max-width: 1024px) {
    .new_stored1 {
        padding: 35px 0; }

    .new_stored1 .wrap {
        width: 90%; }

    .new_stored1 .wrap .title .p1 {
        font-size: 20px;
        margin: 0 0 15px; }

    .new_stored1 .wrap .title .p2 {
        font-size: 13px;
        line-height: 25px;
        width: 100%; }

    .new_stored1 .wrap .images {
        margin: 20px 0 0 0; }

    .new_stored1 .wrap .display {
        margin: 30px 0 0;
        flex-direction: column;
        gap: 20px; }

    .new_stored1 .wrap .display .item {
        width: 100%;
        height: auto;
        border-radius: 10px;
        padding: 40px 5%; }

    .new_stored1 .wrap .display .item span {
        font-size: 24px;
        line-height: 100%;
        margin: 0 0 10px; }

    .new_stored1 .wrap .display .item p {
        font-size: 13px; }

    .new_stored1 .wrap .content {
        margin: 35px 0 0 0; }

    .new_stored1 .wrap .content .headline {
        font-size: 16px;
        padding: 0 0 15px;
        margin: 0 0 25px; }

    .new_stored1 .wrap .content .flex2 .go .flex .img {
        width: 50px;
        height: 25px;
        margin: 0 30px 0 0; }

    .new_stored2 {
        padding: 50px 0; }

    .new_stored2 .wrap {
        width: 90%; }

    .new_stored2 .wrap .matter:not(:last-child) {
        margin: 0 0 25px; }

    .new_stored2 .wrap .matter .title {
        font-size: 20px;
        margin: 0 0 5px; }

    .new_stored2 .wrap .matter .content .proSwiper {
        width: 95vw;
        padding: 30px 0;
        overflow: unset; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide {
        height: auto; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item {
        height: 100%;
        border-radius: 10px;
        padding: 20px 25px;
        flex-direction: column;
        align-items: unset; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .label {
        padding: 0 15px;
        height: 36px;
        border-radius: 30px;
        font-size: 13px;
        margin: 0 0 15px; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .p1 {
        font-size: 18px;
        margin: 0 0 10px; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .p2 {
        font-size: 13px;
        width: 100%; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .more {
        margin: 25px 0 0 0;
        gap: 7px; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .more p {
        font-size: 14px; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .l .more .iconfont {
        font-size: 14px; }

    .new_stored2 .wrap .matter .content .proSwiper .swiper-slide .item .img {
        width: 100%;
        height: auto;
        margin: 35px 0 0 0; } }

/*# sourceMappingURL=stored.css.map */
