﻿.list-about-us {
    margin: 2% 0
}

.list-about-us .layout {
    display: flex;
    align-items: center
}

.list-about-us .layout .img {
    width: 37.63%;
    height: 0;
    padding-bottom: 43.13%;
    overflow: hidden
}

.list-about-us .layout .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.list-about-us .layout .content {
    width: calc(62.39%);
    position: relative;
    padding-top: 6%;
    padding-left: 5%
}

.list-about-us .layout .content>span {
    font-weight: bold;
    font-size: 92px;
    color: #8b6745;
    line-height: 169px;
    opacity: .1;
    position: absolute;
    top: 35px;
    font-family: Akzidenz-Grotesk BQ
}

.list-about-us .layout .content .title {
    font-size: 60px;
    color: #8b6745;
    font-weight: bold;
    padding-right: 160px;
    font-family: Akzidenz-Grotesk BQ
}

.list-about-us .layout .content .desc {
    margin-top: 47px;
    line-height: 30px;
    color: #666;
    /* max-height: 300px; */
    overflow-y: auto
}

.list-about-us .layout .content .watch_video {
    display: flex;
    align-items: center;
    margin-top: 72px
}

.list-about-us .layout .content .watch_video:hover {
    text-decoration: underline
}

.list-about-us .layout .content .watch_video i {
    display: block;
    width: 46px;
    height: 46px;
    background-color: #8b6745;
    background-image: url(../images/icon63.png);
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 6px 6px #8b67455e;
    border-radius: 50%;
    transform: rotate(-90deg);
    margin-right: 17px;
    cursor: pointer
}

.list-about-us .layout .content .watch_video i:hover {
    transform: rotate(-90deg) scale(1.1)
}

.list-about-us .layout .content .watch_video a {
    color: #8b6745;
    font-weight: bold;
    line-height: 33px
}

.list-advantages {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 108px 0 128px;
    background: url(../images/icon36.png) no-repeat;
    background-size: cover;
    overflow: hidden
}

.list-advantages .title,
.list-advantages .desc {
    max-width: 90%;
    text-align: center;
    margin: 0 auto
}

.list-advantages .title {
    font-weight: bold;
    font-size: 60px;
    color: #ffffff;
    line-height: 70px;
    font-family: Akzidenz-Grotesk BQ
}

.list-advantages .desc {
    font-weight: 400;
    color: #e5e5e5;
    line-height: 30px;
    margin-top: 25px
}

.list-advantages .item_list {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 78px
}

.list-advantages .item_list .items {
    flex: 1;
    padding: 3.125%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(80, 45, 13, 0.09)
}

.list-advantages .item_list .item_logo {
    width: 63px;
    height: 61px;
    margin: 0 auto
}

.list-advantages .item_list .item_title {
    margin-top: 31px
}

.list-advantages .item_list .item_title .tit {
    font-weight: bold;
    font-size: 22px;
    color: #482f18;
    font-family: Akzidenz-Grotesk BQ
}

.list-advantages .item_list .item_desc {
    margin-top: 27px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    height: 300px;
    overflow-y: auto
}

.aboutSwiper {
    margin-top: 95px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden
}

.aboutSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: 300ms;
    transform: scale(.7)
}

.aboutSwiper .swiper-slide .swiper_info {
    width: 118.71%;
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 84.98%
}

.aboutSwiper .swiper-slide .swiper_info img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    padding: 0;
    object-fit: cover
}

.aboutSwiper .swiper-slide .detail {
    opacity: 0
}

.aboutSwiper .swiper-slide .detail .detail_bottom {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0
}

.aboutSwiper .swiper-slide .detail .title {
    margin: 30px 0
}

.aboutSwiper .swiper-slide .detail .title .tit {
    font-weight: bold;
    font-size: 30px;
    color: #333;
    font-family: Akzidenz-Grotesk BQ
}

.aboutSwiper .swiper-slide .detail .desc {
    font-weight: 400;
    color: #666;
    line-height: 30px
}

.aboutSwiper .swiper-slide.swiper-slide-active,
.aboutSwiper .swiper-slide.swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 9
}

.aboutSwiper .swiper-slide.swiper-slide-active .swiper_info,
.aboutSwiper .swiper-slide.swiper-slide-duplicate-active .swiper_info {
    width: 190.51%;
    padding-bottom: 100.79%
}

.aboutSwiper .swiper-slide.swiper-slide-active .swiper_info:hover img,
.aboutSwiper .swiper-slide.swiper-slide-duplicate-active .swiper_info:hover img {
    transform: scale(1.1)
}

