.my-swiper {
    /* background-color: rgb(59, 37, 185); */
    /* background-color: #14316D; */
    background-color: #5eaee0;
    height: 520px;
    padding-top: calc((520px - 350px) / 2);
    box-sizing: border-box;
}

.my-swiper .swiper-wrapper {
    height: 350px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    position: relative;
}

.kehu-swiper-slide {
    display: flex;
    flex-direction: column;
    width: 280px !important;
}

.kehu-swiper-slide>div {
    flex-grow: 1;
    height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kehu-swiper-slide>div>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* 完整显示图片，不裁剪，容器可能留白 */
    object-position: center;
}

.kehu-swiper-3 {
    height: 380px !important;
}

.kehu-swiper-3 .swiper-wrapper .swiper-slide img {
    /* background-color: red; */
    transform: scale(0.8) translateY(-20px) !important;
}

.kehu-swiper-3 .swiper-wrapper .swiper-slide .kehu-swiper-3-info {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    color: gray;
    font-size: 14px;
    white-space: nowrap;
}

.swiper-slide-content {
    width: 600px;
    /* background-color: aqua; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease;
    /* color: #007bff3b; */
    /* 过渡属性、时长、缓动函数 */
}

.swiper-slide-content a {
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
    font-size: 22px;
    font-weight: bold;
    color: white;
    white-space: nowrap;

}

.swiper-slide-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.swiper-slide-content .swiper-slide-content-title {
    position: absolute;
    left: 30px;
    top: 60px;
    background-color: rgba(0, 0, 0, 0.281);
    color: white;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    padding: 10px;
    font-size: 18px;
}

.swiper-slide-active {
    z-index: 3000;
}

.swiper-slide-active>.swiper-slide-content {
    /* background-color: red; */
    /* width: 120%; */
    transform: translate(-50%, -50%) scale(1.5);
}

