.common_links .joke a:after {
    display: none;
}

.sec1 {
    position: relative;
    padding: 104px 0 0;
}

.sec1 .bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    top: -70px;
}

.sec1 .bg img {
    display: block;
    width: 100%;
}

.sec1 .wrap {
    width: 1520px;
    margin: 0 auto;
}

.sec1 .wrap .title {
    margin: 0 0 20px;
}

.sec1 .wrap .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 10px;
}

.sec1 .wrap .title p {
    font-weight: bold;
    font-size: 18px;
    color: #B5B5B5;
}

.sec1 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec1 .wrap .content .l .item {
    margin: 0 0 40px;
}

.sec1 .wrap .content .l .item .num {
    display: flex;
    align-items: flex-end;
    margin: 0 0 10px;
}

.sec1 .wrap .content .l .item .num .count-item {
    font-weight: bold;
    font-size: 60px;
    color: #E83928;
    line-height: 1;
}

.sec1 .wrap .content .l .item .num span {
    font-weight: bold;
    font-size: 30px;
    color: #E83928;
    display: block;
    margin-left: 2px;
}

.sec1 .wrap .content .l .item p {
    font-weight: 500;
    font-size: 24px;
    color: #111111;
}

.sec1 .wrap .content .canvas {
    width: 600px;
    height: 600px;
    transform: scale(0);
    transition: 1s;
}

.sec1 .wrap .content .canvas.aos-animate {
    transform: scale(1);
}

.sec2 .wrap {
    width: 1520px;
    margin: 0 auto;
    padding: 0 0 110px;
    border-bottom: 1px solid #D7D9D9;
}

.sec2 .wrap .title {
    margin: 0 0 60px;
}

.sec2 .wrap .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 10px;
}

.sec2 .wrap .title p {
    font-weight: bold;
    font-size: 18px;
    color: #B5B5B5;
}

.sec2 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec2 .wrap .content .l h3 {
    font-weight: bold;
    font-size: 30px;
    color: #E83928;
    margin: 0 0 45px;
    position: relative;
}

.sec2 .wrap .content .l h3:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #E83928;
    position: absolute;
    left: -15px;
    top: 50%;
    border-radius: 50%;
    transform: translate(-100%, -50%);
}

.sec2 .wrap .content .l .tu {
    width: 680px;
    height: 360px;
}
.sec2 .wrap .content .r {
    width: 610px;
}
.sec2 .wrap .content .r h3 {
    font-weight: bold;
    font-size: 30px;
    color: #E83928;
  color: #666666;
    line-height: 40px;
    position: relative;
    margin-bottom: 50px;
}

.sec2 .wrap .content .r h3:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #E83928;
    position: absolute;
    left: -15px;
    top: 20px;
    border-radius: 50%;
    transform: translate(-100%, -50%);
}

.sec2 .wrap .content .r .item:not(:nth-last-child(1)) {
    margin-bottom: 50px;
}

.sec2 .wrap .content .r .item .item_title {
    display: flex;
    align-items: center;
    margin: 0 0 13px 0;
  position: relative;
}
.sec2 .wrap .content .r .item .item_title::after {
  content: "";
  width: 13px;
  height: 13px;
  background: #E83928;
  position: absolute;
  left: -15px;
  top: 20px;
  border-radius: 50%;
  transform: translate(-100%, -50%);

}
.sec2 .wrap .content .r .item .item_title img {
    display: block;
    width: 34px;
    margin: 0 16px 0 0;
  display: none;
}

.sec2 .wrap .content .r .item .item_title h5 {
    font-weight: bold;
    font-size: 30px;
    color: #666666;
}

.sec2 .wrap .content .r .item p {
    font-weight: bold;
    font-size: 18px;
    color: #B5B5B5;
    padding: 0 0 0 50px;
}

.sec2 .wrap .content .r .item:nth-last-child(1) .item_title h5 {
    color: #666666;
}

.sec3 {
    margin: 120px 0 0;
}

.sec3 .wrap {
    width: 1520px;
    margin: 0 auto;
}

.sec3 .wrap .title {
    margin: 0 0 120px;
}

.sec3 .wrap .title h1 {
    font-weight: bold;
    font-size: 40px;
    color: #111111;
    margin: 0 0 10px;
}

