.swper_banner {
    height: 100vh;
    background-color: #eee;
    font-family: PingFangSC, PingFang SC;
}

.item_content {
    height: 100%;
}

.swp_title {
    /* margin-top: 150px; */
    margin-top: 300px;
    opacity: 0;
}

.swp_title h3 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #151515;
}

.swp_title p {
    width: 45%;
    line-height: 25px;
    color: #333333;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
}

.swp_title1 {
    margin-top: 60px;
    color: #333333;
}

.title2_top {
    width: 45%;
    margin-top: 10px;
    color: #999999;
}

.swp_btn_box {
    margin-top: 150px;
}

.swp_btn {
    background-color: #075CFF;
    min-width: 160px;
    height: 60px;
    max-width: 190px;
    background: #075CFF;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
    font-size: 22px;
    background: linear-gradient(90deg, #008eff, #0038ff 57%, #0253ff);
}

.swp_btn:hover {
    background: #075CFFBB;
}

.text_ellipsis_2 {
    width: 100%;
    /* 必须设置宽度或最大宽度 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    display: -webkit-box;
    /* 弹性盒布局 */
    -webkit-line-clamp: 2;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    line-height: 1.5;
    /* 可调整行高，控制整体高度 */
    word-break: break-all;
    /* 英文/数字强制换行，避免单行溢出 */
}


.left_img1{
    width: 220px;
    height: 48px;
}


.text_ellipsis_1 {
    width: 100%;
    /* 必须设置宽度或最大宽度 */
    overflow: hidden;
    /* 隐藏超出内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    display: -webkit-box;
    /* 弹性盒布局 */
    -webkit-line-clamp: 1;
    /* 限制显示行数 */
    -webkit-box-orient: vertical;
    /* 垂直排列 */
    line-height: 1.5;
    /* 可调整行高，控制整体高度 */
    word-break: break-all;
    /* 英文/数字强制换行，避免单行溢出 */
}






.s1 {
    position: absolute;
    /* right: 35%; */
    right: 50%;
    opacity: 0;
    top: 80px;
    width: 322px !important;
    height: 160px !important;
}

.s2 {
    position: absolute;
    /* right: 11%; */
    right: -5%;
    opacity: 0;
    top: 325px;
    width: 322px !important;
    height: 144px !important;
}

.s3 {
    position: absolute;
    /* right: 40%; */
    right: 50%;
    opacity: 0;
    top: 580px;
    width: 322px !important;
    height: 144px !important;
}

.s4 {
    position: absolute;
    /* right: 16%; */
    right: -10%;
    bottom: 80px;
    width: 322px !important;
    height: 144px !important;
}



.overseas {
    background-color: #fff;
}

.overseas_title {
    font-size: 36px;
    color: #333333;
    font-style: normal;
    text-align: center;
    font-weight: bold;
    font-family: PingFangSC, PingFang SC;
    margin-bottom: 80px;
    /* padding-top: 60px; */
    padding-top: 240px;
    opacity: 0;
    transition: 1s;

}

.What_title {
    margin-bottom: 40px !important;
}

.choice_title {
    position: relative;
    z-index: 50;
}


.overseas_desc {
    text-align: center;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
    width: 926px;
    transition: .1s;
    margin: 0 auto;
}

.overseas_link {
    background-color: #075CFF;
    max-width: 130px;
    height: 40px;
    background: #075CFF;
    border-radius: 28px;
    border: 2px solid #075CFF;
    color: #FFFFFF;
    cursor: pointer;
    font-family: PingFangSC, PingFang SC;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 40px;
}

.oversease_number {
    margin-top: 10px;
    min-height: 300px;
    display: flex;
    padding-top: 80px;
    justify-content: space-around;
    background-image: url('../images/city.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.item_title {
    text-align: center;
    font-size: 38px;
    min-width: 200px;
    color: #075CFF;
}

.item_name {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 10px;
}

.target {
    padding-bottom: 80px !important;
}

.service {
    background-color: #f7f7f7;
    padding-bottom: 40px;
}


.choice {
    background-color: #fff;
    min-height: 400px;
    padding-bottom: 50px;
}


.choice_box {
    min-height: 400px;
    margin-bottom: 60px;
}

.consistent {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    min-height: 450px;
    position: relative;
    z-index: 10;
}

.con_img1 {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -3;
}

.con_item {
    width: 375px;
    height: 490px;
    background: #FFFFFF;
    box-shadow: 0px 12px 60px -11px #CFD6E3;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    padding: 40px;
    padding-bottom: 0;
}

.con_item:hover {
    margin-top: -20px;
    transition: .3s;
}

.con_title {
    font-family: PingFangSC, PingFang SC;
    font-size: 22px;
    color: #222;
    font-style: normal;
    font-weight: bold;
}

.con_txt {
    margin-top: 30px;
    font-size: 12px;
    color: #333333;
    line-height: 20px;

    display: -webkit-box;
    /* 将元素转为弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 文本垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制最多显示2行 */
    overflow: hidden;
    /* 隐藏超出的内容 */
    text-overflow: ellipsis;
    /* 溢出部分显示省略号 */
}

.con_list {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.list_item {
    background-color: #fff;
    height: 24px;
    background: #E5F1FF;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

.con_img_content {
    margin-top: 30px;

}

.con_img_content>img {
    width: 295px;
    height: 225px;
    transform: scale(1.2);

}


.cooperation {
    background-color: #f7f7f7;
    min-height: 400px;
    padding-bottom: 80px;
}


.scroll {
    display: flex;
    width: 100%;
    overflow: hidden;
    mask-images: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
    -webkit-mask-images: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
}

.scroll>div {
    white-space: nowrap;
    animation: animate var(--t) linear infinite;
    animation-delay: calc(var(--t)* -1);
}

.scroll>div:nth-child(2) {
    animation: animate2 var(--t) linear infinite;
    animation-delay: calc(var(--t) / -2);
}

@keyframes animate {
    0% {
        transform: translate(-100%)
    }

    to {
        transform: translate(100%)
    }
}

@keyframes animate2 {
    0% {
        transform: translate(-200%)
    }

    to {
        transform: translate(0%)
    }
}

.scroll:hover>div {
    animation-play-state: paused;
}


.scroll>.scroll_box .scroll_item {
    display: inline-block;
    margin: 8px;
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    color: #fff;
    width: 220px;
    height: 82px;
    border-radius: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background .5s ease;
    position: relative;
}

.scroll_item>img {
    top: 0;
    left: 0;
    position: absolute;
    width: 220px;
    height: 90px;
}


.scroll>.scroll_box .scroll_item:hover {
    color: #fff;
}

.btn_title {
    justify-content: space-between;
    padding-right: 20px;
}


.stack {
    background-color: #4860f8;
    background: linear-gradient(1deg, #f5f6ff, #e6efff) !important;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    margin-right: 5px;
    display: flex;
    color: #000;
    flex: 1;
}

.stack:hover {
    background: linear-gradient(1deg, #f5f6ff, #e6efff) !important;
}

/* 核心：父容器 hover 时，改变 .stack 背景（模拟.stack2 hover的效果） */
.flexbox:hover .stack {
    background: linear-gradient(1deg, #e8eaff, #bfd6ff) !important;
}

.stack2:hover {
    background: linear-gradient(1deg, #f5f6ff, #e6efff);
    width: 680px;
    transition: 1s;
}

.stack_active {
    top: 10% !important;
    opacity: 0 !important;
    transition: .3s;
}



.stack2 {
    width: 280px;
    background: linear-gradient(1deg, #e8eaff, #bfd6ff);
    transition: 1s;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}

._inter {}


.stack_img {
    min-width: 280px;
    height: 100%;
}

.txt_title {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    margin: 35px 0 0 35px;
    color: #222222;
    padding-right: 10px;
    font-weight: bold;

    /* 核心属性：控制2行文本溢出 */
    display: -webkit-box;
    /* 将元素转为弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 文本垂直排列 */
    -webkit-line-clamp: 1;
    /* 限制最多显示2行 */
    overflow: hidden;
    /* 隐藏超出的内容 */
    text-overflow: ellipsis;
    /* 溢出部分显示省略号 */
}


.txt_title1 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 22px;
    font-style: normal;
    margin: 25px 0 0 35px;
    display: none;
}

.txt_content {
    margin: 10px 20px 0 35px;
    font-size: 12px;
    /* min-height: 100px; */
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; */
    color: #333;
}

.txt_content>div {
    width: 100%;
    font-size: 16px;
    padding-right: 25px;
    margin-bottom: 15px;
    height: 50px;
    margin-top: 20px;
}

.txt_content>p {
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
    color: #666;
}

.txt_content>p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 5px;
    border-right: 2px solid #007bff;
    border-bottom: 2px solid #007bff;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(130deg) rotateX(180deg);
    -webkit-transform: translateY(-50%) rotate(130deg) rotateX(180deg);
}

.service_top {}



/* 动画 */

.active_show {
    position: fixed;
    top: 10% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.flexbox {
    display: flex;
    justify-content: space-between;
}

.stack_img_icon {
    width: 100%;
    height: 100%;
}

/* 按钮容器样式 */
.consult-btn {
    background-color: #FFFFFF;
    color: #1f6cff;
    /* 蓝色文字，与示例匹配 */
    border: none;
    border-radius: 24px;
    /* 大圆角，增强柔和感 */
    padding: 5px 20px;
    /* 内边距，控制按钮大小 */
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-left: 35px;
    margin-top: 20px;
}

/* 箭头样式（用CSS伪元素实现三角形）
.consult-btn::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #1f6cff;
    /* 蓝色箭头 */
/* margin-left: 8px; */
/* } */

*/

/*  hover 效果（可选增强交互） */
.consult-btn:hover {
    background-color: #F0F5FF;
}


.item_img {
    width: 600px;
    height: 400px;
    margin-top: 30px;
}


.lang_coor_txt {
    width: 60%;
    line-height: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-bottom: 77px;
}

.contact_my {
    position: fixed;
    width: 70px;
    background: #075CFF;
    border-radius: 12px;
    /* right: 10px; */
    right: -70px;
    transition: 1s;
    top: 70%;
}

.cont_item {
    color: #fff;
    font-size: 12px;
    height: 80px;
    cursor: pointer;
    position: relative;
    text-align: center;
    padding-top: 15px;
}


.qr_box {
    position: absolute;
    width: 122px;
    height: 153px;
    top: -40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 17px 0px rgba(0, 0, 0, 0.09);
    left: -130px;
    padding: 10px 0;
    border-radius: 5px;
    transition: .3s;
    display: none;
    opacity: 0;
}

.cu_pr:hover .qr_box {
    display: block;
    opacity: 1;
    transition: .3s;
}

.qr_img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.qr_txt {
    color: #4E5969;
    text-align: center;
}