﻿.w1600 {
    width: calc(100% - 8rem);
    margin: 0 auto;
}

.lh1 {
    line-height: 1;
}

.more {
    color: #e50112;
}

.clickmore {
    width: 100%;
    text-align: center;
    margin-top: 1.875rem;
}

.clickmore .more {
    background: #ffffff;
    border-radius: .625rem;
    border: 1px solid #e50112;
    cursor: pointer;
    padding-left: .75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.fw500 {
    font-weight: 500;
}

.addss {
    border-top-color: rgba(255, 255, 255, .2);
}

.esg_a {
    width: 100%;
    overflow: hidden;
    padding: 2.25rem 0rem 3.25rem 0rem;
    background-color: #f9f9f9;
}

.esg_a h2 {
    margin-bottom: 1.05rem;
    font-weight: 600;
    padding: 0 4rem;
}

.swiper_01 {
    padding: 0rem 11.75rem 0rem 4rem;
}

.swiper_01 .img {
    width: 15rem;
    height: 100%;
    position: relative;
}

.swiper_01 .swiper-slide .img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(51, 51, 51, .1);
    z-index: 0;
}

.swiper_01 .img .t4 {
    bottom: 1.3rem;
    width: 10.95rem;
    padding: 0 1.3rem;
    height: auto;
    z-index: 1;
    opacity: 1;
    transform: translateY(0px);
    transition: all .6s ease-in-out;
}

.swiper_01 .swiper-slide .txt:hover .t4 {
    color: #e50112;
}

.swiper_01 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .swiper_01 .txt{
    padding: 0 1.5rem;
}
.swiper_01 .txt h3{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
} */
.swiper_01 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    background-color: #fff;
    height: 11.25rem;
    box-shadow: 0px .125rem .375rem 0px rgba(51, 51, 51, 0.05);
}

.swiper_01 .swiper-slide .txt {
    height: 100%;
    width: calc(100% - 15rem);
    padding: 1.675rem 1.7rem 1.675rem 1.575rem;
    overflow: hidden;
}

.swiper_01 .swiper-slide .txt .t4 {
    margin-bottom: .625rem;
}

.swiper_01 .swiper-slide .txt .t5 {
    margin-bottom: 1.65rem;
    max-height: 3rem;
    overflow: auto;
    padding-right: .2rem;
}

.swiper_01 .swiper-slide .txt .t5::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(0, 0, 0, .1);
}

.swiper_01 .swiper-slide .txt .t5::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #e50112;
}

.swiper_01 .swiper-pagination {
    margin-top: 1.4rem;
    font-size: 0;
    position: relative;
    bottom: auto !important;
    width: calc(100% + 7.75rem) !important;
}

.swiper_01 .swiper-pagination .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #dcdcdc;
    border-radius: 50%;
    margin: 0 0.25rem;
    opacity: 1;
}

.swiper_01 .swiper-pagination .swiper-pagination-bullet-active {
    background: #e50112;
}

.swiper_01 .btn {
    right: 10rem;
    top: 5rem;
    width: 1.25rem;
    height: 1.25rem;
    background: #e5e5e5;
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .6s;
}

/* .swiper_01 .btn. */
.swiper_01 .btn img {
    filter: brightness(5) invert(1);
    transition: all .6s;
}

.swiper_01 .btn:hover {
    background-color: #e50112;
}

.swiper_01 .btn:hover img {
    filter: none;
}

.swiper_01 .btn .icon {
    width: .25rem;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper_01 .btn .icon img {
    width: 100%;
}

.swiper_01 .swiper-slide .txt .t4 {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s .1s ease-in-out;
}

.swiper_01 .swiper-slide .txt .t5 {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s .2s ease-in-out;
}

.swiper_01 .swiper-slide .txt .more {
    opacity: 0;
    transform: translateY(20px);
    transition: all .6s .3s ease-in-out;
}

.swiper_01 .swiper-slide-active .txt .t4,
.swiper_01 .swiper-slide-active .txt .t5,
.swiper_01 .swiper-slide-active .txt .more {
    opacity: 1;
    transform: translateY(0px);
}

.swiper_01 .swiper-slide-active .img .t4 {
    /* width: 100%; */
    opacity: 0;
    transform: translateY(20px);
}

.swiper_01 .swiper-slide .txt .hide_img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: all .6s .5s ease-in-out;
}

.swiper_01 .swiper-slide .txt .hide_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper_01 .swiper-slide-active .txt .hide_img {
    opacity: 0;
    transition: all .1s 0s ease-in-out;
}

