@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 50%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translate(-50%, -50%);
        width: 350px;
    }


    .banner-desc-box-title {
        font-size: 22px;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

    .banner-desc-box-title h1 {
        font-size: 22px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: left;
    }

    .banner-desc-box-content {
        font-size: 16px;
        color: #FFFFF5;
        height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .carousel-item{
        height: 150px;
    }
    .carousel-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .intro-box {
        margin: 80px auto;
        width: 100%;
        max-width: 1300px;
    }

    .intro-box-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 80px;
    }

    .intro-box-row:nth-child(2n) {
        flex-direction: row-reverse;
        margin-left: 0;
    }

    .intro-box-img {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .intro-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .intro-box-content {
        flex: 1;
    }

    .intro-box-content-title {
        font-size: 30px;
        font-weight: bold;
    }

    .intro-box-content-title-desc {
        font-size: 16px;
        margin-top: 20px;
    }

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

    .margin-right-50 {
        margin-right: 50px;
    }

    .team-box {
        /*margin: 20px auto;*/
        width: 100%;
        max-width: 1300px;
    }

    .team-title {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
    }

    .team-desc {
        text-align: center;
        color: #3d3d3d;
    }

    .bg-f6f6f6 {
        background-color: #f6f6f6;
    }

    .team-list {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        gap: 1%;
    }

    .team-item {
        width: 100%;
        margin-bottom: 50px;
    }

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

    .team-item-name {
        font-size: 16px;
        color: #0033A1;
        padding: 20px 0 0 0;
    }

    .team-item-job {
        font-size: 14px;
        color: #525252;
        padding: 5px 0 0 0;
    }

    .customer-box {
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
    }

    .customer-box-title {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .customer-box-desc {
        font-size: 16px;
        text-align: center;
    }

    .customer-list {
        margin: 50px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 1%;
    }

    .customer-item {
        width: 9%;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-bottom: 20px;
    }

    .customer-item img {
        width: 80%;
        height: 80%;
        object-fit: cover;
    }

    .swiper-pagination {
        bottom: 20px;
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        border-radius: 0;
        background: #ffffff;
        opacity: 1;
        margin: 0 4px;
    }

    .swiper-pagination-bullet-active {
        /*background: #fb7306;*/
        background: white;
        background: linear-gradient(to right, #fb7306 50%, white 50%);
        background-size: 200% 100%;
        animation: changeColor 3s forwards;
    }

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


    .aboutus-box {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 50px auto 0;
        width: 100%;
        max-width: 1300px;
        flex-direction: column;
        padding: 0 15px;
    }

    .aboutus-box-img {
        width: 100%;
        height: 200px;
        background: #dcdcdc;
    }

    .aboutus-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .aboutus-box-content {
        flex: 1;
    }

    .aboutus-box-context-title {
        font-size: 22px;
        font-family: AvantGarde-Bold;
        margin-top: 20px;
    }

    .aboutus-box-context-content {
        margin-top: 20px;
        line-height: 30px;
    }

    .center-title {
        text-align: center;
        /*margin-top: 80px;*/
    }

    .center-title h2 {
        font-family: AvantGarde-Bold;
        font-size: 22px;
    }

    .core-value-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: grid;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .team-box {
        display: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .production-item {
        width: 100%;
        margin-top: 20px;
        position: relative;
    }

    .product-item-img {
        width: 100px;
        height: 100px;
        background: #ffffff;
        position: relative;
        margin: auto;
        border-radius: 50%;
        padding: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .product-item-img span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #FFFFFF;
    }

    .bg-f9f9f9 {
        background-color: #f9f9f9;
    }

    .full-row {
        width: 100%;
        position: relative;
    }

    .row-title-blod h2 {
        font-family: AvantGarde-Bold;
        font-size: 22px;
    }

    .margin-top-50 {
        margin-top: 50px;
    }

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

    .padding-80 {
        /*padding: 80px;*/
        padding: 50px 0px;
    }

    .history-box {
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        position: relative;
    }

    .history-item {
        position: relative;
        padding: 100px 0 10px;
    }

    .history-line {
        position: absolute;
        top: 50px;
        left: 1%;
        width: 98%;
        height: 2px;
        background: #e5e5e5;
    }

    .history-round {
        position: absolute;
        top: 31px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    .history-round img {
        width: 100%;
    }

    .history-year {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .history-item-content {
        padding: 20px;
        background: #FFFFFF;
        /*border: 1px solid #e5e5e5;*/
        /*添加阴影*/
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        margin: 0 10px;
        height: 355px;
    }

    .history-item-content img {
        width: 100%;
        border-radius: 12px;
    }

    .history-item-title {
        font-size: 20px;
        padding: 20px 0 0;
        color: #1c1d1d;
    }

    .history-item-desc {
        padding: 10px 0;
    }

    .history-item-desc p {
        padding: 0;
        margin: 0;
        color: #3d3d3d;
        font-size: 14px;
    }

    .history-arrow img {
        width: 9px;
        height: 15px;
    }

    .swiper-button-prev {
        position: absolute;
        left: 0;
        top: 65px;
    }

    .swiper-button-next {
        position: absolute;
        right: 0;
        top: 65px;
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        display: none;
    }

    .team-item-img {
        /*border:35px solid #f9f9f9;*/
        overflow: hidden;
        /*圆形*/
        border-radius: 50%;
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .certificate-tab {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: row;
    }

    .certificate-tab-item {
        width: 200px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #bfbfbf;
        border-radius: 31px;
        cursor: pointer;
    }

    .certificate-tab-item-active {
        background: #f39b29;
        color: #FFFFFF;
        border: none;
    }

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

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

    .certificate-item {
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

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

    .commitment-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-content: center;
        gap: 25px;
        padding-bottom: 50px;
    }

    .commitment-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
    }

    .commitment-item-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
    }

    .commitment-item img {
        width: 40px;
    }

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

    .product-item-mask {
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        width: 100%;
        height: 100%;
        /*background: rgba(0,0,0,0.7);*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.5s;
        cursor: pointer;
        /*opacity: 0;*/
        margin-top: 10px;
    }
    .product-item-mask h3{
        font-size: 20px;
    }

    .product-item-mask p {
        text-align: center;
        color: #666666;
        margin: 0;
    }

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

    }

    .box h2 {
        text-align: center;
        font-family: AvantGarde-Bold;
        color: #333333;
        font-size: 22px;
    }

    .box > p {
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: auto;
    }

    .box-left-right-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
        gap: 50px;
    }

    .box-left-column {
        width: 650px;
    }

    .box-left-column img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .box-right-column {
        flex: 1;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 3px;
        background: #f39b29;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

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

    .contact-box-right-form {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #eeeeee;
        border-radius: 25px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 25px;
        background: #ffffff;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .send-btn {
        width: 400px;
        border-radius: 25px;
        background: #f18b28;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 20px;
        border: none;
        padding: 10px 0;
        margin: auto;
    }

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

    .dialog-close img {
        width: 100%;
        height: 100%;
    }


    .contactForm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .history-img {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }

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

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 10%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translateY(-50%);
    }


    .banner-desc-box-title {
        font-size: 30px;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

    .banner-desc-box-title h1 {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 18px;
        color: #FFFFF5;
    }

    .carousel-item{
        height: 240px;
    }

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

    .intro-box {
        margin: 80px auto;
        width: 100%;
        max-width: 1300px;
    }

    .intro-box-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 80px;
    }

    .intro-box-row:nth-child(2n) {
        flex-direction: row-reverse;
        margin-left: 0;
    }

    .intro-box-img {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .intro-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .intro-box-content {
        flex: 1;
    }

    .intro-box-content-title {
        font-size: 30px;
        font-weight: bold;
    }

    .intro-box-content-title-desc {
        font-size: 16px;
        margin-top: 20px;
    }

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

    .margin-right-50 {
        margin-right: 50px;
    }

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

    .team-title {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
    }

    .team-desc {
        text-align: center;
        color: #3d3d3d;
    }

    .bg-f6f6f6 {
        background-color: #f6f6f6;
    }

    .team-list {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        gap: 1%;
    }

    .team-item {
        width: 100%;
        margin-bottom: 50px;
    }

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

    .team-item-name {
        font-size: 16px;
        color: #0033A1;
        padding: 20px 0 0 0;
    }

    .team-item-job {
        font-size: 14px;
        color: #525252;
        padding: 5px 0 0 0;
    }

    .customer-box {
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
    }

    .customer-box-title {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .customer-box-desc {
        font-size: 16px;
        text-align: center;
    }

    .customer-list {
        margin: 50px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 1%;
    }

    .customer-item {
        width: 9%;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-bottom: 20px;
    }

    .customer-item img {
        width: 80%;
        height: 80%;
        object-fit: cover;
    }

    .swiper-pagination {
        bottom: 20px;
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        border-radius: 0;
        background: #ffffff;
        opacity: 1;
        margin: 0 4px;
    }

    .swiper-pagination-bullet-active {
        /*background: #fb7306;*/
        background: white;
        background: linear-gradient(to right, #fb7306 50%, white 50%);
        background-size: 200% 100%;
        animation: changeColor 3s forwards;
    }

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


    .aboutus-box {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 50px auto 0;
        width: 100%;
        max-width: 1300px;
        flex-direction: column;
        padding: 0 15px;
    }

    .aboutus-box-img {
        width: 100%;
        height: 400px;
        background: #dcdcdc;
    }

    .aboutus-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .aboutus-box-content {
        margin-top: 20px;
        flex: 1;
    }

    .aboutus-box-context-title {
        font-size: 2em;
        font-family: AvantGarde-Bold;
    }

    .aboutus-box-context-content {
        margin-top: 20px;
        line-height: 30px;
    }

    .center-title {
        text-align: center;
        /*margin-top: 80px;*/
    }

    .center-title h2 {
        font-family: AvantGarde-Bold;
    }

    .core-value-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .team-box {
        display: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        padding: 0 15px;
    }

    .production-item {
        width: 100%;
        margin-top: 20px;
        position: relative;
    }

    .product-item-img {
        width: 100px;
        height: 100px;
        background: #ffffff;
        position: relative;
        margin: auto;
        border-radius: 50%;
        padding: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .product-item-img span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #FFFFFF;
    }

    .bg-f9f9f9 {
        background-color: #f9f9f9;
    }

    .full-row {
        width: 100%;
        position: relative;
    }

    .row-title-blod h2 {
        font-family: AvantGarde-Bold;
    }

    .margin-top-50 {
        margin-top: 50px;
    }

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

    .padding-80 {
        padding: 50px;
    }

    .history-box {
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        position: relative;
    }

    .history-item {
        position: relative;
        padding: 100px 0 10px;
    }

    .history-line {
        position: absolute;
        top: 50px;
        left: 1%;
        width: 98%;
        height: 2px;
        background: #e5e5e5;
    }

    .history-round {
        position: absolute;
        top: 31px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    .history-round img {
        width: 100%;
    }

    .history-year {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .history-item-content {
        padding: 20px;
        background: #FFFFFF;
        /*border: 1px solid #e5e5e5;*/
        /*添加阴影*/
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        margin: 0 10px;
        height: 355px;
    }

    .history-item-content img {
        width: 100%;
        border-radius: 12px;
    }

    .history-item-title {
        font-size: 20px;
        padding: 20px 0 0;
        color: #1c1d1d;
    }

    .history-item-desc {
        padding: 10px 0;
    }

    .history-item-desc p {
        padding: 0;
        margin: 0;
        color: #3d3d3d;
        font-size: 14px;
    }

    .history-arrow img {
        width: 9px;
        height: 15px;
    }

    .swiper-button-prev {
        position: absolute;
        left: 0;
        top: 65px;
    }

    .swiper-button-next {
        position: absolute;
        right: 0;
        top: 65px;
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        display: none;
    }

    .team-item-img {
        /*border:35px solid #f9f9f9;*/
        overflow: hidden;
        /*圆形*/
        border-radius: 50%;
        width: 150px;
        height: 150px;
        margin: auto;
    }

    .certificate-tab {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: row;
    }

    .certificate-tab-item {
        width: 200px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #bfbfbf;
        border-radius: 31px;
        cursor: pointer;
    }

    .certificate-tab-item-active {
        background: #f39b29;
        color: #FFFFFF;
        border: none;
    }

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

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

    .certificate-item {
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

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

    .commitment-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-content: center;
        gap: 25px;
        padding-bottom: 50px;
    }

    .commitment-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
    }

    .commitment-item-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
    }

    .commitment-item img {
        width: 40px;
    }

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

    .product-item-mask {
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        width: 100%;
        height: 100%;
        /*background: rgba(0,0,0,0.7);*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.5s;
        cursor: pointer;
        /*opacity: 0;*/
        margin-top: 10px;
    }

    .product-item-mask p {
        text-align: center;
        color: #666666;
        height: 50px;
    }

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

    }

    .box h2 {
        text-align: center;
        font-family: AvantGarde-Bold;
        color: #333333;
    }

    .box > p {
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: auto;
    }

    .box-left-right-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
        gap: 50px;
    }

    .box-left-column {
        width: 650px;
    }

    .box-left-column img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .box-right-column {
        flex: 1;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 3px;
        background: #f39b29;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .form-box {
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
    }

    .contact-box-right-form {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #eeeeee;
        border-radius: 25px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 25px;
        background: #ffffff;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .send-btn {
        width: 400px;
        border-radius: 25px;
        background: #f18b28;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 20px;
        border: none;
        padding: 10px 0;
        margin: auto;
    }

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

    .dialog-close img {
        width: 100%;
        height: 100%;
    }


    .contactForm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0 15px;
    }

    .history-img {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }

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

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        top: 50%;
        left: 10%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        transform: translateY(-50%);
    }


    .banner-desc-box-title {
        font-size: 60px;
        color: #FFFFFF;
        text-align: center;
        font-family: SailecBold;
    }

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
    }

    .intro-box {
        margin: 80px auto;
        width: 100%;
        max-width: 1300px;
    }

    .intro-box-row {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 80px;
    }

    .intro-box-row:nth-child(2n) {
        flex-direction: row-reverse;
        margin-left: 0;
    }

    .intro-box-img {
        width: 50%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

    .intro-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 12px;
    }

    .intro-box-content {
        flex: 1;
    }

    .intro-box-content-title {
        font-size: 30px;
        font-weight: bold;
    }

    .intro-box-content-title-desc {
        font-size: 16px;
        margin-top: 20px;
    }

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

    .margin-right-50 {
        margin-right: 50px;
    }

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

    .team-title {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0;
        text-align: center;
    }

    .team-desc {
        text-align: center;
        color: #3d3d3d;
    }

    .bg-f6f6f6 {
        background-color: #f6f6f6;
    }

    .team-list {
        display: flex;
        justify-content: start;
        align-items: center;
        flex-wrap: wrap;
        gap: 1%;
    }

    .team-item {
        width: 100%;
        margin-bottom: 50px;
    }

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

    .team-item-name {
        font-size: 16px;
        color: #0033A1;
        padding: 20px 0 0 0;
    }

    .team-item-job {
        font-size: 14px;
        color: #525252;
        padding: 5px 0 0 0;
    }

    .customer-box {
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
    }

    .customer-box-title {
        font-size: 30px;
        font-weight: bold;
        margin-bottom: 20px;
        text-align: center;
    }

    .customer-box-desc {
        font-size: 16px;
        text-align: center;
    }

    .customer-list {
        margin: 50px 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
        gap: 1%;
    }

    .customer-item {
        width: 9%;
        display: flex;
        justify-content: center;
        align-content: center;
        margin-bottom: 20px;
    }

    .customer-item img {
        width: 80%;
        height: 80%;
        object-fit: cover;
    }

    .swiper-pagination {
        bottom: 20px;
        width: 100%;
    }

    .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        border-radius: 0;
        background: #ffffff;
        opacity: 1;
        margin: 0 4px;
    }

    .swiper-pagination-bullet-active {
        /*background: #fb7306;*/
        background: white;
        background: linear-gradient(to right, #fb7306 50%, white 50%);
        background-size: 200% 100%;
        animation: changeColor 3s forwards;
    }

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


    .aboutus-box {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin: 80px auto 0;
        width: 100%;
        max-width: 1300px;
    }

    .aboutus-box-img {
        width: 600px;
        height: 400px;
        background: #dcdcdc;
        margin-right: 40px;
    }

    .aboutus-box-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .aboutus-box-content {
        flex: 1;
    }

    .aboutus-box-context-title {
        font-size: 2em;
        font-family: AvantGarde-Bold;
    }

    .aboutus-box-context-content {
        margin-top: 40px;
        line-height: 30px;
    }

    .center-title {
        text-align: center;
        /*margin-top: 80px;*/
    }

    .center-title h2 {
        font-family: AvantGarde-Bold;
    }

    .core-value-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-template-columns: repeat(3, 1fr);
        gap: 100px;
    }

    .team-box {
        display: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-template-columns: repeat(4, 1fr);
        gap: 70px;
    }

    .production-item {
        width: 100%;
        margin-top: 20px;
        position: relative;
    }

    .product-item-img {
        width: 100px;
        height: 100px;
        background: #ffffff;
        position: relative;
        margin: auto;
        border-radius: 50%;
        padding: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

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

    .product-item-img span {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #FFFFFF;
    }

    .bg-f9f9f9 {
        background-color: #f9f9f9;
    }

    .full-row {
        width: 100%;
        position: relative;
    }

    .row-title-blod h2 {
        font-family: AvantGarde-Bold;
    }

    .margin-top-50 {
        margin-top: 50px;
    }

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

    .padding-80 {
        padding: 80px;
    }

    .history-box {
        overflow: hidden;
        width: 100%;
        max-width: 1300px;
        margin: auto;
        position: relative;
    }

    .history-item {
        position: relative;
        padding: 100px 0 10px;
    }

    .history-line {
        position: absolute;
        top: 50px;
        left: 1%;
        width: 98%;
        height: 2px;
        background: #e5e5e5;
    }

    .history-round {
        position: absolute;
        top: 31px;
        left: 50%;
        transform: translateX(-50%);
        width: 40px;
        height: 40px;
        z-index: 1;
    }

    .history-round img {
        width: 100%;
    }

    .history-year {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .history-item-content {
        padding: 20px;
        background: #FFFFFF;
        /*border: 1px solid #e5e5e5;*/
        /*添加阴影*/
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border-radius: 12px;
        margin: 0 10px;
        height: 355px;
    }

    .history-item-content img {
        width: 100%;
        border-radius: 12px;
    }

    .history-item-title {
        font-size: 20px;
        padding: 20px 0 0;
        color: #1c1d1d;
    }

    .history-item-desc {
        padding: 10px 0;
    }

    .history-item-desc p {
        padding: 0;
        margin: 0;
        color: #3d3d3d;
        font-size: 14px;
    }

    .history-arrow img {
        width: 9px;
        height: 15px;
    }

    .swiper-button-prev {
        position: absolute;
        left: 0;
        top: 65px;
    }

    .swiper-button-next {
        position: absolute;
        right: 0;
        top: 65px;
    }

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        display: none;
    }

    .team-item-img {
        /*border:35px solid #f9f9f9;*/
        overflow: hidden;
        /*圆形*/
        border-radius: 50%;
        width: 200px;
        height: 200px;
        margin: auto;
    }

    .certificate-tab {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        flex-direction: row;
    }

    .certificate-tab-item {
        width: 200px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #bfbfbf;
        border-radius: 31px;
        cursor: pointer;
    }

    .certificate-tab-item-active {
        background: #f39b29;
        color: #FFFFFF;
        border: none;
    }

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

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

    .certificate-item {
        width: 100%;
        border-radius: 15px;
        overflow: hidden;
        border: 1px solid #e5e5e5;
    }

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

    .commitment-box {
        width: 100%;
        max-width: 1300px;
        margin: auto;
        display: flex;
        justify-content: center;
        align-content: center;
        gap: 25px;
        padding-bottom: 50px;
    }

    .commitment-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        cursor: pointer;
    }

    .commitment-item-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffffff;
    }

    .commitment-item img {
        width: 40px;
    }

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

    .product-item-mask {
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        width: 100%;
        height: 100%;
        /*background: rgba(0,0,0,0.7);*/
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: all 0.5s;
        cursor: pointer;
        /*opacity: 0;*/
        margin-top: 10px;
    }

    .product-item-mask p {
        text-align: center;
        color: #666666;
        height: 50px;
    }

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

    }

    .box h2 {
        text-align: center;
        font-family: AvantGarde-Bold;
        color: #333333;
    }

    .box > p {
        width: 100%;
        max-width: 1000px;
        text-align: center;
        margin: auto;
    }

    .box-left-right-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
        gap: 50px;
    }

    .box-left-column {
        width: 650px;
    }

    .box-left-column img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .box-right-column {
        flex: 1;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 5px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #bfbfbf;
        border-radius: 5px;
        background: none;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000; /* 这里设置你想要的颜色 */
        font-size: 16px;
    }

    .send-btn {
        width: 100%;
        border-radius: 3px;
        background: #f39b29;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 24px;
        border: none;
        padding: 10px 0;
    }

    .form-box {
        width: 100%;
        max-width: 1300px;
        margin: 80px auto;
    }

    .contact-box-right-form {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }

    .contact-box-right-form-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 0;
    }

    .contact-box-right-form-row input {
        padding: 10px;
        border: 1px solid #eeeeee;
        border-radius: 25px;
        background: none;
    }

    .contact-box-right-form-row input::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .width-50 {
        width: 48%;
    }

    .width-100 {
        width: 100%;
    }

    .contact-box-right-form-row textarea {
        width: 100%;
        padding: 10px;
        border: 1px solid #ececec;
        border-radius: 25px;
        background: #ffffff;
        height: 120px;
    }

    .contact-box-right-form-row textarea::placeholder {
        color: #000000; /* 杩欓噷璁剧疆浣犳兂瑕佺殑棰滆壊 */
        font-size: 16px;
    }

    .send-btn {
        width: 400px;
        border-radius: 25px;
        background: #f18b28;
        color: #fff;
        display: flex;
        justify-content: center;
        align-content: center;
        font-size: 20px;
        border: none;
        padding: 10px 0;
        margin: auto;
    }

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

    .dialog-close img {
        width: 100%;
        height: 100%;
    }


    .contactForm {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .history-img {
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
    }

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