.aboutSwiper .swiper-slide.swiper-slide-active .swiper_info .swiper_mask,
.aboutSwiper .swiper-slide.swiper-slide-duplicate-active .swiper_info .swiper_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.aboutSwiper .swiper-slide.swiper-slide-active .detail,
.aboutSwiper .swiper-slide.swiper-slide-duplicate-active .detail {
    width: 190.51%;
    opacity: 1;
    text-align: center
}

.aboutSwiper .swiper-slide.swiper-slide-prev {
    position: relative;
    right: 15%
}

.aboutSwiper .swiper-slide.swiper-slide-next {
    position: relative;
    left: 15%
}



.his_swiper {
    width: 100%;
    overflow: hidden;
    background: #8b6745;
    padding: 3% 3.3%;
    box-shadow: 0 0 84px 0 rgba(87, 59, 33, 0.13);
    border-radius: 5px;
    display: none
}

.his_swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.his_swiper .swiper-slide {
    height: 100px;
    overflow: hidden
}

@media screen and (max-width:1500px) {
    .list-about-us .layout .content {
        padding-top: 0
    }
}



@media screen and (max-width:1366px) {
    .list-about-us .layout .content>span {
        font-size: 72px
    }

    .list-about-us .layout .content .title {
        padding-right: 0;
        font-size: 40px
    }

    .list-advantages .item_list {
        gap: 30px
    }
}


@media screen and (max-width:1040px) {
    .list-about-us .layout .content {
        padding-left: 50px
    }

    .list-about-us .layout .content .desc {
        max-height: 200px
    }
}

@media screen and (max-width:1050px) {
    .aboutSwiper {
        margin-top: 30px
    }

    .aboutSwiper .swiper-slide.swiper-slide-active .swiper_info,
    .aboutSwiper .swiper-slide.swiper-slide-duplicate-active .swiper_info {
        width: 100%;
        padding-bottom: 52%
    }

    .aboutSwiper .swiper-slide.swiper-slide-active .detail,
    .aboutSwiper .swiper-slide.swiper-slide-duplicate-active .detail {
        height: auto;
        width: 100%;
        padding: 0 20px
    }

    .aboutSwiper .swiper-slide.swiper-slide-active .detail .title,
    .aboutSwiper .swiper-slide.swiper-slide-duplicate-active .detail .title {
        -webkit-line-clamp: unset
    }

    .aboutSwiper .swiper-slide.swiper-slide-active .detail .desc,
    .aboutSwiper .swiper-slide.swiper-slide-duplicate-active .detail .desc {
        display: block;
        -webkit-line-clamp: unset
    }
}

@media screen and (max-width:950px) {
    .list-advantages {
        padding: 40px 20px 30px
    }



    .list-advantages .title {
        font-size: 30px;
        line-height: 35px;
        -webkit-line-clamp: unset;
        max-width: 100%
    }

    .list-advantages .desc {
        -webkit-line-clamp: unset;
        max-width: 100%
    }

    .list-advantages .item_list {
        margin-top: 40px;
        flex-direction: column;
        gap: 16px
    }

    .list-advantages .item_list .items {
        padding: 20px
    }

    .list-advantages .item_list .item_title {
        margin-top: 20px;
        -webkit-line-clamp: unset
    }

    .list-advantages .item_list .item_desc {
        margin-top: 0;
        -webkit-line-clamp: unset;
        height: auto !important;
    }

    .list-about-us {
        margin: 30px 0 30px 0
    }

    .list-about-us .layout {
        flex-direction: column
    }

    .list-about-us .layout .img {
        width: 100%;
        padding-bottom: 100%
    }

    .list-about-us .layout .content {
        padding: 0;
        width: 100%;
        margin-top: 20px
    }

    .list-about-us .layout .content>span {
        font-size: 60px;
        top: -30px
    }

    .list-about-us .layout .content .title {
        font-size: 30px;
        padding: 0;
        margin-top: 50px;
        -webkit-line-clamp: unset
    }

    .list-about-us .layout .content .desc {
        max-height: unset;
        margin-top: 20px
    }

    .list-about-us .layout .content .watch_video {
        margin-top: 30px
    }


}





.ny-title .title-en {
    font-size: 36px;
    color: #333333;
    font-family: arial;
    line-height: 36px;
    font-weight: bold;
    text-align: center
}

.ny-title .title-ch {
    font-size: 26px;
    color: #333333;
    margin: 15px 0;
    font-weight: normal
}

.ny-title i {
    display: block;
    width: 42px;
    height: 1px;
    background-color: #b5b5b5
}