
.swiperBox {
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.tmBtn {
    display: flex;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    border: 1px solid #3167A0;
    color: #fff;
    background-color: #3167A0;
    cursor: pointer;
    margin: 0 auto;
}



body.loading {
    visibility: hidden; /* 隐藏内容，防止语言切换期间内容闪现 */
}

body:not(.loading) {
    visibility: visible; /* 页面加载完成后显示内容 */
}

.hFull, .h-full {
    height: 100%;
}

.wFull, .w-full {
    width: 100% !important;
}

.flex {
    display: flex;
}

.canClick {
    cursor: pointer;
}

.NavbarBox .topTitleRight .langTxt {
    color: #A2A6B1;
    font-size: 12px;
}

.NavbarBox .topTitleRight .langTxt.active {
    color: #000 !important;
}

body {
    margin: 0;
    padding: 0;
}

.primaryBtn.smallBtn {
    padding: 10px 20px;
    width: 96px;
    height: 38px;
}

.primaryBtn {
    width: 124px;
    height: 38px;
    border-radius: 4px;
    border: 0;
    background-color: #3167A0;
    color: white;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.primaryBtn:hover {
    background-color: #507DAE;
}

.primaryBtn:active {
    box-shadow: 0px 0px 0px 2px #DFE1E7;
    background-color: #254C79;
}

.primaryBtn2 {
    cursor: pointer;
    width: 124px;
    height: 38px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0);
    color: #3167A0;
    font-size: 16px;
    border: 1px solid #3167A0;
}

.primaryBtn2:hover {
    color: #507DAE;
    border: 1px solid #507DAE;
}

.primaryBtn2:active {
    color: #254C79;
    /*border: 1px solid #193053;*/
    border: 0;
    background: #FFF;
    box-shadow: 0px 0px 0px 2px #DFE1E7;
}

.primaryBtn3 {
    cursor: pointer;
    width: 124px;
    height: 38px;
    color: #FFF;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
}

.primaryBtn3:hover {
    color: #FFF;
    border: 1px solid #FFF;
}

.primaryBtn3:active {
    border-radius: 4px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.40);
    backdrop-filter: blur(2px);
}

