.index-body-top-wrapper {
    position: relative; 
    left: 0; 
    top: -170px; 
    width: 100%; 
    min-height: 1500px;
}
.news-wrapper {
    border-radius: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.news-wrapper .title-wrapper.news-title {
    display: flex;
    justify-content: space-between;
    background-color: #0B2467;
    height: 46px;
    line-height: 46px;
    padding: 0 32px;
}
.news-wrapper .title-wrapper.news-title .news-title-left-wrapper {
    display: flex;
    align-items: center;
    padding-top: 2px;
}
.news-wrapper .title-wrapper.news-title .title {
    font-size: 14px;
    color: #FFFFFF;
    height: 46px;
}
.news-wrapper .title-wrapper.news-title .title-news {
    font-weight: bold;
}
.news-wrapper .title-wrapper.news-title .title-news-bg {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/image/icon/index-news-title.svg');
    margin-right: 4px;
    vertical-align: sub;
}
.news-wrapper .title-wrapper.news-title #title-index-info-dis {
    display: none;
}
.news-wrapper .title-wrapper.news-title .title-info-bg {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('/image/icon/index-information-disclosure.svg');
    margin-right: 4px;
    vertical-align: sub;
}
.news-wrapper .title-wrapper.news-title .information-disclosure {
    cursor: pointer;
}
.news-wrapper .title-wrapper.news-title .information-disclosure:hover {
    font-weight: bold;
}
.news-wrapper .title-wrapper.news-title .title-slash {
    display: none;
    width: 24px;
    height: 46px;
    margin: 0 10px;
    background: url('/image/icon/index-slash.svg') center no-repeat;
}
.news-wrapper .title-wrapper.news-title .more {
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.news-wrapper .title-wrapper.news-title .more .more-bg {
    display: inline-block;
    width: 24px;
    height: 12px;
    margin-right: 8px;
    background: url('../image/icon/index-more.svg') no-repeat left center;
}
.news-title .more:hover .more-text {
    font-weight: bold;
}
.news-content {
    overflow: hidden;
    margin-bottom: 4px;
}
.news-content .index-top-news {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    background-color: #FFFFFF;
}
.news-content .index-top-news .top-news-image-inner {
    width: 651px;
    height: 366px;
    flex: 0 0 651px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    background-color: #ebebeb;
}
.news-content .index-top-news .top-news-image-inner .index-top-carousel-list {
    width: auto;
    height: auto;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate3d(0px, 0px, 0px);
    transition: all .3s ease-in-out;
}
.news-content .index-top-news .top-news-title-box {
    width: 329px;
    height: 366px;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-content .index-top-news .top-news-title-box .top-news-title {
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    line-height: 42px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 16px;
    overflow: hidden;    /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 用省略号表示被隐藏的文本 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-content .index-top-news .top-news-title-box .top-news-title-content {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    overflow: hidden;    /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 用省略号表示被隐藏的文本 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-content .index-top-news .top-news-title-box .top-new-details {
    width: 128px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #003F8A;
    color: #003F8A;
    cursor: pointer;
}
.news-content .index-top-news .top-news-title-box .top-new-details:hover {
    color: #ee970a;
}

#news {
    width: 100%;
    padding: 32px 0;
    box-sizing: border-box;
    background-color: #fff;
}
#news ul li {
    width: 100%;
    border-bottom: 1px solid #E3E9F1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 32px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
}
#news ul li:last-child {
    border: none;
}
#news .news-value-title {
    width: calc(100% - 120px);
    display: flex;
    align-items: flex-start;
}
#news .news-value-title .news-value-hot {
    margin-top: -1px;
}
#news .news-value-title .news-value-title-hot {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #0B2467;
    line-height: 30px;
    letter-spacing: 1px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#news .news-value-title-r .news-value-title-hot {
    width: calc(100% - 60px);
}
#news .news-value-date {
    width: 120px;
    height: 18px;
    line-height: 18px;
    font-weight: 400;
    font-size: 14px;
    color: #828282;
    line-height: 18px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    margin-left: 16px;
}
#news li:hover {
    background-color: #E5B973;
    transition: all .5s;
}
#news li:hover .news-value-title-hot {
    color: #fff;
}
#news li:hover .news-value-date {
    color: #fff;
}
.news-more-icon {
    display: inline-block;
    width: 64px;
    height: 23px;
    background: url(/image/icon/more.svg) center;
    vertical-align: sub;
}
.module-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 64px;
}
.module-link .module-box {
    flex: 1 1 50%;
    width: 50%;
    color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: 280px;
}
.module-link .module-box .module-index-wrapper {
    padding-top: 64px;
    padding-right: 90px;
    padding-left: 90px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.module-link .module-box::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
}
.module-link .module-box .module-index-title {
    margin-bottom: 24px;
}
.module-link .module-box .module-index-title-cn-name {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 48px;
}
.module-link .module-box .module-index-title-en-name {
    font-size: 14px;
}
.module-link .module-box .module-index-content {
    font-size: 14px;
    line-height: 26px;
}
.module-link .module-box .module-index-details-btn {
    width: 132px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.module-link .module-box .module-index-details-btn:hover {
    color: #ee970a;
}

/* 1 */
.module-link .module-box.module-index-about-us::after {
    background-image: url(/image/img/about-us.png);
}
.module-link .module-box.module-index-about-us .module-index-details-btn {
    background-color: rgba(255, 255, 255, 0.3);
}
/* 2 */
.module-link .module-box.module-index-service-area::after {
    background-image: url(/image/img/service.png);
}
.module-link .module-box.module-index-service-area .module-index-title-cn-name {
    color: #00234C;
}
.module-link .module-box.module-index-service-area .module-index-title-en-name {
    color: #666;
}
.module-link .module-box.module-index-service-area .module-index-content {
    color: #666;
}
.module-link .module-box.module-index-service-area .module-index-details-btn {
    background-color: #024899
}
/* 3 */
.module-link .module-box.module-index-customer::after {
    background-image: url(/image/img/customers.png);
}
.module-link .module-box.module-index-customer .module-index-title-cn-name {
    color: #00234C;
}
.module-link .module-box.module-index-customer .module-index-title-en-name {
    color: #666666;
}
.module-link .module-box.module-index-customer .module-index-details-btn {
    background-color: #024899
}
/* 4 */
.module-link .module-box.module-index-research::after {
    background-image: url(/image/img/research.png);
}
.module-link .module-box.module-index-research .module-index-details-btn {
    background-color: rgba(255, 255, 255, 0.3);
}
/* 5 */
.module-link .module-box.module-index-party::after {
    background-image: url(/image/img/party.png);
}
.module-link .module-box.module-index-party .module-index-details-btn {
    background-color: rgba(255, 255, 255, 0.3);
}
/* 6 */
.module-link .module-box.module-index-contact-us::after {
    background-image: url(/image/img/contact-us.png);
}
.module-link .module-box.module-index-contact-us .module-index-title-cn-name {
    color: #00234C;
}
.module-link .module-box.module-index-contact-us .module-index-title-en-name {
    color: #666666;
}
.module-link .module-box.module-index-contact-us .module-index-details-btn {
    background-color: #024899
}
.module-link .module-box:hover::after {
    transform: scale(1.1);
}
.footer {
    margin-top: -170px;
}


.top-news-image-inner .carousel-item {
    width: 651px;
    height: 366px;
    float: left;
}

.top-news-image-inner .carousel-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}
.top-news-image-inner .navigation {
    text-align: center;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.top-news-image-inner .navigation .dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .7);
    cursor: pointer;
}
.top-news-image-inner .navigation .dot.active {
    background-color: rgba(255, 255, 255, .7);
}