.sec3 .wrap .title p {
    font-weight: bold;
    font-size: 18px;
    color: #B5B5B5;
}

.sec3 .wrap .content .honor_swiper {
    width: 100%;
    position: relative;
}

.sec3 .wrap .content .honor_swiper:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #DFDFDF;
    position: absolute;
    left: 0;
    bottom: 45px;
}

.sec3 .wrap .content .honor_swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img {
    position: relative;
}

.sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img p {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .cir {
    width: 8px;
    height: 8px;
    background: #E83928;
    border-radius: 50%;
    margin: 34px auto 16px;
}

.sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide > p {
    font-weight: normal;
    font-size: 18px;
    color: #111111;
    text-align: center;
}

.sec3 .wrap .content .btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 60px 0 76px;
}

.sec3 .wrap .content .btns .iconfont {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F2F3F5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    font-size: 24px;
    color: #111111;
    font-weight: 700;
    cursor: pointer;
}

.sec3 .wrap .content .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    margin-right: 20px;
}

.sec3 .wrap .content .btns .iconfont:hover {
    background: #E83928;
    color: #FFFFFF;
}
html[lang='en'] .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img p {
    white-space: unset;
    text-align: center;
    font-size: 20px;
}
html[lang='ja'] .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img p {
    white-space: unset;
    text-align: center;
    font-size: 20px;
}
html[lang='ja'] .sec3 .wrap .content .honor_swiper {
    padding: 50px 0 0;
}
@media screen and (max-width: 1920px) {
    html[lang='en'] .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img p {
        white-space: unset;
        text-align: center;
        font-size: 1.0416666666666666666666666666667vw;
    }
    html[lang='ja'] .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img p {
        white-space: unset;
        text-align: center;
        font-size: 1.0416666666666666666666666666667vw;
    }
    html[lang='ja'] .sec3 .wrap .content .honor_swiper {
        padding: 2.6041666666666666666666666666667vw 0 0;
    }
    .sec2 .wrap .content .r {
        width: 32vw;
    }
    .sec1 {
        position: relative;
        padding: 5.4166666667vw 0 0;
    }

    .sec1 .bg {
        position: absolute;
        z-index: -1;
        width: 100%;
        top: -3.6458333333vw;
    }

    .sec1 .bg img {
        display: block;
        width: 100%;
    }

    .sec1 .wrap {
        width: 79.1666666667vw;
        margin: 0 auto;
    }

    .sec1 .wrap .title {
        margin: 0 0 1.0416666667vw;
    }

    .sec1 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111111;
        margin: 0 0 0.5208333333vw;
    }

    .sec1 .wrap .title p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #B5B5B5;
    }

    .sec1 .wrap .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sec1 .wrap .content .l .item {
        margin: 0 0 2.0833333333vw;
    }

    .sec1 .wrap .content .l .item .num {
        display: flex;
        align-items: flex-end;
        margin: 0 0 0.5208333333vw;
    }

    .sec1 .wrap .content .l .item .num .count-item {
        font-weight: bold;
        font-size: 3.125vw;
        color: #E83928;
        line-height: 1;
    }

    .sec1 .wrap .content .l .item .num span {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #E83928;
        display: block;
        margin-left: 0.1041666667vw;
    }

    .sec1 .wrap .content .l .item p {
        font-weight: 500;
        font-size: 1.25vw;
        color: #111111;
    }

    .sec1 .wrap .content .canvas {
        width: 31.25vw;
        height: 31.25vw;
    }

    .sec2 .wrap {
        width: 79.1666666667vw;
        margin: 0 auto;
        padding: 0 0 5.7291666667vw;
        border-bottom: 1px solid #D7D9D9;
    }

    .sec2 .wrap .title {
        margin: 0 0 3.125vw;
    }

    .sec2 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111111;
        margin: 0 0 0.5208333333vw;
    }

    .sec2 .wrap .title p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #B5B5B5;
    }

    .sec2 .wrap .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .sec2 .wrap .content .l h3 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #E83928;
        margin: 0 0 2.34375vw;
        position: relative;
    }

    .sec2 .wrap .content .l h3:after {
        content: "";
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        background: #E83928;
        position: absolute;
        left: -0.78125vw;
        top: 50%;
        border-radius: 50%;
        transform: translate(-100%, -50%);
    }

    .sec2 .wrap .content .l .tu {
        width: 35.4166666667vw;
        height: 18.75vw;
    }

    .sec2 .wrap .content .r h3 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #E83928;
        line-height: 2.0833333333vw;
        position: relative;
        margin-bottom: 2.6041666667vw;
        color: #666666;
    }

    .sec2 .wrap .content .r h3:after {
        content: "";
        width: 0.6770833333vw;
        height: 0.6770833333vw;
        background: #E83928;
        position: absolute;
        left: -0.78125vw;
        top: 1.0416666667vw;
        border-radius: 50%;
        transform: translate(-100%, -50%);
    }

    .sec2 .wrap .content .r .item:not(:nth-last-child(1)) {
        margin-bottom: 2.6041666667vw;
    }

    .sec2 .wrap .content .r .item .item_title {
        display: flex;
        align-items: center;
        margin: 0 0 0.6770833333vw 0;
    }
    .sec2 .wrap .content .r .item .item_title:after {
      content: "";
      width: 0.6770833333vw;
      height: 0.6770833333vw;
      background: #E83928;
      position: absolute;
      left: -0.78125vw;
      top: 1.0416666667vw;
      border-radius: 50%;
      transform: translate(-100%, -50%);
    }
    .sec2 .wrap .content .r .item .item_title img {
        display: block;
        width: 1.7708333333vw;
        margin: 0 0.8333333333vw 0 0;
        display: none;
    }

    .sec2 .wrap .content .r .item .item_title h5 {
        font-weight: bold;
        font-size: 1.5625vw;
        color: #666666;
    }

    .sec2 .wrap .content .r .item p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #B5B5B5;
        padding: 0 0 0 2.6041666667vw;
    }

    .sec2 .wrap .content .r .item:nth-last-child(1) .item_title h5 {
        color: #666666;
    }

    .sec3 {
        margin: 6.25vw 0 0;
    }

    .sec3 .wrap {
        width: 79.1666666667vw;
        margin: 0 auto;
    }

    .sec3 .wrap .title {
        margin: 0 0 6.25vw;
    }

    .sec3 .wrap .title h1 {
        font-weight: bold;
        font-size: 2.0833333333vw;
        color: #111111;
        margin: 0 0 0.5208333333vw;
    }

    .sec3 .wrap .title p {
        font-weight: bold;
        font-size: 0.9375vw;
        color: #B5B5B5;
    }

    .sec3 .wrap .content .honor_swiper {
        width: 100%;
        position: relative;
    }

    .sec3 .wrap .content .honor_swiper:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #DFDFDF;
        position: absolute;
        left: 0;
        bottom: 2.34375vw;
    }

    .sec3 .wrap .content .honor_swiper .swiper-wrapper {
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    }

    .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img {
        position: relative;
    }

    .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img p {
        font-weight: bold;
        font-size: 1.25vw;
        color: #111111;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        white-space: nowrap;
    }

    .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .cir {
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        background: #E83928;
        border-radius: 50%;
        margin: 1.7708333333vw auto 0.8333333333vw;
    }

    .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide > p {
        font-weight: normal;
        font-size: 0.9375vw;
        color: #111111;
        text-align: center;
    }

    .sec3 .wrap .content .btns {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 3.125vw 0 3.9583333333vw;
    }

    .sec3 .wrap .content .btns .iconfont {
        width: 2.2916666667vw;
        height: 2.2916666667vw;
        border-radius: 50%;
        background: #F2F3F5;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.6s;
        font-size: 1.25vw;
        color: #111111;
        font-weight: 700;
        cursor: pointer;
    }

    .sec3 .wrap .content .btns .iconfont:nth-child(1) {
        transform: rotate(180deg);
        margin-right: 1.0416666667vw;
    }

    .sec3 .wrap .content .btns .iconfont:hover {
        background: #E83928;
        color: #FFFFFF;
    }
}

