/* 设置html初始字体大小和禁用transition，防止页面加载时的缩放闪烁 */

@font-face {
    font-family: "titFont";
    /* 你自己起的名字 */
    src: url("../assets/almm.ttf");
    /* 字体文件路径 */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "numFont";
    /* 你自己起的名字 */
    src: url("../assets/numFont.TTF");
    /* 字体文件路径 */
    font-weight: normal;
    font-style: normal;
}

html {
    font-size: 10px;

}

body {
    margin: 0 auto;
    font-size: 10px;
    color: #262728;
    font-family: 'arial', 'helvetica neue', 'SYSTM', 'microsoft yahei ui', 'microsoft yahei', 'pingfang SC', 'simsun', sans-serif;
    line-height: normal;
    overflow-x: hidden;
    background-color: #FAFCFF;
}

html,
body {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* 已移除全局 transition 强制规则，避免页面切换时的白闪问题 */

ul,
li {
    list-style: none;
}

img {
    border: 0px;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    /* color: #0036CF; */
    text-decoration: none;
    transition: 0s;
    -webkit-transition: 0s;
    -ms-transition: 0s;
}

a:active {
    text-decoration: none
}

a:focus {
    outline: none;
}

.container {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.swiper-content-common {
    position: absolute;
    z-index: 2;
    bottom: 26rem;
    left: 15.8rem;
}

.swiper-content-common .swiper-title-common {
    font-weight: bold;
    font-size: 6.6rem;
    color: #0E172D;
    line-height: 9.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
    margin-bottom: 2rem;
    color: #fff;
}

.swiper-content-common .swiper-text-common {
    font-weight: bold;
    font-size: 2.4rem;
    color: rgba(14, 23, 45, 0.9);
    line-height: 3.4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
    color: #fff;
}

.mySwiper_content {
    max-height: 68rem;
    overflow: hidden;
    position: relative;
}

.mySwiper_content .swiper-wrapper {
    height: 100%;
}



.mySwiper_content .swiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 激活 */
.mySwiper_content .swiper-pagination-bullet-active {
    background-color: #F57730;
}

/* 未激活 */
.mySwiper_content .swiper-pagination-bullet {
    width: 6.8rem;
    height: 0.8rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0.4rem;

}

/* 2. 大屏 1440px ~ 1599px（2K 显示器缩小窗口 / 15.6 寸高性能本） */
@media (max-width: 1599px) {
    .container {
        max-width: 1300px;
    }

    .swiper-content-common {
        bottom: 20rem;
    }

    .swiper-content-common .swiper-title-common {
        font-size: 6.3rem;
        margin-bottom: 2rem;
    }

    .swiper-content-common .swiper-text-common {
        font-size: 2.2rem;
    }
}

/* 3. 中大屏 1366px ~ 1439px（最常见笔记本 1080P 全屏） */
@media (max-width: 1439px) {
    .container {
        max-width: 1140px;
    }
}

/* 4. 标准屏 1280px ~ 1365px（老款笔记本 / 小屏显示器） */
@media (max-width: 1365px) {
    .container {
        max-width: 1060px;
    }

    .swiper-content-common {
        bottom: 15rem;
    }

    .swiper-content-common .swiper-title-common {
        font-size: 5rem;
        line-height: 5.2rem;
    }

    .swiper-content-common .swiper-text-common {
        font-size: 2rem;
    }
}

/* 5. 小PC屏 1199px ~ 1279px（1280×720 老显示器） */


/* 6. 迷你PC / 横版平板 992px ~ 1199px */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }

}

/* 7. 竖版平板 768px ~ 991px */
@media (max-width: 991px) {


    .swiper-content-common {
        bottom: 2rem;
    }


    .swiper-content-common .swiper-title-common {
        font-size: 2.8rem;
        line-height: 3.2rem;
        margin-bottom: 0;
    }

    .swiper-content-common .swiper-text-common {
        font-size: 1.8rem;
    }

    .container {
        max-width: 720px;
        padding: 0 2rem;
    }

}

/* 8. 手机 <768px */
@media (max-width: 767px) {
    .mySwiper_content {
        height: 18rem !important;
    }

    .swiper-content-common {

        left: 2rem;
    }

    .container {
        max-width: 100%;
        padding: 0 2rem;
    }
}

/* ============ tab_content 标签栏公共样式 ============ */

.tab_content {
    position: relative;
    width: 100%;
    height: 4.5rem;
}

.tab_content .tab_content_box {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, #ccd1da 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 4px 0px rgba(240, 240, 240, 0.25);
    padding: 2.6rem 0;
    width: 100%;
    position: absolute;
    top: -4.5rem;
    z-index: 10;
}

