img {
    object-fit: cover
}

.index_banner {
    width: 100%;
    height: 51.82292vw;
    overflow: hidden;
    position: relative
}

.index_banner .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative
}

.index_banner .swiper-slide .text_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%
}

.index_banner .swiper-slide .text_box .text {
    color: #FFF;
    font-weight: 300;
    line-height: 1.25;
    text-transform: uppercase
}

.index_banner .swiper-slide .text_box .text b {
    font-weight: 500
}

.index_banner .swiper-slide .text_box .text1 {
    color: #FFF;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase
}

.index_banner .swiper-slide .text_box .more {
    width: fit-content;
    margin: 2.5vw auto 0
}

.index_banner .swiper-slide .text_box .more a {
    width: 26.19792vw;
    height: 2.34375vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgba(241, 219, 99, 0) 0%, #F1DB63 51.41%, rgba(241, 219, 99, 0) 100%)
}

.index_banner .swiper-slide .text_box1 {
    top: 13.02083vw;
    transform: translate(-50%, 0%)
}

.index_banner .swiper-slide .text_box2 {
    top: 33.85417vw;
    transform: translate(-50%, 0%)
}

.index_banner .swiper-slide .img {
    width: 100%;
    height: 100%
}

.index_banner .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transform: scale(1.1);
    transition: 2s
}

.index_banner .swiper-slide.swiper-slide-active .img img {
    transform: scale(1)
}

.index_banner .swiper-pagination {
    bottom: 4.16667vw;
    display: flex;
    justify-content: center;
    gap: .83333vw
}

.index_banner .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 3.95833vw;
    height: .20833vw;
    background: rgba(224, 225, 227, 0.5);
    opacity: 1;
    transition: 0.6s;
    border-radius: 0
}

.index_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF
}

.sec1 {
    padding: 16.92708vw 5.41667vw 0 10.41667vw;
    display: flex;
    justify-content: space-between
}

.sec1 .l {
    width: 47.91667vw
}

.sec1 .l .title {
    color: #252726;
    font-weight: 400;
    text-transform: capitalize
}

.sec1 .l .line {
    width: 45.78125vw;
    height: .05208vw;
    background: #000;
    margin: 3.59375vw 0 6.82292vw
}

.sec1 .l .text {
    color: #000;
    font-weight: 400;
    line-height: 150%;
    /* text-transform: capitalize */
}

.sec1 .l .text b {
    font-weight: 700
}

.sec1 .r {
    width: 25.05208vw
}

.sec1 .r .img {
    width: 100%;
    height: 34.89583vw;
    position: relative;
    overflow: hidden
}

.sec1 .r .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 0.6s
}

.sec1 .r .img:hover img {
    transform: scale(1.1)
}

.sec1 .r .more {
    width: fit-content;
    margin: 2.70833vw auto 0
}

.sec1 .r .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 1.66667vw;
    padding: 0 2.08333vw;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    border-top: .05208vw solid #000;
    border-bottom: .05208vw solid #000;
    transition: 0.6s
}

.sec1 .r .more a:hover {
    background: #000000;
    color: #FFFFFF
}

.sec2 {
    padding: 6.82292vw 0 15.57292vw;
    width: 100%;
    overflow: hidden
}

.sec2 .title {
    padding: 0 0 0 10.41667vw;
    color: #252726;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 3.4375vw
}

.sec2 .box {
    width: 100%;
    position: relative
}

.sec2 .box .btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 4.42708vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    pointer-events: none
}

.sec2 .box .btns .jt {
    width: 3.95833vw;
    height: 3.95833vw;
    border-radius: 50%;
    border: .05208vw solid #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    pointer-events: auto
}

.sec2 .box .btns .jt img {
    display: block;
    width: 1.45833vw
}

.sec2 .box .btns .jt:nth-child(2) {
    transform: rotateY(180deg)
}

.sec2 .box .btns .jt:hover {
    background: #000000;
    border: .05208vw solid #000
}

.sec2 .box .swiper {
    width: 70.52083vw
}

.sec2 .box .swiper .swiper-slide {
    width: 100%;
    height: 41.66667vw;
    overflow: hidden;
    position: relative;
    cursor: pointer
}

.sec2 .box .swiper .swiper-slide .text {
    position: absolute;
    top: 29.16667vw;
    left: 12.5vw;
    width: 30.10417vw
}

.sec2 .box .swiper .swiper-slide .text .h5 {
    color: #FFF;
    font-weight: 400;
    text-transform: capitalize
}

.sec2 .box .swiper .swiper-slide .text .p {
    color: #FFF;
    font-weight: 400;
    line-height: 150%;
    /* text-transform: capitalize; */
    margin: .52083vw 0 0
}

.sec2 .box .swiper .swiper-slide .img {
    width: 100%;
    height: 100%
}

.sec2 .box .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec2 .box .swiper .swiper-slide:hover img {
    transform: scale(1.1)
}

.sec2 .more {
    width: fit-content;
    margin:  3vw auto 0 auto;
}