.whMainFull {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.whMainFull .wmain {
    width: 100%;
    color: #15181D;
    font-size: 12px;
    position: relative;
}

.NavbarBox {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 50px;
    background: white;
    display: flex;
    justify-content: center;
    z-index: 10;
    transition: transform 0.3s ease;
}

.NavbarBox .topTitle {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.NavbarBox .topTitle .topTitleLeft {
    display: flex;
    align-items: center;
}

.isEn .NavbarBox .topTitle .topTitleLeft img {
    width: auto !important;
}

.NavbarBox .topTitle .topTitleLeft img {
    width: 88px;
    height: 24px;
    flex-shrink: 0;
}

.NavbarBox .topTitle .topTitleCenter {
    display: flex;
    align-items: center;
}

.NavbarBox .topTitle .topTitleCenter .navtitle .titleLink {
    font-size: 14px;
    color: rgba(21, 24, 29, 1);
    cursor: pointer;
    margin: 0 25px;
}

.NavbarBox .topTitle .topTitleCenter .navtitle .titleLink:hover {
    transform: translateY(0);
    font-weight: bold;
}

.NavbarBox .topTitle .topTitleRight {
    display: flex;
    align-items: center;
}

.NavbarBox .topTitle .topTitleRight button {
    width: 120px;
    height: 40px;
    font-size: 16px;
    border-color: #3167A0;
    /* 注意：你可能还需要为按钮添加其他样式，如background-color, border-style, padding等，以使其看起来像一个可点击的按钮 */
}

.module1 {
    width: 100%;
    height: 660px;
    background-position: top;
    background-size: 100% 100%;
    margin-top: 50px;
}


.module1 .btnBox {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 20px;
    justify-content: center;
}

.module1 .imgBox {
    width: 646px;
    height: 524px;
}

.module1 .imgBox img {
    width: 646px;
    height: 524px;
}

.module1 .btnBox button {
    width: 124px;
    height: 38px;
    font-size: 12px;
    border-radius: 4px;
    background: #3167A0;
    border: 0;
    color: #FFF;
}

.module1 .btnBox button.btn2 {
    background: white;
    border: 1px solid #3167A0;
    color: #3167A0;
}


.module1 .m1left {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 72px 20px 0;
}

.module1 .m1left .p1 {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0 0 16px;
}

.p1Title {
    color: #1A232C;
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 16px;
    text-align: center;
}


.module1 .swiperBox1 .m1left .p1 {
    color: #3167A0;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}

.module1 .m1left .p2 {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.module1 .m1left .p2 .textP1 {
    text-align: center;
    color: #373d47;
    font-size: 14px;
}

.module1 .m1left .p2 .textP2 {
    margin: 0 0 16px;
    text-align: left;
}

.module3 {
    width: 100%;
    text-align: center;
    padding-bottom: 56px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(#FFFFFF, #F4F8FD);
}

.module3 .title {
    width: 100%;
    margin: 64px 0 32px;
    color: #2B2E2E;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 24px;
    box-sizing: border-box;
    display: inline-block;
}

.module3 .advBoxmm {
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.module3 .advBoxmm .left {
    gap: 24px;
    display: flex;
    flex-direction: column;
    width: 400px;
}

.module3 .advBoxmm .right .rightRow {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
}

.module3 .advBoxmm .right {
    gap: 24px;
    display: flex;
    flex-direction: column;
    width: 824px;
}

.isEn .module3 .advBoxmm .advItem {
    max-height: 314px;
    height: auto;
}

.rowBox1 {
    display: flex;
    flex-direction: row;
    gap: 24px;
    width: 100%;
    justify-content: center;
}

.module3 .advBoxmm .advItem {
    box-sizing: border-box;
    display: flex;
    width: calc(50% - 18px);
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    position: relative;
    background: #F4F5F9;
    border-radius: 12px;
    margin: 9px;
    padding: 24px;
    min-height: 210px;
}

.module3 .advBoxmm .advItem .advTitle {
    color: #2B2E2E;
    font-style: normal;
    line-height: 100%;
    font-weight: bold;
    font-size: 14px;
}
.isEn .module3 .advBoxmm .advItem  {
    padding: 24px 20px;
}
.isEn .module3 .advBoxmm .advItem p {
    line-height: 16px;
}
.module3 .advBoxmm .advItem p {
    color: #2B2E2E;
    font-family: "Source Han Sans CN", serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin: 0;
    text-align: left;
}

.module4 {
    padding-bottom: 60px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden;
    background: #FEFEFF;
}

.module4 .title {
    width: 100%;
    margin: 60px 0 30px;
    color: #2B2E2E;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 24px;
    box-sizing: border-box;
    display: inline-block;
}

.module4 .advBox1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.module4 .advBox1 .advItem1 {
    display: flex;
    width: 100%;
    gap: 40px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.module4 .advBox1 .advItem1 .imgBack {
    box-sizing: border-box;
    text-align: left;
    display: flex;
    width: calc(100% - 48px);
    padding: 0 0 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    border-radius: 12px;
    box-shadow: 0px 4px 15px 0px rgba(32, 64, 164, 0.18);
    position: relative;
}

.module4 .advBox1 .advItem1 .imgBack .backImg {
    width: 100%;
    /*height: 215px;*/
    border-radius: 12px;

}

.module4 .advBox1 .advItem1 .imgBack .DoubleBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.DoubleBox .item {
    width: 50%;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.DoubleBox .item:nth-last-child(1), .DoubleBox .item:nth-last-child(2) {
    margin-bottom: 0;
}

.DoubleBox .item img {
    width: 20px;
    height: 20px;
    margin-right: 6px
}

.DoubleBox .item span {
    color: #4B5B76;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.module4 .advBox1 .advItem1 .imgBack .title2 {
    color: #282828;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 12px 0 2px;
    padding: 0 16px;
}

.module4 .advBox1 .advItem1 .imgBack p {
    text-align: left;
    margin: 0;
    color: #4B5B76;
    font-size: 12px;
    line-height: 150%;
    padding: 0 16px;
}

.module6 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden;
    background: #FFFFFF;
    color: #2B2E2E;
    gap: 24px;
    padding: 56px 0;
    box-sizing: border-box;
}

.module6 .title {
    width: 100%;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
    display: inline-block;
}


.module6 .tabContent {
    position: relative;
    height: 300px; /* 根据需要调整高度 */
    overflow: hidden;
}

.module6 .content {
    display: none; /* 默认隐藏所有内容 */
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s; /* 添加淡入效果 */
    background: #3167A0;
}

.module6 .content.active {
    display: flex; /* 显示选中内容 */
    opacity: 1; /* 显示内容 */
}

/* 虚化效果 */
.module6 .tabContent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5); /* 设置虚化背景颜色 */
    pointer-events: none; /* 不影响点击事件 */
}


.module6 .swiper2 {
    width: 100%;
    height: 540px;
}

.module6 .swiper2 .swiperBox {
    display: flex;
    width: 940px;
    height: 540px;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    border-radius: 20px;
    background: linear-gradient(270deg, rgb(194 255 178 / 54%) 38.83%, rgba(0, 0, 0, 0.50) 94.1%);
}


.module8 {
    width: 100%;
    text-align: center;
    display: flex;
    background: white;
    flex-direction: row;
    align-items: center;
    padding: 56px 20px;
    gap: 36px;
    flex-wrap: wrap;
}

.module8 .newsBox {
    border-radius: 24px;
    border: 2px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
    margin-bottom: 20px;
    width: calc(50% - 18px);
    height: 340px;
    padding: 20px;
    box-sizing: border-box;
}

.module8 .newsBox .title5 {
    margin: 0 0 10px;
    color: #2B2E2E;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.module8 .newsBox .time {
    text-align: left;
    color: #686D7C;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.module8 .newsBox .m6Text {
    color: #2B2E2E;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    opacity: 0.7;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    min-height: 190px;
    margin-bottom: 20px;
}

#indicatorContainerM3 {
    background-color: #F3F3F4;
}

#indicatorContainerM3 .indicatorM3 {
    background-color: #ABABAB;
}

#indicatorContainerM3 .indicatorM3.active {
    background-color: #191919;
}


.module8 .title {
    color: #2B2E2E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
}


.module8 .itemBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    max-width: 1400px;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}

#vo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 16px;
}