.swiper_01 .swiper-slide .txt .hide_img::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(51, 51, 51, .4);
    z-index: 1;
}

.esg_b {
    width: 100%;
    overflow: hidden;
    padding: 2.5rem 0 3.6rem;
}

.esg_b h2 {
    margin-bottom: 1.25rem;
    font-weight: 600;
}

.esg_b .ulbox .lis {
    width: 100%;
    height: 15rem;
    margin-bottom: 1rem;
    background-color: rgba(51, 51, 51, .1);
}

.esg_b .ulbox .lis .img {
    width: 100%;
    height: 100%;
}

.esg_b .ulbox .lis .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esg_b .ulbox .lis:last-child {
    margin-bottom: 0;
}

.esg_b .ulbox .lis .txt {
    left: 0;
    top: 2.175rem;
    width: 16.5rem;
    /* height:9.65rem; */
    background-color: rgba(255, 255, 255, .6);
    backdrop-filter: blur(1px);
    padding: 1.225rem 1.5rem 1.75rem 1.5rem;
}

.esg_b .ulbox .lis:nth-child(even) .txt {
    left: auto;
    right: 0;
}

.esg_b .ulbox .lis .txt .t4 {
    margin-bottom: .45rem;
}

.esg_b .ulbox .lis .txt .t5 {
    margin-bottom: .6rem;
}

.esg_b .ulbox .lis .txt .t6 {
    font-weight: normal;
    font-family: FZYOUHK_506L;
    text-align: justify;
    margin-bottom: .85rem;
    /* height: 2.4rem; */
    max-height: 3rem;
    overflow: auto;
    padding-right: .2rem;
}

.esg_b .ulbox .lis .txt .t6::-webkit-scrollbar {
    width: 2px;
    background-color: rgba(0, 0, 0, .1);
}

.esg_b .ulbox .lis .txt .t6::-webkit-scrollbar-thumb {
    width: 2px;
    background-color: #e50112;
}

.esg_b .ulbox .lis .txt .more {
    background-color: rgba(255, 255, 255, .5);
}

.esg_c {
    background-color: #fcfcfc;
    padding: 2.5rem 0 3.125rem;
}

.esg_c h2 {
    margin-bottom: 2.3958vw;
}

.esg_c .ul_ajax {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.esg_c .ul_ajax .lis {
    width: calc((100% - .375rem) / 2);
    margin-bottom: .375rem;
    display: flex;
    align-items: flex-start;
    background-color: #fff;
    flex-wrap: wrap;
    padding: .775rem .75rem;
    cursor: pointer;
}

.esg_c .ul_ajax .lis.on .t4,
.esg_c .ul_ajax .lis:hover .t4 {
    color: #e50112;
}

.esg_c .ul_ajax .lis .img {
    width: 3.25rem;
    height: 2.2rem;
    margin-right: .675rem;
    background-color: #eaeaea;
}

.esg_c .ul_ajax .lis .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esg_c .ul_ajax .lis .txt {
    padding-top: .2rem;
    width: calc(100% - 3.25rem - .675rem);
}

.esg_c .ul_ajax .lis .txt .t4 {
    margin-bottom: .3rem;
    transition: all .6s;
}

.esg_d {
    background-color: #fff;
    padding: 3rem 0 2.925rem;
}

.esg_d h2 {
    margin-bottom: 1.15rem;
}

.esg_d .report .item {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: .925rem 3rem 0 1.8rem;
    margin-bottom: 1.325rem;
    position: relative;
}

.esg_d .report .item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 6.5rem;
    background: rgba(253, 242, 240, .4);
    z-index: -1;
}

.esg_d .report .item .img {
    width: 5.5rem;
    height: 7.45rem;
    margin-right: 2.65rem;
}

.esg_d .report .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.esg_d .report .item .txt {
    color: #e01122;
    padding-top: 1.175rem;
}

.esg_d .report .item .txt .t4 {
    margin-bottom: .475rem;
}

.esg_d .report .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e01122;
    position: absolute;
    right: 3rem;
    top: 3.125rem;
}

.esg_d .report a .icon {
    margin-right: .4rem;
    transition: all .6s;
}

