.banner {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.banner .l {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .l .img {
    width: 100%;
    height: 100%;
    clip-path: inset(0 100% 0 0);
    transition: 1s ease-in;
}

.banner .l .img img {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .l .l_box {
    position: absolute;
    top: 13.9583333333vw;
    left: 35.1041666667vw;
    z-index: 3;
}

.banner .l .l_box .text {
    overflow: hidden;
}

.banner .l .l_box .text p {
    white-space: nowrap;
}

.banner .l .l_box .text p div {
    font-weight: 400;
    font-size: 9.375vw;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: 0.4s;
    line-height: 1;
}

.banner .l .l_box .text1 {
    margin: -1.0416666667vw 0 0 16.3541666667vw;
}

.banner .l .l_box .more {
    width: fit-content;
    margin: 1.0416666667vw auto 0;
}

.banner .l .l_box .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17.1875vw;
    height: 3.5416666667vw;
    background: #FFFFFF;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #000000;
    transition: 0.6s;
}

.banner .l .l_box .more a:hover {
    background: #A61E41;
    color: #FFFFFF;
}

.banner .r {
    width: 43.75vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: none;
}

.banner .r .r_box {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner .r .r_box .pro_img {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 4.6875vw;
    opacity: 0;
}

.banner .r .r_box .pro_img img {
    width: 100%;
}

.banner .r .r_box p {
    font-weight: 500;
    font-size: 1.0416666667vw;
    color: #FFFFFF;
    line-height: 1.6666666667vw;
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.banner .r .color {
    width: 100%;
    height: 100%;
    background: #E3B9A1;
    clip-path: inset(0 0 100% 0);
    transition: 1s ease-in;
    transition-delay: 0.2s;
    display: none;
}

.banner .vertical_text {
    font-weight: 500;
    font-size: 0.8333333333vw;
    color: #FFFFFF;
    position: absolute;
    transform: rotate(-90deg);
    right: 0;
    line-height: 1;
}

.banner.on .l .img {
    clip-path: inset(0 0 0 0);
}

.banner.on .l .l_box .text p div {
    transform: translateY(0) !important;
}

.banner.on .r .color {
    clip-path: inset(0 0 0 0);
}

.sec1 {
    padding: 13.0208333333vw 0 15.8854166667vw;
    position: relative;
    text-align: center;
    line-height: 1;
    overflow: hidden;
}

.sec1 .position {
    position: absolute;
}

.sec1 .position img {
    display: block;
}

.sec1 .position1 {
    left: 3.125vw;
    top: 23.6458333333vw;
}

.sec1 .position1 img {
    width: 15.625vw;
}

.sec1 .position2 {
    right: 3.125vw;
    top: 10.4166666667vw;
}

.sec1 .position2 img {
    width: 15.625vw;
}

.sec1 .bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    top: -50vw;
    left: 0;
}

.sec1 .bg img {
    display: block;
    width: 100%;
}

.sec1 .label {

    font-weight: 400;
    font-size: 1.25vw;
    color: #A61E41;
}

.sec1 .title {

    font-weight: 400;
    font-size: 2.7083333333vw;
    color: #231815;
    line-height: 1;
    margin: 2.03125vw 0 2.65625vw;
    text-transform: uppercase;
}

.sec1 .text {
    width: 41.1979166667vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    line-height: 1.7708333333vw;
    margin: 0 auto 4.8958333333vw;
}

.sec1 .more {
    margin: 0 auto;
}

.sec1 .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5vw;
    height: 3.5416666667vw;
    background: #231815;
    transition: 0.6s;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 auto;
}

.sec1 .more a:hover {
    background: #A61E41;
}

.sec2 {
    background: #FAF8F7;
    padding: 7.96875vw 4.0625vw 9.0625vw 5.3645833333vw;
}

.sec2 .top {
    width: fit-content;
}

.sec2 .top .title {
    width: fit-content;

    font-weight: 400;
    font-size: 6.25vw;
    color: #231815;
    line-height: 4.2708333333vw;
    text-transform: uppercase;
}

.sec2 .top .year {
    width: fit-content;

    font-weight: 400;
    font-size: 6.25vw;
    color: #E0976E;
    line-height: 4.2708333333vw;
    text-transform: uppercase;
    margin: 2.8125vw -10.3125vw 0 auto;
}

.sec2 .content {
    transform: translateY(-1.875vw);
    padding: 0 0 0 7.5vw;
    display: flex;
    align-items: center;
}

.sec2 .content .l {
    width: 18.8541666667vw;
}

.sec2 .content .l .img {
    width: 100%;
    margin-bottom: 3.0208333333vw;
    overflow: hidden;
}

.sec2 .content .l .img img {
    display: block;
    width: 100%;
    transition: 3s;
}

.sec2 .content .l .img:hover img {
    transform: scale(1.1);
}

.sec2 .content .l .l_text p {
    font-weight: 500;
    font-size: 1.1458333333vw;
    color: #231815;
    line-height: 1.3541666667vw;
    text-transform: uppercase;
}

.sec2 .content .r {
    width: 30.9895833333vw;
    margin: 11.09375vw 0 0 15.3645833333vw;
}

.sec2 .content .r .r_box p {
    font-weight: 300;
    font-size: 1.0416666667vw;
    color: #231815;
    line-height: 1.6666666667vw;
}

.sec2 .content .r .more {
    margin: 10.6770833333vw 0 0;
}

.sec2 .content .r .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.625vw;
    height: 3.5416666667vw;
    background: #231815;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec2 .content .r .more a:hover {
    background: #A61E41;
}

.sec2 .content .img1 {
    margin: 18.28125vw 0 0 5.3645833333vw;
    width: 12.5vw;
}

.sec2 .content .img1 .img1_box {
    width: 100%;
}

.sec2 .content .img1 .img1_box img {
    display: block;
    width: 100%;
}

.sec3 {
    padding: 8.6458333333vw 3.125vw 0;
    width: 100vw;
    overflow: hidden;
}

.sec3 .big_img {
    margin-bottom: 3.125vw;
    width: 100%;
    position: relative;
}

.sec4 .big_img {
    margin-bottom: 3.125vw;
    width: 100%;
    position: relative;
}

.big_img img {
    display: block;
    width: 100%;
}

.sec3 .big_img .text {
    font-weight: 400;
    font-size: 3.5vw;
    color: #FFFFFF;
    line-height: 3.6458333333vw;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%);
}

