.InformationLast{
    padding: 80px 0 100px 0;
    position: relative;
}
.InformationLast .position1{
    position: absolute;
    height: 642px;
    width: 642px;
    left: -376px;
    bottom: -174px;
    opacity: 0.02;
}
.InformationLast .wrap{
    width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.InformationLast .wrap .l{
    width: 605px;
}
.InformationLast .wrap .l .title{
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 49px;
}
.InformationLast .wrap .l .text{
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 36px;
    text-indent: 36px;
}
.InformationLast .wrap .l .text strong{
    color: #111;
}
.InformationLast .wrap .img{
    width: 720px;
    height: 420px;
    overflow: hidden;
}
.InformationLast .wrap .img img{
    width: 100%;
    height: 100%;
    transition: 2s;
}
.InformationLast .wrap .img:hover img{
    transform: scale(1.05);
}

.InformationLast2{
    padding: 81px 0 120px 0;
    position: relative;
    z-index: 1;
}
.InformationLast2:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 645px;
    top: 0;
    left: 0;
    background: #F7F7F7;
    z-index: -1;
}
.InformationLast2 .wrap{
    width: 1640px;
    margin: auto;
}
.InformationLast2 .wrap .title{
    text-align: center;
}
.InformationLast2 .wrap .title h1{
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 28px;
}
.InformationLast2 .wrap .title p{
    font-weight: 400;
    font-size: 18px;
    color: #444444;
}
.InformationLast2 .wrap .title .line{
    width: 140px;
    height: 2px;
    background: #C8161D;
    margin: 41px auto 0;
}
.InformationLast2 .wrap .cut{
    display: flex;
    justify-content: center;
    margin: 42px 0 0 0;
}
.InformationLast2 .wrap .cut .list{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.InformationLast2 .wrap .cut .list .color{
    width: 19px;
    height: 19px;
    position: relative;
    margin: 0 9px 0 0;
    opacity: 0;
    transition: 1s;
}
.InformationLast2 .wrap .cut .list .color:after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #C81619;
    top: 0;
    left: 0;
}
.InformationLast2 .wrap .cut .list .color:before{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10px;
    height: 10px;
    background: #EBA011;
    z-index: 2;
}
.InformationLast2 .wrap .cut .list.on .color{
    opacity: 1;
}
.InformationLast2 .wrap .cut .list p{
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    transition: .6s;
}

.InformationLast2 .wrap .cut .list.on p{
    color: #C8161D;
    font-weight: bold;
}
.InformationLast2 .wrap .cut .list:not(:last-child) {
    margin: 0 60px 0 0;
}

.InformationLast2 .wrap .content{
    margin: 40px 0 0 0;
    position: relative;
    height: 620px;
}
.InformationLast2 .wrap .content .button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 4;
}
.InformationLast2 .wrap .content .button .circle{
    width: 60px;
    height: 60px;
    background: #CCCCCC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    transition: .6s ease;
}
.InformationLast2 .wrap .content .button .circle .iconfont{
    color: #fff;
    font-size: 18px;
    transition: .6s ease;
}
.InformationLast2 .wrap .content .button .circle:first-child{
    transform: rotate(180deg);
}
.InformationLast2 .wrap .content .button .circle:hover{
    background: #C8161D;
}

