.wrap {
    width: 1520px;
    margin: 0 auto;
}

.wrap .title h1 {
    font-weight: 800;
    font-size: 40px;
    color: #111111;
    margin: 0 0 10px;
}

.wrap .title p {
    font-weight: 400;
    font-size: 20px;
    color: #999999;
}

.sec1 {
    position: relative;
    padding-bottom: 33.0416666667vw;
    margin: 0 0 70px;
}

.sec1 .bg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.sec1 .bg img {
    display: block;
    width: 100%;
}

.sec1 .wrap {
    padding: 70px 0 0;
}

.sec1 .wrap .en {
    margin: 0 0 140px;
}

.sec1 .wrap .content {
    display: flex;
    position: relative;
    justify-content: space-between;
    z-index: 2;
    flex-direction: row-reverse;
}

.sec1 .wrap .content .l {
    width: fit-content;

}

.sec1 .wrap .content .l p {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    line-height: 40px;
}

.sec1 .wrap .content .l p span {
    color: #E83928;
}

.sec1 .wrap .content .r {
    width: 1100px;
}

.sec1 .wrap .content .r p {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 2;
}

.sec1 .wrap .content .r h5 {
    font-weight: 400;
    font-size: 24px;
    color: #111111;
    line-height: 40px;
    margin: 90px 0 0;
}

.sec2 {
    margin: 0 0 110px;
}

.sec2 .wrap .en {
    margin: 0 0 50px;
}

.sec2 .wrap .title {
    margin: 0 0 60px;
}

.sec2 .wrap .content {
    display: flex;
    justify-content: space-between;
}

.sec2 .wrap .content .item {
    width: 440px;
    border-radius: 20px;
    position: relative;
}
.sec3 .btns {
    display: none;
}
.sec2 .wrap .content .item .img {
    transition: 0.6s;
}

.sec2 .wrap .content .item .img img {
    display: block;
}

.sec2 .wrap .content .item .text {
    position: absolute;
    left: 50%;
    bottom: 60px;
    transform: translateX(-50%);
    transition: 0.6s;
}

.sec2 .wrap .content .item .text .icon {
    height: 76px;
    margin-bottom: 40px;
    transition: 0.6s;
}

.sec2 .wrap .content .item .text .icon img {
    display: block;
    margin: 0 auto;
}

.sec2 .wrap .content .item .text p {
    text-align: center;
    font-weight: 800;
    font-size: 30px;
    color: #FFFFFF;
}

.sec2 .wrap .content .item:hover .img {
    transform: translateY(-20px);
}

.sec2 .wrap .content .item:hover .text {
    transform: translate(-50%, -20px);
}

.sec2 .wrap .content .item:hover .text .icon {
    transform: rotateY(180deg);
}

.sec3 .wrap .en {
    margin: 0 0 70px;
}

.sec3 .wrap .title {
    margin: 0 0 50px;
}

.sec3 .wrap .content {
    width: 100vw;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.sec3 .wrap .content .factory_swiper {
    width: 1920px;
    position: relative;
    margin: 0 auto;
}

.sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide {
    width: 210px;
    overflow: hidden;
    transition: 1s;
    position: relative;

}
.sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide:not(:nth-last-child(1)) {
    margin-right: 30px;
}
.sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide .img {
    width: 960px;
}

.sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide p {
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    z-index: 3;
    left: 30px;
    bottom: 67px;
}

.sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide.on {
    width: 960px;
}

.sec4 {
    padding: 129px 0 120px;
    background: #F6F7F9;
}

.sec4 .wrap .en {
    margin: 0 0 70px;
}

.sec4 .wrap .title {
    margin: 0 0 30px;
}

.sec4 .wrap .year {
    font-weight: bold;
    font-size: 150px;
    color: #EAEBEF;
    text-align: center;
    margin: 30px auto 94px;
    position: relative;
}

.sec4 .wrap .year p {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.6s;
}

.sec4 .wrap .year p:nth-child(1) {
    position: relative;
}

.sec4 .wrap .year p.on {
    opacity: 1;
}

.sec4 .wrap .swiper_box {
    padding: 0 90px;
    position: relative;
}

.sec4 .wrap .swiper_box:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #EAEBEF;
    position: absolute;
    top: 14px;
    left: 0;
}

