.heroSwiper {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.heroSwiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.heroSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}

.nav-box.scrolled .nav-right .Platforms {
    color: #000;
    white-space: nowrap;
}

.nav-box.scrolled .nav-right .Resources {
    color: #000;
    white-space: nowrap;
    display: block;
}

.heroSwiper .swiper-button-prev,
.heroSwiper .swiper-button-next {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    color: #fff;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.heroSwiper .swiper-button-prev i,
.heroSwiper .swiper-button-next i {
    font-size: 20px;
    color: #fff;
}

.heroSwiper .swiper-button-prev {
    left: 30px;
}

.heroSwiper .swiper-button-next {
    right: 30px;
}


/* 页面 */

.banner1 {
    margin: 0 auto;
    position: relative;
    /* height: 900px; */
    width: 100%;
    padding-bottom: 46.875%;
    max-width: 100%;
}

.mores {
    width: 252px;
    height: 56px;
    font-size: 16px;
    color: #0E68B1;
    position: absolute;
    left: 0;
    bottom: 32.66%;
    z-index: 2;
    background-color: #fff;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: 'Poppins-Regular';
    transition: all 0.3s ease-in-out;
}

.banner1 .mores img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
}

.banner1 .mores .white {
    display: none;
}

.heroSwiper .swiper-slide .mores img {
    position: relative;
}

.mores:hover {
    background-color: #0E68B1;
    color: #fff;
}

.mores:hover img {
    display: none;
}

.mores:hover .white {
    display: block;
}

.banner2_bg {
    background: url(../image/banner2_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding-bottom: 67px;
    /* height: 960px; */
}

.numList {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    max-width: 1400px;
    width: 90%;
    overflow: hidden;
    margin-top: -105px;
    z-index: 2;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.33);
    font-family: 'Poppins-Regular';
}

.numItem {
    padding: 45px 0;
    flex: 1;
    display: flex;
    align-items: center;
    border-right: 1px solid #DBDBDB;
    box-sizing: border-box;
    height: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
    padding-left: 30px;

}


.numList .numItem:last-child {
    border-right: none;
}

.numItem .cir {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
}

.numItem .cir img {
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.numItem_right {
    flex: 1;
}

.numItem_right .numItem_right_p {
    margin-right: 0;
    font-family: 'Poppins-SemiBold';
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    color: #333;
}

.numItem_right p:last-child {
    font-size: 18px;
    font-weight: 500;
    color: #666666;
}

/* .numItem:hover {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(3, 151, 214, 0.00) 0%, rgba(3, 151, 214, 0.16) 100%);
} */

.numItem_Mask {
    position: relative;
    transition: background 0.3s ease;
}

.numItem_Mask::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0397D6;
    transition: width 0.5s ease-out;
}

.numItem_Mask:hover {
    background: linear-gradient(180deg, rgba(3, 151, 214, 0.00) 0%, rgba(3, 151, 214, 0.16) 100%);
}

.numItem_Mask:hover::after {
    width: 100%;
}



.banner2 {
    /* background: url(../image/banner2_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 960px;
    margin-top: -75px; */
}


.banner2_Titile {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    font-size: 42px;
    color: #333333;
    padding-top: 155px;
    text-align: center;
    font-family: 'Poppins-SemiBold';
}

.banner2_Titile p {
    color: #0E68B1;
    display: inline-block;
}

.banner2_con {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    max-width: 1250px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
    color: #666666;
}

.banner2_mores {
    width: 166px;
    height: 56px;
    background-color: #0E68B1;
    color: #fff;
    border-radius: 99px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.banner2_mores img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
}

.banner2_mores .white {
    display: none;
}

.banner2_mores:hover {
    background-color: #fff;
    color: #0E68B1;
    border: 1px solid #0E68B1;
}

.banner2_mores:hover img {
    display: none;
}

.banner2_mores:hover .white {
    display: block;
}

.banner2_img {
    width: 800px;
    /*height: 456px;*/
    margin: 0 auto;
    margin-top: 50px;
}

.banner3 {}

.banner3_Titile {
    font-size: 42px;
    font-family: 'Poppins-SemiBold';
    color: #333333;
    padding-top: 80px;
    text-align: center;
}

.banner3_Titile p {
    color: #0E68B1;
    display: inline-block;
}

.banner3_msg {
    max-width: 1250px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 24px;
    color: #666666;
    line-height: 30px;
}

.banner3_tit {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins-SemiBold';
    text-align: center;
}

.banner3_con {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    margin-top: 10px;
    text-align: center;
    /* 最高4行 溢出显示滑动条 */
    max-height: 104px;
    overflow-y: auto;
    overflow-x: hidden;

    /* 可选：让文字更美观 */
    word-break: break-all;
    /* text-align: justify; */
}

.banner3_con_box {
    display: flex;
    width: 100%;
    gap: 14px;
    margin: 0 auto;
    max-width: 1652px;
    width: 90%;
    padding-top: 0px;
}

.banner3_con_item {
    display: flex;
    flex-direction: column-reverse;
    width: 13.55%;
}

