body {
    background: #F4F4F2
}

.hand_more {
    width: fit-content;
    height: 54px;
    border-radius: 27px;
    border: 1px solid #716F70;
    padding: 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: .6s ease
}

.hand_more.white {
    border: 1px solid #fff
}

.hand_more.white p, .hand_more.white .iconfont {
    color: #fff
}

.hand_more:hover {
    background: var(--color);
    border: 1px solid var(--color)
}

.hand_more:hover p, .hand_more:hover .iconfont {
    color: #fff
}

.hand_more p {
    font-weight: 500;
    font-size: 20px;
    color: #111111;
    transition: .6s ease
}

.hand_more .iconfont {
    color: #111;
    font-size: 20px;
    transition: .6s ease
}

.hand1 {
    padding: 64px 0 120px
}

.hand1 .wrap {
    width: 1860px;
    margin: auto;
    padding: 0 0 120px;
    border-bottom: 1px solid #111111;
    display: flex;
    justify-content: space-between
}

.hand1 .wrap .images {
    width: 930px;
    height: 600px;
    overflow: hidden
}

.hand1 .wrap .images:hover img {
    transform: scale(1.05)
}

.hand1 .wrap .images img {
    width: 100%;
    height: 100%;
    transition: 1s
}

.hand1 .wrap .l {
    width: 779px
}

.hand1 .wrap .l .title p {
    font-weight: bold;
    font-size: 120px;
    color: #111111;
    line-height: 120px;
    text-transform: uppercase
}

.hand1 .wrap .l .title p.on {
    color: #1A7A3B
}

.hand1 .wrap .l .text {
    margin: 147px 0 40px 0;
    font-weight: 600;
    font-size: 30px;
    color: #111111;
    line-height: 40px
}

.hand1 .wrap .l .dis {
    display: flex;
    gap: 40px
}

.hand2 {
    padding: 0 0 135px
}

.hand2 .wrap .title {
    font-weight: 600;
    font-size: 60px;
    color: #111111;
    text-align: center;
    margin: 0 0 80px;
    text-transform: uppercase
}

.hand2 .wrap .content .flex {
    display: flex;
    width: max-content;
    gap: 40px
}

.hand2 .wrap .content .flex:first-child {
    position: relative;
    left: -300px
}

.hand2 .wrap .content .flex:not(:last-child) {
    margin: 0 0 40px
}

.hand2 .wrap .content .flex .img {
    width: 400px;
    height: 260px;
    overflow: hidden
}

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

.hand2 .wrap .content .flex .img img {
    width: 100%;
    height: 100%;
    transition: .6s ease
}

.head3 {
    height: 100vh;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center
}

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

.head3 .bg img {
    width: 100%;
    height: 100%
}

.head3 .wrap .title {
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase
}

.head3 .wrap .dis {
    margin: 55px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 40px
}

@media screen and (max-width: 1919px) {
    .hand_more{
        height: 2.8125vw;
        border-radius: 1.40625vw;
        padding: 0px 1.6666666667vw;
        gap: 0.5208333333vw;
    }
    .hand_more p{
        font-size: 1.0416666667vw;
    }
    .hand_more .iconfont{
        font-size: 1.0416666667vw;
    }
    .hand1{
        padding: 3.3333333333vw 0px 6.25vw;
    }
    .hand1 .wrap{
        width: 96.875vw;
        padding: 0px 0px 6.25vw;
    }
    .hand1 .wrap .images{
        width: 48.4375vw;
        height: 31.25vw;
    }
    .hand1 .wrap .l{
        width: 40.5729166667vw;
    }
    .hand1 .wrap .l .title p{
        font-size: 6.25vw;
        line-height: 6.25vw;
    }
    .hand1 .wrap .l .text{
        margin: 7.65625vw 0px 2.0833333333vw;
        font-size: 1.5625vw;
        line-height: 2.0833333333vw;
    }
    .hand1 .wrap .l .dis{
        gap: 2.0833333333vw;
    }
    .hand2{
        padding: 0px 0px 7.03125vw;
    }
    .hand2 .wrap .title{
        font-size: 3.125vw;
        margin: 0px 0px 4.1666666667vw;
    }
    .hand2 .wrap .content .flex{
        gap: 2.0833333333vw;
    }
    .hand2 .wrap .content .flex:first-child{
        left: -15.625vw;
    }
    .hand2 .wrap .content .flex:not(:last-child){
        margin: 0px 0px 2.0833333333vw;
    }
    .hand2 .wrap .content .flex .img{
        width: 20.8333333333vw;
        height: 13.5416666667vw;
    }
    .head3 .wrap .title{
        font-size: 2.0833333333vw;
        line-height: 2.6041666667vw;
    }
    .head3 .wrap .dis{
        margin: 2.8645833333vw 0px 0px;
        gap: 2.0833333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .hand1{
        padding: 30px 0 30px;
    }
    .hand1 .wrap{
        width: 90%;
        padding: 0 0 30px;
        flex-direction: column;
    }
    .hand1 .wrap .l{
        width: 100%;
    }
    .hand1 .wrap .l .title p {
        font-size: 31px;
        line-height: 36px;
    }

    .hand1 .wrap .l .text {
        margin: 22px 0 15px;
        font-size: 14px;
        line-height: 24px;
    }

    .hand1 .wrap .l .dis {
        gap: 10px;
        flex-direction: column;
    }
    .hand_more {
        height: 40px;
        border-radius: 30px;
        padding: 0 20px;
        gap: 10px;
    }
    .hand_more p {
        font-size: 13px;
    }
    .hand_more .iconfont {
        font-size: 14px;
    }
    .hand1 .wrap .images{
        width: 100%;
        height: auto;
        margin: 25px 0 0 0;
    }
    .hand2 .wrap .title {
        font-size: 24px;
        margin: 0 0 28px;
    }
    .hand2 .wrap .content .flex .img {
        width: 200px;
        height: 130px;
    }
    .hand2 .wrap .content .flex:first-child{
        left: -200px;
    }
    .head3{
        height: auto;
        padding: 90px 0;
    }
    .head3 .wrap{
        width: 90%;
        margin: auto;
    }
    .head3 .wrap .title{
        font-size: 20px;
        line-height: 25px;
    }
    .head3 .wrap .dis{
        margin: 22px 0 0 0;
        gap: 10px;
        flex-wrap: wrap;
    }

}