.sec4 .wrap .swiper_box .year_swiper {
    width: 100%;
    margin: 0 auto 80px;
    padding: 10px 0 0;
}

.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide .cir {
    width: 10px;
    height: 10px;
    background: #EAEBEF;
    border-radius: 50%;
    position: relative;
    margin: 0 auto;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide .cir:after {
    content: "";
    width: 28px;
    height: 28px;
    border: 1px solid #E83928;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide .cir .line {
    width: 125px;
    height: 1px;
    background: #E83928;
    position: absolute;
    right: 0;
    top: 5px;
    transform: translateX(100%) scaleX(0);
    transform-origin: left;
}

.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide p {
    font-weight: bold;
    font-size: 18px;
    color: #BBBBBB;
    margin: 16px 0 0;
    text-align: center;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide-active .cir {
    background: #E83928;
}

.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide-active .cir:after {
    opacity: 1;
}

/*.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide-active .cir .line {*/
/*    transition: 4s;*/
/*    transform: translateX(100%) scaleX(1);*/
/*}*/

.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide-active p {
    transform: scale(1.66);
    color: #E83928;
}

.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide:nth-last-child(1) .cir .line {
    display: none;
}

.sec4 .wrap .swiper_box2 {
    position: relative;
}

.sec4 .wrap .swiper_box2 .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1720px;
}

.sec4 .wrap .swiper_box2 .btns .iconfont {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    font-size: 26px;
    color: #111111;
    font-weight: 700;
    cursor: pointer;
    background: #E83928;
    color: #FFFFFF;
}

.sec4 .wrap .swiper_box2 .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec4 .wrap .swiper_box2 .btns .iconfont:hover {
    background: #E83928;
    color: #FFFFFF;
}

.sec4 .wrap .swiper_box2 .honor_swiper {
    width: 90%;
}

.sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    margin: 0 0 40px;
    opacity: 0;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide .img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 3;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide .img img {
    display: block;
    width: 100%;
}

.sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide p {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    text-align: center;
    opacity: 0;
    transition: 0.6s;
}

.sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide h5 {
    font-size: 18px;
    color: #999999;
    margin: 10px 0 0;
    line-height: 1.6;
    opacity: 0;
    transition: 0.6s;
    text-align: center;
}

.sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-active p, .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-active h5 {
    opacity: 1;
}

.sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img:after {
    background: rgba(255, 255, 255, 0);
}

.sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img, .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-next .img, .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .img {
    opacity: 1;
}

.sec5 {
    position: relative;
    padding: 80px 0 174px;
}

.sec5 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.sec5 .bg img {
    display: block;
    width: 100%;
}

.sec5 .wrap .en {
    margin: 0 0 70px;
}

.sec5 .wrap .title {
    margin: 0 0 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sec5 .wrap .title .r {
    display: flex;
    align-items: center;
}

.sec5 .wrap .title .r .item {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    transition: 0.6s;
    padding: 0 39px;
    width: fit-content;
    line-height: 46px;
    background: #FFFFFF;
    border-radius: 30px;
    margin-left: 20px;
    cursor: pointer;
}

.sec5 .wrap .title .r .item:hover, .sec5 .wrap .title .r .item.on {
    background: #E83928;
    color: #FFFFFF;
}

.sec5 .wrap .swiper_box {
    position: relative;
    width: 100vw;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
}

.sec5 .wrap .swiper_box .swiper {
    width: 2260px;
    position: relative;
    left: 50%;
    top: 0;
    margin: 0;
    transform: translate(-50%, 40px);
    opacity: 0;
    pointer-events: none;
}

.sec5 .wrap .swiper_box .swiper.on {
    transform: translate(-50%, 0px);
    opacity: 1;
    transition: 0.6s;
    pointer-events: auto;
}

.sec5 .wrap .swiper_box .swiper:not(:nth-child(1)) {
    position: absolute;
}
.sec5 .wrap .swiper_box .swiper .swiper-wrapper {
  align-items: center;
}
.sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 18vw;
    display: flex;
    align-items: center;
}

.sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide .img img {
    display: block;
    width: 100%;
    max-height: 100%;
}

.sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide p {
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 30px;
    text-align: center;
    margin: 25px 0 0;
    height: 60px;
}

.sec6 {
    padding: 90px 0 0;
}

.sec6 .wrap {
    padding: 0 0 200px;
}

.sec6 .wrap .en {
    margin: 0 0 70px;
}

.sec6 .wrap .title {
    margin: 0 0 40px;
}

.sec6 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec6 .wrap .content .l {
    width: 686px;
    padding: 35px 0 0;
}

.sec6 .wrap .content .l h3 {
    font-weight: bold;
    font-size: 30px;
    color: #111111;
    line-height: 46px;
    margin: 0 0 40px;
}

.sec6 .wrap .content .l .text p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}