.module8 .itemBox .item {
    display: flex;
    width: 338px;
    height: 400px;
    padding: 50px 30px;
    flex-direction: column;
    align-items: flex-start;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 24px;
    border: 2px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
}

.module8 .itemBox .item .title {
    color: #333;
    font-size: 22px;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    text-align: left;
}

.module8 .itemBox .item .text {
    overflow: hidden;
    color: #686D7C;
    font-size: 16px;
    margin: 12px 0 6px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 设置文本显示的行数 */
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    height: 48px;
}

.module8 .itemBox .item .time {
    color: #686D7C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 100%;
    text-align: left;
}

/* 185.714% */
.module7 {
    width: 100%;
    text-align: center;
    display: flex;
    background: white;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, #F4F5FB, #FFFFFF);
    padding: 56px 5vw 28px;
    box-sizing: border-box;
}

.module7 .title {
    color: #2B2E2E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    width: 100%;
    margin: 0 0 36px;
}

.module7 .itemBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2vw;
}

.module7 .itemBox .item {
    border-radius: 2.5vw;
    border: 1vw solid #FFF;
    background: #FFF;
    box-shadow: 0px 0px 30px 4px rgba(103, 147, 206, 0.15);
    display: flex;
    width: 28.1vw;
    height: 20vw;
    padding: 2vw;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
}

.module7 .itemBox .item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.footerUs {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F6F7FA;
}

.footerUs .banner {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    position: relative;
    background: #F9F8F8;
    border: 1px dashed #C4C4C4;
}

.footerUs .banner .tmBtn {
    border-radius: 8px;
}