/*# sourceMappingURL=case.css.map */
@media screen and (max-width: 1024px) {
    .sec1 .wrap,.sec2 .wrap,.sec3 .wrap {
        width: 90%;
    }
    .sec1 .wrap .title h1,.sec2 .wrap .title h1,.sec3 .wrap .title h1 {
        font-size: 24px;
        margin: 0 0 10px;
    }
    .sec1 .wrap .title p,.sec2 .wrap .title p,.sec3 .wrap .title p {
        font-size: 14px;
        line-height: 1.6;
    }
    .sec1 .wrap .title,.sec2 .wrap .title,.sec3 .wrap .title {
        margin: 0 0 40px;
    }
    .sec1 .wrap .content .l .item p {
        font-size: 14px;
    }
    .sec1 .wrap .content .l .item .num span {
        font-size: 16px;
    }
    .sec1 .wrap .content .l .item .num .count-item {
        font-size: 32px;
    }
    .sec1 .wrap .content .l .item {
        margin: 0 0 25px;
    }
    .sec1 .wrap .content .l .item .num {
        margin: 0 0 5px;
    }
    .sec1 {
        padding: 50px 0 40px;
    }
    .sec2 .wrap .content .l h3 {
        font-size: 20px;
    }
    .sec2 .wrap .content .r h3 {
        font-size: 18px;
    }
    .sec1 .wrap .content .canvas {
        transform: scale(1);
        width: 40vw;
        height: 40vw;
    }
    .sec3 .wrap .content .btns .iconfont {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }
    .sec3 .wrap .title {
        margin: 0 0 80px;
    }
    .sec2 .wrap .content .r .item .item_title h5 {
        font-size: 18px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .wrap .content .canvas {
        display: none;
    }
    .sec1 .wrap .content {
        flex-direction: column-reverse;
    }
    .sec1 .wrap .content .canvas {
        width: 90vw;
        height: 90vw;
    }
    .sec1 .wrap .content .l {
        width: 100%;
        margin: 30px 0 0px;
    }
    .sec1 .wrap .content .l .item .num .count-item {
        font-size: 28px;
    }
    .sec2 .wrap .content {
        flex-direction: column;
    }
    .sec2 .wrap .content>div {
        width: 100%;
    }
    .sec2 .wrap .content .l h3:after {
        width: 6px;
        height: 6px;
        left: 5px;
    }
    .sec2 .wrap .content .l h3 {
        padding: 0 0 0 15px;
        margin: 0 0 25px;
    }
    .sec2 .wrap .content .r h3:after,.sec2 .wrap .content .r .item .item_title:after {
        width: 5px;
        height: 5px;
        top: 12px;
        left: 5px;
    }
    .sec2 .wrap .content .l .tu {
        width: 87vw;
        height: 60vw;
        margin: 0 0 30px;
    }
    .sec2 .wrap .content .r h3,.sec2 .wrap .content .r .item .item_title h5 {
        line-height: 1.6;
        height: unset;
        padding: 0 0 0 15px;
    }
    .sec2 .wrap .content .r h3 {
        margin-bottom: 15px;
    }
    .sec2 {
        margin: 0 0 30px;
    }
    .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img p {
        font-size: 14px;
    }
    .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide > p {
        font-size: 16px;
    }
    .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .cir {
        width: 6px;
        height: 6px;
        margin: 15px auto;
    }
    .sec3 .wrap .content .honor_swiper:after {
        bottom: 40px;
    }
    .sec3 .wrap .title {
        margin: 0 0 40px;
    }
    .sec3 {
        margin: 40px 0 0;
        padding: 0 0 50px;
    }
    .sec1 .wrap .title {
        margin: 0 0 20px;
    }
    .sec2 .wrap .content .r {
        width: 100%;
    }
    html[lang='en'] .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img p {
        font-size: 13px;
    }
    html[lang='en'] .common_links .joke,html[lang='ja'] .common_links .joke {
        justify-content: center;
    }
    html[lang='en'] .common_links .joke a:nth-child(1),html[lang='ja'] .common_links .joke a:nth-child(1) {
        margin-right: 60px;
    }
    .sec2 .wrap .content .l h3:after {
        top: 10px;
        transform: translateX(-100%);
    }
    html[lang='ja'] .sec3 .wrap .content .honor_swiper .swiper-wrapper .swiper-slide .img p {
        font-size: 15px;
    }
}
