@media (max-width: 767px) {
    .banner-desc-box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        /* transform: translateY(-50%); */
        width: 300px;
        left: 6%;
        bottom: 20%;
    }


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

    .banner-desc-box-title h1 {
        font-size: 22px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 18px;
        color: #FFFFF5;
        width: 100%;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .block-img {
        border-radius: 8px;
        height: 250px !important;
    }

    .block-content {
        width: 100%;
    }

    .block-content h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .block-content h3 span:last-child {
        flex: 1;
        text-align: left;
    }

    .num {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #333333;
        display: flex;
        color: #FFFFFF;
        font-size: 20px;
        justify-content: center;
        align-items: center;
    }


    .team-box {
        display: grid;
        margin: 30px auto;
        width: 100%;
        max-width: 1300px;: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 0 15px;
    }


    .team-item {
        width: 100%;
    }

    .team-item-img {
        /* border: 35px solid #f9f9f9; */
        overflow: hidden;
        border-radius: 8px;
        background: #dcdcdc;
        width: 100%;
        height: 200px;
        margin: auto;
    }

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

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

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


    .block-btn {
        margin: 50px auto 0;
    }

    .max-width-1920 {
        max-width: 1920px;
        margin: auto;
    }

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

    .customer-list {
        /*display: flex;*/
        /*一行7个，超出后换行*/
        /*grid-template-columns: repeat(7, 1fr);*/
        gap: 20px;
        justify-content: center;
        align-items: center;
        /*flex-wrap: wrap;*/
        width: 100%;
        max-width: 1920px;
        margin: auto;
        overflow: hidden;
        position: relative;
        height: 165px;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
    }

    .customer-item {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        padding: 10px;
        right: -200px;
    }

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


    .carousel-inner {
        height: 150px;
    }

    .carousel-item {
        height: 150px;
    }

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

    .main {
        margin-top: 115px;
    }

    .banner-a {
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 5px 10px;
        color: #ffffff;
        background: #333333;
        width: 190px;
        border-radius: 10px;
        margin: 10px auto 0;
        position: absolute;
        top: 79%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-a:hover {
        background: #000000;
        color: #ffffff;
    }

}

@media (min-width: 768px) and (max-width: 1365px) {
    .banner-desc-box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        /* transform: translateY(-50%); */
        width: 300px;
        left: 6%;
        bottom: 20%;
    }


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

    .banner-desc-box-title h1 {
        font-size: 30px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .block-img {
        border-radius: 8px;
        height: 400px !important;
    }

    .block-content h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .num {
        width: 40px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #333333;
        display: flex;
        color: #FFFFFF;
        font-size: 20px;
        justify-content: center;
        align-items: center;
    }

    .content-block{
        padding-bottom: 0;
    }

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

    .team-box {
        display: grid;
        margin: 30px auto;
        width: 100%;
        max-width: 1300px;: grid;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px;
        padding: 0 15px;
    }


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

    .team-item-img {
        /* border: 35px solid #f9f9f9; */
        overflow: hidden;
        border-radius: 8px;
        background: #dcdcdc;
        width: 130px;
        height: 130px;
        margin: auto;
    }

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

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

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


    .block-btn {
        margin: 50px auto 0;
    }

    .max-width-1920 {
        max-width: 1920px;
        margin: auto;
    }

    .customer-list {
        /*display: flex;*/
        /*一行7个，超出后换行*/
        /*grid-template-columns: repeat(7, 1fr);*/
        gap: 20px;
        justify-content: center;
        align-items: center;
        /*flex-wrap: wrap;*/
        width: 100%;
        max-width: 1920px;
        margin: auto;
        overflow: hidden;
        position: relative;
        height: 165px;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
    }

    .customer-item {
        width: 200px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        padding: 10px;
        right: -200px;
    }

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


    .carousel-inner {
        height: 200px;
    }

    .carousel-item {
        height: 200px;
    }

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

    .main {
        margin-top: 115px;
    }

    .banner-a {
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 10px 20px;
        color: #ffffff;
        background: #333333;
        width: 200px;
        border-radius: 10px;
        margin: 10px auto 0;
        position: absolute;
        top: 80%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-a:hover {
        background: #000000;
        color: #ffffff;
    }

}

@media (min-width: 1366px) {
    .banner-desc-box {
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        /* transform: translateY(-50%); */
        width: 600px;
        left: 6%;
        bottom: 20%;
    }


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

    .banner-desc-box-title h1 {
        font-size: 60px;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        width: 100%;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .banner-desc-box-content {
        font-size: 20px;
        color: #FFFFF5;
        width: 100%;
        text-align: left;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }

    .block-img {
        border-radius: 8px;
    }

    .block-content h3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
    }

    .num {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #333333;
        display: flex;
        color: #FFFFFF;
        font-size: 20px;
        justify-content: center;
        align-items: center;
    }


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


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

    .team-item-img {
        /* border: 35px solid #f9f9f9; */
        overflow: hidden;
        border-radius: 8px;
        background: #dcdcdc;
        width: 208px;
        height: 208px;
        margin: auto;
    }

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

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


    .block-btn {
        margin: 50px auto 0;
    }

    .max-width-1920 {
        max-width: 1920px;
        margin: auto;
    }

    .customer-list {
        /*display: flex;*/
        /*一行7个，超出后换行*/
        /*grid-template-columns: repeat(7, 1fr);*/
        gap: 20px;
        justify-content: center;
        align-items: center;
        /*flex-wrap: wrap;*/
        width: 100%;
        max-width: 1920px;
        margin: auto;
        overflow: hidden;
        position: relative;
        height: 165px;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12%, rgb(0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
    }

    .customer-item {
        width: 200px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        padding: 10px;
        right: -200px;
    }

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


    .carousel-inner {
        height: 450px;
    }

    .carousel-item {
        height: 450px;
    }

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

    .main {
        margin-top: 115px;
    }

    .banner-a {
        display: flex;
        justify-content: center;
        align-content: center;
        padding: 10px 20px;
        color: #ffffff;
        background: #333333;
        width: 330px;
        border-radius: 10px;
        margin: 10px auto 0;
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .banner-a:hover {
        background: #000000;
        color: #ffffff;
    }

}