.footerUs .banner .tempBox11 {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.footerUs .banner .tempBox .left {
    width: 100%;
}

.footerUs .banner .tempBox {
    box-sizing: border-box;
    padding: 48px 20px;
    text-align: left;
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footerUs .aboutBox .left img {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    padding: 20px 0;
}

.footerUs .banner p {
    margin: 0 0 20px;
    color: #000000;
    font-size: 20px;
    width: 100%;
    text-align: center;
}


.footerUs .aboutBox .wxCodeTip {
    text-align: left;
    color: #858A99;
    font-size: 14px;
    margin-bottom: 8px;
}

.footerUs .aboutBox .wxCodeBox {
    width: 100px;
}

.footerUs .aboutBox {
    width: 100%;
    max-width: 1400px;
    display: flex;
    padding-top: 60px;
    flex-direction: column;
    background: #FFFFFF;
}

.aboutBox .title {
    color: #2B2E2E;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    text-align: left;
    width: 100%;
    padding: 0 20px;
    margin: 0 0 30px;
    box-sizing: border-box;
}

.footerUs .aboutBox .usBox {
    color: #6F7686;
    font-size: 16px;
}

.footerUs .aboutBox .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    color: #6F7686;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    padding: 20px 0;

}

.footerUs .aboutBox .left .phone {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footerUs .aboutBox .left .phone div {
    /*color: #A2A6B1;*/
    font-size: 13px;
    font-style: normal;
    line-height: 18px;
}

.footerUs .aboutBox .left .phone.flex {
    align-items: flex-start;
}

.footerUs .aboutBox .left .phone.flex div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.footerUs .aboutBox .left .phone.flex div span {
    text-align: left;
}

.footerUs .aboutBox .centerLine {
    width: 1px;
    height: 300px;
    background: #DFE1E7;
}

.footerUs .aboutBox .rightBox {
    display: flex;
    width: calc(100% - 0px);
    padding: 0 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    box-sizing: border-box;
}

.footerUs .aboutBox .rightBox .colBox {
    text-align: left;
}

.footerUs .aboutBox .rightBox .colBox .titlebox {
    cursor: pointer;
    color: #6F7686;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.footerUs .footer {
    border-top: 1px solid #DFE1E7;
    width: 100%;
    color: #A3A5A6;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    padding: 20px 0;
    background: white;
}

.listMain {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    min-height: 45vh;
    margin-top: 40px;
}

.textMain .textBox .textContent span {
    text-wrap: auto !important;
}

.textMain .textBox .textContent img {
    width: 100% !important;
    height: auto !important;
}

.listMain .listTop {
    padding-left: 10px;
    width: 1390px;
    height: 400px;
    flex-shrink: 0;
    background-image: url("../img/listBack.jpg");

    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    text-align: left;
}

.listMain .listTop .title {
    margin-top: 181px;
    margin-bottom: 15px;
    color: #000;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.listMain .listTop p {
    margin: 0;
    color: #686D7C;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
}

.listMain .listBox {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: calc(100% - 0px);
    box-sizing: border-box;
    background-color: white;
}

.listMain .listBox .itemBox {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    padding: 24px 0;
    border-bottom: 1px solid #DCDDE1;
}

.listMain .listBox .textTitle {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    border-left: 5px solid #3167A0;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.listMain .listBox .textTitle:hover, .listMain .listBox .textContent:hover {
    text-decoration: underline;
    cursor: pointer;
}

.listMain .listBox .textContent {
    overflow: hidden;
    color: #858A99;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 10px 0;
    padding-left: 15px;
    box-sizing: border-box;
}

.listMain .listBox .textTime {
    color: #858A99;
    font-size: 12px;
    line-height: 26px;
    padding-left: 15px;
    box-sizing: border-box;
}

.textMain {
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 48px 0;
}

.textMain .textBox {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
    min-height: 35vh;
}

.textMain .textBox .textTitle {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-align: left;
}

.textMain .textBox .textTime {
    color: #858A99;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 20px;
    text-align: left;
}

.textMain .textBox .textContent {
    line-height: 30px;
    text-align: left;
    width: 100%;
    color: #4B5B76;
    font-size: 16px;
}

.textMain .btnBox {
    width: 90%;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.textMain .btnBox #lastBtn, .textMain .btnBox #nextBtn {
    cursor: pointer;
    color: #507DAE;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.textMain .btnBox #lastBtn:hover, .textMain .btnBox #nextBtn:hover {
    text-decoration: underline;
}

/*翻页器*/
#paginator .totalBox {
    line-height: 32px;
    color: rgba(0, 0, 0, 0.90);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

#paginator {
    display: flex;
    justify-content: center;
    background: #ffffff;
    width: 100%;
    margin-top: 20px;
    position: relative;
    flex-direction: column;
}

#paginator #pageNumbers {
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    cursor: pointer
}