.sec4 .big_img .text {
    font-weight: 400;
    font-size: 3.5vw;
    color: #FFFFFF;
    line-height: 3.6458333333vw;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    right: 5vw;
    transform: translateY(-50%);
}

.sec3 .top,
.sec4 .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4.1666666667vw;
}

.sec3 .top .title {

    font-weight: 400;
    font-size: 2.125vw;
    color: #231815;
    line-height: 3.6458333333vw;
    text-transform: uppercase;
}

.sec3 .top .btns,
.sec4 .top .btns {
    display: flex;
    align-items: center;
}

.sec3 .top .btns .iconfont,
.sec4 .top .btns .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.5416666667vw;
    height: 3.5416666667vw;
    background: #FAF6F5;
    font-size: 0.9375vw;
    margin-left: 0.5208333333vw;
    cursor: pointer;
    transition: 0.6s;
}

.sec3 .top .btns .iconfont:hover,
.sec4 .top .btns .iconfont:hover {
    background: #231815;
    color: #FDFBFB;
}

.sec3 .top .btns .iconfont:nth-child(1),
.sec4 .top .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
}

.sec3 .content,
.sec4 .content {
    display: flex;
    width: 108.3333333333vw;
}

.sec3 .content .l,
.sec4 .content .l {
    width: 20.8333333333vw;
    height: 31.5625vw;
    margin-right: 1.0416666667vw;
    position: relative;
}

.sec3 .content .l .more,
.sec4 .content .l .more {
    position: absolute;
    top: 86%;

    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.sec3 .content .l .more a,
.sec4 .content .l .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 2vw;
    border-radius: 1vw;
    border: 0.0520833333vw solid #FFFFFF;
    padding: 0 0.9375vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #DAA383;
    text-transform: uppercase;
    transition: 0.6s;
    background: #FFFFFF;
}

.sec3 .content .l .img,
.sec4 .content .l .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sec3 .content .l .img img,
.sec4 .content .l .img img {
    display: block;
    width: 100%;
    /*height: calc(100% + 100px);*/
    height: 100%;
    max-height: unset;

}

.sec3 .content .swiper,
.sec4 .content .swiper {
    width: 86.4583333333vw;
}

.sec3 .content .swiper .swiper-wrapper,
.sec4 .content .swiper .swiper-wrapper {
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.sec3 .content .swiper .swiper-slide .slide_box,
.sec4 .content .swiper .swiper-slide .slide_box {
    display: block;
    width: 100%;
}

.sec3 .content .swiper .swiper-slide .slide_box .img,
.sec4 .content .swiper .swiper-slide .slide_box .img {
    width: 100%;
    height: 25.8333333333vw;
    background: #FAF6F5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 0.9895833333vw;
    overflow: hidden;
}

.sec3 .content .swiper .swiper-slide .slide_box .img img {
    display: block;
    max-width: 8.2083333333vw;
    max-height: 20.2083333333vw;
    transition: 1s;
}

.sec4 .content .swiper .swiper-slide .slide_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1s;
}

