@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: #fff;
        text-decoration: none;
    }

    .english-title {
        color: #231815;
        font-size: 16px;
        text-align: center;
        margin-bottom: 5px;
    }

    .china-title {
        color: #000000;
        font-size: 30px;
        text-align: center;
        margin-bottom: 0;
        font-weight: bold;
    }

    .title-box {
        line-height: 18px;
    }

    .content-box {
        padding: 20px 0px 5px 0px;
        background: #ffffff;
        margin: 0px auto;
        width: 100%;
    }

    .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 {
        padding: 10px;
        width: 100%;
    }

    .news-title {
        font-size: 14px;
        color: #000;

        flex: 1;
    }

    .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: 3;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /*height: 50px;*/
        text-align: justify;
    }

    .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: #666;
        display: flex;
        justify-content: end;
        align-items: center;
        font-size: 13px;
        width: 100%;
        padding-top: 10px;
    }

    .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;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px #eeeeee solid;
        height: 40px;
        margin-bottom: 10px;
    }

    .news-img {
        width: 300px;
        padding-right: 10px;
    }

    .news-img img {
        width: 160px;
        object-fit: contain;
        height: 120px;
    }

    .news-content {
        border-bottom: 1px dashed #ccc;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .news-item:last-child {
        border-bottom: none;
    }

    .news-item-title {
        font-size: 20px;

        font-weight: 400;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .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: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 180px;
        box-shadow: #ccc 5px 5px 10px;
        border-radius: 2px;
    }

    .product img {
        width: 80%;
    }

    .product-list {
        margin-top: 20px;
    }

    .product-box {
        margin-bottom: 50px;
    }

    .content-news-box {
        padding: 20px;
        background: #fff;
        border-radius: 20px;
        margin-bottom: 50px;
        box-shadow: #ccc 5px 5px 10px;
    }

    .product-title {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }

    .pinpai {
        padding: 30px 0;
    }

    .pinpai-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

    .pinpai-item {
        width: 150px;
        height: 150px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 10px;
    }

    .pinpai-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .left-box {
        width: 100%;
        background: #ffffff;
        margin-top: 50px;
        padding: 10px;
        border-radius: 5px;
        box-shadow: #ccc 5px 5px 10px;
        margin-bottom: 20px;
    }

    .left-head {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px #eeeeee solid;
        height: 30px;
    }

    .left-head img {
        width: 20px;
        height: 15px;
    }

    .left-title {
        font-size: 15px;
        font-weight: 700;
    }

    .left-list {

    }

    .left-list-item {
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px #eeeeee solid;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .left-list-item a {
        color: #000;
    }

    .left-list-item img {
        width: 200px;
        height: 50px;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .product-item {
        margin-bottom: 20px;
    }

    .left-list-product-item {
        width: 49%;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .left-list-product {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 5px;
    }

    .left-list-product-item img {
        width: 100%;
    }

    .left-list-product-item span {
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px #ccc dashed;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        text-align: center;
    }

    .news-date {
        font-size: 13px;
        width: 150px;
        text-align: right;
    }

    .news-date img {
        width: 15px;
    }

    .news-title {
        text-align: left;
    }

    .news-comeFrom {
        text-align: left;
        font-size: 13px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
    }

    .news-content {
        padding: 10px;
    }

    .goto {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        padding: 10px 0;
        clear: both;
    }

    .up-and-down {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .up {
        max-width: 300px;
        font-size: 12px;
        padding: 10px 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .up a {
        color: #000;
    }

    .down {
        margin-left: 10px;
        max-width: 300px;
        font-size: 12px;
        padding: 10px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .down a {
        color: #000000;
    }

    .go-back {
        background: #2b2b2b;
        color: #fff;
        padding: 5px 10px;
        border-radius: 20px;
    }

    .go-back img {
        width: 15px;
        margin-left: 5px;
    }

    .go-back a {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-head {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        /*border-bottom: 1px solid #c5c5c5;*/
        padding-bottom: 20px;
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .product-head-img {
        width: 100%;
        position: relative;
        padding: 0 10px;
    }

    .product-head-img > img {
        width: 100%;
    }

    .product-head-title {
        width: 60%;
        flex: 1;
        padding-left: 90px;
        position: relative;
    }

    .product-head-title h3 {
        font-size: 36px;
    }

    .attr {
        padding: 10px 0;
        margin-top: 30px;
    }

    .attr h6 {
        font-size: 14px;
    }

    .attr-content {
        font-size: 13px;
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .attr-content p {
        margin: 0;
        font-size: 15px;
        padding: 6px 0;
    }

    .news-content img {
        max-width: 100%;
    }

    .fujian {
        margin-top: 20px;
    }

    .fujian a {
        color: #000000;
        font-size: 13px;
    }


    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0 0;
        margin: auto;
        /*border-bottom: 1px solid #DFE4EA;*/
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 24px;
        text-align: center;
        padding: 20px;
    }

    .head-box-subtitle {
        text-align: center;
        color: #3d3d3d;
    }

    .head-box-nav {
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
        padding: 0 15px;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .contact-btn {
        background: #fa6807;
        border-radius: 8px;
        color: #FFFFFF;
        width: 172px;
        height: 50px;
        padding: 10px 20px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        bottom: 28px;
    }

    .contact-btn:hover {
        background: #E96800;
    }

    .desc-box {
        margin: 30px auto 0;
        width: 100%;
        max-width: 1300px;
    }

    .desc-title {
        font-size: 36px;
        text-align: center;
    }

    .desc-desc {
        font-size: 16px;
        text-align: center;
        padding: 20px;
    }

    .desc-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 20px;
    }

    .desc-item {
        width: 100%;
        /*cursor: pointer;*/
    }

    .desc-item-img {
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        height: 225px;
    }

    .desc-item-img > img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .desc-item-img img {
        width: 100%;
        height: auto;
    }

    .desc-item-title {
        color: #848484;
        padding: 5px 3px;
    }

    .desc-overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e7e7f5;
        border-radius: 6px;
        transition: bottom 0.3s ease;
    }

    /*.desc-item:hover .desc-overlay {*/
    /*    display: block;*/
    /*}*/
    .desc-overlay-title {
        font-size: 20px;
        padding: 10px;
    }

    .desc-overlay-play img {
        width: 30px;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .desc-overlay-time {
        width: 80px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    .quote-box {
        width: 100%;
        padding: 50px 0;
        background: rgba(233, 236, 225, 0.30);
    }

    .quote-title {
        color: #000;

        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: center;
    }

    .quote-form {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .quote-item {
        width: 17%;
        margin-bottom: 20px;
        color: #000;
        font-family: "sailecRegular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-label {
        height: 30px;
    }

    .quote-item input, select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;

        color: #000;

        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        padding: 5px;
    }

    .quote-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
    }

    .quote-btn img {
        width: 10px;
        margin-right: 5px;
    }

    .more-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        position: relative;
    }

    .more-title {
        font-size: 36px;
        text-align: center;
        padding: 20px;
        font-family: SailecBold;
        font-weight: 700;
    }

    .more-list {
        /*display: flex;*/
        /*justify-content: flex-start;*/
        /*align-items: center;*/
        /*gap: 1%;*/
        /*position: relative;*/
        /*padding: 0 20px;*/
        overflow: hidden;
        margin-top: 20px;
    }

    .more-item {
        width: 290px;
        flex-direction: column;
    }

    .more-img {
        border-radius: 20px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 100%;
        margin: auto;
    }

    .more-img img {
        /*border-radius: 20px;*/
        width: 100%;
        height: 100%;
        object-fit: cover !important;
    }

    .more-item-title {
        font-size: 16px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .more-item-title a {
        color: #000000;
    }


    .left-arrow-btn {
        position: absolute;
        top: 60%;
        left: 0;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn img {
        width: 15px;
    }

    .right-arrow-btn {
        position: absolute;
        top: 60%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn img {
        width: 15px;
    }

    .left-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn-thumbs img {
        width: 12px;
    }

    .right-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn-thumbs img {
        width: 12px;
    }

    .left-arrow {
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        z-index: 997;
    }

    .left-arrow img {
        width: 30px;
    }

    .right-arrow {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        z-index: 997;
    }

    .right-arrow img {
        width: 30px;
    }

    .product-gallery {
        overflow: hidden;
        position: relative;
        /*margin-top: 20px;*/
        /*border: 1px solid #d1d1d1;*/
        /*border-radius: 10px;*/
    }

    .product-gallery-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover !important;
    }

    .product-gallery-thumbs {
        overflow: hidden;
        position: relative;
        margin: 20px 0 0;
        padding: 0 40px;
    }

    .product-gallery-item-thumbs {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item-thumbs img {
        width: 100%;
        height: 100px !important;
        object-fit: cover !important;
        cursor: pointer;
    }

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .menu-list-box {
        position: sticky;
        top: 120px;
        background: #FFFFFF;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 997;
    }

    .menu-list {
        width: 100%;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
    }

    .menu-item {
        padding: 10px 0;
        cursor: pointer;
    }

    .menu-item-active {
        border-bottom: 2px solid #000;
        font-family: SailecBold;
    }

    .bg-f6f7f8 {
        background: #f6f7f8;
    }

    .content-detail {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto 0;
        padding-bottom: 50px;
    }

    .class-title {
        font-size: 24px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        padding: 40px 0;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 0px auto 50px;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }


    .faq-title {
        font-size: 22px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        padding: 0px 0;
        text-align: center;
    }

    .faq-item {
        /* border-radius: 8px; */
        background: #ffffff;
        margin: 10px 0;
        padding: 10px;
        border-bottom: 1px #b6b6b6 solid;
    }

    .faq-item-title {
        font-size: 16px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
        font-family: SailecBold;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: -10px;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #3d3d3d;
        font-size: 16px;
    }

    .bg-F3F5F6 {
        background: #F3F5F6;
    }

    .work-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
    }

    .work-title {
        font-size: 24px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        text-align: center;
    }

    .work-subtitle {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .work-list-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .work-list-box-nav {
        width: 30%;
        min-width: 400px;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .work-list-box-nav-item {
        /*border-left: 2px #e9e9e9 solid;*/
        color: #848484;
        height: 35px;
        padding: 5px 0 0 10px;
        display: flex;
        justify-content: left;
        align-items: center;
        cursor: pointer;
        position: relative;
    }

    .work-list-box-nav-item-active {
        font-family: SailecBold;
        color: #000000;
    }

    .work-list-box-nav-item-line {
        width: 2px;
        height: 100%;
        background: #e9e9e9;
        position: absolute;
        left: 0;
        top: 0;
    }

    .work-list-box-nav-item-line-active {
        background: linear-gradient(to bottom, #0033A1 50%, #e9e9e9 50%);
        background-size: 100% 200%;
        animation: changeColor 5s forwards;
    }


    .work-list {
        overflow: hidden;
    }

    .work-item-title {
        position: absolute;
        bottom: 0px;
        padding: 20px;
        color: #FFFFFF;
        /*//添加一个渐变背景色，从透明到黑色*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        width: 100%;
    }

    .work-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .slogan-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
        padding: 0 0 50px;
    }

    .slogan-title {
        text-align: center;
        font-size: 36px;
        font-family: SailecBold;
    }

    .slogan-content {
        text-align: center;
        margin-top: 20px;
    }

    .slogan-btn {
        border-radius: 12px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
        height: 50px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .slogan-btn:hover {
        background: #E96800;
    }

    .slogan-btn img {
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }

    .slogan-btn span {

    }


    @keyframes changeColor {
        0% {
            background-position: 100% 100%;
        }
        100% {
            background-position: 0 0;
        }
    }


    /*.detail-template-box {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    max-width: 1300px;*/
    /*    height: auto;*/
    /*    min-height: 730px;*/
    /*}*/
    /*.pd-bg {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    border-radius: 6px;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.data-box {*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    height: 135px;*/
    /*    background: rgba(0, 0, 0, 0.1);*/
    /*    border-radius: 6px 6px 0 0;*/
    /*    align-items: flex-start;*/
    /*    justify-content: space-evenly;*/
    /*    padding: 10px;*/
    /*}*/
    /*.data-box-item {*/
    /*    width: 240px;*/
    /*}*/
    /*.data-box-item-title {*/
    /*    text-align: center;*/
    /*    font-size: 32px;*/
    /*    font-family: sailecRegular;*/
    /*}*/
    /*.data-box-item-title span {*/
    /*    font-size: 20px;*/
    /*    font-family: sailecRegular;*/
    /*}*/
    /*.data-box-item-content{*/
    /*    !*margin-top:5px;*!*/
    /*    text-align: center;*/
    /*}*/
    .first-nav {
        box-shadow: 0 0 22px rgb(0 0 0 / 10%);
    }

    .jinbaolai-product-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-bottom: 50px !important;
        flex-direction: column;
    }

    .jinbaolai-product-desc-left {
        width: 100% !important;
        padding: 0 15px;
    }

    .jinbaolai-product-desc-left img {
        width: 100%;
    }

    .jinbaolai-product-desc-right {
        flex: 1;
        padding: 0 15px;
        width: 100%;
    }

    .jinbaolai-product-desc-right h2 {
        font-size: 22px !important;
        font-family: SailecBold;
    }

    .jinbaolai-product-desc-right ul {
        padding: 0;
        list-style: none;
        margin-top: 30px;
    }

    .jinbaolai-product-desc-right li {
        border-bottom: 1px solid #ccc;
        display: flex;
        line-height: 50px;
        padding: 0 10px;
    }

    .jinbaolai-product-desc-right li:first-child {
        border-top: 1px solid #ccc;
    }

    .jinbaolai-product-desc-right li div:first-child {
        width: 150px;
    }

    .jinbaolai-product-desc-right li div:last-child {
        flex: 1;
        text-align: right;
    }

}

@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: #fff;
        text-decoration: none;
    }

    .english-title {
        color: #231815;
        font-size: 16px;
        text-align: center;
        margin-bottom: 5px;
    }

    .china-title {
        color: #000000;
        font-size: 30px;
        text-align: center;
        margin-bottom: 0;
        font-weight: bold;
    }

    .title-box {
        line-height: 18px;
    }

    .content-box {
        padding: 20px 0px 5px 0px;
        background: #ffffff;
        margin: 0px auto;
        width: 100%;
    }

    .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 {
        padding: 10px;
        width: 100%;
    }

    .news-title {
        font-size: 14px;
        color: #000;

        flex: 1;
    }

    .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: 3;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /*height: 50px;*/
        text-align: justify;
    }

    .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: #666;
        display: flex;
        justify-content: end;
        align-items: center;
        font-size: 13px;
        width: 100%;
        padding-top: 10px;
    }

    .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;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px #eeeeee solid;
        height: 40px;
        margin-bottom: 10px;
    }

    .news-img {
        width: 300px;
        padding-right: 10px;
    }

    .news-img img {
        width: 160px;
        object-fit: contain;
        height: 120px;
    }

    .news-content {
        border-bottom: 1px dashed #ccc;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .news-item:last-child {
        border-bottom: none;
    }

    .news-item-title {
        font-size: 20px;

        font-weight: 400;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .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: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 180px;
        box-shadow: #ccc 5px 5px 10px;
        border-radius: 2px;
    }

    .product img {
        width: 80%;
    }

    .product-list {
        margin-top: 20px;
    }

    .product-box {
        margin-bottom: 50px;
    }

    .content-news-box {
        padding: 20px;
        background: #fff;
        border-radius: 20px;
        margin-bottom: 50px;
        box-shadow: #ccc 5px 5px 10px;
    }

    .product-title {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }

    .pinpai {
        padding: 30px 0;
    }

    .pinpai-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

    .pinpai-item {
        width: 150px;
        height: 150px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 10px;
    }

    .pinpai-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .left-box {
        width: 100%;
        background: #ffffff;
        margin-top: 50px;
        padding: 10px;
        border-radius: 5px;
        box-shadow: #ccc 5px 5px 10px;
        margin-bottom: 20px;
    }

    .left-head {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px #eeeeee solid;
        height: 30px;
    }

    .left-head img {
        width: 20px;
        height: 15px;
    }

    .left-title {
        font-size: 15px;
        font-weight: 700;
    }

    .left-list {

    }

    .left-list-item {
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px #eeeeee solid;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .left-list-item a {
        color: #000;
    }

    .left-list-item img {
        width: 200px;
        height: 50px;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .product-item {
        margin-bottom: 20px;
    }

    .left-list-product-item {
        width: 49%;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .left-list-product {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 5px;
    }

    .left-list-product-item img {
        width: 100%;
    }

    .left-list-product-item span {
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px #ccc dashed;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        text-align: center;
    }

    .news-date {
        font-size: 13px;
        width: 150px;
        text-align: right;
    }

    .news-date img {
        width: 15px;
    }

    .news-title {
        text-align: left;
    }

    .news-comeFrom {
        text-align: left;
        font-size: 13px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
    }

    .news-content {
        padding: 10px;
    }

    .goto {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        padding: 10px 0;
        clear: both;
    }

    .up-and-down {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .up {
        max-width: 300px;
        font-size: 12px;
        padding: 10px 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .up a {
        color: #000;
    }

    .down {
        margin-left: 10px;
        max-width: 300px;
        font-size: 12px;
        padding: 10px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .down a {
        color: #000000;
    }

    .go-back {
        background: #2b2b2b;
        color: #fff;
        padding: 5px 10px;
        border-radius: 20px;
    }

    .go-back img {
        width: 15px;
        margin-left: 5px;
    }

    .go-back a {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-head {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        /*border-bottom: 1px solid #c5c5c5;*/
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .product-head-img {
        width: 100%;
        position: relative;
    }

    .product-head-img > img {
        width: 100%;
    }

    .product-head-title {
        width: 60%;
        flex: 1;
        padding-left: 90px;
        position: relative;
    }

    .product-head-title h3 {
        font-size: 36px;
    }

    .attr {
        padding: 10px 0;
        margin-top: 30px;
    }

    .attr h6 {
        font-size: 14px;
    }

    .attr-content {
        font-size: 13px;
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .attr-content p {
        margin: 0;
        font-size: 15px;
        padding: 6px 0;
    }

    .news-content img {
        max-width: 100%;
    }

    .fujian {
        margin-top: 20px;
    }

    .fujian a {
        color: #000000;
        font-size: 13px;
    }


    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 15px 0;
        margin: auto;
        /*border-bottom: 1px solid #DFE4EA;*/
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 40px;
        text-align: center;
        padding: 20px;
    }

    .head-box-subtitle {
        text-align: center;
        color: #3d3d3d;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .contact-btn {
        background: #fa6807;
        border-radius: 8px;
        color: #FFFFFF;
        width: 172px;
        height: 50px;
        padding: 10px 20px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        bottom: 28px;
    }

    .contact-btn:hover {
        background: #E96800;
    }

    .desc-box {
        margin: 20px auto 0;
        width: 100%;
        max-width: 1300px;
    }


    .jinbaolai-product-desc {
        margin-top: 20px !important;
        margin-bottom: 0px !important;
    }

    .desc-title {
        font-size: 36px;
        text-align: center;
    }

    .desc-desc {
        font-size: 16px;
        text-align: center;
        padding: 20px;
    }

    .desc-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 20px;
    }

    .desc-item {
        width: 100%;
        /*cursor: pointer;*/
    }

    .desc-item-img {
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        height: 225px;
    }

    .desc-item-img > img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .desc-item-img img {
        width: 100%;
        height: auto;
    }

    .desc-item-title {
        color: #848484;
        padding: 5px 3px;
    }

    .desc-overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e7e7f5;
        border-radius: 6px;
        transition: bottom 0.3s ease;
    }

    /*.desc-item:hover .desc-overlay {*/
    /*    display: block;*/
    /*}*/
    .desc-overlay-title {
        font-size: 20px;
        padding: 10px;
    }

    .desc-overlay-play img {
        width: 30px;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .desc-overlay-time {
        width: 80px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    .quote-box {
        width: 100%;
        padding: 50px 0;
        background: rgba(233, 236, 225, 0.30);
    }

    .quote-title {
        color: #000;

        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: center;
    }

    .quote-form {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .quote-item {
        width: 17%;
        margin-bottom: 20px;
        color: #000;
        font-family: "sailecRegular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-label {
        height: 30px;
    }

    .quote-item input, select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;

        color: #000;

        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        padding: 5px;
    }

    .quote-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
    }

    .quote-btn img {
        width: 10px;
        margin-right: 5px;
    }

    .more-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        position: relative;
    }

    .more-title {
        font-size: 36px;
        text-align: center;
        padding: 20px;
        font-family: SailecBold;
        font-weight: 700;
    }

    .more-list {
        /*display: flex;*/
        /*justify-content: flex-start;*/
        /*align-items: center;*/
        /*gap: 1%;*/
        /*position: relative;*/
        /*padding: 0 20px;*/
        overflow: hidden;
        margin-top: 20px;
    }

    .more-item {
        width: 290px;
        flex-direction: column;
    }

    .more-img {
        border-radius: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 100%;
        height: 180px;
        margin: auto;
    }

    .more-img img {
        /*border-radius: 20px;*/
        width: 100%;
        height: 100%;
        object-fit: contain !important;
    }

    .more-item-title {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .more-item-title a {
        color: #000000;
    }


    .left-arrow-btn {
        position: absolute;
        top: 60%;
        left: 0;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn img {
        width: 15px;
    }

    .right-arrow-btn {
        position: absolute;
        top: 60%;
        right: 0;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn img {
        width: 15px;
    }

    .left-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn-thumbs img {
        width: 12px;
    }

    .right-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn-thumbs img {
        width: 12px;
    }

    .left-arrow {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 997;
    }

    .left-arrow img {
        width: 40px;
    }

    .right-arrow {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 997;
    }

    .right-arrow img {
        width: 40px;
    }

    .product-gallery {
        overflow: hidden;
        position: relative;
        /*margin-top: 20px;*/
        /*border: 1px solid #d1d1d1;*/
        /*border-radius: 10px;*/
    }

    .product-gallery-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover !important;
    }

    .product-gallery-thumbs {
        overflow: hidden;
        position: relative;
        margin: 20px 0 0;
        padding: 0 40px;
    }

    .product-gallery-item-thumbs {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item-thumbs img {
        width: 100%;
        height: 100px !important;
        object-fit: cover !important;
        cursor: pointer;
    }

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .menu-list-box {
        position: sticky;
        top: 120px;
        background: #FFFFFF;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 997;
    }

    .menu-list {
        width: 100%;
        max-width: 650px;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item {
        padding: 10px 0;
        cursor: pointer;
    }

    .menu-item-active {
        border-bottom: 2px solid #000;
        font-family: SailecBold;
    }

    .bg-f6f7f8 {
        background: #f6f7f8;
    }

    .content-detail {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto 0;
        padding-bottom: 50px;
    }

    .class-title {
        font-size: 24px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        padding: 40px 0;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
        padding-bottom: 50px;
    }


    .faq-title {
        font-size: 36px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        padding: 40px 0;
        text-align: center;
    }

    .faq-item {
        /* border-radius: 8px; */
        background: #ffffff;
        margin: 20px 0;
        padding: 20px;
        border-bottom: 1px #b6b6b6 solid;
    }

    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
        font-family: SailecBold;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #3d3d3d;
        font-size: 16px;
    }

    .bg-F3F5F6 {
        background: #F3F5F6;
    }

    .work-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
    }

    .work-title {
        font-size: 24px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        text-align: center;
    }

    .work-subtitle {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .work-list-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .work-list-box-nav {
        width: 30%;
        min-width: 400px;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .work-list-box-nav-item {
        /*border-left: 2px #e9e9e9 solid;*/
        color: #848484;
        height: 35px;
        padding: 5px 0 0 10px;
        display: flex;
        justify-content: left;
        align-items: center;
        cursor: pointer;
        position: relative;
    }

    .work-list-box-nav-item-active {
        font-family: SailecBold;
        color: #000000;
    }

    .work-list-box-nav-item-line {
        width: 2px;
        height: 100%;
        background: #e9e9e9;
        position: absolute;
        left: 0;
        top: 0;
    }

    .work-list-box-nav-item-line-active {
        background: linear-gradient(to bottom, #0033A1 50%, #e9e9e9 50%);
        background-size: 100% 200%;
        animation: changeColor 5s forwards;
    }


    .work-list {
        overflow: hidden;
    }

    .work-item-title {
        position: absolute;
        bottom: 0px;
        padding: 20px;
        color: #FFFFFF;
        /*//添加一个渐变背景色，从透明到黑色*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        width: 100%;
    }

    .work-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .slogan-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
        padding: 0 0 50px;
    }

    .slogan-title {
        text-align: center;
        font-size: 36px;
        font-family: SailecBold;
    }

    .slogan-content {
        text-align: center;
        margin-top: 20px;
    }

    .slogan-btn {
        border-radius: 12px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
        height: 50px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .slogan-btn:hover {
        background: #E96800;
    }

    .slogan-btn img {
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }

    .slogan-btn span {

    }


    @keyframes changeColor {
        0% {
            background-position: 100% 100%;
        }
        100% {
            background-position: 0 0;
        }
    }


    /*.detail-template-box {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    max-width: 1300px;*/
    /*    height: auto;*/
    /*    min-height: 730px;*/
    /*}*/
    /*.pd-bg {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    border-radius: 6px;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.data-box {*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    height: 135px;*/
    /*    background: rgba(0, 0, 0, 0.1);*/
    /*    border-radius: 6px 6px 0 0;*/
    /*    align-items: flex-start;*/
    /*    justify-content: space-evenly;*/
    /*    padding: 10px;*/
    /*}*/
    /*.data-box-item {*/
    /*    width: 240px;*/
    /*}*/
    /*.data-box-item-title {*/
    /*    text-align: center;*/
    /*    font-size: 32px;*/
    /*    font-family: sailecRegular;*/
    /*}*/
    /*.data-box-item-title span {*/
    /*    font-size: 20px;*/
    /*    font-family: sailecRegular;*/
    /*}*/
    /*.data-box-item-content{*/
    /*    !*margin-top:5px;*!*/
    /*    text-align: center;*/
    /*}*/
    .first-nav {
        box-shadow: 0 0 22px rgb(0 0 0 / 10%);
    }

    .jinbaolai-product-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-bottom: 80px;
    }

    .jinbaolai-product-desc-left {
        width: 60%;
    }

    .jinbaolai-product-desc-left img {
        width: 100%;
    }

    .jinbaolai-product-desc-right {
        flex: 1;
    }

    .jinbaolai-product-desc-right h2 {
        font-size: 36px;
        font-family: SailecBold;
    }

    .jinbaolai-product-desc-right ul {
        padding: 0;
        list-style: none;
        margin-top: 30px;
    }

    .jinbaolai-product-desc-right li {
        border-bottom: 1px solid #ccc;
        display: flex;
        line-height: 50px;
        padding: 0 10px;
    }

    .jinbaolai-product-desc-right li:first-child {
        border-top: 1px solid #ccc;
    }

    .jinbaolai-product-desc-right li div:first-child {
        width: 150px;
    }

    .jinbaolai-product-desc-right li div:last-child {
        flex: 1;
        text-align: right;
    }

}

@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: #fff;
        text-decoration: none;
    }

    .english-title {
        color: #231815;
        font-size: 16px;
        text-align: center;
        margin-bottom: 5px;
    }

    .china-title {
        color: #000000;
        font-size: 30px;
        text-align: center;
        margin-bottom: 0;
        font-weight: bold;
    }

    .title-box {
        line-height: 18px;
    }

    .content-box {
        padding: 20px 0px 5px 0px;
        background: #ffffff;
        margin: 0px auto;
        width: 100%;
    }

    .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 {
        padding: 10px;
        width: 100%;
    }

    .news-title {
        font-size: 14px;
        color: #000;

        flex: 1;
    }

    .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: 3;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        /*height: 50px;*/
        text-align: justify;
    }

    .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: #666;
        display: flex;
        justify-content: end;
        align-items: center;
        font-size: 13px;
        width: 100%;
        padding-top: 10px;
    }

    .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;
        justify-content: space-between;
        width: 100%;
        border-bottom: 1px #eeeeee solid;
        height: 40px;
        margin-bottom: 10px;
    }

    .news-img {
        width: 300px;
        padding-right: 10px;
    }

    .news-img img {
        width: 160px;
        object-fit: contain;
        height: 120px;
    }

    .news-content {
        border-bottom: 1px dashed #ccc;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
    }

    .news-item:last-child {
        border-bottom: none;
    }

    .news-item-title {
        font-size: 20px;

        font-weight: 400;
        color: #000000;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .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: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 180px;
        box-shadow: #ccc 5px 5px 10px;
        border-radius: 2px;
    }

    .product img {
        width: 80%;
    }

    .product-list {
        margin-top: 20px;
    }

    .product-box {
        margin-bottom: 50px;
    }

    .content-news-box {
        padding: 20px;
        background: #fff;
        border-radius: 20px;
        margin-bottom: 50px;
        box-shadow: #ccc 5px 5px 10px;
    }

    .product-title {
        text-align: center;
        font-size: 14px;
        margin-top: 10px;
    }

    .pinpai {
        padding: 30px 0;
    }

    .pinpai-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 0;
    }

    .pinpai-item {
        width: 150px;
        height: 150px;
        border-radius: 5px;
        border: 1px solid #ccc;
        margin-top: 10px;
    }

    .pinpai-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .left-box {
        width: 100%;
        background: #ffffff;
        margin-top: 50px;
        padding: 10px;
        border-radius: 5px;
        box-shadow: #ccc 5px 5px 10px;
        margin-bottom: 20px;
    }

    .left-head {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px #eeeeee solid;
        height: 30px;
    }

    .left-head img {
        width: 20px;
        height: 15px;
    }

    .left-title {
        font-size: 15px;
        font-weight: 700;
    }

    .left-list {

    }

    .left-list-item {
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px #eeeeee solid;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .left-list-item a {
        color: #000;
    }

    .left-list-item img {
        width: 200px;
        height: 50px;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .product-item {
        margin-bottom: 20px;
    }

    .left-list-product-item {
        width: 49%;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .left-list-product {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 5px;
    }

    .left-list-product-item img {
        width: 100%;
    }

    .left-list-product-item span {
        display: block;
        width: 100%;
        font-size: 12px;
        padding: 10px 5px;
        border-bottom: 1px #ccc dashed;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        text-align: center;
    }

    .news-date {
        font-size: 13px;
        width: 150px;
        text-align: right;
    }

    .news-date img {
        width: 15px;
    }

    .news-title {
        text-align: left;
    }

    .news-comeFrom {
        text-align: left;
        font-size: 13px;
        border-bottom: 1px dashed #ccc;
        padding-bottom: 10px;
    }

    .news-content {
        padding: 10px;
    }

    .goto {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 12px;
        padding: 10px 0;
        clear: both;
    }

    .up-and-down {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .up {
        max-width: 300px;
        font-size: 12px;
        padding: 10px 0px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .up a {
        color: #000;
    }

    .down {
        margin-left: 10px;
        max-width: 300px;
        font-size: 12px;
        padding: 10px 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

    }

    .down a {
        color: #000000;
    }

    .go-back {
        background: #2b2b2b;
        color: #fff;
        padding: 5px 10px;
        border-radius: 20px;
    }

    .go-back img {
        width: 15px;
        margin-left: 5px;
    }

    .go-back a {
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-head {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        /*border-bottom: 1px solid #c5c5c5;*/
        padding-bottom: 20px;
        width: 100%;
        max-width: 800px;
        margin: auto;
    }

    .product-head-img {
        width: 100%;
        position: relative;
    }

    .product-head-img > img {
        width: 100%;
    }

    .product-head-title {
        width: 60%;
        flex: 1;
        padding-left: 90px;
        position: relative;
    }

    .product-head-title h3 {
        font-size: 36px;
    }

    .attr {
        padding: 10px 0;
        margin-top: 30px;
    }

    .attr h6 {
        font-size: 14px;
    }

    .attr-content {
        font-size: 13px;
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .attr-content p {
        margin: 0;
        font-size: 15px;
        padding: 6px 0;
    }

    .news-content img {
        max-width: 100%;
    }

    .fujian {
        margin-top: 20px;
    }

    .fujian a {
        color: #000000;
        font-size: 13px;
    }


    .head-box {
        width: 100%;
        max-width: 1300px;
        padding: 45px 0 0;
        margin: auto;
        /*border-bottom: 1px solid #DFE4EA;*/
    }

    .head-box-title {
        font-family: SailecBold;
        font-size: 32px;
    }

    .head-box-title h1 {
        font-family: SailecBold;
        font-size: 40px;
        text-align: center;
        padding: 20px;
    }

    .head-box-subtitle {
        text-align: center;
        color: #3d3d3d;
    }

    .head-box-nav {
        margin-top: 20px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #5a6a78;
    }

    .head-box-nav img {
        width: 17px;
        height: auto;
    }

    .contact-btn {
        background: #fa6807;
        border-radius: 8px;
        color: #FFFFFF;
        width: 172px;
        height: 50px;
        padding: 10px 20px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: absolute;
        bottom: 28px;
    }

    .contact-btn:hover {
        background: #E96800;
    }

    .desc-box {
        margin: 50px auto;
        width: 100%;
        max-width: 1300px;
    }

    .desc-title {
        font-size: 36px;
        text-align: center;
    }

    .desc-desc {
        font-size: 16px;
        text-align: center;
        padding: 20px;
    }

    .desc-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        margin-top: 20px;
    }

    .desc-item {
        width: 100%;
        /*cursor: pointer;*/
    }

    .desc-item-img {
        border-radius: 6px;
        overflow: hidden;
        position: relative;
        height: 225px;
    }

    .desc-item-img > img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .desc-item-img img {
        width: 100%;
        height: auto;
    }

    .desc-item-title {
        color: #848484;
        padding: 5px 3px;
    }

    .desc-overlay {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #e7e7f5;
        border-radius: 6px;
        transition: bottom 0.3s ease;
    }

    /*.desc-item:hover .desc-overlay {*/
    /*    display: block;*/
    /*}*/
    .desc-overlay-title {
        font-size: 20px;
        padding: 10px;
    }

    .desc-overlay-play img {
        width: 30px;
        position: absolute;
        bottom: 10px;
        left: 10px;
    }

    .desc-overlay-time {
        width: 80px;
        position: absolute;
        bottom: 10px;
        right: 10px;
        text-align: right;
    }

    .quote-box {
        width: 100%;
        padding: 50px 0;
        background: rgba(233, 236, 225, 0.30);
    }

    .quote-title {
        color: #000;

        font-family: sailecRegular;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px; /* 80% */
        text-align: center;
    }

    .quote-form {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

    .quote-item {
        width: 17%;
        margin-bottom: 20px;
        color: #000;
        font-family: "sailecRegular";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .quote-label {
        height: 30px;
    }

    .quote-item input, select {
        width: 100%;
        height: 40px;
        border-radius: 6px;
        border: 1px #333 solid;

        color: #000;

        font-family: sailecRegular;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        padding: 5px;
    }

    .quote-btn {
        display: block;
        border-radius: 22.051px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
    }

    .quote-btn img {
        width: 10px;
        margin-right: 5px;
    }

    .more-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        position: relative;
    }

    .more-title {
        font-size: 36px;
        text-align: center;
        padding: 20px;
        font-family: SailecBold;
        font-weight: 700;
    }

    .more-list {
        /*display: flex;*/
        /*justify-content: flex-start;*/
        /*align-items: center;*/
        /*gap: 1%;*/
        /*position: relative;*/
        /*padding: 0 20px;*/
        overflow: hidden;
        margin-top: 20px;
    }

    .more-item {
        width: 290px;
        flex-direction: column;
    }

    .more-img {
        border-radius: 20px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        width: 200px;
        margin: auto;
    }

    .more-img img {
        /*border-radius: 20px;*/
        width: 100%;
        height: 100%;
        object-fit: contain !important;
    }

    .more-item-title {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .more-item-title a {
        color: #000000;
    }


    .left-arrow-btn {
        position: absolute;
        top: 60%;
        left: -30px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn img {
        width: 15px;
    }

    .right-arrow-btn {
        position: absolute;
        top: 60%;
        right: -30px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn img {
        width: 15px;
    }

    .left-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .left-arrow-btn-thumbs img {
        width: 12px;
    }

    .right-arrow-btn-thumbs {
        position: absolute;
        top: 50%;
        right: 0px;
        transform: translateY(-50%);
        z-index: 9999;
    }

    .right-arrow-btn-thumbs img {
        width: 12px;
    }

    .left-arrow {
        position: absolute;
        top: 50%;
        left: -50px;
        transform: translateY(-50%);
        z-index: 997;
    }

    .left-arrow img {
        width: 40px;
    }

    .right-arrow {
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translateY(-50%);
        z-index: 997;
    }

    .right-arrow img {
        width: 40px;
    }

    .product-gallery {
        overflow: hidden;
        position: relative;
        /*margin-top: 20px;*/
        /*border: 1px solid #d1d1d1;*/
        /*border-radius: 10px;*/
    }

    .product-gallery-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover !important;
    }

    .product-gallery-thumbs {
        overflow: hidden;
        position: relative;
        margin: 20px 0 0;
        padding: 0 40px;
    }

    .product-gallery-item-thumbs {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-gallery-item-thumbs img {
        width: 100%;
        height: 100px !important;
        object-fit: cover !important;
        cursor: pointer;
    }

    .video-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        z-index: 9999;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video-box {
        width: 960px;
        height: 540px;
        position: relative;
        background: #ffffff;
    }

    .dialog-close {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        width: 27px;
    }

    .menu-list-box {
        position: sticky;
        top: 120px;
        background: #FFFFFF;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 997;
    }

    .menu-list {
        width: 100%;
        max-width: 650px;
        margin: 20px auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item {
        padding: 10px 0;
        cursor: pointer;
    }

    .menu-item-active {
        border-bottom: 2px solid #000;
        font-family: SailecBold;
    }

    .bg-f6f7f8 {
        background: #f6f7f8;
    }

    .content-detail {
        width: 100%;
        max-width: 1300px;
        margin: 0 auto 0;
        padding-bottom: 50px;
    }

    .class-title {
        font-size: 24px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        padding: 40px 0;
    }

    .faq-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
        padding-bottom: 50px;
    }


    .faq-title {
        font-size: 36px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        padding: 40px 0;
        text-align: center;
    }

    .faq-item {
        /* border-radius: 8px; */
        background: #ffffff;
        margin: 20px 0;
        padding: 20px;
        border-bottom: 1px #b6b6b6 solid;
    }

    .faq-item-title {
        font-size: 18px;
        /*font-weight: 700;*/
        color: #000000;
        position: relative;
        cursor: pointer;
        font-family: SailecBold;
    }

    .faq-item-title img {
        width: 20px;
        height: auto;
        cursor: pointer;
        position: absolute;
        right: 0;
        top: 0;
    }

    .faq-item-content {
        margin-top: 20px;
        color: #3d3d3d;
        font-size: 16px;
    }

    .bg-F3F5F6 {
        background: #F3F5F6;
    }

    .work-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
    }

    .work-title {
        font-size: 24px;
        font-family: SailecBold;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        text-align: center;
    }

    .work-subtitle {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .work-list-box {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .work-list-box-nav {
        width: 30%;
        min-width: 400px;
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .work-list-box-nav-item {
        /*border-left: 2px #e9e9e9 solid;*/
        color: #848484;
        height: 35px;
        padding: 5px 0 0 10px;
        display: flex;
        justify-content: left;
        align-items: center;
        cursor: pointer;
        position: relative;
    }

    .work-list-box-nav-item-active {
        font-family: SailecBold;
        color: #000000;
    }

    .work-list-box-nav-item-line {
        width: 2px;
        height: 100%;
        background: #e9e9e9;
        position: absolute;
        left: 0;
        top: 0;
    }

    .work-list-box-nav-item-line-active {
        background: linear-gradient(to bottom, #0033A1 50%, #e9e9e9 50%);
        background-size: 100% 200%;
        animation: changeColor 5s forwards;
    }


    .work-list {
        overflow: hidden;
    }

    .work-item-title {
        position: absolute;
        bottom: 0px;
        padding: 20px;
        color: #FFFFFF;
        /*//添加一个渐变背景色，从透明到黑色*/
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        width: 100%;
    }

    .work-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .slogan-box {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 50px;
        padding: 0 0 50px;
    }

    .slogan-title {
        text-align: center;
        font-size: 36px;
        font-family: SailecBold;
    }

    .slogan-content {
        text-align: center;
        margin-top: 20px;
    }

    .slogan-btn {
        border-radius: 12px;
        background: #FB7306;
        padding: 10px 20px;
        color: #ffffff;
        border: 0;
        margin: auto;
        width: 200px;
        height: 50px;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 50px;
    }

    .slogan-btn:hover {
        background: #E96800;
    }

    .slogan-btn img {
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }

    .slogan-btn span {

    }


    @keyframes changeColor {
        0% {
            background-position: 100% 100%;
        }
        100% {
            background-position: 0 0;
        }
    }


    /*.detail-template-box {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    max-width: 1300px;*/
    /*    height: auto;*/
    /*    min-height: 730px;*/
    /*}*/
    /*.pd-bg {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    border-radius: 6px;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.data-box {*/
    /*    width: 100%;*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    top: 0;*/
    /*    height: 135px;*/
    /*    background: rgba(0, 0, 0, 0.1);*/
    /*    border-radius: 6px 6px 0 0;*/
    /*    align-items: flex-start;*/
    /*    justify-content: space-evenly;*/
    /*    padding: 10px;*/
    /*}*/
    /*.data-box-item {*/
    /*    width: 240px;*/
    /*}*/
    /*.data-box-item-title {*/
    /*    text-align: center;*/
    /*    font-size: 32px;*/
    /*    font-family: sailecRegular;*/
    /*}*/
    /*.data-box-item-title span {*/
    /*    font-size: 20px;*/
    /*    font-family: sailecRegular;*/
    /*}*/
    /*.data-box-item-content{*/
    /*    !*margin-top:5px;*!*/
    /*    text-align: center;*/
    /*}*/
    .first-nav {
        box-shadow: 0 0 22px rgb(0 0 0 / 10%);
    }

    .jinbaolai-product-desc {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px;
        margin-bottom: 80px;
    }

    .jinbaolai-product-desc-left {
        width: 60%;
    }

    .jinbaolai-product-desc-left img {
        width: 100%;
    }

    .jinbaolai-product-desc-right {
        flex: 1;
    }

    .jinbaolai-product-desc-right h2 {
        font-size: 36px;
        font-family: SailecBold;
    }

    .jinbaolai-product-desc-right ul {
        padding: 0;
        list-style: none;
        margin-top: 30px;
    }

    .jinbaolai-product-desc-right li {
        border-bottom: 1px solid #ccc;
        display: flex;
        line-height: 50px;
        padding: 0 10px;
    }

    .jinbaolai-product-desc-right li:first-child {
        border-top: 1px solid #ccc;
    }

    .jinbaolai-product-desc-right li div:first-child {
        width: 150px;
    }

    .jinbaolai-product-desc-right li div:last-child {
        flex: 1;
        text-align: right;
    }

}