#paginator #pageNumbers span {
    font-size: 24px;
    position: relative;
    bottom: 8px;
    margin: 0 5px;
}

#paginator #pageNumbers button.active {
    border-radius: 8px;
    background: #3167A0;
    color: white;
}

.pageBox {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

#paginator #pageNumbers button {
    curSOR: pointer;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    background: #FFF;
    margin: 0 5px;
    display: flex;
    width: 32px;
    height: 32px;
    justify-content: center;
    align-items: center;
}

#paginator #prevBtn, #nextBtn {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    border: 1px solid rgba(0, 0, 0, 0);
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: white;
}

/*#paginator #prevBtn {*/
/*    background-image: url("../img/left.jpg");*/
/*}*/

/*#paginator #nextBtn {*/
/*    background-image: url("../img/right.jpg");*/
/*}*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

#jumpBox {
    margin-left: 20px;
    height: 32px;
    display: flex;
    align-items: center;
}

#jumpBox #jumpInput {
    height: 30px;
    border-radius: 6px;
    border: 1px solid gray;
    width: 50px;
    margin: 0 6px;
    text-align: center;
    font-size: 14px;
}

/* 图片样式 */
#languageIcon {
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-left: 15px;
}

/* 弹出层的初始样式，默认隐藏 */
#languageSelection {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ddd;
    padding: 8px 0;
    width: 90px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* 语言选择项样式 */
.languageOption {
    cursor: pointer;
    padding: 5px 10px;
}

.languageOption:hover {
    background-color: #3167a03b;
}

.icp {
    color: #A3A5A6;
    text-decoration: none;
}

.icp:hover {
    text-decoration: underline; /* 悬停时显示下划线 */
}


.carousel-container {
    width: 100%;
    overflow-x: auto;
    display: flex;
    justify-content: flex-start;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    gap: 15px;
    scroll-behavior: smooth; /* 平滑滚动 */
    -webkit-overflow-scrolling: touch;

    /* 隐藏滚动条 */
    scrollbar-width: none; /* Firefox */
}

.carousel-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Edge */
}


.isEn #module6 .carousel-item {
    height: 400px;
}

#module6 .carousel-item.hide {
    height: 60px;
}

#module6 .carousel-item .downBtn {
    z-index: 3;
    width: 20px;
    right: 18px;
    left: auto;
    top: 18px;
    bottom: auto;
    height: auto;
}

#module6 .carousel-item.hide .downBtn {
    transform: rotate(180deg);
}

#module6 .title {
    margin-bottom: 16px;
}

#module6 .carousel-item {
    border-radius: 12px;
    padding: 18px;
    height: 300px;
    overflow: hidden;
    transition: height 0.3s ease;
    background: white;
    margin-bottom: 0;
}

#module6 .carousel-item .syPhoneImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* 图片在底层 */
    border-radius: 12px;
}

#module6 .carousel-item.hide .title5 {
    color: black;

}

#module6 .carousel-item .title5 {
    z-index: 3;
    opacity: 1;
    font-size: 18px;
    text-align: left;
    color: white;

}

#module6 .carousel-item .syoverlay {
    position: absolute;
    border-radius: 12px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.5); */
    z-index: 2; /* 底色层在中间 */
}

.carousel-item {
    text-align: center;
    font-size: 20px;
    flex-shrink: 0;
    display: flex;
    width: calc(100% - 0px); /*353px */
    height: 460px;
    max-width: 500px;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
    border-radius: 24px;
    background: #000;
    color: white;
    padding: 30px 15px 15px 15px;
    position: relative;
    margin-bottom: 20px;
}

.carousel-item .itembox {
    display: flex;
    padding: 0 35% 0px 60px;
    border-radius: 20px;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
}