.sec3 .content .swiper .swiper-slide .slide_box .img .label,
.sec4 .content .swiper .swiper-slide .slide_box .img .label {
    line-height: 1.6145833333vw;
    border-radius: 0.8333333333vw;
    border: 0.0520833333vw solid #DAA383;
    padding: 0 0.9375vw;
    position: absolute;
    left: 1.09375vw;
    bottom: 1.1458333333vw;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #DAA383;
    text-transform: uppercase;
    transition: 0.6s;
}

.sec3 .content .swiper .swiper-slide .slide_box .slide_box_text,
.sec4 .content .swiper .swiper-slide .slide_box .slide_box_text {
    font-weight: 400;
    font-size: 1.1458333333vw;
    color: #231815;
    line-height: 1.5625vw;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 3.125vw;
}

.sec3 .content .swiper .swiper-slide .slide_box .slide_box_text p,
.sec4 .content .swiper .swiper-slide .slide_box .slide_box_text p {
    font-weight: 400;
    font-size: 1.1458333333vw;
    color: #231815;
    line-height: 1.5625vw;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sec3 .content .swiper .swiper-slide .slide_box .more,
.sec4 .content .swiper .swiper-slide .slide_box .more {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 0.5208333333vw 0 0;
    border-bottom: 1px solid rgba(35, 24, 21, 0.2);
    transition: 0.6s;
    padding: 0 0 0.15625vw;
}

.sec3 .content .swiper .swiper-slide .slide_box .more p,
.sec4 .content .swiper .swiper-slide .slide_box .more p {
    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #69605E;
    margin-right: 0.2083333333vw;
    line-height: 1;
    transition: 0.6s;
}

.sec3 .content .swiper .swiper-slide .slide_box .more .iconfont,
.sec4 .content .swiper .swiper-slide .slide_box .more .iconfont {
    font-size: 0.7291666667vw;
    color: #69605E;
    transition: 0.6s;
}

.sec3 .content .swiper .swiper-slide .slide_box:hover .img img,
.sec4 .content .swiper .swiper-slide .slide_box:hover .img img {
    transform: scale(1.1);
}

.sec3 .content .swiper .swiper-slide .slide_box:hover .img .label,
.sec4 .content .swiper .swiper-slide .slide_box:hover .img .label {
    background: #DAA383;
    color: #FFFFFF;
}

.sec3 .content .swiper .swiper-slide .slide_box:hover .more,
.sec4 .content .swiper .swiper-slide .slide_box:hover .more {
    border-bottom: 1px solid #DAA383;
}

.sec3 .content .swiper .swiper-slide .slide_box:hover .more p,
.sec3 .content .swiper .swiper-slide .slide_box:hover .more .iconfont,
.sec4 .content .swiper .swiper-slide .slide_box:hover .more p,
.sec4 .content .swiper .swiper-slide .slide_box:hover .more .iconfont {
    color: #DAA383;
}

.sec4 {
    padding: 9.5833333333vw 3.125vw 8.6458333333vw;
}

.sec4 .title {

    font-weight: 400;
    font-size: 2.125vw;
    color: #231815;
    line-height: 3.6458333333vw;
    text-transform: uppercase;
}


.sec5 {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sec5 .l {
    width: 50%;
    position: relative;
    z-index: 3;
    background: #FAF8F7;
}


.sec5 .l_top_title {
    width: max-content;
    position: absolute;
    left: 3.125vw;
    top: 10vw;
    z-index: 3;
}

.sec5 .l_top_title p {

    font-weight: 400;
    font-size: 5.2083333333vw;
    color: #FFFFFF;
    text-transform: uppercase;
    white-space: nowrap;
}

.sec5 .l_top .l_top_title p:nth-child(1) {
    width: 46.875vw;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.sec5 .l .l_top .l_top_title p:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
}

.sec5 .l .l_top .l_top_text {
    width: 32.8125vw;
    margin: 1.5625vw 0 3.6458333333vw;
}

.sec5 .l .l_top .l_top_text p {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    line-height: 1.7708333333vw;
}

.sec5 .l .l_top .more a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5vw;
    height: 3.5416666667vw;
    background: #231815;
    font-weight: 400;
    font-size: 0.9375vw;
    color: #FFFFFF;
    transition: 0.6s;
}

.sec5 .l .l_top .more a:hover {
    background: #A61E41;
}

.sec5 .l .l_bottom {
    width: 100%;
    height: 25vw;
    display: flex;
}

.sec5 .l .l_bottom .img {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.sec5 .l .l_bottom .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec5 .l .l_bottom .img:hover img {
    transform: scale(1.1);
}

.sec5 .r {
    width: 100%;
}

.sec5 .r .img {
    height: 56.25vw;
    width: 100%;
}

.sec5 .r .img img {
    display: block;
    width: 100%;
    height: 100%;
}

/*# sourceMappingURL=index.css.map */
.section1 {
    padding: 10.78125vw 3.0208333333vw 6.6145833333vw;
    background: #FAF6F5;
}

.section1 .title {

    font-weight: 400;
    font-size: 4.25vw;
    color: #231815;
    text-transform: uppercase;
    margin-bottom: 6.25vw;
}
html[lang='zh-CN'] .section1 .title {
    text-align: center;
}
.section1 .title span {

    color: #E0976E;
}

.section1 .flex {
    display: flex;
}

.section1 .flex .img {
    width: 33.4375vw;
    margin-right: 13.4375vw;
}

.section1 .flex .img img {
    display: block;
    width: 100%;
}

.section1 .flex .r {
    width: 41.1979166667vw;
    padding: 4.1666666667vw 0 0;
}

.section1 .flex .r .little_title {

    font-weight: 400;
    font-size: 2.5vw;
    color: #231815;
    text-transform: uppercase;
    margin-bottom: 2.03125vw;
}

.section1 .flex .r .text {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    line-height: 1.7708333333vw;
}
html[lang='zh-CN'] .section1 .flex .r .text {
    font-size: 1.25vw;
    line-height: 1.8;
}
.section1 .flex .r .more {
    margin: 8.0208333333vw 0 0;
}

.section1 .flex .r .more a {
    width: 12.5vw;
    height: 3.5416666667vw;
    background: #231815;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section1 .flex .r .more a p {
    font-weight: 400;
    font-size: 0.9375vw;
    color: #FFFFFF;
}

.section2 {
    padding: 0 3.125vw 10vw;
    background: #FAF6F5;
}

.section2 .title {

    font-weight: 400;
    font-size: 0.9375vw;
    color: #231815;
    text-transform: uppercase;
    border-bottom: 1px solid #231815;
    padding: 0 0 0.5208333333vw;
    margin-bottom: 1.71875vw;
}

.section2 .list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section2 .list .item {
    width: 20.8333333333vw;
    height: 20.8333333333vw;
    background: #FFFFFF;
    border-radius: 50%;
    padding: 7.2916666667vw 0 0;
}

.section2 .list .item h5 {

    /* font-weight: 400; */
    /* font-size: 1.0416666667vw; */
    font-size: 1.25vw;
    color: #231815;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 2.3958333333vw;
}

.section2 .list .item h5:after {
    content: "";
    width: 1.3541666667vw;
    height: 0.1041666667vw;
    background: #E5793D;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.5208333333vw;
}

.section2 .list .item p {

    font-weight: 400;
    font-size: 0.8333333333vw;
    color: #231815;
    line-height: 1.25vw;
    text-align: center;
}

.section2 .list .item:nth-child(2n-1) {
    margin: 7.8125vw 0 0;
    background: #231815;
}

.section2 .list .item:nth-child(2n-1) h5,
.section2 .list .item:nth-child(2n-1) p {
    color: #FAF6F5;
}


.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: 0.6s
}

.fixed .close {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: -59px;
    cursor: pointer
}

.fixed .close svg {
    display: block;
    width: 20px;
}

.fixed.show {
    opacity: 1;
    pointer-events: auto
}

.fixed .fix_shadow {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.32;
    position: absolute
}

.fixed .fix_context {
    position: relative;
    z-index: 3;
    width: fit-content;
    height: 80vh;
}

.fixed .fix_context .fix_box {
    border-radius: 10px;
    overflow: hidden;
    width: fit-content;
    height: 100%;
}
.fixed .fix_context .fix_box img {
    display: block;
    height: 100%;
}
.fixed .fix_context .fix_title {
    font-weight: bold;
    font-size: 42px;
    color: #1A1A1A;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 50px;
    padding: 0 0 40px
}

.fixed .fix_context .fix_text {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 32px;
    max-height: 50vh;
    overflow-y: scroll
}

.fixed .fix_context .fix_text::-webkit-scrollbar {
    width: 3px;
    background: #EFEFEF
}

.fixed .fix_context .fix_text::-webkit-scrollbar-thumb {
    background: #003F96
}
@media screen and (max-width: 768px) {
    .banner .l .img img:nth-child(2) {
        display: block !important;
    }
    .banner .l .img img {
        display: none !important;
    }
    .section1 {
        padding: 60px 5vw 40px;
    }
    .section1 .title {
        font-size: 24px;
        white-space: normal;
    }
    .section1 .flex {
        flex-direction: column-reverse;
    }
    .section1 .flex .img {
        width: 100%;
        margin: 0;
    }
    .section1 .flex .r {
        width: 100%;
        padding: 0;
    }
    .section1 .flex .r .little_title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .section1 .flex .r .text {
        font-size: 16px;
        line-height: 1.8;
    }
    .section1 .flex .r .more {
        margin: 40px 0 0;
    }
    .section1 .flex .r .more a {
        width: 150px;
        height: 45px;
    }
    .section1 .flex .r .more a p {
        font-size: 16px;
    }
    .section1 .flex .r {
        margin-bottom: 40px;
    }
    .section2 {
        padding: 40px 5vw 60px;
    }
    .section2 .title {
        font-size: 24px;
        padding: 0 0 10px;
        margin-bottom: 40px;

    }
    .section2 .list .item:nth-child(2n-1) {
        margin: 0;
    }
    .section2 .list {
        flex-wrap: wrap;
        gap: 30px 0;
    }
    .section2 .list .item {
        width: 90vw;
        height: 90vw;
        padding: 30vw 0 0;
    }
    .section2 .list .item h5 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .section2 .list .item h5:after {
        bottom: -7px;
    }
    .section2 .list .item h5:after {
        width: 20px;
        height: 2px;
        border-radius: 2px;
    }
    .section2 .list .item p {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec3 {
        padding: 50px 5vw;
    }
    .sec3 .big_img .text,.sec4 .big_img .text {
        font-size: 24px;
    }
    .sec3 .big_img,.sec4 .big_img {
        height: 60vw;
        margin-bottom: 30px;
    }
    .sec3 .top .title,.sec4 .title {
        font-size: 20px;
    }
    .sec3 .top .btns .iconfont, .sec4 .top .btns .iconfont {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .sec3 .top .btns .iconfont, .sec4 .top .btns .iconfont {
        margin-left: 10px;
    }
    .sec3 .big_img img,.sec4 .big_img img {
        height: 100%;
        filter: brightness(0.9);
    }
    .sec3 .top, .sec4 .top {
        margin-bottom: 30px;
    }
    .sec3 .content .l, .sec4 .content .l {
        display: none;
    }
    .sec3 .content .swiper, .sec4 .content .swiper {
        width: 100%;
    }
    .sec3 .content, .sec4 .content {
        width: 100%;
    }
    .sec3 .content .swiper .swiper-slide .slide_box .img, .sec4 .content .swiper .swiper-slide .slide_box .img {
        height: 100vw;
        margin-bottom: 20px;
    }
    .sec3 .content .swiper .swiper-slide .slide_box .img img {
        max-width: 45vw;
        max-height: 70vw;
    }
    .sec3 .content .swiper .swiper-slide .slide_box .img .label, .sec4 .content .swiper .swiper-slide .slide_box .img .label {
        line-height: 36px;
        left: 15px;
        bottom: 15px;
        padding: 0 20px;
        border-radius: 20px;
        font-size: 16px;
    }
    .sec3 .content .swiper .swiper-slide .slide_box .slide_box_text p, .sec4 .content .swiper .swiper-slide .slide_box .slide_box_text p {
        font-size: 16px;
        line-height: 1.6;
    }
    .sec3 .content .swiper .swiper-slide .slide_box .slide_box_text, .sec4 .content .swiper .swiper-slide .slide_box .slide_box_text {
        height: unset;
    }
    .fixed .fix_context .fix_box {
        width: 90vw;
        height: unset;

    }
    .fixed .fix_context {
        height: unset;
    }
    .fixed .fix_context .fix_box img {
        width: 100%;
        height: unset;
    }
    .fixed .close {
        top: -50px;
        right: 0;
    }
    .sec4 {
        padding: 40px 5vw 80px;
    }
    html[lang='zh-CN'] .section1 .flex .r .text {
        font-size: 16px;
        line-height: 1.8;
    }
    html[lang='zh-CN'] .section1 .title {
        text-align: left;
    }
}