.esg_d .report .ul_ajax {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.esg_d .report .ul_ajax .lis {
    width: calc((100% - .375rem) / 2);
    height: 7rem;
    background: #fcfcfc;
    margin-bottom: .375rem;
    padding: 1rem 1.5rem 1.25rem 1rem;
}

.esg_d .report .ul_ajax .lis .t4 {
    margin-bottom: .6rem;
    transition: all .6s;
    text-wrap: nowrap;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.esg_d .report .ul_ajax .lis .t5 {
    margin-bottom: 1.35rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 设置最大显示行数 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.esg_d .report .ul_ajax .lis a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #e01122;
    transition: all .6s .1s;
}

.esg_d .report .ul_ajax .lis:hover .t4 {
    color: #e50112;
}

.esg_d .report .item a span {
    transition: all .6s .1s;
}

.esg_d .report .item:hover a span {
    transform: translateX(4px);
}

.esg_d .report .ul_ajax .lis:hover a .icon {
    margin-right: .5rem;
}

@media (max-width: 1440px) {
    .swiper_01 {
        padding: 0rem 4rem 0rem 4rem;
    }

    .swiper_01 .btn {
        right: 2rem;
    }

    .swiper_01 .swiper-slide .txt {
        padding: 1rem 1.2rem;
    }

    .swiper_01 .swiper-slide .txt .t5 {
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1024px) {
    .w1600 {
        width: calc(100% - 2.5rem);
    }

    .swiper_01 {
        padding: 0 1.25rem;
    }

    .swiper_01 .swiper-pagination {
        width: 100% !important;
    }

    .esg_a h2 {
        padding-left: 1.25rem;
    }

    .esg_d .report .ul_ajax .lis {
        width: 100%;
    }

    .swiper_01 .swiper-slide {
        height: auto;
    }

    .swiper_01 .swiper-slide .img {
        width: 100%;
        height: 10rem;
    }

    .swiper_01 .swiper-slide .txt {
        width: 100%;
        height: auto;
    }

    .swiper_01 .btn {
        right: 0rem;
        top: 50%;
        transform: translateY(-50%);
    }

    .esg_a {
        padding: 1.5rem 0;
    }

    .esg_b {
        padding: 1.5rem 0;
    }

    .esg_b .ulbox .lis .txt {
        padding: 1.2rem 1rem;
    }

    .esg_c {
        padding: 1.5rem 0;
    }

    .esg_d {
        padding: 1.5rem 0;
    }

    .esg_d .report .item {
        /* flex-direction: column; */
    }

    .esg_d .report .item::after {
        height: 75%;
    }

    .esg_d .report .item {
        padding: 1rem;
    }

    .esg_d .report .item a {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        justify-content: flex-start;
    }

    .esg_d .report .item .txt {
        padding-top: .5rem;
    }

    .esg_d .report .item .txt .t5 {
        margin-bottom: .75rem;
    }

    .esg_b .ulbox .lis {
        height: auto;
        background-color: transparent;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
    }

    .esg_b .ulbox .lis .img {
        width: auto;
        height: 10rem;
    }

    .esg_b .ulbox .lis .txt {
        width: 100%;
        position: relative;
        top: 0;
    }

    .esg_b .ulbox .lis .txt .t6 {
        max-height: none;
        padding-right: 0;
        overflow: visible;
    }

    .swiper_01 .swiper-slide .txt .t5 {
        max-height: none;
        padding-right: 0;
        overflow: visible;
    }

    .esg_d .report .ul_ajax .lis .t5 {
        overflow: visible;
        display: -webkit-box;
        -webkit-line-clamp: none;
        -webkit-box-orient: vertical;
        text-overflow: inherit;
    }
}

@media (max-width: 996px) {
    /* .esg_c .ul_ajax .lis{
        width: 100%;
    } */
}

@media (max-width: 800px) {
    .esg_c .ul_ajax .lis .img {
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: .5rem;
    }

    .esg_c .ul_ajax .lis .txt {
        width: 100%;
    }

    .esg_c .ul_ajax .lis .txt .t4 br {
        display: none;
    }

    .esg_d .report .item {
        flex-direction: column;
    }

    .esg_d .report .item::after {
        height: 100%;
    }

    .esg_d .report .ul_ajax .lis {
        height: auto;
        margin-bottom: .75rem;
    }

    .esg_c .ul_ajax .lis {
        margin-bottom: .75rem;
    }

    .esg_d .report .ul_ajax .lis {
        margin-bottom: .75rem;
    }
}

@media (max-width: 767px) {
    .swiper_01 .swiper-slide .txt {
        padding: 1rem .5rem;
    }

    .swiper_01 .swiper-slide .txt .t5 {
        margin-bottom: 1.5rem;
    }

    .esg_b .ulbox .lis .txt {
        padding: 1rem .5rem;
    }
}

@media (max-width: 640px) {
    .esg_c .ul_ajax .lis {
        width: 100%;
    }

    .esg_d .report .ul_ajax .lis,
    .esg_c .ul_ajax .lis {
        box-shadow: 5px 5px 5px rgba(0, 0, 0, .05);
    }

    .esg_c .ul_ajax .lis .img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .esg_c .ul_ajax .lis .txt {
        padding-top: 1rem;
    }
}

.popUp_Honor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.popUp_Honor .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.popUp_Honor .content_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25rem;
    height: 17.5rem;
    background-color: #fff;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.popUp_Honor .content_box .img {
    width: 40%;
    margin: 0 auto .5rem;
}

.popUp_Honor .content_box .img img {
    /* margin: 0 auto; */
    width: 100%;
}

.popUp_Honor .con_txt {
    max-height: 3.5rem;
    overflow: auto;
    padding-right: .25rem;
    line-height: 1.5;
}

.popUp_Honor .con_txt::-webkit-scrollbar {
    width: 2px;
    background-color: #f9f9f9;
}

.popUp_Honor .con_txt::-webkit-scrollbar-thumb {
    width: 2px;
    border-radius: 2px;
    background-color: #e50112;
}

.popUp_Honor .closed {
    position: absolute;
    top: 0rem;
    right: 0rem;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    background-color: #e50112;
    border-bottom-left-radius: .625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popUp_Honor .closed img {
    width: .35rem;
    transition: all .6s;
}

.popUp_Honor .closed:hover img {
    transform: rotate(90deg);
}

@media (max-width: 996px) {
    .popUp_Honor .content_box {
        width: 88%;
    }
}

.esg-list .tit {
    padding: 2.3rem 4.05rem 0.8rem;
}

.esg-list .tit .t1 {
    line-height: 1;
    font-weight: 500;
    margin-bottom: 0.1rem;
}

.esg-list .list .li {
    padding: 0 4.1rem;
    padding-bottom: 2.075rem;
}

.esg-list .list .li .t {
    line-height: 1;
    padding: 0.7rem 0;
    font-weight: 500;
    position: relative;
}

.esg-list .list .li .t::after {
    content: "";
    width: 3.75rem;
    height: 2px;
    background: #e50112;
    position: absolute;
    bottom: 0;
    left: 0;
}

.esg-list .list .li .content {
    background-color: #fff;
    display: flex;
}

.esg-list .list .li .content .img-box {
    width: 53%;
    overflow: hidden;
    height: 12rem;
}

.esg-list .list .li .content .txt {
    width: 47%;
    padding: 3.775rem 1.4rem 0;
}

.esg-list .list .li:nth-child(2n) .content {
    flex-direction: row-reverse;
}

@media (max-width: 750px) {
    .esg-list .tit {
        padding: 1rem 1.25rem;
    }

    .esg-list .list .li {
        padding: 0 1.25rem 1.5rem;
    }

    .esg-list .list .li .content {
        display: block;
        background-color: transparent;
    }

    .esg-list .list .li .content .img-box {
        width: 100%;
        height: auto;
    }

    .esg-list .list .li .content .txt {
        width: 100%;
        padding: 0.5rem 0;
        font-size: 14px;
    }
}

.goods_info {
    min-height: 100vh;
    background-color: #f5f5f5;
}

.goods_info .w1600 {
    width: calc(100% - 8rem);
    margin: 0 auto;
}

.goods_info .news_info {
    position: absolute;
    left: 4rem;
    top: 0;
    padding-top: 4.075rem;
    z-index: 1;
}

.g_info_a {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    /* height: 25rem !important; */
}

.g_info_a .bg.w100 {
    width: 100%;
    height: 100%;
    /* transform: scale(1.1); */
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-position: center;
    transition: all 1s ease;
}

.g_info_a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 160%;
    z-index: 0;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: visible;
    transition: all 1s ease;
}

.g_info_a.cur1::after {
    opacity: .75;
    visibility: visible;
}

.g_info_a.cur::after {
    opacity: 1;
    visibility: visible;
}

.g_info_a .txt_box {
    position: absolute;
    text-align: center;
    width: max-content;
    width: 100%;
    z-index: 1;
}

.g_info_a .txt_box1 {
    top: 6rem;
}

.g_info_a .txt_box1 .tit-72 {
    line-height: 1;
    margin-bottom: .75rem;
}

.g_info_a .txt_box1 .tit-42 {
    line-height: 1;
}

.g_info_a .txt_box2 {
    top: 6rem;
}

.g_info_a .txt_box2 .txt {
    color: rgba(255, 255, 255, 0.251);
    transition: all .6s;
}

.g_info_a .txt_box2 .txt.prev,
.g_info_a .txt_box2 .txt.next {
    color: rgba(255, 255, 255, 0.5);
}

.g_info_a .txt_box2 .txt.cur {
    color: #fff;
}

.txt_box1,
.txt_box2 {
    opacity: 0;
    transform: translateY(180px);
}

.txt_box.cur {
    opacity: 1;
    transform: translateY(0);
}

.txt_box2 .tit-32.cur {
    color: #fff !important;
}

.play_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.play_box .play_icon {
    z-index: 2;
    width: 1.85rem;
    height: 1.85rem;
    /* transition: all .6s; */
    cursor: pointer;
}

.play_box .play_icon img {
    width: 100%;
    transition: all .6s ease;
}

.play_box .play_icon:hover img {
    transform: scale(1.05);
}

.g_info_d {
    width: 100%;
    background-color: #fff;
    padding-bottom: 5.725rem;
    padding-top: 2.75rem;
    overflow: hidden;
}

.g_info_d .tit-52 {
    margin-bottom: 1.75rem;
}

.g_info_d .swiper_card .swiper-slide {
    width: auto !important;
    max-width: 100%;
}

.g_info_d .swiper_card {
    padding: 0 4rem;
    max-height: 24.5rem;
}

.g_info_d .swiper_card .item_img {
    max-width: 100%;
    overflow: hidden;
    /* max-height: 620px; */
}

.g_info_d .swiper_card .item_img img {
    width: 100%;
    height: 100%;
    transition: all .6s;
    object-fit: cover;
}

.g_info_d .swiper_card .swiper-slide:hover img {
    transform: scale(1.02);
}

.g_info_d .swiper_card p {
    margin-top: .375rem;
    line-height: 1.5;
}

.g_info_e {
    width: 100%;
    background-color: rgb(242, 242, 242);
}

.g_info_e .w1600 {
    padding: 3rem 0 6.25rem;
    overflow: hidden;
}

.g_info_e .w1600 .img {
    width: 100%;
    height: 13.5rem;
}

.g_info_e .w1600 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.g_info_e .w1600 .txt {
    padding-top: .8rem;
}

.g_info_e .w1600 .txt-18 {
    margin-bottom: .3rem;
    line-height: 1.2;
}

.g_info_e .w1600 .swiper-scrollbar {
    background-color: rgb(51, 51, 51, .1);
    height: .25rem;
    margin: 2.4rem 0;
    bottom: 0;
    line-height: 0;
    font-size: 0;
}

.g_info_e .w1600 .swiper-scrollbar-drag {
    background-color: rgb(229, 1, 18);
}

.g_info_f {
    height: 100vh;
    width: 100%;
    position: relative;
}

.g_info_f .img_box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.g_info_f .img_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_info_f .img_box img.w100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.g_info_f .txt_color {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 4.25rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.g_info_f::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .75);
    content: '';
    z-index: -1;
    opacity: 0;
    transition: all .6s;
}

.g_info_f.cur::after {
    opacity: 1;
}

.g_info_f .item_color {
    margin: 0 1.1rem;
    align-items: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.g_info_f .item_color p {
    opacity: 0;
    transform: translateY(10px);
    transition: all .6s;
    text-align: center;
}

.g_info_f .item_color .color_box {
    width: 1.35rem;
    height: 1.35rem;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    box-shadow: 0px 5px 10px 0px rgba(255, 255, 255, 0.25);
    border-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.g_info_f .item_color .color_box .color_box_circle {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    z-index: 2;
}

.g_info_f .item_color .color_box::after {
    position: absolute;
    width: 1.35rem;
    height: 1.35rem;
    left: 50%;
    top: 50%;
    content: '';
    background-color: #fff;
    border: 2px solid #fff;
    /* background-color: rgba(255, 255, 255, 1); */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    /* border-color: rgba(0, 0, 0, 0.1); */
    transition: all .3s linear;
}

.g_info_f .item_color.cur p {
    opacity: 1;
    transform: translateY(0);
}

.g_info_f .item_color.cur .color_box {
    box-shadow: none;
}

.g_info_f .item_color.cur .color_box::after {
    /* width: 1.35rem; */
    /* height: 1.35rem; */
    background-color: rgba(255, 255, 255, 0);
    border: 20px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.g_info_f .img_box img {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .6s;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_info_f .img_box img.cur {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.g_info_g {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.02);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
}

.g_info_g .w1600 {
    padding: 3rem 0 6.75rem;
}

.g_info_g .w1600 .tit-52 {
    margin-bottom: 2.15rem;
}

.g_info_g .tab_card .tab_tr {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: flex-start;
    margin-bottom: .125rem;
}

.g_info_g .tab_card .tab_tr:last-child {
    margin-bottom: 0;
}

.g_info_g .tab_card .tab_li {
    flex: 1;
    margin-right: .15rem;
    width: auto;
    background-color: #fff;
    padding: 1.075rem 1.25rem 1.25rem;
}

.g_info_g .tab_card .tab_li:last-child {
    margin-right: 0;
}

.g_info_g .tab_card .tab_li .tit-15 {
    line-height: 1;
    color: #e50112;
    margin-bottom: 1.2rem;
    font-weight: 500;
}

.g_info_g .tab_card .tab_li .tit-22 {
    line-height: 1.5;
    font-weight: 500;
}

.g_info_g .tab_card .tab_li .swiper_tab_img {
    max-width: 17.5rem;
    /* width: 17.5rem; */
    width: 100%;
}

.g_info_g .tab_card .tab_tr:last-child .tab_li:last-child .tit-15 {
    margin-bottom: .75rem;
}

.g_info_g .tab_card .tab_tr:last-child .tab_li:last-child img {
    width: 100%;
    margin-bottom: .25rem;
}

.g_info_h .w1600_1 {
    padding: 2.3rem 0 4.05rem;
    overflow: hidden;
}

.g_info_h .w1600_2 {
    padding: 3.55rem 0 4.05rem;
    overflow: hidden;
}

.g_info_h .w1600_1 .swiper_info_nav {
    width: calc(100% - 5rem * 2);
    margin: 0 auto 1.25rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    /* padding: 0 1.225rem; */
    position: relative;
}

.g_info_h .w1600_1 .swiper_info_nav .swiper_line {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: .075rem;
    background-color: #e50112;
    transition: all .6s;
    transform: translateX(-50%);
}

.g_info_h .w1600_1 .swiper_info_nav .swiper-slide {
    line-height: 1;
    padding-bottom: .65rem;
    position: relative;
    color: rgba(51, 51, 51, 0.5);
    cursor: pointer;
    text-align: center;
    /* transition: all .6s; */
    width: auto;
    padding: 0 .5rem .65rem;
}

/* .g_info_h .w1600_1 .swiper_info_nav .swiper-slide:nth-last-child(-n + 1){
    margin-right: 0 !important;
} */
/* .g_info_h .w1600_1 .swiper_info_nav .swiper-slide::after {
    position: absolute;
    left: 50%;
    bottom: 0%;
    content: '';
    width: 0%;
    height: .075rem;
    background: #E50112;
    transition: all .6s;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
} */
.g_info_h .w1600_1 .swiper_info_nav .swiper-slide:hover::after,
.g_info_h .w1600_1 .swiper_info_nav .swiper-slide.cur::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.g_info_h .w1600_1 .swiper_info_nav .swiper-slide:hover,
.g_info_h .w1600_1 .swiper_info_nav .swiper-slide.cur {
    color: #333;
}

.g_info_h .w1600_1 .swiper_item {
    position: relative;
}

.g_info_h .w1600_1 .swiper_item .swiper-slide {
    text-align: center;
    margin: 0 auto;
}

.g_info_h .w1600_1 .swiper_item .swiper-slide p {
    max-width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里设置显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    /* 可选，用于允许在单词内断字 */
    line-height: .6rem;
    height: 1.25rem;
}

.g_info_h .w1600_1 .swiper_item .swiper-slide .img {
    width: 100%;
    height: 18rem;
    margin-top: 1.25rem;
}

.g_info_h .w1600_1 .swiper_item .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_info_h .swiper_item .swiper_btn {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    background: #eeeeee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .2rem .225rem;
    transition: all .6s;
    cursor: pointer;
}

.g_info_h .swiper_item .btn_prev {
    left: 29px;
    background-image: url(../image/pjt.png);
}

.g_info_h .swiper_item .btn_next {
    right: 29px;
    background-image: url(../image/pjt2.png);
}

.g_info_h .swiper_item .swiper_btn:hover {
    background-color: #e50112;
}

.g_info_h .swiper_item .btn_prev:hover {
    background-image: url(../image/pjt3.png);
}

.g_info_h .swiper_item .btn_next:hover {
    background-image: url(../image/pjt4.png);
}

.g_info_h .swiper_item .swiper_btn.swiper-button-disabled {
    opacity: 1;
    background-color: rgb(238, 238, 238, .5);
    pointer-events: none;
}

.g_info_h .swiper_item .swiper_btn.swiper-button-disabled:hover {
    background-color: rgb(238, 238, 238, .5);
}

.g_info_h .swiper_item .btn_prev.swiper-button-disabled {
    background-image: url(../image/pjt3.png);
}

.g_info_h .swiper_item .btn_next.swiper-button-disabled {
    background-image: url(../image/pjt4.png);
}

.g_info_h .swiper_box {
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: space-between;
    background-color: #fff;
    height: 18rem;
}

.g_info_h .w1600_2 .swiper_info_nav {
    width: 20.375rem;
    padding: 2.35rem 2.975rem 3.65rem 1.9rem;
    height: 100%;
    overflow: hidden;
}

.g_info_h .w1600_2 .swiper_item {
    width: calc(100% - 20.375rem);
    height: 100%;
    overflow: hidden;
}

.g_info_h .w1600_2 .swiper_info_nav p {
    line-height: .6rem;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    /* margin-top: 30px; */
    position: absolute;
    left: 0;
    top: 1.5rem;
    height: 2.5rem;
    padding-right: .25rem;
    overflow-y: auto;
    width: 100%;
}

.g_info_h .w1600_2 .swiper_info_nav p::-webkit-scrollbar {
    width: .05rem;
    background-color: rgba(0, 0, 0, .05);
}

.g_info_h .w1600_2 .swiper_info_nav p::-webkit-scrollbar-thumb {
    background-color: #e50112;
}

.g_info_h .w1600_2 .swiper_item .swiper_btn {
    top: 50%;
}

.g_info_h .w1600_2 .swiper_info_nav .swiper-slide {
    padding-bottom: .9rem;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
    position: relative;
    cursor: pointer;
}

.g_info_h .w1600_2 .swiper_info_nav .swiper-slide::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 0;
    height: 3px;
    background: #e50112;
    transition: all .6s;
    opacity: 0;
    visibility: hidden;
}

.g_info_h .w1600_2 .swiper_info_nav .swiper-slide .tit-22 {
    line-height: 1;
    color: rgba(51, 51, 51, 0.5);
}

.g_info_h .w1600_2 .swiper_info_nav .swiper-slide:hover .tit-22,
.g_info_h .w1600_2 .swiper_info_nav .swiper-slide.cur .tit-22 {
    line-height: 1;
    color: rgba(51, 51, 51, 1);
}

.g_info_h .w1600_2 .swiper_info_nav .swiper-slide.cur {
    padding-bottom: 4.55rem;
}

.g_info_h .w1600_2 .swiper_info_nav .swiper-slide:hover::after,
.g_info_h .w1600_2 .swiper_info_nav .swiper-slide.cur::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.g_info_h .w1600_2 .swiper_info_nav .swiper-slide.cur .tit-18 {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s;
    visibility: visible;
    display: block;
}

.g_info_h .w1600_2 .swiper_info_nav .swiper-slide:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.g_info_h .w1600_2 .swiper_item .img img,
.g_info_h .w1600_2 .swiper_item .img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.g_info_c {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.g_info_c .w1600 {
    padding-top: 0rem;
    padding-bottom: 4.5rem;
}

.g_info_c .item {
    width: 100%;
    /* height: 100%; */
    margin-top: 3rem;
}

@media (min-width: 996px) { 
    .g_info_c .item {
        max-height: 87.052vh;
        height: 87.052vh;
    }
}
.g_info_c .item .bg{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}

.g_info_c .item img,
.g_info_c .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g_info_c .item:last-child {
    margin-bottom: 0;
}

.g_info_d .swiper_btn {
    top: 50%;
    width: 1.25rem;
    height: 1.25rem;
    background: rgba(0, 0, 0, .2);
    border-radius: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .6s;
    transform: translateY(-50%);
}

.g_info_d .swiper_btn:hover {
    background: #e50112;
}

.g_info_d .swiper_next {
    right: 2.5rem;
}

.g_info_d .swiper_prev {
    left: 2.5rem;
    transform: translateY(-50%) rotate(-180deg);
}

.newinfo-title .goods_nav .li {
    color: #fff;
}

.newinfo-title .goods_nav .li:before {
    background-color: #fff;
}

.newinfo-title .goods_nav .li:first-child:before {
    filter: invert(1) brightness(1);
    background-color: transparent;
}

.newinfo-title .goods_nav .li:hover {
    color: #e50112;
}

@media (max-width: 1480px) {
    .g_info_h .w1600_1 .swiper_info_nav .swiper_line {
        transform: translateX(-50%);
    }

    .g_info_h .w1600_1 .swiper_item .swiper-slide p {
        font-size: 14px;
    }

    .g_info_h .w1600_2 .swiper_info_nav {
        width: 20rem;
    }

    .g_info_h .w1600_2 .swiper_item {
        width: calc(100% - 20rem);
    }
}

@media (max-width: 1100px) {
    .g_info_h .w1600_1 .swiper_info_nav {
        width: 77%;
        margin: 0 auto 1.15rem;
    }

    .g_info_h .w1600_1 .swiper_info_nav .swiper_line {}
}

.g_info_a>.bg.w100 {
    transition: all .6s linear;
}

/* .g_info_a.cur>.bg.w100,
.g_info_a.cur1>.bg.w100 {
    width: 100%;
    height: 100%;
} */
@media (max-width: 1024px) {
    .goods_info .news_info {
        left: 1.25rem;
    }

    .g_info_a {
        height: 100vh !important;
    }

    .g_info_a .w100 {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .g_info_a .txt_box1 {
        top: 40%;
        transform: translateY(-50%);
    }

    .g_info_h .w1600_1 .swiper_info_nav {
        /* width: 80%; */
        padding: 0 1.5rem;
    }

    .g_info_h .w1600_2,
    .g_info_h .w1600_1 {
        padding: 1.5rem 0 2rem;
    }

    .goods_info .w1600 {
        width: calc(100% - 2.5rem);
    }

    .g_info_h .swiper_box {
        flex-direction: column-reverse;
        height: auto;
    }

    .g_info_h .w1600_2 .swiper_item {
        width: 100%;
        height: 10rem;
    }

    .g_info_h .w1600_2 .swiper_info_nav {
        width: 100%;
        padding: 1.5rem 1rem 1rem;
        height: 10rem;
    }

    .g_info_h .w1600_2 .swiper_info_nav .swiper-slide.cur {
        padding-bottom: 4rem;
    }

    .g_info_f .txt_color {
        top: 2.5rem;
    }

    .g_info_f {
        min-height: auto;
    }

    .g_info_f .w100 {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .g_info_d {
        padding: 1.5rem 0 2rem;
    }

    .g_info_c .item {
        height: 10rem !important;
        margin-top: 0;
    }

    .g_info_h .w1600_1 .swiper_item .swiper-slide .img {
        height: 10rem;
    }

    .g_info_d .tit-52,
    .g_info_g .w1600 .tit-52 {
        margin-bottom: 1rem;
    }

    .g_info_c .g_info_c_box {
        width: calc(100% - 2.5rem);
        margin: 0 auto;
    }

    .g_info_c .w1600 {
        width: 100%;
        padding: 1.5rem 0 2rem;
    }
    .g_info_c .swiper-pagination .swiper-pagination-bullet-active{
        background-color: #e01122;
    }

}

@media screen and (max-width: 768px) {
    .g_info_h .w1600_1 .swiper_item .swiper-slide p {
        height: auto;
    }

    .g_info_h .w1600_1 .swiper_info_nav {
        width: 100%;
        padding: 0 .5rem;
    }

    .g_info_h .w1600_1 .swiper_info_nav .swiper_line {
        transform: translateX(-22%);
    }

    .g_info_d .swiper_card {
        padding: 0 1.25rem;
    }

    .g_info_d .swiper_card .swiper-slide {
        max-width: 100%;
    }

    .g_info_g .w1600 {
        padding: 1.5rem 0 2rem;
    }

    .g_info_g .tab_card .tab_li {
        width: 100%;
        flex: auto;
        margin-bottom: .5rem;
    }

    .g_info_g .tab_card .tab_li .tit-22 {
        line-height: 1.3;
    }

    .g_info_g .tab_card .tab_tr {
        flex-wrap: wrap;
    }

    .g_info_c .item {
        height: auto !important;
    }

    .g_info_h .w1600_2 .swiper_info_nav p {
        max-height: 1.75rem;
    }

    .g_info_d .swiper_next {
        right: 1.5rem;
    }

    .g_info_d .swiper_prev {
        left: 1.5rem;
    }
    /* .g_info_d .swiper_card .item_img{
        max-height: 400px;
    } */
}

.swiper_tab_pagination .swiper-pagination-bullet {
    opacity: .5;
}

.swiper_tab_pagination .swiper-pagination-bullet-active {
    background-color: #e50112;
    opacity: 1;
}

.swiper_tab_img .swiper-wrapper {
    align-items: stretch;
}

.swiper_tab_img .swiper-slide {
    /* width: 100%; */
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 2.5rem; */
}

/* .swiper_tab_img .swiper-slide  img{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */