@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        top: 60%;
        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;
    }

    .head-box-row {
        margin-bottom: 20px;
    }

    .main-body {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
    }

    .factory-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        padding: 0 15px;
    }

    .factory-left {
        width: 100%;
    }

    .factory-right {
        flex: 1;
        margin-top: 20px;
    }

    .factory-right h1 {
        font-size: 24px;
        font-family: AvantGarde-Bold;
    }

    .factory-right a {
        color: #FFFFFF !important;
        background: #ff8400;
        border-radius: 10px;
        width: 163px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: auto;
    }

    .factory-right a:hover {
        background: #E96800;
        /*去掉下划线*/
        text-decoration: none;
        margin: auto;
    }

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

    .yanfa-left {
        width: 100%;
        padding-top: 20px;
    }

    .yanfa-left h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .yanfa-right {
        flex: 1;
    }

    .yanfa-right img {
        width: 100%;
    }

    .yanfa-row-reverse {
        flex-direction: row-reverse;
    }


    .quality-box {

    }

    .quality-box h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .quality-box > p {
        font-size: 16px;
        color: #1c1d1d;
        text-align: center;
    }

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

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

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

    .margin-top-100 {
        /*margin-top: 100px;*/
    }

    .margin-bottom-100 {
        /*margin-bottom: 100px;*/
    }

    .slideshow-big {
        overflow: hidden;
    }

    .slideshow-small {
        overflow: hidden;
        margin-top: 10px;
    }

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

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

    .quality-tab-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .quality-tab-left {
        width: 330px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .quality-tab-right {
        flex: 1;
    }

    .quality-tab-item {
        background: #f18b28;
        border-radius: 10px;
        height: 64px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FFFFFF;
        padding: 0 0 0 10px;
        gap: 10px;
        width: 330px;
        cursor: pointer;
    }

    .quality-tab-item-active {
        background: #f9f9f9;
        color: #000000;
        border-left: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        border-right: none;
        border-radius: 10px 0 0 10px;
        width: 336px;
        z-index: 1;
    }

    .round {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #f18b28;
        border: 3px solid #FFFFFF;
        margin-right: 10px;
    }

    .number {
        font-size: 24px;
        font-family: SailecBold;
    }

    .quality-tab-right {
        background: #f9f9f9;
        border: 1px solid #d2d2d2;
        border-radius: 10px;
        padding: 30px;
        line-height: 30px;
    }

    .environment-box {
    }

    .environment-box h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

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

    .environment-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .environment-row a {
        text-align: center;
        padding: 10px 20px;
        background: #f18b28;
        border-radius: 25px;
        color: #FFFFFF !important;
    }

    .environment-row a:hover {
        background: #E96800;
    }

    .environment-item h2 {
        text-align: center;
        margin-top: 20px;
        font-size: 24px;
    }

    .environment-item p {
        text-align: center;
    }

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

    .quality-img-box {
        overflow: hidden;
        margin-top: 50px;
        position: relative;
    }

    .quality-img-item {
        border-radius: 10px;
        overflow: hidden;
    }

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

    .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #FFFFFF;
        width: 50px !important;
        height: 50px !important;
    }

    .play-small {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #FFFFFF;
        width: 30px !important;
        height: 30px !important;
    }

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

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

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

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

    .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-list {
        /*margin-top: 50px;*/
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 20px;
    }

    .box-list-item {
        /*灰色阴影*/
        /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
        /*padding: 10px;*/
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
    }

    .box-list-item img {
        width: 100%;
        height: 50px;
        object-fit: contain;
    }

    .box-list-item h3 {
        font-size: 16px;
        color: #333333;
        text-align: center;
        font-weight: 400;
    }

    .box-list-item-num {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 26px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        margin-top: -40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
    }

    .box-list-item-img {
        height: 150px;
        width: 100%;
    }

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

    .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%;
    }

    .form-head {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f9f5ec;
        height: 200px;
    }


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

@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: 60px;
        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;
    }

    .head-box-row {
        margin-bottom: 20px;
    }

    .main-body {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto 0;
    }

    .factory-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 15px;
        flex-direction: column;
    }

    .factory-left {
        width: 100%;
    }

    .factory-right {
        flex: 1;
        margin-top: 10px;
    }

    .factory-right h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .factory-right a {
        color: #FFFFFF !important;
        background: #ff8400;
        border-radius: 10px;
        width: 163px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .factory-right a:hover {
        background: #E96800;
        /*去掉下划线*/
        text-decoration: none;
    }

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

    .yanfa-left {
        width: 50%;
        padding: 10px 0;
    }

    .yanfa-left h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .yanfa-right {
        flex: 1;
    }

    .yanfa-right img {
        width: 100%;
    }

    .yanfa-row-reverse {
        flex-direction: row-reverse;
    }


    .quality-box {

    }

    .quality-box h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .quality-box > p {
        font-size: 16px;
        color: #1c1d1d;
        text-align: center;
    }

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

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

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

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

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

    .slideshow-big {
        overflow: hidden;
    }

    .slideshow-small {
        overflow: hidden;
        margin-top: 10px;
    }

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

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

    .quality-tab-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .quality-tab-left {
        width: 330px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .quality-tab-right {
        flex: 1;
    }

    .quality-tab-item {
        background: #f18b28;
        border-radius: 10px;
        height: 64px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FFFFFF;
        padding: 0 0 0 10px;
        gap: 10px;
        width: 330px;
        cursor: pointer;
    }

    .quality-tab-item-active {
        background: #f9f9f9;
        color: #000000;
        border-left: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        border-right: none;
        border-radius: 10px 0 0 10px;
        width: 336px;
        z-index: 1;
    }

    .round {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #f18b28;
        border: 3px solid #FFFFFF;
        margin-right: 10px;
    }

    .number {
        font-size: 24px;
        font-family: SailecBold;
    }

    .quality-tab-right {
        background: #f9f9f9;
        border: 1px solid #d2d2d2;
        border-radius: 10px;
        padding: 30px;
        line-height: 30px;
    }

    .environment-box {
    }

    .environment-box h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

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

    .environment-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .environment-row a {
        text-align: center;
        padding: 10px 20px;
        background: #f18b28;
        border-radius: 25px;
        color: #FFFFFF !important;
    }

    .environment-row a:hover {
        background: #E96800;
    }

    .environment-item h2 {
        text-align: center;
        margin-top: 20px;
        font-size: 24px;
    }

    .environment-item p {
        text-align: center;
    }

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

    .quality-img-box {
        overflow: hidden;
        margin-top: 50px;
        position: relative;
    }

    .quality-img-item {
        border-radius: 10px;
        overflow: hidden;
    }

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

    .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #FFFFFF;
        width: 50px !important;
        height: 50px !important;
    }

    .play-small {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #FFFFFF;
        width: 30px !important;
        height: 30px !important;
    }

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

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

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

    .box {
        width: 100%;
        max-width: 1300px;
        margin: 50px 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-list {
        /*margin-top: 50px;*/
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        padding: 0 15px;
        margin-top: 50px;
    }

    .box-list-item {
        /*灰色阴影*/
        /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content: flex-start;
        align-items: center;
        /*margin-top: 30px;*/
    }

    .box-list-item img {
        width: auto;
        height: 50px;
        object-fit: contain;
    }

    .box-list-item h3 {
        font-size: 18px;
        color: #333333;
        text-align: center;
        font-weight: 400;
    }

    .box-list-item-num {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 26px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        margin-top: -40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
    }

    .box-list-item-img {
        height: 200px;
        width: 100%;
    }

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

    .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%;
    }

    .form-head {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f9f5ec;
        height: 200px;
    }


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

@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;
    }

    .head-box-row {
        margin-bottom: 20px;
    }

    .main-body {
        width: 100%;
        max-width: 1300px;
        margin: 100px auto;
    }

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

    .factory-left {
        width: 440px;
    }

    .factory-right {
        flex: 1;
        padding-left: 40px;
    }

    .factory-right h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .factory-right a {
        color: #FFFFFF !important;
        background: #ff8400;
        border-radius: 10px;
        width: 163px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .factory-right a:hover {
        background: #E96800;
        /*去掉下划线*/
        text-decoration: none;
    }

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

    .yanfa-left {
        width: 50%;
        padding: 40px;
    }

    .yanfa-left h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
    }

    .yanfa-right {
        flex: 1;
    }

    .yanfa-right img {
        width: 100%;
    }

    .yanfa-row-reverse {
        flex-direction: row-reverse;
    }


    .quality-box {

    }

    .quality-box h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

    .quality-box > p {
        font-size: 16px;
        color: #1c1d1d;
        text-align: center;
    }

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

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

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

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

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

    .slideshow-big {
        overflow: hidden;
    }

    .slideshow-small {
        overflow: hidden;
        margin-top: 10px;
    }

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

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

    .quality-tab-box {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }

    .quality-tab-left {
        width: 330px;
        margin-right: 5px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .quality-tab-right {
        flex: 1;
    }

    .quality-tab-item {
        background: #f18b28;
        border-radius: 10px;
        height: 64px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #FFFFFF;
        padding: 0 0 0 10px;
        gap: 10px;
        width: 330px;
        cursor: pointer;
    }

    .quality-tab-item-active {
        background: #f9f9f9;
        color: #000000;
        border-left: 1px solid #d2d2d2;
        border-top: 1px solid #d2d2d2;
        border-bottom: 1px solid #d2d2d2;
        border-right: none;
        border-radius: 10px 0 0 10px;
        width: 336px;
        z-index: 1;
    }

    .round {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #f18b28;
        border: 3px solid #FFFFFF;
        margin-right: 10px;
    }

    .number {
        font-size: 24px;
        font-family: SailecBold;
    }

    .quality-tab-right {
        background: #f9f9f9;
        border: 1px solid #d2d2d2;
        border-radius: 10px;
        padding: 30px;
        line-height: 30px;
    }

    .environment-box {
    }

    .environment-box h1 {
        font-size: 40px;
        font-family: AvantGarde-Bold;
        text-align: center;
    }

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

    .environment-row {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .environment-row a {
        text-align: center;
        padding: 10px 20px;
        background: #f18b28;
        border-radius: 25px;
        color: #FFFFFF !important;
    }

    .environment-row a:hover {
        background: #E96800;
    }

    .environment-item h2 {
        text-align: center;
        margin-top: 20px;
        font-size: 24px;
    }

    .environment-item p {
        text-align: center;
    }

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

    .quality-img-box {
        overflow: hidden;
        margin-top: 50px;
        position: relative;
    }

    .quality-img-item {
        border-radius: 10px;
        overflow: hidden;
    }

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

    .play {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 50px;
        color: #FFFFFF;
        width: 50px !important;
        height: 50px !important;
    }

    .play-small {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 30px;
        color: #FFFFFF;
        width: 30px !important;
        height: 30px !important;
    }

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

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

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

    .box {
        width: 100%;
        max-width: 1300px;
        margin: 100px 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-list {
        /*margin-top: 50px;*/
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .box-list-item {
        /*灰色阴影*/
        /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);*/
        padding: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        align-items: center;
        margin-top: 30px;
    }

    .box-list-item img {
        width: auto;
        height: 50px;
        object-fit: contain;
    }

    .box-list-item h3 {
        font-size: 18px;
        color: #333333;
        text-align: center;
        font-weight: 400;
    }

    .box-list-item-num {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 26px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        margin-top: -40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #FFFFFF;
    }

    .box-list-item-img {
        height: 300px;
        width: 100%;
    }

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

    .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%;
    }

    .form-head {
        width: 100%;
        max-width: 1300px;
        margin: 50px auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #f9f5ec;
        height: 200px;
    }


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