.tab_content .tab_content_box_item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tab_content .tab_content_box_sz {
    height: 2.1rem;
    border: 1px solid rgba(14, 23, 45, 0.1);
    margin: 0 16rem;
}

.tab_content .tab_content_box_item_title {
    font-weight: bold;
    font-size: 1.6rem;
    color: #0037FF;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.tab_content .tab_content_box_item_title.active {
    color: #F57730 !important;
}

.tab_content .tab_content_box_item:hover .img_box {
    background-color: #F57730 !important;
}

.tab_content .tab_content_box_item:hover .tab_content_box_item_title {
    color: #F57730 !important;
}

.tab_content .img_box {
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0061ff;
    margin-right: 1.2rem;
    border-radius: 50%;
}

.tab_content .img_box.active {
    background-color: #F57730 !important;
}

/* tab_content 响应式 */

@media (max-width: 1439px) {
    .tab_content .tab_content_box_sz {
        margin: 0 10rem;
    }
}

@media (max-width: 1279px) {
    .tab_content .tab_content_box_item_title {
        font-size: 1.4rem;
    }

    .tab_content .img_box {
        width: 3rem;
        height: 3rem;
    }

    .tab_content .tab_content_box_sz {
        margin: 0 6rem;
    }
}

@media (max-width: 991px) {
    .tab_content .tab_content_box {
        padding: 2rem 0;
        background: #FFFFFF;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
    }

    .tab_content .tab_content_box_sz {
        margin: 0 4rem;
    }

    .tab_content .tab_content_box_item_title {
        font-size: 1.4rem;
    }

    .tab_content .img_box {
        width: 2.6rem;
        height: 2.6rem;
        margin-right: 0.8rem;
    }

    .tab_content .img_box img {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .tab_content .tab_content_box {
        flex-direction: row;
        gap: 0;
        padding: 2rem 0;
        position: relative;
        top: 2rem;
        background: #FFFFFF;
        box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
		display:none
    }

    .tab_content {
        height: auto;
    }

    .tab_content .tab_content_box_sz {
        margin: 0 2rem;
    }

    .tab_content .tab_content_box_item_title {
        font-size: 1.4rem;
    }

    .tab_content .img_box {
        width: 2.8rem;
        height: 2.8rem;
        margin-right: 0.8rem;
    }

    .tab_content .img_box img {
        max-width: 50%;
    }
}

/* ============ pagination 分页公共样式 ============ */

.pagination {
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 8rem;
}

.pagination .pagination_item {
    width: 5rem;
    height: 5rem;
    background: linear-gradient(0deg, #F2F4F7 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 14px 0px rgba(225, 230, 240, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 400;
    font-size: 1.6rem;
    color: #333333;
    font-style: normal;
    text-transform: none;
}

.pagination .pagination_item.active {
    background: #F57730;
    color: #FFFFFF;
}

.pagination .pagination_item:hover {
    background: #F57730;
    color: #FFFFFF;
}

/* pagination 响应式 */

@media (max-width: 1199px) {
    .pagination .pagination_item {
        width: 4rem;
        height: 4rem;
        font-size: 1.4rem;
    }

    .pagination {
        gap: 1.5rem;
        margin-top: 5rem;
    }
}

@media (max-width: 991px) {
    .pagination .pagination_item {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.4rem;
    }

    .pagination {
        gap: 1.2rem;
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    .pagination .pagination_item {
        width: 3.2rem;
        height: 3.2rem;
        font-size: 1.4rem;
    }

    .pagination {
        gap: 1rem;
        margin-top: 3rem;
    }
}

/* ============ standardProduct 标准化产品公共样式 ============ */

.standardProduct {
    padding: 10rem 0 0 0;
    background: linear-gradient(180deg, #C2DCFE 0%, #FFFFFF 49.18%);
}

.standardProduct .standardProduct_content_title {
    font-weight: bold;
    font-size: 6.2rem;
    color: #0E172D;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
    margin-bottom: 5rem;
}

.standardProduct .standardProduct_content {
    background-image: url("../image/designCenter/bg1.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 15rem 0;
}

.standardProduct .standardProduct_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 3rem;
}

.standardProduct .standardProduct_list_item {
    background: linear-gradient(180deg, #F2F4F7 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 14px 0px rgba(225, 230, 240, 0.4);
    padding: 5rem;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.standardProduct .standardProduct_list_item:hover {
    transform: translateY(-0.8rem);
    box-shadow: 8px 16px 30px 0px rgba(225, 230, 240, 0.6);
}

.standardProduct .standardProduct_list_title {
    font-family: titFont;
    font-weight: bold;
    font-size: 2rem;
    color: #0E172D;
    line-height: 3.6rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1.6rem;
}

.standardProduct .standardProduct_list_desc {
    font-weight: 400;
    font-size: 1.6rem;
    color: rgba(14, 23, 45, 0.8);
    line-height: 4rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* standardProduct 响应式 */

@media (max-width: 1599px) {
    .standardProduct {
        padding: 8rem 0 0 0;
    }

    .standardProduct .standardProduct_content_title {
        font-size: 5rem;
        margin-bottom: 4rem;
    }

    .standardProduct .standardProduct_content {
        padding: 12rem 0;
    }

    .standardProduct .standardProduct_list_item {
        padding: 4rem;
    }

    .standardProduct .standardProduct_list_title {
        font-size: 1.8rem;
    }

    .standardProduct .standardProduct_list_desc {
        font-size: 1.4rem;
        line-height: 3.5rem;
    }
}

@media (max-width: 1439px) {
    .standardProduct {
        padding: 6rem 0 0 0;
    }

    .standardProduct .standardProduct_content_title {
        font-size: 4.2rem;
        margin-bottom: 3rem;
    }

    .standardProduct .standardProduct_content {
        padding: 10rem 0;
    }

    .standardProduct .standardProduct_list_item {
        padding: 3.5rem;
    }

    .standardProduct .standardProduct_list_title {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 1279px) {
    .standardProduct {
        padding: 5rem 0 0 0;
    }

    .standardProduct .standardProduct_content_title {
        font-size: 3.6rem;
    }

    .standardProduct .standardProduct_content {
        padding: 8rem 0;
    }

    .standardProduct .standardProduct_list {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .standardProduct .standardProduct_list_item {
        padding: 3rem;
    }

    .standardProduct .standardProduct_list_title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .standardProduct .standardProduct_list_desc {
        line-height: 3rem;
    }
}

@media (max-width: 1199px) {
    .standardProduct {
        padding: 4rem 0 0 0;
    }

    .standardProduct .standardProduct_content_title {
        font-size: 3.2rem;
    }

    .standardProduct .standardProduct_content {
        padding: 6rem 0;
    }

    .standardProduct .standardProduct_list_item {
        padding: 2.5rem;
    }
}

@media (max-width: 991px) {
    .standardProduct {
        padding: 3.5rem 0 0 0;
    }

    .standardProduct .standardProduct_content_title {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .standardProduct .standardProduct_content {
        padding: 5rem 0;
    }

    .standardProduct .standardProduct_list {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .standardProduct .standardProduct_list_item {
        padding: 2.5rem;
    }
}

@media (max-width: 767px) {
    .standardProduct {
        padding: 3rem 0 0 0;
    }

    .standardProduct .standardProduct_content_title {
        font-size: 2.4rem;
    }

    .standardProduct .standardProduct_content {
        padding: 4rem 0;
    }

    .standardProduct .standardProduct_list_item {
        padding: 2rem;
    }

    .standardProduct .standardProduct_list_desc {
        line-height: 2.6rem;
    }
}

/* ============ consultation_lx 咨询模块公共样式 ============ */

.consultation_lx {
    max-height: 29rem;
    max-width: 100%;
    background-image: url("../image/designCenter/bg4.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6rem 0;
}

.consultation_lx .consultation_lx_content_title {
    font-weight: bold;
    font-size: 3.2rem;
    color: #0E172D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1.6rem;
    font-family: titFont;
}

.consultation_lx .consultation_lx_content_desc {
    font-weight: 400;
    font-size: 1.8rem;
    color: rgba(14, 23, 45, 0.8);
    line-height: 2.9rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 2.6rem;
}

.consultation_lx .ljzx {
    position: relative;
    width: 19.6rem;
    height: 5.8rem;
    background:
        linear-gradient(90deg, #0066CC 0%, #0044DD 100%) left/0% 100% no-repeat,
        linear-gradient(90deg, #0086FE 0%, #0037FF 100%) left/100% 100% no-repeat;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 1.8rem;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
    transition: background-size 0.45s ease;
}

.consultation_lx .ljzx:hover {
    background-size: 100% 100%, 100% 100%;
}

/* consultation_lx 响应式 */

@media (max-width: 1599px) {
    .consultation_lx {
        padding: 5rem 0;
        max-height: 26rem;
    }

    .consultation_lx .consultation_lx_content_title {
        font-size: 2.8rem;
    }

    .consultation_lx .consultation_lx_content_desc {
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }

    .consultation_lx .ljzx {
        width: 18rem;
        height: 5.2rem;
        font-size: 1.6rem;
    }
}

@media (max-width: 1439px) {
    .consultation_lx {
        padding: 4.5rem 0;
        max-height: 24rem;
    }

    .consultation_lx .consultation_lx_content_title {
        font-size: 2.6rem;
    }

    .consultation_lx .consultation_lx_content_desc {
        font-size: 1.5rem;
        line-height: 2.6rem;
        margin-bottom: 1.8rem;
    }

    .consultation_lx .ljzx {
        width: 17rem;
        height: 5rem;
        font-size: 1.4rem;
    }
}

@media (max-width: 1279px) {
    .consultation_lx {
        padding: 4rem 0;
        max-height: 22rem;
    }

    .consultation_lx .consultation_lx_content_title {
        font-size: 2.4rem;
        margin-bottom: 1.2rem;
    }

    .consultation_lx .consultation_lx_content_desc {
        font-size: 1.4rem;
        line-height: 2.4rem;
        margin-bottom: 1.5rem;
    }

    .consultation_lx .ljzx {
        width: 16rem;
        height: 4.8rem;
    }
}

@media (max-width: 1199px) {
    .consultation_lx {
        padding: 3.5rem 0;
        max-height: 20rem;
    }

    .consultation_lx .consultation_lx_content_title {
        font-size: 2.2rem;
    }

    .consultation_lx .ljzx {
        width: 15rem;
        height: 4.5rem;
    }
}

@media (max-width: 991px) {
    .consultation_lx {
        padding: 3rem 0;
        max-height: none;
    }

    .consultation_lx .consultation_lx_content_title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .consultation_lx .consultation_lx_content_desc {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-bottom: 1.2rem;
    }

    .consultation_lx .ljzx {
        width: 14rem;
        height: 4.2rem;
    }
}

@media (max-width: 767px) {
    .consultation_lx {
        padding: 2.5rem 0;
    }

    .consultation_lx .consultation_lx_content_title {
        font-size: 1.8rem;
    }

    .consultation_lx .consultation_lx_content_desc {
        line-height: 2rem;
    }

    .consultation_lx .ljzx {
        width: 13rem;
        height: 4rem;
        font-size: 1.4rem;
    }
}

/* ============ audit 审计模块公共样式 ============ */

.audit {
    padding: 10rem 0;
    background-image: url("../image/costCenter/bg1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.audit .audit_content_title {
    font-weight: bold;
    font-size: 6.2rem;
    color: #0E172D;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
    margin-bottom: 5rem;
}

.audit .audit_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3rem;
}

.audit .audit_list_item {
    cursor: pointer;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.audit .audit_list_item_img {
    height: 28.8rem;
    overflow: hidden;
}

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

.audit .audit_list_item_bom {
    padding: 3rem 5rem;
    background: linear-gradient(180deg, #F2F4F7 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 14px 0px rgba(225, 230, 240, 0.4);
    flex: 1;
}

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

.audit .audit_list_item_bom .audit_list_item_bom_title {
    font-weight: bold;
    font-size: 2.6rem;
    color: #0E172D;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1.2rem;
}

.audit .audit_list_item_bom_desc {
    font-weight: 400;
    font-size: 1.5rem;
    color: #3E4557;
    line-height: 2.5rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

/* audit 响应式 */

@media (max-width: 1599px) {
    .audit {
        padding: 8rem 0;
    }

    .audit .audit_content_title {
        font-size: 5rem;
        margin-bottom: 4rem;
    }

    .audit .audit_list_item_img {
        height: 25rem;
    }

    .audit .audit_list_item_bom {
        padding: 2.5rem 4rem;
    }

    .audit .audit_list_item_bom_title {
        font-size: 1.8rem;
    }

    .audit .audit_list_item_bom_desc {
        font-size: 1.4rem;
        line-height: 2.3rem;
    }
}

@media (max-width: 1439px) {
    .audit {
        padding: 6rem 0;
    }

    .audit .audit_content_title {
        font-size: 4.2rem;
        margin-bottom: 3rem;
    }

    .audit .audit_list {
        gap: 2rem;
    }

    .audit .audit_list_item_img {
        height: 22rem;
    }

    .audit .audit_list_item_bom {
        padding: 2rem 3rem;
    }

    .audit .audit_list_item_bom_title {
        font-size: 1.6rem;
    }
}

@media (max-width: 1279px) {
    .audit {
        padding: 5rem 0;
    }

    .audit .audit_content_title {
        font-size: 3.6rem;
    }

    .audit .audit_list {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    .audit .audit_list_item_img {
        height: 20rem;
    }

    .audit .audit_list_item_bom {
        padding: 2rem 2.5rem;
    }

    .audit .audit_list_item_bom_title {
        font-size: 1.4rem;
    }
}

@media (max-width: 1199px) {
    .audit {
        padding: 4rem 0;
    }

    .audit .audit_content_title {
        font-size: 3.2rem;
    }

    .audit .audit_list {
        gap: 1.5rem;
    }

    .audit .audit_list_item_img {
        height: 18rem;
    }

    .audit .audit_list_item_bom {
        padding: 1.5rem 2rem;
    }
}

@media (max-width: 991px) {
    .audit {
        padding: 3.5rem 0;
    }

    .audit .audit_content_title {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .audit .audit_list {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .audit .audit_list_item_img {
        height: 24rem;
    }

    .audit .audit_list_item_bom {
        padding: 2rem 2.5rem;
    }
    .audit .audit_list_item_bom .audit_list_item_bom_title{
        font-size: 1.4rem;
    }
}

@media (max-width: 767px) {
    .audit {
        padding: 3rem 0;
    }

    .audit .audit_content_title {
        font-size: 2.4rem;
    }

    .audit .audit_list_item_img {
        height: 20rem;
    }

    .audit .audit_list_item_bom {
        padding: 1.5rem 2rem;
    }

    .audit .audit_list_item_bom_desc {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}

/* ============ designCenter 设计中心模块公共样式 ============ */

.designCenter {
    background: #FAFCFF;
    padding: 10rem 0;
}

.designCenter .designCenter_title {
    font-weight: bold;
    font-size: 6.2rem;
    color: #0E172D;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
    margin-bottom: 5rem;
}

.designCenter .designCenter_cont {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 0 10.3rem;
}

.designCenter .designCenter_cont_left {
    display: flex;
    gap: 0 5.8rem;
}

.designCenter .designCenter_cont_left_one {
    display: flex;
    flex-direction: column;
    gap: 15.3rem;
    justify-content: space-between;
}

.designCenter .designCenter_cont_sdHig {
    height: 15.3rem !important;
}

.designCenter .designCenter_cont_left_one_img {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.designCenter .iconImgk {
    max-width: 5rem;
    max-height: 5rem;
    cursor: pointer;
}

.designCenter .iconImgkbox {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iconImgkboxssss {
    display: flex;
    gap: 3rem;
}

.designCenter .iconImgk.active {
    display: none;
}

.designCenter_cont_left_three .designCenter_cont_left_three_img_desc.active {
    display: none;
}

.designCenter .designCenter_cont_left_two {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: space-between; */
    width: 100%;

}

/* 图标容器悬停效果 */
.designCenter .iconImgkboxssss {
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.designCenter .iconImgkboxssss:hover {
    opacity: 0.8;
}

/* 描述内容区域样式 */
.designCenter .designCenter_cont_left_three_img_desc {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.designCenter .designCenter_cont_left_three_img_desc.active {
    visibility: visible;
    opacity: 1;
    height: auto;
    overflow: visible;
}

/* 标题悬浮效果 */
.designCenter .designCenter_cont_left_three_img_title {
    cursor: pointer;
    transition: color 0.3s ease;
}

.designCenter .designCenter_cont_left_three_img_title:hover {
    color:#0164ff
}

/* 右侧内容区域样式 */
.designCenter .designCenter_cont_right {
    position: relative;
    width: 100%;
    height: 100%;
}

.designCenter .designCenter_cont_right_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.designCenter .designCenter_cont_right_item.active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

.designCenter .designCenter_cont_right_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.designCenter .designCenter_cont_sd {
    width: 0.1rem;
    border: 1px dashed #E8E8E8;
    height:100%;

}

.designCenter .designCenter_cont_left_three {
    display: flex;
    flex-direction: column;
    gap: 15.3rem;
    width: 100%;
}

.designCenter .designCenter_cont_left_three_img {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.designCenter .designCenter_cont_left_three_img_title {
    font-weight: bold;
    font-size: 2rem;
    color: #0E172D;
    text-align: left;
    font-style: normal;
    text-transform: none;
     margin-top: 1rem;
 
}

.designCenter .designCenter_cont_left_three_img_desc {
    font-weight: 400;
    font-size: 1.6rem;
    color: #3E4557;
    line-height: 3.2rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.designCenter .designCenter_cont_left_three_img {}

.designCenter .designCenter_cont_left_three_img_desc {
    position: relative;
    width: 100%;
}

.designCenter .folt_ses {
    /* position: absolute;
    top: 0;
    width: 100%; */
}

.designCenter .designCenter_cont_right {
    width: 100%;
    height: 100%;

}

.designCenter .designCenter_cont_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* designCenter 响应式 */

@media (max-width: 1599px) {
    .designCenter {
        padding: 8rem 0;
    }

    .designCenter .designCenter_title {
        font-size: 5rem;
        margin-bottom: 4rem;
    }

    .designCenter .designCenter_cont {
        gap: 0 8rem;
    }

    .designCenter .designCenter_cont_left {
        gap: 0 4.5rem;
    }

    .designCenter .designCenter_cont_left_one,
    .designCenter .designCenter_cont_left_three {
        gap: 12rem;
    }

    .designCenter .designCenter_cont_sdHig {
        height: 12rem !important;
    }

    .designCenter .designCenter_cont_left_three_img {
        gap: 4rem;
    }

    .designCenter .iconImgk {
        max-width: 4.5rem;
        max-height: 4.5rem;
    }
}

@media (max-width: 1439px) {
    .designCenter {
        padding: 6rem 0;
    }

    .designCenter .designCenter_title {
        font-size: 4.2rem;
        margin-bottom: 3rem;
    }

    .designCenter .designCenter_cont {
        gap: 0 6rem;
    }

    .designCenter .designCenter_cont_left {
        gap: 0 3.5rem;
    }

    .designCenter .designCenter_cont_left_one,
    .designCenter .designCenter_cont_left_three {
        gap: 10rem;
    }

    .designCenter .designCenter_cont_sdHig {
        height: 10rem !important;
    }

    .designCenter .designCenter_cont_left_three_img {
        gap: 3rem;
    }

    .designCenter .designCenter_cont_left_three_img_title {
        font-size: 1.8rem;
    }

    .designCenter .designCenter_cont_left_three_img_desc {
        font-size: 1.4rem;
        line-height: 2.8rem;
    }

    .designCenter .iconImgk {
        max-width: 4rem;
        max-height: 4rem;
    }
}

@media (max-width: 1279px) {
    .designCenter {
        padding: 5rem 0;
    }

    .designCenter .designCenter_title {
        font-size: 3.6rem;
        margin-bottom: 2.5rem;
    }

    .designCenter .designCenter_cont {
        grid-template-columns: 1fr;
        gap: 3rem 0;
    }

    .designCenter .designCenter_cont_left {
        order: -1;
    }

    .designCenter .designCenter_cont_right {
        order: 1;
    }

    .designCenter .designCenter_cont_left {
        gap: 0 3rem;
    }

    .designCenter .designCenter_cont_left_one,
    .designCenter .designCenter_cont_left_three {
        gap: 8rem;
    }

    .designCenter .designCenter_cont_sdHig {
        height: 8rem !important;
    }

    .designCenter .designCenter_cont_left_three_img {
        gap: 2.5rem;
    }

    .designCenter .designCenter_cont_left_three_img_title {
        font-size: 1.6rem;
    }

    .designCenter .designCenter_cont_left_three_img_desc {
        line-height: 2.4rem;
        margin-top: 1.5rem;
    }

    .designCenter .iconImgk {
        max-width: 3.5rem;
        max-height: 3.5rem;
    }
}

@media (max-width: 1199px) {
    .designCenter {
        padding: 4rem 0;
    }

    .designCenter .designCenter_title {
        font-size: 3.2rem;
    }

    .designCenter .designCenter_cont_left {
        gap: 0 2rem;
    }

    .designCenter .designCenter_cont_left_one,
    .designCenter .designCenter_cont_left_three {
        gap: 6rem;
    }

    .designCenter .designCenter_cont_sdHig {
        height: 6rem !important;
    }

    .designCenter .designCenter_cont_left_three_img {
        gap: 2rem;
    }

    .designCenter .designCenter_cont_left_three_img_title {
        font-size: 1.4rem;
        margin-top: 1rem;
    }

    .designCenter .iconImgk {
        max-width: 3rem;
        max-height: 3rem;
    }
}

@media (max-width: 991px) {
    .designCenter .folt_ses {
        position: relative;
    }

    .designCenter {
        padding: 3.5rem 0;
    }

    .designCenter .designCenter_title {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .designCenter .designCenter_cont_left {
        flex-direction: column;
        gap: 2rem 0;
    }

    .designCenter .designCenter_cont_left_one,
    .designCenter .designCenter_cont_left_three {
        gap: 4rem;
    }

    .designCenter .designCenter_cont_left_one {
        flex-direction: row;
        justify-content: center;
        gap: 3rem;
    }

    .designCenter .designCenter_cont_left_two {
        /* flex-direction: row;
        justify-content: center;
        gap: 2rem; */
    }

    .designCenter .designCenter_cont_sd {
        /* width: 3rem;
        height: 0.1rem; */
    }

    .designCenter .designCenter_cont_left_three_img {
        gap: 1.5rem;
    }

    .designCenter .designCenter_cont_left_three_img_title {
        font-size: 1.4rem;
        margin-top: 0;
    }

    .designCenter .designCenter_cont_left_three_img_desc {
        font-size: 1.4rem;
        line-height: 2.2rem;
        margin-top: 1rem;
    }

    .designCenter .iconImgk {
        max-width: 2.8rem;
        max-height: 2.8rem;
    }
}

@media (max-width: 767px) {
    .designCenter {
        padding: 3rem 0;
    }

    .designCenter .designCenter_title {
        font-size: 2.4rem;
        margin-bottom: 1.5rem;
    }

    .designCenter .designCenter_cont_left_one {
        gap: 2rem;
    }

    .designCenter .designCenter_cont_left_three {
        gap: 3rem;
    }

    .designCenter .designCenter_cont_left_three_img_desc {
        line-height: 2rem;
        margin-top: 0.8rem;
    }

    .designCenter .iconImgk {
        max-width: 2.5rem;
        max-height: 2.5rem;
    }
}

/* ============ holding_accountable 模块公共样式 ============ */

.holding_accountable {
    padding: 10rem 0;
    background-image: url("../image/planningCenter/bg2.png");
    background-size: cover;
    background-position: no-repeat;
}

.holding_accountable .holding_accountable_content_title {
    font-weight: bold;
    font-size: 6.2rem;
    color: #0E172D;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
    margin-bottom: 5rem;
}

.holding_accountable .holding_accountable_content_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
}

.holding_accountable .holding_accountable_content_left {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.holding_accountable .holding_accountable_content_left_item {
    background: linear-gradient(180deg, #F2F4F7 0%, #FFFFFF 100%);
    box-shadow: 8px 8px 14px 0px rgba(225, 230, 240, 0.4);
    padding: 3rem;
    font-weight: 400;
    font-size: 1.6rem;
    color: rgba(14, 23, 45, 0.8);
    line-height: 2.9rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    flex: 1;
    cursor: pointer;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.holding_accountable .holding_accountable_content_left_item:hover {
    transform: translateY(-0.8rem);
    box-shadow: 8px 16px 30px 0px rgba(225, 230, 240, 0.6);
}

.holding_accountable .holding_accountable_content_right {
    height: 100%;
    overflow: hidden;
    cursor: pointer;
}

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

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

/* holding_accountable 响应式 */

@media (max-width: 1599px) {
    .holding_accountable {
        padding: 8rem 0;
    }

    .holding_accountable .holding_accountable_content_title {
        font-size: 5rem;
        margin-bottom: 4rem;
    }

    .holding_accountable .holding_accountable_content_list {
        gap: 4rem;
    }

    .holding_accountable .holding_accountable_content_left {
        gap: 2.5rem;
    }

    .holding_accountable .holding_accountable_content_left_item {
        padding: 2.5rem;
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
}

@media (max-width: 1439px) {
    .holding_accountable {
        padding: 6rem 0;
    }

    .holding_accountable .holding_accountable_content_title {
        font-size: 4.2rem;
        margin-bottom: 3rem;
    }

    .holding_accountable .holding_accountable_content_list {
        gap: 3rem;
    }

    .holding_accountable .holding_accountable_content_left {
        gap: 2rem;
    }

    .holding_accountable .holding_accountable_content_left_item {
        padding: 2rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 1279px) {
    .holding_accountable {
        padding: 5rem 0;
    }

    .holding_accountable .holding_accountable_content_title {
        font-size: 3.6rem;
    }

    .holding_accountable .holding_accountable_content_list {
        gap: 2rem;
    }

    .holding_accountable .holding_accountable_content_left {
        gap: 1.5rem;
    }

    .holding_accountable .holding_accountable_content_left_item {
        padding: 2rem;
        line-height: 2.2rem;
    }
}

@media (max-width: 1199px) {
    .holding_accountable {
        padding: 4rem 0;
    }

    .holding_accountable .holding_accountable_content_title {
        font-size: 3.2rem;
    }

    .holding_accountable .holding_accountable_content_list {
        gap: 2rem;
    }
}

@media (max-width: 991px) {
    .holding_accountable {
        padding: 3.5rem 0;
    }

    .holding_accountable .holding_accountable_content_title {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .holding_accountable .holding_accountable_content_list {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .holding_accountable .holding_accountable_content_left {
        gap: 2rem;
    }

    .holding_accountable .holding_accountable_content_left_item {
        padding: 2rem;
        line-height: 2.2rem;
    }
}

@media (max-width: 767px) {
    .holding_accountable {
        padding: 3rem 0;
    }

    .holding_accountable .holding_accountable_content_title {
        font-size: 2.4rem;
    }

    .holding_accountable .holding_accountable_content_list {
        gap: 2rem;
    }

    .holding_accountable .holding_accountable_content_left {
        gap: 1.5rem;
    }

    .holding_accountable .holding_accountable_content_left_item {
        padding: 1.5rem 2rem;
        line-height: 2rem;
    }
}

/* ============ cost_box 成本中心模块公共样式 ============ */

.cost_box {
    padding: 10rem 0;
}

.cost_box .cost_content_title {
    font-weight: bold;
    font-size: 6.2rem;
    color: #0E172D;
    text-align: center;
    font-style: normal;
    text-transform: none;
    font-family: titFont;
    margin-bottom: 1.6rem;
}

.cost_box .cost_content_desc {
    font-weight: 400;
    font-size: 1.6rem;
    color: #3E4557;
    line-height: 2.6rem;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 5rem;
}

.cost_box .cost_content_list {
    display: flex;
    gap: 2rem;
}

.cost_box .cost_content_list_left {
    max-width: 38.8rem;
    position: relative;
}

.cost_box .cost_folt {
    position: absolute;
    bottom: 0;
    padding: 5rem;
}

.cost_box .cost_folt .cost_folt_title {
    font-weight: bold;
    font-size: 2rem;
    color: #FFFFFF;
    font-family: titFont;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 1.6rem;
}

.cost_box .cost_folt .cost_folt_desc {
    font-weight: 400;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 2.9rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.cost_box .cost_content_list_right {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.cost_box .cost_content_list_item {
    position: relative;
    overflow: hidden;
}

.cost_box .cost_content_list_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

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

.cost_box .cost_content_list_right_top {
    display: flex;
    gap: 2rem;
    flex: 1;
    overflow: hidden;
}

/* cost_box 响应式 */

@media (max-width: 1599px) {
    .cost_box {
        padding: 8rem 0;
    }

    .cost_box .cost_content_title {
        font-size: 5rem;
        margin-bottom: 4rem;
    }

    .cost_box .cost_folt {
        padding: 4rem;
    }

    .cost_box .cost_folt .cost_folt_title {
        font-size: 1.8rem;
    }

    .cost_box .cost_folt .cost_folt_desc {
        font-size: 1.4rem;
        line-height: 2.6rem;
    }
}

@media (max-width: 1439px) {
    .cost_box {
        padding: 6rem 0;
    }

    .cost_box .cost_content_title {
        font-size: 4.2rem;
        margin-bottom: 3rem;
    }

    .cost_box .cost_folt {
        padding: 3rem;
    }

    .cost_box .cost_folt .cost_folt_title {
        font-size: 1.6rem;
        margin-bottom: 1.2rem;
    }

    .cost_box .cost_folt .cost_folt_desc {
        line-height: 2.4rem;
    }
}

@media (max-width: 1279px) {
    .cost_box {
        padding: 5rem 0;
    }

    .cost_box .cost_content_title {
        font-size: 3.6rem;
    }

    .cost_box .cost_content_list {
        flex-direction: column;
    }

    .cost_box .cost_content_list_left {
        max-width: 100%;
    }

    .cost_box .cost_folt {
        padding: 2.5rem;
    }

    .cost_box .cost_folt .cost_folt_title {
        font-size: 1.4rem;
    }

    .cost_box .cost_folt .cost_folt_desc {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }
}

@media (max-width: 1199px) {
    .cost_box {
        padding: 4rem 0;
    }

    .cost_box .cost_content_title {
        font-size: 3.2rem;
    }

    .cost_box .cost_folt {
        padding: 2rem;
    }

    .cost_box .cost_content_list_right_top {
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .cost_box {
        padding: 3.5rem 0;
    }

    .cost_box .cost_content_title {
        font-size: 2.8rem;
        margin-bottom: 2rem;
    }

    .cost_box .cost_content_desc {
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    .cost_box .cost_content_list_right {
        gap: 1.5rem;
    }

    .cost_box .cost_folt {
        padding: 1.5rem;
    }

    .cost_box .cost_folt .cost_folt_title {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }
}

@media (max-width: 767px) {
    .cost_box {
        padding: 3rem 0;
    }

    .cost_box .cost_content_title {
        font-size: 2.4rem;
    }

    .cost_box .cost_content_desc {
        font-size: 1.4rem;
        margin-bottom: 3rem;
    }

    .cost_box .cost_content_list_right_top {
        flex-direction: column;
        gap: 1.5rem;
    }

    .cost_box .cost_folt {
        padding: 1.5rem;
    }

    .cost_box .cost_folt .cost_folt_title {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .cost_box .cost_folt .cost_folt_desc {
        font-size: 1.4rem;
        line-height: 2rem;
    }
}