.product-center__desc__item__title span {
    font-size: 22px;
}

.product-center__message__container span {
    font-size: 16px;
}

.module-title>span:first-child {
    font-size: 98px;
    font-weight: 900;
    line-height: 1.3;
}

.module-title>span:last-child {
    font-size: 60px;
    letter-spacing: 2px;
}

.product-center .product-center__inner .product-center__desc {
    padding: 38px 64px;
    border: rgba(70, 115, 179, .4) 1px solid;
    border-radius: 26px;
    position: relative;
    top: 30px;
    background-color: rgba(7, 27, 63, 0.2);
    backdrop-filter: blur(14px);
}

.product-list__item__title span {
    font-size: 20px;
}

.our-service .our-service__inner .our-service__header .our-service__header__desc img {
    height: 168px;
    object-fit: cover;
    /* background-position: center 20px; */
    transform: translateX(10px);
}

.our-service .our-service__inner .our-service__header .our-service__header__desc .desc__text {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 5px;
    position: absolute;
    width: 100%;
    line-height: 2.3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -38%);
}

.product-case .product-case__inner .product-case__header .product-case__message .product-case__message__container {
    width: 88%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    float: right;
    text-align: center;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* max-height: 90px; */
    margin-top: 36px;
    letter-spacing: 4px;
    transform: translateY(6px);
}


.product-case .product-case__inner .product-case__header .product-case__message .product-case__message__container .key {
    font-size: 25px;
}

.product-case .product-case__inner .product-case-control .product-case-control__item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 19px;
    background-size: 100% 100%;
    padding: 16px 8px;
}

.cooperative-partner .cooperative-partner__inner .cooperative-partner__header .cooperative-partner__header__title .mini {
    margin-top: 8px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 5px;
}

.cooperative-partner{
    .module-title>span:last-child {
        font-size: 60px;
        letter-spacing: 2px;
    }
}


.module-title {
    display: flex;
    flex-direction: column;
    font-size: 66px;
    letter-spacing: 3px;
    background-image: linear-gradient(to right, #29c2e1 0%, #afedf8 25%, #afedf8 45%, #29c2e1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    line-height: 1.1;
}

span.iiii {
    font-size: 65px !important;
}

.news-information {
    margin-top: 64px;
}

.news-information .news-information__inner .news-information__desc {
    padding: 54px;
    font-family: "SourceHanSansCN", Arial, sans-serif;
    border: rgba(70, 115, 179, .4) 1px solid;
    border-radius: 26px;
    position: relative;
    /* top: -16px; */
    background-color: rgba(7, 27, 63, 0.2);
    backdrop-filter: blur(8px);
    margin-top: 36px;
}

.news-information .news-information__inner .news-information__desc .news-table .news-table-item .title {
    font-weight: bolder;
    color: #fff;
    margin-top: 16px;
    font-size: 21px;
}

.news-information .news-information__inner .news-information__desc .news-table .news-table-item {
    padding: 22px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    background-color: #124585;
    border: 1px solid #1b64ad;
    display: flex;
    flex-direction: column;
}

.module-more-button-container {
    display: flex;
    justify-content: center;
    margin-top: 44px;
}

.about-us .about-us__inner .about-us__desc {
    padding: 32px 64px;
    border: rgba(70, 115, 179, .4) 1px solid;
    border-radius: 26px;
    position: relative;
    /* top: -16px; */
    background-color: rgba(7, 27, 63, 0.2);
    backdrop-filter: blur(8px);
    margin-top: 26px;
}

.about-us .about-us__inner .about-us__desc .about-us__desc__title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-top: 8px;
}

.about-us .about-us__inner .about-us__desc .about-us__desc__content .text {
    margin-top: 26px;
    margin-bottom: 16px;
    display: inline-block;
    width: 46%;
    font-size: 19px;
}

.company-honor {
    margin-top: 124px;
}

.company-honor .company-honor__inner .company-honor__header .company-honor__title.module-title {
    flex-direction: row !important;
    margin-bottom: 36px;
    align-items: end;
}

.tail .content .logo img {
    height: 130%;
    object-fit: cover;
}


.product-center__desc__item__title span {
    font-size: 21px;
}
.product-list__item__title span {
    font-size: 19px;
}

.product-case {
    padding-top: 62px;
}

.product-case .product-case__inner .product-case-control .product-case-control__item .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    font-size: 18px;
    background-size: 100% 100%;
    padding: 16px 8px;
}