.banner {
    position: relative
}

.banner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 28.69792vw;
    opacity: 0.6;
    background: linear-gradient(180deg, transparent 0%, #000 100%)
}

.banner .bg {
    display: block;
    width: 100%;
    height: 43.22917vw;
    object-fit: cover
}

.banner .text {
    position: absolute;
    width: 100%;
    bottom: 14.11458vw;
    padding: 0 5%;
    color: white;
    text-align: center;
    z-index: 5
}

.banner .text .p1 {
    font-weight: 500;
}

.banner .text .p2 {
    font-weight: 300;
    line-height: 2;
    margin: .41667vw 0 2vw;
}

.banner .text .btn{
      display: flex;
    width: 7.29167vw;
    height: 2.1875vw;
    padding: .52083vw;
    justify-content: center;
    align-items: center;
    gap: .52083vw;
    border: 1px solid #FFF;
    color: #FFF;
    font-weight: 350;
    transition: all 600ms;
    margin: 0 auto;
}

.banner .text .btn:hover{
      background: #fff;
    color: #000;
}

.container .sec1 {
    background: url(../images/mbg1.png) no-repeat;
    background-size: cover;
    padding: 8.69792vw 0 11.04167vw 5.72917vw
}

.container .sec1 .t_top {
    margin-left: 6.77083vw;
    position: relative
}

.container .sec1 .t_top .p1 {
    font-weight: 600;
    line-height: 1
}

.container .sec1 .t_top .des {
    color: #666;
    font-weight: 300;
    margin-top: 1.19792vw;
    line-height: 1.6;
    max-width: 35.41667vw
}

.container .sec1 .t_top img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50.41667vw;
    display: block;
    height: auto;
    clip-path: inset(0 100% 0 0);
    transition: all 2s
}

.container .sec1 .t_top img.animated {
    clip-path: inset(0 0 0 0)
}

.container .sec1 .t_bottom {
    width: 100%;
    margin-top: 9.11458vw;
    clip-path: inset(0 100% 0 0);
    transition: all 2s
}

.container .sec1 .t_bottom.animated {
    clip-path: inset(0 0 0 0)
}

.container .sec1 .t_bottom .swiper1 {
    width: 100%;
    overflow: hidden
}

.container .sec1 .t_bottom .swiper1 .item {
    width: 100%;
    position: relative;
    overflow: hidden
}

.container .sec1 .t_bottom .swiper1 .item::after {
    content: '';
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background: linear-gradient(-90deg, transparent 0%, #000 100%)
}

.container .sec1 .t_bottom .swiper1 .item img {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: all 600ms;
    height: 33.69792vw
}

.container .sec1 .t_bottom .swiper1 .item .level {
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, #fff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 14.58333vw;
    top: 2.23958vw;
    right: 4.42708vw;
    line-height: 1
}

.container .sec1 .t_bottom .swiper1 .item .text {
    position: absolute;
    left: 5.10417vw;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%)
}

.container .sec1 .t_bottom .swiper1 .item .text .p1 {
    display: flex;
    align-items: flex-end;
    color: white
}

.container .sec1 .t_bottom .swiper1 .item .text .p1 .f_64 {
    font-weight: 700;
    transform: translateY(.78125vw)
}

.container .sec1 .t_bottom .swiper1 .item .text .p1 span {
    width: 1px;
    height: .9375vw;
    background: #fff;
    margin: 0 .9375vw 0 1.09375vw
}

.container .sec1 .t_bottom .swiper1 .item .text .p1 .f_14 {
    font-weight: 700
}

.container .sec1 .t_bottom .swiper1 .item .text .des {
    margin-top: 2.76042vw;
    font-weight: 250;
    color: #fff;
    max-width: 20.83333vw
}

.container .sec1 .t_bottom .swiper1 .item:hover img {
    transform: scale(1.05)
}

.container .sec1 .t_bottom .bs {
    display: flex;
    align-items: center;
    margin-top: 4.32292vw;
    justify-content: space-between;
    margin-right: 5vw
}

.container .sec1 .t_bottom .bs .swiper-pagination {
    width: 32.8125vw;
    height: .3125vw;
    background: rgba(217, 217, 217, 0.1);
    position: static
}

.container .sec1 .t_bottom .bs .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #D9D9D9
}

.container .sec1 .t_bottom .bs .btns {
    display: flex;
    gap: 1.14583vw
}

.container .sec1 .t_bottom .bs .btns .prev,
.container .sec1 .t_bottom .bs .btns .next {
    width: 4.0625vw;
    height: 4.0625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #BDA88B;
    transition: all 600ms;
    cursor: pointer
}

