@media (max-width: 767px) {
    .product-class-show {
        margin-top: 45px;
    }

    .product-class-show li {
        float: left;
        list-style: none;
        width: 25%;
        border-left: 5px solid #fff;
        height: auto;
        transition: all 1s;
        position: relative;
        overflow: hidden;
        /*border-left: 2px solid rgba(255, 255, 255, .8);*/
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);*/
        object-fit: cover;
    }

    .product-class-show li:first-child {
        border-left: none;
    }


    .product-class-show ul {
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .product-class-show ul:hover li {
        width: 16.666%;
    }

    .product-class-show ul li:hover {
        width: 50%;
    }

    .product-class-show li .title {
        position: absolute;
        width: 570px;
        height: 180px;
        text-indent: 2em;
        line-height: 50px;
        bottom: 0px;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        display: flex;
        justify-content: space-between;
    }

    .product-class-show a {
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .english-title {
        color: #231815;
        font-size: 35px;
        text-align: center;
        margin-bottom: 5px;
        text-align: left;
        font-weight: 800;
    }

    .english-title span {
        color: #056db6;
    }

    .china-title {
        color: #000000;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
        font-weight: bold;
        text-align: left;
        font-weight: 400;
    }

    .china-title span {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

    .title-box {
        line-height: 18px;
        width: 60%;
    }

    .content-box {
        padding: 30px 0px;
        /*overflow: hidden;*/
    }

    .class-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 190px;
    }

    .class-line {
        width: 45px;
        height: 2px;
        background-color: #46B5B8;
    }

    .class-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .class-name {

    }

    .more {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .more img {
        width: 20px;
        height: auto;
        padding-left: 5px;
    }

    .class-info-more {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
    }

    .check-report {
        /*background: url("/images/check_bg.png") no-repeat;*/
        background-size: 100% 100%;
    }

    .check-bg {
        width: 100%;
        height: auto;
        /*background: url("/images/certificate.png") no-repeat;*/
        background-size: 100% 100%;
        padding: 15px;
        margin: 0 5px;
    }

    .check-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .zizhi-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 85%, rgba(0, 0, 0, 0.2));
        margin-bottom: 45px;
    }

    .check-imgs {
        margin-top: 45px;
    }

    .about-us {
        /*background: url("/images/about_bg.png") no-repeat;*/
        background-size: 100% 100%;
        padding-bottom: 100px;
    }

    .about-text {
        padding-top: 100px;
        width: 40%;
    }

    .about-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .color-white {
        color: #ffffff !important;
    }

    .about-content {
        color: #ffffff;
        margin-top: 48px;
        font-size: 16px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
    }

    .about-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 600px;
        height: 600px;
        flex-wrap: wrap;
        padding-top: 100px;
        padding-left: 40px;
        flex: 1;
    }

    .youdian-box-1 {
        width: 50%;
        height: 50%;
    }

    .youdian-box-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid transparent;
        width: 50%;
        height: 50%;
    }

    .youdian-text {
        width: 96px;
        height: 24px;
        font-size: 24px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 75px;
        text-align: center;
    }

    .youdian-english {
        width: 193px;
        height: 13px;
        font-size: 16px;
        font-family: sailecRegular;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 75px;
        opacity: 0.5;
        text-align: center;
        margin-top: 18px;
    }

    .newest {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background: #F8F8F8;
    }

    .first-news {
        width: 50%;
        height: 400px;
        position: relative;
    }

    .news-box {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-title {
        font-size: 16px;
        color: #000;
        width: 100%;

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

    .news-desc {
        font-size: 14px;
        color: #727171;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        height: 50px;
        text-align: justify;
    }

    .news-desc p {
        margin: 0;
    }

    .news-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-class-name {
        background: #FFFFFF;
        border-radius: 5px;
        color: #46B5B8;
        padding: 5px;
    }

    .news-time {
        color: #999999;
        font-size: 13px;
        width: 100%;
    }

    .news-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

    .first-news img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .more-news {
        width: 50%;
        background: #F8F8F8;
    }

    .news-item {
        border-bottom: 5px solid #fff;
        padding: 5px 0 5px 20px;
        display: flex;
        width: 50%;
        flex-wrap: wrap;
    }


    .news-img img {
        /*width: 100%;*/
        object-fit: contain;
        height: 100%;
    }

    .news-content {
        border-bottom: 1px dashed #ccc;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 65%;
        flex: 1;
        position: relative;
    }

    .news-item:last-child {
        /*border-bottom: none;*/
    }

    .news-item-title {
        font-size: 14px;

        font-weight: 400;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .news-item-title a {
        color: #000000;
    }

    .news-item-desc {
        font-size: 16px;

        font-weight: 400;
        color: #666666;
        line-height: 26px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        height: 50px;
    }

    .news-item-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-item-class-name {
        background: #46B5B8;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px;
    }

    .news-item-time {
        color: #B3D8D9;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-item-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

    /*new*/
    .product-class-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product {
        background: #f3f3f3;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 238px;
        border-radius: 2px;
    }

    .product img {
        width: 100%;
        object-fit: fill;
    }

    .product-list {
        margin-top: 20px;
    }

    .product-box {
        margin-bottom: 50px;
    }

    .content-news-box {
        padding: 20px;
        background: #fff;
        border-radius: 20px;
        box-shadow: #ccc 5px 5px 10px;
        margin: 30px 0;
    }

    .product-title {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .product-title a {
        color: #000;
    }

    .pinpai {
        padding: 30px 0;
    }

    .pinpai-row {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .pinpai-item {
        width: 120px;
        height: 100px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pinpai-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 5px;
    }

    .product-item {
        cursor: pointer;
    }

    .product-item:hover {
        background: #f0f0f0;
    }

    .product-item {
        width: 100%;
        /*margin-bottom: 20px;*/
        /*padding: 20px 10px 10px;*/
    }

    .product-item-box {
        background: #f3f3f3;
        /*padding-bottom: 10px;*/
        padding: 10px;
    }

    .product-item-box:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff !important;
    }

    .product-item-box:hover .product-title a {
        color: #ffffff;
    }

    .product-class {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px #e9e9e9 solid;
        border-radius: 20px;
        height: auto;
        font-size: 13px;
        font-weight: 400;
    }

    .product-class-item {
        padding: 10px;
        cursor: pointer;
    }

    .product-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .product-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-class-item {
        padding: 10px 20px;
        cursor: pointer;
    }

    .news-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .youshi-bg {
        background: url("/images/youshi-div-bg@2x.png") no-repeat;
        background-size: 100% 100%;
    }

    .youshi {
        padding-top: 20px;
        margin: auto;
    }

    .youshi-intro {
        margin: 20px 0;
    }

    .youshi-intro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
    }

    .youshi-intro-img {
        width: 550px;
        height: 382px;
    }

    .youshi-intro-img img {
        width: 100%;
        height: auto;
    }

    .youshi-intro-text {
        background: url("/images/youshi-bg.png") no-repeat bottom;
        background-size: 100%;
        height: 100%;
        padding: 20px 10px 0;
        flex: 1;
    }

    .youshi-intro-text h3 {
        font-size: 20px;
    }

    .youshi-intro-text ul {
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
        padding: 0;
    }

    .youshi-intro-text li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: baseline;
        width: 100%;
    }

    .youshi-intro-text li div {
        background: #056db6;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin-right: 5px;
    }

    .youshi-intro-text li p {
        flex: 1;
        margin: 0;
        line-height: 25px;
    }

    .contactus-phone {
        width: 200px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #006ebb, #0093dc);
        border-radius: 20px;
        font-size: 14px;
        margin-top: 20px;
    }

    .contactus-phone:hover {
        background: #0093dc;
    }

    .contactus-phone a {
        color: #ffffff;
    }

    .solu-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .solu-item {
        width: 23%;
        position: relative;
        cursor: pointer;
        box-shadow: #ccc 5px 5px 10px;
    }

    .solu-item:hover .solu-bg-img {
        /*width: 100%;*/
        /*height: 100%;*/
        /*background: #000;*/
        /*opacity: 0.3;*/
        filter: brightness(80%);
        transition: all 1s;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
    }

    .jianbian {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0));
        position: absolute;
        top: 0;
        left: 0;
    }

    .solu-bg-img {
        width: 100%;
    }

    .solu-icon {
        position: absolute;
        bottom: 70px;
        left: 10px;
        width: 30px;
    }

    .solu-title {
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 10px;
    }

    .solu-line {
        background: #ffffff;
        width: 30px;
        height: 2px;
        position: absolute;
        bottom: 30px;
        left: 10px;
    }

    .aboutus-bg {
        background: url("/images/aboutus@2x.png") no-repeat center;
        margin-bottom: 150px;
    }

    .aboutus-box {
        padding: 100px 0 20px;
        height: 500px;
    }

    .aboutus-image-text {
        display: flex;
        width: 100%;
        margin-top: 50px;
    }

    .aboutus-image {
        width: 570px;
    }

    .aboutus-image img {
        width: 100%;
    }

    .aboutus-line {
        width: 70px;
        height: 2px;
        background: #cccccc;
        margin-bottom: 8px;
    }

    .aboutus-text {
        flex: 1;
        background: #f5f5f5;
        padding: 40px 20px;
    }

    .aboutus-text h3 {
        font-size: 18px;
        color: #056db6;
        font-weight: 700;
    }

    .aboutus-text p {
        font-size: 14px;
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

    .aboutus-data {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .aboutus-data-item-num {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        background-image: linear-gradient(to right, #006ebb, #0093dc);
        -webkit-background-clip: text; /* 设置背景裁剪为文字 */
        color: transparent; /* 将文字颜色设置为透明，以便显示渐变 */
    }

    .aboutus-data-item {
        text-align: center;
        width: 115px;
    }

    .aboutus-data-item-desc {
        font-size: 14px;
        color: #666666;
        text-align: center;
    }

    .aboutus-more {

    }

    .aboutus-more a {
        display: block;
        width: 100px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 30px;
        font-size: 14px;
        padding: 5px;
        color: #333333;
        text-align: center;
    }

    .aboutus-more a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }

    .qiye-class {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .qiye-class-item {
        padding: 5px 20px;
        border: 1px #cccccc solid;
        border-radius: 20px;
        margin-right: 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .qiye-class-item:hover {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-active {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-class-item:last-child {
        margin-right: 0;
    }

    .qiye-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
    }

    .qiye-item {
        border: 1px #cccccc solid;
        width: 200px;
        margin-bottom: 20px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qiye-item img {
        width: 80%;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .news-list {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .news-list-item {
        width: 350px;
        padding: 10px 0;
        border-top: 1px #eeeeee solid;
        border-bottom: 1px #eeeeee solid;
        line-height: 30px;
        margin-right: 45px;
    }

    .news-list-item:nth-child(3n) {
        margin-right: 0;
    }

    .news-list-item:nth-child(n+4) {
        border-top: 0;
    }

    .news-show-detail {

    }

    .news-show-detail a {
        font-size: 13px;
        color: #999999;
    }

    .news-item-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url("/images/news-bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .news-img {
        width: 570px;
        height: 300px;
    }

    .news-info {
        /*flex: 1;*/
        padding: 20px;
    }

    .news-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 50px;
    }

    .news-title a {
        color: #000000;
    }

    .news-desc {
        padding: 10px 0;
    }

    .news-detail-href {
        margin-top: 20px;
    }

    .news-detail-href a {
        padding: 5px 20px;
        border: 1px #dfeffb solid;
        border-radius: 20px;
        color: #999999;
        background: #ffffff;
        font-size: 13px;
        box-shadow: 0px 0px 20px #dfeffb;
    }

    .news-detail-href a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }


    .factory-intro {
        max-width: 1920px;
        margin: auto;
        display: flex;
        justify-content: stretch;
        align-items: center;
        width: 100%;
        /* display: none; */
        flex-direction: column;
    }

    .banner-desc {
        color: rgba(255, 255, 255, 1);
        font-family: SailecBold;
        font-size: 30px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        border-radius: 0;
        background: #ffffff;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        /*background: #fb7306;*/
        background: white;
        background: linear-gradient(to right, #fb7306 50%, white 50%);
        background-size: 200% 100%;
        animation: changeColor 3s forwards;
    }

    .factory-item {
        position: relative;
        width: 50%;
        height: 120px;
    }

    .factory-item:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .factory-item:hover .factory-item-title a {
        color: rgba(255, 255, 255, 1);
        transition: all 1s;
    }

    .factory-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
    }

    .factory-item-title {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 30px;
        color: #ffffff;
        font-weight: lighter;
        transform: translate(-50%, -50%);
    }

    .factory-item-title a {
        color: rgba(255, 255, 255, 0.65);
        font-family: SailecBold;
        font-size: 22px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .product-box {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1920px;
        width: 100%;
        margin: 50px auto 0;
        gap: 10px;
        /* padding: 50px 0 0; */
    }

    .product-item-img {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-item-img img {
        width: 100%;
        height: 100%;
        margin: auto;
        display: block;
        object-fit: contain;
    }

    .product-item-title {
        text-align: center;
        color: #000000;
        height: 48px;
        margin-top: 1em;
    }

    .intro-box {
        width: 100%;
        max-width: 1440px;
        display: flex;
        margin: 50px auto 0;
    }

    .intro-box-desc {
        width: 30%;
    }

    .intro-box-desc-title {
        font-family: sailecRegular;
        font-size: 34px;
        color: #000000;
        font-weight: 800;
    }

    .intro-box-desc-content {
        font-size: 16px;
        color: #333333;
        font-weight: 400;
        line-height: 36px;
    }

    .intro-box-desc-more {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        width: 175px;
        height: 45px;
        border: 1px #37414b solid;
        color: #000;
    }

    .intro-box-desc-more:hover {
        color: #fff;
    }

    .intro-box-desc-more a {
        color: #37414b;
    }

    .intro-box-desc-more:hover {
        background: #37414b;
    }

    .intro-box-desc-more:hover a {
        color: #fff;
        cursor: pointer;
    }

    .intro-box-img-list {
        flex: 1;
        padding-left: 1%;
    }

    .intro-box-img-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .image-box {
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .image-box:hover .intro-box-img-list-item-desc {
        bottom: 0;

    }

    .intro-box-img-list-item {
        width: 33%;
    }

    .intro-box-img-list-item img {
        width: 100%;
    }

    .intro-box-img-list-item-desc {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        padding: 10px;
        transition: bottom 0.3s ease;
    }

    .intro-box-img-list-item-title {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 10px;
    }

    .event-box {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 20px 10px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .event-box-item {
        width: 100%;
    }

    .event-box-item-img {
        position: relative;
    }

    .event-box-item-img img {
        width: 100%;
        height: 256px;
        object-fit: cover;
    }

    .event-box-item-img:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .event-box-item-title {
        color: #FFF;

        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        position: absolute;
        top: 50%; /* 从顶部开始50% */
        left: 50%; /* 从左边开始50% */
        transform: translate(-50%, -50%); /* 通过转换将元素中心移动到50%的位置 */
    }

    .event-box-item-title h2 {
        font-size: 24px;
    }

    .margin-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .event-box-item-desc {
        color: #000;
        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        margin-top: 10px;
    }

    .margin-left-30 {
        margin-left: 30px;
    }

    .factory-banner {
        width: 100%;
        /*height: 683px;*/
        overflow: hidden;
        position: relative;
    }

    .factory-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .factory-list {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: flex-end;
        /* flex-direction: column; */
        height: 683px;
        /* padding-left: 4px; */
        /* margin-top: 10px; */
        /* gap: 10px;*/
    }

    .row-title {
        /* height: 70px; */
        font-size: 30px;
        color: #000;
        font-family: sailecRegular;
        --font-family-monospace: sailecRegular;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 90px;
    }

    .row-title h2 {
        font-size: 24px;
        font-family: SailecBold;
    }

    .row-title p {
        display: flex;
        align-items: flex-start;
    }

    .title-r {
        color: #000;
        text-align: center;
        font-family: sailecRegular;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px; /* 85.714% */
    }


    .chose-box {
        width: 95%;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #DCE7FF;
        border-radius: 38px;
        margin: 20px auto;
        padding: 0 10px;
    }

    .chose-item {
        height: 52px;
        padding: 10px 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6B6B6B;

        text-align: center;
        font-family: sailecRegular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        cursor: pointer;
    }

    .chose-item:hover {
        background: #0033A1;
        color: #ffffff;
        border-radius: 43px;
    }

    .chose-item-active {
        background: #0033A1;
        color: #ffffff;
        border-radius: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chose-product {
        width: 100%;
        position: relative;
        min-height: 300px;
    }

    .chose-img {
        height: 300px !important;
    }

    .chose-title {
        /* position: absolute; */
        top: 45%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        color: #FFF;
        text-align: center;
        font-family: sailecRegular;
        font-size: 16px;
        font-style: normal;
        /* font-weight: 700; */
        line-height: 21px;
        width: 100%;
        padding: 0 10px;
    }

    .youshi-more {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }

    .chose-a {
        /* position: absolute; */
        top: 55%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        display: flex;
        /* width: 123px; */
        height: 41px;
        border-radius: 51px;
        background: #FB7306;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        /* border: 1px #000000 solid; */
        padding: 0 15px;
    }

    .chose-a:hover {
        background: #E96800;
        color: #FFFFFF;
    }

    .chose-product img {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

    .event-box-full {
        background: rgba(168, 153, 141, 0.15);
    }

    .brand-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
    }

    .brand-box-row {
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
        /*overflow: hidden;*/
        /*white-space: nowrap; !* 防止换行 *!*/
        /*mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);*/
        position: relative;
        /*right: -130px;*/
        height: 50px;
    }

    .brand-box-row-img {
        position: absolute;
        right: -100px;
        width: 100px;
        height: 50px;
        object-fit: contain;
    }

    .brand-box-row-2 {
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
        margin-top: 40px;
        /*overflow: hidden;*/
        white-space: nowrap; /* 防止换行 */
        /*mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);*/
        position: relative;
        height: 80px;
    }

    .brand-box-row img {
        height: 30px;
        /*animation: 30s scroll-left linear infinite normal;*/
        /*margin-right: 15px;*/
    }

    .brand-box-row-item {
        border-radius: 12px;
        border: 1px solid #333;
        padding: 10px;
        width: 75px;
        min-width: 75px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: -100px;
        /*margin-right: 10px;*/
        /*-webkit-animation: 130s scroll linear infinite normal;*/
        /*animation: 30s scroll-right linear infinite normal;*/
    }

    /* 定义滚动动画 */
    @keyframes scroll-left {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(-650px, 0, 0);
            transform: translate3d(-650px, 0, 0);
        }
    }

    @keyframes scroll-right {
        0% {
            -webkit-transform: translate3d(-650px, 0, 0);
            transform: translate3d(-650px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .brand-box-row-item img {
        width: 80%;
    }


    .brand-list-1 {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto 0;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
        grid-auto-rows: min-content;
    }

    .brand-list-2 {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto 0;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 20px;
        grid-auto-rows: min-content;
    }

    .brand-list-item img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        border: 1px solid #e3e3d3;
        border-radius: 6px;
        overflow: hidden;
    }

    .brand-list-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brand-desc {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        padding: 0 10px;
    }


    .swiper-slide a {
        width: 100%;
        height: 100%;
    }


    @keyframes changeColor {
        0% {
            background-position: 100% 0;
        }
        100% {
            background-position: 0 0;
        }
    }

    .brand-list {
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        position: relative;
        padding: 0 20px;
    }

    .left-arrow-btn-thumbs {
        position: absolute;
        top: 40%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn-thumbs img {
        width: 24px;
    }

    .right-arrow-btn-thumbs {
        position: absolute;
        top: 40%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn-thumbs img {
        width: 24px;
    }

    .brand-list-item-title {
        margin: 10px 0 0;
        color: #666666;
    }

    .factory-intro-h5 {
        overflow: hidden;
        position: relative;
        display: none;
    }


}

@media (min-width: 768px) and (max-width: 1365px) {
    .product-class-show {
        margin-top: 45px;
    }

    .product-class-show li {
        float: left;
        list-style: none;
        width: 25%;
        border-left: 5px solid #fff;
        height: auto;
        transition: all 1s;
        position: relative;
        overflow: hidden;
        /*border-left: 2px solid rgba(255, 255, 255, .8);*/
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);*/
        object-fit: cover;
    }

    .product-class-show li:first-child {
        border-left: none;
    }


    .product-class-show ul {
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .product-class-show ul:hover li {
        width: 16.666%;
    }

    .product-class-show ul li:hover {
        width: 50%;
    }

    .product-class-show li .title {
        position: absolute;
        width: 570px;
        height: 180px;
        text-indent: 2em;
        line-height: 50px;
        bottom: 0px;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        display: flex;
        justify-content: space-between;
    }

    .product-class-show a {
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .english-title {
        color: #231815;
        font-size: 35px;
        text-align: center;
        margin-bottom: 5px;
        text-align: left;
        font-weight: 800;
    }

    .english-title span {
        color: #056db6;
    }

    .china-title {
        color: #000000;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
        font-weight: bold;
        text-align: left;
        font-weight: 400;
    }

    .china-title span {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

    .title-box {
        line-height: 18px;
        width: 60%;
    }

    .content-box {
        padding: 30px 0px;
        /*overflow: hidden;*/
    }

    .class-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 190px;
    }

    .class-line {
        width: 45px;
        height: 2px;
        background-color: #46B5B8;
    }

    .class-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .class-name {

    }

    .more {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .more img {
        width: 20px;
        height: auto;
        padding-left: 5px;
    }

    .class-info-more {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
    }

    .check-report {
        /*background: url("/images/check_bg.png") no-repeat;*/
        background-size: 100% 100%;
    }

    .check-bg {
        width: 100%;
        height: auto;
        /*background: url("/images/certificate.png") no-repeat;*/
        background-size: 100% 100%;
        padding: 15px;
        margin: 0 5px;
    }

    .check-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .zizhi-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 85%, rgba(0, 0, 0, 0.2));
        margin-bottom: 45px;
    }

    .check-imgs {
        margin-top: 45px;
    }

    .about-us {
        /*background: url("/images/about_bg.png") no-repeat;*/
        background-size: 100% 100%;
        padding-bottom: 100px;
    }

    .about-text {
        padding-top: 100px;
        width: 40%;
    }

    .about-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .color-white {
        color: #ffffff !important;
    }

    .about-content {
        color: #ffffff;
        margin-top: 48px;
        font-size: 16px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
    }

    .about-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 600px;
        height: 600px;
        flex-wrap: wrap;
        padding-top: 100px;
        padding-left: 40px;
        flex: 1;
    }

    .youdian-box-1 {
        width: 50%;
        height: 50%;
    }

    .youdian-box-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid transparent;
        width: 50%;
        height: 50%;
    }

    .youdian-text {
        width: 96px;
        height: 24px;
        font-size: 24px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 75px;
        text-align: center;
    }

    .youdian-english {
        width: 193px;
        height: 13px;
        font-size: 16px;
        font-family: sailecRegular;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 75px;
        opacity: 0.5;
        text-align: center;
        margin-top: 18px;
    }

    .newest {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background: #F8F8F8;
    }

    .first-news {
        width: 50%;
        height: 400px;
        position: relative;
    }

    .news-box {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-title {
        font-size: 16px;
        color: #000;
        width: 100%;

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

    .news-desc {
        font-size: 14px;
        color: #727171;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        height: 50px;
        text-align: justify;
    }

    .news-desc p {
        margin: 0;
    }

    .news-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-class-name {
        background: #FFFFFF;
        border-radius: 5px;
        color: #46B5B8;
        padding: 5px;
    }

    .news-time {
        color: #999999;
        font-size: 13px;
        width: 100%;
    }

    .news-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

    .first-news img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .more-news {
        width: 50%;
        background: #F8F8F8;
    }

    .news-item {
        border-bottom: 5px solid #fff;
        padding: 5px 0 5px 20px;
        display: flex;
        width: 50%;
        flex-wrap: wrap;
    }


    .news-img img {
        /*width: 100%;*/
        object-fit: contain;
        height: 100%;
    }

    .news-content {
        border-bottom: 1px dashed #ccc;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 65%;
        flex: 1;
        position: relative;
    }

    .news-item:last-child {
        /*border-bottom: none;*/
    }

    .news-item-title {
        font-size: 14px;

        font-weight: 400;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .news-item-title a {
        color: #000000;
    }

    .news-item-desc {
        font-size: 16px;

        font-weight: 400;
        color: #666666;
        line-height: 26px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        height: 50px;
    }

    .news-item-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-item-class-name {
        background: #46B5B8;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px;
    }

    .news-item-time {
        color: #B3D8D9;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-item-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

    /*new*/
    .product-class-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product {
        background: #f3f3f3;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 238px;
        border-radius: 2px;
    }

    .product img {
        width: 100%;
        object-fit: fill;
    }

    .product-list {
        margin-top: 20px;
    }

    .product-box {
        margin-bottom: 50px;
    }

    .content-news-box {
        padding: 20px;
        background: #fff;
        border-radius: 20px;
        box-shadow: #ccc 5px 5px 10px;
        margin: 30px 0;
    }

    .product-title {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .product-title a {
        color: #000;
    }

    .pinpai {
        padding: 30px 0;
    }

    .pinpai-row {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .pinpai-item {
        width: 120px;
        height: 100px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pinpai-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 5px;
    }

    .product-item {
        cursor: pointer;
    }

    .product-item:hover {
        background: #f0f0f0;
    }

    .product-item {
        width: 100%;
        /*margin-bottom: 20px;*/
        /*padding: 50px 10px 20px;*/
    }

    .product-item-box {
        background: #f3f3f3;
        /*padding-bottom: 10px;*/
        padding: 10px;
    }

    .product-item-box:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff !important;
    }

    .product-item-box:hover .product-title a {
        color: #ffffff;
    }

    .product-class {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px #e9e9e9 solid;
        border-radius: 20px;
        height: auto;
        font-size: 13px;
        font-weight: 400;
    }

    .product-class-item {
        padding: 10px;
        cursor: pointer;
    }

    .product-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .product-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-class-item {
        padding: 10px 20px;
        cursor: pointer;
    }

    .news-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .youshi-bg {
        background: url("/images/youshi-div-bg@2x.png") no-repeat;
        background-size: 100% 100%;
    }

    .youshi {
        padding-top: 20px;
        margin: auto;
    }

    .youshi-intro {
        margin: 20px 0;
    }

    .youshi-intro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
    }

    .youshi-intro-img {
        width: 550px;
        height: 382px;
    }

    .youshi-intro-img img {
        width: 100%;
        height: auto;
    }

    .youshi-intro-text {
        background: url("/images/youshi-bg.png") no-repeat bottom;
        background-size: 100%;
        height: 100%;
        padding: 20px 10px 0;
        flex: 1;
    }

    .youshi-intro-text h3 {
        font-size: 20px;
    }

    .youshi-intro-text ul {
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
        padding: 0;
    }

    .youshi-intro-text li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: baseline;
        width: 100%;
    }

    .youshi-intro-text li div {
        background: #056db6;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin-right: 5px;
    }

    .youshi-intro-text li p {
        flex: 1;
        margin: 0;
        line-height: 25px;
    }

    .contactus-phone {
        width: 200px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #006ebb, #0093dc);
        border-radius: 20px;
        font-size: 14px;
        margin-top: 20px;
    }

    .contactus-phone:hover {
        background: #0093dc;
    }

    .contactus-phone a {
        color: #ffffff;
    }

    .solu-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .solu-item {
        width: 23%;
        position: relative;
        cursor: pointer;
        box-shadow: #ccc 5px 5px 10px;
    }

    .solu-item:hover .solu-bg-img {
        /*width: 100%;*/
        /*height: 100%;*/
        /*background: #000;*/
        /*opacity: 0.3;*/
        filter: brightness(80%);
        transition: all 1s;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
    }

    .jianbian {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0));
        position: absolute;
        top: 0;
        left: 0;
    }

    .solu-bg-img {
        width: 100%;
    }

    .solu-icon {
        position: absolute;
        bottom: 70px;
        left: 10px;
        width: 30px;
    }

    .solu-title {
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 10px;
    }

    .solu-line {
        background: #ffffff;
        width: 30px;
        height: 2px;
        position: absolute;
        bottom: 30px;
        left: 10px;
    }

    .aboutus-bg {
        background: url("/images/aboutus@2x.png") no-repeat center;
        margin-bottom: 150px;
    }

    .aboutus-box {
        padding: 100px 0 20px;
        height: 500px;
    }

    .aboutus-image-text {
        display: flex;
        width: 100%;
        margin-top: 50px;
    }

    .aboutus-image {
        width: 570px;
    }

    .aboutus-image img {
        width: 100%;
    }

    .aboutus-line {
        width: 70px;
        height: 2px;
        background: #cccccc;
        margin-bottom: 8px;
    }

    .aboutus-text {
        flex: 1;
        background: #f5f5f5;
        padding: 40px 20px;
    }

    .aboutus-text h3 {
        font-size: 18px;
        color: #056db6;
        font-weight: 700;
    }

    .aboutus-text p {
        font-size: 14px;
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

    .aboutus-data {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .aboutus-data-item-num {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        background-image: linear-gradient(to right, #006ebb, #0093dc);
        -webkit-background-clip: text; /* 设置背景裁剪为文字 */
        color: transparent; /* 将文字颜色设置为透明，以便显示渐变 */
    }

    .aboutus-data-item {
        text-align: center;
        width: 115px;
    }

    .aboutus-data-item-desc {
        font-size: 14px;
        color: #666666;
        text-align: center;
    }

    .aboutus-more {

    }

    .aboutus-more a {
        display: block;
        width: 100px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 30px;
        font-size: 14px;
        padding: 5px;
        color: #333333;
        text-align: center;
    }

    .aboutus-more a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }

    .qiye-class {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .qiye-class-item {
        padding: 5px 20px;
        border: 1px #cccccc solid;
        border-radius: 20px;
        margin-right: 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .qiye-class-item:hover {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-active {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-class-item:last-child {
        margin-right: 0;
    }

    .qiye-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
    }

    .qiye-item {
        border: 1px #cccccc solid;
        width: 200px;
        margin-bottom: 20px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qiye-item img {
        width: 80%;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .news-list {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .news-list-item {
        width: 350px;
        padding: 10px 0;
        border-top: 1px #eeeeee solid;
        border-bottom: 1px #eeeeee solid;
        line-height: 30px;
        margin-right: 45px;
    }

    .news-list-item:nth-child(3n) {
        margin-right: 0;
    }

    .news-list-item:nth-child(n+4) {
        border-top: 0;
    }

    .news-show-detail {

    }

    .news-show-detail a {
        font-size: 13px;
        color: #999999;
    }

    .news-item-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url("/images/news-bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .news-img {
        width: 570px;
        height: 300px;
    }

    .news-info {
        /*flex: 1;*/
        padding: 20px;
    }

    .news-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 50px;
    }

    .news-title a {
        color: #000000;
    }

    .news-desc {
        padding: 10px 0;
    }

    .news-detail-href {
        margin-top: 20px;
    }

    .news-detail-href a {
        padding: 5px 20px;
        border: 1px #dfeffb solid;
        border-radius: 20px;
        color: #999999;
        background: #ffffff;
        font-size: 13px;
        box-shadow: 0px 0px 20px #dfeffb;
    }

    .news-detail-href a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }


    .factory-intro {
        max-width: 1920px;
        margin: auto;
        display: flex;
        justify-content: stretch;
        align-items: center;
        width: 100%;
    }

    .banner-desc {
        color: rgba(255, 255, 255, 0.65);
        font-family: SailecBold;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        position: absolute;
        top: 25px;
        left: 30px;
    }

    .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        border-radius: 0;
        background: #ffffff;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        /*background: #fb7306;*/
        background: white;
        background: linear-gradient(to right, #fb7306 50%, white 50%);
        background-size: 200% 100%;
        animation: changeColor 3s forwards;
    }

    .factory-item {
        position: relative;
        width: 100%;
        height: 248px;
    }

    .factory-item:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .factory-item:hover .factory-item-title a {
        color: rgba(255, 255, 255, 1);
        transition: all 1s;
    }

    .factory-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom; /* 优先显示底部 */
    }

    .factory-item-title {
        position: absolute;
        top: 25px;
        left: 30px;
        font-size: 30px;
        color: #ffffff;
        font-weight: lighter;
    }

    .factory-item-title a {
        color: rgba(255, 255, 255, 0.65);
        font-family: SailecBold;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .product-box {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1920px;
        width: 100%;
        margin: 20px auto 0;
        gap: 10px;
        /* padding: 50px 0 0; */
    }

    .product-item-img {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-item-img img {
        width: 80px;
        margin: auto;
        display: block;
    }

    .product-item-title {
        text-align: center;
        color: #000000;
        height: 48px;
        margin-top: 1em;
    }

    .intro-box {
        width: 100%;
        max-width: 1440px;
        display: flex;
        margin: 50px auto 0;
    }

    .intro-box-desc {
        width: 30%;
    }

    .intro-box-desc-title {
        font-family: sailecRegular;
        font-size: 34px;
        color: #000000;
        font-weight: 800;
    }

    .intro-box-desc-content {
        font-size: 16px;
        color: #333333;
        font-weight: 400;
        line-height: 36px;
    }

    .intro-box-desc-more {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        width: 175px;
        height: 45px;
        border: 1px #37414b solid;
        color: #000;
    }

    .intro-box-desc-more:hover {
        color: #fff;
    }

    .intro-box-desc-more a {
        color: #37414b;
    }

    .intro-box-desc-more:hover {
        background: #37414b;
    }

    .intro-box-desc-more:hover a {
        color: #fff;
        cursor: pointer;
    }

    .intro-box-img-list {
        flex: 1;
        padding-left: 1%;
    }

    .intro-box-img-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .image-box {
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .image-box:hover .intro-box-img-list-item-desc {
        bottom: 0;

    }

    .intro-box-img-list-item {
        width: 33%;
    }

    .intro-box-img-list-item img {
        width: 100%;
    }

    .intro-box-img-list-item-desc {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        padding: 10px;
        transition: bottom 0.3s ease;
    }

    .intro-box-img-list-item-title {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 10px;
    }

    .event-box {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 50px 20px;
    }

    .event-box-item {
        width: 32%;
    }

    .event-box-item-img {
        position: relative;
    }

    .event-box-item-img img {
        width: 100%;
        height: 256px;
        object-fit: cover;
    }

    .event-box-item-img:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .event-box-item-title {
        color: #FFF;

        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        position: absolute;
        top: 50%; /* 从顶部开始50% */
        left: 50%; /* 从左边开始50% */
        transform: translate(-50%, -50%); /* 通过转换将元素中心移动到50%的位置 */
    }

    .margin-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .event-box-item-desc {
        color: #000;

        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;

        margin-top: 20px;
    }

    .margin-left-30 {
        margin-left: 30px;
    }

    .factory-banner {
        width: 55%;
        height: 500px;
        overflow: hidden;
        position: relative;
    }

    .factory-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .factory-list {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;
        height: 500px;
        padding-left: 4px;
        gap: 4px;
    }

    .row-title {
        /* height: 70px; */
        font-size: 30px;
        color: #000;
        font-family: sailecRegular;
        --font-family-monospace: sailecRegular;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 90px;
    }

    .row-title p {
        display: flex;
        align-items: flex-start;
    }

    .title-r {
        color: #000;
        text-align: center;
        font-family: sailecRegular;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px; /* 85.714% */
    }


    .chose-box {
        width: 600px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #DCE7FF;
        border-radius: 38px;
        margin: 40px auto;
        padding: 0 10px;
    }

    .chose-item {
        height: 52px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6B6B6B;

        text-align: center;
        font-family: sailecRegular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        cursor: pointer;
    }

    .chose-item:hover {
        background: #0033A1;
        color: #ffffff;
        border-radius: 43px;
    }

    .chose-item-active {
        background: #0033A1;
        color: #ffffff;
        border-radius: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chose-product {
        width: 100%;
        position: relative;
    }

    .chose-title {
        /* position: absolute; */
        top: 45%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        color: #FFF;
        text-align: center;
        font-family: sailecRegular;
        font-size: 20px;
        font-style: normal;
        /* font-weight: 700; */
        line-height: 30px;
        width: 600px;
    }

    .quote-form {
        padding: 0 20px;
    }

    .youshi-more {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .chose-a {
        /* position: absolute; */
        top: 55%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        display: flex;
        /* width: 123px; */
        height: 41px;
        border-radius: 51px;
        background: #FB7306;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        /* border: 1px #000000 solid; */
        padding: 0 15px;
    }

    .chose-a:hover {
        background: #E96800;
        color: #FFFFFF;
    }

    .chose-product img {
        width: 100%;
        object-fit: contain;
    }

    .event-box-full {
        background: rgba(168, 153, 141, 0.15);
    }

    .brand-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
    }

    .brand-box-row {
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
        /*overflow: hidden;*/
        /*white-space: nowrap; !* 防止换行 *!*/
        /*mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);*/
        position: relative;
        /*right: -130px;*/
        height: 50px;
    }

    .brand-box-row-img {
        position: absolute;
        right: -130px;
        width: 130px;
        height: 50px;
        object-fit: contain;
    }

    .brand-box-row-2 {
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
        margin-top: 40px;
        /*overflow: hidden;*/
        white-space: nowrap; /* 防止换行 */
        /*mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);*/
        position: relative;
        height: 80px;
    }

    .brand-box-row img {
        height: 30px;
        /*animation: 30s scroll-left linear infinite normal;*/
        /*margin-right: 15px;*/
    }

    .brand-box-row-item {
        border-radius: 12px;
        border: 1px solid #333;
        padding: 10px;
        width: 75px;
        min-width: 75px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: -100px;
        /*margin-right: 10px;*/
        /*-webkit-animation: 130s scroll linear infinite normal;*/
        /*animation: 30s scroll-right linear infinite normal;*/
    }

    /* 定义滚动动画 */
    @keyframes scroll-left {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(-650px, 0, 0);
            transform: translate3d(-650px, 0, 0);
        }
    }

    @keyframes scroll-right {
        0% {
            -webkit-transform: translate3d(-650px, 0, 0);
            transform: translate3d(-650px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .brand-box-row-item img {
        width: 80%;
    }


    .brand-list-1 {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto 0;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
        grid-auto-rows: min-content;
    }

    .brand-list-2 {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto 0;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 20px;
        grid-auto-rows: min-content;
    }

    .brand-list-item img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        border: 1px solid #e3e3d3;
        border-radius: 6px;
        overflow: hidden;
    }

    .brand-list-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brand-desc {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
    }


    .swiper-slide a {
        width: 100%;
        height: 100%;
    }


    @keyframes changeColor {
        0% {
            background-position: 100% 0;
        }
        100% {
            background-position: 0 0;
        }
    }

    .brand-list {
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        position: relative;
        padding: 0 40px;
    }

    .left-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn-thumbs img {
        width: 24px;
    }

    .right-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn-thumbs img {
        width: 24px;
    }

    .brand-list-item-title {
        margin: 10px 0 0;
        color: #666666;
    }

    .factory-intro-h5 {
        display: none;
    }

}

@media (min-width: 1366px) {
    .product-class-show {
        margin-top: 45px;
    }

    .product-class-show li {
        float: left;
        list-style: none;
        width: 25%;
        border-left: 5px solid #fff;
        height: auto;
        transition: all 1s;
        position: relative;
        overflow: hidden;
        /*border-left: 2px solid rgba(255, 255, 255, .8);*/
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);*/
        object-fit: cover;
    }

    .product-class-show li:first-child {
        border-left: none;
    }


    .product-class-show ul {
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .product-class-show ul:hover li {
        width: 16.666%;
    }

    .product-class-show ul li:hover {
        width: 50%;
    }

    .product-class-show li .title {
        position: absolute;
        width: 570px;
        height: 180px;
        text-indent: 2em;
        line-height: 50px;
        bottom: 0px;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        display: flex;
        justify-content: space-between;
    }

    .product-class-show a {
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

    .english-title {
        color: #231815;
        font-size: 35px;
        text-align: center;
        margin-bottom: 5px;
        text-align: left;
        font-weight: 800;
    }

    .english-title span {
        color: #056db6;
    }

    .china-title {
        color: #000000;
        font-size: 20px;
        text-align: center;
        margin-bottom: 0;
        font-weight: bold;
        text-align: left;
        font-weight: 400;
    }

    .china-title span {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

    .title-box {
        line-height: 18px;
        width: 60%;
    }

    .content-box {
        padding: 30px 0px;
        /*overflow: hidden;*/
    }

    .class-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 190px;
    }

    .class-line {
        width: 45px;
        height: 2px;
        background-color: #46B5B8;
    }

    .class-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .class-name {

    }

    .more {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .more img {
        width: 20px;
        height: auto;
        padding-left: 5px;
    }

    .class-info-more {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
    }

    .check-report {
        /*background: url("/images/check_bg.png") no-repeat;*/
        background-size: 100% 100%;
    }

    .check-bg {
        width: 100%;
        height: auto;
        /*background: url("/images/certificate.png") no-repeat;*/
        background-size: 100% 100%;
        padding: 15px;
        margin: 0 5px;
    }

    .check-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .zizhi-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 85%, rgba(0, 0, 0, 0.2));
        margin-bottom: 45px;
    }

    .check-imgs {
        margin-top: 45px;
    }

    .about-us {
        /*background: url("/images/about_bg.png") no-repeat;*/
        background-size: 100% 100%;
        padding-bottom: 100px;
    }

    .about-text {
        padding-top: 100px;
        width: 40%;
    }

    .about-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .color-white {
        color: #ffffff !important;
    }

    .about-content {
        color: #ffffff;
        margin-top: 48px;
        font-size: 16px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
    }

    .about-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 600px;
        height: 600px;
        flex-wrap: wrap;
        padding-top: 100px;
        padding-left: 40px;
        flex: 1;
    }

    .youdian-box-1 {
        width: 50%;
        height: 50%;
    }

    .youdian-box-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid transparent;
        width: 50%;
        height: 50%;
    }

    .youdian-text {
        width: 96px;
        height: 24px;
        font-size: 24px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 75px;
        text-align: center;
    }

    .youdian-english {
        width: 193px;
        height: 13px;
        font-size: 16px;
        font-family: sailecRegular;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 75px;
        opacity: 0.5;
        text-align: center;
        margin-top: 18px;
    }

    .newest {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        background: #F8F8F8;
    }

    .first-news {
        width: 50%;
        height: 400px;
        position: relative;
    }

    .news-box {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-title {
        font-size: 16px;
        color: #000;
        width: 100%;

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

    .news-desc {
        font-size: 14px;
        color: #727171;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        height: 50px;
        text-align: justify;
    }

    .news-desc p {
        margin: 0;
    }

    .news-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-class-name {
        background: #FFFFFF;
        border-radius: 5px;
        color: #46B5B8;
        padding: 5px;
    }

    .news-time {
        color: #999999;
        font-size: 13px;
        width: 100%;
    }

    .news-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

    .first-news img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .more-news {
        width: 50%;
        background: #F8F8F8;
    }

    .news-item {
        border-bottom: 5px solid #fff;
        padding: 5px 0 5px 20px;
        display: flex;
        width: 50%;
        flex-wrap: wrap;
    }


    .news-img img {
        /*width: 100%;*/
        object-fit: contain;
        height: 100%;
    }

    .news-content {
        border-bottom: 1px dashed #ccc;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 65%;
        flex: 1;
        position: relative;
    }

    .news-item:last-child {
        /*border-bottom: none;*/
    }

    .news-item-title {
        font-size: 14px;

        font-weight: 400;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .news-item-title a {
        color: #000000;
    }

    .news-item-desc {
        font-size: 16px;

        font-weight: 400;
        color: #666666;
        line-height: 26px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        height: 50px;
    }

    .news-item-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-item-class-name {
        background: #46B5B8;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px;
    }

    .news-item-time {
        color: #B3D8D9;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-item-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

    /*new*/
    .product-class-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product {
        background: #f3f3f3;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 238px;
        border-radius: 2px;
    }

    .product img {
        width: 100%;
        object-fit: fill;
    }

    .product-list {
        margin-top: 20px;
    }

    .product-box {
        margin-bottom: 50px;
    }

    .content-news-box {
        padding: 20px;
        background: #fff;
        border-radius: 20px;
        box-shadow: #ccc 5px 5px 10px;
        margin: 30px 0;
    }

    .product-title {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .product-title a {
        color: #000;
    }

    .pinpai {
        padding: 30px 0;
    }

    .pinpai-row {
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 20px 0;
        flex-wrap: wrap;
    }

    .pinpai-item {
        width: 120px;
        height: 100px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 10px;
        margin-left: 10px;
    }

    .pinpai-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        padding: 5px;
    }

    .product-item {
        cursor: pointer;
    }

    .product-item:hover {
        background: #f0f0f0;
    }

    .product-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 50px 10px 20px;
    }

    .product-item-box {
        background: #f3f3f3;
        /*padding-bottom: 10px;*/
        padding: 10px;
    }

    .product-item-box:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff !important;
    }

    .product-item-box:hover .product-title a {
        color: #ffffff;
    }

    .product-class {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px #e9e9e9 solid;
        border-radius: 20px;
        height: auto;
        font-size: 13px;
        font-weight: 400;
    }

    .product-class-item {
        padding: 10px;
        cursor: pointer;
    }

    .product-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .product-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-class-item {
        padding: 10px 20px;
        cursor: pointer;
    }

    .news-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .youshi-bg {
        background: url("/images/youshi-div-bg@2x.png") no-repeat;
        background-size: 100% 100%;
    }

    .youshi {
        padding-top: 20px;
        margin: auto;
    }

    .youshi-intro {
        margin: 20px 0;
    }

    .youshi-intro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
    }

    .youshi-intro-img {
        width: 550px;
        height: 382px;
    }

    .youshi-intro-img img {
        width: 100%;
        height: auto;
    }

    .youshi-intro-text {
        background: url("/images/youshi-bg.png") no-repeat bottom;
        background-size: 100%;
        height: 100%;
        padding: 20px 10px 0;
        flex: 1;
    }

    .youshi-intro-text h3 {
        font-size: 20px;
    }

    .youshi-intro-text ul {
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
        padding: 0;
    }

    .youshi-intro-text li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: baseline;
        width: 100%;
    }

    .youshi-intro-text li div {
        background: #056db6;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin-right: 5px;
    }

    .youshi-intro-text li p {
        flex: 1;
        margin: 0;
        line-height: 25px;
    }

    .contactus-phone {
        width: 200px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #006ebb, #0093dc);
        border-radius: 20px;
        font-size: 14px;
        margin-top: 20px;
    }

    .contactus-phone:hover {
        background: #0093dc;
    }

    .contactus-phone a {
        color: #ffffff;
    }

    .solu-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .solu-item {
        width: 23%;
        position: relative;
        cursor: pointer;
        box-shadow: #ccc 5px 5px 10px;
    }

    .solu-item:hover .solu-bg-img {
        /*width: 100%;*/
        /*height: 100%;*/
        /*background: #000;*/
        /*opacity: 0.3;*/
        filter: brightness(80%);
        transition: all 1s;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
    }

    .jianbian {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0));
        position: absolute;
        top: 0;
        left: 0;
    }

    .solu-bg-img {
        width: 100%;
    }

    .solu-icon {
        position: absolute;
        bottom: 70px;
        left: 10px;
        width: 30px;
    }

    .solu-title {
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 10px;
    }

    .solu-line {
        background: #ffffff;
        width: 30px;
        height: 2px;
        position: absolute;
        bottom: 30px;
        left: 10px;
    }

    .aboutus-bg {
        background: url("/images/aboutus@2x.png") no-repeat center;
        margin-bottom: 150px;
    }

    .aboutus-box {
        padding: 100px 0 20px;
        height: 500px;
    }

    .aboutus-image-text {
        display: flex;
        width: 100%;
        margin-top: 50px;
    }

    .aboutus-image {
        width: 570px;
    }

    .aboutus-image img {
        width: 100%;
    }

    .aboutus-line {
        width: 70px;
        height: 2px;
        background: #cccccc;
        margin-bottom: 8px;
    }

    .aboutus-text {
        flex: 1;
        background: #f5f5f5;
        padding: 40px 20px;
    }

    .aboutus-text h3 {
        font-size: 18px;
        color: #056db6;
        font-weight: 700;
    }

    .aboutus-text p {
        font-size: 14px;
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

    .aboutus-data {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .aboutus-data-item-num {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        background-image: linear-gradient(to right, #006ebb, #0093dc);
        -webkit-background-clip: text; /* 设置背景裁剪为文字 */
        color: transparent; /* 将文字颜色设置为透明，以便显示渐变 */
    }

    .aboutus-data-item {
        text-align: center;
        width: 115px;
    }

    .aboutus-data-item-desc {
        font-size: 14px;
        color: #666666;
        text-align: center;
    }

    .aboutus-more {

    }

    .aboutus-more a {
        display: block;
        width: 100px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 30px;
        font-size: 14px;
        padding: 5px;
        color: #333333;
        text-align: center;
    }

    .aboutus-more a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }

    .qiye-class {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .qiye-class-item {
        padding: 5px 20px;
        border: 1px #cccccc solid;
        border-radius: 20px;
        margin-right: 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .qiye-class-item:hover {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-active {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-class-item:last-child {
        margin-right: 0;
    }

    .qiye-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
    }

    .qiye-item {
        border: 1px #cccccc solid;
        width: 200px;
        margin-bottom: 20px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qiye-item img {
        width: 80%;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .news-list {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .news-list-item {
        width: 350px;
        padding: 10px 0;
        border-top: 1px #eeeeee solid;
        border-bottom: 1px #eeeeee solid;
        line-height: 30px;
        margin-right: 45px;
    }

    .news-list-item:nth-child(3n) {
        margin-right: 0;
    }

    .news-list-item:nth-child(n+4) {
        border-top: 0;
    }

    .news-show-detail {

    }

    .news-show-detail a {
        font-size: 13px;
        color: #999999;
    }

    .news-item-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url("/images/news-bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .news-img {
        width: 570px;
        height: 300px;
    }

    .news-info {
        /*flex: 1;*/
        padding: 20px;
    }

    .news-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 50px;
    }

    .news-title a {
        color: #000000;
    }

    .news-desc {
        padding: 10px 0;
    }

    .news-detail-href {
        margin-top: 20px;
    }

    .news-detail-href a {
        padding: 5px 20px;
        border: 1px #dfeffb solid;
        border-radius: 20px;
        color: #999999;
        background: #ffffff;
        font-size: 13px;
        box-shadow: 0px 0px 20px #dfeffb;
    }

    .news-detail-href a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }


    .factory-intro {
        max-width: 1920px;
        margin: auto;
        display: flex;
        justify-content: stretch;
        align-items: center;
        width: 100%;
    }

    .banner-desc {
        color: rgba(255, 255, 255, 0.65);
        font-family: SailecBold;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        position: absolute;
        top: 25px;
        left: 30px;
    }

    .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        border-radius: 0;
        background: #ffffff;
        opacity: 1;
    }

    .swiper-pagination-bullet-active {
        /*background: #fb7306;*/
        background: white;
        background: linear-gradient(to right, #fb7306 50%, white 50%);
        background-size: 200% 100%;
        animation: changeColor 3s forwards;
    }

    .factory-item {
        position: relative;
        width: 100%;
        height: 340px;
    }

    .factory-item:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .factory-item:hover .factory-item-title a {
        color: rgba(255, 255, 255, 1);
        transition: all 1s;
    }

    .factory-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: bottom; /* 优先显示底部 */
    }

    .factory-item-title {
        position: absolute;
        top: 25px;
        left: 30px;
        font-size: 30px;
        color: #ffffff;
        font-weight: lighter;
    }

    .factory-item-title a {
        color: rgba(255, 255, 255, 0.65);

        font-family: SailecBold;
        font-size: 40px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
    }

    .product-box {
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1920px;
        width: 100%;
        margin: 0 auto 0;
        /* padding: 50px 0 0; */
    }

    .product-item-img {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-item-img img {
        width: 105px;
        margin: auto;
        display: block;
    }

    .product-item-title {
        text-align: center;
        color: #000000;
        height: 48px;
        margin-top: 1em;
    }

    .intro-box {
        width: 100%;
        max-width: 1440px;
        display: flex;
        margin: 50px auto 0;
    }

    .intro-box-desc {
        width: 30%;
    }

    .intro-box-desc-title {
        font-family: sailecRegular;
        font-size: 34px;
        color: #000000;
        font-weight: 800;
    }

    .intro-box-desc-content {
        font-size: 16px;
        color: #333333;
        font-weight: 400;
        line-height: 36px;
    }

    .intro-box-desc-more {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        width: 175px;
        height: 45px;
        border: 1px #37414b solid;
        color: #000;
    }

    .intro-box-desc-more:hover {
        color: #fff;
    }

    .intro-box-desc-more a {
        color: #37414b;
    }

    .intro-box-desc-more:hover {
        background: #37414b;
    }

    .intro-box-desc-more:hover a {
        color: #fff;
        cursor: pointer;
    }

    .intro-box-img-list {
        flex: 1;
        padding-left: 1%;
    }

    .intro-box-img-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .image-box {
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .image-box:hover .intro-box-img-list-item-desc {
        bottom: 0;

    }

    .intro-box-img-list-item {
        width: 33%;
    }

    .intro-box-img-list-item img {
        width: 100%;
    }

    .intro-box-img-list-item-desc {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        padding: 10px;
        transition: bottom 0.3s ease;
    }

    .intro-box-img-list-item-title {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 10px;
    }

    .event-box {
        max-width: 1920px;
        width: 100%;
        margin: 0 auto 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding: 70px 50px;
    }

    .event-box-item {
        width: 32%;
    }

    .event-box-item-img {
        position: relative;
    }

    .event-box-item-img img {
        width: 100%;
        height: 256px;
        object-fit: cover;
    }

    .event-box-item-img:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .event-box-item-title {
        color: #FFF;

        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        position: absolute;
        top: 50%; /* 从顶部开始50% */
        left: 50%; /* 从左边开始50% */
        transform: translate(-50%, -50%); /* 通过转换将元素中心移动到50%的位置 */
    }

    .margin-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .event-box-item-desc {
        color: #000;

        font-family: sailecRegular;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;

        margin-top: 20px;
    }

    .margin-left-30 {
        margin-left: 30px;
    }

    .factory-banner {
        width: 55%;
        height: 683px;
        overflow: hidden;
        position: relative;
    }

    .factory-banner img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .factory-list {
        display: flex;
        flex: 1;
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: column;
        height: 683px;
        padding-left: 4px;
    }

    .row-title {
        /* height: 70px; */
        font-size: 30px;
        color: #000;
        font-family: sailecRegular;
        --font-family-monospace: sailecRegular;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-top: 90px;
    }

    .row-title p {
        display: flex;
        align-items: flex-start;
    }

    .title-r {
        color: #000;
        text-align: center;
        font-family: sailecRegular;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 12px; /* 85.714% */
    }


    .chose-box {
        width: 600px;
        height: 65px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #DCE7FF;
        border-radius: 38px;
        margin: 40px auto;
        padding: 0 10px;
    }

    .chose-item {
        height: 52px;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #6B6B6B;

        text-align: center;
        font-family: sailecRegular;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 150% */
        cursor: pointer;
    }

    .chose-item:hover {
        background: #0033A1;
        color: #ffffff;
        border-radius: 43px;
    }

    .chose-item-active {
        background: #0033A1;
        color: #ffffff;
        border-radius: 43px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .chose-product {
        width: 100%;
        position: relative;
    }

    .chose-title {
        /* position: absolute; */
        top: 45%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        color: #FFF;
        text-align: center;
        font-family: sailecRegular;
        font-size: 20px;
        font-style: normal;
        /* font-weight: 700; */
        line-height: 30px;
    }

    .youshi-more {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }

    .chose-a {
        /* position: absolute; */
        top: 55%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
        display: flex;
        /* width: 123px; */
        height: 41px;
        border-radius: 51px;
        background: #FB7306;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        /* border: 1px #000000 solid; */
        padding: 0 15px;
    }

    .chose-a:hover {
        background: #E96800;
        color: #FFFFFF;
    }

    .chose-product img {
        width: 100%;
        object-fit: contain;
    }

    .event-box-full {
        background: rgba(168, 153, 141, 0.15);
    }

    .brand-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        padding: 40px 0;
        position: relative;
        overflow: hidden;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
    }

    .brand-box-row {
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
        /*overflow: hidden;*/
        /*white-space: nowrap; !* 防止换行 *!*/
        /*mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);*/
        position: relative;
        /*right: -130px;*/
        height: 50px;
    }

    .brand-box-row-img {
        position: absolute;
        right: -130px;
        width: 130px;
        height: 50px;
        object-fit: contain;
    }

    .brand-box-row-2 {
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: space-between;*/
        margin-top: 40px;
        /*overflow: hidden;*/
        white-space: nowrap; /* 防止换行 */
        /*mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);*/
        position: relative;
        height: 80px;
    }

    .brand-box-row img {
        height: 30px;
        /*animation: 30s scroll-left linear infinite normal;*/
        /*margin-right: 15px;*/
    }

    .brand-box-row-item {
        border-radius: 12px;
        border: 1px solid #333;
        padding: 10px;
        width: 75px;
        min-width: 75px;
        height: 75px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: -100px;
        /*margin-right: 10px;*/
        /*-webkit-animation: 130s scroll linear infinite normal;*/
        /*animation: 30s scroll-right linear infinite normal;*/
    }

    /* 定义滚动动画 */
    @keyframes scroll-left {
        0% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(-650px, 0, 0);
            transform: translate3d(-650px, 0, 0);
        }
    }

    @keyframes scroll-right {
        0% {
            -webkit-transform: translate3d(-650px, 0, 0);
            transform: translate3d(-650px, 0, 0);
        }
        100% {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
    }

    .brand-box-row-item img {
        width: 80%;
    }


    .brand-list-1 {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto 0;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 20px;
        grid-auto-rows: min-content;
    }

    .brand-list-2 {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto 0;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        grid-gap: 20px;
        grid-auto-rows: min-content;
    }

    .brand-list-item img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        border: 1px solid #e3e3d3;
        border-radius: 6px;
        overflow: hidden;
    }

    .brand-list-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .brand-desc {
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
    }


    .swiper-slide a {
        width: 100%;
        height: 100%;
    }


    @keyframes changeColor {
        0% {
            background-position: 100% 0;
        }
        100% {
            background-position: 0 0;
        }
    }

    .brand-list {
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: 40px auto;
        position: relative;
        padding: 0 40px;
    }

    .left-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn-thumbs img {
        width: 24px;
    }

    .right-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn-thumbs img {
        width: 24px;
    }

    .brand-list-item-title {
        margin: 10px 0 0;
        color: #666666;
    }

    .factory-intro-h5 {
        display: none;
    }
    .news_sectionContainer__eBAEg {
        width: 100%;
        background-color: #f3f8ff;
    }
    .news_news__0d4de {
        padding-bottom: .32rem;
        padding-top: 1rem;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 12rem;
    }
    .news_news__0d4de .news_titleWrapper__Wpxse>.news_title__O6Wxp {
        font-size: .32rem;
        font-weight: 500;
        line-height: .36rem;
        letter-spacing: 0;
        color: #0f0f0f;
    }
    .news_news__0d4de .news_titleWrapper__Wpxse .news_more__K9LJW {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        align-items: center;
        color: #dc1e32;
        font-size: .2rem;
        font-weight: 400;
        line-height: .22rem;
    }
    .news_news__0d4de .news_titleWrapper__Wpxse .news_more__K9LJW svg {
        width: .2rem;
        height: .2rem;
        margin-left: .1rem;
    }
    .news_news__0d4de .news_titleWrapper__Wpxse {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        height: .36rem;
        align-items: center;
    }
    .news_news__0d4de .news_divider__bphv_ {
        margin-top: .24rem;
        width: 100%;
        border-bottom: .005rem solid #b1bac5;
    }
    .news_news__0d4de .news_newsContainer__5WYVY, .news_news__0d4de .news_newsContainer__5WYVY .news_hotNews__Ws1CY {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

    .news_news__0d4de .news_newsContainer__5WYVY {
        margin-top: .56rem;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_hotNews__Ws1CY .news_hotNewsItem__jlcqs {
        position: relative;
        width: 3rem;
        height: 4rem;
        margin-right: .24rem;
        border-radius: .16rem;
        box-shadow: 0 .03rem .16rem 0 rgba(194, 200, 206, .45);
        background-color: #fff;
        overflow: hidden;
        transition: all .4s ease;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_hotNews__Ws1CY .news_hotNewsItem__jlcqs .news_cover__9UswJ {
        position: relative;
        display: block;
        width: 100%;
        height: 1.68rem;
        background-size: cover;
        background-position: 50%;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_hotNews__Ws1CY .news_hotNewsItem__jlcqs .news_title__O6Wxp {
        margin: .24rem .19rem;
        font-size: .18rem;
        font-weight: 500;
        line-height: .24rem;
        color: #000;
    }
    p {
        margin-bottom: 0rem;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_hotNews__Ws1CY .news_hotNewsItem__jlcqs .news_content__O6Wxp {
        margin-bottom: 0rem;
        margin: .24rem .19rem;
        font-size: .16rem;
        font-weight: 200;
        line-height: .24rem;
        color: #000;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_hotNews__Ws1CY .news_hotNewsItem__jlcqs .news_date___VjLF {
        position: absolute;
        bottom: .32rem;
        right: .19rem;
        text-align: right;
        font-size: .16rem;
        font-weight: 500;
        line-height: .18rem;
        color: #bebebe;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_pcLatestNews__xYs_6 {
        display: block;
    }

    .news_news__0d4de .news_newsContainer__5WYVY .news_latestNews__g7wMf {
        width: 5.52rem;
        height: 4rem;
        padding: .32rem;
        box-sizing: border-box;
        border-radius: .24rem;
        opacity: 1;
        background: #fff;
        box-shadow: 0 .03rem .16rem 0 rgba(194, 200, 206, .45);
        transition: all .4s ease;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_latestNews__g7wMf .news_newsItem__2r9Pp {
        color: #000;
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        margin-bottom: .24rem;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_latestNews__g7wMf .news_newsItem__2r9Pp .news_date___VjLF {
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-end;
        flex-direction: column;
        margin-right: .32rem;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_latestNews__g7wMf .news_newsItem__2r9Pp .news_date___VjLF .news_day__zVy7Y {
        font-size: .24rem;
        font-weight: 700;
        line-height: .24rem;
        letter-spacing: .05em;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_latestNews__g7wMf .news_newsItem__2r9Pp .news_date___VjLF .news_month__SNlQk {
        font-size: .14rem;
        font-weight: 600;
        line-height: .18rem;
        margin-top: .08rem;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_latestNews__g7wMf .news_newsItem__2r9Pp .news_newsTitle__9KJL0 {
        flex: 1;
        color: #000;
        height: .62rem;
        line-height: .62rem;
        border-bottom: .01rem solid #e3e6ed;
        font-size: .18rem;
        font-weight: 500;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .news_news__0d4de .news_newsContainer__5WYVY .news_mobileLatestNews__MhIVP{
        display:none
    }
    html {
        font-size: 100px;
    }

    .factory-pic-title {
        font-family: SailecBold;
        margin: 0 auto .32rem;
        width: 100%;
        max-width: 1300px;
    }

    .factory-pic-title h2{
        font-size: .32rem;
        font-weight: 700;
        text-align: center;
    }
    .factory-pic-title p{
        font-size: .16rem;
        text-align: center;
    }
}

.swiper-wrapper-factory {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}
.factory-pic-box {
    margin: 50px 0 80px;
}
.factory-pic-list{
    overflow: hidden;
    /*display: flex;*/
    /*justify-content: flex-start;*/
    /*align-items: center;*/
    /*gap: 20px;*/
}
.swiper-wrapper-factory {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
}
.factory-pic-item{
    height: 400px !important;
}

.factory-pic-item img{
    width: 100%;
    height: auto;
}