.sec6 .wrap .content .l .numList {
    display: flex;
    justify-content: space-between;
    margin: 80px 0 0;
}

.sec6 .wrap .content .l .numList .item .img {
    width: 74px;
    height: 73px;
    margin: 0 auto 20px;
}

.sec6 .wrap .content .l .numList .item .img img {
    display: block;
    margin: 0 auto;
}

.sec6 .wrap .content .l .numList .item .num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.sec6 .wrap .content .l .numList .item .num .count-item {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    line-height: 1;
}

.sec6 .wrap .content .l .numList .item .num span {
    font-weight: bold;
    font-size: 28px;
    color: #111111;
    line-height: 1;
    transform: translateY(-2px);
}

.sec6 .wrap .content .l .numList .item p {
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: center;
}

.sec6 .wrap .content .r {
    width: 686px;
    position: relative;
}

.sec6 .wrap .content .r .img img {
    display: block;
}

.sec6 .wrap .content .r .text {
    width: fit-content;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 1.6;
    background: #E83928;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 65%);
    padding: 30px 57px;
    white-space: nowrap;
    text-align: center;
}

.en.aos-animate p div {
    opacity: 1 !important;
    transform: unset !important;
}
.year_phone {
    display: none;
}
html[lang='en'] .sec5 .wrap .title {
    display: block;
}
html[lang='en'] .sec5 .wrap .title .r .item:nth-child(1) {
    margin-left: 0;
}
html[lang='en'] .sec5 .wrap .title .r {
    margin: 40px 0 0;
}
@media screen and (max-width: 1920px) {
    .sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide:not(:nth-last-child(1)) {
        margin-right: 1.5625vw;
    }
    .wrap {
        width: 79.1666666667vw;
        margin: 0 auto;
    }

    .wrap .title h1 {
        font-weight: 800;
        font-size: 2.0833333333vw;
        color: #111111;
        margin: 0 0 0.5208333333vw;
    }

    .wrap .title p {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #999999;
    }

    .sec1 {
        position: relative;
        padding-bottom: 33.0416666667vw;
        margin: 0 0 3.6458333333vw;
    }

    .sec1 .bg {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .sec1 .bg img {
        display: block;
        width: 100%;
    }

    .sec1 .wrap {
        padding: 3.6458333333vw 0 0;
    }

    .sec1 .wrap .en {
        margin: 0 0 7.2916666667vw;
    }

    .sec1 .wrap .content {
        display: flex;
        position: relative;
        justify-content: space-between;
        z-index: 2;
    }



    .sec1 .wrap .content .l p {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        line-height: 2.0833333333vw;
    }

    .sec1 .wrap .content .l p span {
        color: #E83928;
    }

    .sec1 .wrap .content .r {
        width: 60vw;
    }
    html[lang='ja'] .sec1 .wrap .content .r {
        width: 75%;
    }
    html[lang='ja'] .sec1 .wrap .content .l {
        width: 20%;
    }
    .sec1 .wrap .content .r p {
        font-weight: 400;
        font-size: 1.0416666667vw;
        color: #666666;
        line-height: 2;
    }
    .sec1 .wrap .content .r p span {
        font-size: 1.0416666667vw!important;
    }
    .sec1 .wrap .content .r h5 {
        font-weight: 400;
        font-size: 1.25vw;
        color: #111111;
        line-height: 2.0833333333vw;
        margin: 4.6875vw 0 0;
    }

    .sec2 {
        margin: 0 0 5.7291666667vw;
    }

    .sec2 .wrap .en {
        margin: 0 0 2.6041666667vw;
    }

    .sec2 .wrap .title {
        margin: 0 0 3.125vw;
    }

    .sec2 .wrap .content {
        display: flex;
        justify-content: space-between;
    }

    .sec2 .wrap .content .item {
        width: 22.9166666667vw;
        border-radius: 1.0416666667vw;
        position: relative;
    }

    .sec2 .wrap .content .item .img {
        transition: 0.6s;
    }

    .sec2 .wrap .content .item .img img {
        display: block;
    }

    .sec2 .wrap .content .item .text {
        position: absolute;
        left: 50%;
        bottom: 3.125vw;
        transform: translateX(-50%);
        transition: 0.6s;
    }

    .sec2 .wrap .content .item .text .icon {
        height: 3.9583333333vw;
        margin-bottom: 2.0833333333vw;
        transition: 0.6s;
    }

    .sec2 .wrap .content .item .text .icon img {
        display: block;
        margin: 0 auto;
    }

    .sec2 .wrap .content .item .text p {
        text-align: center;
        font-weight: 800;
        font-size: 1.5625vw;
        color: #FFFFFF;
    }

    .sec2 .wrap .content .item:hover .img {
        transform: translateY(-1.0416666667vw);
    }

    .sec2 .wrap .content .item:hover .text {
        transform: translate(-50%, -1.0416666667vw);
    }

    .sec2 .wrap .content .item:hover .text .icon {
        transform: rotateY(180deg);
    }

    .sec3 .wrap .en {
        margin: 0 0 3.6458333333vw;
    }

    .sec3 .wrap .title {
        margin: 0 0 2.6041666667vw;
    }

    .sec3 .wrap .content {
        width: 100vw;
        overflow: hidden;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide {
        width: 10.9375vw;
        overflow: hidden;
        transition: 1s;
        position: relative;
    }

    .sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide .img {
        width: 50vw;
    }

    .sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide p {
        font-weight: bold;
        font-size: 1.25vw;
        color: #FFFFFF;
        position: absolute;
        z-index: 3;
        left: 2.3958333333vw;
        bottom: 3.4895833333vw;
    }

    .sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide.on {
        width: 50vw;
    }

    .sec4 {
        padding: 6.71875vw 0 6.25vw;
        background: #F6F7F9;
    }

    .sec4 .wrap .en {
        margin: 0 0 3.6458333333vw;
    }

    .sec4 .wrap .title {
        margin: 0 0 1.5625vw;
    }

    .sec4 .wrap .year {
        font-weight: bold;
        font-size: 7.8125vw;
        color: #EAEBEF;
        text-align: center;
        margin: 1.5625vw auto 4.8958333333vw;
        position: relative;
    }

    .sec4 .wrap .year p {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        opacity: 0;
        transition: 0.6s;
    }

    .sec4 .wrap .year p:nth-child(1) {
        position: relative;
    }

    .sec4 .wrap .year p.on {
        opacity: 1;
    }

    .sec4 .wrap .swiper_box {
        padding: 0 4.6875vw;
        position: relative;
    }

    .sec4 .wrap .swiper_box:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #EAEBEF;
        position: absolute;
        top: 0.7291666667vw;
        left: 0;
    }

    .sec4 .wrap .swiper_box .year_swiper {
        width: 100%;
        margin: 0 auto 4.1666666667vw;
        padding: 0.5208333333vw 0 0;
    }

    .sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide .cir {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        background: #EAEBEF;
        border-radius: 50%;
        position: relative;
        margin: 0 auto;
        transition: 0.6s;
    }

    .sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide .cir:after {
        content: "";
        width: 1.4583333333vw;
        height: 1.4583333333vw;
        border: 1px solid #E83928;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        transition: 0.6s;
    }

    .sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide .cir .line {
        width: 6.5104166667vw;
        height: 1px;
        background: #E83928;
        position: absolute;
        right: 0;
        top: 0.2604166667vw;
        transform: translateX(100%) scaleX(0);
        transform-origin: left;
    }

    .sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #BBBBBB;
        margin: 0.8333333333vw 0 0;
        text-align: center;
        transition: 0.6s;
    }

    .sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide-active .cir {
        background: #E83928;
    }

    .sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide-active .cir:after {
        opacity: 1;
    }

    /*.sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide-active .cir .line {*/
    /*    transition: 4s;*/
    /*    transform: translateX(100%) scaleX(1);*/
    /*}*/

    .sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide-active p {
        transform: scale(1.66);
        color: #E83928;
    }

    .sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide:nth-last-child(1) .cir .line {
        display: none;
    }

    .sec4 .wrap .swiper_box2 {
        position: relative;
    }

    .sec4 .wrap .swiper_box2 .btns {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 89.5833333333vw;
    }

    .sec4 .wrap .swiper_box2 .btns .iconfont {
        width: 3.125vw;
        height: 3.125vw;
        border-radius: 50%;
        background: #FFFFFF;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.6s;
        font-size: 1.3541666667vw;
        color: #111111;
        font-weight: 700;
        cursor: pointer;
        background: #E83928;
        color: #FFFFFF;
    }

    .sec4 .wrap .swiper_box2 .btns .iconfont:nth-child(1) {
        transform: rotate(180deg);
    }

    .sec4 .wrap .swiper_box2 .btns .iconfont:hover {
        background: #E83928;
        color: #FFFFFF;
    }

    .sec4 .wrap .swiper_box2 .honor_swiper {
        width: 90%;
    }

    .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide .img {
        width: 100%;
        margin: 0 0 2.0833333333vw;
        opacity: 0;
        position: relative;
        border-radius: 1.0416666667vw;
        overflow: hidden;
    }

    .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide .img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6);
        z-index: 3;
        transition: 0.6s;
    }

    .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide .img img {
        display: block;
        width: 100%;
    }

    .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide h5 {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        text-align: center;
        opacity: 0;
        transition: 0.6s;
    }

    .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide p {
        font-size: 0.9375vw;
        color: #999999;
        margin: 10px 0 0;
        line-height: 1.6;
        opacity: 0;
        transition: 0.6s;
        text-align: center;
    }

    .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-active h5 {
        opacity: 1;
    }

    .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img:after {
        background: rgba(255, 255, 255, 0);
    }

    .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-active .img, .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-next .img, .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide.swiper-slide-prev .img {
        opacity: 1;
    }

    .sec5 {
        position: relative;
        padding: 4.1666666667vw 0 9.0625vw;
    }

    .sec5 .bg {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    .sec5 .bg img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .sec5 .wrap .en {
        margin: 0 0 3.6458333333vw;
    }

    .sec5 .wrap .title {
        margin: 0 0 4.6875vw;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .sec5 .wrap .title .r {
        display: flex;
        align-items: center;
    }

    .sec5 .wrap .title .r .item {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #111111;
        transition: 0.6s;
        padding: 0 2.03125vw;
        width: fit-content;
        line-height: 2.3958333333vw;
        background: #FFFFFF;
        border-radius: 1.5625vw;
        margin-left: 1.0416666667vw;
        cursor: pointer;
    }

    .sec5 .wrap .title .r .item:hover, .sec5 .wrap .title .r .item.on {
        background: #E83928;
        color: #FFFFFF;
    }

    .sec5 .wrap .swiper_box {
        position: relative;
        width: 100vw;
        overflow: hidden;
        left: 50%;
        transform: translateX(-50%);
    }

    .sec5 .wrap .swiper_box .swiper {
        width: 90vw;
        position: relative;
        left: 50%;
        top: 0;
        margin: 0;
        transform: translate(-50%, 2.0833333333vw);
        opacity: 0;
    }

    .sec5 .wrap .swiper_box .swiper.on {
        transform: translate(-50%, 0vw);
        opacity: 1;
        transition: 0.6s;
    }

    .sec5 .wrap .swiper_box .swiper:not(:nth-child(1)) {
        position: absolute;
    }

    .sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide .img {
        width: 100%;
        height: 18vw;
    }

    .sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide .img img {
        display: block;
        width: 100%;
    }

    .sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #111111;
        line-height: 1.5625vw;
        text-align: center;
        margin: 1.3020833333vw 0 0;
        height: 3.125vw;
    }

    .sec6 {
        padding: 4.6875vw 0 0;
    }

    .sec6 .wrap {
        padding: 0 0 10.4166666667vw;
    }

    .sec6 .wrap .en {
        margin: 0 0 3.6458333333vw;
    }

    .sec6 .wrap .title {
        margin: 0 0 2.0833333333vw;
    }

    .sec6 .wrap .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sec6 .wrap .content .l {
        width: 35.7291666667vw;
        padding: 1.8229166667vw 0 0;
    }

    .sec6 .wrap .content .l h3 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #111111;
        line-height: 2.3958333333vw;
        margin: 0 0 2.0833333333vw;
    }

    .sec6 .wrap .content .l .text p {
        font-weight: 400;
        font-size: 0.9375vw;
        color: #666666;
        line-height: 1.875vw;
    }

    .sec6 .wrap .content .l .numList {
        display: flex;
        justify-content: space-between;
        margin: 4.2vw 0 0;
    }

    .sec6 .wrap .content .l .numList .item .img {
        width: 3.8541666667vw;
        height: 3.8020833333vw;
        margin: 0 auto 1.0416666667vw;
    }

    .sec6 .wrap .content .l .numList .item .img img {
        display: block;
        margin: 0 auto;
    }

    .sec6 .wrap .content .l .numList .item .num {
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }

    .sec6 .wrap .content .l .numList .item .num .count-item {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111111;
        line-height: 1;
    }

    .sec6 .wrap .content .l .numList .item .num span {
        font-weight: bold;
        font-size: 1.4583333333vw;
        color: #111111;
        line-height: 1;
        transform: translateY(-2px);
    }

    .sec6 .wrap .content .l .numList .item p {
        font-weight: 400;
        font-size: 0.8333333333vw;
        color: #999999;
        line-height: 1.5625vw;
        text-align: center;
    }

    .sec6 .wrap .content .r {
        width: 35.7291666667vw;
        position: relative;
    }

    .sec6 .wrap .content .r .img img {
        display: block;
    }

    .sec6 .wrap .content .r .text {
        width: fit-content;
        font-weight: bold;
        font-size: 1.5625vw;
        color: #FFFFFF;
        background: #E83928;
        border-radius: 0.5208333333vw;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 65%);
        padding: 1.5625vw 2.96875vw;
        white-space: nowrap;
    }
    html[lang='en'] .sec6 .wrap .content .r .text {
        padding: 1.5625vw 1.96875vw;
    }
}

/*# sourceMappingURL=about.css.map */
@media screen and (max-width: 1024px) {

    .sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide .img {
        height: unset;
    }
    .common_links {
        display: none;
    }
    .sec1 .wrap {
        width: 90%;
    }
    .sec1 .wrap .content .l p {
        font-size: 20px;
        line-height: 1.6;
    }
    .sec1 .wrap .content .r p {
        font-size: 14px;
        line-height: 2;
    }
    .sec1 .wrap .content .r p span {
        font-size: 14px!important;
    }
    .sec1 .wrap .content .r p span strong {
        font-size: 18px !important;
    }
    .sec1 .wrap .content .r h5 {
        font-size: 16px;
        line-height: 2;
    }
    .sec1 .wrap .content .l {
        width: 38vw;
    }
    .sec1 .wrap .content .r {
        width: 40vw;
    }
    .wrap .title h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .wrap .title p {
        font-size: 14px;
    }
    .sec3 .wrap .title {
        margin: 0 0 50px;
    }
    .sec1 {
        margin: 0 0 60px;
    }
    .sec4 {
        padding: 60px 0 50px;
    }
    .en {
        width: 100%;
    }
    .sec4 .wrap .swiper_box .year_swiper .swiper-wrapper .swiper-slide p {
        font-size: 14px;
    }
    .sec4 .wrap .swiper_box {
        padding: 0 12px;
    }
    .sec4 .wrap .swiper_box2 .honor_swiper .swiper-wrapper .swiper-slide h5 {
        font-size: 16px;
    }
    .sec4 .wrap .swiper_box2 {
        margin: 30px 0;
    }
    .sec4 .wrap .swiper_box2 .btns .iconfont {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .sec5 .wrap .title .r .item {
        font-size: 14px;
        line-height: 32px;
        border-radius: 16px;
    }
    .sec5 .wrap .title {
        margin: 0 0 40px;
    }
    .sec5 {
        padding: 60px 0 50px;
    }
    .sec6 .wrap .content .l h3 {
        font-size: 20px;
        line-height: 1.6;
    }
    .sec6 .wrap .content .l h3 br {
        display: none;
    }
    .wrap {
        width: 90vw;
    }
    .sec6 .wrap .content .l .text p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec6 .wrap .content .l .numList .item .num .count-item {
        font-size: 32px;
    }
    .sec6 .wrap .content .l .numList .item .num span {
        font-size: 18px;
    }
    .sec6 .wrap .content .l .numList .item p {
        font-size: 14px;
        margin: 5px 0 0;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide p {
        font-size: 14px;
        line-height: 1.6;
        height: 40px;
    }
    .sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide p {
        font-size: 18px;
    }
    .sec1 .wrap .content {
        display: block;
    }
    .sec1 .wrap .content .l,.sec1 .wrap .content .r {
        width: 100%;
    }
    .sec1 .wrap .content .l {
        margin: 0 0 30px;
    }
    .sec1 {
        padding-bottom: 46vw;
    }
    html[lang='en'] .sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide p {
        height: auto;
    }
    html[lang='ja'] .sec1 .wrap .content .r {
        width: 100%;
    }
    html[lang='ja'] .sec1 .wrap .content .l {
        width: 100%;
    }
    html[lang='ja'] .sec5 .wrap .title {
        display: block;
    }
    html[lang='ja'] .sec5 .wrap .title .r .item:nth-child(1) {
        margin-left: 0;
    }
    html[lang='ja'] .sec5 .wrap .title .r {
        margin: 40px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .wrap .content {
        display: block;
    }
    .sec1 .wrap .content .l,.sec1 .wrap .content .r {
        width: 100%;
    }
    .sec1 .wrap .content .l {
        margin: 0 0 30px;
    }
    .sec1 {
        padding-bottom: 45vw;
    }
    .sec3 .wrap .en {
        margin: 20px auto 20px !important;
    }
    .sec3 .wrap .content .factory_swiper {
        width: 100%;
    }
    .sec3 .wrap .content {
        width: 90vw;
    }
    .sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide .img {
        width: 100%;
    }
    .sec3 .wrap .content .factory_swiper .swiper-wrapper .swiper-slide p {
        left: 20px;
        bottom: 30px;
    }
    .sec3 .wrap .title {
        margin: 0 0 30px;
    }
    .sec4 {
        margin: 30px 0 0;
        padding: 20px 0;
    }
    .sec4 .wrap .en {
        margin: 30px auto 20px !important;
    }
    .each_animate div {
        min-width: 5px!important;
        text-align: center;
    }
    .sec6 .wrap .content {
        display: block;
    }
    .sec6 .wrap .content .l,.sec6 .wrap .content .r {
        width: 100%;
    }
    .sec6 .wrap .en {
        margin: 20px 0!important;
    }
    .sec6 .wrap .title {
        margin: 0 0 20px;
    }
    .sec6 .wrap .content .l h3 {
        margin: 0 0 10px;
    }
    .sec6 .wrap .content .l .numList .item .img {
        width: 28px;
        height: 28px;
    }
    .sec6 .wrap .content .r {
        margin: 40px 0 0;
    }
    .sec6 .wrap .content .l .numList .item .num .count-item {
        font-size: 28px;
    }
    .sec6 .wrap .content .l .numList .item p {
        font-size: 12px;
        line-height: 1;
    }
    .sec6 .wrap .content .l .numList .item .num {
        margin: 8px 0;
    }
    .sec6 .wrap .content .r .text {
        font-size: 20px;
        border-radius: 5px;
        padding: 10px 15px;
    }
    html[lang='en'] .sec6 .wrap .content .r .text {
        padding: 10px 15px;
    }
    .sec6 .wrap {
        padding: 0 0 80px;
    }
    .sec5 .wrap .title {
        display: block;
    }
    .sec5 .wrap .title .r .item {
        padding: 0 18px;
    }
    .sec5 .wrap .en {
        margin: 20px 0 !important;
    }
    .sec5 .wrap .title .r {
        margin: 20px 0 0;
    }
    .sec5 .wrap .title .r .item {
        margin: 0 5px 0 0;
    }
    .sec5 .wrap .swiper_box {
        width: 100%;
    }
    .sec5 .wrap .swiper_box .swiper {
        width: 100%;
    }
    .year_phone {
        display: block;
    }
    .sec4 .wrap .year,.sec4 .wrap .swiper_box,.sec4 .wrap .swiper_box2 {
        display: none;
    }
    .year_phone {
        padding: 0 0 0 20px;
        position: relative;
    }
    .year_phone:after {
        content: "";
        width: 1px;
        height: 98%;
        background: #ccc;
        position: absolute;
        left: 2px;
        top: 8px;
    }
    .sec4 .wrap .title {
        margin: 0 0 30px;
    }
    .year_phone .item {
        margin: 0 0 40px;
        position: relative;
        z-index: 3;
    }
    .year_phone .item::after {
        content: "";
        width: 8px;
        height: 8px;
        position: absolute;
        left: -21px;
        top: 8px;
        background: #E83928;
        border-radius: 50%;
    }
    .year_phone .item>h5 {
        font-size: 20px;
        margin: 0 0 5px;
    }
    .year_phone .item .text {
        font-size: 16px;
        line-height: 2;
        color: #999999;
        font-weight: 100;
    }
    .sec5 {
        padding: 40px 0;
    }
    .sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide p {
        height: 70px;
    }
    .sec6 .wrap .content .r .text {
        width: 300px;
        text-align: center;
        padding: 15px 0;
    }
    .sec3 .btns {
        display: flex;
        align-items: center;
        margin: 20px 0 0;
        justify-content: center;
    }
    .sec3 .btns .iconfont {
        width: 40px;
        height: 40px;
        font-size: 20px;
        cursor: pointer;
        background: #E83928;
        color: #FFFFFF;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec3 .btns .iconfont:nth-child(1) {
        transform: rotate(180deg);
        margin: 0 15px 0 0;
    }
    html[lang='en'] .sec5 .wrap .title .r {
        flex-wrap: wrap;
    }
    html[lang='en'] .sec5 .wrap .title .r .item {
        width: 49%;
        padding: 0;
        text-align: center;
        margin: 0 0 10px;
    }
    html[lang='en'] .sec5 .wrap .title .r {
        justify-content: space-between;
    }
    html[lang='en'] .sec6 .wrap .content .r .text {
        font-size: 15px;
        padding: 10px 0;
    }
    html[lang='en'] .sec5 .wrap .swiper_box .swiper .swiper-wrapper .swiper-slide p {
        height: 140px;
    }
    html[lang='ja'] .sec5 .wrap .title .r .item {
        font-size: 12px;
    }
    html[lang='ja'] .sec6 .wrap .content .r .text {
        width: 320px;
        font-size: 12px;
    }
    
    .sec1 {
        padding: 20px 0 45vw;
        margin: 0;
    }
    .sec3 {
        padding: 40px 0 0;
    }
    .sec4 {
        padding: 34px 0 20px;
    }
    .sec6 {
        padding: 41px 0 0;
    }
    
}