.sec2 .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 1.66667vw;
    padding: 0 2.08333vw;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    border-top: .05208vw solid #000;
    border-bottom: .05208vw solid #000;
    transition: 0.6s
}

.sec2 .more a:hover {
    background: #000000;
    color: #FFFFFF
}

.sec3 .title {
    color: #252726;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center
}

.sec3 .more {
    width: fit-content;
    margin: 0 auto 1.14583vw
}

.sec3 .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 1.66667vw;
    padding: 0 2.08333vw;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    border-top: .05208vw solid #000;
    border-bottom: .05208vw solid #000;
    transition: 0.6s
}

.sec3 .more a:hover {
    background: #000000;
    color: #FFFFFF
}

.sec3 .list {
    padding: 0 5.83333vw;
    margin-top: 2vw;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    flex-wrap: wrap;
    gap: 3.38542vw
}

.sec3 .list .item {
    display: block
}

/* .sec3 .list .item:last-child .img .p {
    top: 20.83333vw;
    transform: translate(-50%, 0)
} */

.sec3 .list .item .item_title {
    color: #252726;
    font-weight: 400;
    text-align: center;
    line-height: 1.1
}

.sec3 .list .item .img {
    width: 100%;
    height: 22.60417vw;
    position: relative;
    margin-bottom: 2.08333vw
}

.sec3 .list .item .img .p {
    position: absolute;
    top: 50%;
    left: 48%;
    transform: translate(-50%, -50%);
    color: #FFF;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    /* text-transform: capitalize; */
    width: 90%
}

.sec3 .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec3 .list .item:hover .img img {
    transform: scale(1.1)
}

.sec4 {
    padding: 10.41667vw 0 0;
    width: 100%;
    overflow: hidden
}

.sec4 .title {
    color: #252726;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center
}

.sec4 .text {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: 1.35417vw 0 2.1875vw
}

.sec4 .box {
    width: 100%;
    position: relative
}

.sec4 .box .btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 4.42708vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 2;
    pointer-events: none
}

.sec4 .box .btns .jt {
    width: 3.95833vw;
    height: 3.95833vw;
    border-radius: 50%;
    border: .05208vw solid #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    pointer-events: auto
}

.sec4 .box .btns .jt img {
    display: block;
    width: 1.45833vw
}

.sec4 .box .btns .jt:nth-child(2) {
    transform: rotateY(180deg)
}

.sec4 .box .btns .jt:hover {
    background: #000000;
    border: .05208vw solid #000
}

.sec4 .box .swiper {
    width: 70.52083vw
}

.sec4 .box .swiper .swiper-slide {
    width: 100%;
    height: 41.66667vw;
    overflow: hidden;
    cursor: pointer
}

.sec4 .box .swiper .swiper-slide .img {
    width: 100%;
    height: 100%
}

.sec4 .box .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec4 .box .swiper .swiper-slide:hover img {
    transform: scale(1.1)
}

.sec4 .more {
    width: fit-content;
    margin: 3.125vw auto 0
}

.sec4 .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 1.66667vw;
    padding: 0 1.14583vw;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    border-top: .05208vw solid #000;
    border-bottom: .05208vw solid #000;
    transition: 0.6s
}

.sec4 .more a:hover {
    background: #000000;
    color: #FFFFFF
}

.sec5 {
    padding: 6.875vw 0 14.11458vw;
    width: 100%;
    overflow: hidden
}

.sec5 .title {
    color: #252726;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center
}

.sec5 .text {
    width: 67.70833vw;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin: 1.66667vw auto 3.125vw
}

.sec5 .box {
    width: 38.54167vw;
    margin: 0 auto
}

.sec5 .box .swiper {
    width: 100%
}

.sec5 .box .swiper .swiper-slide {
    width: 100%;
    height: 27.29167vw;
    overflow: hidden;
    cursor: pointer
}

.sec5 .box .swiper .swiper-slide .img {
    width: 100%;
    height: 100%
}

.sec5 .box .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s
}

.sec5 .box .swiper .swiper-slide:hover img {
    transform: scale(1.1)
}

.sec5 .more {
    width: fit-content;
    margin: 3.125vw auto 0
}

.sec5 .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 1.66667vw;
    padding: 0 1.82292vw;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    border-top: .05208vw solid #000;
    border-bottom: .05208vw solid #000;
    transition: 0.6s
}

.sec5 .more a:hover {
    background: #000000;
    color: #FFFFFF
}

.common_box .info .des {
    max-width: unset;
    color: #FFF;
    font-weight: 400;
    line-height: 150%;
    /* text-transform: capitalize */
}

.common_box .info img {
    object-fit: unset
}

