@media (max-width: 499px) {
    /*服务优势*/
    .service-advantage-container {
        width: 100%;
        padding: 10px 0;
        padding-top: 0;
        background-color: #ede9e9;
    }

    .service-advantage-header{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .service-advantage-start-btn{
        margin-top: 20px;
        width: 163px;
        height: 48px;
        border-radius: 24px;
        background-color: #030000;
        color: #FFFFFF;
        text-align: center;
        font-size: 15px;
        font-weight: 500;
        line-height: 48px;
        text-decoration: none;
    }

    .service-advantage-title {
        font-size: 25px;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        width: 100%;
    }

    .service-advantage-desc {
        text-align: center;
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #858585;
        margin-top: 18px;
    }

    .service-advantage-list-wrap {
        width: 100%;
        display: flex;
        /*flex-direction: column;*/
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column-reverse;
        padding-top: 20px;
    }

    .service-advantage-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        cursor: pointer;
        padding-top: 10px;
    }

    .service-advantage-item {
        border-bottom: #d4d4d4 solid 1px;
    }

    .service-advantage-item-header {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        padding: 15px 0;
    }

    .service-advantage-item-icon {
        width: 20px;
        height: 20px;
        padding-top: 5px;
        /*display: flex;*/
        flex-direction: row;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .service-advantage-item-active .service-advantage-item-icon {
        display: flex;
    }

    .service-advantage-item-icon-img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    .service-advantage-item-title {
        width: calc(100% - 40px);
        margin-right: 20px;
        font-size: 16px;
        font-weight: 400;
        text-align: left;
    }

    .service-advantage-item-active .service-advantage-item-title {
        font-size: 20px;
        font-weight: 500;
    }

    .service-advantage-item-desc {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        color: #858585;
        text-align: left;
        padding-bottom: 15px;
        /*padding-top: 0px;*/
        display: none;
    }

    .service-advantage-item-active .service-advantage-item-desc {
        display: block;
    }

    .service-advantage-right{
        width: 100%;
        height: 360px;
    }
    .service-advantage-gallery-container{
        width: 100%;
        height: 360px;
    }
    .service-advantage-gallery-wrap{
        width: 100%;
        height: 360px;
    }
    .service-advantage-gallery-poster{
        width: 100%;
        height: 360px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .service-advantage-gallery-poster-img{
        width: 100%;
        height: 360px;
        object-fit: cover;
    }
    .service-advantage-gallery-list .swiper-pagination .swiper-pagination-bullet{
        background: #FFFFFF;
        opacity: 1;
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }
    .service-advantage-gallery-list .swiper-pagination .swiper-pagination-bullet-active{
        background: #030000;
    }

    .service-advantage-poster {
        width: 100%;
        height: 360px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .service-advantage-poster-img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }


    /* 生产经验 */
    .manufacture-experience-container {
        width: 100%;
        padding: 60px 0;
        background: #030000;
    }

    .manufacture-experience-wrap {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
    }

    .manufacture-experience-right {
        width: 100%;
        height: 330px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .manufacture-experience-right-poster {
        width: 330px;
        height: 330px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .manufacture-experience-right-poster-img {
        width: 330px;
        height: 330px;
        object-fit: contain;
    }

    .manufacture-experience-left {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    .manufacture-experience-title {
        width: 100%;
        font-size: 25px;
        line-height: 30px;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }

    .manufacture-experience-desc {
        width: 100%;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        margin-top: 10px;
    }
    .manufacture-experience-more-btn{
        width: 163px;
        height: 48px;
        border-radius: 24px;
        background-color: #FFFFFF;
        text-align: center;
        line-height: 48px;
        color: #202429;
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
        margin: 0 auto;
        margin-top: 40px;
    }

    .manufacture-experience-desc a {
        color: #FFFFFF;
        text-decoration: underline;
    }

    /* Product On Sale 头部背景 */
    .product-on-sale-header {
        width: 100%;
        height: 258px;
        position: relative;
    }

    .product-on-sale-header-bg {
        width: 100%;
        height: 258px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .product-on-sale-header-bg-img {
        width: 100%;
        height: 258px;
        object-fit: cover;
    }

    .product-on-sale-header-content {
        width: 100%;
        height: 258px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .product-on-sale-header-title {
        width: 80%;
        text-align: center;
        color: #FFFFFF;
        font-size: 25px;
        font-weight: 400;
    }

    .product-on-sale-header-description {
        width: 80%;
        text-align: center;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 300;
        padding-top: 20px;
    }

    /* 为什么选择我们 */
    .why-us-container {
        width: 100%;
        padding-bottom: 30px;
    }

    .why-us-container-title {
        width: 100%;
        font-size: 25px;
        font-weight: 400;
        text-align: left;
    }

    .why-us-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: stretch;
        padding-top: 20px;
    }

    .why-us-item {
        width: 100%;
        padding-bottom: 20px;
        padding-top: 30px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        border: #030000 solid 2px;
        margin-bottom: 20px;
    }

    .why-us-item-icon {
        width: 53px;
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .why-us-item-icon-img {
        width: 53px;
        height: 50px;
        object-fit: contain;
    }

    .why-us-item-title {
        width: 100%;
        font-size: 25px;
        font-weight: 400;
        color: #202429;
        text-align: center;
        padding-top: 30px;
    }

    .why-us-item-desc {
        width: calc(100% - 60px);
        padding: 0 30px;
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        padding-top: 30px;
    }

    .why-us-video-wrap {
        width: 100%;
        height: 280px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
    }

    .why-us-video {
        width: 100%;
        height: 280px;
        background: #000000;
    }
    .why-us-video iframe{
        width: 100%;
        height: 280px;
    }

    /* 合作伙伴反馈 */
    .partner-feedback-container {
        width: 100%;
        background: #FFFFFF;
    }

    .partner-feedback-content {
        width: 100%;
        padding: 30px 0;
        border-bottom: #d4d4d4 solid 1px;
    }

    .partner-feedback-title {
        width: calc(100% - 40px);
        padding: 0 20px;
        margin: 30px auto;
        font-size: 18px;
        font-weight: 300;
        line-height: 22px;
        color: #858585;
        text-align: center;
    }

    .partner-feedback-list {
        width: 100%;
        padding-top: 40px;
    }

    .partner-feedback {
        width: 100%;
    }
    .partner-feedback-wrap{
        width: calc(100% - 40px);
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    .partner-feedback-left{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .partner-feedback-right{
        width: 100%;
    }
    :root{
        --swiper-navigation-size: 30px!important;
    }
    .partner-feedback-next, .partner-feedback-prev{
        color: #030000!important;
    }

    .partner-feedback-poster{
        width: 100%;
        height: 257px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .partner-feedback-poster-img{
        width: 100%;
        height: 257px;
        object-fit: contain;
    }

    .partner-feedback-avatar {
        width: 142px;
        height: 142px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .partner-feedback-avatar-img {
        width: 142px;
        height: 142px;
        border-radius: 71px;
    }

    .partner-feedback-message {
        width: 100%;
        font-size: 17px;
        line-height: 25px;
        color: #959595;
        text-align: center;
    }
    .partner-feedback-info{
        width: 100%;
        margin-top: 20px;
    }

    .partner-feedback-author-info {
        /*margin-top: 20px;*/
    }

    .partner-feedback-author-nickname {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        font-weight: 500;
        color: #030000;
        margin-top: 20px;
    }

    .partner-feedback-author-jobs {
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 22px;
        font-weight: 300;
        color: #858585;
        margin-top: 10px;
    }

    /* 产品认证标准 */
    .authentication-container {
        width: 100%;
        background: #FFFFFF;
    }

    .authentication-content {
        width: 100%;
        padding: 30px 0;
        border-bottom: #d4d4d4 solid 1px;
    }

    .authentication-logo-list{
        width: 100%;
    }
    .authentication-logo-list-wrap{
        width: 100%;
    }
    .authentication-logo{
        width: 100%;
        height: 120px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }
    .authentication-logo-img{
        width: 120px;
        height: 120px;
        object-fit: contain;
    }
    .authentication-cert-container{
        padding-top: 70px;
    }
    .authentication-cert-list{
        position: relative;
    }
    .authentication-cert{
        width: 100%;
        height: 374px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 70px;
        user-select: none;
    }
    .authentication-cert-img{
        width: 100%;
        height: 374px;
        object-fit: contain;
    }
    .authentication-cert-list .swiper-pagination {
        position: absolute;
        bottom: 0;
        top: unset!important;
    }

    .authentication-cert-list .swiper-pagination .swiper-pagination-progressbar-fill {
        background: #030000;
    }

    /*供应商卡片介绍*/
    .supplier-card-container {
        width: 100%;
        height: 374px;
        position: relative;
    }

    .supplier-card-bg {
        width: 100%;
        height: 374px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .supplier-card-bg-img {
        width: 100%;
        height: 374px;
        object-fit: cover;
    }

    .supplier-card-title {
        width: calc(100% - 40px);
        padding: 0 20px;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        line-height: 25px;
        font-weight: 400;
    }

    .supplier-card-content {
        width: 100%;
        height: 374px;
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        z-index: 99;
    }


    /* 独有优势 */
    .specific-advantages-container {
        width: 100%;
        padding: 30px 0;
        background: #ede9e9;
    }

    .specific-advantages-title {
        width: 100%;
        text-align: left;
        font-size: 25px;
        font-weight: 400;
        color: #202429;
    }

    .specific-advantages-desc {
        width: 100%;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #858585;
        padding-top: 16px;
    }

    .specific-advantage-list {
        width: 100%;
        padding-top: 20px;
    }

    .specific-advantage {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        /*align-items: stretch;*/
        align-items: center;
        margin-bottom: 20px;
    }

    .specific-advantage-poster {
        width: 100%;
        height: 343px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin: 10px 0;
    }

    .specific-advantage-poster-img {
        width: 100%;
        height: 343px;
        object-fit: cover;
    }

    .specific-advantage-right {
        width: calc(100% - 40px);
        /*height: calc(511px - 160px);*/
        padding: 20px;
        margin: 10px 0;
        background: #FFFFFF;
    }

    .specific-advantage-title {
        width: 100%;
        font-size: 20px;
        font-weight: 500;
        text-align: center;
        padding-bottom: 20px;
    }

    .specific-advantage-content {
        width: 100%;
        font-size: 14px;
        font-weight: 300;
        color: #858585;
        line-height: 22px;
        text-align: center;
    }

    /* 咨询表单 */
    .contact-info-container {
        width: 100%;
        padding: 30px 0;
        background-color: #ede9e9;
    }

    .contact-info-container-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-info-container-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact-info-container-left-poster {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .contact-info-container-left-poster-img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .contact-info-container-right {
        width: 100%;
    }

    .contact-info-container-inquiry {
        width: 100%;
    }

    .contact-info-container-inquiry-title {
        width: 100%;
        text-align: left;
        font-size: 25px;
        font-weight: 500;
    }

    .contact-info-container-inquiry-form {
        width: 100%;
        padding-top: 20px;
    }

    .contact-info-container-inquiry-form-group {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact-info-container-inquiry-form-group p {
        width: 100%;
    }

    input.contact-info-container-inquiry-form-item {
        width: calc(100% - 30px);
        padding: 0 15px;
        height: 50px;
        line-height: 50px;
        text-align: left;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        border: none;
        outline: none;
    }

    select.contact-info-container-inquiry-form-item {
        width: 100%;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
        text-align: left;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        border: none;
        outline: none;
    }

    select.contact-info-container-inquiry-form-item option:first-of-type {
        display: none;
    }

    textarea.contact-info-container-inquiry-form-item {
        width: calc(100% - 30px);
        padding: 15px;
        min-height: 50px;
        text-align: left;
        background-color: #FFFFFF;
        margin-bottom: 20px;
        border: none;
        outline: none;
    }

    .contact-info-container-inquiry-form-submit {
        width: 230px;
        height: 50px;
        border-radius: 25px;
        text-align: center;
        line-height: 50px;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: 500;
        border: none;
        outline: none;
        background-color: #473945;
        margin: 0 auto;
        display: block;
    }
    .inquiry-form-modal-form .contact-info-container-inquiry-form-submit{
        position: absolute;
        bottom: 20px;
        left: calc(50% - 115px);
    }

    .contact-info-container-inquiry-form-item-accept {
        padding-bottom: 20px;
    }

    .contact-info-container-inquiry-form-item-accept .wpcf7-list-item {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .contact-info-container-inquiry-form-item-accept input {
        width: 15px;
        height: 15px;
        border: none;
        outline: none;
    }

    .contact-info-container-inquiry-form-item-accept .wpcf7-list-item-label {
        width: calc(100% - 35px);
        margin-left: 20px;
        text-align: left;
        font-size: 13px;
        line-height: 16px;
        font-weight: 300;
        color: #858585;
    }

    .contact-info-container-inquiry-form-label{
        display: block;
        width: 100%;
        text-align: left;
        padding-bottom: 10px;
        border: none;
        outline: none;
        color: #858585;
        font-size: 13px;
    }
    .contact-info-container-inquiry-form-file-tips{
        width: 100%;
        text-align: left;
        padding-bottom: 20px;
        padding-top: 10px;
        border: none;
        outline: none;
        color: #858585;
        font-size: 12px;
    }

    /* 咨询表单弹出框 */
    .inquiry-form-modal{
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        background-color: rgba(0,0,0,0.7);
        z-index: 999;
    }
    .inquiry-form-modal-content{
        width: calc(100% - 60px);
        height: calc(100% - 40px);
        overflow-y: scroll;
        padding: 20px 30px;
        background-color: #ede9e9;
        position: relative;
    }
    .inquiry-form-modal-form{
        height: calc(100vh - 220px);
        overflow-y: auto;
        padding-bottom: 50px;
    }
    .inquiry-form-modal-close-btn{
        width: 42px;
        height: 42px;
        background-color: #473945;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }
    .inquiry-form-modal-close-btn-icon{
        width: 20px;
        height: 20px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .inquiry-form-modal-close-btn-icon-img{
        width: 20px;
        height: 20px;
        object-fit: contain;
    }
    .inquiry-form-modal-header{
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 27px;
    }
    .inquiry-form-modal-title{
        text-align: left;
        font-size: 20px;
        font-weight: 500;
        color: #202429;
    }
    .inquiry-form-modal-sub-title{
        text-align: left;
        font-size: 16px;
        font-weight: 400;
        color: #858585;
        margin-top: 10px;
    }

    /* 右侧固定按钮 */
    .right-fixed-menu-container{
        width: 50px;
        position: fixed;
        right: 5px;
        bottom: 100px;
        z-index: 99;
    }
    .right-fixed-menu-list{
        width: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .right-fixed-menu{
        width: 50px;
        height: 50px;
        display: flex!important;
        justify-content: center;
        align-items: center;
        background-color: rgb(37,211,102);
        margin-bottom: 5px;
        border: #eeeeee solid 1px;
    }
    .right-fixed-menu:hover{
        background-color: #030000;
    }
    .right-fixed-menu:last-of-type{
        margin-bottom: 0;
    }
    .right-fixed-menu-icon{
        width: 30px;
        height: 30px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .right-fixed-menu-icon-img{
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
	.back-to-top-btn{
    display: none;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
}

.back-to-top-btn.show{
    display: flex;
    opacity: 1;
}
	.news-breadcrumb-wrap{
    width: 100%;
    padding: 0.875rem 0 0.75rem;
}

.common-breadcrumb-wrap{
    width: 100%;
    padding: 0.75rem 0 !important;
  }

  .common-breadcrumb-wrap .rank-math-breadcrumb{
    width: calc(100% - 2rem) !important;
    max-width: none !important;
    margin: 0 auto !important;
    display: block !important;
    font-size: 3.875rem !important;
    line-height: 1.6 !important;
    color: #666666 !important;
  }

  .common-breadcrumb-wrap .rank-math-breadcrumb p{
    margin: 0 !important;
  }

  .common-breadcrumb-wrap a{
    color: #666666 !important;
    text-decoration: none !important;
  }

  .common-breadcrumb-wrap a:hover{
    color: #f59a23 !important;
  }

  .common-breadcrumb-wrap .separator,
  .common-breadcrumb-wrap .last{
    margin: 0 0.2rem !important;
    color: #999999 !important;
  }
}