@media screen and (max-width: 1000px) {
    .news-content .index-top-news .top-news-image-inner {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    .module-link .module-box .module-index-title-cn-name {
        font-size: 24px;
    }
    .module-link .module-box .module-index-title-en-name {
        height: 40px;
    }
    .module-link .module-box .module-index-details-btn {
        width: 100px;
        font-size: 12px;
    }
    .module-link .module-box:nth-child(2n - 1) .module-index-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }
    .module-link .module-box:nth-child(2n) .module-index-wrapper {
        padding-left: 20px;
    }
    .index-body-top-wrapper {
        top: 0px;
    }
    .footer {
        margin-top: 0px;
    }
    .news-wrapper .title-wrapper.news-title {
        padding: 0 12px;
    }
}
@media screen and (max-width: 700px) {
    #title-index-info-dis {
        display: none!important;
    }
    #title-slash {
        display: none!important;
    }
}
@media screen and (max-width: 600px) {
    .news-content .index-top-news {
        display: block;
    }
    .news-content .index-top-news .top-news-image-inner {
        width: 100%;
        margin-bottom: 8px;
    }
    #news ul li {
        padding: 0 8px;
    }
    #news ul li span {
        display: inline-block;
        text-align: left;
    }
    #news .news-value-date {
        margin-left: 0;
        margin-top: 8px;
        text-align: left;
    }
    .news-wrapper .title-wrapper.news-title {
        padding: 0 8px;
    }
    .index-body-top-wrapper {
        top: 0px;
    }
    .footer {
        margin-top: 0px;
    }
    .news-wrapper .title-wrapper.news-title .title-slash {
        margin: 0;
    }
}

@media (max-width: 979px) {
    .top-news-image-inner .carousel-item {
        width: 100%;
    }
    .top-news-image-inner .carousel-item img {
        width: 100%;
    }
    .news-content .index-top-news {
        display: block;
    }
    .news-content .index-top-news .top-news-image-inner {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
    .news-content .index-top-news .top-news-title-box {
        width: 100%;
    }
}