.banner3_con_item:nth-child(odd) {
    margin-top: 250px;
    flex-direction: column;
}

.banner3_top_con {
    display: flex;
    max-width: 1176px;
    width: 90%;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 24px;
}

.banner3_top_con_item3 {
    margin-top: 50px;
}

.banner3_top_con_item2 {
    margin-top: 72px;
}

.banner3_top_con_item1 {
    margin-top: 98px;
}

.flex1 {
    flex: 1;
}




.banner3_img_item_top_box {
    width: 152px;
    height: 152px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/banner3_cir.png) no-repeat center center;
    background-size: cover;
    margin-left: 21px;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.banner3_img_item_top_box:hover img {
    transform: scale(1.1);
}

.banner3_img_item_top_box img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.icon7 img {
    width: 49px;
    height: 54px;
}

.banner3_img_item_top_top {
    width: 189.3px;
    height: 97.5px;
    position: relative;
    margin-bottom: -80px;
}

.banner3_img_item_top_top1::after {
    content: "01";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    /* line-height: 1; */
}

.banner3_img_item_top_top2::after {
    content: "03";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    /* line-height: 1; */
}

.banner3_img_item_top_top3::after {
    content: "03";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    /* line-height: 1; */
}

.banner3_img_item_top_top4::after {
    content: "07";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    /* line-height: 1; */
}



.banner3_image_list {
    display: flex;
    max-width: 1652px;
    width: 90%;
    margin: 0 auto;
}

.banner3_img_item_top,
.banner3_img_item_bottom {
    flex: 1;
}

.banner3_img_item_bottom {
    margin-top: 40px;
}


.banner3_img_item_bottom {
    display: inline-block;
}

.banner3_img_item_bottom .banner3_img_item_top_box {
    order: 1;
}

.banner3_img_item_top_bottom {
    width: 189.3px;
    height: 97.5px;
    position: relative;
    order: 2;
}

.banner3_img_item_top_bottom::after {
    content: "2";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
}

.banner3_img_item_bottom_box {
    width: 152px;
    height: 152px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/banner3_cir.png) no-repeat center center;
    background-size: cover;
    margin-left: 21px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

.banner3_img_item_bottom_box:hover img {
    transform: scale(1.1);
}

.banner3_img_item_bottom_box img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.banner3_img_item_bottom_bottom {
    width: 189.3px;
    height: 97.5px;
    position: relative;
    margin: 0 auto;
    margin-top: -80px;
}

.banner3_img_item_bottom_bottom1::after {
    content: "02";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
}

.banner3_img_item_bottom_bottom2::after {
    content: "02";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    line-height: 1;
}


.banner3_img_item_bottom_bottom4::after {
    content: "04";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    line-height: 1;
}
.banner3_img_item_bottom_bottom3::after {
    content: "06";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    line-height: 1;
}

.banner3_img_item_top_top5::after {
    content: "05";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    /* line-height: 1; */
}
.banner3_img_item_bottom_bottom6::after {
    content: "06";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    line-height: 1;
}

.banner3_img_item_top_top7::after {
    content: "07";
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #0E68B1;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0E68B1;
    /* line-height: 1; */
}
.banner3_bottom_con {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1652px;
    width: 90%;
    margin: 0 auto;
    margin-top: 40px;
}

.banner3_bottom_con_item {
    flex: 1;
    margin-top: 40px;
}

.banner4 {
    margin-top: 100px;
}

.banner4_Titile {
    font-size: 42px;
    line-height: 52px;
    font-family: 'Poppins-SemiBold';
    text-align: center;
    margin-bottom: 60px;
    color: #333333;
}

.banner4_con {
    margin-top: 60px;
    margin-bottom: 0;
    max-width: 1400px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    padding-bottom: 80px;
}

.banner4_con_left {
    width: 376px;
    min-height: 492px;
    height: 100%;
    margin-right: 50px;
    background-color: #ecf3f9;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.banner4_con_left_item {
    padding: 24px 20px;
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    transition: all 0.3s ease;
}

.banner4_con_left_item.active {
    background-color: #0E68B1;
    color: #fff;
    border-radius: 99px;
}

.banner4_con_right {
    flex: 1;
    height: 100%;
    display: none;
    max-height: 902px;
    overflow-y: auto;
}

.banner4_con_right.active {
    display: block;
}

.banner4_con_right p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins-Regular';
    line-height: 28px;
    margin-bottom: 20px;
    color: #666666;
}

.banner4_con_right span {
    font-size: 16px;
    font-family: 'Poppins-SemiBold';
    color: #4D4D4D;
}

.banner4_con_right img {
    /* width: 100%; */
    /* height: 528px; */
    max-width: 100%;
    width: auto;
    object-fit: cover;
}


.banner4_con_right table {
    width: 100%;
}

.banner4_con_right table p{
    margin-bottom: 0;
}

.banner4_con_right table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: auto;
}

.banner4_con_right table tr {
    padding: 16px 0;
}

.banner4_con_right table tr:nth-child(2n-1) {
    background-color: #F5F6F7;
}