.InformationLast2 .wrap .content .lastSwiper3{
    width: 100%;
    margin: auto;
    /*transform: scale(1.27);*/
    transform-origin: top;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item{
    opacity: 0!important;
    transition: 1s;
    position: relative;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide-next .item,.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide-prev .item{
    opacity: 1!important;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide-active{
    z-index: 52;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide-active .item{
    opacity: 1!important;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item{
    width: 100%;
    height: 100%;

}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .img{
    width: 100%;
    height: 100%;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding: 50px 0 70px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .headline p{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .headline .eng{
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 5px 0;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .headline .line{
    width: 311px;
    height: 1px;
    background: #FFFFFF;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con{
    width: 512px;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con h1{
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 10px;
}
.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con .eng{
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con .pick{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.75;
}

.InformationLast3{
    height: 640px;
    background: #F7F7F7;
    display: flex;
}
.InformationLast3 .wrap{
    width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.InformationLast3 .l,.InformationLast3 .img{
    width: 50%;
    height: 100%;
}
.InformationLast3 .img img{
    width: 100%;
    height: 100%;
}
.InformationLast3 .l{
    display: flex;
    align-items: center;
    justify-content: center;
    width:47%;
}
.InformationLast3 .l > div{
    /* width: 593px; */
    width: 100%;
    left: 0;
    position: relative;
    /* left: 30px; */
}


.InformationLast3 .l > div h1{
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 40px;
}


.InformationLast3 .l > div p{
    text-indent: 36px;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 36px;
}

.InformationLast4{
    padding: 76px 0 68px 0;
}
.InformationLast4 .wrap{
    width: 1440px;
    margin: auto;
}
.InformationLast4 .wrap .title h1{
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 30px;
}
.InformationLast4 .wrap .title p{
    width: 1024px;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 36px;
    opacity: 0.8;
}
.InformationLast4 .wrap .img{
    margin: 48px 0 0 0;
    width: 100%;
}
.InformationLast4 .wrap .img img{
    width: 100%;
}


.Equipment {
    padding: 101px 0 110px 0;
    background: #F7F7F7
}

.Equipment .wrap {
    width: 1440px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    height: 690px
}

.Equipment .wrap .cut {
    width: 320px;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 3px 4px 15px 0px rgba(7, 7, 7, 0.05);
    border-radius: 10px;
    overflow: hidden
}

.Equipment .wrap .cut .list {
    height: 75px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 40px;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    transition: .3s ease;
    cursor: pointer
}

.Equipment .wrap .cut .list.on {
    background: #395EA4;
    color: #fff;
    font-size: 20px;
    font-weight: bold
}

.Equipment .wrap .r {
    width: 1080px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.Equipment .wrap .r .title h1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 15px
}

.Equipment .wrap .r .title p {
    font-weight: 400;
    font-size: 16px;
    color: #444444;
    line-height: 32px
}

.Equipment .wrap .r .content {
    height: 510px;
    width: 100%;
    box-shadow: 3px 4px 15px 0px rgba(7, 7, 7, 0.05);
    border-radius: 10px;
    overflow: hidden
}

.Equipment .wrap .r .content .skSwiper {
    width: 100%;
    height: 100%
}

.Equipment .wrap .r .content .skSwiper .swiper-slide {
    opacity: 0 !important;
    transition: 1s
}

.Equipment .wrap .r .content .skSwiper .swiper-slide.swiper-slide-active {
    opacity: 1 !important
}

.Equipment .wrap .r .content .skSwiper .swiper-slide .item {
    position: relative
}

.Equipment .wrap .r .content .skSwiper .swiper-slide .item .img {
    width: 100%;
    height: 100%
}

.Equipment .wrap .r .content .skSwiper .swiper-slide .item .position {
    position: absolute;
    width: 100%;
    padding: 0 0 0 50px;
    left: 0;
    top: 265px;
    z-index: 4
}

.Equipment .wrap .r .content .skSwiper .swiper-slide .item .position h1 {
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin: 0 0 7px
}

.Equipment .wrap .r .content .skSwiper .swiper-slide .item .position .eng {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 0 22px
}

.Equipment .wrap .r .content .skSwiper .swiper-slide .item .position .pick {
    width: 500px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.75
}

.Equipment2 {
    padding: 101px 0 59px 0
}

.Equipment2 .wrap {
    width: 1440px;
    margin: auto
}

.Equipment2 .wrap .title {
    margin: 0 0 48px
}

.Equipment2 .wrap .title h1 {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    margin: 0 0 25px
}

.Equipment2 .wrap .title p {
    width: 1111px;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 36px
}

.Equipment2 .wrap .content {
    display: flex;
    align-items: center
}

.Equipment2 .wrap .content .img {
    width: 660px;
    height: 440px;
    overflow: hidden;
    margin: 0 70px 0 0
}

.Equipment2 .wrap .content .img:hover img {
    transform: scale(1.05)
}

.Equipment2 .wrap .content .img img {
    width: 100%;
    height: 100%;
    transition: 2s
}

.Equipment2 .wrap .content .text {
    width: 594px;
    font-weight: 400;
    font-size: 18px;
    color: #444444;
    line-height: 36px;
    text-indent: 36px
}
.InformationLast2 .wrap .cut.PE{
    display: none;
}

.Equipment .wrap .PE{
    display: none;
}

@media screen and (max-width: 1920px) {
    .InformationLast{
        padding: 4.1666666667vw 0 5.2083333333vw 0;
    }
    .InformationLast .position1{
        height: 33.4375vw;
        width: 33.4375vw;
        left: -19.5833333333vw;
        bottom: -9.0625vw;
    }
    .InformationLast .wrap{
        width: 75vw;
    }
    .InformationLast .wrap .l{
        width: 31.5104166667vw;
    }
    .InformationLast .wrap .l .title{
        font-size: 1.875vw;
        margin: 0 0 2.5520833333vw;
    }
    .InformationLast .wrap .l .text{
        font-size: 0.9375vw;
        line-height: 1.875vw;
        text-indent: 1.875vw;
    }
    .InformationLast .wrap .img{
        width: 37.5vw;
        height: 21.875vw;
    }
    .InformationLast2{
        padding: 4.21875vw 0 6.25vw 0;
    }
    .InformationLast2:after{
        height: 33.59375vw;
    }
    .InformationLast2 .wrap{
        width: 85.4166666667vw;
    }
    .InformationLast2 .wrap .title h1{
        font-size: 1.875vw;
        margin: 0 0 1.4583333333vw;
    }
    .InformationLast2 .wrap .title p{
        font-size: 0.9375vw;
    }
    .InformationLast2 .wrap .title .line{
        width: 7.2916666667vw;
        height: 0.1041666667vw;
        margin: 2.1354166667vw auto 0;
    }
    .InformationLast2 .wrap .cut{
        margin: 2.1875vw 0 0 0;
    }
    .InformationLast2 .wrap .cut .list .color{
        width: 0.9895833333vw;
        height: 0.9895833333vw;
        margin: 0 0.46875vw 0 0;
    }
    .InformationLast2 .wrap .cut .list .color:after{
        width: 0.7291666667vw;
        height: 0.7291666667vw;
    }
    .InformationLast2 .wrap .cut .list .color:before{
        width: 0.5208333333vw;
        height: 0.5208333333vw;
    }
    .InformationLast2 .wrap .cut .list p{
        font-size: 0.9375vw;
    }

    .InformationLast2 .wrap .cut .list:not(:last-child) {
        margin: 0 3.125vw 0 0;
    }

    .InformationLast2 .wrap .content{
        margin: 2.0833333333vw 0 0 0;
        height: 32.2916666667vw;
    }
    .InformationLast2 .wrap .content .button .circle{
        width: 3.125vw;
        height: 3.125vw;
    }
    .InformationLast2 .wrap .content .button .circle .iconfont{
        font-size: 0.9375vw;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position{
        padding: 2.6041666667vw 0 3.6458333333vw 4.1666666667vw;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .headline p{
        font-weight: 400;
        font-size: 0.8333333333vw;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .headline .eng{
        font-weight: 400;
        font-size: 0.7291666667vw;
        margin: 0.2604166667vw 0;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .headline .line{
        width: 16.1979166667vw;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con{
        width: 26.6666666667vw;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con h1{
        font-size: 1.5625vw;
        margin: 0 0 0.5208333333vw;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con .eng{
        font-size: 0.7291666667vw;
        margin: 0 0 1.3020833333vw;
    }

    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con .pick{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .InformationLast3{
        height: 33.3333333333vw;
    }
    .InformationLast3 .wrap{
        width: 75vw;
    }
    .InformationLast3 .l > div h1{
        font-size: 1.875vw;
        margin: 0 0 2.0833333333vw;
    }


    .InformationLast3 .l > div p{
        text-indent: 1.875vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }

    .InformationLast4{
        padding: 3.9583333333vw 0 3.5416666667vw 0;
    }
    .InformationLast4 .wrap{
        width: 75vw;
    }
    .InformationLast4 .wrap .title h1{
        font-size: 1.875vw;
        margin: 0 0 1.5625vw;
    }
    .InformationLast4 .wrap .title p{
        width: 53.3333333333vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .InformationLast4 .wrap .img{
        margin: 2.5vw 0 0 0;
    }


    .Equipment {
        padding: 5.2604166667vw 0 5.7291666667vw 0;
    }

    .Equipment .wrap {
        width: 75vw;
        height: 35.9375vw
    }

    .Equipment .wrap .cut {
        width: 16.6666666667vw;
        box-shadow: 0.15625vw 0.2083333333vw 0.78125vw 0px rgba(7, 7, 7, 0.05);
        border-radius: 0.5208333333vw;
    }

    .Equipment .wrap .cut .list {
        height: 3.90625vw;
        padding: 0 2.0833333333vw;
        font-size: 0.9375vw;
    }

    .Equipment .wrap .cut .list.on {
        font-size: 1.0416666667vw;
    }

    .Equipment .wrap .r {
        width: 56.25vw;
    }

    .Equipment .wrap .r .title h1 {
        font-size: 1.875vw;
        margin: 0 0 0.78125vw
    }

    .Equipment .wrap .r .title p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw
    }

    .Equipment .wrap .r .content {
        height: 26.5625vw;
        box-shadow: 0.15625vw 0.2083333333vw 0.78125vw 0px rgba(7, 7, 7, 0.05);
        border-radius: 0.5208333333vw;
    }

    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position {
        padding: 0 0 0 2.6041666667vw;
        top: 13.8020833333vw;
    }

    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position h1 {
        font-size: 1.5625vw;
        margin: 0 0 0.3645833333vw
    }

    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position .eng {
        font-size: 0.7291666667vw;
        margin: 0 0 1.1458333333vw
    }

    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position .pick {
        width: 26.0416666667vw;
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .Equipment2 {
        padding: 5.2604166667vw 0 3.0729166667vw 0
    }

    .Equipment2 .wrap {
        width: 75vw;
    }

    .Equipment2 .wrap .title {
        margin: 0 0 2.5vw
    }

    .Equipment2 .wrap .title h1 {
        font-size: 1.875vw;
        margin: 0 0 1.3020833333vw
    }

    .Equipment2 .wrap .title p {
        width: 57.8645833333vw;
        font-size: 0.9375vw;
        line-height: 1.875vw
    }

    .Equipment2 .wrap .content .img {
        width: 34.375vw;
        height: 22.9166666667vw;
        margin: 0 3.6458333333vw 0 0
    }

    .Equipment2 .wrap .content .text {
        width: 30.9375vw;
        font-size: 0.9375vw;
        line-height: 1.875vw;
        text-indent: 1.875vw
    }
}

@media screen and (max-width: 1024px) {
    .InformationLast .wrap{
        width: 90%;
    }
    .InformationLast{
        padding: 60px 0;
    }
    .InformationLast .wrap{
        flex-direction: column;
    }
    .InformationLast .wrap .l{
        width: 100%;
    }
    .InformationLast .wrap .l .title{
        font-size: 24px;
        margin-bottom: 30px;
    }
    .InformationLast .wrap .l .text{
        font-size: 14px;
        line-height: 1.6;
        text-indent: 2em;
    }
    .InformationLast .wrap .img{
        width: 100%;
        height: auto;
        margin-top: 20px;
    }
    .InformationLast2 .wrap .title h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .InformationLast2 .wrap .title p{
        font-size: 14px;
    }
    .InformationLast2 .wrap .title .line{
        width: 80px;
        height: 2px;
        margin-top: 10px;
    }
    .InformationLast2 .wrap .content{
        height: auto;
        margin-top: 20px;
    }
    .InformationLast2 .wrap .cut .list p{
        font-size: 14px;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .headline p{
        font-size: 14px;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .headline .eng{
        font-size: 12px;
        margin: 5px 0;
    }
    .InformationLast2 .wrap .content .button {
        width: 95%;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con h1{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con .eng{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con .pick{
        font-size: 12px;
        line-height: 1.6;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con{
        width: 40%;
    }
    .InformationLast2 .wrap .cut{
         margin-top: 20px;
    }
    .InformationLast2 .wrap .cut .list:not(:last-child){
        margin-right: 20px;
    }
    .InformationLast2 .wrap{
        width: 90%;
    }
    .InformationLast2 .wrap .cut.PC{
        display: none;
    }
    .InformationLast2 .wrap .cut.PE{
        display: block;
    }
    .InformationLast2 .wrap .cut.PE .list{
        justify-content: center;
    }
    .InformationLast2 .wrap .cut .list .color{
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .InformationLast2 .wrap .cut .swiper-slide-thumb-active .list .color{
        opacity: 1;
    }
    .InformationLast2 .wrap .cut .swiper-slide-thumb-active .list p{
        color: #C8161D;
    }
    .InformationLast2 .wrap .cut .list .color:after{
        width: 10px;
        height: 10px;
    }
    .InformationLast2 .wrap .cut .list .color:before{
        width: 8px;
        height: 8px;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .headline .line {
        width: 260px;
    }
    .InformationLast2 .wrap .content .button{
        position: static;
        transform: translateX(0);
        width: 100px;
        margin: 20px auto 0;
    }
    .InformationLast2 .wrap .content{
        display: flex;
        flex-direction: column-reverse;
    }
    .InformationLast2 .wrap .content .button .circle{
        width: 40px;
        height: 40px;
    }
    .InformationLast2 .wrap .content .button .circle .iconfont{
        font-size: 14px;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position{
        padding: 20px;
    }
    .InformationLast2{
        padding: 60px 0;
    }
    .InformationLast3 .wrap{
        width: 90%;
        flex-direction: column;
    }
    .InformationLast3 .l > div h1{
        font-size: 24px;
    }
    .InformationLast3 .l > div p{
        font-size: 14px;
        line-height: 1.6;
        text-indent: 2em;
    }
    .InformationLast3{
        height: auto;
    }
    .InformationLast3 .wrap{
        padding: 60px 0;
    }
    .InformationLast3 .img{
        margin-top: 20px;
    }
    .InformationLast3 .img,
    .InformationLast3 .l{
        width: 100%;
    }
    .InformationLast4 .wrap{
        width: 90%;
    }
    .InformationLast4 .wrap{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .InformationLast4 .wrap .title p{
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
    .InformationLast4 .wrap .img{
        margin-top: 20px;
    }
    .InformationLast4 .wrap .title h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .InformationLast4{
        padding: 60px 0;
    }
    .Equipment{
        padding: 60px 0 0;
    }
    .Equipment .wrap{
        width: 90%;
        height: auto;
        flex-direction: column;
    }
    .Equipment .wrap .r{
        margin-left: 0;
        width: 100%;
    }
    .Equipment .wrap .r .title h1{
        font-size: 24px;
        margin-bottom: 10px;
    }
    .Equipment .wrap .r .title p{
        font-size: 14px;
        line-height: 1.6;
    }
    .Equipment .wrap .r .content{
        margin-top: 10px;
        height: 32vw;
    }
    .Equipment .wrap .cut{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .Equipment .wrap .cut .list{
        font-size: 14px;
        height: 50px;
        padding: 0 20px;
    }
    .Equipment .wrap .cut .list.on{
        font-size: 16px;
    }
    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position h1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position .eng{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position .pick{
        font-size: 14px;
        line-height: 1.6;
        width: 40vw;
    }
    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position {
        top: 50%;
        transform: translateY(-50%);
        padding-left: 20px;
        padding-right: 20px;
    }
    .Equipment .wrap .r .content .skSwiper .swiper-slide .item{
        height: 100%;
    }
    .Equipment2{
        padding: 60px 0;
    }
    .Equipment2 .wrap{
        width: 90%;
    }
    .Equipment2 .wrap .title h1{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .Equipment2 .wrap .title p{
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
    }
    .Equipment2 .wrap .content{
        flex-direction: column;
    }
    .Equipment2 .wrap .title{
        margin-bottom: 20px;
    }
    .Equipment2 .wrap .content .img{
        margin-right: 0;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .Equipment2 .wrap .content .text{
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        text-indent: 2em;
    }
    .Equipment .wrap .cut.PC {
        display: none;
    }
    .Equipment .wrap .down_pull.PE{
        display: block;
        width: 100%;
        height: 40px;
        background-color: #fff;
        line-height: 40px;
        font-size: 14px;
        margin-bottom: 30px;
    }
    .Equipment .wrap .down_pull.PE .text{
        display: flex;
        justify-content: space-between;
        padding-right: 10px;
    }
    .Equipment .wrap .down_pull.PE .text.on .icon{
        transform: rotate(90deg);
    }
    .Equipment .wrap .down_pull.PE .txt{
        padding-left: 10px;
        padding-right: 10px;
        justify-content: space-between;
    }
    .Equipment .wrap .down_pull.PE .text .icon{
        transition: all .5s;
    }
    .Equipment .wrap .down_pull.PE .text .icon span{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .InformationLast {
        padding: 50px 0;
    }
    .InformationLast2{
        padding: 50px 0;
    }
    .InformationLast .wrap .l .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .InformationLast2 .wrap .content .lastSwiper3 .swiper-slide .item .position .con{
        width: 100%;
    }
    .InformationLast2 .wrap .content .lastSwiper3{
        height: 300px;
    }
    .InformationLast2:after {
        height: 70.59375vw;
    }
    .InformationLast3 .wrap{
        padding: 50px 0;
    }
    .InformationLast3 .l > div h1 {
        font-size: 20px;
    }
    .InformationLast4{
        padding: 50px 0;
    }
    .Equipment {
        padding: 50px 0 0;
    }
    .Equipment .wrap .cut .list {
        font-size: 12px;
        height: 40px;
    }
    .Equipment .wrap .cut .list.on {
        font-size: 14px;
    }
    .Equipment .wrap .r .title h1 {
        font-size: 20px;
    }
    .Equipment .wrap .r .content {
        height: 300px;
    }
    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position .pick{
        width: 100%;
    }
    .Equipment .wrap .r .content .skSwiper .swiper-slide .item .position {
        padding-left: 15px;
        padding-right: 15px;
    }
    .InformationLast3 .wrap {
        padding: 50px 0;
    }
    .Equipment2{
        padding: 50px 0;
    }
    .Equipment2 .wrap .title h1 {
        font-size: 20px;
    }
    .InformationLast2 .wrap .cut {
        width: 95vw;
    }
}

@media screen and (max-width: 414px) {
    .InformationLast2 .wrap .cut .list p {
        font-size: 12px;
    }
    .InformationLast2 .wrap .cut .list .color {
        width: 12px;
        height: 12px;
    }
    .InformationLast2 .wrap .cut .list .color:before {
        width: 6px;
        height: 6px;
    }
}