.carousel-item img {
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    border-radius: 16px;
    height: 222px;
    flex-shrink: 0;
    align-self: stretch;
}

.carousel-item .m6Text {
    width: 100%;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    opacity: 1;
    z-index: 3;
    text-align: left;

}

.module2 .backAutoImg {
    width: 95%;
    border-radius: 18px;
    margin: 0 auto;
}

.module2 .carousel-item {
    padding: 24px 16px;
    word-break: break-all;
    height: auto;
    background: #383D53;
    border-radius: 12px;
    margin: 0;
}

#m2prevBtn.hidden, #m2nextBtn.hidden {
    opacity: 0.7;
}

.module2 .carousel-item .title5 {
    font-size: 18px;
    margin: 0 0 14px;
    text-align: left;
}

/**/

.carousel-container {
    display: flex;
    overflow-x: hidden;
    scroll-behavior: smooth;
    width: 100%;
}

.carousel-item {
    flex: 0 0 100%;
    box-sizing: border-box;
}

.carousel-controls {
    text-align: center;
    margin-top: 10px;
}

.carousel-controls button {
    padding: 10px;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-controls button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/**/

.carousel-item .title5 {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    width: 100%;
    text-align: center;
    margin: 0 0 12px;
}


.carousel-item button {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 99px;
    color: white;
    background: rgba(255, 255, 255, 0.10);
    margin-top: 36px;
    cursor: pointer;
    width: 126px;
    height: 44px;

}


.module5 {
    width: 100%;
    text-align: center;
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #F4F5FB;
}

.module5 .title {
    width: 100%;
    margin: 56px 0 30px;
    color: #2B2E2E;
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 20px;
    box-sizing: border-box;
    display: inline-block;
}

.module5 .advBoxmm {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: calc(100% - 0px);
    align-items: center;
    gap: 20px;
    justify-content: center;
    box-sizing: border-box;
}

.module5 .advBoxmm .item {
    width: 100%;
    min-height: 200px;
    background: white;
    border: 2px solid white;
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 16px;
    box-sizing: border-box;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.module5 .advBoxmm img {
    width: 54px;
}

.module5 .advBoxmm .textBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
}

.module5 .advBoxmm .text {
    color: #2b2e2ede;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    line-height: 24px;
    font-weight: bold;
}

.isEn .module5 .advBoxmm .text2 {
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
}

.module5 .advBoxmm .text2 {
    margin-top: 8px;
    text-align: left;
    color: #2b2e2ecf;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.module2 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-y: hidden;
    background: #2C3144;
    color: white;
    gap: 30px;
    padding: 56px 0;
    box-sizing: border-box;
}

/*咨询按钮*/
.fixedBox {
    display: flex;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 10;
    border-radius: 99px;
    border: 2px solid #3167A0;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
}


.btnListBox .fixImg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.module2 .indicator-container {
    width: 50%;
    height: 48px;
    padding: 10px;
    max-width: 250px;

}

.indicator-container {
    max-width: 250px;
    display: flex;
    width: 60%;
    height: 48px;
    padding: 10px 24px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    box-sizing: border-box;
    border-radius: 99px;
    background: #353537;
}

.indicator, .indicatorM2, .indicatorM3 {
    width: 10px;
    height: 10px;
    background-color: #cccccc63;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.indicatorM2.active, .indicatorM3.active {
    width: 80px;
    height: 10px;
    background-color: #FFFFFFE5;
    border-radius: 20px;
}

.indicator.active {
    width: 40px;
    height: 10px;
    background-color: #FFFFFFE5;
    border-radius: 20px;
}

.gradient-border {
    width: 100%;
    height: 1px; /* 边框高度 */
    background: linear-gradient(to right, #3366A0, #783FA0, #CE1636);

}


.accordion {
    width: 100%;
    overflow: hidden;
}

.accordion-item {

}

.accordion-header {
    font-weight: bold;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.accordion-header .arrow-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.accordion-header .rotate.arrow-icon {
    transform: rotate(180deg);
}

.accordion-header:hover {
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.accordion-content .titlebox {
    cursor: pointer;
    color: #6F7686;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accordion-content .titlebox:last-child {
    border-bottom: none;
}

.accordion-content .titlebox:hover {
    background-color: #f9f9f9;
}

.wxBtnList {
    display: flex;
    gap: 8px;
}

.wxBtnList .wxBtnBox {
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 4px;
    border-radius: 99px;
    border: 1px solid #6F7686;
}

.wxBtnList .wxBtnBox span {
    color: #6F7686;
    font-size: 12px;
    font-weight: normal;
}

.wxBtnList .wxBtnBox img {
    width: 16px;
    height: 16px;
}

.wxDialog {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wxDialog .dialogMain {
    padding: 30px 20px;
    box-sizing: border-box;
    width: 294px;
    height: 372px;
    border-radius: 18px;
    background: linear-gradient(180deg, #E5EBF8 0%, #FFF 25%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.wxDialog .dialogMain .topTitle {
    width: 100%;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
}

.wxDialog .dialogMain .topTitle .imgBox {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    padding: 2px;
    border-radius: 50%;
}

.wxDialog .dialogMain .topTitle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.wxDialog .dialogMain .topTitle .userBox {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wxDialog .dialogMain .topTitle .userBox .name {
    color: #6183A6;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.wxDialog .dialogMain .topTitle .userBox .info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.wxDialog .dialogMain .topTitle .userBox .info img {
    width: 18px;
    height: 18px;
}

.wxDialog .dialogMain .topTitle .userBox .info span {
    color: #A2A6B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
}

.wxDialog .dialogMain .content {
    width: 240px;
    height: 240px;
    padding: 20px;
    box-sizing: border-box;
    background: #FAFBFD;
}

.wxDialog .dialogMain .content img {
    width: 100%;
    height: 100%;
}

.wxDialog .closeBtn {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

#window1, #window2 {
    display: none;
}

.dialogMain h2 {
    margin: 0;
}

.EmailDialog {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 100;
}

.EmailDialog .dialogMain {
    width: 80%;
    padding: 30px 20px;
    box-sizing: border-box;
    max-width: 400px;
    min-height: 320px;
    border-radius: 18px;
    background: linear-gradient(180deg, #E5EBF8 0%, #FFF 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.EmailDialog .dialogMain .subFrom {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}


.EmailDialog .dialogMain .subFrom input {
    margin: 5px 0;
    border: 1px solid #496FD2;
    border-radius: 6px;
    height: 36px;
    padding: 0 15px;
    width: 234px;
    font-size: 15px;
}

.EmailDialog .dialogMain .subFrom textarea {
    margin: 5px 0;
    border: 1px solid #496FD2;
    border-radius: 2px;
    padding: 0 15px;
    width: 200px;
    font-size: 14px;
}

#errMess {
    color: #ff6767;
    font-size: 12px;
}

#succMess {
    color: #009326;
    font-size: 12px;
}

textarea::placeholder {
    color: gray;
    font-style: italic;
    font-size: 14px;
}

.EmailDialog .dialogMain .subFrom .ipnutBox {
    display: flex;
    justify-content: center;
}

.EmailDialog .closeBtn {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

#submitTrial {
    display: flex;
    padding: 12px 35px;
    justify-content: center;
    align-items: center;
    border-radius: 99px;
    border: 1px solid #3167A0;
    color: #fff;
    background-color: #3167A0;
    cursor: pointer;
    margin: 20px auto 0;
}

.dropdown-menu {
    position: absolute;
    top: 40px; /* 根据图标的高度调整 */
    right: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: none; /* 初始隐藏 */
    z-index: 1000;
}

.dropdown-menu li {
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
}

.dropdown-menu li:hover {
    background-color: #f5f5f5;
}

.dropdown-menu a {
    text-decoration: none;
    color: #333;
    display: block;
}

.dropdown-menu a:hover {
    color: #007bff;
}

.menu-icon {
    width: 22px;
    margin-left: 20px;
}

#typeSelect {
    height: 36px;
    padding: 0 15px;
    width: 265px;
    margin: 5px 0;
    border: 1px solid #496FD2;
    border-radius: 6px;
    font-size: 14px;
}