.banner4_con_right table td {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Poppins-Regular";
    color: #666;
    padding: 16px 18px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
}

.banner4_con_right table tr:first-child td {
    font-family: "Poppins-SemiBold";
}

.banner4_con_right table tr td:first-child {
    width: auto;
}

.banner4_con_right table tr td:last-child {
    width: auto;
}

.banner4_con_right table tr td:not(:first-child):not(:last-child) {
    width: auto;
}

.banner5 {
    background: url(../image/banner5_bg.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    padding-top: 26px;

}

.banner5_con_left {
    padding-top: 54px;
    padding-bottom: 90px;
}

.banner5_con_right {
    width: 391px;
    height: 424px;
    margin-right: 43px;
    display: flex;
    align-items: flex-end;
}

.banner5_con_right img {
    object-fit: contain;
}

.banner5_con {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.banner5_Tit {
    max-width: 887px;
    font-size: 40px;
    font-style: normal;
    line-height: 50px;
    font-family: 'Poppins-SemiBold';
    color: #fff;
}

.banner5_msg {
    font-family: 'Poppins-Regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    margin-top: 16px;
    color: #fff;
    max-width: 900px;
}

.banner5_btn {
    display: flex;
    width: 225px;
    height: 56px;
    padding: 14px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    background-color: #fff;
    color: #0E68B1;
    box-sizing: border-box;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}


.banner5_btn img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
}

.banner5_btn .white {
    display: none;
}

.banner5_btn:hover {
    background-color: #0E68B1;
    color: #fff;
}

.banner5_btn:hover img {
    display: none;
}

.banner5_btn:hover .white {
    display: block;
}

.banner6 {
    padding-top: 90px;
    padding-bottom: 100px;
    background-color: #F5F6F7;
}

.banner6_Title {
    font-family: 'Poppins-SemiBold';
    font-size: 42px;
    font-style: normal;
    line-height: 52px;
    text-align: center;
    color: #333333;
}

.banner6_msg {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin: 0 auto;
    max-width: 1068px;
    margin-top: 24px;
}

.banner6_swiper {
    max-width: 1400px;
    width: 90%;
    margin: 60px auto 0;
    position: relative;
    overflow: visible;
}

.banner6_swiper .swiper-wrapper {}

.banner6_item {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}

.banner6_item::after {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 45.24%, rgba(0, 0, 0, 0.60) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transition: background 0.3s ease;
}

.banner6_item:hover::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 24.19%, rgba(14, 103, 177, 0.40) 80%);
}


.banner6_item_imgs {
    width: 100%;
    display: block;
}

