@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 {
        width: 100%;
        max-width: 1300px;
        margin: 20px auto;
        padding: 0 10px;
    }

    .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: 14px;
        color: #999999;
        padding: 5px 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        border-radius: 15px;
        border: 1px #999999 solid;
        cursor: pointer;
    }

    .more:hover {
        background: #37414b;
        color: #ffffff;
    }

    .more:hover a {
        color: #ffffff;
    }

    .more a {
        color: #999999;
    }

    .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: DIN;
        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 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding: 10px;
        text-align: left;
        height: 70px;
    }

    .news-title a {
        color: #000000;
        font-family: Quicksand-Medium;
    }

    .news-desc {
        font-size: 16px;
        color: #666666;
        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: 88px;
        text-align: justify;
        padding: 10px;
    }

    .news-desc a {
        color: #666666;
    }

    .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 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .detail-content {
        border-left: 1px #d2d2d2 solid;
        border-right: 1px #d2d2d2 solid;
        border-bottom: 1px #d2d2d2 solid;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .news-img {
        width: 100%;
    }

    .news-img img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

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

    .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: #000000;
    }

    .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: 110px;
        height: 110px;
        object-fit: contain;
    }

    .left-list-product-item-name {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        display: block;
        width: 110px;
        text-align: center;
        color: #000000;
        margin-top: 5px;
    }

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

    /*.left-list-product-item div {*/
    /*    font-size: 12px;*/
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-line-clamp: 1;*/
    /*    */
    /*    display: block;*/
    /*    width: 110px;*/
    /*    text-align: center;*/
    /*    color: #000000;*/
    /*    margin-top:5px;*/
    /*}*/
    .news-date {
        font-size: 14px;
        text-align: left;
        padding: 5px 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #f2f2f2;
        border-radius: 5px;
        margin: 10px 0 0 10px;
    }

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

    .news-date a {
        color: #000;
    }

    .inner-nav {
        text-align: right;
        margin-top: 50px;
    }

    .inner-nav a {
        color: #000000;
    }

    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 90%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding-left: 5px;
    }


    .banner-desc-box-title {
        font-size: 25px;
        font-weight: 300;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .banner-desc-box-content {
        font-size: 14px;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .carousel-item {
        height: 100%;
    }

    .w-100 {
        height: 100%;
        object-fit: cover;
    }

    .carousel-inner {
        height: 200px;
    }

    .news-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
    }
}

@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 {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        padding: 0 10px;
    }

    .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: 14px;
        color: #999999;
        padding: 5px 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        border-radius: 15px;
        border: 1px #999999 solid;
        cursor: pointer;
    }

    .more:hover {
        background: #37414b;
        color: #ffffff;
    }

    .more:hover a {
        color: #ffffff;
    }

    .more a {
        color: #999999;
    }

    .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: DIN;
        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 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding: 10px;
        text-align: left;
        height: 70px;
    }

    .news-title a {
        color: #000000;
        font-family: Quicksand-Medium;
    }

    .news-desc {
        font-size: 16px;
        color: #666666;
        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: 88px;
        text-align: justify;
        padding: 10px;
    }

    .news-desc a {
        color: #666666;
    }

    .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 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .detail-content {
        border-left: 1px #d2d2d2 solid;
        border-right: 1px #d2d2d2 solid;
        border-bottom: 1px #d2d2d2 solid;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .news-img {
        width: 100%;
    }

    .news-img img {
        width: 100%;
        object-fit: cover;
        height: 260px;
    }

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

    .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: #000000;
    }

    .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: 110px;
        height: 110px;
        object-fit: contain;
    }

    .left-list-product-item-name {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        display: block;
        width: 110px;
        text-align: center;
        color: #000000;
        margin-top: 5px;
    }

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

    /*.left-list-product-item div {*/
    /*    font-size: 12px;*/
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-line-clamp: 1;*/
    /*    */
    /*    display: block;*/
    /*    width: 110px;*/
    /*    text-align: center;*/
    /*    color: #000000;*/
    /*    margin-top:5px;*/
    /*}*/
    .news-date {
        font-size: 14px;
        text-align: left;
        padding: 5px 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #f2f2f2;
        border-radius: 5px;
        margin: 10px 0 0 10px;
    }

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

    .news-date a {
        color: #000;
    }

    .inner-nav {
        text-align: right;
        margin-top: 50px;
    }

    .inner-nav a {
        color: #000000;
    }

    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
    }


    .banner-desc-box-title {
        font-size: 40px;
        font-weight: 300;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #37414b;
        text-align: left;
        width: 100%;
    }

    .news-list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .sub-title {
        width: 100%;
        margin: 50px auto;
        font-size: 16px;
        padding: 0 10px;
    }
}

@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 {
        width: 100%;
        max-width: 1300px;
        margin: 0px auto;
    }

    .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: 14px;
        color: #999999;
        padding: 5px 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        border-radius: 15px;
        border: 1px #999999 solid;
        cursor: pointer;
    }

    .more:hover {
        background: #37414b;
        color: #ffffff;
    }

    .more:hover a {
        color: #ffffff;
    }

    .more a {
        color: #999999;
    }

    .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: DIN;
        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 {
        width: 100%;
        font-size: 18px;
        font-weight: bold;
        color: #000;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        padding: 10px;
        text-align: left;
        height: 70px;
    }

    .news-title a {
        color: #000000;
        font-family: Quicksand-Medium;
    }

    .news-desc {
        font-size: 16px;
        color: #666666;
        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: 88px;
        text-align: justify;
        padding: 10px;
    }

    .news-desc a {
        color: #666666;
    }

    .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 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: flex-start;
        flex-direction: column;
    }

    .detail-content {
        border-left: 1px #d2d2d2 solid;
        border-right: 1px #d2d2d2 solid;
        border-bottom: 1px #d2d2d2 solid;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }

    .news-img {
        width: 100%;
    }

    .news-img img {
        width: 100%;
        object-fit: cover;
        height: 300px;
    }

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

    .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: #000000;
    }

    .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: 110px;
        height: 110px;
        object-fit: contain;
    }

    .left-list-product-item-name {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;

        display: block;
        width: 110px;
        text-align: center;
        color: #000000;
        margin-top: 5px;
    }

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

    /*.left-list-product-item div {*/
    /*    font-size: 12px;*/
    /*    white-space: nowrap;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-line-clamp: 1;*/
    /*    */
    /*    display: block;*/
    /*    width: 110px;*/
    /*    text-align: center;*/
    /*    color: #000000;*/
    /*    margin-top:5px;*/
    /*}*/
    .news-date {
        font-size: 14px;
        text-align: left;
        padding: 5px 10px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        background: #f2f2f2;
        border-radius: 5px;
        margin: 10px 0 0 10px;
    }

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

    .news-date a {
        color: #000;
    }

    .inner-nav {
        text-align: right;
        margin-top: 50px;
    }

    .inner-nav a {
        color: #000000;
    }

    .banner-desc-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 40%;
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }


    .banner-desc-box-title {
        font-size: 40px;
        font-weight: 300;
        color: #37414b;
        text-align: left;
        width: 60%;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #37414b;
        text-align: left;
        width: 60%;
    }

    .news-list {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(3, 1fr);
    }
}