@media screen and (max-width: 768px) {
    .index_banner {
        height: 240px;
        margin-top: 60px;
    }

    .index_banner .swiper-slide .text_box {
        top: 50% !important;
        transform: translate(-50%, -50%) !important
    }

    .index_banner .swiper-slide .text_box .text {
        font-size: 24px
    }

    .index_banner .swiper-slide .text_box .text1 {
        font-size: 18px;
        margin: 8px 0 0
    }

    .index_banner .swiper-slide .text_box .text1 br {
        display: none
    }

    .index_banner .swiper-slide .text_box .more {
        margin: 20px auto 0
    }

    .index_banner .swiper-slide .text_box .more a {
        width: 90vw;
        height: auto;
        padding: 10px
    }

    .index_banner .swiper-pagination {
        gap: 10px;
        bottom: 30px
    }

    .index_banner .swiper-pagination .swiper-pagination-bullet {
        width: 40px;
        height: 2px
    }

    .sec1 {
        padding: 50px 5vw 0;
        display: block
    }

    .sec1 .l {
        width: 100%
    }

    .sec1 .l .title {
        font-size: 24px
    }

    .sec1 .l .line {
        margin: 20px 0;
        width: 100%
    }

    .sec1 .l .text {
        font-size: 16px;
        line-height: 2
    }

    .sec1 .r {
        width: 100%;
        margin: 30px 0 0
    }

    .sec1 .r .img {
        height: 124vw
    }

    .sec1 .r .more {
        width: 100%;
        margin: 30px 0 0
    }

    .sec1 .r .more a {
        width: 100%;
        padding: 10px 0;
        height: unset
    }

    .sec2 {
        padding: 80px 5vw 30px
    }

    .sec2 .title {
        padding: 0;
        font-size: 24px;
        margin-bottom: 30px
    }

    .sec2 .box .btns {
        position: unset;
        transform: unset;
        padding: 0;
        justify-content:center;
        gap: 20px;
        margin: 20px 0 0
    }

    .sec2 .box .btns .jt {
        width: 40px;
        height: 40px;
        background: #111111;
        border: 1px solid #111111
    }

    .sec2 .box .btns .jt img {
        width: 16px
    }

    .sec2 .box .swiper {
        width: 70vw
    }

    .sec2 .box .swiper .swiper-slide {
        height: auto
    }

    .sec2 .box .swiper .swiper-slide .img {
        height: 40vw
    }

    .sec2 .box .swiper .swiper-slide .text {
        width: 100%;
        position: unset;
        margin: 20px 0 0
    }

    .sec2 .box .swiper .swiper-slide .text .h5 {
        color: #111111;
        font-size: 20px;
        margin-bottom: 10px
    }

    .sec2 .box .swiper .swiper-slide .text .p {
        color: #333;
        font-size: 16px
    }



    .sec3 {
        padding: 40px 5vw
    }

    .sec3 .title {
        font-size: 24px
    }

    .sec3 .more, .sec2 .more {
        width: 100%;
        margin: 20px 0
    }

    .sec3 .more a,.sec2 .more a {
        width: 100%;
        padding: 10px 0;
        height: unset
    }

    .sec3 .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0
    }

    .sec3 .list .item {
        width: 100%
    }

    .sec3 .list .item .item_title {
        font-size: 18px
    }

    .sec3 .list .item .img {
        height: auto;
    }

    .sec3 .list .item .p {
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
        font-size: 14px;
    }

    .sec4 {
        padding: 20px 5vw
    }

    .sec4 .title {
        font-size: 24px
    }

    .sec4 .text {
        font-size: 18px;
        margin: 20px 0
    }

    .sec4 .box .btns {
        position: unset;
        transform: unset;
        padding: 0;
        justify-content: center;
        gap: 20px;
        margin: 20px 0 0
    }

    .sec4 .box .btns .jt {
        width: 40px;
        height: 40px;
        background: #111111;
        border: 1px solid #111111
    }

    .sec4 .box .btns .jt img {
        width: 16px
    }

    .sec4 .box .swiper {
        width: 70vw
    }

    .sec4 .box .swiper .swiper-slide {
        height: auto
    }

    .sec4 .box .swiper .swiper-slide .img {
        height: 40vw
    }

    .sec4 .box .swiper .swiper-slide .text {
        width: 100%;
        position: unset;
        margin: 20px 0 0
    }

    .sec4 .box .swiper .swiper-slide .text .h5 {
        color: #111111;
        font-size: 20px;
        margin-bottom: 10px
    }

    .sec4 .box .swiper .swiper-slide .text .p {
        color: #333;
        font-size: 16px
    }

    .sec4 .more {
        width: 100%;
        margin: 40px 0 0
    }

    .sec4 .more a {
        width: 100%;
        padding: 10px 0;
        height: unset
    }

    .sec5 {
        padding: 20px 5vw 70px
    }

    .sec5 .title {
        font-size: 24px
    }

    .sec5 .text {
        font-size: 16px;
        margin: 20px 0;
        width: 100%
    }

    .sec5 .text br {
        display: none
    }

    .sec5 .box {
        width: 70vw
    }

    .sec5 .box .swiper .swiper-slide {
        height: 50vw
    }

    .sec5 .more {
        width: 100%;
        margin: 30px 0 0
    }

    .sec5 .more a {
        width: 100%;
        padding: 10px 0;
        height: unset
    }
}