@media (max-width: 767px) {
    .product-class-show {
        margin-top: 45px;
    }

    .product-class-show li {
        float: left;
        list-style: none;
        width: 25%;
        border-left: 5px solid #fff;
        height: auto;
        transition: all 1s;
        position: relative;
        overflow: hidden;
        /*border-left: 2px solid rgba(255, 255, 255, .8);*/
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);*/
        object-fit: cover;
    }

    .product-class-show li:first-child {
        border-left: none;
    }


    .product-class-show ul {
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .product-class-show ul:hover li {
        width: 16.666%;
    }

    .product-class-show ul li:hover {
        width: 50%;
    }

    .product-class-show li .title {
        position: absolute;
        width: 570px;
        height: 180px;
        text-indent: 2em;
        line-height: 50px;
        bottom: 0px;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        display: flex;
        justify-content: space-between;
    }

    .product-class-show a {
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

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

    .english-title span {
        color: #056db6;
    }

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

    .china-title span {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

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

    .content-box {
        padding: 30px 0px;
        /*overflow: hidden;*/
    }

    .class-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 190px;
    }

    .class-line {
        width: 45px;
        height: 2px;
        background-color: #46B5B8;
    }

    .class-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .class-name {

    }

    .more {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .more img {
        width: 20px;
        height: auto;
        padding-left: 5px;
    }

    .class-info-more {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
    }

    .check-report {
        background: url("/images/check_bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .check-bg {
        width: 100%;
        height: auto;
        background: url("/images/certificate.png") no-repeat;
        background-size: 100% 100%;
        padding: 15px;
        margin: 0 5px;
    }

    .check-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .zizhi-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 85%, rgba(0, 0, 0, 0.2));
        margin-bottom: 45px;
    }

    .check-imgs {
        margin-top: 45px;
    }

    .about-us {
        background: url("/images/about_bg.png") no-repeat;
        background-size: 100% 100%;
        padding-bottom: 100px;
    }

    .about-text {
        padding-top: 100px;
        width: 40%;
    }

    .about-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .color-white {
        color: #ffffff !important;
    }

    .about-content {
        color: #ffffff;
        margin-top: 48px;
        font-size: 16px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
    }

    .about-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 600px;
        height: 600px;
        flex-wrap: wrap;
        padding-top: 100px;
        padding-left: 40px;
        flex: 1;
    }

    .youdian-box-1 {
        width: 50%;
        height: 50%;
    }

    .youdian-box-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid transparent;
        width: 50%;
        height: 50%;
    }

    .youdian-text {
        width: 96px;
        height: 24px;
        font-size: 24px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 75px;
        text-align: center;
    }

    .youdian-english {
        width: 193px;
        height: 13px;
        font-size: 16px;
        font-family: 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 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-title {
        font-size: 16px;
        color: #000;
        width: 100%;

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

    .news-desc {
        font-size: 14px;
        color: #727171;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        height: 50px;
        text-align: justify;
    }

    .news-desc p {
        margin: 0;
    }

    .news-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-class-name {
        background: #FFFFFF;
        border-radius: 5px;
        color: #46B5B8;
        padding: 5px;
    }

    .news-time {
        color: #999999;
        font-size: 13px;
        width: 100%;
    }

    .news-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

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

    .more-news {
        width: 50%;
        background: #F8F8F8;
    }

    .news-item {
        border-bottom: 5px solid #fff;
        padding: 5px 0 5px 20px;
        display: flex;
        width: 50%;
        flex-wrap: wrap;
    }


    .news-img img {
        /*width: 100%;*/
        object-fit: contain;
        height: 100%;
    }

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

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

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

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

    }

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

    .news-item-desc {
        font-size: 16px;

        font-weight: 400;
        color: #666666;
        line-height: 26px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        height: 50px;
    }

    .news-item-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-item-class-name {
        background: #46B5B8;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px;
    }

    .news-item-time {
        color: #B3D8D9;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-item-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

    /*new*/
    .product-class-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product {
        background: #f3f3f3;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 238px;
        border-radius: 2px;
    }

    .product img {
        width: 100%;
        object-fit: fill;
    }

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

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

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

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

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .product-title a {
        color: #000;
    }

    .pinpai {
        padding: 30px 0;
    }

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

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

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

    .product-item {
        cursor: pointer;
    }

    .product-item:hover {
        background: #efede3;
    }

    .product-item {
        width: 33%;
        margin-bottom: 20px;
        padding: 10px;
    }

    .product-item-box {
        background: #f3f3f3;
        /*padding-bottom: 10px;*/
        padding: 10px;
    }

    .product-item-box:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff !important;
    }

    .product-item-box:hover .product-title a {
        color: #ffffff;
    }

    .product-class {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px #e9e9e9 solid;
        border-radius: 20px;
        height: auto;
        font-size: 13px;
        font-weight: 400;
    }

    .product-class-item {
        padding: 10px;
        cursor: pointer;
    }

    .product-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .product-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-class-item {
        padding: 10px 20px;
        cursor: pointer;
    }

    .news-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .youshi-bg {
        background: url("/images/youshi-div-bg@2x.png") no-repeat;
        background-size: 100% 100%;
    }

    .youshi {
        padding-top: 20px;
        margin: auto;
    }

    .youshi-intro {
        margin: 20px 0;
    }

    .youshi-intro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
    }

    .youshi-intro-img {
        width: 550px;
        height: 382px;
    }

    .youshi-intro-img img {
        width: 100%;
        height: auto;
    }

    .youshi-intro-text {
        background: url("/images/youshi-bg.png") no-repeat bottom;
        background-size: 100%;
        height: 100%;
        padding: 20px 10px 0;
        flex: 1;
    }

    .youshi-intro-text h3 {
        font-size: 20px;
    }

    .youshi-intro-text ul {
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
        padding: 0;
    }

    .youshi-intro-text li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: baseline;
        width: 100%;
    }

    .youshi-intro-text li div {
        background: #056db6;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin-right: 5px;
    }

    .youshi-intro-text li p {
        flex: 1;
        margin: 0;
        line-height: 25px;
    }

    .contactus-phone {
        width: 200px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #006ebb, #0093dc);
        border-radius: 20px;
        font-size: 14px;
        margin-top: 20px;
    }

    .contactus-phone:hover {
        background: #0093dc;
    }

    .contactus-phone a {
        color: #ffffff;
    }

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

    .solu-item {
        width: 23%;
        position: relative;
        cursor: pointer;
        box-shadow: #ccc 5px 5px 10px;
    }

    .solu-item:hover .solu-bg-img {
        /*width: 100%;*/
        /*height: 100%;*/
        /*background: #000;*/
        /*opacity: 0.3;*/
        filter: brightness(80%);
        transition: all 1s;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
    }

    .jianbian {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0));
        position: absolute;
        top: 0;
        left: 0;
    }

    .solu-bg-img {
        width: 100%;
    }

    .solu-icon {
        position: absolute;
        bottom: 70px;
        left: 10px;
        width: 30px;
    }

    .solu-title {
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 10px;
    }

    .solu-line {
        background: #ffffff;
        width: 30px;
        height: 2px;
        position: absolute;
        bottom: 30px;
        left: 10px;
    }

    .aboutus-bg {
        background: url("/images/aboutus@2x.png") no-repeat center;
        margin-bottom: 150px;
    }

    .aboutus-box {
        padding: 100px 0 20px;
        height: 500px;
    }

    .aboutus-image-text {
        display: flex;
        width: 100%;
        margin-top: 50px;
    }

    .aboutus-image {
        width: 570px;
    }

    .aboutus-image img {
        width: 100%;
    }

    .aboutus-line {
        width: 70px;
        height: 2px;
        background: #cccccc;
        margin-bottom: 8px;
    }

    .aboutus-text {
        flex: 1;
        background: #f5f5f5;
        padding: 40px 20px;
    }

    .aboutus-text h3 {
        font-size: 18px;
        color: #056db6;
        font-weight: 700;
    }

    .aboutus-text p {
        font-size: 14px;
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

    .aboutus-data {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .aboutus-data-item-num {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        background-image: linear-gradient(to right, #006ebb, #0093dc);
        -webkit-background-clip: text; /* 设置背景裁剪为文字 */
        color: transparent; /* 将文字颜色设置为透明，以便显示渐变 */
    }

    .aboutus-data-item {
        text-align: center;
        width: 115px;
    }

    .aboutus-data-item-desc {
        font-size: 14px;
        color: #666666;
        text-align: center;
    }

    .aboutus-more {

    }

    .aboutus-more a {
        display: block;
        width: 100px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 30px;
        font-size: 14px;
        padding: 5px;
        color: #333333;
        text-align: center;
    }

    .aboutus-more a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }

    .qiye-class {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .qiye-class-item {
        padding: 5px 20px;
        border: 1px #cccccc solid;
        border-radius: 20px;
        margin-right: 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .qiye-class-item:hover {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-active {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-class-item:last-child {
        margin-right: 0;
    }

    .qiye-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
    }

    .qiye-item {
        border: 1px #cccccc solid;
        width: 200px;
        margin-bottom: 20px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qiye-item img {
        width: 80%;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .news-list {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .news-list-item {
        width: 350px;
        padding: 10px 0;
        border-top: 1px #eeeeee solid;
        border-bottom: 1px #eeeeee solid;
        line-height: 30px;
        margin-right: 45px;
    }

    .news-list-item:nth-child(3n) {
        margin-right: 0;
    }

    .news-list-item:nth-child(n+4) {
        border-top: 0;
    }

    .news-show-detail {

    }

    .news-show-detail a {
        font-size: 13px;
        color: #999999;
    }

    .news-item-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url("/images/news-bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .news-img {
        width: 570px;
        height: 300px;
    }

    .news-info {
        /*flex: 1;*/
        padding: 20px;
    }

    .news-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 50px;
    }

    .news-title a {
        color: #000000;
    }

    .news-desc {
        padding: 10px 0;
    }

    .news-detail-href {
        margin-top: 20px;
    }

    .news-detail-href a {
        padding: 5px 20px;
        border: 1px #dfeffb solid;
        border-radius: 20px;
        color: #999999;
        background: #ffffff;
        font-size: 13px;
        box-shadow: 0px 0px 20px #dfeffb;
        flex-wrap: wrap;
    }

    .news-detail-href a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }


    .factory-intro {
        max-width: 1920px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }

    .factory-item {
        position: relative;
        width: 100%;
        margin-bottom: 10px;
    }

    .factory-item:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .factory-item img {
        width: 100%;
    }

    .factory-item-title {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 30px;
        color: #ffffff;
        font-weight: lighter;
        width:100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), #666);
        padding: 15px;
    }

    .factory-item-title a {
        color: #ffffff;
    }

    .product-box {
        display: flex;
        justify-content: normal;
        align-items: center;
        flex-wrap: wrap;
        max-width: 1300px;
        width: 97%;
        margin: 20px auto 0;
        flex-wrap: wrap;
    }

    .product-item-img {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .product-item-img img {
        width: 75px;
        margin: auto;
        display: block;
    }

    .product-item-title {
        text-align: center;
        color: #000000;
        height: 48px;
    }

    .intro-box {
        width: 100%;
        max-width: 1300px;
        display: flex;
        margin: 50px auto 0;
        flex-wrap: wrap;
    }

    .intro-box-desc {
        width: 100%;
        padding: 10px;
    }

    .intro-box-desc-title {
        font-family: Quicksand-Medium;
        font-size: 34px;
        color: #000000;
        font-weight: 800;
    }

    .intro-box-desc-content {
        font-size: 16px;
        color: #333333;
        font-weight: 400;
        line-height: 36px;
    }

    .intro-box-desc-more {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        width: 175px;
        height: 45px;
        border: 1px #37414b solid;
        color: #000;
    }

    .intro-box-desc-more:hover {
        color: #fff;
    }

    .intro-box-desc-more a {
        color: #37414b;
    }

    .intro-box-desc-more:hover {
        background: #37414b;
    }

    .intro-box-desc-more:hover a {
        color: #fff;
        cursor: pointer;
    }

    .intro-box-img-list {
        flex: 1;
        /*padding-left: 1%;*/
    }

    .intro-box-img-list {
        display: flex;
        justify-content: space-between;
        align-content: center;
    }

    .image-box {
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .image-box:hover .intro-box-img-list-item-desc {
        bottom: 0;

    }

    .intro-box-img-list-item {
        width: 100%;
    }

    .intro-box-img-list-item img {
        width: 100%;
    }

    .intro-box-img-list-item-desc {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        padding: 10px;
        transition: bottom 0.3s ease;
    }

    .intro-box-img-list-item-title {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 10px;
    }

    .event-box {
        max-width: 1920px;
        width: 100%;
        margin: 50px auto 0;
        display: flex;
        justify-content: space-between;
        align-content: center;
        flex-wrap: wrap;
    }

    .event-box-item {
        width: 100%;
        margin-bottom: 20px;
    }


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

    .event-box-item-img:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .event-box-item-title {
        font-size: 18px;
        font-weight: 600;
        padding: 20px 30px;
    }

    .margin-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .event-box-item-desc {
        padding: 0 30px;
    }

    .margin-left-30 {
        margin-left: 30px;
    }
}

@media (min-width: 768px) and (max-width: 1365px) {
    .product-class-show {
        margin-top: 45px;
    }

    .product-class-show li {
        float: left;
        list-style: none;
        width: 25%;
        border-left: 5px solid #fff;
        height: auto;
        transition: all 1s;
        position: relative;
        overflow: hidden;
        /*border-left: 2px solid rgba(255, 255, 255, .8);*/
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);*/
        object-fit: cover;
    }

    .product-class-show li:first-child {
        border-left: none;
    }


    .product-class-show ul {
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .product-class-show ul:hover li {
        width: 16.666%;
    }

    .product-class-show ul li:hover {
        width: 50%;
    }

    .product-class-show li .title {
        position: absolute;
        width: 570px;
        height: 180px;
        text-indent: 2em;
        line-height: 50px;
        bottom: 0px;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        display: flex;
        justify-content: space-between;
    }

    .product-class-show a {
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

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

    .english-title span {
        color: #056db6;
    }

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

    .china-title span {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

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

    .content-box {
        padding: 30px 0px;
        /*overflow: hidden;*/
    }

    .class-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 190px;
    }

    .class-line {
        width: 45px;
        height: 2px;
        background-color: #46B5B8;
    }

    .class-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .class-name {

    }

    .more {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .more img {
        width: 20px;
        height: auto;
        padding-left: 5px;
    }

    .class-info-more {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
    }

    .check-report {
        background: url("/images/check_bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .check-bg {
        width: 100%;
        height: auto;
        background: url("/images/certificate.png") no-repeat;
        background-size: 100% 100%;
        padding: 15px;
        margin: 0 5px;
    }

    .check-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .zizhi-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 85%, rgba(0, 0, 0, 0.2));
        margin-bottom: 45px;
    }

    .check-imgs {
        margin-top: 45px;
    }

    .about-us {
        background: url("/images/about_bg.png") no-repeat;
        background-size: 100% 100%;
        padding-bottom: 100px;
    }

    .about-text {
        padding-top: 100px;
        width: 40%;
    }

    .about-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .color-white {
        color: #ffffff !important;
    }

    .about-content {
        color: #ffffff;
        margin-top: 48px;
        font-size: 16px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
    }

    .about-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 600px;
        height: 600px;
        flex-wrap: wrap;
        padding-top: 100px;
        padding-left: 40px;
        flex: 1;
    }

    .youdian-box-1 {
        width: 50%;
        height: 50%;
    }

    .youdian-box-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid transparent;
        width: 50%;
        height: 50%;
    }

    .youdian-text {
        width: 96px;
        height: 24px;
        font-size: 24px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 75px;
        text-align: center;
    }

    .youdian-english {
        width: 193px;
        height: 13px;
        font-size: 16px;
        font-family: 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 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-title {
        font-size: 16px;
        color: #000;
        width: 100%;

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

    .news-desc {
        font-size: 14px;
        color: #727171;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        height: 50px;
        text-align: justify;
    }

    .news-desc p {
        margin: 0;
    }

    .news-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-class-name {
        background: #FFFFFF;
        border-radius: 5px;
        color: #46B5B8;
        padding: 5px;
    }

    .news-time {
        color: #999999;
        font-size: 13px;
        width: 100%;
    }

    .news-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

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

    .more-news {
        width: 50%;
        background: #F8F8F8;
    }

    .news-item {
        border-bottom: 5px solid #fff;
        padding: 5px 0 5px 20px;
        display: flex;
        width: 50%;
        flex-wrap: wrap;
    }


    .news-img img {
        /*width: 100%;*/
        object-fit: contain;
        height: 100%;
    }

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

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

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

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

    }

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

    .news-item-desc {
        font-size: 16px;

        font-weight: 400;
        color: #666666;
        line-height: 26px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        height: 50px;
    }

    .news-item-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-item-class-name {
        background: #46B5B8;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px;
    }

    .news-item-time {
        color: #B3D8D9;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-item-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

    /*new*/
    .product-class-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product {
        background: #f3f3f3;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 238px;
        border-radius: 2px;
    }

    .product img {
        width: 100%;
        object-fit: fill;
    }

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

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

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

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

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .product-title a {
        color: #000;
    }

    .pinpai {
        padding: 30px 0;
    }

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

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

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

    .product-item {
        cursor: pointer;
    }

    .product-item:hover {
        background: #efede3;
    }

    .product-item {
        width: 20%;
        margin-bottom: 20px;
        padding: 10px;
    }

    .product-item-box {
        background: #f3f3f3;
        /*padding-bottom: 10px;*/
        padding: 10px;
    }

    .product-item-box:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff !important;
    }

    .product-item-box:hover .product-title a {
        color: #ffffff;
    }

    .product-class {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px #e9e9e9 solid;
        border-radius: 20px;
        height: auto;
        font-size: 13px;
        font-weight: 400;
    }

    .product-class-item {
        padding: 10px;
        cursor: pointer;
    }

    .product-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .product-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-class-item {
        padding: 10px 20px;
        cursor: pointer;
    }

    .news-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .youshi-bg {
        background: url("/images/youshi-div-bg@2x.png") no-repeat;
        background-size: 100% 100%;
    }

    .youshi {
        padding-top: 20px;
        margin: auto;
    }

    .youshi-intro {
        margin: 20px 0;
    }

    .youshi-intro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
    }

    .youshi-intro-img {
        width: 550px;
        height: 382px;
    }

    .youshi-intro-img img {
        width: 100%;
        height: auto;
    }

    .youshi-intro-text {
        background: url("/images/youshi-bg.png") no-repeat bottom;
        background-size: 100%;
        height: 100%;
        padding: 20px 10px 0;
        flex: 1;
    }

    .youshi-intro-text h3 {
        font-size: 20px;
    }

    .youshi-intro-text ul {
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
        padding: 0;
    }

    .youshi-intro-text li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: baseline;
        width: 100%;
    }

    .youshi-intro-text li div {
        background: #056db6;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin-right: 5px;
    }

    .youshi-intro-text li p {
        flex: 1;
        margin: 0;
        line-height: 25px;
    }

    .contactus-phone {
        width: 200px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #006ebb, #0093dc);
        border-radius: 20px;
        font-size: 14px;
        margin-top: 20px;
    }

    .contactus-phone:hover {
        background: #0093dc;
    }

    .contactus-phone a {
        color: #ffffff;
    }

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

    .solu-item {
        width: 23%;
        position: relative;
        cursor: pointer;
        box-shadow: #ccc 5px 5px 10px;
    }

    .solu-item:hover .solu-bg-img {
        /*width: 100%;*/
        /*height: 100%;*/
        /*background: #000;*/
        /*opacity: 0.3;*/
        filter: brightness(80%);
        transition: all 1s;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
    }

    .jianbian {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0));
        position: absolute;
        top: 0;
        left: 0;
    }

    .solu-bg-img {
        width: 100%;
    }

    .solu-icon {
        position: absolute;
        bottom: 70px;
        left: 10px;
        width: 30px;
    }

    .solu-title {
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 10px;
    }

    .solu-line {
        background: #ffffff;
        width: 30px;
        height: 2px;
        position: absolute;
        bottom: 30px;
        left: 10px;
    }

    .aboutus-bg {
        background: url("/images/aboutus@2x.png") no-repeat center;
        margin-bottom: 150px;
    }

    .aboutus-box {
        padding: 100px 0 20px;
        height: 500px;
    }

    .aboutus-image-text {
        display: flex;
        width: 100%;
        margin-top: 50px;
    }

    .aboutus-image {
        width: 570px;
    }

    .aboutus-image img {
        width: 100%;
    }

    .aboutus-line {
        width: 70px;
        height: 2px;
        background: #cccccc;
        margin-bottom: 8px;
    }

    .aboutus-text {
        flex: 1;
        background: #f5f5f5;
        padding: 40px 20px;
    }

    .aboutus-text h3 {
        font-size: 18px;
        color: #056db6;
        font-weight: 700;
    }

    .aboutus-text p {
        font-size: 14px;
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

    .aboutus-data {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .aboutus-data-item-num {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        background-image: linear-gradient(to right, #006ebb, #0093dc);
        -webkit-background-clip: text; /* 设置背景裁剪为文字 */
        color: transparent; /* 将文字颜色设置为透明，以便显示渐变 */
    }

    .aboutus-data-item {
        text-align: center;
        width: 115px;
    }

    .aboutus-data-item-desc {
        font-size: 14px;
        color: #666666;
        text-align: center;
    }

    .aboutus-more {

    }

    .aboutus-more a {
        display: block;
        width: 100px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 30px;
        font-size: 14px;
        padding: 5px;
        color: #333333;
        text-align: center;
    }

    .aboutus-more a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }

    .qiye-class {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .qiye-class-item {
        padding: 5px 20px;
        border: 1px #cccccc solid;
        border-radius: 20px;
        margin-right: 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .qiye-class-item:hover {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-active {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-class-item:last-child {
        margin-right: 0;
    }

    .qiye-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
    }

    .qiye-item {
        border: 1px #cccccc solid;
        width: 200px;
        margin-bottom: 20px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qiye-item img {
        width: 80%;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .news-list {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .news-list-item {
        width: 350px;
        padding: 10px 0;
        border-top: 1px #eeeeee solid;
        border-bottom: 1px #eeeeee solid;
        line-height: 30px;
        margin-right: 45px;
    }

    .news-list-item:nth-child(3n) {
        margin-right: 0;
    }

    .news-list-item:nth-child(n+4) {
        border-top: 0;
    }

    .news-show-detail {

    }

    .news-show-detail a {
        font-size: 13px;
        color: #999999;
    }

    .news-item-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url("/images/news-bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .news-img {
        width: 570px;
        height: 300px;
    }

    .news-info {
        /*flex: 1;*/
        padding: 20px;
    }

    .news-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 50px;
    }

    .news-title a {
        color: #000000;
    }

    .news-desc {
        padding: 10px 0;
    }

    .news-detail-href {
        margin-top: 20px;
    }

    .news-detail-href a {
        padding: 5px 20px;
        border: 1px #dfeffb solid;
        border-radius: 20px;
        color: #999999;
        background: #ffffff;
        font-size: 13px;
        box-shadow: 0px 0px 20px #dfeffb;
    }

    .news-detail-href a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }


    .factory-intro {
        max-width: 1920px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .factory-item {
        position: relative;
        width: 33%;
    }

    .factory-item:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .factory-item img {
        width: 100%;
    }

    .factory-item-title {
        position: absolute;
        top: 0px;
        left: 0px;
        font-size: 20px;
        color: #ffffff;
        font-weight: lighter;
        width: 100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), #666);
        padding: 15px;
    }

    .factory-item-title a {
        color: #ffffff;
    }

    .product-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        /*max-width: 700px;*/
        width: 100%;
        margin: 20px auto 0;
    }

    .product-item-img {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .product-item-img img {
        width: 60px;
        margin: auto;
        display: block;
    }

    .product-item-title {
        text-align: center;
        color: #000000;
    }

    .intro-box {
        width: 100%;
        /* max-width: 720px; */
        display: flex;
        margin: 50px auto 0;
        padding: 0 20px;
        flex-wrap: nowrap;
        align-items: center;
    }

    .intro-box-desc {
        width: 46%;
        position: relative;
        padding-bottom: 50px;
    }

    .intro-box-desc-title {
        font-family: Quicksand-Medium;
        font-size: 26px;
        color: #000000;
        font-weight: 800;
    }

    .intro-box-desc-content {
        font-size: 14px;
        color: #333333;
        font-weight: 400;
        line-height: 36px;
    }

    .intro-box-desc-more {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        width: 175px;
        height: 45px;
        border: 1px #37414b solid;
        color: #000;
        position: absolute;
        bottom: 0;
    }

    .intro-box-desc-more:hover {
        color: #fff;
    }

    .intro-box-desc-more a {
        color: #37414b;
    }

    .intro-box-desc-more:hover {
        background: #37414b;
    }

    .intro-box-desc-more:hover a {
        color: #fff;
        cursor: pointer;
    }

    .intro-box-img-list {
        flex: 1;
        padding-left: 1%;
    }

    .intro-box-img-list {
        display: flex;
        justify-content: space-between;
        align-content: center;
        gap: 10px;
        padding: 0;
        margin: 20px 0 0;
    }

    .image-box {
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    .image-box:hover .intro-box-img-list-item-desc {
        /*bottom: 0;*/

    }

    .intro-box-img-list-item {
        width: 100%;
    }

    .intro-box-img-list-item img {
        width: 100%;
    }

    .intro-box-img-list-item-desc {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        padding: 10px;
        transition: bottom 0.3s ease;
    }

    .intro-box-img-list-item-title {
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        padding: 10px;
    }

    .event-box {
        max-width: 1920px;
        width: 100%;
        margin: 50px auto 0;
        display: flex;
        justify-content: space-between;
        align-content: center;
    }

    .event-box-item {
        width: 33%;
        position: relative;
        padding-bottom: 50px;
    }


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

    .event-box-item-img:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .event-box-item-title {
        font-size: 18px;
        font-weight: 600;
        padding: 20px 20px;
    }

    .margin-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .event-box-item-desc {
        padding: 0 20px;
    }

    .margin-left-30 {
        margin-left: 20px;
    }
}

@media (min-width: 1366px) {
    .product-class-show {
        margin-top: 45px;
    }

    .product-class-show li {
        float: left;
        list-style: none;
        width: 25%;
        border-left: 5px solid #fff;
        height: auto;
        transition: all 1s;
        position: relative;
        overflow: hidden;
        /*border-left: 2px solid rgba(255, 255, 255, .8);*/
        /*box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);*/
        object-fit: cover;
    }

    .product-class-show li:first-child {
        border-left: none;
    }


    .product-class-show ul {
        margin: 0;
        padding: 0;
        cursor: pointer;
    }

    .product-class-show ul:hover li {
        width: 16.666%;
    }

    .product-class-show ul li:hover {
        width: 50%;
    }

    .product-class-show li .title {
        position: absolute;
        width: 570px;
        height: 180px;
        text-indent: 2em;
        line-height: 50px;
        bottom: 0px;
        left: 0;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
        display: flex;
        justify-content: space-between;
    }

    .product-class-show a {
        color: #000;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

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

    .english-title span {
        color: #056db6;
    }

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

    .china-title span {
        font-size: 14px;
        font-weight: 400;
        color: #999999;
    }

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

    .content-box {
        padding: 30px 0px;
        /*overflow: hidden;*/
    }

    .class-info {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 190px;
    }

    .class-line {
        width: 45px;
        height: 2px;
        background-color: #46B5B8;
    }

    .class-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .class-name {

    }

    .more {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .more img {
        width: 20px;
        height: auto;
        padding-left: 5px;
    }

    .class-info-more {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-right: 20px;
    }

    .check-report {
        background: url("/images/check_bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .check-bg {
        width: 100%;
        height: auto;
        background: url("/images/certificate.png") no-repeat;
        background-size: 100% 100%;
        padding: 15px;
        margin: 0 5px;
    }

    .check-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
    }

    .zizhi-img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        -webkit-box-reflect: below 0px -webkit-linear-gradient(transparent, transparent 85%, rgba(0, 0, 0, 0.2));
        margin-bottom: 45px;
    }

    .check-imgs {
        margin-top: 45px;
    }

    .about-us {
        background: url("/images/about_bg.png") no-repeat;
        background-size: 100% 100%;
        padding-bottom: 100px;
    }

    .about-text {
        padding-top: 100px;
        width: 40%;
    }

    .about-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .color-white {
        color: #ffffff !important;
    }

    .about-content {
        color: #ffffff;
        margin-top: 48px;
        font-size: 16px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
    }

    .about-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 600px;
        height: 600px;
        flex-wrap: wrap;
        padding-top: 100px;
        padding-left: 40px;
        flex: 1;
    }

    .youdian-box-1 {
        width: 50%;
        height: 50%;
    }

    .youdian-box-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-3 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        border: 1px solid #ffffff;
        width: 50%;
        height: 50%;
    }

    .youdian-box-4 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        border: 1px solid transparent;
        width: 50%;
        height: 50%;
    }

    .youdian-text {
        width: 96px;
        height: 24px;
        font-size: 24px;

        font-weight: 400;
        color: #FFFFFF;
        line-height: 75px;
        text-align: center;
    }

    .youdian-english {
        width: 193px;
        height: 13px;
        font-size: 16px;
        font-family: 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 {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .news-title {
        font-size: 16px;
        color: #000;
        width: 100%;

        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        overflow: hidden;
        -webkit-box-orient: vertical;
        text-align: justify;
    }

    .news-desc {
        font-size: 14px;
        color: #727171;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /*! autoprefixer: off */
        -webkit-box-orient: vertical;
        height: 50px;
        text-align: justify;
    }

    .news-desc p {
        margin: 0;
    }

    .news-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-class-name {
        background: #FFFFFF;
        border-radius: 5px;
        color: #46B5B8;
        padding: 5px;
    }

    .news-time {
        color: #999999;
        font-size: 13px;
        width: 100%;
    }

    .news-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

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

    .more-news {
        width: 50%;
        background: #F8F8F8;
    }

    .news-item {
        border-bottom: 5px solid #fff;
        padding: 5px 0 5px 20px;
        display: flex;
        width: 50%;
        flex-wrap: wrap;
    }


    .news-img img {
        /*width: 100%;*/
        object-fit: contain;
        height: 100%;
    }

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

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

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

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

    }

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

    .news-item-desc {
        font-size: 16px;

        font-weight: 400;
        color: #666666;
        line-height: 26px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        -webkit-box-orient: vertical;
        height: 50px;
    }

    .news-item-class {
        display: flex;
        font-size: 12px;
        margin-top: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .news-item-class-name {
        background: #46B5B8;
        border-radius: 5px;
        color: #ffffff;
        padding: 5px;
    }

    .news-item-time {
        color: #B3D8D9;
        margin-left: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .news-item-time img {
        width: 12px !important;
        height: 12px !important;
        margin-right: 5px;
    }

    /*new*/
    .product-class-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .product {
        background: #f3f3f3;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 238px;
        border-radius: 2px;
    }

    .product img {
        width: 100%;
        object-fit: fill;
    }

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

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

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

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

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .product-title a {
        color: #000;
    }

    .pinpai {
        padding: 30px 0;
    }

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

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

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

    .product-item {
        cursor: pointer;
    }

    .product-item:hover {
        background: #efede3;
    }

    .product-item {
        width: 20%;
        margin-bottom: 20px;
        padding: 10px;
    }

    .product-item-box {
        background: #f3f3f3;
        /*padding-bottom: 10px;*/
        padding: 10px;
    }

    .product-item-box:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff !important;
    }

    .product-item-box:hover .product-title a {
        color: #ffffff;
    }

    .product-class {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border: 1px #e9e9e9 solid;
        border-radius: 20px;
        height: auto;
        font-size: 13px;
        font-weight: 400;
    }

    .product-class-item {
        padding: 10px;
        cursor: pointer;
    }

    .product-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .product-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-class-item {
        padding: 10px 20px;
        cursor: pointer;
    }

    .news-class-item:hover {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .news-active {
        background: linear-gradient(to right, #006ebb, #0093dc);
        color: #ffffff;
        border-radius: 20px;
    }

    .youshi-bg {
        background: url("/images/youshi-div-bg@2x.png") no-repeat;
        background-size: 100% 100%;
    }

    .youshi {
        padding-top: 20px;
        margin: auto;
    }

    .youshi-intro {
        margin: 20px 0;
    }

    .youshi-intro {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #ffffff;
    }

    .youshi-intro-img {
        width: 550px;
        height: 382px;
    }

    .youshi-intro-img img {
        width: 100%;
        height: auto;
    }

    .youshi-intro-text {
        background: url("/images/youshi-bg.png") no-repeat bottom;
        background-size: 100%;
        height: 100%;
        padding: 20px 10px 0;
        flex: 1;
    }

    .youshi-intro-text h3 {
        font-size: 20px;
    }

    .youshi-intro-text ul {
        height: 70%;
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
        padding: 0;
    }

    .youshi-intro-text li {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        align-items: baseline;
        width: 100%;
    }

    .youshi-intro-text li div {
        background: #056db6;
        width: 10px;
        height: 10px;
        border-radius: 10px;
        margin-right: 5px;
    }

    .youshi-intro-text li p {
        flex: 1;
        margin: 0;
        line-height: 25px;
    }

    .contactus-phone {
        width: 200px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: linear-gradient(to right, #006ebb, #0093dc);
        border-radius: 20px;
        font-size: 14px;
        margin-top: 20px;
    }

    .contactus-phone:hover {
        background: #0093dc;
    }

    .contactus-phone a {
        color: #ffffff;
    }

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

    .solu-item {
        width: 23%;
        position: relative;
        cursor: pointer;
        box-shadow: #ccc 5px 5px 10px;
    }

    .solu-item:hover .solu-bg-img {
        /*width: 100%;*/
        /*height: 100%;*/
        /*background: #000;*/
        /*opacity: 0.3;*/
        filter: brightness(80%);
        transition: all 1s;
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
    }

    .jianbian {
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 80%, rgba(0, 0, 0));
        position: absolute;
        top: 0;
        left: 0;
    }

    .solu-bg-img {
        width: 100%;
    }

    .solu-icon {
        position: absolute;
        bottom: 70px;
        left: 10px;
        width: 30px;
    }

    .solu-title {
        font-size: 14px;
        color: #fff;
        position: absolute;
        bottom: 40px;
        left: 10px;
    }

    .solu-line {
        background: #ffffff;
        width: 30px;
        height: 2px;
        position: absolute;
        bottom: 30px;
        left: 10px;
    }

    .aboutus-bg {
        background: url("/images/aboutus@2x.png") no-repeat center;
        margin-bottom: 150px;
    }

    .aboutus-box {
        padding: 100px 0 20px;
        height: 500px;
    }

    .aboutus-image-text {
        display: flex;
        width: 100%;
        margin-top: 50px;
    }

    .aboutus-image {
        width: 570px;
    }

    .aboutus-image img {
        width: 100%;
    }

    .aboutus-line {
        width: 70px;
        height: 2px;
        background: #cccccc;
        margin-bottom: 8px;
    }

    .aboutus-text {
        flex: 1;
        background: #f5f5f5;
        padding: 40px 20px;
    }

    .aboutus-text h3 {
        font-size: 18px;
        color: #056db6;
        font-weight: 700;
    }

    .aboutus-text p {
        font-size: 14px;
        height: 150px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
    }

    .aboutus-data {
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .aboutus-data-item-num {
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        background-image: linear-gradient(to right, #006ebb, #0093dc);
        -webkit-background-clip: text; /* 设置背景裁剪为文字 */
        color: transparent; /* 将文字颜色设置为透明，以便显示渐变 */
    }

    .aboutus-data-item {
        text-align: center;
        width: 115px;
    }

    .aboutus-data-item-desc {
        font-size: 14px;
        color: #666666;
        text-align: center;
    }

    .aboutus-more {

    }

    .aboutus-more a {
        display: block;
        width: 100px;
        height: 30px;
        background: #FFFFFF;
        border-radius: 30px;
        font-size: 14px;
        padding: 5px;
        color: #333333;
        text-align: center;
    }

    .aboutus-more a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }

    .qiye-class {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .qiye-class-item {
        padding: 5px 20px;
        border: 1px #cccccc solid;
        border-radius: 20px;
        margin-right: 10px;
        font-size: 14px;
        cursor: pointer;
    }

    .qiye-class-item:hover {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-active {
        background: linear-gradient(to right, #008bec, #056fb9);
        color: #ffffff;
    }

    .qiye-class-item:last-child {
        margin-right: 0;
    }

    .qiye-list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 20px;
        width: 100%;
    }

    .qiye-item {
        border: 1px #cccccc solid;
        width: 200px;
        margin-bottom: 20px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .qiye-item img {
        width: 80%;
        object-fit: contain;
        margin: auto;
        display: block;
    }

    .news-list {
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .news-list-item {
        width: 350px;
        padding: 10px 0;
        border-top: 1px #eeeeee solid;
        border-bottom: 1px #eeeeee solid;
        line-height: 30px;
        margin-right: 45px;
    }

    .news-list-item:nth-child(3n) {
        margin-right: 0;
    }

    .news-list-item:nth-child(n+4) {
        border-top: 0;
    }

    .news-show-detail {

    }

    .news-show-detail a {
        font-size: 13px;
        color: #999999;
    }

    .news-item-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url("/images/news-bg.png") no-repeat;
        background-size: 100% 100%;
    }

    .news-img {
        width: 570px;
        height: 300px;
    }

    .news-info {
        /*flex: 1;*/
        padding: 20px;
    }

    .news-title {
        font-weight: bold;
        font-size: 20px;
        line-height: 50px;
    }

    .news-title a {
        color: #000000;
    }

    .news-desc {
        padding: 10px 0;
    }

    .news-detail-href {
        margin-top: 20px;
    }

    .news-detail-href a {
        padding: 5px 20px;
        border: 1px #dfeffb solid;
        border-radius: 20px;
        color: #999999;
        background: #ffffff;
        font-size: 13px;
        box-shadow: 0px 0px 20px #dfeffb;
    }

    .news-detail-href a:hover {
        background: #0093dc;
        color: #FFFFFF;
    }


    .factory-intro {
        max-width: 1920px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .factory-item {
        position: relative;
        width: 33%;
        height: 553px;
    }

    .factory-item a{
        width: 100%;
        height: 100%;
        display: block;
    }

    .factory-item:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

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

    .factory-item-title {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 30px;
        color: #ffffff;
        font-weight: lighter;
        width:100%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0), #666);
        padding:15px;
    }

    .factory-item-title a {
        color: #ffffff;
    }

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

    .product-item-img {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .product-item-img img {
        width: 75px;
        margin: auto;
        display: block;
    }

    .product-item-title {
        text-align: center;
        color: #000000;
    }

    .intro-box {
        width: 100%;
        max-width: 1300px;
        display: flex;
        margin: 50px auto 0;
        align-items: center;
        gap: 30px;
    }

    .intro-box-desc {
        width: 40%;
        position: relative;
        padding-bottom: 50px;
    }

    .intro-box-desc-title {
        font-family: Quicksand-Medium;
        font-size: 34px;
        color: #000000;
        font-weight: 800;
    }

    .intro-box-desc-content {
        font-size: 16px;
        color: #333333;
        font-weight: 400;
        line-height: 36px;
    }

    .intro-box-desc-more {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        width: 175px;
        height: 45px;
        border: 1px #37414b solid;
        color: #000;
        position: absolute;
        bottom: 0;
    }

    .intro-box-desc-more:hover {
        color: #fff;
    }

    .intro-box-desc-more a {
        color: #37414b;
    }

    .intro-box-desc-more:hover {
        background: #37414b;
    }

    .intro-box-desc-more:hover a {
        color: #fff;
        cursor: pointer;
    }

    .intro-box-img-list {
        flex: 1;
        padding-left: 1%;
    }

    .intro-box-img-list {
        display: flex;
        justify-content: space-between;
        align-content: center;
    }

    .image-box {
        cursor: pointer;
        position: relative;
        overflow: hidden;
    }

    /*.image-box:hover .intro-box-img-list-item-desc {*/
    /*    bottom: 0;*/
    /*}*/
    .image-box img:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .intro-box-img-list-item {
        width: 100%;
    }

    .intro-box-img-list-item img {
        width: 100%;
    }

    .intro-box-img-list-item-desc {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        padding: 10px;
        transition: bottom 0.3s ease;
    }

    .intro-box-img-list-item-title {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        padding: 10px;
    }

    .event-box {
        max-width: 1920px;
        width: 100%;
        margin: 50px auto 0;
        display: flex;
        justify-content: space-between;
        align-content: center;
    }

    .event-box-item {
        width: 33%;
        position: relative;
        padding-bottom: 67px;
    }


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

    .event-box-item-img:hover {
        filter: brightness(80%);
        transition: all 1s;
        cursor: pointer;
    }

    .event-box-item-title {
        font-size: 18px;
        font-weight: 600;
        padding: 20px 30px;
    }

    .margin-auto {
        margin-left: auto;
        margin-right: auto;
    }

    .event-box-item-desc {
        padding: 0 30px;
    }

    .margin-left-30 {
        margin-left: 30px;
    }
}