.container .sec1 .t_bottom .bs .btns .prev svg,
.container .sec1 .t_bottom .bs .btns .next svg {
    display: block;
    width: 2.13542vw;
    height: auto;
    margin-top: -.26042vw
}

.container .sec1 .t_bottom .bs .btns .prev svg path,
.container .sec1 .t_bottom .bs .btns .next svg path {
    transition: all 600ms
}

.container .sec1 .t_bottom .bs .btns .prev:hover,
.container .sec1 .t_bottom .bs .btns .next:hover {
    background: #BDA88B
}

.container .sec1 .t_bottom .bs .btns .prev:hover svg path,
.container .sec1 .t_bottom .bs .btns .next:hover svg path {
    stroke: #fff
}

.container .sec2 {
    padding: 10.67708vw 11.30208vw 17.08333vw 11.04167vw;
    background: #F4F4F4 url(../images/mbg2.png) no-repeat;
    background-size: 100% auto;
    background-position: top center
}

.container .sec2 .title {
    text-align: center
}
.container .sec2 .content .tips {
    color: #BDA88B;
}
.container .sec2 .title .p1 {
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 1.19792vw
}

.container .sec2 .title .p2 {
    color: #666;
    font-weight: 300;
    line-height: 1.6
}

.container .sec2 .icons {
    margin: 4.94792vw 0 6.92708vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container .sec2 .icons .item {
    width: 11.51042vw;
    text-align: center
}

.container .sec2 .icons .item .icon {
    width: 7.08333vw;
    height: 7.08333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.container .sec2 .icons .item .icon img {
    width: 100%;
    object-fit: contain;
    display: block;
    transition: all 600ms
}

.container .sec2 .icons .item .txt .p1 {
    line-height: 1.33
}

.container .sec2 .icons .item .txt .p2 {
    color: #999;
    line-height: 2
}

.container .sec2 .icons .item:hover .icon img {
    transform: rotateY(360deg)
}

.container .sec2 .icons .line {
    width: 1px;
    height: 4.47917vw;
    background: #000;
    opacity: .1
}

.container .sec2 .content .theader {
    background: #BDA88B;
    padding: 1.5625vw 2.39583vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 3.4375vw
}

.container .sec2 .content .theader .item {
    width: 100%;
    text-align: center;
    color: white
}

.container .sec2 .content .list .item {
    background: #FFF;
    padding: 1.5625vw 2.39583vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: center;
    gap: 3.4375vw
}

.container .sec2 .content .list .item:nth-child(2n) {
    background: rgba(189, 168, 139, 0.08)
}

.container .sec2 .content .list .item .p {
    width: 100%;
    text-align: center;
    color: #BDA88B
}

.container .sec2 .content .list .item .p img {
    width: 3.80208vw
}

.container .sec3 {
    padding: 11.35417vw 0 13.125vw 0
}

.container .sec3 .title {
    text-align: center
}

.container .sec3 .title .p1 {
    font-weight: 700;
    line-height: 1.33
}

.container .sec3 .title .des {
    margin-top: 1.5625vw;
    font-weight: 250;
    line-height: 1.78
}

.container .sec3 .list {
    margin-top: 9.32292vw;
    display: flex;
    justify-content: space-between;
    clip-path: inset(0 100% 0 0);
    transition: all 2s
}

.container .sec3 .list.animated {
    clip-path: inset(0 0 0 0)
}

.container .sec3 .list .item {
    flex: 0.333333;
    position: relative;
    overflow: hidden
}

.container .sec3 .list .item::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(90deg, transparent 0%, #000 101.32%);
    opacity: 0;
    transition: all 600ms
}

.container .sec3 .list .item img {
    width: 100%;
    display: block;
    height: 47.08333vw;
    object-fit: cover;
    transition: all 600ms
}

.container .sec3 .list .item .text {
    position: absolute;
    left: 0;
    bottom: 4.63542vw;
    color: white;
    padding-left: 5.88542vw;
    transform: translateY(3.33333vw);
    transition: all 600ms;
    z-index: 5;
}

.container .sec3 .list .item .text .p1 {
    font-weight: 700;
    line-height: 1.48
}

.container .sec3 .list .item .text .des {
    margin-top: 1.04167vw;
    font-weight: 300;
    line-height: 2;
    height: 3.33333vw;
    opacity: 0;
    transition: all 600ms
}

.container .sec3 .list .item:hover::after {
    opacity: .7
}

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

.container .sec3 .list .item:hover .text {
    transform: translateY(0)
}

.container .sec3 .list .item:hover .text .des {
    opacity: 1;
    transform: translateY(0)
}

.container .sec4 {
    padding-bottom: 17.39583vw
}

.container .sec4 .title {
    text-align: center;
    margin-bottom: 8.80208vw
}

.container .sec4 .title .p1 {
    font-weight: 700;
    line-height: 1.33
}

.container .sec4 .title .des {
    margin-top: 1.5625vw;
    font-weight: 250;
    line-height: 1.78
}

.container .sec4 .content {
    padding-right: 12.60417vw;
    position: relative;
    clip-path: inset(0 100% 0 0);
    transition: all 2s
}

.container .sec4 .content.animated {
    clip-path: inset(0 0 0 0)
}

.container .sec4 .content .swiper2 {
    width: 100%
}

.container .sec4 .content .swiper2 .item {
    display: flex
}

.container .sec4 .content .swiper2 .item .lbox {
    width: 53.95833vw;
    background: rgba(217, 217, 217, 0.2);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8.80208vw 0 13.48958vw 14.01042vw
}

.container .sec4 .content .swiper2 .item .lbox .p1 {
    font-weight: 700;
    line-height: 1.78
}

.container .sec4 .content .swiper2 .item .lbox .des {
    margin-top: 1.51042vw;
    width: 20.3125vw;
    font-weight: 250;
    line-height: 1.6;
    position: relative;
    padding-top: 3.17708vw
}

.container .sec4 .content .swiper2 .item .lbox .des img {
    position: absolute;
    top: 0;
    width: 29.63542vw;
    left: 0;
    max-width: inherit
}

.container .sec4 .content .swiper2 .item .pic {
    margin-top: 6.92708vw;
    margin-left: -10.26042vw;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.container .sec4 .content .swiper2 .item .pic img {
    width: 43.64583vw;
    height: 25.20833vw;
    display: block;
    transition: all 600ms;
    object-fit: cover
}

.container .sec4 .content .swiper2 .item .pic:hover img {
    transform: scale(1.05)
}

.container .sec4 .content .prev,
.container .sec4 .content .next {
    width: 4.0625vw;
    height: 4.0625vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #BDA88B;
    transition: all 600ms;
    cursor: pointer;
    position: absolute;
    z-index: 10
}

.container .sec4 .content .prev svg,
.container .sec4 .content .next svg {
    display: block;
    width: 2.13542vw;
    height: auto;
    margin-top: -.26042vw
}

.container .sec4 .content .prev svg path,
.container .sec4 .content .next svg path {
    transition: all 600ms
}

.container .sec4 .content .prev:hover,
.container .sec4 .content .next:hover {
    background: #BDA88B
}

.container .sec4 .content .prev:hover svg path,
.container .sec4 .content .next:hover svg path {
    stroke: #fff
}

.container .sec4 .content .prev {
    left: 5vw;
    top: 15.625vw
}

.container .sec4 .content .next {
    right: 4.6875vw;
    top: 15.625vw
}

@media screen and (max-width: 768px) {
    .banner {
        margin-top: 60px
    }

    .banner::after {
        height: 100%
    }

    .banner .bg {
        height: 300px
    }

    .banner .text {
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
        padding: 0 5%
    }

    .banner .text .p1 {
        font-size: 24px;
    }

    .banner .text .p2 {
        font-size: 14px;
        margin: 8px 0 15px;
    }

    .banner .text .btn{
        width: 120px;
        height: 35px;
        gap: 5px;
    }

    .container .sec1 {
        padding: 30px 0 30px 5%;
        background-size: auto 100%
    }

    .container .sec1 .t_top {
        margin: 0;
        padding: 0 5% 60px 0;
        position: relative
    }

    .container .sec1 .t_top .p1 {
        font-size: 18px
    }

    .container .sec1 .t_top .des {
        margin-top: 15px;
        font-size: 14px;
        max-width: 100%
    }

    .container .sec1 .t_top img {
        width: 100%;
        margin-top: 20px
    }

    .container .sec1 .t_bottom {
        margin-top: 40px
    }

    .container .sec1 .t_bottom .swiper1 .item img {
        height: 167px
    }

    .container .sec1 .t_bottom .swiper1 .item .level {
        font-size: 80px;
        top: 0;
        right: 10px
    }

    .container .sec1 .t_bottom .swiper1 .item .text {
        padding-left: 0;
        transform: none;
        position: static
    }

    .container .sec1 .t_bottom .swiper1 .item .text .p1 {
        color: #000;
        margin-top: 10px
    }

    .container .sec1 .t_bottom .swiper1 .item .text .p1 .f_64 {
        transform: translateY(5px);
        font-size: 24px
    }

    .container .sec1 .t_bottom .swiper1 .item .text .p1 span {
        height: 20px;
        margin: 0 10px;
        background: #000
    }

    .container .sec1 .t_bottom .swiper1 .item .text .des {
        margin-top: 20px;
        font-size: 14px;
        max-width: 100%;
        line-height: 1.5;
        color: #000
    }

    .container .sec1 .t_bottom .bs {
        margin-top: 30px;
        margin-right: 5%;
        flex-direction: column;
        gap: 20px
    }

    .container .sec1 .t_bottom .bs .swiper-pagination {
        width: 100%;
        height: 4px
    }

    .container .sec1 .t_bottom .bs .btns {
        gap: 10px
    }

    .container .sec1 .t_bottom .bs .btns .prev,
    .container .sec1 .t_bottom .bs .btns .next {
        width: 40px;
        height: 40px
    }

    .container .sec1 .t_bottom .bs .btns .prev svg,
    .container .sec1 .t_bottom .bs .btns .next svg {
        width: 20px
    }

    .container .sec2 {
        padding: 30px 5%
    }

    .container .sec2 .title .p1 {
        font-size: 18px;
        margin-bottom: 10px
    }

    .container .sec2 .title .p2 {
        font-size: 14px
    }

    .container .sec2 .icons {
        margin: 30px 0;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }

    .container .sec2 .icons .item {
        width: 100%
    }

    .container .sec2 .icons .item .icon {
        width: 80px;
        height: 80px
    }

    .container .sec2 .icons .item .txt .p1 {
        font-size: 16px
    }

    .container .sec2 .icons .item .txt .p2 {
        font-size: 14px
    }

    .container .sec2 .icons .line {
        display: none
    }

    .container .sec2 .content {
        width: 100%;
        overflow-x: scroll
    }

    .container .sec2 .content .theader,
    .container .sec2 .content .list {
        width: 500px
    }

    .container .sec2 .content .theader {
        padding: 15px 20px;
        gap: 20px;
        font-size: 16px
    }

    .container .sec2 .content .list .item {
        padding: 15px 20px;
        gap: 20px;
        font-size: 14px
    }

    .container .sec2 .content .list .item .p img {
        width: 36px
    }

    .container .sec3 {
        padding: 30px 5%
    }

    .container .sec3 .title .p1 {
        font-size: 18px
    }

    .container .sec3 .title .des {
        margin-top: 15px;
        font-size: 14px
    }

    .container .sec3 .list {
        margin-top: 30px;
        flex-direction: column;
        gap: 20px
    }

    .container .sec3 .list .item {
        flex: 1
    }

    .container .sec3 .list .item img {
        height: 250px
    }

    .container .sec3 .list .item .text {
        bottom: 30px;
        padding-left: 5%;
        transform: translateY(0)
    }

    .container .sec3 .list .item .text .p1 {
        font-size: 16px
    }

    .container .sec3 .list .item .text .des {
        margin-top: 10px;
        font-size: 14px;
        height: auto;
        opacity: 1
    }

    .container .sec3 .list .item:hover img {
        transform: none
    }

    .container .sec3 .list .item:hover .text {
        transform: translateY(0)
    }

    .container .sec4 .title {
        margin: 0;
        padding: 30px 5%
    }

    .container .sec4 .title .p1 {
        font-size: 18px
    }

    .container .sec4 .title .des {
        margin-top: 15px;
        font-size: 14px
    }

    .container .sec4 .content {
        padding-right: 0
    }

    .container .sec4 .content .swiper2 .item {
        flex-direction: column
    }

    .container .sec4 .content .swiper2 .item .lbox {
        width: 100%;
        padding: 30px 5%
    }

    .container .sec4 .content .swiper2 .item .lbox .p1 {
        font-size: 16px
    }

    .container .sec4 .content .swiper2 .item .lbox .des {
        margin-top: 10px;
        width: 100%;
        font-size: 14px;
        padding-top: 0
    }

    .container .sec4 .content .swiper2 .item .lbox .des img {
        width: 100%;
        display: none
    }

    .container .sec4 .content .swiper2 .item .pic {
        margin-top: 0;
        margin-left: 0
    }

    .container .sec4 .content .swiper2 .item .pic img {
        width: 100%;
        height: 216px
    }

    .container .sec4 .content .prev,
    .container .sec4 .content .next {
        width: 40px;
        height: 40px;
        bottom: 20px
    }

    .container .sec4 .content .prev svg,
    .container .sec4 .content .next svg {
        width: 15px
    }

    .container .sec4 .content .prev {
        left: 48%;
        top: auto;
        transform: translateX(-100%)
    }

    .container .sec4 .content .next {
        right: 48%;
        top: auto;
        transform: translateX(100%)
    }
}