.itpms-background {
    background-image: url("/templates/whxindu/images/itpms-background.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.itpms-background-content {
    background-color: transparent;
}

.why-content {
    display: flex;
    gap: 5px;
}

.itpms-info-item {
    position: relative;
    height: 280px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    flex-grow: 1;
}

.itpms-info-text {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 220%;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    transition: padding-top 0.3s ease, background-color 0.3s ease;
    background-color: transparent;
    color: white;
    font-size: 16px;
    text-align: left;
}

.itpms-info-text:hover {
    padding-top: 40px;
    background-color: rgba(0, 0, 0, 0.30);
}

.kehu-swiper {
    height: 280px;
    background-color: white;
    overflow: hidden;
}

.kehu-swiper .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.kehu-swiper .swiper-wrapper .swiper-slide {
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-color: white; */
    /* justify-content: center; */
}

.kehu-swiper .swiper-wrapper .swiper-slide img {
    transform: scale(0.7);
    height: 100%;
}

.corporate-philosophy {
    display: flex;
    height: 350px;
    /* background-image: url("/templates/whxindu/images/corporate-philosophy-2.png"); */
    /* background-image: url("/templates/rollen/公司愿景.jpg"); */
    /* background-repeat: no-repeat; */
    /* background-position: center center; */
    /* background-size: cover; */
    position: relative;
    /* transform: scaleX(-1); */
}

.corporate-philosophy-background {
    position: absolute;
    /* 绝对定位铺满父元素 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* 原背景图属性迁移到这里 */
    background-image: url("/templates/rollen/公司愿景..jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.corporate-philosophy>h3 {
    position: absolute;
    top: 40px;
    left: 40px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 20px 30px;
    font-size: 60px;
}

.corporate-philosophy-left {
    width: 750px;
}

.corporate-philosophy-right {
    flex-grow: 1;
    width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 90px 60px 0;
    color: white;
}

.corporate-philosophy-right h3 {
    text-align: left;
}

.corporate-philosophy-right>span {
    text-indent: 2em;
    line-height: 1.6;
}

.waterfall {
    background-image: url("/templates/whxindu/images/waterfall.png");
}

.about-us-right {
    width: 750px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about-us-right-info>div>span:first-child {
    font-weight: bold;
    font-size: 40px;
    margin-right: 10px;
}

.about-us-right-info>span {
    margin-top: 20px;
    font-size: 25px;
}

.about-us-right-item>div:nth-of-type(2) {
    margin-top: 40px;
}

.swiper-pagination-bullet {
    width: 60px !important;
    height: 5px !important;
    border-radius: 0 !important;
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.about-us-vertical-line {
    width: 2px;
    height: 180px;
    background-color: rgba(128, 128, 128, 0.541);
}

.solution-content .swiper-wrapper {
    height: 600px;
}

.solution-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;
}

.about-us-title {
    position: absolute;
    top: 60px;
    /* left: 50px; */
    font-size: 40px;
    font-weight: bold;
    color: #2793FF;
    z-index: 1;
}

.about-us-title::after {
    content: "ABOUT US";
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: -25px;
    font-size: 50px;
    color: rgba(128, 128, 128, 0.315);
    z-index: -1;
}

.footer-title-line {
    margin-bottom: 20px;
    position: relative;
    font-size: 16px !important;
}

.footer-title-line::before {
    content: "";
    position: absolute;
    bottom: -15px;
    height: 3px;
    width: 20px;
    background-color: white;
    left: 0;
}

.index_banner_bar {
    height: 60px;
    width: 100%;
    background-color: #F5F5F5;
}

.index_banner_bar>.guanyuwomen_all {
    display: flex;
    align-items: stretch;
    height: 100%;
    justify-content: center;
}

.index_banner_bar_item {
    /* flex-grow: 1; */
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #4A4A4A;
    cursor: pointer;
    transition: color 0.5s ease;
    width: 320px;
}

.index_banner_bar_item-active,
.index_banner_bar_item:hover {
    font-weight: bold;
    color: #2571f3;
    position: relative;
}

.index_banner_bar_item-active::after {
    content: "";
    position: absolute;
    width: 70%;
    height: 3px;
    background-color: #2571f3;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.about_us_title {
    font-weight: bold;
    font-size: 36px;
}

.about_us_content {
    color: #666;
    line-height: 1.75;
    font-size: 16px;
    margin-top: 16px;
}

.about_us_image {
    display: flex;
    margin-top: 20px;
    height: 584px;
    width: 100%;
}

.about_us_image-left {
    flex-grow: 2;
    display: flex;
    flex-direction: column;
}

.about_us_image-left>div {
    flex-grow: 1;
    background-color: #2793FF;
}

.about_us_image-right {
    flex-grow: 1;
    background-color: #d0d7df;
    /* margin-left: 10px; */
    background-image: url("/templates/rollen/关于我们-创新.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* 瀑布流容器 */
.waterfall-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 20px auto;
}

/* 瀑布流子项 */
.waterfall-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

.waterfall-item:hover {
    transform: translateY(-5px);
}

.waterfall-title {
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.waterfall-desc {
    font-size: 16px;
    color: #666;
    line-height: 2.1;
}

/* 移动端响应式：屏幕小于768px时自动转为1列 */
@media (max-width: 768px) {
    .waterfall-container {
        grid-template-columns: 1fr;
        /* 移动端1列 */
        gap: 15px;
    }

    .waterfall-content {
        padding: 12px;
    }
}

.waterfall-images {
    height: 120px;
    display: flex;
    margin-top: 50px;
    flex-direction: row-reverse;
}

.waterfall-images>img {
    height: 100%;
    margin-left: 25px;
}

.yyly-background {
    background-color: rgb(14, 10, 37);
}

.yyly-item {
    height: 700px;
    /* overflow: hidden; */
    position: relative;
}

.yyly-image-list {
    position: absolute;
    top: 535px;
    width: 100%;
}

.yyly-image-content {
    position: relative;
    height: 700px;
    width: 100%;
    overflow: hidden;
}

.yyly-image-content>.yyly-image-info {
    position: absolute;
    top: 0;
    right: 0;
}

.yyly-text-content>.yyly-image-info {
    position: absolute;

}

.yyly-image-background {
    position: absolute;
    width: 1000px;
    height: 1000px;
    border-radius: 50%;
    overflow: hidden;
    right: -300px;
    top: -150px;
}

.yyly-image-background::after {
    content: '';
    /* 伪元素必须有content */
    position: absolute;
    /* 绝对定位覆盖图片 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* 蒙版样式：半透明背景（核心） */
    background-color: rgba(0, 43, 100, 0.747);
    /* 黑色半透明，最后一位0.5是透明度（0-1） */
    /* 可选：防止蒙版遮挡图片的点击事件（如果需要点击图片/容器） */
    pointer-events: none;
}

.yyly-image-background>img {
    width: 100%;
    position: absolute;
    top: -50%;
    transform: scaleX(-1);
}

.yyly-image-background-1 {
    top: 0 !important;
    width: auto !important;
    height: 100% !important;
}

.yyly-image-background-2 {
    top: 0 !important;
    left: -180px;
    width: auto !important;
    height: 100% !important;
    transform: scaleX(1) !important;
}


.yyly-item>.yyly-text-content {
    color: white;
    position: absolute;
    width: 520px;
    display: flex;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    flex-direction: column;
}

.yyly-item>.yyly-text-content>span {
    padding-bottom: 10px;
    font-size: 30px;
}

.yyly-item>.yyly-text-content>p {
    line-height: 1.75;
    font-size: 16px;
    color: #ddd;
}


/* 网格容器 */
.grid-container {
    width: 100%;
    padding: 40px 20px;
    margin: 0 auto;
    display: grid;
    /* 间距30px */
    gap: 45px;
    /* 小屏默认1列，fr 确保等宽 */
    grid-template-columns: repeat(1, 1fr);
    box-sizing: border-box;
}

/* 网格项 */
.grid-item {
    /* 确保所有格子高度一致 */
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.grid-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 图片样式 */
.grid-img {
    width: 100%;
    /* 固定图片宽高比（可调整，这里用16:9） */
    aspect-ratio: 16/9;
    object-fit: cover;
    /* 保持图片比例，裁剪多余部分 */
}

/* 标题链接样式 */
.grid-title {
    margin: 16px;
    flex: 1;
    display: -webkit-box;
    /* 最多显示2行 */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    overflow: hidden;
}

.grid-title:hover {
    color: #2563eb;
    /* hover变色 */
}

/* 响应式适配：中屏（≥640px）显示2列 */
@media (min-width: 640px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 响应式适配：大屏（≥992px）显示3列 */
@media (min-width: 992px) {
    .grid-container {
        grid-template-columns: repeat(3, 1fr);
        /* 大屏限制最大宽度，避免格子过宽 */
        max-width: 1400px;
    }
}

.join-us-reason {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.join-us-sub-title {
    padding: 50px;
    font-size: 40px;
}

.join-us-reason-image {
    width: 1200px;
    height: 582px;
    background-image: url("/templates/rollen/11111.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* 容器样式 */
/* 容器样式：最大宽1200px，居中显示 */
.list-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* 列之间间距 */
    padding: 0 20px;
    /* max-width: 1200px; */
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* 列样式：固定宽度，桌面端两列均分容器宽度 */
.list-column {
    width: calc((100% - 20px) / 2);
    /* 减去gap后均分，固定宽 */
    min-width: 300px;
    /* 移动端最小宽，避免过窄 */
}

/* 列表项样式：宽度100%继承列宽，固定不变 */
.list-item {
    width: 100%;
    border-bottom: 1.5px solid #c7c7c7;
    /* 灰色分割线 */
    padding: 20px 0;
}

.list-column .list-item:first-child {
    border-top: 1.5px solid #c7c7c7;
}

/* 项目头部（名称+加减号） */
.item-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
}

/* 加减号按钮 */
.toggle-btn {
    width: 24px;
    height: 24px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #666;
    cursor: pointer;
    transition: all 0.2s;
}

.toggle-btn:hover {
    border-color: #999;
    color: #333;
}

.item-name {
    color: #444;
    font-size: 18px;
    padding: 0 20px;
}

.list-item:hover .item-name {
    color: #0a6cdc;
    font-weight: bold;
}

/* 详情区域：宽度100%，不影响列宽 */
.item-details {
    margin-top: 12px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
    display: none;
    /* 默认隐藏 */
    font-size: 14px;
    color: #000;
    line-height: 2;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    /* 强制继承列表项宽度 */
}

/* 展开状态样式 */
.list-item.active .item-details {
    display: block;
}

.list-item.active .toggle-btn::after {
    content: "-";
}

.toggle-btn::after {
    content: "+";
}

/* 移动端适配（单列，宽度100%） */
@media (max-width: 768px) {
    .list-container {
        gap: 0;
        padding: 16px;
    }

    .list-column {
        width: 100%;
        /* 移动端单列，宽度铺满容器 */
        min-width: auto;
    }
}

/* 核心：圆形虚线边框按钮样式 */
.dashed-circle-btn {
    /* 宽高相等 + border-radius:50% 实现圆形 */
    width: 90px;
    height: 90px;
    border-radius: 50%;

    /* 虚线边框：宽度 + 虚线样式 + 颜色（可自定义） */
    border: 2px dashed #409eff;

    /* 文字样式 */
    font-size: 15px;
    color: #409eff;

    /* 文字居中（垂直+水平） */
    text-align: center;
    line-height: 90px;

    /* 过渡动画：让交互效果更丝滑 */
    transition: all 0.3s ease;
}

/* 鼠标悬停效果：加深边框/文字颜色 + 轻微放大 */
.dashed-circle-btn:hover {
    border-color: #1e88e5;
    color: #1e88e5;
    transform: scale(1.05);
    /* 轻微放大 */
}

/* 鼠标点击效果：轻微缩小，模拟按压感 */
.dashed-circle-btn:active {
    transform: scale(0.98);
}

/* 胶囊形虚线边框按钮核心样式 */
.dashed-capsule-btn {
    /* 胶囊形：border-radius设为高度的一半（或足够大的数值） */
    height: auto;
    padding: 0 24px;
    /* 左右内边距，替代固定宽度，适配不同文字长度 */
    border-radius: 998px;
    /* 等于height的一半，完美胶囊形 */

    /* 虚线边框 */
    border: 2px dashed #2571f3;
    font-size: 15px;
    color: #2571f3;
    text-align: center;
    line-height: 1;
    cursor: pointer;

    /* 过渡动画，交互更丝滑 */
    transition: all 0.3s ease;
    user-select: none;
}

/* 悬停效果：加深边框/文字颜色 + 轻微背景色 */
.dashed-capsule-btn:hover {
    border-color: #1e88e5;
    color: #1e88e5;
    background-color: rgba(64, 158, 255, 0.05);
}

/* 点击效果：轻微压缩，模拟按压感 */
.dashed-capsule-btn:active {
    transform: scale(0.98);
}

.join-us-button {
    font-size: 25px;
    padding: 18px 120px;
    margin: 80px;
    white-space: normal;
}

/* 时间轴容器（加前缀） */
.fzlc-timeline-container {
    max-width: 1000px;
    margin: 45px auto;
    position: relative;
}

/* 时间轴主线条（加前缀） */
.fzlc-timeline-container::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #ddd;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 6px;
}

/* 时间轴项（加前缀） */
.fzlc-timeline-item {
    padding: 10px 40px;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

/* 时间轴节点（加前缀） */
.fzlc-timeline-item::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #2571f3;
    border-radius: 50%;
    top: 15px;
    z-index: 1;
}

/* 左侧项（保留left但容器类已加前缀） */
.fzlc-timeline-item.left {
    left: 0;
}

/* 右侧项（保留right但容器类已加前缀） */
.fzlc-timeline-item.right {
    left: 50%;
}

/* 左侧节点位置 */
.fzlc-timeline-item.left::after {
    right: -10px;
}

/* 右侧节点位置 */
.fzlc-timeline-item.right::after {
    left: -10px;
}

/* 内容卡片（加前缀） */
.fzlc-timeline-content {
    padding: 20px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.fzlc-timeline-content h2 {
    color: #333;
    font-size: 18px;
    margin-bottom: 10px;
}

/* 日期类（加前缀） */
.fzlc-date {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.fzlc-timeline-content p {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

/* 响应式：屏幕宽度小于768px时改为垂直布局 */
@media screen and (max-width: 768px) {
    .fzlc-timeline-container::after {
        left: 31px;
    }

    .fzlc-timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    .fzlc-timeline-item::after {
        left: 15px;
    }

    .fzlc-timeline-item.left::after,
    .fzlc-timeline-item.right::after {
        left: 15px;
    }

    .fzlc-timeline-item.right {
        left: 0%;
    }
}

.contact-content {
    display: flex;
    height: 240px;
    align-items: stretch;
    gap: 16px;
    margin: 50px 0;
}

.contact-item {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: white; */
    border-radius: 20px;
    border: 1px rgba(128, 128, 128, 0.425) solid;
    width: 0;
}

.contact-item .lx_img {
    border: 2px #2571f3 dotted;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-item .lx_img img {
    width: 30px;
    height: 30px;
    /* filter: brightness(0.25) contrast(1.3) sepia(1) saturate(12) hue-rotate(208deg) brightness(1.2); */
}

.contact-item p:nth-of-type(1) {
    font-size: 14px;
    margin-top: 30px;
}

.contact-item .pp1 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-top: 10px;
}

.jjfa-title {
    font-size: 36px;
    color: #2571f3;
    font-weight: bold;
    padding-top: 30px;
}

.jjfa-sub-title {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
}

.jjfa-article {
    line-height: 1.9;
    color: #666;
    margin-top: 10px;
    height: 100px;
}

.jjfa-info {
    display: flex;
    align-items: center;
}

.jjfa-info>.jjfa-info-img {
    width: 600px;
}

.jjfa-info-right {
    margin-left: 120px;
    flex-grow: 1;
    width: 0;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    color: #666;
    line-height: 2;
}

.jjfa-applicable {
    color: #2571f3;
    font-size: 16px;
    font-weight: bold;
    margin-top: 50px;
}

.jjfa-applicable-info {
    color: #363b4c;
    line-height: 1.75;
    font-size: 16px;
}

/* 容器：控制图片整体显示大小，裁剪溢出部分 */
.img-wrapper {
    /* 自定义图片显示的固定尺寸（整体大小不变） */
    /* width: 300px; */
    height: 400px;
    /* 关键：裁剪超出容器的图片部分 */
    overflow: hidden;
    /* 让图片绝对定位时以容器为参考 */
    position: relative;
    /* 可选：容器居中，方便查看 */
    margin: 0 auto;
}

/* 图片：中心对齐 + 缩放放大 */
.img-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.jjfa-background {
    background-color: rgba(0, 140, 255, 0.075);
    /* background-color: white; */
    padding-bottom: 50px;
}

.white-line::after {
    background-color: white !important;
}

.index-gsyj {
    height: 600px;
    display: flex;
    align-items: stretch;
    margin-bottom: 30px;
    gap: 10px;
}

.index-gsyj-left {
    width: 800px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.index-gsyj-left-top {
    background-image: url("/templates/rollen/公司愿景.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.index-gsyj-left-bottom {
    background-image: url("/templates/rollen/公司愿景..jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
}

.index-gsyj-right {
    background-image: url("/templates/rollen/b3ccda54364cb3d378a2ad74d5887d32.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
}

.index-gsyj-left>div {
    flex-grow: 1;
}

.index-gsyj-text-title {
    color: white;
    font-size: 28px;
    text-align: left;
    margin-bottom: 15px;
}

.index-gsyj-text-title-line {
    position: relative;
}

.index-gsyj-text-title-line::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 55px;
    /* 初始宽度为0 */
    height: 2px;
    background-color: white;
}

.index-gsyj-text-info {
    color: white;
    font-size: 18px;
    text-align: left;
    position: relative;
}

.index-gsyj-right {
    flex-grow: 1;
    position: relative;
    text-shadow:
        -1px -1px 0 #0000004f,
        1px -1px 0 #0000004f,
        -1px 1px 0 #0000004f,
        1px 1px 0 #0000004f;
}

.index-gsyj-right-background {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /* z-index: -1; */
    /* background-color: rgba(0, 0, 0, 0.13); */
}

.index_banner2-no-background::before {
    background-color: transparent;
}

.index-why-background {
    background-image: url(/templates/rollen/主页-资质和荣誉背景.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 20px;
    box-sizing: border-box;
}

.index-title-white {
    color: white !important;
}

.index-title-white::after {
    background-color: white !important;
}

.index-title-line {
    position: relative;
    margin-bottom: 50px;
    margin-top: 30px
}

.index-title-line::after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: black;
}

.news-info-title {
    text-align: center !important;
    font-weight: bold;
}

.header-top-empty {
    height: 75px;
}

.about-us-info-text {
    text-align: left;
    margin-top: 120px;
    font-size: 17px;
    color: gray;
}

.m_banner {
    display: none;
}

.yyly-text-content-images {
    display: none;
}

#dituContent {
    /* background-image: url("/templates/rollen/map.jpg"); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    /* height: 500px; */
    /* margin-bottom: 20px; */
    overflow: hidden;
}

#dituContent>img {
    position: absolute;
    left: -85px;
    top: -50px;
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
}

@media (max-width: 767px) {
    .header-top-empty {
        height: 0;
    }

    .corporate-philosophy {
        flex-direction: column;
        height: auto;
    }

    .corporate-philosophy-right {
        width: auto;
        padding: 30px 0 30px 0;
    }

    .about-us-info-text {
        margin-top: 90px;
    }

    .about-us-layout {
        display: flex;
        flex-direction: column;
    }

    .about-us-right {
        width: auto;
    }

    .index-gsyj-left {
        width: 60%;
    }

    .jzyj-layout {
        margin: 0;
        margin-top: 30px;
    }

    .why-content {
        display: grid;
        gap: 5px;
        grid-template-columns: repeat(2, 1fr);
    }

    .itpms-info-text {
        padding-top: 40px;
        background-color: rgba(0, 0, 0, 0.30);
        font-size: 13px;
    }

    .about-us-right-info>div>span:first-child {
        font-weight: bold;
        font-size: 30px;
        margin-right: 10px;
    }

    .about-us-right-info>span {
        margin-top: 20px;
        font-size: 18px;
    }

    .index-title-line {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    .m_banner_index {
        height: 350px;
        overflow: hidden;
    }

    .swiper-slide-active>.swiper-slide-content {
        /* background-color: red; */
        /* width: 120%; */
        transform: translate(-50%, -50%) scale(1);
    }

    .index_banner2 {
        height: 200px;
    }

    .jjfa-article {
        height: auto;
    }

    .jjfa-info {
        flex-direction: column;
    }

    .jjfa-info-right {
        width: 100%;
        margin: 0;
    }

    .about_us_idx {
        padding: 0 20px;
    }

    .jjfa-title {
        white-space: normal;
        font-size: 25px;
    }

    .jjfa-info>.jjfa-info-img {
        width: 100%;
    }

    .yyly-image-list {
        display: none;
    }

    .index_banner2-title>h1:nth-child(1) {
        font-size: 25px !important;
    }

    .index_banner2-title>h1:nth-child(2) {
        font-size: 18px !important;
    }

    .yyly-item {
        height: auto;
    }

    .yyly-item>.yyly-text-content {
        width: 100%;
        height: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        position: static;
        transform: none;
    }

    .yyly-text-content-images {
        display: block;
    }

    .yyly-text-content-images>img {
        width: 100%;
        /* height: 100%; */
        background-color: transparent;
    }

    .join-us-sub-title {
        padding: 20px;
        font-size: 25px;
    }

    .join-us-reason-image {
        width: 100%;
        height: 200px;
    }

    .join-us-button {
        margin: 60px 0 60px 0;
        font-size: 20px;
    }

    .list-container>.list-column:nth-child(1)>.list-item:last-child {
        border-bottom: none;
    }

    .contact-content {
        flex-direction: column;
        height: auto;
    }

    .contact-item {
        width: 100%;
        padding: 30px 0;
    }

    .contact-item p:nth-of-type(1) {
        margin-top: 15px;
    }

    .kehu-swiper-3 {
        height: 280px !important;
    }

    .kehu-swiper-3 .swiper-wrapper .swiper-slide .kehu-swiper-3-info {
        bottom: 10px;
    }

    .kehu-swiper-1,
    .kehu-swiper-2 {
        height: 180px;
    }

    .kehu-swiper-slide {
        width: 160px !important;
    }

    .our_kehu {
        padding-bottom: 0;
    }

    .yyly-text-content>.yyly-image-info {
        display: none;
    }

    .yyly-background {
        width: 100%;
        overflow: hidden;
    }

    .foot22 {
        padding: 20px;
        box-sizing: border-box;
    }

    .foot5 {
        display: none;
    }

    #dituContent>img {
        position: absolute;
        left: 50%;
        top: 50%;
        /* top: 50%; */
        transform: translate(-50%, -50%);
    }

}