.banner6_item_Tit {
    font-size: 20px;
    font-style: normal;
    font-family: 'Poppins-Regular';
    position: absolute;
    z-index: 2;
    width: 87.27%;
    color: #fff;
    /* 两行溢出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
    bottom: 120px;
    left: 50%;
    transform: translateX(-50%);
}

.banner6_item_Con {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 87.27%;
    color: #fff;
    position: absolute;
    z-index: 2;
    /* 三行 溢出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.banner6_item_more {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    position: absolute;
    z-index: 2;
    width: 87.27%;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px) translateX(-50%);
    transition: all 0.3s ease;
    bottom: 40px;
    left: 50%;
}

.banner6_item:hover .banner6_item_Tit {
    transform: translateX(-50%) translateY(-30px);
}

.banner6_item:hover .banner6_item_Con {
    transform: translateX(-50%) translateY(-30px);
    opacity: 0.8;
}

.banner6_item:hover .banner6_item_more {
    opacity: 1;
    transform: translateY(0) translateX(-50%);
}

.banner6_item_more img {
    width: 18px;
    height: 18px;
    margin-left: 6px;
}

.banner6Swiper .swiper-button-next,
.banner6Swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    background: #0397D6;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.banner6Swiper .swiper-button-next i,
.banner6Swiper .swiper-button-prev i {
    font-size: 20px;
    color: #fff;
}

.banner6Swiper .swiper-button-prev {
    left: -46px;
}

.banner6Swiper .swiper-button-next {
    right: -46px;
}

.banner6 .swiper-button-next:after {
    display: none;
}

.banner6 .swiper-button-prev:after {
    display: none;
}

.swiper-button-next {
    right: -6%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #0397D6;
    font-size: 24px;
    color: #fff;

}

.swiper-button-prev {
    left: -6%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #0397D6;
    font-size: 24px;
    color: #fff;
}

.banner7 {
    padding: 90px 0;
    background-color: #fff;
    position: relative;
}

.banner7::after {
    content: "About Us";
    position: absolute;
    bottom: 0%;
    left: 95px;
    -webkit-text-stroke-width: 0.74px;
    -webkit-text-stroke-color: var(--1, #0E68B1);
    font-family: 'Poppins-SemiBold';
    font-size: 96px;
    font-style: normal;
    line-height: 116.006px;
    transform: rotate(-90deg);
    transform-origin: top left;
    color: transparent;
    opacity: 0.7;
}

.banner7_con {
    display: flex;
    align-items: center;
}

.banner7_left {
    margin-right: 56px;
    flex: 1;
}

.banner7_right {
    border-radius: 20px;
    overflow: hidden;
    width: 729px;
    height: 500px;
}

.banner7_right img {
    width: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}


.banner7_Tit {
    font-size: 42px;
    line-height: 52px;
    color: #333333;
    font-family: 'Poppins-SemiBold';
    margin-bottom: 24px;
    margin-top: 20px;
}

.banner7_msg {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Poppins-Regular';
    color: #666;

}

.banner7_more {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    font-family: 'Poppins-Regular';
    width: 166px;
    height: 56px;
    border-radius: 99px;
    line-height: 28px;
    background-color: #0E68B1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.banner7_more img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
    display: none;

}

.banner7_more .white {
    display: inline-block;
}

.banner7_more:hover {
    background-color: #fff;
    color: #0E68B1;
    border: 1px solid #0E68B1;
}

.banner7_more:hover img {
    display: block;
}

.banner7_more:hover .white {
    display: none;
}

.banner8 {
    background-color: #F5F6F7;
    padding: 80px 0 90px;

}

.banner8_Tit {
    display: flex;
    justify-content: space-between;
}

.banner8_Tit_left {
    font-family: 'Poppins-SemiBold';
    font-size: 42px;
    font-style: normal;
    line-height: 52px;
    color: #333333;
}

.banner8_Tit_right {
    font-family: 'Poppins-Regular';
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    color: #0e68b1;
    transition: color 0.3s ease;
}

.banner8_Tit_right:hover {
    color: #0a4f8a;
}

.banner8_Tit_right img {
    width: 20px;
    height: 20px;
    margin-left: 9px;
    transition: transform 0.3s ease;
}

.banner8_Tit_right:hover img {
    transform: scale(1.2);
}

.banner8_swiper {
    margin: 40px auto 0;
}

.banner8Swiper {
    width: 100%;
}


.banner8_item {
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    cursor: pointer;
}

.banner8_item img {
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.banner8_item_con {}

.banner8_item_date {
    font-family: 'Poppins-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 18px;
    color: #999;
}

.banner8_item_Tit {
    font-family: 'Poppins-SemiBold';
    font-size: 18px;
    font-style: normal;
    line-height: 28px;
    color: #333;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 56px;
}

.banner8_item_Con {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    margin-top: 12px;
    /* 二行溢出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}

.banner8_item_more {
    font-family: 'Poppins-Regular';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 99px;
    border: 1px solid #999;
    width: 154px;
    height: 52px;
    margin-top: 24px;
    box-sizing: border-box;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.banner8_item_more img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
}

.banner8_item_more .white {
    display: none;
}

.banner8_swiper .swiper-slide:hover .banner8_item_Tit {
    color: #0397D6;
}

.banner8_swiper .swiper-slide:hover .banner8_item_more {
    background-color: #0E68B1;
    color: #fff;
}

.banner8_swiper .swiper-slide:hover .banner8_item_more:hover {
    background-color: #0E68B1;
    color: #fff;
    border: 1px solid #0E68B1;
}

.banner8_swiper .swiper-slide:hover .banner8_item_more img {
    display: none;
}

.banner8_swiper .swiper-slide:hover .banner8_item_more .white {
    display: block;
}



/* ==================== 入场动画样式 ==================== */

/* 动画关键帧 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 动画类 */
.fade-in-up {
    animation: fadeInUp 0.8s ease-out forwards;
}

.fade-in-down {
    animation: fadeInDown 0.8s ease-out forwards;
}

.fade-in-left {
    animation: fadeInLeft 0.8s ease-out forwards;
}

.fade-in-right {
    animation: fadeInRight 0.8s ease-out forwards;
}

.fade-in {
    animation: fadeIn 1s ease-out forwards;
}

.scale-in {
    animation: scaleIn 0.6s ease-out forwards;
}

.slide-in-up {
    animation: slideInUp 1s ease-out forwards;
}

/* 侧边飞入动画 - 统一样式 */
@keyframes slideInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.animate-on-scroll.animated {
    animation: slideInFromLeft 1.2s ease-out forwards;
}

/* 延迟动画 */
.delay-1 {
    animation-delay: 0.1s;
}

.delay-2 {
    animation-delay: 0.2s;
}

.delay-3 {
    animation-delay: 0.3s;
}

.delay-4 {
    animation-delay: 0.4s;
}

.delay-5 {
    animation-delay: 0.5s;
}

.delay-6 {
    animation-delay: 0.6s;
}

/* 动画元素初始隐藏 */
.animate-on-scroll {
    opacity: 0 !important;
}

/* 动画执行后保持可见 */
.animate-on-scroll.animated {
    opacity: 1 !important;
}

.nav .nav-right .Resources {
    position: relative;
    padding:  0;
    white-space: nowrap;
    cursor: pointer;
}
/* ==================== 响应式样式 ====================  */
.nav .nav-left .logo-img_ac {
    display: none;
}

.scrolled .nav-left .logo-img_ac {
    display: block;
}
.scrolled .nav-left .logo-img {
    display: none;
}



@media screen and (max-width: 1900px) {
    .banner3_con_box {
        flex-wrap: wrap;
        gap: 30px 0;
        justify-content: center;
    }

    .banner3_con_item {
        width: 25%;
    }

    .banner3_tit,
    .banner3_con {
        text-align: center;
        width: 100%;
    }

    .banner3_img_item_top_box {
        margin: 0 auto;
    }

    .banner3_img_item_top_top {
        margin: 0 auto;
        margin-bottom: -80px;
    }

    .banner3_img_item_bottom {
        width: 100%;
    }

    .banner3_img_item_bottom {
        margin: 0 auto;
    }

    .banner3_top_con_item1,
    .banner3_top_con_item2,
    .banner3_top_con_item3 {
        margin-bottom: 20px;
    }

    .banner3_bottom_con_item {
        margin-top: 0px;
    }

    .swiper-button-next {
        right: -5%;
    }

    .swiper-button-prev {
        left: -5%;
    }

    /* .banner3_con_item:nth-child(odd) {
        margin-top: 200px;
    } */
}

/* 1400 - 1600px */
@media screen and (max-width: 1600px) {
    .banner1 {
        width: 100%;
    }

    .banner3_con_box {
        margin-top: 100px;
    }

    .banner3_top_con_item1,
    .banner3_top_con_item2,
    .banner3_top_con_item3 {
        margin-bottom: 0px;
    }

    .banner3_con_item:nth-child(odd) {
        margin-top: 0;
    }

    /* banner3 */
    .banner3_con_box {
        flex-wrap: wrap;
        gap: unset;
        justify-content: center;
    }

    .banner3_con_item {
        margin-top: 0;
    }

    .banner3_con_item:nth-child(odd) {
        /* margin-top: 0px; */
    }

    .banner3_con {
        width: 100%;
    }

    .banner3_img_item_top {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .banner3_con_item {
        width: 25%;
    }

    .banner3_img_item_bottom {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .banner3_top_con_item1 {
        margin-top: 0;
    }

    .banner3_top_con_item2 {
        margin-top: 0;
    }

    .banner3_img_item_top_top3 {
        margin-top: 0px;
    }

    .banner3_img_item_top_top4 {
        margin-top: 0px;
    }

    .banner7::after {
        display: none;
    }



    /* banner3 */

}

/* 大屏幕 (1200px - 1400px) */
@media screen and (max-width: 1400px) {

    .banner5_con_left {
        margin-right: 0;
    }

    .heroSwiper .swiper-button-prev {
        top: 50%;
        transform: translateY(-50%);
    }

    .heroSwiper .swiper-button-next {
        top: 50%;
        transform: translateY(-50%);
    }

    /* ***********numList*********** */
    .banner4_con_right img {
        width: 100%;
        height: auto;
    }

    .numItem_right .numItem_right_p {
        font-size: 46px;
    }

    .numItem .cir {
        width: 76px;
        height: 76px;
        margin-right: 6px;
    }

    .numItem_right p:last-child {
        font-size: 12px;
    }

    /* ***********numList*********** */
    /* **********banner2********** */
    .banner2_img {
        width: 60%;
        height: auto;
    }

    /* **********banner2********** */



    /* banner3 */
    .banner3_con_box {
        flex-wrap: wrap;
        gap: unset;
        justify-content: center;
    }

    .banner3_con_item {
        margin-top: 0;
    }

    .banner3_con_item:nth-child(odd) {
        margin-top: 0;
    }

    .banner3_con {
        width: 100%;
    }

    .banner3_img_item_top {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .banner3_con_item {
        width: 25%;
    }

    .banner3_img_item_bottom {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .banner3_top_con_item1 {
        margin-top: 0;
    }

    .banner3_top_con_item2 {
        margin-top: 0;
    }

    .banner3_img_item_top_top3 {
        margin-top: 0px;
    }

    .banner3_img_item_top_top4 {
        margin-top: 0px;
    }

    .banner7::after {
        display: none;
    }

    .swiper-button-next {
        right: 30%;
        top: 110%;
    }

    .swiper-button-prev {
        left: 30%;
        top: 110%;
    }

    .banner7_right {
        width: 35%;
        height: auto;
    }

    .banner5_con_right {
        margin-right: 0;
    }

    /* banner3 */
}

/* 中等屏幕 (992px - 1200px) */
@media screen and (max-width: 1200px) {

      .banner4_con_right table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .banner4_con_right table table {
        width: auto;
        min-width: 100%;
        white-space: nowrap;
    }

    .banner4_con_right table tr {
        display: table-row;
        font-size: 14px;
    }

    .banner4_con_right table td {
        display: table-cell;
        width: auto;
        padding: 12px 16px;
        text-align: left;
        vertical-align: middle;
        border-bottom: 1px solid #eee;
    }

    .banner4_con_right table tr td:first-child,
    .banner4_con_right table tr td:last-child,
    .banner4_con_right table tr td:not(:first-child):not(:last-child) {
        width: auto;
        flex: none;
    }

    .banner7_con{
        gap: 30px;
        flex-direction: column;
    }
    .banner7_more {
        margin: 0 auto;
        margin-top: 40px;
    }

    body {
        padding-bottom: 44px;
    }

    .banner2 {
        height: auto;
    }

    .banner3_con_box {
        margin-top: 60px;
    }

    .numItem {
        padding: 20px 0 20px 20px;
        border-bottom: 1px solid #DBDBDB;
        flex: 1;
        height: auto;
    }

    .banner3_con_item {
        width: 50%;
    }

    .banner3_Titile {
        padding-top: 30px;
    }

    .numList:nth-child(2n) {
        border-bottom: none;
    }

    .numItem_right .numItem_right_p {
        font-size: 30px;
    }

    .numItem .cir {
        width: 60px;
        height: 60px;
        margin-right: 6px;
    }

    .numItem {
        height: auto;
    }

    /* 导航栏 */
    .nav .nav-right a {
        margin-left: 30px;
    }

    .nav .nav-right .searchA {
        margin-left: 20px;
    }

    .nav .nav-right .langA {
        margin-left: 20px;
    }

    .nav .nav-right a {
        margin-left: 10px;
    }

    /* Banner1 */
    .banner1 .banner1_Tit {
        font-size: 48px;
        line-height: 58px;
    }

    /* Banner2 */
    .banner2_con {
        flex-direction: column;
        gap: 40px;
    }

    .banner2_con_item {
        width: 100%;
    }

    /* banner3 */
    .banner3_con_box {
        flex-wrap: wrap;
        gap: 60px 0;
        justify-content: center;
    }

    .banner3_con_item {
        margin-top: 0;
    }

    .banner3_con_item:nth-child(odd) {
        margin-top: 0;
    }

    .banner3_con {
        width: 100%;
    }

    .banner3_img_item_top {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .banner3_con_item {
        width: 50%;
        margin-top: 0px;
    }

    .banner3_img_item_bottom {
        width: 100%;
        align-items: center;
        justify-content: center;
        display: flex;
        flex-direction: column;
    }

    .banner3_top_con_item1 {
        margin-top: 0;
    }

    .banner3_top_con_item2 {
        margin-top: 0;
    }

    .banner3_img_item_top_top3 {
        margin-top: 0px;
    }

    .banner3_img_item_top_top4 {
        margin-top: 0px;
    }

    .banner7::after {
        display: none;
    }


    .banner5_btn {
        margin: 0 auto;
        margin-top: 60px;
    }

    /* banner3 */

    /* Banner4 */
    .banner4_con {}

    .banner4_con_left {
        margin-bottom: 30px;
        flex-wrap: wrap;
    }

    .banner4_con_left {
        padding: 15px 10px;
        min-height: unset;
        gap: 24px 0;
    }

    .banner4_con_left_item {
        padding: 16px 20px;
        font-size: 16px;
        /* width: 49%; */
        line-height: 36px;
    }

    

    .banner7_right {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    


    .banner5_Tit {
        font-size: 36px;
        line-height: 46px;
    }

    .banner5 {
        padding-top: 0;
    }


    .banner6 {
        padding-top: 30px;
    }

    /* Banner6 */
    .banner6_Title {
        font-size: 36px;
        line-height: 46px;
    }

    .banner7 {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .banner7_left {
        margin-right: unset;
    }

    .banner7_Tit {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }

    .banner8_Tit_left {
        font-size: 32px;
        line-height: 32px;
    }

    .banner8_Tit_right {
        font-size: 18px;
    }

    .footer_header_left {
        width: 255px;
        height: auto;
    }
    .banner5_Tit{
        font-size: 28px;
    }
    .banner5_msg{
        font-size: 16px;
    }
}

/* 平板 (768px - 992px) */
@media screen and (max-width: 992px) {
    .banner7_con {
        flex-direction: column;
        gap: 0;
    }
    .banner7_right {
        flex: 1;
    }
    /* Banner5 */
    .banner5_con {
        flex-direction: column;
        padding: 60px 0;
        padding-top: 20px;
        padding-bottom: 0;
    }

    .banner5_con_right {
        text-align: center;
        width: 200px;
        height: auto;
        /* display: none; */
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        margin: 0 auto;
    }

    .banner5_con_left {
        padding-bottom: 30px;
        width: 100%;
    }

    .banner2_bg {
        padding-top: 30px;
    }

    .banner3_con_box {
        margin-top: 40px;

    }

    .banner2_Titile {
        padding-top: 30px;
        font-size: 32px;
        line-height: 32px;
    }

    .numList {
        flex-wrap: wrap;
    }

    .numItem {
        width: 50%;
        flex: unset;
    }

    .numList {
        margin-top: 0px;
        margin-bottom: 30px;
        background-color: #fff;
    }

    .banner2 {
        margin-top: 0;
    }

    .banner3_con_box {
        gap: 60px 0px;
    }

    .banner3_con_box {
        padding-top: 60px;
    }

    .banner3_top_con_item3 {
        margin-top: 0;
    }


    /* Banner1 */
    .banner1 .banner1_Tit {
        font-size: 36px;
        line-height: 46px;
    }

    .banner1 .banner1_Con {
        font-size: 16px;
        line-height: 26px;
    }

    /* Banner3 */
    .banner3_Titile {
        font-size: 32px;
        line-height: 32px;
    }

    .banner4_Titile {
        font-size: 32px;
        line-height: 32px;
    }

    .banner5_Tit {
        line-height: 32px;
    }

    .banner6_Title {
        font-size: 32px;
        line-height: 32px;
    }

    .banner5_msg {
        font-size: 16px;
        line-height: 30px;
    }

    .banner6_msg {
        font-size: 16px;
        line-height: 30px;
    }

    .swiper-button-prev {
        /* left: 0; */
    }

    .swiper-button-next {
        /* right: 0; */
    }

    .banner5_btn,
    .mores {
        width: 180px;
        height: 40px;
        padding: 0;
        font-size: 14px;
    }

    .banner2_mores,
    .banner7_more,
    .banner8_item_more {
        width: 140px;
        height: 40px;
        padding: 0;
        font-size: 14px;
    }

    /* Footer Mobile Toggle */


    .banner8_item_more img {
        height: auto !important;
    }

    .banner6_item_more {
        max-height: 50px;
        opacity: 1;
        font-size: 14px;
        margin-top: 2px;
    }

    .banner6_item_Tit {
        font-size: 16px;
        line-height: 20px;
    }

    .banner6_item_Con {
        font-size: 14px;
        line-height: 20px;
        margin-top: 4px;
    }

    .banner3_image_list {
        flex-direction: column;
        align-items: center;
    }

    .banner3_img_item_top,
    .banner3_img_item_bottom {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }


    .banner4_con {
        flex-direction: column;

    }

    .banner4_con_left {
        width: 100%;
        flex-direction: row;
        margin-right: 0;
    }

    /* Banner6 */
    .banner6_item {}

    .banner6_item_Tit {
        font-size: 18px;
        line-height: 26px;
    }

    



    .banner4_con_left_item.active {
        border-radius: 12px;
        padding: 2px 4px;
    }

    .banner4_con_left_item {
        padding: 2px 4px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 49%;
        line-height: 36px;
    }

}

/* 手机横屏 (576px - 768px) */
@media screen and (max-width: 768px) {

    .swiper-button-next,
    .swiper-button-prev{
        top: 115%;
    }

    .banner5_con_left {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .banner5_btn {
        margin-top: 30px;
    }

    .banner5_con_right {
        margin-top: 10px;
    }

    .banner3_con_item {
        margin-top: 0;
    }

    .banner3_con_box {
        gap: 50px 0;
    }

    .banner2_Titile {
        font-size: 26px;
    }

    .numItem .cir {
        width: 30px;
        height: 30px;
        margin-right: 4px;
    }

    .numItem .cir img {
        width: 20px;
        height: 20px;
    }

    .banner2_bg {
        padding-top: 30px;
    }

    .numList {
        margin-top: 0px;
    }

    /* Banner1 */
    .banner1 .banner1_Tit {
        font-size: 28px;
        line-height: 38px;
    }

    .banner1 .banner1_Con {
        font-size: 14px;
        line-height: 24px;
    }

    .heroSwiper .swiper-button-prev,
    .heroSwiper .swiper-button-next {
        width: 36px;
        height: 36px;
    }

    .heroSwiper .swiper-button-prev:after,
    .heroSwiper .swiper-button-next:after {
        font-size: 14px;
    }

    .heroSwiper .swiper-button-prev {
        left: 15px;
    }

    .heroSwiper .swiper-button-next {
        right: 15px;
    }

    /* Banner2 */
    .banner2_Titile {
        font-size: 26px;
        line-height: 26px;
    }

    .banner2 {
        height: auto;
    }


    /* Banner3 */
    .banner3_Titile {
        font-size: 26px;
        line-height: 26px;
    }

    .banner3_msg,
    .banner2_con {
        font-size: 16px;
    }


    .banner3_tit {
        font-size: 16px;
    }

    .banner3_con {
        font-size: 12px;
        line-height: 20px;
    }

    .banner3_img_item_top_box {
        width: 70px;
        height: 70px;
        margin-top: 40px;
    }

    .banner3_img_item_bottom_bottom {
        width: 120px;
        height: 60px;
    }

    .banner3_img_item_top_top,
    .banner3_img_item_bottom_box {
        width: 120px;
        height: 60px;
        margin-top: -40px;
    }

    .banner3_img_item_bottom_box {
        width: 70px;
        height: 70px;
        margin-bottom: 40px;
    }

    .banner3_img_item_bottom {
        margin-top: 50px;
    }

    .banner3_img_item_top_box img,
    .banner3_img_item_bottom_box img {
        width: 30px;
        height: 30px;
    }

    .banner3_img_item_top,
    .banner3_img_item_bottom {
        gap: 0;
    }

    /* Banner4 */
    .banner4_Titile {
        font-size: 26px;
        line-height: 26px;
    }



    .banner4_con_left_item {
        font-size: 14px;
    }

    .banner4_con_right p {
        font-size: 14px;
        line-height: 24px;
    }

    /* Banner5 */
    .banner5_Tit {
        font-size: 28px;
        line-height: 38px;
    }

    .banner5_msg {
        font-size: 14px;
        line-height: 24px;
    }

    /* Banner6 */
    .banner6_Title {
        font-size: 28px;
        line-height: 38px;
    }

    .banner6_msg {
        font-size: 14px;
        line-height: 24px;
    }

    .banner6_item {}

    .banner6_item_Tit {
        font-size: 16px;
        line-height: 24px;
    }

    .banner6_item_Con {
        font-size: 12px;
        line-height: 20px;
    }

    /* Banner8 */
    .banner8_Title {
        font-size: 28px;
        line-height: 38px;
    }



    .banner8_item_Tit {
        font-size: 16px;
        line-height: 24px;
    }

    .banner8_item_Con {
        font-size: 14px;
        line-height: 22px;
    }


}

/* 手机竖屏 (< 576px) */
@media screen and (max-width: 576px) {
    .banner8_item_Tit{
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .banner8_item_Con{
        height: auto;
    }
    .banner8_item_date{
        margin-top: 10px;
    }
    .banner8_item_Tit{
        margin-top: 8px;
    }

    .heroSwiper .swiper-button-prev,
    .heroSwiper .swiper-button-next {
        width: 30px;
        height: 30px;
    }

    .heroSwiper .swiper-button-prev i,
    .heroSwiper .swiper-button-next i {
        font-size: 14px !important;
        color: #fff;
    }


    .numItem_right .numItem_right_p {
        font-size: 24px;
        line-height: 1;
    }

    .numItem_right p:last-child {
        font-size: 12px;
    }

    .numList {
        align-items: unset;
    }

    .numItem {
        height: auto;
        padding-left: 6px;
        background-color: #fff;
    }

    .numList :nth-child(2n) {
        margin-right: 0;
    }

    .banner3_con_box {
        padding-top: 100px;
    }

    .numItem {
        height: auto;
    }

    .banner3_con_box {
        gap: 50px 0;
    }

    .banner8_Tit_right {
        font-size: 12px;
    }

    .banner4 {
        margin-top: 60px;
    }

    /* Banner1 */
    .banner1 .banner1_Tit {
        font-size: 24px;
        line-height: 34px;
    }

    .banner1 .banner1_Con {
        font-size: 14px;
        line-height: 22px;
    }

    .banner1 .mores {
        width: 140px;
        height: 44px;
        font-size: 8px;
    }

    .banner2_mores {
        font-size: 14px;
    }

    /* Banner2 */
    .banner2_Titile {
        font-size: 24px;
        line-height: 34px;
    }

    .banner2_con_item_tit {
        font-size: 18px;
    }

    .banner2_con_item_con {
        font-size: 14px;
        line-height: 22px;
    }

    /* Banner3 */
    .banner3_Titile {
        font-size: 24px;
        line-height: 34px;
    }

    .banner3_msg,
    .banner2_con {
        font-size: 14px;
        line-height: 22px;
    }

    .banner3_img_item_top_box {
        width: 70px;
        height: 70px;
    }

    .banner3_img_item_top_box img {
        width: 40px;
        height: 40px;
    }

    .banner4_con {
        padding-bottom: 30px;
    }

    .banner4_con_left_item {
        line-height: 20px;
    }

    .banner3_con_box {
        padding-top: 60px;
    }

    /* Banner4 */
    .banner4_Titile {
        font-size: 24px;
        line-height: 30px;
    }

    .banner4_con_left_item {
        padding: 10px 12px;
        font-size: 14px;
    }

    /* Banner5 */
    .banner5_Tit {
        font-size: 24px;
        line-height: 30px;
    }

    .banner5_btn {
        width: 180px;
        height: 48px;
        font-size: 14px;
    }

    /* Banner6 */
    .banner6_Title {
        font-size: 24px;
        line-height: 3.px;
    }

    .banner6_msg {
        font-size: 14px;
        line-height: 22px;
    }

    .banner6_item {}

    /* Banner8 */
    .banner8 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .banner8_Title {
        font-size: 24px;
        line-height: 34px;
    }

    .banner7_msg {
        font-size: 14px;
    }



    .banner8_Tit_left {
        font-size: 20px;
    }

    .banner7_Tit {
        font-size: 24px;
    }

    .heroSwiper .swiper-button-next .iconfont {
        font-size: 14px !important;
    }

    .heroSwiper .swiper-button-prev .iconfont {
        font-size: 14px !important;
    }
}


.levelItem {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.serverLevel1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.levelImg {
    margin-right: 10px;
}

.serverLevel2 {
    font-size: 16px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
    margin-left: 30px;
}

.serverLevel3List {
    margin-left: 30px;
}

.serverLevel3 {
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}

.serverLevel3 div {
    display: flex;
    align-items: center;
}

.serverLevel3 img {
    margin-right: 8px;
}