/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0s linear 0.5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0s linear 0ms;
    visibility: visible;
    opacity: 1;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: radial-gradient(farthest-side, #ff7a00 94%, #0000) top/8px 8px no-repeat,
        conic-gradient(#0000 30%, #ff7a00);
    -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
    animation: l13 1s infinite linear;
}

@keyframes l13 {
    100% {
        transform: rotate(1turn);
    }
}

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 80px;
    bottom: 80px;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background: var(--Layer-layer-03, #f4f4f4);
    box-shadow: 0px 2px 6px 0px rgba(22, 22, 22, 0.3);
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square,
.btn-self-adaption {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-self-adaption {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 192px;
    height: 32px;
    border-radius: 20px;
    flex-shrink: 0;
}

.btn.btn-primary {
    color: var(--bs-white);
}

.btn.btn-primary:hover {
    background: var(--bs-secondary);
    border: 1px solid var(--bs-secondary);
}

.btn.btn-secondary {
    color: var(--bs-white);
}

.btn.btn-secondary:hover {
    background: var(--bs-primary);
    border: 1px solid var(--bs-primary);
}

.btn-self-adaption button {
    border: none;
    background: none;
    padding: 0;
}

.navbar .btn-self-adaption #searchBtn,
.navbar .btn-self-adaption .btn-language-wrap {
    border: 1px solid #e0e0e0;
}

.navbar .btn-self-adaption #searchBtn:hover {
    background: #ff7a00;
    border: 1px solid #ff7a00;
}

.navbar .btn-self-adaption .btn-language-wrap .icon_default {
    display: block;
}

.navbar .btn-self-adaption .btn-language-wrap .icon_hover {
    display: none;
}

.navbar .btn-self-adaption .btn-language-wrap:hover:not(:has(.lang-wrap:hover)) {
    background: #ff7a00;
    border: 1px solid #ff7a00;
}

.navbar .btn-self-adaption .btn-language-wrap:hover:not(:has(.lang-wrap:hover)) .icon_default {
    display: none;
}

.navbar .btn-self-adaption .btn-language-wrap:hover:not(:has(.lang-wrap:hover)) .icon_hover {
    display: block;
}

#searchBtn {
    padding: 7px;
    border-radius: 20px;
    background: #fff;
}

.btn-language-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    /* transition: all 0.15s ease-in-out; */
}

.btn-language {
    width: 16px;
    height: 16px;
}

.btn-language::after {
    display: none;
}

.btn-search {
    margin-right: 16px;
}

.btn-search .icon_hover_con,
.column-btn-wrap .icon_hover_con {
    display: block;
}

.btn-search .close_hover_con,
.column-btn-wrap .close_hover_con {
    display: none;
}

.btn-search-active {
    display: none !important;
}

.btn-search-active .icon_hover_con,
.column-btn-active .icon_hover_con {
    display: none;
}

.btn-search-active .close_hover_con,
.column-btn-active .close_hover_con {
    display: block;
}

.search-line .close_hover_con {
    padding: 6px 18px;
    cursor: pointer;
}

.lang-wrap {
    position: absolute;
    bottom: -78px;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 95px;
    border-radius: 16px;
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.lang-wrap .lang-item {
    display: inline-block;
    width: 100%;
    height: 34px;
    padding: 8px 16px;
    color: #525252;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
}

.lang-wrap .lang-active {
    color: #fff;
    background: #ff7a00;
}

.lang-item:hover {
    color: #fff;
    background: #ff7a00;
}

.btn-language-expand .lang-wrap {
    display: flex;
}

/* .btn-language-expand {
    width: 112px;
} */

.btn-language-expand {
    position: relative;
}

.btn-language-expand .lang-wrap {
    display: block;
}

.btn-language-expand:hover .btn-language .lang-item {
    color: rgba(255, 255, 255, 0.5);
}

.btn-language-expand .btn-language .lang-item:hover {
    color: #fff;
}

/* .btn-language-expand .lang-active {
    color: #525252;
    font-weight: 500;
} */

.column-btn-wrap {
    display: none;
    width: 32px;
    height: 32px;
    padding: 7px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    margin-left: 4px;
}

.column-btn-wrap:hover {
    background: #ff7a00;
    border: 1px solid #ff7a00;
}

.column-btn-wrap svg {
    vertical-align: top;
}

/*** Topbar Start ***/

/*** 公共样式 Start ***/
.modal-content {
    border: none !important;
}

body {
    font-family: 'WixMadeforDisplay', 'SourceHanSansCN' !important;
}

.flex-line {
    display: flex;
    align-items: center;
}

.node-title {
    min-width: 352px;
    flex-shrink: 0;
    margin-right: 32px;
}

.node-title h4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    color: #161616;
    font-family: WixMadeforText, SourceHanSansCN;
    flex-shrink: 0;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.wrap_bg {
    overflow: hidden;
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
}

.wrap_bg2 {
    overflow: hidden;
    background: linear-gradient(180deg, #e8e8e8 0%, #f4f4f4 100%);
}

.mainCon {
    /** display: inline-block; **/
}

.mainCon .row-warp {
    display: flex;
}

.con-wrap {
    width: 1280px;
    margin: 0 auto;
}

.anchor_point_position {
    position: absolute;
    top: -150px;
    width: 0;
    height: 0;
    opacity: 0;
}

.point_top2 {
    top: -200px;
}

.node-desc-con {
    width: 544px;
    color: #161616;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    transition: all 0.3s ease-in-out;
}

.banner-wrap {
    justify-content: center;
    height: 536px;
    /* padding-top: 144px; */
    margin-top: 60px;
}

@media (max-width: 1920px) {
    .banner-wrap {
        background-size: 1920px 100%;
    }
}

@media (min-width: 1921px) {
    .banner-wrap {
        background-size: 100% auto !important;
    }
}

.banner-wrap-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner-wrap .banner-info {
    width: 544px;
}

.banner-wrap .bi-title,
.banner-info .bi-title {
    color: #161616;
    font-size: 54px;
    font-weight: 350;
    line-height: 64px;
    margin-bottom: 32px;
}

.banner-wrap .bi-desc,
.banner-info .bi-desc {
    color: #161616;
    font-size: 28px;
    line-height: 36px;
}

.banner-wrap .cover-wrap {
    width: 544px;
    height: 408px;
    margin-left: 32px;
}

.banner-wrap .cover-wrap img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

@media (max-width: 992px) {
    .p-80 {
        padding: 5rem !important;
    }

    .mainCon .pt-lg-7 {
        padding-top: 3rem;
    }
}

/* 鼠标悬浮浮动效果 */
.hover_rise {
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1) !important;
}

.hover_rise:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15) !important;
}

/* 鼠标悬浮切换图标 */
.icon_hover_wrap {
    font-size: 0;
}

.icon_hover_wrap .icon_hover {
    display: none;
}

.icon_hover_wrap:hover .icon_default {
    display: none;
}

.icon_hover_wrap:hover .icon_hover {
    display: block;
}

/* 鼠标悬浮上移+阴影 */
.dom_move_up_shadow {}

/* 鼠标悬浮缩放图片 */
.dom_hover_wrap .cover_scale_img_wrap {
    position: relative;
    overflow: hidden;
}

.dom_hover_wrap .cover_scale_img_wrap::after {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: background 0.4s cubic-bezier(0.4, 0, 0.25, 1) 0ms;
    z-index: 2;
}

.dom_hover_wrap:hover .cover_scale_img_wrap::after {
    background: rgba(0, 0, 0, 0.08);
}

.dom_hover_wrap .cover_scale_img {
    transition: transform 0.8s linear;
}

/* .dom_hover_wrap:hover .cover_scale_img {
    transform: scale3d(1.03, 1.03, 1) translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
} */

.dom_hover_wrap:hover .dom_hover_con {
    background-color: #e8e8e8;
}

/* 鼠标悬浮文本换色 */
.dom_hover_wrap:hover .text-hover {
    /* color: #FF7A00 !important; */
}

/** 了解更多 **/
.learn-more,
.learn-more-other,
.learn-more-another {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    flex-shrink: 0;

    font-size: 14px;
    font-weight: 400;
    margin-left: 72px;
    cursor: pointer;
    user-select: none;
}

.learn-more {
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background-color: #ff7a00;
    color: #fff;
}

.learn-more-another {
    width: 112px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #ff7a00;
    background: #ff7a00;
    border-radius: 24px;
    color: #fff;
    margin: 0;
}

.learn-more-other {
    width: 112px;
    height: 48px;
    line-height: 46px;
    border: 1px solid #ff7a00;
    border-radius: 24px;
    color: #ff7a00;
}

.learn-more-arrow {
    width: 16px;
    height: 16px;
    overflow: hidden;
}

.learn-more-arrow .lm-arrow-con {
    display: inline-block;
    transform: translateX(-28px);
    height: 16px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: top;
    transition: transform 0.2s linear;
}

.learn-more:hover {
    color: #fff;
    background-color: #ff7a00;
}

.learn-more-other:hover {
    color: #fff;
    background-color: #ff7a00;
}

.learn-more-another:hover {
    color: #ff7a00;
    background: none;
}

.learn-more:hover .lm-arrow-con {
    transform: translateX(0);
}

.learn-more-arrow img,
.learn-more-arrow svg {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.mr12 {
    margin-right: 12px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mt-32 {
    margin-top: 32px;
}

.mr-32 {
    margin-right: 32px;
}

.mb-32 {
    margin-bottom: 32px;
    transition: all 0.3s ease-in-out;
}

.mb-35 {
    margin-bottom: 35px !important;
}

.pt-48 {
    padding-top: 48px;
}

.pt-lg-40 {
    padding-top: 40px;
}

/* 次级菜单样式 */
.secondary-menu {
    font-size: 0;
}

.secondary-menu span {
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 16px;
    margin-right: 1px;
    border-bottom: 2px solid #c6c6c6;
    vertical-align: top;
    cursor: pointer;
    color: #525252;

    font-size: 16px;
    user-select: none;
    -webkit-user-drag: none;
}

.secondary-menu span:hover {
    color: #161616 !important;
    border-bottom: 2px solid #ff7a00 !important;
}

.active-menu {
    color: #161616 !important;
    border-bottom: 2px solid #ff7a00 !important;
}

/* 菜单列表内容 */
.content-scroll-x {
    min-height: 356px;
    white-space: nowrap;
    overflow-x: scroll;
    text-align: left;

    /*     display: flex;
    justify-content: center; */
}

.content-scroll-x::-webkit-scrollbar {
    display: none;
}

.content-scroll {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding-left: calc((100vw - 1280px) / 2 + 5rem);

    /* width: 1120px;
    display: flex;
    justify-content: space-between; */
}

/* 低碳冶金 不滑动 */
.content-scroll-x.metallurgy {
    display: flex;
    justify-content: center;
}

.content-scroll.metallurgy {
    padding-left: unset;
    width: 1120px;
    display: flex;
    justify-content: space-between;
}

.card-wrap {
    position: relative;
    display: inline-block;
    width: 256px;
    height: 356px;
    /* margin-right: 32px; */
    background-color: #fff;
    vertical-align: top;
    cursor: pointer;
}

.card-cover-wrap {
    width: 100%;
    height: 176px;
}

.card-cover-wrap img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    user-select: none;
    pointer-events: none;
    -webkit-user-drag: none;
}

.type-time {
    color: #525252;
    font-size: 14px;
    line-height: 18px;
    padding: 16px;
}

.card-wrap .card-info-con {
    position: relative;
    width: 100%;
    height: 180px;
}

.card-null-cover .card-info-con {
    height: 100%;
}

.card-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #161616;

    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    white-space: pre-line;
    margin-bottom: 16px;
    padding: 0 16px;
}

.card-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    color: #525252;

    font-size: 14px;
    line-height: 18px;
    white-space: pre-line;
    padding: 0 16px;
}

.card-arrow {
    position: absolute;
    bottom: 16px;
    left: 16px;
}

.card-arrow,
.card-arrow-inline {
    width: 20px;
    height: 20px;
    font-size: 0;
}

.card-arrow img,
.card-arrow-inline img {
    vertical-align: top;
}

/** 展开收起箭头动画 **/
.expand {
    width: 24px;
    height: 24px;
    cursor: pointer;
    flex-shrink: 0;
}

.expand img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transform: rotate(0deg);
    transition: all 0.2s linear;
}

.expandRotate img {
    transform: rotate(180deg);
}

/* 图片详情弹窗 Start */
#pictureDetails .modal-content {
    background: none;
}

#pictureDetails .modal-content .modal-body {
    text-align: center;
    padding: 0;
}

#pictureDetails .cover-details-wrap {
    position: relative;
    display: inline-block;
    padding: 0;
}

#pictureDetails .cover-details-wrap .status-close {
    position: absolute;
    top: 0;
    right: -64px;
    padding: 24px;
    cursor: pointer;
}

#pictureDetails .cover-details-wrap img {
    width: auto;
    height: 92vh;
}

/* 图片详情弹窗 End */

/*** 公共样式 end ***/

/*** Navbar ***/
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.navbar-nav {
    width: 100%;
    justify-content: flex-end;
    flex-direction: row;
}

.nav-wrap .nav-link #navLogo {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.navbar .nav-item {
    height: 72px;
    padding: 20px 0;
}

.nav-active {
    position: relative;
    color: #ff7a00 !important;
    font-weight: 500;
}

.nav-active::after {
    width: 100% !important;
    background-color: #ff7a00;
}

.navbar-py {
    padding: 20px 0 20px 0;
}

.nav-wrap {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    width: 1280px;
    padding: 0 80px;
    margin: 0 auto;
    flex-shrink: 0;
    background-color: #fff;
    z-index: 10;
}

.navbar-disbg.navbar-light {
    border: none;
    background: none;
}

.navbar-disbg .nav-wrap {
    background: none;
}

.navbar-light {
    color: #161616;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    cursor: pointer;
    opacity: 1;
    margin-right: 32px;
    transition: 0.5s;
    color: #161616;
}

.navbar-disbg.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 100%;
    width: 0%;
    height: 2px;
    background-color: #ff7a00;
    transform: rotate(180deg);
    transform-origin: left;
    transition: width 0.4s linear;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff7a00;
}

.navbar-light .navbar-nav .nav-link:hover::after {
    left: 0%;
    transform: rotate(0deg);
    width: 100%;
}

.navbar-light .navbar-nav .nav-link:last-child {
    margin-right: 0;
}

.nav-logo-wrap {
    /* padding-top: 1px; */
}

.small-screen-logo {
    display: none;
}

.sticky-top {
    /* padding-top: 20px;
    padding-bottom: 20px; */
    height: 72px;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    color: #161616;
}

.navbar-bg .navbar-nav .nav-link {
    /* color: #161616; */
    color: #a8a8a8;
}

.sticky-top.navbar-light .navbar-nav .nav-link:hover {
    color: #ff7a00;
}

.nav-groups {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #ff7a00;
}

.navbar-light .navbar-brand img {
    max-height: 60px;
    transition: 0.5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.sticky-top::after {
    top: 0;
    transition: top 0.2s linear;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

/* 导航栏子菜单 Strat */
.drawer-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.drawer-con {
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform 0.665s ease-in-out;
}

.drawer-open {
    border-top: 1px solid #e0e0e0;
    transform: translateY(calc(100% + 0px));
}

.drawer-menu {
    display: none;
    width: 1280px;
    padding: 0 80px;
    margin: 0 auto;
}

.drawer-menu-show {
    display: flex;
    justify-content: flex-start;
}

.menu-banner {
    position: relative;
    flex: 1;
    flex-shrink: 0;
    overflow: hidden;
    opacity: 0;
}

.menu-banner .menu-banner-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    width: 100%;
    height: 100%;
}

.menu-banner .menu-banner-show {
    display: block;
    object-fit: cover;
}

.menu-tips,
.menu-desc,
.menu-arrow {
    position: absolute;
    left: 16px;
}

.menu-tips {
    bottom: 100px;
    color: #fff;

    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.menu-desc {
    bottom: 74px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.menu-arrow {
    bottom: 22px;
    width: 20px;
    height: 20px;
}

.menu-groups {
    display: flex;
    width: 752px;
    padding: 16px 0;
}

.menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 256px;
    height: 40px;
    color: #161616;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 16px;
    /* margin-bottom: 10px; */
    cursor: pointer;
}

.menu-title:hover {
    background-color: #e8e8e8;
}

.secondary-active {
    background-color: #e8e8e8;
}

.menu-secondary .menu-title:last-child {
    margin-bottom: 0;
}

.menu-third-level {
    display: none;
}

.menu-third-level-show {
    display: flex;
    flex-direction: column;
}

.menu-third-level .thirdLevelLi .menu-title {
    display: inline-block;
    box-sizing: border-box;
}

.menu-third-level .thirdLevelLi .menu-title:last-child {
    margin-bottom: 0;
}

/* 导航栏子菜单 end */

/* 小屏栏目菜单 Start */
.column-menu-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.column-menu-con {
    width: 100%;
    background-color: #fff;
    transform: translateY(-100%);
    transition: transform 0.665s ease-in-out;
}

.column-menu-open {
    position: relative;
    height: 100vh;
    transform: translateY(calc(100% + 1px));
}

.column-menu-open::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    z-index: 3;
}

.column-menu-con .column-menu-li {
    height: 49px;
    overflow: hidden;
}

.column-menu-one-level {
    position: relative;
    background-color: #fff;
    z-index: 2;
}

.column-menu-level {
    justify-content: space-between;
    color: #161616;
    font-family: WixMadeforText, SourceHanSansCN;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
}

.column-menu-level:hover {
    background-color: #e8e8e8;
}

.column-menu-list {
    transform: translateY(-100%);
    transition: transform 0.2s ease-in-out;
}

.column-menu-title {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.column-menu-title .arrow-left-wrap {
    display: none;
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

.column-menu-title .arrow-left-wrap img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.column-arrow img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.column-menu-con-active .column-menu-li {
    display: none;
}

.column-menu-con-active .column-menu-li-active {
    display: block;
    overflow: visible;
}

.column-menu-con-active .column-menu-li-active .column-menu-one-level .column-menu-title {
    color: #ff7a00;
}

.column-menu-con-active .column-menu-li-active .column-menu-one-level .column-menu-title .arrow-left-wrap {
    display: block;
}

.column-menu-con-active .column-menu-li-active .column-menu-one-level .column-arrow {
    display: none;
}

.column-menu-con-active .column-menu-li-active .column-menu-list {
    transform: translateY(0%);
}

/* 二级栏目 */
.column-menu-item {
    height: 49px;
    overflow: hidden;
}

.column-menu-drawer {
    transform: translateY(-100%);
    transition: transform 0.2s ease-in-out;
}

.column-menu-two-level {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.column-menu-list-active .column-menu-item {
    display: none;
}

.column-menu-list-active .column-menu-item-active {
    display: block;
    overflow: visible;
}

.column-menu-list-active .column-menu-item-active .column-menu-two-level .column-menu-title {
    color: #ff7a00;
}

.column-menu-list-active .column-menu-item-active .column-menu-two-level .column-menu-title .arrow-left-wrap {
    display: block;
}

.column-menu-list-active .column-menu-item-active .column-menu-two-level .column-arrow {
    display: none;
}

.column-menu-list-active .column-menu-item-active .column-menu-drawer {
    transform: translateY(0%);
}

/* 三级栏目 */

/* 小屏栏目菜单 End */

#aboutUs {
    height: 200px;
}

@media (max-width: 991.98px) {

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        margin-left: 0;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: 0.5s;
        opacity: 0;
    }

    .navbar-light {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        border-top: 0;
        border-right: 0;
        color: #161616;
        border-left: 0;
        z-index: 1000;
    }

    .navbar-top-index {
        z-index: 9999 !important;
    }

    .sticky-top.navbar-light {
        position: fixed;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
/** 首页头图高：720px（含导航栏）
*   其他二级页面头图高：640px（不含导航栏）
*   三级页面（炼钢&冷轧）头图高：536（不含导航栏）

"首页：640px（含导航栏高度）            .carousel-header-first
二级页面：560px（不含导航栏高度）   .carousel-header-pt
esg & 加入我们 & 创新 单独处理          .carousel-header-pt-max
三级页面：536px（不含导航栏高度）   .carousel-header-pt-min
详见 figma 页面旁小字"
**/
.carousel-header {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: auto;
    height: 640px;
}

.carousel-header-first {
    height: 640px;
}

.carousel-header-pt {
    height: 560px;
    /* margin-top: 60px; */
    margin-top: 71px;
    transition: all 0.3s ease-in-out;
}

.carousel-header-pt-max {
    height: auto;
    min-height: 1000px;
    /* margin-bottom: 70px; */
}

.carousel-header-pt-min {
    height: 536px;
    margin-top: 60px;
}

.banner-header {
    height: 536px;
    margin-top: 73px;
}

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
    width: 0;
    height: 0;
    opacity: 1;
}

#carouselId .carousel-indicators {
    display: none;
}

#carouselId .carousel-control-btn-wrap {
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%);
    width: 1280px;
}

#carouselId .carousel-control-prev,
#carouselId .carousel-control-next {
    bottom: 0;
}

#carouselId .carousel-control-prev {
    left: 100px;
}

.carousel .carousel-control-prev img {
    transform: rotate(180deg);
}

#carouselId .carousel-control-next {
    left: 164px;
}

.carousel .carousel-control-prev .carousel-control-prev-icon,
.carousel .carousel-control-next .carousel-control-next-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    background: none;
}

.carousel {
    height: 100%;
}

.carousel .carousel-inner {
    height: 100%;
}

.carousel .carousel-inner .carousel-item {
    position: relative;
    height: 100%;
    text-align: center;
}

.carousel .carousel-inner .carousel-item video {
    object-fit: cover;
}

.carousel-header-first .carousel-inner .carousel-item {
    height: 640px;
}

.carousel-header-pt .carousel-inner .carousel-item {
    height: 100%;
}

.carousel-inner-max .carousel-item {
    height: auto;
    min-height: 1000px;
}

#carouselId .carousel-inner .carousel-item .top-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(180deg,
            rgba(22, 22, 22, 0.2) 0%,
            rgba(22, 22, 22, 0) 100%);
}

#carouselId .carousel-inner .carousel-item .footer-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg,
            rgba(90, 115, 135, 0) 0%,
            rgba(90, 115, 135, 0.5) 100%);
}

.carousel .carousel-inner .carousel-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel .carousel-inner .carousel-item .default_carousel_image {
    display: block;
}

.carousel .carousel-inner .carousel-item .mobile_carousel_image {
    display: none;
}

@media (max-width: 1938px) {
    .carousel .carousel-inner .carousel-item img {
        /* width: 100% !important;
        height: auto; */
        width: auto !important;
        height: 100%;
    }

    /* 铁合金、碳捕集、气体制备三个页面头图 */
    .carousel-other .carousel-inner .carousel-item img {
        width: 100% !important;
        height: auto;
        min-height: 560px;
    }
}

@media (min-width: 1938px) {
    .carousel .carousel-inner .carousel-item img {
        width: 100% !important;
        height: 29.16vw;
        vertical-align: bottom;
        object-fit: cover;
    }
}

.carousel-header-pt-max .carousel .carousel-inner .carousel-item img {
    /* object-fit: initial; */
    /* height: 560px; */
}

.carousel .carousel-inner .carousel-item .carousel-con {
    position: absolute;
    top: 50%;
    left: calc((100% - 1280px) / 2 + 80px);
    transform: translateY(-50%);
    /** width: 544px; **/
    width: 600px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.carousel .carousel-inner-max .carousel-item .carousel-con {
    top: 20%;
}

.carousel .carousel-inner .carousel-item .carousel-con .carousel-tag {
    margin-bottom: 32px;
}

.carousel .carousel-inner .carousel-item .carousel-con .carousel-tag span {
    display: inline-block;

    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 4px 16px;
    border-radius: 16px;
    border: 1px solid #fff;
}

.carousel .carousel-inner .carousel-item .carousel-con .carousel-text {
    color: #fff;
    font-size: 54px;
    font-weight: 350;
    line-height: 64px;
    transition: all 0.3s ease-in-out;
}

.carousel .carousel-inner .carousel-item .carousel-con .carousel-text-sub {
    /* width: 448px; */
    color: #fff;
    font-family: 'SourceHanSansCN';
    font-size: 28px;
    line-height: 36px;
    margin-top: 32px;
    transition: all 0.3s ease-in-out;
}

.carousel .carousel-inner .carousel-item .carousel-con .carousel-black {
    color: #161616;
}

.carousel .carousel-inner .carousel-item .carousel-con .carousel-title {
    color: #161616;
    font-size: 85px;
    font-style: normal;
    font-weight: 400;
    line-height: 126px;
    letter-spacing: -0.544px;
}

.carousel .carousel-inner .carousel-item .carousel-con .carousel-desc {
    color: #161616;
    font-size: 40px;
    font-style: normal;
    font-weight: 350;
    line-height: 48px;
}

@media (max-width: 991px) {
    .navbar-toggler-wrap {
        flex: 1;
        text-align: right;
        padding: 10px 2rem 8px 0;
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid #fff;
        color: #fff;
    }

    .sticky-top.navbar-expand-lg .navbar-toggler {
        border: 1px solid #525252;
        color: #525252;
    }
}

/* @media (max-width: 1320px) {
    .navbar {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;

        .nav-wrap {
            width: 100%;
        }
    }
} */

.modal .modal-header {
    border: none;
    padding: 0;
}

/* 搜索弹窗 */
.search-wrap {
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
    margin-top: 72px;
    /* z-index: 9; */
}

.search-wrap-content {
    width: 100%;
    padding: 120px 0 136px 0;
}

.search-wrap .search-wrap-content {
    height: 320px;
    transition: transform 0.2s linear;
    transform: translateY(-320px);
    background: #fff;
}

.search-drawer .search-wrap-content {
    transform: translateY(0px);
}

.searchPupop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

/* 搜索页层级比导航栏层级大1 */
.search-show {
    z-index: 1001;
}

#searchModal .modal-header {
    justify-content: center;
    height: 72px;
    padding: 20px 0;
    border: none;
}

#searchModal .modal-header #searchLogo {
    /* width: 225px;
    height: 30px; */
    width: 275px;
    height: 44px;
    flex-shrink: 0;
    opacity: 0;
}

#searchModal .modal-header #clearSearch {
    display: none;
    cursor: pointer;
}

#searchModal .modal-wrap {
    width: 100%;
    margin: 0;
}

#searchModal .modal-content {
    height: 100vh;
    overflow-y: auto;
    /* padding: 2rem calc((100vw - 1120px) / 2); */
    background: none;
    border: none;
}

#searchModal .modal-body {
    display: flex;
    justify-content: center;
    padding: 0;
}

.searchPupop .modal-content .modal-body .search-loading {
    display: none;
    align-items: center;
}

#searchModal .modal-body .search-con {
    display: none;
    width: 100%;
    /* height: calc(100vh - 393px);
    margin-top: 393px;
    overflow-y: auto; */
    opacity: 0;
    visibility: hidden;
}

#searchModal .modal-body .search-con .search-con-scroll {
    width: 1280px;
    padding: 0 80px 32px 80px;
    margin: 0 auto;
}

#searchModal .modal-body .search-con .search-result-tips {
    color: #161616;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

#searchModal .modal-body .search-con .search-result-groups {
    /* justify-content: space-between; */
    display: flex;
    gap: 32px;
    margin-bottom: 32px;
}

#searchModal .modal-body .search-con .search-result-item-wrap {
    border-radius: 32px;
    overflow: hidden;
}

#searchModal .modal-body .search-con .search-result-item {
    max-width: 256px;
    height: 212px;
    padding: 32px 16px 16px 16px;
    background: #f4f4f4;
    /* box-shadow: 0px 0px 32px 64px #FFF inset; */
}

#searchModal .modal-body .search-con .search-result-title {
    color: #161616;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

#searchModal .modal-body .search-con .search-result-desc {
    height: 72px;
    color: #525252;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

#searchModal .modal-body .search-con .search-result-item .search-result-link img {
    width: 20px;
    height: 20px;
    vertical-align: top;
}

#searchModal .modal-body .search-con .search-result-count {
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 32px;
}

#searchModal .modal-body .search-con .high_light {
    color: #ff7a00;
}

#searchModal .modal-body .search-con .large-screen {
    display: block;
}

#searchModal .modal-body .search-con .small-screen {
    display: none;
}

#searchModal .modal-body .search-con .search-result-type span {
    display: inline-block;
    padding: 11px 16px;
    color: #525252;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    border-bottom: 2px solid #c6c6c6;
    margin-right: 1px;
    cursor: pointer;
}

#searchModal .modal-body .search-con .search-result-type span:hover {
    border-bottom: 2px solid #ff7a00;
}

#searchModal .modal-body .search-con .search-result-type .srt_active {
    border-bottom: 2px solid #ff7a00;
}

#searchModal .modal-body .search-con .search-result-list .search-result-li {
    position: relative;
    padding: 32px 0;
    border-bottom: 1px solid #e0e0e0;
}

#searchModal .modal-body .search-con .search-result-list .search-result-li .search-result-title {
    width: 640px;
}

#searchModal .modal-body .search-con .search-result-list .search-result-li .search-result-time {
    position: absolute;
    top: 32px;
    right: 0;
    width: 70px;
    height: 32px;
    color: #525252;
    font-family: WixMadeforText;
    font-size: 14px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0.16px;
}

#searchModal .modal-body .search-con .search-result-list .search-result-li .search-result-desc {
    width: 640px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#searchModal .modal-body .search-con .search-result-list .search-business {
    cursor: pointer;
}

#searchModal .modal-body .search-con .layui-laypage a,
#searchModal .modal-body .search-con .layui-laypage span {
    background: none;
}

.search-line-wrap {
    justify-content: space-between;
    width: 1280px;
    padding: 0 80px;
}

.search-line {
    display: none;
    align-items: center;
    justify-content: flex-end;
    width: 800px;
    height: 64px;
    padding: 16px 0 16px 18px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin: 0 auto;
}

.search-line-active {
    border: 2px solid #ff7a00;
}

.search-drawer .search-wrap-content .search-line {
    display: flex;
    /* border: 1px solid #161616 !important; */
}

/* .search-line {
    display: none;
    align-items: center;
    justify-content: flex-end;
    width: 120px;
    height: 32px;
    padding: 8px 8px;
    border-radius: 17px;
    background-color: #F4F4F4;
    border: 1px solid #C6C6C6;
    transition: all 0.3s ease-in-out;
}

.search-show .search-line {
    width: 768px;
    border: 1px solid #C6C6C6 !important;
    transition: width 0.3s ease-in-out;
} */

.search-opacity .search-line {
    display: flex;
}

.search-line .search-input-wrap {
    flex: 1;
    margin-left: 16px;
}

.search-line .search-input-wrap input {
    width: 100%;
    border: none;
    color: #161616;
    font-family: SourceHanSansCN;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.search-line .search-input-wrap input:-internal-autofill-previewed,
.search-line .search-input-wrap input:-internal-autofill-selected {
    transition: background-color 5000s ease-in-out 0s !important;
}

.search-line .search-input-wrap input::placeholder {
    font-size: 20px;
    color: #a8a8a8;
}

.search-line .search-input-wrap input:focus {
    border: none;
    outline: none;
}

.search-line .search-right-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ff7a00;
}

.search-line .search-right-icon svg {
    display: block;
    width: 16px;
    height: 16px;
    margin: 8px auto;
}

.search_list {
    background-color: #fff;
}

.search_list .modal-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.search_list .modal-header #searchLogo {
    opacity: 1 !important;
}

.search_list .modal-header #clearSearch {
    display: block !important;
}

.search_list .modal-body .search-con {
    opacity: 1 !important;
    visibility: visible !important;
}

.search_list .modal-content .modal-body .search-loading {
    display: flex;
}

.search_list .modal-loading-end .modal-body .search-loading {
    display: none;
}

#searchModal .modal-loading-end .search-con {
    display: block;
}

/** 订阅弹窗 Start **/
#subscribePopup .modal-dialog {
    width: 1120px;
}

#subscribePopup .modal-content {
    border-radius: 32px;
    border: none;
}

#subscribePopup .modal-content .modal-header {
    position: relative;
    height: 64px;
}

#subscribePopup .modal-content .modal-header .subscribe-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 64px;
    height: 64px;
    padding: 24px;
    cursor: pointer;
    z-index: 1;
}

#subscribePopup .modal-content .modal-header .subscribe-close img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

#subscribePopup .modal-content .modal-body {
    align-items: stretch;
    justify-content: space-between;
    padding: 0px 96px 64px;
}

#subscribePopup .modal-content .modal-body .subscribe-left {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    width: 288px;
}

#subscribePopup .modal-content .modal-body .subscribe-right {
    width: 544px;
    padding-right: 96px;
    transition: all 0.3s ease-in-out;
}

#subscribePopup .modal-content .modal-body .subscribe-left .subscribe-popup-title {
    color: #161616;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

#subscribePopup .modal-content .modal-body .subscribe-left .title-style {
    color: #ff7a00;
}

#subscribePopup .modal-content .modal-body .subscribe-left .subscribe-submit {
    justify-content: space-between;
    width: 112px;
    height: 48px;
    padding: 0 16px;
    border-radius: 24px;
    background: #ff7a00;
    color: #fff;

    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

#subscribePopup .modal-content .modal-body .subscribe-left .subscribe-submit:hover {
    background: #ff7a00;
}

#subscribePopup .modal-content .modal-body .subscribe-left .subscribe-submit .subscribe-close {
    width: 16px;
    height: 16px;
}

#subscribePopup .modal-content .subscribe-line {
    position: relative;
    margin-bottom: 32px;
}

#subscribePopup .modal-content .subscribe-line:last-child {
    margin: 0;
}

#subscribePopup .modal-content .subscribe-line-label {
    height: 16px;
    color: #525252;

    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.16px;
    margin-bottom: 8px;
}

#subscribePopup .modal-content .subscribe-input {
    position: relative;
    height: 32px;
    padding: 7px 16px;
    border-bottom: 1px solid #8d8d8d;
}

#subscribePopup .modal-content .subscribe-input input,
#subscribePopup .modal-content .subscribe-input .select-wrap {
    width: 100%;
    height: 18px;
    color: #161616;

    font-size: 14px;
    line-height: 18px;
    border: none;
    outline: none;
    padding: 0;
    background: none;
    box-shadow: none;
    vertical-align: top;
}

#subscribePopup .modal-content .subscribe-input .select-wrap {
    justify-content: space-between;
    cursor: pointer;
}

#subscribePopup .modal-content .subscribe-input .select-wrap span {
    flex: 1;
}

#subscribePopup .modal-content .subscribe-input .select-wrap .select-icon {
    width: 16px;
    height: 16px;
    margin-left: 16px;
    flex-shrink: 0;
    transition: all 0.2s linear;
}

#subscribePopup .modal-content .subscribe-input input::-webkit-input-placeholder {
    color: #a8a8a8;
    height: 18px;
    line-height: 18px !important;
}

#subscribePopup .modal-content .subscribe-input input::-moz-input-placeholder {
    color: #a8a8a8;
    height: 18px;
    line-height: 18px !important;
}

#subscribePopup .modal-content .subscribe-input input::-ms-input-placeholder {
    color: #a8a8a8;
    height: 18px;
    line-height: 18px !important;
}

#subscribePopup .modal-content .subscribe-input #getCode {
    display: inline-block;
    color: #ff7a00;

    font-size: 14px;
    line-height: 18px;
    padding-left: 16px;
    flex-shrink: 0;
    cursor: pointer;
}

#subscribePopup .modal-content .subscribe-input #codeImg {
    display: none;
    flex-shrink: 0;
}

#subscribePopup .modal-content .subscribe-input #codeImg img {
    width: auto;
    height: 32px;
    vertical-align: baseline;
}

#subscribePopup .modal-content .subscribe-input .codeActive #codeImg {
    display: block;
}

#subscribePopup .modal-content .subscribe-tips {
    opacity: 0;
    position: absolute;
    bottom: -18px;
    left: 16px;
    height: 16px;
    color: #da1e00;

    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.16px;
    transition: opacity 0.2s linear;
}

#subscribePopup .modal-content .subscribe-tips-show {
    opacity: 1;
}

#subscribePopup .modal-content .subscribe-focus {
    background-color: #f4f4f4;
}

/* 地区选择样式 */
#subscribePopup .modal-content .choices {
    position: relative;
    flex: 1;
    height: 18px;
    line-height: 18px;
    border: none;
    outline: none;
}

#subscribePopup .modal-content .choices .choices__list--dropdown {
    position: absolute;
    top: 18px;
    display: none;
    width: 288px;
    padding-top: 7px;
    background-color: #f4f4f4;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

#subscribePopup .modal-content .subscribe-focus .choices .choices__list--dropdown {
    display: block;
}

#subscribePopup .modal-content .choices .choices__list--dropdown .choices__input {
    height: 24px;
    line-height: 24px;
    padding: 0 16px;
    margin-bottom: 8px;
}

#subscribePopup .modal-content .choices .choices__list--dropdown .choices__list {
    width: 100%;
    max-height: 224px;
    padding-left: 16px;
    overflow-y: auto;
}

#subscribePopup .modal-content .choices .choices__list--dropdown .choices__list .choices__item {
    color: #525252;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 0;
    border-bottom: 1px solid #c6c6c6;
}

/* 语言样式 */
#subscribePopup .modal-content .subscribe-focus .select-one-level {
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 33px;
    width: 288px;
    max-height: 224px;
    overflow-y: auto;
    background-color: #F4F4F4;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.30);
}

#subscribePopup .modal-content .subscribe-focus .select-one-level .select-one-level-val {
    position: relative;
    color: #525252;

    font-size: 14px;
    line-height: 18px;
    padding: 7px 16px;
}

#subscribePopup .modal-content .subscribe-focus .select-one-level .select-one-level-val:hover {
    background-color: #E0E0E0;
}

#subscribePopup .modal-content .subscribe-focus .select-one-level .select-one-level-check {
    background-color: #E0E0E0;
}

#subscribePopup .modal-content .subscribe-focus .select-one-level .select-one-level-val::after,
#subscribePopup .modal-content .subscribe-focus .select-one-level .select-one-level-border::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 254px;
    height: 1px;
    background-color: #C6C6C6;
}


#subscribePopup .modal-content .subscribe-focus .select-one-level .select-one-level-val:last-child::after,
#subscribePopup .modal-content .subscribe-focus .select-one-level .select-one-level-border:last-child::after {
    background: none;
}

#subscribePopup .modal-content .subscribe-focus .select-wrap .select-icon {
    transform: rotate(180deg);
}

#subscribePopup .modal-content .modal-footer {
    justify-content: flex-start;
    padding: 0;
    border: none;
}

/** 订阅弹窗 End **/
/** 订阅成功/失败 Start **/
#subscribeStatus .modal-dialog {
    width: 544px !important;
}

#subscribeStatus .modal-dialog .modal-content {
    border-radius: 32px !important;
}

#subscribeStatus .modal-header {
    justify-content: flex-end;
}

#subscribeStatus .modal-header .status-close {
    padding: 16px;
    cursor: pointer;
}

#subscribeStatus .modal-header .status-close img {
    vertical-align: top;
}

#subscribeStatus .modal-body {
    padding: 0 32px;
    text-align: center;
}

#subscribeStatus .modal-body .modal-body-main h4 {
    color: #24a148;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}

#subscribeStatus .modal-body .fail-wrap h4 {
    color: #da1e28;
}

#subscribeStatus .modal-body .modal-body-main p {
    color: #161616;

    font-size: 16px;
    line-height: 32px;
}

#subscribeStatus .modal-footer {
    justify-content: flex-start;
    padding: 0 32px 32px 32px;
    border: none;
}

#subscribeStatus .modal-footer .lastBtn {
    width: 48px;
    height: 48px;
    vertical-align: top;
    cursor: pointer;
    margin: 0;
}

/** 订阅成功/失败 End **/

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    position: relative;
    overflow: hidden;
    background: linear-gradient(rgba(0, 20, 66, 0.7), rgba(0, 20, 66, 0.7)),
        url(../img/breadcrumb.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0 60px 0;
    transition: 0.5s;
}

.bg-breadcrumb .breadcrumb {
    position: relative;
}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .bg-breadcrumb {
        padding: 60px 0 60px 0;
    }
}

/*** Single Page Hero Header End ***/

/*** 关于我们 Start ***/

.globalBusiness {
    /* height: 840px; */
    background: linear-gradient(180deg,
            rgba(255, 255, 255, 0) 0%,
            #f4f4f4 25%,
            #f4e5d9 44%,
            #ecdac9 60%,
            #f1d1b3 75%,
            #f8c596 89%,
            #ffba7a 100%);
}

.globalBusiness .con-wrap .node-title {
    margin-bottom: 32px;
}

.globalBusiness .con-wrap .node-desc {
    width: 736px;
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.globalBusiness .con-wrap .information {
    padding-top: 48px;
}

.globalBusiness .con-wrap .information .infor-li0 {
    /* margin-left: 24px; */
}

/* .globalBusiness .con-wrap .information .infor-li1 {
    margin-left: 115px;
}

.globalBusiness .con-wrap .information .infor-li2 {
    margin-left: 115px;
} */

.awards_honors_wrap {
    overflow: hidden;
}

.awards_honors_wrap {
    overflow: visible;
}

.awards_honors_wrap .awards_honors_line {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.awards_honors_wrap .awards_honors_line .awards_honors_card {
    position: relative;
    width: 352px;
    height: 160px;
    border-radius: 32px;
    overflow: hidden;
    flex-shrink: 0;
    cursor: pointer;
    background: #fef0d7;
}

.awards_honors_wrap .awards_honors_line .awards_honors_card_min {
    width: 256px;
}

.awards_honors_wrap .awards_honors_line .awards_honors_card .ah_card_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d9d9d9;
    opacity: 0.3;
}

.awards_honors_card .ac_top {
    position: relative;
    padding: 20px;
    color: #161616;
    font-family: 'SourceHanSansCN';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.awards_honors_card .ac_top_min {
    padding-right: 60px;
}

.awards_honors_card .ah_card_add {
    position: absolute;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 1;
}

.awardsHonorsLi {
    color: #161616;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 16px;
}

.awardsHonorsLi:last-child {
    margin: 0;
}

.esg_link_wrap {
    overflow: hidden;
    background: url('../img/index_esg_bg.png') no-repeat;
    background-position: center;
    /* background: linear-gradient(0deg, #d8e2e5 0%, #cbd3d9 100%); */
}

.esg_link_wrap .orbit {
    position: absolute;
    top: 0;
    left: 0;
    height: 291px;
    transition: all 0.3s ease-in-out;
}

.esg_link_wrap .sphere2 {
    position: absolute;
    top: 23px;
    right: -10px;
    width: 60px;
    transition: all 0.3s ease-in-out;
}

.esg_link_wrap .sphere_half {
    position: absolute;
    bottom: 0;
    left: 59px;
    height: 100px;
    transition: all 0.3s ease-in-out;
}

.esg_link_wrap .globe {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 501px;
    transition: all 0.3s ease-in-out;
}

.esg_link_wrap .esg_link_tag {
    color: #161616;
    font-family: WixMadeforDisplay, SourceHanSansCN;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
}

.esg_link_wrap .esg_link_con {
    position: relative;
    z-index: 1;
}

@media (min-width: 1920px) {

    .esg_link_wrap {
        max-height: 640px;
        background-size: 100% auto;
    }

    .esg_link_wrap .esg_link_con {
        padding: 168px 80px 108px;
    }
}

@media (max-width: 1920px) {

    .esg_link_wrap {
        height: 640px;
        background-size: auto 100%;
    }

    .esg_link_wrap .esg_link_con {
        padding: 8.75vw 80px 5.62vw;
    }
}

.esg_link_wrap .esg_link_text {
    width: 544px;
    color: #161616;
    font-family: WixMadeforDisplay, SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.esg_link_wrap .esg-learn-more {
    margin-top: 64px;
    margin-left: 0;
}

.margin-center {
    margin: 0 auto;
}

.about .about-title h4 {
    color: #161616;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    transition: all 0.3s ease-in-out;
}

.about .about-desc {
    width: 928px;
    color: #161616;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    padding: 32px 0;
    transition: all 0.3s ease-in-out;
}

.about-img {
    width: 100%;
}

.about-img img {
    width: 100%;
    height: 320px;
    vertical-align: bottom;
    object-fit: cover;
    border-radius: 32px;
}

.amount span {
    font-size: 32px;
    color: #525252;

    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-right: 174px;
}

.float-num {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0 24px;
    background: #f4f4f4;
    border-radius: 28px;
    color: #ff7a00;
    text-align: right;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}

.information {
    justify-content: space-around;
}

.infor-li {
    /* margin-left: 86px; */
    text-align: center;
}

.infor-li0 {
    width: 278px;
    /* margin-left: 66px; */
}

.infor-li1 {
    width: 170px;
}

.infor-li2 {
    width: 130px;
}

.infor-li3 {
    width: 130px;
}

.infor-li1 .infor-count {
    padding-right: 20px;
}

.infor-count {
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: 700;
    font-size: 92px;
    color: #ff7a00;
    line-height: 102px;
    margin-bottom: 8px;
    font-family: 'WixMadeforDisplay';
    transition: all 0.3s ease-in-out;
}

.infor-add::after {
    content: '+';
    position: absolute;
    color: #ff7a00;
    font-size: 76px;
    font-style: normal;
    font-weight: 500;
    line-height: 86px;
    transition: all 0.3s ease-in-out;
}

.infor-text {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.infor-li0 .infor-text {
    padding-left: 30px;
}

.infor-li1 .infor-text {
    padding-left: 30px;
}

.infor-li2 .infor-text {
    padding-left: 5px;
}

.infor-li3 .infor-text {
    padding-left: 10px;
}

.interactive_globe_wrap {
    position: relative;
    width: 100%;
    height: 438px;
    /* height: 1120px; */
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.interactive_globe {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1120px;
    height: 438px;
    /* height: 1120px; */
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.BlogGlobe__globe {
    width: 100%;
    height: 1120px;
}

.BlogGlobe__globe canvas {
    transition: all 0.3s ease-in-out;
}

/*** 关于我们 End ***/

/*** 首页 我们的多元业务 Start ***/

.home.business {
    background: #F4F4F4;
}

.home.business .row-warp {
    align-items: center;
}

.home.business .business-title {
    color: #161616;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 32px;
    transition: all 0.3s ease-in-out;
}

.home.business .business-desc {
    display: block;
    color: #525252;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    max-width: 460px;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.home.business .node-desc p {
    display: inline-block;
    width: 544px;
    color: #161616;
    font-size: 40px;
    font-weight: 200;
    line-height: 48px;
    text-align: left;
    margin: 0 64px 0 0;
}

.home.business .flex-line {
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.business-item-wrap {
    width: 144px;
    padding: 0;
}

.business .swiper .swiper-wrapper .swiper-slide .business-slide {
    display: block;
    width: 352px;
    height: 456px;
    border-radius: 32px;
    background: #f2f2f2;
    padding: 96px 22px 0 22px;
    box-shadow: inset 0 0 64px rgba(255, 255, 255, 1);
}

.business .swiper .swiper-wrapper .swiper-slide .business-slide-title {
    color: #161616;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 32px;
}

.business .swiper .swiper-wrapper .swiper-slide .business-arrow-wrap {
    width: 100%;
    line-height: 24px;
    padding: 20px 0;
    margin-top: 64px;
}

.business .swiper .swiper-wrapper .swiper-slide .business-arrow-wrap .business-arrow {
    width: 24px;
    height: 24px;
}

.business .swiper .swiper-wrapper .swiper-slide .business-arrow-wrap .business-arrow img {
    width: 24px;
    height: 24px;
}

.business-type-wrap {
    padding-top: 48px;
}

.business-type-con {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.business-type-line {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 32px;
}

.business-type {
    position: relative;
    height: 60px;
    z-index: 1;
}

.business-type-item {
    position: relative;
    display: flex;
    padding: 16px 16px 16px 24px;
    border-radius: 32px;
    cursor: pointer;
    background-color: #FFF;
}

.business-type-bg {
    position: absolute;
    right: -16px;
    bottom: -16px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 32px;
    z-index: -1;

    img {
        width: auto;
        min-width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.business-type .business-type-cover {
    width: 96px;
    height: 96px;
    vertical-align: top;
    margin: 0 auto 16px;
    transition: all 0.3s ease-in-out;
}

.business-type .business-type-title {
    flex: 1;
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.business-type-chevron {
    width: 24px;
    height: 24px;
    font-size: 0;
}

.business-type-chevron img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.business-type-item:hover {
    background-color: #FF7A00;
}

.business-type-item:hover .business-type-title {
    color: #FFF;
}

/*** 首页 我们的多元业务 End ***/

/*** 公司简介 我们的多元业务 Start ***/

.diversified.business .row-warp {
    align-items: center;
}

.diversified.business .node-title {
    min-width: 300px;
}

.diversified.business .flex-line {
    justify-content: space-between;
}

.diversified .business-item-wrap {
    width: 352px;
    padding: 0;
}

.diversified.business .business-item {
    padding: 40px 0 32px 0;
    background: #f4f4f4;
    text-align: center;
}

.diversified .business-item img {
    width: 128px;
    height: 128px;
    vertical-align: top;
    margin-bottom: 36px;
}

.diversified .business-text {
    color: #161616;
    text-align: center;

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

/*** 公司简介 我们的多元业务 End ***/

/*** 首页-典型项目 Start ***/
.processCycle {
    overflow: hidden;
    background-color: #ffffff;
}

.processCycle .process-cycle-wrap {
    /* height: 646px; */
    white-space: nowrap;
}

.processCycle .swiper-navigation-wrap {
    width: 736px;
}

.pc-swiper-wrap {
    display: table;
    margin: 0 auto;
}

.process-cycle-swiper {
    display: inline-block;
    width: calc(100vw - ((100vw - 1120px) / 2 + 352px));
    padding-left: 32px;
    vertical-align: top;
    overflow: hidden;
}

.process-cycle-wrapper {
    width: 100%;
    overflow: visible;
    margin: 0;
}

.process-cycle-wrap .swiper-slide {
    width: 448px !important;
    height: 448px;
    border-radius: 32px;
}

.process-cycle-wrap .swiper-slide-first {
    display: inline-block;
    width: 352px !important;
    vertical-align: top;
}

.process-cycle-wrap .swiper-slide:last-child {
    margin-right: 100px;
}

.process-cycle-wrap .swiper-slide-first .process-cycle-slide {
    display: block;
    width: 352px !important;
    padding-top: 104px;
    border-radius: 32px;
    overflow: hidden;
}

.process-cycle-wrap .swiper-slide .process-cycle-slide {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 32px;
    overflow: hidden;
}

.swiper-slide .process-cycle-slide .process-cycle-cover {
    width: 100%;
    height: 100%;
}

.swiper-slide .process-cycle-slide .process-cycle-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    width: 100%;
    height: 288px;
    padding: 0 32px 32px 32px;
    text-align: left;
    background: linear-gradient(180deg, rgba(20, 34, 73, 0) 0%, #142249 100%);
}

.swiper-slide .process-cycle-slide .process-cycle-mask .process-cycle-title {
    width: 384px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swiper-slide .process-cycle-slide .process-cycle-mask .process-cycle-desc {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.swiper-slide .process-cycle-slide .process-cycle-cover img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.swiper-slide-first .process-cycle-slide .process-cycle-title {
    color: #161616;
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 32px;
}

.swiper-slide-first .process-cycle-slide .process-cycle-desc {
    color: #525252;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.swiper-slide-first .process-cycle-slide .process-cycle-more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 112px;
    height: 48px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 96px auto 0;
    padding-left: 16px;
    border-radius: 24px;
    background: #ff7a00;
    border: 1px solid #ff7a00;
}

.swiper-slide-first .process-cycle-slide .process-cycle-more:hover {
    background: none;
    color: #ff7a00;
}

.swiper-slide-first .process-cycle-slide .process-cycle-more .process-cycle-arrow {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-left: 8px;
}

/*** 首页-典型项目 End ***/

/*** 我们的客户 Start ***/
.ourClients-title {
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    color: #161616;
    font-family: SourceHanSansCN;
    margin-bottom: 32px;
    text-align: center;
}

.ourClients-desc {
    color: #525252;
    font-family: SourceHanSansCN;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}

.ourClients-logo-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    padding-top: 32px;
}

/*** 我们的客户 End ***/

/*** 首页ESG Start ***/
.esgWrap {
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
}

.esgWrap .esg-con {
    width: 100%;
    height: 480px;
    text-align: left;
    border-radius: 32px;
    padding: 136px 0 0 0;
    text-align: center;
    background: url('../img/index_esg_bg.png') no-repeat;
    background-size: auto 100%;
    background-position: center;
}

.esgWrap .esg-con .esg-con-title {
    width: 352px;
    color: #161616;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 32px;
    transition: all 0.3s ease-in-out;
}

.esgWrap .esg-con .esg-con-desc {
    width: 352px;
    color: #525252;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    transition: all 0.3s ease-in-out;
}

.esg-learn-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 112px;
    height: 48px;
    padding: 0 16px;
    border-radius: 24px;
    background: #ff7a00;
    color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 96px;
    margin-left: 120px;
    border: 1px solid #ff7a00;
    transition: all 0.3s ease-in-out;
}

.esg-learn-more:hover {
    color: #ff7a00;
    background: none;
}

.esg-learn-more span {
    margin-top: 1px;
}

.esg-learn-more .esg-arrow {
    width: 16px;
    height: 16px;
}

.esg-learn-more .esg-arrow img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

/*** 首页ESG End ***/

/*** 最新动态 Start ***/

.trends .trends-con-title {
    color: #161616;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 40px;
}

.trends .flex-line {
    align-items: center;
    justify-content: space-between;
}

.trends .trendsCon {
    align-items: flex-start;
}

.trends .label-time-end {
    align-items: flex-end;
}

.trends-groups {
    width: 640px;
}

.trends-item {
    display: block;
    cursor: pointer;
    border-radius: 32px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.trends-item .cover_scale_img {
    border-radius: 32px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.trends-cover {
    width: 352px;
    height: 242px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}

.trends-cover img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all 0.2s linear;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}

.trends-item-con {
    flex: 1;
    height: 242px;
    padding: 16px 22px;
    text-align: left;
    background: #f4f4f4;
    transition: all 0.3s ease-in-out;
}

.label-time {
    justify-content: space-between;
    height: 20px;
    margin-bottom: 12px;
    transition: all 0.3s ease-in-out;
}

.label {
    height: 22px;
    line-height: 20px;
    padding: 0 12px;
    align-items: center;
    color: #525252;
    font-size: 12px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.label_null {
    border: none;
}

.time {
    color: #525252;
    font-size: 12px;
    line-height: 16px;
    border-radius: 32px;
    border: 1px solid #e0e0e0;
    background: #fff;
    padding: 2px 8px;
    transition: all 0.3s ease-in-out;
}

.trends-item-title {
    width: 100%;
    height: 84px;
    margin-bottom: 66px;
    color: #161616;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out;
}

.trends-item-con .arrow {
    max-width: 100px;
    height: 24px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.trends-item-con .arrow img {
    width: 24px;
    height: 24px;
}

.trends-item-con .arrow span {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: var(--Link-link-primary, #ff7a00);
    margin-right: 8px;
    transition: all 0.3s ease-in-out;
}

.right-arrow {
    cursor: pointer;
    vertical-align: top;
}

.right-arrow-link {
    display: none;
    vertical-align: top;
}

.trends-item:hover .trends-item-title {
    color: #ff7a00;
}

.trends-item .arrow:hover .right-arrow {
    display: none;
}

.trends-item .arrow:hover .right-arrow-link {
    display: block;
}

.mb12 {
    margin-bottom: 12px;
}

.trends-list {
    width: 448px;
}

.trends-li {
    margin-bottom: 23px;
    padding: 0 16px 16px;
    border-bottom: 1px solid #c6c6c6;
    transition: all 0.3s ease-in-out;
}

.trends-li .label {
    height: 20px;
    line-height: 18px;
    transition: all 0.3s ease-in-out;
}

.trends-li .label_null {
    background: none;
}

.trends-title {
    display: block;
    width: 100%;
    color: #161616;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
}

.trends-title:hover {
    color: #ff7a00;
}

.trends-li-more {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    color: #ff7a00;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}

.trends-li-more:hover {
    color: #ffa42a;
}

.trends-li-more .trends-li-more-arrow {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.trends-li-more .trends-li-more-arrow img {
    width: 20px;
    height: 20px;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
}

/*** 最新动态 end ***/

/*** 宣传视频 Start ***/
.promotional-sticky {
    position: sticky;
    top: 0;
    background-color: blue;
    z-index: 100;
}

.promotional-video {
    /* height: 700px; */
    background: linear-gradient(180deg, #FFF 0%, #F9F9F9 100%);
}

.bg_none {
    background: none;
}

.promotional-video .con-wrap {
    /* height: 700px; */
}

.promotional-video .con-wrap .video-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s linear;
}

.promotional-video .con-wrap .video-wrap video {
    /* position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); */
}

.promotional-video .con-wrap .video-wrap .icon_hover_wrap {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    /* transform: translate(-50%, -50%); */
    width: 80px;
    height: 80px;
    z-index: 10;
    cursor: pointer;
}

.promotional-video .con-wrap .video-wrap .icon_hover_wrap img {
    width: 80px;
    height: 80px;
    vertical-align: top;
}

.icon_hide {
    display: none;
}

.pause_hide {
    animation: pauseIcon 0.2s linear forwards;
}

@keyframes pauseIcon {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        display: none;
    }
}

.promotional-video .video-wrap:hover .pause_hide {
    display: block;
    opacity: 1;
    animation: none;
}

.promotional-video video::-webkit-media-controls-play-button {
    /* display: none;
    top: -50%;
    border-radius: 50%;
    background-color: #FFF; */
}

.promotional-video video::-moz-media-controls-play-button {}

.promotional-video video::-o-media-controls-play-button {}

.promotional-video video::media-controls-play-button {}

/*** 宣传视频 end ***/

/*** 订阅 Start ***/
.subscribe {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.subscribe .subscribe_bg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1320px;
    height: 100%;
}

.subscribe .con-wrap {
    position: relative;
    width: 1280px;
    height: 320px;
    margin: 0 auto;
}

.subscribe-title {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    width: 352px;
    color: #fff;

    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
}

.subscribe-more {
    position: absolute;
    bottom: 64px;
    right: 80px;
    justify-content: space-between;
    width: 210px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    color: #ff7a00;

    font-size: 14px;
    background-color: #fff;
    border-radius: 24px;
    cursor: pointer;
}

.subscribe-more:hover {
    color: #fff;
    background-color: #ff7a00;
}

.subscribe-more img {
    width: 16px;
    height: 16px;
}

/*** 订阅 end ***/

/*** 版权信息 Start ***/
.footer {
    width: 1280px;
    padding: 64px 80px 64px 80px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 228px;
    margin: 0 auto;
    flex-shrink: 0;
}

.footer-left,
.footer-right {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
}

.footer-left {
    width: 256px;
    flex-shrink: 0;
    text-align: left;
}

.footer-left #footer-logo {
    width: 100%;
    height: auto;
}

.footer-left .amount .amount-title {
    color: #6f6f6f;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 4px;
}

.footer-left .amount .amount-money {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
    font-family: WixMadeforText;
    line-height: 28px;
}

.footer-left .interest {
    display: flex;
    align-items: center;
    width: 100%;
}

.footer-left .interest-title {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #161616;
    margin-right: 16px;
    text-align: left;
}

.footer-left .interest-row img {
    margin-right: 16px;
}

.footer-left .interest-row .zg-footer-wechat {
    position: relative;
    margin-right: 16px;
    cursor: pointer;
}

.footer-left .interest-row .zg-footer-wechat .zg-wechat {
    display: none;
    top: -200px;
    left: -60px;
    height: 184px;
}

.footer-left .interest-row .zg-footer-wechat:hover .zg-wechat {
    display: block;
}

.footer-left .interest-row .zg-footer-wechat img {
    margin: 0px;
}

.footer-right {
    width: 736px;
    flex-shrink: 0;
}

.groups-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.groups-item {
    min-width: 84px;
    cursor: pointer;
    text-align: left;
}

.groups-title {
    color: #161616;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.groups-tab {
    color: #525252;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 16px;
}

.web-number {
    width: 100%;
    color: #525252;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.32px;
}

.statement_wrap a {
    display: inline-block;
    color: #525252;
}

.mb8 {
    margin-bottom: 8px;
}

/*** 版权信息 End ***/

/*** 公司简介 Start ***/
.directory {
    text-align: left;
}

.directory a:hover {
    color: #ff7a00;
}

.directory-tab {
    color: #8d8d8d;
    font-family: 'SourceHanSansCN';
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}

.directory-active {
    color: #525252 !important;
}

.diagonal {
    position: relative;
}

.diagonal::after {
    content: '/';
    color: #ff7a00;
    margin: 0 8px;
}

.synopsis-line .synopsis-cover {
    width: 544px;
    height: 544px;
}

.synopsis {
    text-align: left;
}

.sy-left {
    padding: 0 128px 0 96px;
}

.sy-right {
    padding: 0 96px 0 128px;
}

.synopsis-title {
    color: #161616;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    margin-bottom: 32px;
    transition: all 0.3s ease-in-out;
}

.synopsis-code {
    margin-bottom: 32px;
}

.sc-wrap {
    width: 96px;
}

.sc-t {
    color: #161616;

    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

.sc-c {
    color: #161616;

    font-size: 16px;
    line-height: 24px;
}

.synopsis-con {
    color: #161616;
    text-align: justify;

    font-size: 16px;
    line-height: 32px;

    transition: all 0.3s ease-in-out;
    /* 200% */
}

.synopsis-desc,
.aboutUs-synopsis-wrap .sy-left,
.aboutUs-synopsis-wrap .sy-right {
    transition: all 0.3s ease-in-out;
}

/** 我们的业务 Start **/
.ourBusiness .node-title h4 {
    /* color: #161616 !important; */
}

.ourBusiness .list-text {
    justify-content: space-between;
    align-items: flex-start;
}

.ourBusiness .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
    color: var(--Text-text-primary, #161616);
}

.ourBusiness .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--Text-text-helper, #6f6f6f);
}

/** 我们的业务 end **/

/** 发展历程 Start **/
.course .course-bg {
    /* background-color: #F4F4F4; */
}

.course .year-scroll-wrap {
    white-space: nowrap;
    overflow-x: scroll;
    text-align: left;
}

.course .year-scroll-wrap::-webkit-scrollbar {
    display: none;
}

.course .year-scroll {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.course .year-scroll span {
    display: inline-block;
    width: 96px;
    height: 40px;
    padding: 11px 16px;
    color: #525252;

    font-size: 14px;
    line-height: 18px;
    margin-right: 1px;
    border-bottom: 2px solid #c6c6c6;
    vertical-align: top;
    user-select: none;
    cursor: pointer;
}

.course .yearActives {
    color: #161616 !important;
    font-weight: 600;
    border-bottom: 2px solid #ff7a00 !important;
}

.course .lastYear,
.course .nextYear {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.course .lastYear {
    transform: rotateY(180deg);
}

#yearEvents {
    align-items: flex-end;
    height: 400px;
}

.course .yearEvents-cover {
    width: 448px;
    height: 336px;
    vertical-align: top;
    flex-shrink: 0;
}

.course .yearEvents-text {
    flex: 1;
    color: #161616;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    padding: 0 64px 0 32px;
}

.course .yearEvents-btn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 112px;
    flex-shrink: 0;
}

.course .lastBtn,
.course .nextBtn {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}

.course .lastBtn .icon_hover_wrap {
    display: none;
    transform: rotate(180deg);
}

.course .nextBtn .btn_dis {
    transform: rotate(180deg);
}

.course .nextBtn .icon_hover_wrap {
    display: none;
}

.course .yearActive .btn_dis {
    display: none;
}

.course .yearActive .icon_hover_wrap {
    display: block;
}

/** 发展历程 end **/

/** 关于我们 发展历程 Start **/
.course2 .year-tags {
    position: relative;
    margin-top: 32px;
}

.course2 .yearList {
    width: 1120px;
    z-index: 10;
}

.yearList-fixed {
    position: fixed;
    top: 73px;
    background: #fff;
    padding-top: 4px;
    width: 1106px;
}

.course2 .year-scroll-wrap {
    white-space: nowrap;
    overflow-x: scroll;
    text-align: left;
}

.course2 .year-scroll-wrap::-webkit-scrollbar {
    display: none;
}

.course2 .year-scroll {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}

.course2 .year-scroll span {
    display: inline-block;
    width: 97.2px;
    height: 40px;
    padding: 11px 16px;
    color: #525252;

    font-size: 14px;
    line-height: 18px;
    margin-right: 1px;
    border-bottom: 2px solid #c6c6c6;
    vertical-align: top;
    user-select: none;
    cursor: pointer;
}

.course2 .yearActives {
    color: #161616 !important;
    font-weight: 600;
    border-bottom: 2px solid #ff7a00 !important;
}

.course2 .lastYear,
.course2 .nextYear {
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.course2 .lastYear {
    transform: rotateY(180deg);
}

.course2 .yearEvents .opacity-hide {
    opacity: 0;
    transition: 500ms;
    /* transition: opacity 1s ease-out, transform 1s ease-out; */
    /* transform: translateY(0); */
}

.course2 .yearEvents .opacity-show {
    opacity: 10;
    transition: 500ms;
    /* transition: opacity 1s ease-out, transform 1s ease-out; */
    /* transform: translateY(100%); */
}

.course2 .yearEvents {
    display: flex;
    align-items: flex-start;
    margin-top: 32px;
    box-sizing: border-box;
}

.course2 .yearEvents-div {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 110px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.course2 .yearEvents-div.left:first-child {
    opacity: 10;
}

.course2 .yearEvents-div.right {
    align-items: flex-start;
    margin-left: 110px;
    transition: all 0.3s ease-in-out;
}

.course2 .yearEvents-title-div {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    z-index: 2;
}

.course2 .yearEvents-div.right .yearEvents-title-div {
    justify-content: flex-start;
}

.course2 .yearEvents-title-div .point {
    position: absolute;
    right: -130px;
    top: 20px;
    transition: 500ms;
    z-index: 2;
}

.course2 .yearEvents-title-div .point.right {
    position: absolute;
    left: -130px;
    top: 29px;
    transition: 500ms;
}

.course2 .yearEvents-title-div .point.right.point-right {
    position: absolute;
    left: -130px;
    top: 20px;
}

.course2 .yearEvents-title {
    color: #ff7a00;
    text-align: right;
    font-family: 'InterBold';
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 64px;
    transition: 500ms;
    white-space: nowrap;
}

.course2 .yearEvents-title.right {
    color: #161616;
    text-align: left;
    font-size: 54px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    transition: 500ms;
}

.course2 .yearEvents-title.right {
    text-align: right;
}

.course2 .yearEvents-cover {
    width: 448px;
    height: 313px;
    vertical-align: top;
    flex-shrink: 0;
    margin-top: 32px;
    object-fit: cover;
    border-radius: 32px;
}

.course2 .yearEvents-text {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    white-space: pre-line;
    margin-top: 32px;
}

.course2 .yearEvents-text .yearEvents-text-li {
    margin-bottom: 16px;
}

.course2 .yearEvents-text .yearEvents-text-li:last-child {
    margin-bottom: 0;
}

.course2 .yearEvents-btn {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 112px;
    flex-shrink: 0;
}

.course2 .yearEvents-timeline-div {
    display: flex;
    flex-direction: column;
}

.course2 .yearEvents-timeline.top {
    width: 4px;
    background: linear-gradient(0deg, #ff7a00 0%, rgba(255, 195, 0, 0) 100%);
    height: 98px;
}

.course2 .yearEvents-timeline {
    width: 4px;
    background: linear-gradient(180deg, #ff7a00 0%, #ffc300 100%);
    height: 100%;
}

.course2 .lastBtn,
.course2 .nextBtn {
    position: relative;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
}

.course2 .lastBtn .icon_hover_wrap {
    display: none;
    transform: rotate(180deg);
}

.course2 .nextBtn .btn_dis {
    transform: rotate(180deg);
}

.course2 .nextBtn .icon_hover_wrap {
    display: none;
}

.course2 .yearActive .btn_dis {
    display: none;
}

.course2 .yearActive .icon_hover_wrap {
    display: block;
}

#yearEvents3 {
    display: none;
}

/** 关于我们 发展历程 end **/

/** 奖项荣誉 Start **/
.grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 64px;
    grid-column-gap: 68px;
    padding-top: 48px;
    justify-content: center;
}

.grid-wrap-first {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 64px;
    grid-column-gap: 80px;
    padding-top: 48px;
    justify-content: center;
}

.grid-wrap-first .laurel_wrap:nth-child(1) {
    margin-right: 0;
}

.grid-wrap-first .laurel_wrap:nth-child(2) {
    margin-left: 0;
}

.laurel_wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 328px;
    height: 100px;
    padding-top: 16px;
    cursor: pointer;
    overflow: hidden;
    margin: auto;
}

.laurel_wrap_inherit {
    overflow: inherit;
}

.laurel-left,
.laurel-right {
    width: 34px;
    height: 84px;
}

.laurel-text-groups {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 84px;
    overflow: hidden;
    transition: height 0.2s linear;
    text-align: center;
}

.laurel-text-groups-max {
    width: auto;
}

.laurel-img {
    width: auto;
    height: 24px;
    vertical-align: top;
}

.laurel-img-enr {
    width: auto;
    height: 60px;
}

.laurel-text {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.laurel_wrap:hover .laurel-text {
    color: #dabd86;
}

.laurel-tips-wrap {
    position: absolute;
    bottom: 0px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 0.5s linear;
}

.laurel_wrap:hover .laurel-tips-wrap {
    bottom: 100px;
    opacity: 1;
}

.laurel-tips-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
    z-index: -2;
}

.laurel-tips-wrap::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 8.5px;
    height: 8.5px;
    z-index: -1;
    background-color: #f4f4f4;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

.laurel-tips {
    position: relative;
    width: 352px;
    max-height: 284px;
    min-height: 50px;
    overflow-y: auto;
    padding: 16px 23px;
    background-color: #f4f4f4;
}

.laurel-tips .laurel-tips-text {
    display: block;
    color: #161616;
    text-align: center;

    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
}

.laurel-tips .laurel-tips-text:last-child {
    margin: 0;
}

/** 奖项荣誉 end **/

/** 相关推荐 Start **/
.recommend {
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
}

.recommend-content-wrap {
    display: block;
}

.recommend-list-wrap {
    display: none;
}

.recommend-content {
    width: 100%;
    overflow: hidden;
    /** padding-top: 2.5rem;
    padding-left: 80px; **/
}

.rc-menu {
    justify-content: space-between;
    padding: 0 80px;
}

.quarter_item {
    position: relative;
    /* display: inline-block; */
    width: 256px !important;
    height: 320px;
    border-radius: 32px;
    overflow: hidden;
    vertical-align: top;
    flex-shrink: 0;
    transition: transform 0.6s ease-in-out;
}

/* .quarter_item:hover{
    transform: scale(1.1);
} */

.quarter_item_more {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.quarter_item_more .text-hover {
    color: #ff7a00;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
}

.quarter_item_more img {
    width: 24px;
    height: 24px;
}

/** 新闻样式 **/
.companyNews_item {
    background-color: #f4f4f4;
}

.companyNews_item .news_img {
    height: 151px;
    overflow: hidden;
}

.companyNews_item .news_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}

.companyNews_item .title_con {
    height: 140px;
    padding: 16px;
    box-sizing: border-box;
}

.companyNews_item .title_con_another {
    padding: 32px;
}

.companyNews_item .news_detail {
    padding: 12px 16px 0 16px;
}

.companyNews_item .news_detail_top {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.companyNews_item .news_detail .tag {
    display: inline-block;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 4px 12px;
    text-align: center;
    font-size: 12px;
    height: 24px;
    line-height: 14px;
    overflow: hidden;
    font-style: normal;
    font-weight: 400;
    box-sizing: border-box;
    color: #525252;
    line-height: 1.2;
    background-color: #fff;
}

.companyNews_item .news_detail .tag_null {
    border: none;
}

.companyNews_item .news_detail .times {
    float: right;
    color: #525252;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 8px;
    border-radius: 32px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.companyNews_item .title_con .news_title {
    color: #161616;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}

.companyNews_item .title_con .business_entrance_title {
    color: #525252;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    margin-bottom: 16px;
}

.companyNews_item .title_con .news_desc {
    color: #525252;
}

.mt-27 {
    margin-top: 27px !important;
}

.companyNews_item .news_img_null {
    height: auto;
}

.companyNews_item .news_img_null .news_title {
    color: #525252;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.companyNews_item:hover .title_con .news_title {
    color: #ff7a00;
}

.companyNews_item .title_con .news_summary {
    color: #8d8d8d;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
    font-size: 14px;
    line-height: 18px;
    margin-top: 32px;
}

/** 季度报样式 **/
.quarter-li {
    align-items: flex-start;
    position: relative;
    width: 256px;
    height: 320px;
    padding: 24px 16px 16px;
    cursor: pointer;
    border: none;
}

.quarter-li-bg0 {
    background: url('../img/notice_vertical_bg0.webp') no-repeat;
    background-size: 100% 100%;
}

.quarter-li-bg1 {
    background: url('../img/notice_vertical_bg1.webp') no-repeat;
    background-size: 100% 100%;
}

.quarter-li-bg2 {
    background: url('../img/notice_vertical_bg2.webp') no-repeat;
    background-size: 100% 100%;
}

.quarter-li .quarter-title {
    color: #161616;
    font-size: 28px;
    font-weight: 400;
    line-height: 40px;
    white-space: pre-wrap;
    cursor: pointer;
}

.quarter-li:hover {
    background-color: #b8d3ff;
}

.quarter-li-bg0:hover {
    background-color: #74e792;
}

.quarter-li-bg1:hover {
    background-color: #ffedae;
}

/* 典型项目样式 */
.case_item {
    background-color: #fff;
}

.case_item .case_img {
    width: 100%;
    height: 160px;
}

.case_item .case_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}

.case_item .case_con {
    height: 140px;
    padding: 16px;
    box-sizing: border-box;
}

.case_item .case_con .case_title {
    color: #161616;
    font-size: 16px;
    height: 72px;
    line-height: 24px;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
}

.case_item:hover .case_con .case_title {
    color: #ff7a00;
}

.case_item .case_con .right_arrow {
    margin-top: 16px;
}

.case_item .case_con .right_arrow .arrow {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/Arrow--right-c.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.card-swiper {
    padding: 32px 0 80px 0;
    opacity: 0;
}

.card-swiper-show {
    opacity: 1;
}

.card-swiper .swiper-wrapper .swiper-slide {
    width: 256px;
    height: 340px;
    border-radius: 32px;
    background-color: #ff7a00;
}

/** 相关推荐 end **/

/*** 公司简介 end ***/

/** 联系我们 Start **/
#coverage {
    position: relative;
    width: 100%;
    height: 529px;
    background: url('../img/coverage_bg.png') no-repeat;
    background-size: 100% 100%;
}

.address-wrap {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
    overflow: hidden;
}

.address-wrap-inherit {
    overflow: inherit;
    z-index: 10;
}

.ad-posi0 {
    top: 102px;
    right: 417px;
}

.ad-posi1 {
    top: 164px;
    right: 532px;
}

.ad-posi2 {
    top: 188px;
    right: 213px;
}

.ad-posi3 {
    top: 208px;
    right: 458px;
}

.ad-posi4 {
    top: 257px;
    right: 436px;
}

.ad-posi5 {
    top: 253px;
    right: 335px;
}

.ad-posi6 {
    top: 320px;
    right: 254px;
}

.ad-posi7 {
    top: 345px;
    right: 246px;
}

.ad-posi8 {
    bottom: 161px;
    left: 334px;
}

.ad-posi9 {
    bottom: 103px;
    left: 324px;
}

.address-wrap .address-icon-wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    z-index: 2;
    font-size: 0;
    object-fit: cover;
}

.radio-btn {
    width: 16px;
    height: 16px;
}

.location-star {
    width: 24px;
    height: 24px;
}

.address-point {
    width: 100%;
    height: 100%;
}

.address-info {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 30%);
    width: 364px;
    text-align: left;
    padding: 22px 30px 30px 30px;
    background: url('../img/Popup.png') no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    transition: all 0.5s linear;
    z-index: 1;
}

.corporate-name {
    color: #161616;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
}

.ad-desc {
    color: #525252;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}

.ad-desc:last-child {
    margin: 0;
}

.address-icon-wrap:hover+.address-info {
    bottom: 280%;
    opacity: 1;
}

.address-show {
    overflow: inherit;
    z-index: 10;
}

.address-show .icon_hover_wrap .icon_default {
    display: none;
}

.address-show .icon_hover_wrap .icon_hover {
    display: block;
}

.address-show .address-info {
    bottom: 280%;
    opacity: 1;
}

/* 卡片 */
.address-card-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 352px);
    gap: 32px;
    z-index: 1;
}

.address-card-wrap .address-card {
    height: 192px;
    padding: 32px;
    background: #f4f4f4;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    border-radius: 32px;
}

.address-card-wrap .address-card .address-card-name {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px;
}

.address-card-wrap .address-card .address-card-cont {
    display: flex;
    justify-content: flex-start;
    color: #525252;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.16px;
    margin-bottom: 4px;
}

.address-card-wrap .address-card .address-card-cont .addr {
    display: block;
    width: 38px;
    text-wrap: nowrap;
    flex-shrink: 0;
}

/*** 联系我们 end ***/

/*** 子公司 Start ***/
.subsidiary-desc {
    display: flex;
    justify-content: flex-end;
    padding-right: 96px;
}

.desc-con {
    width: 640px;
    color: #161616;
    text-align: justify;

    font-size: 16px;
    line-height: 32px;
    white-space: pre-wrap;
}

.dc-line {
    margin-bottom: 16px;
}

.sub-info-con {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 472px;
    border-top: 1px solid #c6c6c6;
}

.sub-left {
    width: 288px;
    text-align: left;
    flex-shrink: 0;
}

.sub-name {
    color: #161616;

    font-size: 32px;
    line-height: 40px;
    margin-bottom: 32px;
}

.sub-contact {
    margin-bottom: 8px;
}

.sub-t {
    color: #8d8d8d;
    text-align: justify;

    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
}

.sub-data {
    color: #525252;
    text-align: justify;

    font-size: 16px;
    line-height: 24px;
}

.sub-main {
    width: 640px;
}

.sub-main p {
    margin: 0;
}

.sub-main-hidden {
    height: 391px;
    overflow: hidden;
}

.sub-cover {
    width: 100%;
    height: 320px;
    margin-bottom: 32px;
}

.sub-text {
    color: #525252;
    text-align: justify;

    font-size: 16px;
    line-height: 32px;
    margin-bottom: 16px;
}

.sub-title {
    height: 64px;
    line-height: 64px;
    color: #161616;

    font-size: 32px;
    margin-bottom: 16px;
    text-align: left;
}

.sub-secondary {
    height: 28px;
    line-height: 28px;
    color: #161616;

    font-size: 20px;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: left;
}

#subsidiaryList .synopsis-wrap .node-desc {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

.synopsis-slug {
    width: 736px;
    color: #161616;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.synopsis_list {
    margin: 0 auto;
    width: 1120px;
}

.synopsis_item {
    margin-top: 64px;
    font-size: 0;
}

.synopsis_item .item {
    display: inline-block;
    width: 256px;
    height: 300px;
    margin-right: 32px;
    margin-bottom: 32px;
    vertical-align: top;
    background-color: #f4f4f4;
}

.synopsis_item .item .item_img {
    height: 160px;
    overflow: hidden;
}

/* 简介卡片 */
.synopsis_list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 352px);
    gap: 32px;
    z-index: 1;
}

.synopsis_list .synopsis_card {
    height: 480px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 32px;
    overflow: hidden;
    background: #ffffff;
}

.synopsis_list .synopsis_card .item_img {
    width: 352px;
    height: 176px;
    flex-shrink: 0;
    overflow: hidden;
}

.synopsis_list .synopsis_card .synopsis_card_detail {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 320px;
    width: 100%;
    padding: 24px 32px 0;
    border-radius: 0px 0px 32px 32px;
    background: #f4f4f4;
}

.padding-right-18 {
    padding-right: 18px !important;
}

.synopsis_list .synopsis_card .synopsis_card_name {
    height: 56px;
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
}

.synopsis_list .synopsis_card .synopsis_card_cont {
    display: flex;
    justify-content: flex-start;
    color: #525252;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.32px;
    margin-bottom: 8px;
}

.synopsis_list .synopsis_card .synopsis_card_cont .addr {
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-wrap: nowrap;
}

.synopsis_list .synopsis_card .synopsis_card_cont .addr_cont {
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    word-break: break-all;
    letter-spacing: -0.25px;
}

.synopsis_list .synopsis_card .synopsis_card_detail .item_img_add {
    display: flex;
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
}

.synopsis_list .synopsis_card .synopsis_card_add {
    cursor: pointer;
    padding: 20px 22px;
}

.subsidiary-title {
    color: #161616;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 32px;
}

.subsidiary-info {
    display: flex;
    font-size: 16px;
    color: #525252;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
}

.subsidiary-label {
    margin-right: 8px;
    color: #8d8d8d;
}

.subsidiary-desc {
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 48px;
}

/** swiper翻页按钮样式 Start **/
.swiper-navigation-wrap {
    height: 48px;
}

.swiper-navigation-width {
    width: 1120px;
}

.navigation-top {
    margin-top: 32px;
}

.navigation-top2 {
    margin-top: 32px;
}

.swiper-navigation-right {
    float: right;
}

.swiper-navigation-style {
    width: 132px;
    height: 48px;
}

.swiper-navigation-style .swiper-button-prev::after,
.swiper-navigation-style .swiper-button-next::after {
    display: none;
}

.swiper-navigation-style .swiper-button-prev,
.swiper-navigation-style .swiper-button-next {
    width: 48px;
    height: 48px;
    font-size: 0;
    margin: 0;
    top: 0;
    vertical-align: top;
}

.swiper-navigation-style .swiper-button-prev img,
.swiper-navigation-style .swiper-button-next img {
    width: 48px;
    height: 48px;
    vertical-align: top;
}

.swiper-button-prev .icon_disable,
.swiper-button-next .icon_disable {
    display: none;
}

.page-turning-disable .icon_disable {
    display: block;
}

.swiper-button-prev .page-turning-active,
.swiper-button-next .page-turning-active {
    cursor: pointer;
}

.page-turning-disable .page-turning-active {
    display: none !important;
}

/** swiper翻页按钮样式 End **/

/*** 分页器 Start ***/
#pagination {
    margin-top: 32px;
}

#pagination .layui-laypage {
    margin: 0 !important;
}

#pagination a,
#pagination .layui-laypage-curr,
#pagination .layui-laypage-spr {
    position: relative;
    width: 48px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    color: #161616;
    text-align: center;

    font-size: 14px;
    /* 128.571% */
    letter-spacing: 0.16px;
    border: none;
}

#pagination .layui-laypage-prev {
    position: relative;
    font-size: 0;
}

#pagination .layui-laypage-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid black;
}

#pagination .layui-laypage-prev.layui-disabled::after {
    border-right: 6px solid #c4c4c4;
}

#pagination .layui-laypage-next {
    position: relative;
    font-size: 0;
}

#pagination .layui-laypage-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid black;
}

#pagination .layui-laypage-next.layui-disabled::after {
    border-left: 6px solid #c4c4c4;
}

#pagination .layui-laypage .layui-laypage-curr::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 4px;
    background-color: #ff7a00;
}

#pagination .layui-laypage .layui-laypage-curr .layui-laypage-em {
    display: none;
}

#pagination .layui-laypage .layui-laypage-curr em {
    color: #161616;
    text-align: center;

    font-size: 14px;
}

/*** 分页器 end ***/

/*** 子公司 end ***/

/*** 绿色矿山 Start ***/
.mine-section .con-wrap {
    border-top: 1px solid #c6c6c6;
}

.mine-title {
    justify-content: space-between;
}

.mine-title h4 {
    color: #161616;

    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
}

.secondary-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.section_icon {
    width: 160px;
    height: 160px;
    vertical-align: top;
}

.secondary-right {
    width: 720px;
    color: #161616;
    text-align: justify;

    font-size: 16px;
    line-height: 32px;
}

#professionalField {
    padding-right: 0 !important;
}

#professionalField .row-other {
    width: 352px;
    margin-right: 32px;
}

#professionalField .row-other h4 {
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    text-align: left;
    color: #161616;
    margin: 0;
}

.card-wrap-max {
    text-align: left;
}

#professionalField .pf-desc .node-desc {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
}

#professionalField .cardScrollWrap {
    /* padding-left: calc((100vw - 1280px) / 2 + 5rem); */
}

.card-wrap-max .card-cover-wrap {
    height: 242px;
}

.card-wrap-max {
    width: 352px;
    height: 390px;
}

.card-wrap-max .card-info-con {
    position: relative;
    width: 100%;
    height: 148px;
    padding-top: 16px;
    background-color: #f4f4f4;
}

.card-wrap-max .card-title {
    padding: 0 24px;
}

.card-wrap-max .card-arrow {
    left: 24px;
}

/*** 绿色矿山 end ***/

/*** 低碳冶金 Start ***/
.metallurgy-synopsis {
    display: flex;
}

.metallurgy-synopsis .synopsis-title {
    width: 40%;
    color: #161616;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-right: 32px;
    flex-shrink: 0;
}

.metallurgy-synopsis .synopsis-desc {
    flex: 1;
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
}

.flow-path-wrap {
    padding-top: 107px;
    padding-bottom: 123px;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

#flowPath {
    position: relative;
    width: 100%;
    height: 1500px;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.flowPathBg {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.routeImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    opacity: 0;
}

.routeActive {
    animation: slideShow 34ms infinite;
}

@keyframes slideShow {
    0% {
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    99% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.flowPathBg video {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.flowPathBg video:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.flowPathBg video:hover {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.flowPathBg video:hover::-webkit-selection {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.flowPathBg video:hover::-moz-selection {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.flowPathBg video:hover::selection {
    border: none;
    outline: none;
    box-shadow: none;
    background: none;
}

.fpCard {
    position: absolute;
    width: 352px;
    height: 264px;
}

.fpCard img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.fpCard .fpCard-title {
    position: absolute;
    width: 128px;
    height: 32px;
    display: block;
    text-align: center;
    border-radius: 32px;
    background: #f4f4f4;
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    cursor: pointer;
}

.fpCard .fpCard-title:hover {
    background: #ff7a00;
}

.fpCard_mics0 {
    top: -24px;
    right: 44px;
    width: 358px;
    height: 313px;
}

.fpCard_mics1 {
    bottom: -43px;
    left: 34px;
    width: 260px;
    height: 203px;
}

.fpCard0 {
    top: -24px;
    left: -20px;
}

.fpCard0 .fpCard-title {
    bottom: -20px;
    left: 0;
}

.fpCard1 {
    top: -4px;
    left: 364px;
}

.fpCard1 .fpCard-title {
    bottom: -20px;
    left: 97px;
}

.fpCard2 {
    top: 181px;
    right: 50px;
}

.fpCard2 .fpCard-title {
    bottom: -48px;
    right: 2px;
}

.fpCard3 {
    top: 306px;
    left: -6px;
}

.fpCard3 .fpCard-title {
    top: 150px;
    left: -14px;
}

.fpCard4 {
    top: 337px;
    left: 364px;
}

.fpCard4 .fpCard-title {
    bottom: 36px;
    left: 50px;
}

.fpCard5 {
    top: 592px;
    left: -20px;
}

.fpCard5 .fpCard-title {
    bottom: -46px;
    left: 96px;
}

.fpCard6 {
    top: 595px;
    right: 168px;
}

.fpCard6 .fpCard-title {
    bottom: 8px;
    right: 0px;
}

.fpCard7 {
    bottom: 473px;
    left: 270px;
}

.fpCard7 .fpCard-title {
    bottom: -45px;
    left: 96px;
}

.fpCard8 {
    bottom: 243px;
    left: 20px;
}

.fpCard8 .fpCard-title {
    bottom: -44px;
    left: 56px;
}

.fpCard9 {
    bottom: 300px;
    right: 164px;
}

.fpCard9 .fpCard-title {
    bottom: -23px;
    left: 96px;
}

.fpCard10 {
    bottom: 45px;
    left: 332px;
}

.fpCard10 .fpCard-title {
    bottom: -21px;
    left: 32px;
}

.fpCard11 {
    bottom: 28px;
    right: 64px;
}

.fpCard11 .fpCard-title {
    bottom: 3px;
    right: 52px;
}

/*** 低碳冶金 end ***/

/*** 安全节能环保 Start ***/
.energy_line {
    display: flex;
    border-radius: 32px;
    background: #f4f4f4;
    margin-bottom: 64px;
    overflow: hidden;
}

.energy_wrap .energy_line:last-child {
    margin: 0;
}

.energy_cover {
    width: 544px;
    height: 360px;
    flex-shrink: 0;
    font-size: 0;
}

.energy_cover img {
    width: 100%;
    height: 100%;
}

.energy_con {
    flex: 1;
    padding-top: 80px;
}

.energy_con .energy_title {
    color: #161616;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 32px;
}

.energy_con .energy_desc {
    color: #525252;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 84px;
}

.energy_con .energy_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    color: #ff7a00;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
    white-space: nowrap;
}

.energy_con .energy_more:hover {
    color: #ffa42a;
}

.energy_con .energy_more .energy_more_arrow {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    font-size: 0;
}

.energy_con .energy_more .energy_more_arrow svg {
    width: 20px;
    height: 20px;
    vertical-align: top;
}

/*** 安全节能环保 end ***/

/*** 矿业与矿物加工 Start ***/
.mm-synopsis-desc {
    position: relative;
    z-index: 1;
}

.mineral_mining_router {
    position: relative;
    width: 100%;
    height: 1082px;
    margin-bottom: 94px;
}

.mineral_mining_router .node-title h4 {
    /* font-size: 28px;
    font-weight: 400; */
    line-height: 36px;
}

.mineralMiningBg {
    position: absolute;
    top: -118px;
    left: 0px;
}

.mineral_mining_router .lsks {
    position: absolute;
    top: 90px;
    left: 0;
    width: 352px;
    height: 264px;
}

.mineral_mining_router .lsks_text {
    position: absolute;
    top: 61px;
    left: 480px;
    width: 352px;
    width: 352px;
    text-align: left;
}

.mineralMining_people0 {
    position: absolute;
    top: 275px;
    left: 0px;
    width: 358px;
    width: 313px;
}

.mineral_mining_router .ylc {
    position: absolute;
    top: 344px;
    left: 384px;
    width: 352px;
    height: 264px;
}

.mineral_mining_router .ylc_text {
    position: absolute;
    top: 344px;
    right: 0;
    width: 352px;
    text-align: left;
}

.mineralMining_people1 {
    position: absolute;
    bottom: 140px;
    left: 450px;
    width: 256px;
    width: 288px;
}

.mineral_mining_router .dsqt {
    position: absolute;
    bottom: 243px;
    left: 5px;
    width: 325px;
    height: 256px;
}

.mineral_mining_router .dsqt_text {
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 352px;
    text-align: left;
}

.mineral_mining_router .sj {
    position: absolute;
    bottom: 242px;
    right: 0;
    width: 291px;
    height: 259px;
}

.mineral_mining_router .sj_text {
    position: absolute;
    bottom: -17px;
    right: 0;
    width: 352px;
    text-align: left;
}

/*** 矿业与矿物加工 end ***/

/*** 全流程服务 Start ***/
.process_service_router {
    position: relative;
    width: 100%;
    height: 1800px;
    padding-bottom: 80px;
}

.process_service_router .processServiceBg {
    position: absolute;
    top: 173px;
    left: 16px;
}

.process_more {
    display: flex;
    align-items: center;
    width: 90px;
    height: 24px;
    color: #ff7a00;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 32px;
}

.process_more:hover {
    color: #ffa42a;
}

.process_more svg {
    width: 20px;
    height: 20px;
    margin-left: 6px;
}

.process_text {
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-top: 16px;
    text-align: left;
}

.process_text span {
    font-weight: 700;
}

.process_service_router .zxgh {
    position: absolute;
    top: 0;
    left: 0;
    width: 640px;
    height: 720px;
}

.process_service_router .zxgh_text {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 120px;
    width: 448px;
}

.process_service_router #zxghText {
    position: absolute;
    top: 0;
    left: 0;
}

.process_service_router .epc {
    position: absolute;
    top: 497px;
    right: 0;
    width: 640px;
    height: 720px;
}

.process_service_router .epc_text {
    position: absolute;
    top: 650px;
    left: 0;
    width: 448px;
}

.process_service_router #epcText {
    position: absolute;
    top: -120px;
    left: 0;
}

.process_service_router .bpbj {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 640px;
    height: 720px;
}

.process_service_router .bpbj_text {
    position: absolute;
    bottom: 192px;
    right: 0;
    width: 448px;
}

/*** 全流程服务 end ***/

/*** 信息公开 Start ***/
.adsorption-nav-wrap {
    position: relative;
    height: 112px;
}

.adsorption-nav {
    width: 100%;
    background-color: #fff;
}

.adsorption-nav-fixed {
    position: fixed;
    top: 72px;
    z-index: 1;
}

.adsorption-nav-row {
    display: flex;
    align-items: center;
    transition: all 0.3s ease-in-out;
    padding: 32px 80px;
}

.adsorption-nav-slide {
    display: inline-block;
    color: #161616;
    text-align: center;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 12px 24px;
    margin-right: 24px;
    border-radius: 32px;
    background: #ffc80f;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.adsorption-nav-slide:hover {
    background: #ffb200;
    box-shadow: 0px 8px 16px 0px rgba(255, 95, 0, 0.5) inset,
        0px -8px 16px 0px rgba(255, 95, 0, 0.5) inset,
        8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset,
        -8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset;
}

.adsorption-nav-slide-active {
    background: #ffb200;
    box-shadow: 0px 8px 16px 0px rgba(255, 95, 0, 0.5) inset,
        0px -8px 16px 0px rgba(255, 95, 0, 0.5) inset,
        8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset,
        -8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset;
}

.info_main {
    display: none;
    padding-bottom: 80px;
}

.info_main_active {
    display: flex;
}

.sidebar_title {
    min-width: 256px !important;
    padding: 48px 0 40px 0;
    transition: all 0.3s ease-in-out;
}

.sidebar_catalog {
    width: 288px;
    transition: all 0.3s ease-in-out;
}

.sidebar_title_fixed h4 {
    position: fixed;
    top: 184px;
    background-color: #fff;
}

.sidebar_catalog_fixed {
    position: fixed;
    top: 184px;
    z-index: 2;
}

.sidebar_catalog_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 256px;
    color: #161616;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 16px;
    cursor: pointer;
    border-top: 1px solid #e0e0e0;
    transition: all 0.3s ease-in-out;
}

.sidebar_catalog .sidebar_catalog_item:last-child {
    border-bottom: 1px solid #e0e0e0;
}

.sidebar_catalog_item:hover,
.sidebar_catalog_active {
    color: #ff7a00;
    font-weight: 500;
}

.sidebar_catalog_next {
    display: none;
}

.info_content {
    width: 832px;
    padding-top: 136px;
    flex-shrink: 0;
}

.info_con_item {
    display: none;
}

.info_con_item img {
    max-width: 100%;
}

.info_con_active {
    display: block;
}

.info_con_text {
    color: #161616;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 32px;
    text-align: left;
}

.desc_point_wrap {
    display: grid;
    grid-template-columns: repeat(2, 352px);
    grid-row-gap: 32px;
    grid-column-gap: 64px;
    text-align: left;
}

.desc_point_title {
    width: 120px;
    height: 48px;
    border-radius: 64px;
    background: #ffb200;
    box-shadow: 0px 8px 16px 0px rgba(255, 95, 0, 0.5) inset,
        0px -8px 16px 0px rgba(255, 95, 0, 0.5) inset,
        8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset,
        -8px 0px 16px 0px rgba(255, 95, 0, 0.5) inset;
    color: #161616;
    font-family: SourceHanSansCN;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-align: center;
    margin-bottom: 16px;
}

.desc_point_text {
    color: #161616;
    font-family: SourceHanSansCN;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    white-space: nowrap;
}

.yyzz,
.zzjg {
    width: 100%;
    height: auto;
}

.info-li {
    padding: 16px;
    color: #161616;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-li:hover {
    color: #ff7a00;
    font-weight: 500;
}

.info-list-content .info-li:first-child {
    border-top: 1px solid #e0e0e0;
}

.info_details {
    display: none;
}

.info_details_active {
    display: block;
}

.info_details_title {
    color: #161616;
    font-family: SourceHanSansCN;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
}

.ptb16 {
    padding: 16px 0;
}

.info_details_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.info_details_row .share-groups {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
}

.info_details_row .share-groups .icon-li {
    margin: 0 0 0 16px !important;
}

.info_details_content {
    padding: 32px 0;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px solid #c6c6c6;
    text-align: left;
}

.info_details_content img {
    width: 100%;
    height: auto;
}

.info_page_turning {
    align-items: flex-start;
    padding-top: 32px;
}

.info_page_turning .last-news,
.info_page_turning .next-news {
    color: #ff7a00;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.info_page_turning .last-news {
    text-align: left;
}

.info_page_turning .next-news {
    text-align: right;
}

.info_page_turning .next-news .checkBtn {
    justify-content: flex-end;
}

.info_page_turning .checkBtn {
    margin-bottom: 16px;
}

.info_page_turning .new-title {
    width: 256px;
    color: #525252;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

/*** 信息公开 end ***/

/*** ESG Start ***/
.esgPage .esg_banner {
    width: 100%;
    aspect-ratio: 375 / 412.5;
    background: linear-gradient(0deg, #d8e2e5 0%, #cbd3d9 100%);
}

.esg_banner .mainCon {
    height: 100%;
}

.esg_banner .mainCon .w100 {
    height: 100%;
}

.esg_banner .con-wrap {
    height: 100%;
}

.esg_banner .orbit {
    position: absolute;
    top: 0px;
    left: -244px;
    width: 395px;
    height: 290px;
    transition: all 0.3s ease-in-out;
}

.esg_banner .sphere2 {
    position: absolute;
    top: 50px;
    right: -60px;
    width: 120px;
    height: 120px;
    transition: all 0.3s ease-in-out;
}

.esg_banner .sphere1 {
    position: absolute;
    bottom: 0px;
    left: -16px;
    width: 160px;
    height: 110px;
    transition: all 0.3s ease-in-out;
}

.esg_banner .globe {
    position: absolute;
    bottom: -40px;
    right: -136px;
    width: 826px;
    height: 502px;
    transition: all 0.3s ease-in-out;
}

.esg_banner .esg-banner-inner {
    padding: 173px 0 0 80px;
    z-index: 1;
}

.esg_banner .esg-banner-inner .esg-banner-title {
    position: relative;
    color: #161616;
    font-size: 54px;
    font-weight: 400;
    line-height: 64px;
    margin-bottom: 32px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.esg_banner .esg-banner-inner .esg-banner-subtitle {
    position: relative;
    color: #161616;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.lcp_desc {
    display: flex;
    align-items: flex-end;
}

.lcp_desc .lupengcheng {
    width: 288px;
    /* height: 274px; */
    margin-right: 96px;
    flex-shrink: 0;
}

.lcp_desc .lupengcheng img {
    width: 248px;
    height: 296px;
    vertical-align: top;
}

.lcp_desc .zhaoshukun {
    width: 283px;
    /* height: 274px; */
    margin-right: 96px;
    flex-shrink: 0;
}

.lcp_desc .zhaoshukun img {
    width: 283px;
    height: 296px;
    vertical-align: top;
}

.lcp_desc .lpc_wrap {
    /* padding-bottom: 16px;
        margin-left: -42px; */
}

.lcp_desc .lpc_wrap .lpc_con {
    position: relative;
    width: 736px;
    /* height: 180px; */
    color: #161616;
    font-size: 28px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
    margin-bottom: 32px;
    transition: all 0.3s ease-in-out;
}

.lcp_desc .lpc_wrap .lpc_con img {
    position: absolute;
    top: 0;
    left: -30px;
    width: 100%;
    height: 180px;
    transition: all 0.3s ease-in-out;
}

.lcp_desc .lpc_wrap .lpc_con .lpc_con_li {
    position: relative;
    margin-bottom: 1px;
    font-family: 'WixMadeforDisplay', 'SourceHanSansCN';
    text-align: justify;
}

.lcp_desc .lpc_wrap .lpc_con .lpc_con_li p {
    position: absolute;
    top: 0;
    left: -32px;
    width: 32px;
    height: 40px;
    color: var(--Text-text-primary, #161616);
    font-family: 'SourceHanSansCN';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-align: right;
}

.lcp_desc .lpc_wrap .lpc_con .lpc_con_li.first_line {
    margin-left: -26px;
}

.lcp_desc .lpc_wrap .lpc_con .lpc_con_li.line2 {
    letter-spacing: 1.3px;
}

.lcp_desc .lpc_wrap .lpc_con .lpc_con_li.line3 {
    letter-spacing: 0.1px;
}

.lcp_desc .lpc_wrap .lpc_con .lpc_con_li.line4 {
    letter-spacing: 0.1px;
}

.lcp_desc .lpc_wrap .lpc_con .glide_line {
    color: #4ea832;
}

/* .lcp_desc .lpc_wrap .lpc_con .glide_line::after {
        content: '';
        position: absolute;
        bottom: 6px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #24A148 0%, #A4EE4F 100%);
    } */

.lcp_desc .lpc_wrap .lpc_name {
    color: #161616;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 4px;
    transition: all 0.3s ease-in-out;
}

.lcp_desc .lpc_wrap .lpc_position {
    color: #525252;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    transition: all 0.3s ease-in-out;
}

.essential-wrap {
    background: #d8f3e1;
}

.essential {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.factor {
    position: relative;
    width: 352px;
    max-width: 352px;
    height: 576px;
    border-radius: 32px;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.factor .factor_header {
    position: relative;
    width: 100%;
}

.factor_header_bg {
    width: 100%;
}

.factor_header_bg img {
    width: 100%;
    height: auto;
}

.factor_header_con {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 24px 32px;
    transition: all 0.3s ease-in-out;
}

.factor .factor_main {
    width: 100%;
    min-height: 304px;
    padding: 32px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

.factor .ef_img {
    height: 96px;
    text-align: right;
    margin-bottom: 16px;
    transition: all 0.3s ease-in-out;
}

.factor .ef_img img {
    width: 96px;
    height: 96px;
    vertical-align: top;
    transition: all 0.3s ease-in-out;
}

.factor .ef_title {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
    transition: all 0.3s ease-in-out;
}

.factor .ef_desc {
    text-align: justify;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
}

.factor_con0 .ef_desc {
    color: #00b930;
}

.factor_con1 .ef_desc {
    color: #ff7a00;
}

.factor_con2 .ef_desc {
    color: #5273ff;
}

.factor .ef_con {
    color: #161616;
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
}

#esgReport {
    height: 80px;
}

.esg-pb-48 {
    padding-bottom: 48px;
}

.esgReport_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}

.evolve_wrap {
    width: 448px;
    padding-top: 32px;
}

.evolve_title {
    color: #161616;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
}

.evolve_wrap .evolve_desc {
    color: #161616;
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 110px;
}

.evolve_report {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
    bottom: 32px;
    left: 0;
}

.evolve_report .btn-hide {
    display: none;
}

.evolve_wrap .evolve_expand .btn-expand {
    display: none;
}

.evolve_wrap .evolve_expand .btn-hide {
    display: block;
}

.evolve_report .text-hover {
    color: #ff7a00;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
}

.evolve_report:hover .text-hover {
    color: #ffa42a;
}

.evolve_report .chevron {
    transition: all 0.2s linear;
    transform: rotate(90deg);
}

.evolve_wrap .evolve_expand .chevron {
    transform: rotate(-90deg);
}

.report_wrap {
    height: 292px;
    overflow: hidden;
    padding: 32px 80px 0 64px;
    transition: all 0.2s linear;
}

/* .report_expand .evolve_desc {
    margin-bottom: 362px;
} */

.report_expand .report_wrap {
    height: auto !important;
    padding-bottom: 32px;
}

.report_card {
    display: flex;
    justify-content: space-between;
    padding: 24px;
    border-radius: 32px;
    background: #f4f4f4;
}

.report_card .report_cover {
    width: 130px;
    aspect-ratio: 130/181;
    margin-right: 32px;
}

.report_card .report_cover img {
    width: 100%;
    height: 100%;
}

.report_card .report_con {
    width: 333px;
    padding-top: 12px;
}

.report_card .report_con .report_title {
    color: #161616;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 69px;
    transition: all 0.2s linear;
    text-align: left;
}

.report_card:hover .report_con .report_title {
    color: #ff7a00;
}

.report_down {
    cursor: pointer;
}

.report_down .text-hover {
    color: #ff7a00;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
}

.report_down img {
    width: 20px;
    height: 20px;
}

.record_groups {
    position: relative;
}

.record_title {
    color: #161616;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    text-align: left;
}

.record_wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 352px);
    gap: 32px;
    z-index: 1;
}

.record_card {
    position: relative;
    height: 272px;
    padding: 24px 32px;
    border-radius: 32px;
    text-align: left;
    overflow: hidden;
}

/* .record_card:nth-child(odd) {
    background: url('../img/pattern_1.svg') no-repeat;
    background-size: 100% 100%;
}

.record_card:nth-child(even) {
    background: url('../img/pattern_2.svg') no-repeat;
    background-size: 100% 100%;
} */

.record_card .record_card_bg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}

.record_card .record_card_icon {
    position: absolute;
    bottom: 24px;
    left: 32px;
}

.record_card .record_card_text {
    position: relative;
    color: #161616;
    font-family: WixMadeforText, SourceHanSansCN;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.record_card_count {
    position: absolute;
    bottom: 24px;
    right: 32px;
    color: #fff;
    font-size: 76px;
    font-weight: 700;
    line-height: 64px;
}

.record_card_index::before {
    content: 'x';
    position: absolute;
    top: -5px;
    left: -25px;
    color: #fff;
    font-size: 38px;
    font-weight: 800;
}

.record_card_second {
    padding-right: 37px;
}

.record_card_second::after {
    content: 'th';
    position: absolute;
    top: -23%;
    right: 0px;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.temp_wrap {
    position: relative;
    text-align: left;
    z-index: 1;
}

.temp_header {}

.temp_title {
    color: #161616;
    font-size: 40px;
    font-weight: 500;
    line-height: 48px;
    margin-bottom: 16px;
}

.esg_bh_info {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.jc_sb {
    justify-content: space-between;
}

.temp_desc {
    color: #161616;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
}

/* ESG案例 */
#esgCase {
    height: 80px;
}

.esgCase-wrap {
    background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
}

.esgCase_carousel {
    position: relative;
    height: 672px;
}

.esgSwiper {
    overflow: visible;
}

.esgSwiper .swiper-wrapper .swiper-slide {
    width: 736px;
}

.esgCase_carousel_item {
    display: flex;
    align-items: flex-end;
    width: 736px;
    height: 429px;
    padding-bottom: 32px;
    opacity: 0.5;
}

.swiper-slide-active .esgCase_carousel_item {
    opacity: 1;
}

.esgCase_carousel_item:first-child {
    margin-right: 32px;
}

.esgCase_carousel_item:last-child {
    margin: 0;
}

.esgCase_carousel_item_cover {
    position: relative;
    width: 736px;
    height: 368px;
}

.esgCase_carousel_item_cover img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 736px;
    height: auto;
    border-radius: 32px;
}

.esgCase_carousel_item_con {
    /* display: none; */
}

.esgCase_carousel_item_con .carousel_con {
    width: 544px;
    margin: 0 auto;
    text-align: left;
}

.esgCase_carousel_item_con .carousel_title {
    height: 80px;
    color: #161616;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.esgCase_carousel_item_con .carousel_desc {
    color: #525252;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.esgCase_carousel_item_con .carousel_more {
    cursor: pointer;
}

.esgCase_carousel_item_con .carousel_more .text-hover {
    color: #ff7a00;
    font-size: 16px;
    line-height: 24px;
    margin-right: 6px;
}

.esgCase_carousel_item_con .carousel_more:hover .text-hover {
    color: #ffa42a;
}

.esgCase_carousel_item_con .carousel_more img {
    width: 20px;
    height: 20px;
}

.esgCase_carousel_item_con .carousel_btn .icon_hover_wrap {
    width: 48px;
    height: 48px;
}

.esgCase_carousel_item_con .carousel_btn .play_left {
    margin-right: 16px;
}

.esgCase_carousel_item_con .carousel_btn .icon_hover_wrap img {
    width: 48px;
    height: 48px;
    vertical-align: top;
}

.swiper-slide-active .esgCase_carousel_item_con {
    display: flex;
    align-items: flex-end;
}

/* 鼠标悬浮缩放图片 */
.esgNews_li .esgNews_cover {
    border-radius: 32px;
    transition: all 0.25s cubic-bezier(0, 0, 0.5, 1) !important;
}

.esgNews_li .esgNews_cover:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15) !important;
}

.esgNews_li:hover>*>* {
    color: #ff7a00 !important;
}

/* ESG新闻 */
.of-xh {
    overflow: hidden;
}

.of-xh::-webkit-scrollbar {
    display: none;
}

#esgNews {
    height: 80px;
}

.esgNews {
    position: relative;
}

.esgNews_list {
    display: grid;
    grid-template-columns: repeat(2, 544px);
    gap: 32px;
}

.esgNews_li {
    border: 1px;
}

.esgNews_li .esgNews_cover {
    width: 160px;
    height: 100px;
    border-radius: 12px;
    margin-right: 16px;
    flex-shrink: 0;
    overflow: hidden;
}

.esgNews_li .esgNews_cover img {
    width: 100%;
    height: 100%;
    vertical-align: top;
}

.esgNews_li .esgNews_con {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    height: 100px;
}

.esgNews_li .esgNews_con .esgNews_time {
    width: 100%;
    color: #525252;
    font-family: WixMadeforDisplay;
    font-size: 14px;
    line-height: 18px;
}

.esgNews_li .esgNews_con .esgNews_title {
    width: 304px;
    color: #161616;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.esgNews_more {
    padding-top: 32px;
    padding-bottom: 80px;
}

.esgNews_more a {
    display: flex;
    align-items: center;
    color: #FF7A00;
    font-family: SourceHanSansCN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.esgNews_more a:hover {
    color: #FFA42A;
}

.esgNews_more a span {
    display: inline-block;
    margin-right: 6px;
}

/*** ESG end ***/

/*** 高光案例 start ***/
#highlightItem {
    padding-top: 0 !important;
}

#highlightItem .temp_wrap {
    padding-top: 0 !important;
}

.highlightItem_carousel {
    position: relative;
    height: 632px;
}

.highlightItem_carousel_wrap {
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.highlightItem_carousel_wrap .highlightItem_carousel_item {
    margin-right: 32px;
    opacity: 1;
}

.highlightItem_carousel_wrap .highlightItem_carousel_item:last-child {
    margin: 0;
}

.highlightItem_carousel_item_cover {
    position: relative;
    width: 544px;
    height: 368px;
    margin-bottom: 32px;
}

.highlightItem_carousel_item_cover .carousel_con {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 352px;
    height: 200px;
    padding: 16px 32px;
    opacity: 0;
    padding: 16px 32px;
}

.highlightItem_carousel_item_cover .carousel_con .carousel_title {
    color: var(--Text-text-primary, #161616);
    font-family: WixMadeforDisplay;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.16px;
    margin-bottom: 8px;
}

.highlightItem_carousel_item_cover .carousel_con .carousel_desc {
    color: var(--Text-text-primary, #161616);

    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.highlightItem_carousel_item_cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 544px;
    height: 100%;
    object-fit: cover;
}

.highlightItem_carousel_item_con {
    display: none;
    justify-content: flex-end;
}

.highlightItem_carousel_item_con .carousel_con {
    padding-left: 32px;
}

.highlightItem_carousel_item_con .carousel_con {
    width: 512px;
    margin-right: 80px;
}

.highlightItem_carousel_item_con .carousel_title {
    color: #161616;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
}

.highlightItem_carousel_item_con .carousel_desc {
    color: #525252;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 32px;
}

.highlightItem_carousel_item_con .carousel_more {
    cursor: pointer;
}

.highlightItem_carousel_item_con .carousel_more .text-hover {
    color: #ff7a00;
    font-size: 16px;
    line-height: 24px;
    margin-right: 8px;
}

.highlightItem_carousel_item_con .carousel_more img {
    width: 20px;
    height: 20px;
}

.highlightItem_carousel_item_con .carousel_btn .icon_hover_wrap {
    width: 48px;
    height: 48px;
    border: 1px solid var(--Border-border-interactive, #ff7a00);
    background: var(--Miscellaneous-transparent, rgba(255, 255, 255, 0));
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.highlightItem_carousel_item_con .carousel_btn .icon_hover_wrap:hover {
    border: none;
}

.highlightItem_carousel_item_con .carousel_btn .icon_hover_wrap:hover img {
    width: 48px;
    height: 48px;
}

.highlightItem_carousel_item_con .carousel_btn .play_left {
    margin-right: 16px;
}

.highlightItem_carousel_item_con .carousel_btn .icon_hover_wrap img {
    width: 48px;
    height: 48px;
    vertical-align: top;
    width: 20px;
    height: 20px;
}

.highlightItem_carousel_wrap .highlightItem_carousel_item_active {
    opacity: 1;
}

.highlightItem_carousel_wrap .highlightItem_carousel_item_active .carousel_con {
    opacity: 1;
}

.highlightItem_carousel_item_active .highlightItem_carousel_item_con {
    display: flex;
    align-items: flex-end;
}

/* 鼠标悬浮缩放图片 */
.highlightItem_carousel_item .highlightItem_carousel_item_cover {
    transition: transform 0.8s linear;
}

.highlightItem_carousel_item .highlightItem_carousel_item_cover:hover {
    transform: scale(103%);
}

.loadMoreButton {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 8px;
}

.loadMoreButton .button {
    display: flex;
    align-items: center;
    color: #ff7a00;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

.loadMoreButton .button:hover {
    color: #ffa42a;
}

.loadMoreButton .button span {
    margin-right: 8px;
}

.search_keyword {
    transition: all 0.5s linear;
}

.search_keyword input {
    width: 100% !important;
    margin-right: 0 !important;
}

.search_keyword_focus {
    width: 100% !important;
    margin-right: 0 !important;
    /* border-color: #FF7A00 !important; */
}

.search_keyword_focus input {
    width: calc(100% - 48px) !important;
}

/*** 高光案例 end ***/

/*** 高管团队/子公司信息/技术要点弹窗 Start ***/
.infoPopup .modal-dialog {
    width: 1120px;
}

.infoPopup .min-vh-100 {
    margin: 0 auto;
}

.infoPopup .modal-dialog .modal-content {
    border-radius: 32px;
    background: #f4f4f4;
}

.infoPopup .modal-dialog .modal-body {
    padding: 0 96px 80px 96px;
}

.infoPopup .modal-dialog .modal-body2 {
    padding: 0 110px 64px 80px;
}

.infoPopup .modal-dialog .modal-header {
    justify-content: flex-end;
    line-height: 32px;
}

.infoPopup .modal-dialog .status-close {
    padding: 24px;
    cursor: pointer;
}

.infoPopup .modal-dialog .status-close img {
    width: 16px;
    height: 16px;
    vertical-align: top;
}

.infoPopup .seUserInfo-body {
    display: flex;
    align-items: stretch;
}

.infoPopup .seUserInfo-left {
    width: 256px;
    margin-right: 32px;
    flex-shrink: 0;
}

.infoPopup .seUserInfo-left h4 {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.infoPopup .seUserInfo-left p {
    color: #161616;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.infoPopup .seUserInfo-right {
    flex: 1;
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.infoPopup .min-vh-100 .seUserInfo-right {
    height: calc(100vh - 130px);
    padding-right: 57px;
    overflow-y: scroll;
}

.infoPopup .kp-title {
    color: #161616;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.infoPopup .kp-subtitle,
.infoPopup .kp-text {
    color: #525252;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.infoPopup .kp-subtitle-orange {
    color: #FF7A00;
}

.gradient {
    background: linear-gradient(133deg, #ffb200 0%, #ff5f00 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.infoPopup .kp-text .kp-text-tab {
    font-size: 18px;
    font-weight: 700;
    background: linear-gradient(133deg, #ffb200 0%, #ff5f00 100%);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.infoPopup .hideWrap {
    display: none;
}

.infoPopup .showWrap {
    display: block;
}

.infoPopup .kp-tag,
.infoPopup .kp-tag-medium,
.infoPopup .kp-tag-max,
.infoPopup .kp-tag-null {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #525252;
    font-style: normal;
    padding-left: 25px;
}

.infoPopup .kp-tag {
    font-size: 12px;
    font-weight: 350;
    line-height: 26px;
    padding-left: 25px;
}

.infoPopup .kp-tag-medium,
.infoPopup .kp-text-medium {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.infoPopup .kp-tag-max,
.infoPopup .kp-tag-null {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.infoPopup .kp-tag::before,
.infoPopup .kp-tag-medium::before,
.infoPopup .kp-tag-max::before {
    content: '';
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    background: linear-gradient(133deg, #ffb200 0%, #ff5f00 100%);
    border-radius: 50%;
}

.infoPopup .kp-tag::before {
    top: 9px;
    left: 8px;
}

.infoPopup .kp-tag-medium::before {
    top: 8px;
    left: 0px;
}

.infoPopup .kp-tag-max::before {
    top: 12px;
    left: 2px;
}

.infoPopup .kp-subtitle {
    font-weight: 700;
}

.infoPopup .furnace-img {
    display: inline-block;
}

.infoPopup .furnace-img-flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
}

.infoPopup .img_desc {
    width: 100%;
    color: #525252;
    font-family: "SourceHanSansCN";
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 5px;
    text-align: center;
}

/*** 高管团队/子公司信息弹窗 end ***/

/* 详情页分享按钮 Start */
.share-groups {
    width: 190px;
    margin-right: 194px;
    flex-shrink: 0;
}

.share-groups .icon-li {
    position: relative;
    width: 24px;
    height: 32px;
    font-size: 0;
    margin-right: 16px;
    padding-bottom: 8px;
}

.share-groups .icon-li .hover {
    display: none;
}

.share-groups .icon-li:hover .default {
    display: none;
}

.share-groups .icon-li:hover .hover {
    display: block;
}

.zg-wechat {
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    padding: 8px;
    border-radius: 16px;
    background: #f4f4f4;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.zg-wechat .zg-share-text {
    color: #6f6f6f;
    text-align: center;
    font-family: 'SourceHanSansCN';
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 8px;
}

.zg-wechat img {
    width: 100%;
    height: auto;
}

/* 详情页分享按钮 End */

/** 顶部吸附插图导航 Start **/
.top_item_warp,
.top_mineral_warp {
    position: fixed;
    top: 72px;
    left: 50%;
    transform: translateX(-50%);
    width: 1260px;
    height: 0;
    z-index: 11;
}

.top_item_warp .top_item_con,
.top_mineral_warp .top_item_con {
    width: 1260px;
    border-radius: 0px 0px 32px 32px;
    background: #fafafa;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
    font-size: 0;
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}

/* .top_item_warp .top_item_con {
    box-shadow: 0px 2px 8px 8px #F4F4F4;
} */

.top_mineral_warp .top_item_con {}

.top_item_con_show {
    animation: 0.35s cubic-bezier(0, 0, 0.5, 1) forwards topFadeInDown;
}

.top_item_con_hide {
    animation: 0.35s cubic-bezier(0, 0, 0.5, 1) forwards topFadeInUp;
}

@keyframes topFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0%, 0);
    }
}

@keyframes topFadeInUp {
    from {
        opacity: 1;
        transform: translate3d(0, 0%, 0);
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.top_item_warp .item,
.top_mineral_warp .item {
    display: inline-block;
    width: 128px;
    padding: 8px 16px;
    border-radius: 16px;
    cursor: pointer;
}

/* .top_mineral_warp .item {
    margin-right: 46px;
} */

.top_mineral_warp .item:last-child {
    margin-right: 0;
}

/* .top_item_warp .item:hover,
.top_mineral_warp .item:hover {
    background: #ebebeb;
} */

.top_item_warp .top_item_con .item .img_icon,
.top_mineral_warp .top_item_con .item .img_icon {
    text-align: center;
    margin-bottom: 6px;
}

.top_item_warp .top_item_con .item .img_icon img,
.top_mineral_warp .top_item_con .item .img_icon img {
    width: 85px;
    height: 64px;
}

.top_item_warp .top_item_con .item .txt,
.top_mineral_warp .top_item_con .item .txt {
    color: #a8a8a8;
    text-align: center;
    font-family: 'SourceHanSansCN';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.top_item_warp .item:hover .txt,
.top_mineral_warp .item:hover .txt {
    color: #161616;
    font-weight: 500;
}

.top_item_warp .top_item_con .item_active,
.top_mineral_warp .top_item_con .item_active {
    background: #ebebeb;
}

.top_item_warp .top_item_con .item_active .txt,
.top_mineral_warp .top_item_con .item_active .txt {
    color: #161616;
    font-weight: 500;
}

/** 顶部吸附插图导航 End **/

.about-img-animate {
    /* height: 424px; */
    overflow: hidden;
    border-radius: 32px;
    margin-top: 64px;
    padding-top: 0 !important;
}

.about-img-animate img {
    transition: transform 1s ease-in-out;
    border-radius: 0 !important;
    height: 100% !important;
}

/* .about-img-animate:hover img {
    transform: scale(1.2);
} */

.big-wrap {
    margin: 0 auto;
}

.index_swiper .swiper-slide {
    display: inline-block !important;
    width: 352px !important;
}

.w100 {
    width: 100% !important;
}

.br-top {
    padding-top: 32px !important;
}

.relative {
    position: relative;
}

.carousel_next {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    bottom: 0px;
    right: 80px;
    margin-top: 0;
    top: auto;
}

.carousel_next::after {
    display: none;
}

.carousel_prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    overflow: hidden;
    bottom: 0px;
    right: 144px;
    margin-top: 0;
    top: auto;
    left: auto;
}

.carousel_prev::after {
    display: none;
}

.card_swiper {
    width: 100%;
    padding-left: calc(50% - 560px);
}

.banner_warpper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 560px;
    transition: all 0.3s ease-in-out;
}

.evolve_expand {
    bottom: 20px !important;
}

.font-weight-350 {
    font-weight: 350 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.pd24 {
    padding-bottom: 24px !important;
}

.pdt16 {
    padding-top: 16px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt22 {
    padding-top: 22px !important;
}

.pt23 {
    padding-top: 23px !important;
}

.pt32 {
    padding-top: 32px !important;
    transition: all 0.3s ease-in-out;
}

.pdt40 {
    padding-top: 40px !important;
    transition: all 0.3s ease-in-out;
}

.pdt68 {
    padding-top: 68px !important;
}

.pdt80 {
    padding-top: 80px !important;
    transition: all 0.3s ease-in-out;
}

.pdt84 {
    padding-top: 84px !important;
}

.pdt90 {
    padding-top: 90px !important;
}

.xgtjpd {
    padding-top: 80px !important;
    padding-bottom: 24px !important;
}

.pdt41 {
    padding-top: 41px !important;
}

.pdt45 {
    padding-top: 45px !important;
}

.pdt47 {
    padding-top: 47px !important;
}

.pdt56 {
    padding-top: 56px !important;
}

.pdt57 {
    padding-top: 57px !important;
}

.pdt58 {
    padding-top: 58px !important;
}

.pdt60 {
    padding-top: 60px !important;
}

.pdt61 {
    padding-top: 61px !important;
}

.pdt64 {
    padding-top: 64px !important;
    transition: all 0.3s ease-in-out;
}

.pdt65 {
    padding-top: 65px !important;
}

.pdt66 {
    padding-top: 66px !important;
}

.pdt67 {
    padding-top: 67px !important;
}

.pdt72 {
    padding-top: 72px !important;
}

.pdt74 {
    padding-top: 74px !important;
}

.pdt75 {
    padding-top: 75px !important;
}

.pdt76 {
    padding-top: 76px !important;
}

.pdt78 {
    padding-top: 78px !important;
}

.pdt81 {
    padding-top: 81px !important;
}

.pdt87 {
    padding-top: 87px !important;
}

.pdtb80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    transition: all 0.3s ease-in-out;
}

.p-80 {
    padding: 80px !important;
    transition: all 0.3s ease-in-out;
}

.pdt93 {
    padding-top: 93px !important;
}

.pdt96 {
    padding-top: 96px !important;
}

.pdt117 {
    padding-top: 117px !important;
}

.pdt138 {
    padding-top: 138px !important;
}

.pdb20 {
    padding-bottom: 20px !important;
}

.pdb24 {
    padding-bottom: 24px !important;
}

.pdb29 {
    padding-bottom: 29px !important;
}

.pd32 {
    padding-bottom: 32px !important;
}

.pdb39 {
    padding-bottom: 39px !important;
}

.pdb40 {
    padding-bottom: 40px !important;
}

.pdb42 {
    padding-bottom: 42px !important;
}

.pdb48 {
    padding-bottom: 48px !important;
}

.pdb50 {
    padding-bottom: 50px !important;
}

.pdb52 {
    padding-bottom: 52px !important;
}

.pdb58 {
    padding-bottom: 58px !important;
}

.pdb59 {
    padding-bottom: 59px !important;
}

.pdb60 {
    padding-bottom: 60px !important;
    transition: all 0.3s ease-in-out;
}

.pdb62 {
    padding-bottom: 62px !important;
}

.pdb63 {
    padding-bottom: 63px !important;
}

.pdb65 {
    padding-bottom: 65px !important;
}

.pdb68 {
    padding-bottom: 68px !important;
}

.pdb75 {
    padding-bottom: 75px !important;
}

.pdb78 {
    padding-bottom: 78px !important;
}

.pdb80 {
    padding-bottom: 80px !important;
    transition: all 0.3s ease-in-out;
}

.pdb93 {
    padding-bottom: 93px !important;
}

.pdb98 {
    padding-bottom: 98px !important;
}

.pdb100 {
    padding-bottom: 100px !important;
}

.pdl80 {
    padding-left: 80px !important;
    transition: all 0.3s ease-in-out;
}

.ptb80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
    transition: all 0.3s ease-in-out;
}

.prl80 {
    padding-right: 80px !important;
    padding-left: 80px !important;
    transition: all 0.3s ease-in-out;
}

.ptrl80 {
    padding-top: 80px !important;
    padding-right: 80px !important;
    padding-left: 80px !important;
    transition: all 0.3s ease-in-out;
}

.mr8 {
    margin-right: 8px;
}

.mr16 {
    margin-right: 16px;
}

.mr80 {
    margin-right: 80px;
}

.mr160 {
    margin-right: 160px;
}

.mb32 {
    margin-bottom: 32px !important;
    transition: all 0.3s ease-in-out;
}

.mb28 {
    margin-bottom: 28px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb47 {
    margin-bottom: 47px !important;
}

.mb48 {
    margin-bottom: 48px !important;
}

.mb54 {
    margin-bottom: 54px;
}

.mb97 {
    margin-bottom: 97px !important;
}

.mb111 {
    margin-bottom: 111px !important;
}

.mt12 {
    margin-top: 12px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt16 {
    margin-top: 16px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt23 {
    margin-top: 23px !important;
}

.mt24 {
    margin-top: 24px !important;
}

.mt29 {
    margin-top: 29px !important;
}

.mt31 {
    margin-top: 31px !important;
}

.mt33 {
    margin-top: 33px !important;
}

.mt36 {
    margin-top: 36px !important;
}

.mt37 {
    margin-top: 37px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt41 {
    margin-top: 41px !important;
}

.mt45 {
    margin-top: 45px !important;
}

.mt51 {
    margin-top: 51px !important;
}

.mt56 {
    margin-top: 56px !important;
}

.mt57 {
    margin-top: 57px !important;
}

.mt58 {
    margin-top: 58px !important;
}

.mt61 {
    margin-top: 61px !important;
}

.mt64 {
    margin-top: 64px !important;
}

.mt66 {
    margin-top: 66px !important;
}

.mt67 {
    margin-top: 67px !important;
}

.mt71 {
    margin-top: 71px !important;
}

.mt72 {
    margin-top: 72px !important;
}

.mt74 {
    margin-top: 74px !important;
}

.mt76 {
    margin-top: 76px !important;
}

.mt78 {
    margin-top: 78px !important;
}

.mt80 {
    margin-top: 80px !important;
}

.mt81 {
    margin-top: 81px !important;
}

.mt83 {
    margin-top: 83px !important;
}

.mt90 {
    margin-top: 90px !important;
}

.mt93 {
    margin-top: 93px !important;
}

.mt96 {
    margin-top: 96px !important;
}

.mt117 {
    margin-top: 117px !important;
}

.mt128 {
    margin-top: 128px !important;
}

.mt138 {
    margin-top: 138px !important;
}

.ts_title {
    width: 647px;
}

.content_auto {
    width: auto !important;
}

.mb_60 {
    margin-bottom: 60px !important;
}

#suggest {
    min-height: 320px;
}

/* loading  */
/* 容器样式 */
.loading-container {
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* 确保loading层在最上层 */
}

/* loading图标的样式 */
.loading-icon {
    border: 4px solid rgba(0, 0, 0, 0.1);
    /* 透明边框 */
    border-left-color: rgba(251, 175, 60, 1);
    /* 左边框的颜色为绿色 */
    border-radius: 50%;
    /* 圆形 */
    width: 48px;
    /* 宽度 */
    height: 48px;
    /* 高度 */
    animation: spin 1s linear infinite;
    /* 调用spin动画 */
}

/* 定义动画 */
@keyframes spin {
    0% {
        transform: rotate(0deg);
        /* 初始角度 */
    }

    100% {
        transform: rotate(360deg);
        /* 旋转360度 */
    }
}

@media (min-width: 1290px) {}

@media (max-width: 1440px) {
    .carousel .carousel-inner .carousel-item .carousel-con {
        left: calc((100% - 1120px) / 2);
    }
}

@media (max-width: 1290px) {

    /* 导航栏 Start */
    .nav-wrap,
    .drawer-menu {
        width: 100%;
        padding: 0 4.16%;
    }

    /* 导航栏 End */

    /* 搜索 Strat */
    #searchModal .modal-body .search-con {
        width: 100%;
    }

    #searchModal .modal-body .search-con .search-con-scroll {
        width: 100%;
        padding: 0 4.16% 32px 4.16%;
    }

    /* 搜索 End */

    /* 轮播图 Start */
    .carousel .carousel-inner .carousel-item img {
        width: auto !important;
        height: 100%;
    }

    .carousel .carousel-inner .carousel-item .carousel-con {
        left: 4.16%;
    }

    #carouselId .carousel-control-btn-wrap {
        width: 91.68%;
    }

    #carouselId .carousel-control-prev {
        left: 26px;
    }

    #carouselId .carousel-control-next {
        left: 86px;
    }

    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        padding: 21px 21px;
    }

    .carousel .carousel-control-prev img,
    .carousel .carousel-control-next img {
        width: 42px;
        height: 42px;
    }

    /* 轮播图 End */

    /* 公共样式 Start */
    .con-wrap {
        width: 100%;
    }

    .node-title h4 {
        font-size: 34px;
        line-height: 40px;
    }

    .node-desc-con {
        font-size: 14px;
        line-height: 27px;
    }

    .modal-dialog {
        width: 87.5% !important;
    }

    .modal-content .modal-body {
        padding: 0px 8.57% 5.7%;
    }

    .modal-body div {
        max-width: 100%;
    }

    .modal-body img {
        max-width: 100%;
        height: auto !important;
    }

    .pdt40 {
        padding-top: 35px !important;
    }

    .pdt64 {
        padding-top: 56px !important;
    }

    .pdt80 {
        padding-top: 4.16% !important;
    }

    .pdl80 {
        padding-left: 4.16% !important;
    }

    .prl80 {
        padding-right: 4.16% !important;
        padding-left: 4.16% !important;
    }

    .ptrl80 {
        padding-top: 4.16% !important;
        padding-right: 4.16% !important;
        padding-left: 4.16% !important;
    }

    .ptb80,
    .pdtb80 {
        padding-top: 4.16% !important;
        padding-bottom: 4.16% !important;
    }

    .p-80 {
        padding: 4.16% !important;
    }

    .pdb80 {
        padding-bottom: 4.16% !important;
    }

    .learn-more,
    .learn-more-other,
    .learn-more-another {
        font-size: 13px;
    }

    .learn-more-other {
        width: 102px;
        height: 42px;
        border-radius: 20px;
    }

    /* 公共样式 End */

    /*** 订阅 Start ***/

    .subscribe .con-wrap {
        width: 100%;
    }

    /*** 订阅 End ***/

    /*** 相关订阅 Start ***/
    .rc-menu {
        padding: 0 4.16%;
    }

    .card_swiper {
        padding-left: 4.16%;
    }

    .swiper-navigation-width {
        width: 100%;
    }

    /*** 相关订阅 End ***/

    /* 订阅弹窗 Start */

    #subscribePopup .modal-content .modal-body .subscribe-left {
        /* width: 25.71%; */
        flex: 1;
    }

    #subscribePopup .modal-content .modal-body .subscribe-left .subscribe-title-wrap {
        width: 100%;
    }

    #subscribePopup .modal-content .modal-body .subscribe-right {
        width: 53.57%;
        padding-right: 5.3%;
        flex-shrink: 0;
    }

    /* 订阅弹窗 End */

    /* 详情页分享按钮 Start */
    .zg-wechat {
        left: 0;
        transform: translateX(0);
    }

    /* 详情页分享按钮 End */

    /*** 版权信息 Start ***/
    .footer {
        width: 100%;
        padding: 64px 4.16% 64px 4.16%;
    }

    /*** 版权信息 End ***/

    /*** 首页 Start ***/
    .about .about-desc {
        width: 100%;
    }

    .about .about-title h4 {
        font-size: 31px;
        line-height: 37px;
    }

    .about .about-desc {
        font-size: 14px;
        line-height: 29px;
        padding: 29px 0;
    }

    .infor-li0 {
        /* margin-left: 46px; */
    }

    .infor-li1 .infor-text {
        padding-left: 20px;
    }

    .home.business .business-title {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 27px;
    }

    .home.business .business-desc {
        max-width: 400px;
        font-size: 17px;
        line-height: 24px;
    }

    .business-type .business-type-cover {
        margin: 0 auto 15px;
    }

    .business-type .business-type-title {
        font-size: 15px;
        line-height: 22px;
    }

    .process-cycle-swiper {
        width: calc(95.84vw - 299px);
    }

    .process-cycle-wrap .swiper-slide {
        width: 380px !important;
        height: 380px;
        border-radius: 26px;
    }

    .process-cycle-wrap .swiper-slide .process-cycle-slide {
        border-radius: 26px;
    }

    .swiper-slide .process-cycle-slide .process-cycle-mask {
        height: 244px;
    }

    .process-cycle-wrap .swiper-slide-first {
        width: 299px !important;
    }

    .process-cycle-wrap .swiper-slide-first .process-cycle-slide {
        width: 299px !important;
        padding-top: 87px;
        border-radius: 26px;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-more {
        width: 102px;
        height: 42px;
        border-radius: 20px;
        margin: 81px auto 0;
        font-size: 13px;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-more .process-cycle-arrow {
        margin-left: 6px;
    }

    .processCycle .swiper-navigation-wrap {
        width: 100%;
        padding-right: 8.32%;
    }

    .esgWrap .esg-con {
        height: auto;
        aspect-ratio: 7/3;
        padding: 12.14% 0 0 0;
    }

    .esgWrap .esg-con .esg-con-title {
        width: 300px;
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 27px;
    }

    .esgWrap .esg-con .esg-con-desc {
        width: 300px;
        font-size: 17px;
        line-height: 24px;
    }

    .esg-learn-more {
        width: 95px;
        height: 41px;
        padding: 0 9px 0 14px;
        border-radius: 20px;
        font-size: 12px;
        margin-top: 82px;
        margin-left: 102px;
    }

    .trends .trends-con-title {
        font-size: 34px;
        line-height: 41px;
        margin-bottom: 32px;
    }

    .trends-groups {
        width: 57.14%;
    }

    .trends-list {
        width: 40%;
    }

    /*** 首页 End ***/

    /*** 关于我们 Start ***/

    .aboutUs-synopsis-wrap .synopsis-cover {
        width: 48.57% !important;
        height: auto !important;
    }

    .aboutUs-synopsis-wrap .sy-left {
        padding: 0 7% 0 4% !important;
    }

    .aboutUs-synopsis-wrap .sy-right {
        padding: 0 4% 0 9.8% !important;
    }

    .globalBusiness .con-wrap .information .infor-li0 {
        /* margin-left: 2.068%; */
    }

    /* .globalBusiness .con-wrap .information .infor-li1,
    .globalBusiness .con-wrap .information .infor-li2 {
        margin-left: 9.91%;
    } */

    .infor-li0 {
        width: 25%;
    }

    .infor-li1 {
        width: 14.65%;
    }

    .infor-li2 {
        width: 11.2%;
    }

    .infor-li3 {
        width: 11.2%;
        margin-left: 11.2%;
    }

    .awards_honors_wrap .awards_honors_line .awards_honors_card {
        width: 31.42%;
    }

    .awards_honors_wrap .awards_honors_line .awards_honors_card_min {
        width: 22.85%;
    }

    .esg_link_wrap .orbit {
        height: 247px;
    }

    .esg_link_wrap .sphere2 {
        width: 51px;
    }

    .esg_link_wrap .sphere_half {
        height: 85px;
    }

    .esg_link_wrap .globe {
        height: 425.85px;
    }

    /*** 关于我们 End ***/

    /** 关于我们 发展历程 Start **/

    #yearLeftBox,
    #yearRightBox {
        flex: 1;
    }

    .course2 .yearList {
        width: 100%;
        z-index: 10;
    }

    .course2 .yearList-fixed {
        width: 91.68%;
    }

    .course2 .yearEvents-div {
        margin-right: 110px;
    }

    .course2 .yearEvents-div.right {
        margin-left: 110px;
        margin-right: 0;
    }

    .course2 .yearEvents-cover {
        width: 100%;
        height: auto;
    }

    .course2 .yearEvents-timeline {
        flex-shrink: 0;
    }

    /** 关于我们 发展历程 End **/

    /*** ESG Start ***/

    .lcp_desc .zhaoshukun {
        margin-right: 7.5%;
    }

    .lcp_desc .lpc_wrap {
        flex: 1;
    }

    .lcp_desc .lpc_wrap .lpc_con {
        width: 100%;
    }

    #esgReport,
    #esgCase,
    #esgNews {
        height: 4.16vw;
    }

    .essential {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 32px;
        align-items: stretch;
    }

    .factor {
        width: 100%;
        height: auto;
    }

    .evolve_title,
    .record_title,
    .temp_title {
        font-size: 34px;
        line-height: 40px;
    }

    .report_wrap {
        padding: 32px 4.16% 0 4.16%;
    }

    .record_groups .record_wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .record_groups .record_card {
        height: auto;
        aspect-ratio: 22/17;
    }

    .record_groups .record_card .record_card_text {
        font-size: 17px;
        line-height: 24px;
    }

    .record_groups .record_card .record_card_icon {
        width: 54px;
        height: 54px;
    }

    .record_groups .record_card_count {
        font-size: 64px;
        line-height: 54px;
    }

    .record_groups .record_card_index::before {
        font-size: 32px;
    }

    .record_groups .record_card_second::after {
        font-size: 30px;
    }

    .esgNews .temp_title {
        flex: 1;
    }

    .esgNews_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .esgNews_li .esgNews_con .esgNews_title {
        width: 100%;
    }

    .esgNews_more {
        padding-bottom: 4.16% !important;
    }

    /*** ESG End ***/

    /*** 联系我们 Start ***/
    .address-card-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }

    /*** 联系我们 End ***/

    /*** 信息公开 Start ***/
    .info_content {
        flex: 1;
    }

    .adsorption-nav-wrap {
        height: auto;
    }

    .adsorption-nav-row {
        padding: 28px 4.16%;
    }

    .adsorption-nav-slide {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
        margin-right: 20px;
    }

    .sidebar_title {
        padding: 40px 0 34px 0;
    }

    .info_content {
        padding-top: 114px;
    }

    /*** 信息公开 End ***/


}

/* max-width: 1290px */

@media (max-width: 1280px) {
    .news_list {
        /* position: relative;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block; */
        width: auto !important;
        min-width: 100%;
    }

    .news_list .news_item {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 32px;
    }

    .news_list .news_item .item {
        width: auto !important;
        margin: 0 !important;
    }

    /* .news_list .news_item .item:nth-child(3n) {
        margin-right: 0;
    }

    .news_list .news_item .item:nth-child(4n) {
        margin-right: 32px;
    } */
}

@media (max-width: 1100px) {

    /* 导航栏 Start */
    .navbar-light .navbar-nav .nav-link {
        margin-right: 16px;
    }

    .menu-groups {
        width: 672px;
    }

    /* 导航栏 End */

    /* 公共样式 Start */

    .node-title h4 {
        font-size: 31px;
        line-height: 37px;
    }

    .node-desc-con {
        font-size: 12.5px;
        line-height: 25px;
    }

    /* 公共样式 End */

    /*** 版权信息 Start ***/
    .footer-right {
        width: 73.6%;
        flex-shrink: 0;
    }

    /*** 版权信息 End ***/

    /*** 首页 Start ***/

    .infor-li0 {
        margin-left: 0px;
    }

    .infor-li0 .infor-count {
        text-align: left;
    }

    .infor-li0 .infor-text {
        padding-left: 0px;
    }

    .infor-li1 .infor-text {
        padding-left: 20px;
    }

    .about-img-animate {
        margin-top: 50px;
    }

    .business-type .business-type-title {
        font-size: 14px;
        line-height: 20px;
    }

    .trends-item,
    .trends-item .cover_scale_img {
        border-radius: 24px;
    }

    .trends-li {
        margin-bottom: 14px;
        padding: 0 10px 12px;
    }

    .trends-title {
        font-size: 14px;
        line-height: 20px;
    }

    .trends-li-more {
        padding-left: 14px;
        font-size: 14px;
        line-height: 20px;
    }

    .trends-cover {
        width: 52.81%;
        height: 206px;
        flex-shrink: 0;
    }

    .trends-item-con {
        flex: 1;
        height: 206px;
        padding: 14px 19px;
        text-align: left;
        background: #f4f4f4;
    }

    .trends-item-title {
        height: 71px;
        margin-bottom: 56px;
        font-size: 17px;
        line-height: 24px;
    }

    .trends-list .mb-35 {
        /* margin: 0 0 12px 0 !important; */
    }

    .trends-item-con .arrow {
        height: 18px;
    }

    .trends-item-con .arrow svg {
        width: 18px;
        height: 18px;
    }

    /*** 首页 End ***/

    /*** 关于我们 Start ***/

    .aboutUs-synopsis-wrap .sy-left {
        padding: 0 6.27% 0 4.51% !important;
    }

    .aboutUs-synopsis-wrap .sy-right {
        padding: 0 2% 0 9.03% !important;
    }

    .aboutUs-synopsis-wrap .synopsis-title {
        font-size: 34px !important;
        line-height: 40px !important;
        margin-bottom: 27px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-con {
        font-size: 14px !important;
        line-height: 28px !important;
        margin-bottom: 27px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-con:last-child {
        margin-bottom: 0px !important;
    }

    .aboutUs-synopsis-wrap .synopsis-tag {
        transform: scale(0.86, 0.86);
        transform-origin: 0% 50%;
        margin-bottom: 13px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-desc {
        font-size: 24px !important;
        line-height: 28px !important;
        margin-bottom: 30px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-desc:last-child {
        margin-bottom: 0px !important;
    }

    .information {
        justify-content: space-around;
    }

    .infor-count {
        font-size: 78px;
        line-height: 86px;
    }

    .infor-li1 .infor-count {
        padding-right: 0px;
    }

    .infor-add::after {
        font-size: 78px;
        line-height: 86px;
    }

    .infor-text {
        font-size: 17px;
        line-height: 24px;
    }

    .globalBusiness .con-wrap .information .infor-li0 {
        /* margin-left: 1.068%; */
    }

    /* .globalBusiness .con-wrap .information .infor-li1,
    .globalBusiness .con-wrap .information .infor-li2 {
        margin-left: 6%;
    } */

    .infor-li3 {
        margin-left: 9.2%;
    }

    .awards_honors_wrap .awards_honors_line .awards_honors_card {
        height: 136px;
    }

    .awards_honors_card .ac_top {
        font-size: 17px;
        line-height: 24px;
    }

    .awards_honors_card .ac_top svg {
        width: 76.5px;
        height: 54px;
    }

    .esg_link_wrap .orbit {
        height: 192px;
    }

    .esg_link_wrap .sphere2 {
        width: 39px;
    }

    .esg_link_wrap .sphere_half {
        height: 66px;
    }

    .esg_link_wrap .globe {
        height: 330.66px;
    }

    /*** 关于我们 End ***/

    /*** ESG Start ***/
    .esg_banner .orbit {
        top: 0px;
        left: -207px;
        width: 335px;
        height: 246px;
    }

    .esg_banner .sphere2 {
        top: 42px;
        right: -51px;
        width: 102px;
        height: 102px;
    }

    .esg_banner .sphere1 {
        bottom: 0px;
        left: -13px;
        width: 136px;
        height: 93px;
    }

    .esg_banner .globe {
        bottom: -34px;
        right: -115px;
        width: 702px;
        height: 426px;
    }

    .factor_header_con {
        padding: 18px 24px;
    }

    .factor .ef_img {
        height: 72px;
    }

    .factor .ef_img img {
        width: 72px;
        height: 72px;
    }

    .factor .ef_title {
        font-size: 30px;
        line-height: 36px;
    }

    .factor .factor_main {
        padding: 24px;
    }

    .factor .ef_desc {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 18px;
    }

    .factor .ef_con {
        font-size: 14px;
        line-height: 28px;
    }

    .evolve_title,
    .record_title,
    .temp_title {
        font-size: 31px;
        line-height: 37px;
    }

    .evolve_wrap .evolve_desc {
        font-size: 14px;
        line-height: 28px;
    }

    .evolve_report .text-hover {
        font-size: 14px;
        line-height: 24px;
        margin-right: 6px;
    }

    .evolve_report .chevron img {
        width: 16px;
        height: 16px;
    }

    .esgReport_wrap .report_wrap {
        height: 284px;
    }

    /* .report_expand .report_wrap {
        height: 536px;
    }

    .esgReport_wrap .report_expand .evolve_desc {
        margin-bottom: 350px;
    } */

    .esgReport_wrap .report_card {
        padding: 20px;
    }

    .esgReport_wrap .report_card .report_con .report_title {
        font-size: 27px;
        line-height: 34px;
        margin-bottom: 81px;
    }

    .record_groups .record_card {
        padding: 18px 26px;
        border-radius: 24px;
    }

    .record_groups .record_card .record_card_text {
        font-size: 14px;
        line-height: 18px;
    }

    .record_groups .record_card .record_card_icon {
        bottom: 20px;
        left: 22px;
        width: 44px;
        height: 44px;
    }

    .record_groups .record_card_count {
        right: 28px;
        font-size: 50px;
        line-height: 42px;
    }

    .record_groups .record_card_index::before {
        left: -20px;
        font-size: 25px;
    }

    .record_groups .record_card_second {
        padding-right: 25px;
    }

    .record_groups .record_card_second::after {
        font-size: 23px;
    }

    /*** ESG End ***/

    /*** 联系我们 Start ***/
    .address-card-wrap .address-card {
        padding: 24px;
        border-radius: 24px;
    }

    /*** 联系我们 End ***/

    /*** 信息公开 Start ***/
    .adsorption-nav-slide {
        font-size: 12px;
        line-height: 16px;
        padding: 8px 16px;
        margin-right: 16px;
    }

    .sidebar_title {
        padding: 28px 0 24px 0;
    }

    .info_content {
        padding-top: 87px;
    }

    /*** 信息公开 End ***/
}

/* max-width: 1100px */

@media (max-width: 1000px) {

    /* 导航栏 */
    .nav-wrap,
    .drawer-menu {
        width: 100%;
        padding: 0 3.16%;
    }

    .nav-groups .navbar-nav {
        display: none;
    }

    .btn-search {
        margin-right: 4px;
    }

    .lang-wrap .lang-item {
        font-size: 12px;
        font-weight: 700;
    }

    .column-btn-wrap {
        display: block;
    }

    /* 导航栏 End */

    /* 搜索 Start */
    .searchPupop {
        background: #fff;
    }

    .search-wrap-content {
        width: 100%;
        padding: 32px 2.16%;
    }

    .search-drawer .search-wrap-content {
        height: 112px;
    }

    .search-line {
        width: 100%;
        height: 48px;
        padding: 8px 8px 8px 16px;
    }

    .search-line .search-input-wrap input {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
    }

    .search-line .search-input-wrap input::placeholder {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        color: #a8a8a8;
    }

    #searchModal .modal-body .search-con {
        height: calc(100vh - 184px);
    }

    #searchModal .modal-body .search-con .search-con-scroll {
        padding: 0 2.16% 32px 2.16%;
    }

    #searchModal .modal-body .search-con .search-result-groups {
        flex-wrap: wrap;
    }

    #searchModal .modal-body .search-con .search-result-item-wrap {
        flex-shrink: 0;
    }

    /* 搜索 End */

    /* 小屏栏目菜单 Start */
    .column-menu-wrap {
        display: block;
    }

    .column-menu-level {
        width: 100%;
    }

    .column-menu-title {
        padding: 16px 16px 16px 3.16%;
    }

    .column-arrow {
        padding: 16px 3.16% 16px 16px;
    }

    /* 小屏栏目菜单 End */

    /* 轮播图 Start */

    .carousel .carousel-inner .carousel-item .carousel-con {
        left: 3.16%;
    }

    .carousel .carousel-inner .carousel-item .carousel-con .carousel-text {
        width: 100%;
    }

    #carouselId .carousel-control-btn-wrap {
        width: 93.68%;
    }

    #carouselId .carousel-control-next {
        left: 72px;
    }

    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        padding: 17px 17px;
    }

    .carousel .carousel-control-prev img,
    .carousel .carousel-control-next img {
        width: 34px;
        height: 34px;
    }

    /* 轮播图 End */

    /* 公共样式 Start */
    .pdt40 {
        padding-top: 30px !important;
    }

    .pdt64 {
        padding-top: 48px !important;
    }

    .pdt80 {
        padding-top: 56px !important;
    }

    .pdl80 {
        padding-left: 3.16% !important;
    }

    .prl80 {
        padding-right: 3.16% !important;
        padding-left: 3.16% !important;
    }

    .ptrl80 {
        padding-top: 56px !important;
        padding-right: 3.16% !important;
        padding-left: 3.16% !important;
    }

    .ptb80,
    .pdtb80 {
        padding-top: 56px !important;
        padding-bottom: 56px !important;
    }

    .p-80 {
        padding: 56px 3.16% !important;
    }

    .pdb80 {
        padding-bottom: 56px !important;
    }

    .node-title h4 {
        font-size: 26px;
        line-height: 31px;
    }

    .node-desc-con {
        font-size: 12px;
        line-height: 24px;
    }

    .modal-dialog {
        width: 87.5% !important;
    }

    .modal-content .modal-body {
        padding: 0px 8.57% 5.7% !important;
    }

    .learn-more,
    .learn-more-other,
    .learn-more-another {
        font-size: 12px;
    }

    .learn-more-other {
        justify-content: center;
        width: 92px;
        height: 36px;
        padding: 0 0 0 3px;
        line-height: 15px;
        border-radius: 18px;
    }

    .navigation-top2 {
        margin-top: 24px;
    }

    /* 公共样式 End */

    /*** 相关订阅 Start ***/
    .rc-menu {
        padding: 0 3.16%;
    }

    .card_swiper {
        padding-left: 3.16%;
    }

    /*** 相关订阅 End ***/

    /* 订阅弹窗 Start */
    #subscribePopup .modal-content .modal-body .subscribe-left .subscribe-popup-title {
        font-size: 31px;
        line-height: 37px;
    }

    #subscribePopup .modal-content .modal-body .subscribe-right {
        width: 58.87%;
        padding-right: 0%;
        padding-left: 5%;
    }

    /* 订阅弹窗 End */

    /*** 版权信息 Start ***/
    .footer {
        width: 100%;
        padding: 24px 0;
        border-top: 1px solid #e0e0e0;
    }

    .footer-content {
        height: 98px;
    }

    .footer-left {
        justify-content: space-between;
        width: 100%;
    }

    .footer-left .amount {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 0 3.16% 24px 3.16%;
        border-bottom: 1px solid #e0e0e0;
        margin-bottom: 24px;
    }

    .footer-left .amount .amount-title {
        font-size: 12px;
        margin-bottom: 0;
    }

    .footer-left .amount .amount-money {
        font-size: 14px;
        line-height: 18px;
    }

    .footer-left .interest {
        width: 48px;
        padding-left: 16px;
    }

    .footer-left .interest-row .zg-footer-wechat .zg-wechat {
        left: 0;
    }

    .footer-left .interest-title {
        display: none;
    }

    .web-number {
        width: 224px;
        font-size: 10px;
        line-height: 12px;
        text-align: right;
        padding-right: 16px;
    }

    .web-number .mt16 {
        margin-top: 8px !important;
    }

    .footer-right {
        display: none;
    }

    /*** 版权信息 End ***/

    /*** 首页 Start ***/
    .about .about-title h4 {
        font-size: 26px;
        line-height: 31px;
    }

    .about .about-desc {
        font-size: 13px;
        line-height: 26px;
        padding: 26px 0;
    }

    .about-img-animate {
        margin-top: 36px;
    }

    .home.business .business-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 21px;
    }

    .home.business .business-desc {
        max-width: 350px;
        font-size: 15px;
        line-height: 21px;
    }

    .business-type-line {
        gap: 22px;
    }

    .business-type .business-type-title {
        font-size: 13px;
        line-height: 18px;
    }

    .process-cycle-swiper {
        width: calc(96.84vw - 232px);
    }

    .process-cycle-wrap .swiper-slide {
        width: 295px !important;
        height: 295px;
        border-radius: 24px;
    }

    .process-cycle-wrap .swiper-slide .process-cycle-slide {
        border-radius: 24px;
    }

    .swiper-slide .process-cycle-slide .process-cycle-mask {
        height: 190px;
    }

    .process-cycle-wrap .swiper-slide-first {
        width: 232px !important;
        margin-top: 30px !important;
    }

    .process-cycle-wrap .swiper-slide-first .process-cycle-slide {
        width: 232px !important;
        padding-top: 34px;
        border-radius: 24px;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-more {
        justify-content: center;
        width: 92px;
        height: 36px;
        padding: 0 0 0 3px;
        line-height: 15px;
        border-radius: 18px;
        margin: 63px auto 0;
        font-size: 12px;
    }

    .processCycle .swiper-navigation-wrap {
        padding-right: 6.32%;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-more .process-cycle-arrow {
        margin-left: 4px;
    }

    .esgWrap .esg-con .esg-con-title {
        width: 232px;
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 21px;
    }

    .esgWrap .esg-con .esg-con-desc {
        width: 232px;
        font-size: 13px;
        line-height: 19px;
    }

    .esg-learn-more {
        width: 81px;
        height: 32px;
        padding: 0 8px 0 11px;
        border-radius: 16px;
        font-size: 10px;
        margin-top: 63px;
        margin-left: 79px;
    }

    .trends .trends-con-title {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 28px;
    }

    /*** 首页 End ***/

    /*** 关于我们 Start ***/

    .aboutUs-synopsis-wrap .sy-left {
        padding: 0 6.27% 0 4% !important;
    }

    .aboutUs-synopsis-wrap .sy-right {
        padding: 0 5.24% 0 8.03% !important;
    }

    .aboutUs-synopsis-wrap .synopsis-title {
        font-size: 28px !important;
        line-height: 34px !important;
        margin-bottom: 25px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-con {
        font-size: 13px !important;
        line-height: 24px !important;
        margin-bottom: 25px !important;
    }

    .aboutUs-synopsis-wrap .synopsis-tag {
        transform: scale(0.78, 0.78);
        margin-bottom: 12px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-desc {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom: 26px !important;
    }

    .globalBusiness .con-wrap .node-title {
        margin-bottom: 24px;
    }

    .globalBusiness .con-wrap .node-desc {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }

    .infor-count {
        font-size: 71px;
        font-weight: 600;
        font-family: WixMadeforDisplay;
        line-height: 79px;
    }

    .infor-add::after {
        font-size: 78px;
        line-height: 86px;
    }

    .infor-text {
        font-size: 15px;
        line-height: 21px;
    }

    .globalBusiness .con-wrap .information .infor-li0 {
        margin-left: 0;
    }

    /* .globalBusiness .con-wrap .information .infor-li1,
    .globalBusiness .con-wrap .information .infor-li2 {
        margin-left: 5.91%;
    } */

    .infor-li3 {
        margin-left: 7.2%;
    }

    .esg_link_wrap .orbit {
        height: 174px;
    }

    .esg_link_wrap .sphere2 {
        width: 36px;
    }

    .esg_link_wrap .sphere_half {
        height: 60px;
    }

    .esg_link_wrap .globe {
        height: 300px;
    }

    /*** 关于我们 End ***/

    /*** 高管团队/子公司信息/技术要点弹窗 Start ***/

    .infoPopup .seUserInfo-left {
        width: 215px;
        margin-right: 28px;
    }

    /*** 高管团队/子公司信息/技术要点弹窗 End ***/

    /** 关于我们 发展历程 Start **/

    .course2 .yearEvents-div {
        margin-right: 90px;
    }

    .course2 .yearEvents-div.right {
        margin-left: 90px;
    }

    .course2 .yearEvents-title-div .point {
        right: -110px;
    }

    .course2 .yearEvents-title-div .point.right {
        left: -110px;
    }

    .course2 .yearEvents-title-div .point.right.point-right {
        left: -110px;
    }

    /** 关于我们 发展历程 End **/

    /*** ESG Start ***/
    .esg_banner .orbit {
        top: 0px;
        left: -142px;
        width: 260px;
        height: 191px;
    }

    .esg_banner .sphere2 {
        top: 33px;
        right: -39px;
        width: 79px;
        height: 79px;
    }

    .esg_banner .sphere1 {
        bottom: 0px;
        left: -10px;
        width: 105px;
        height: 72px;
    }

    .esg_banner .globe {
        bottom: -26px;
        right: -89px;
        width: 545px;
        height: 331px;
    }

    .lcp_desc .zhaoshukun {
        width: 199px;
    }

    .lcp_desc .zhaoshukun img {
        width: 100%;
        height: auto;
    }

    .lcp_desc .lpc_wrap .lpc_con {
        font-size: 21px;
        line-height: 27px;
        margin-bottom: 24px;
    }

    .lcp_desc .lpc_wrap .lpc_con .lpc_con_li p {
        left: -30px;
        width: 27px;
        height: 30px;
        font-size: 21px;
        line-height: 30px;
    }

    .lcp_desc .lpc_wrap .lpc_name {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 2px;
    }

    .lcp_desc .lpc_wrap .lpc_position {
        font-size: 14px;
        line-height: 18px;
    }

    .evolve_title,
    .record_title,
    .temp_title {
        font-size: 26px;
        line-height: 31px;
    }

    .esg-pb-48 {
        padding-bottom: 0 !important;
    }

    .evolve_expand {
        bottom: 28px !important;
    }

    .evolve_wrap .evolve_desc {
        margin-bottom: 95px;
    }

    .esgReport_wrap .report_wrap {
        height: 270px;
    }

    /* .report_expand .report_wrap {
        height: 500px;
    }

    .esgReport_wrap .report_expand .evolve_desc {
        margin-bottom: 300px;
    } */

    .esgReport_wrap .report_card {
        padding: 18px;
        border-radius: 24px;
    }

    .esgReport_wrap .report_card .report_cover {
        width: 120px;
        margin-right: 28px;
        flex-shrink: 0;
    }

    .esgReport_wrap .report_card .report_cover img {
        width: 100%;
    }

    .esgReport_wrap .report_card .report_con {
        padding-top: 8px;
    }

    .esgReport_wrap .report_card .report_con .report_title {
        font-size: 19px;
        line-height: 24px;
        margin-bottom: 71px;
    }

    .record_groups .record_wrap {
        gap: 24px;
    }

    .record_groups .record_card {
        padding: 18px 20px;
        border-radius: 20px;
    }

    .record_groups .record_card_count {
        right: 20px;
        bottom: 22px;
        font-size: 43px;
        line-height: 44px;
    }

    .record_groups .record_card_index::before {
        left: -20px;
        font-size: 25px;
    }

    .record_groups .record_card_second {
        padding-right: 25px;
    }

    .record_groups .record_card_second::after {
        top: -17%;
        font-size: 23px;
    }

    #esgNews {
        height: 3.16vw;
    }

    .esgNews_more {
        padding-bottom: 3.16% !important;
    }

    /*** ESG End ***/

    /*** 联系我们 Start ***/
    .address-card-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .address-card-wrap .address-card {
        padding: 20px;
        border-radius: 20px;
    }

    /*** 联系我们 End ***/

    /*** 信息公开 Start ***/
    .adsorption-nav-row {
        padding: 26px 3.16%;
    }

    .seniorExecutive-li-con {
        border-radius: 24px !important;
    }

    /*** 信息公开 End ***/

    /* 新闻列表 Start */
    .news_list .news_item {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 32px;
    }

    .news_list .news_item .item {
        height: auto !important;
        aspect-ratio: 256/320;
        border-radius: 28px !important;
    }

    .news_list .news_item .item .title_con {
        height: calc(100% - 160px) !important;
    }

    /* 新闻列表 End */

}

/* max-width: 1000px */

@media (max-width: 960px) {}

@media (max-width: 850px) {
    /* 公共样式 Start */

    .mb32 {
        margin-bottom: 18px !important;
    }

    /* 公共样式 End */

    /*** 关于我们 Start ***/
    .infor-count {
        font-size: 60px;
        line-height: 67px;
    }

    .infor-add::after {
        font-size: 50px;
        line-height: 56px;
    }

    .infor-text {
        font-size: 13px;
        line-height: 18px;
    }

    .awards_honors_wrap .awards_honors_line .awards_honors_card {
        height: 106px;
        border-radius: 18px;
    }

    .awards_honors_card .ac_top {
        font-size: 15px;
        line-height: 22px;
        padding: 14px;
    }

    .awards_honors_card .ac_top svg {
        width: 59px;
        height: 42px;
    }

    .awards_honors_card .ah_card_add {
        bottom: 13px;
        left: 13px;
    }

    .awards_honors_card .ah_card_add svg {
        width: 15px;
        height: 15px;
    }

    /*** 关于我们 End ***/

    /*** ESG Start ***/
    .record_groups .record_wrap {
        gap: 16px;
    }

    .record_groups .record_card {
        padding: 12px;
        border-radius: 16px;
    }

    .record_groups .record_card .record_card_icon {
        bottom: 16px;
        left: 12px;
    }

    .record_groups .record_card_count {
        font-size: 40px;
        line-height: 44px;
    }

    .record_groups .record_card_index::before {
        left: -20px;
        font-size: 25px;
    }

    .record_groups .record_card_second {
        padding-right: 25px;
    }

    .record_groups .record_card_second::after {
        font-size: 23px;
    }

    .temp_title {
        margin-bottom: 18px;
    }

    .esg_bh_info {
        position: relative;
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }

    .esgSwiper .swiper-wrapper .swiper-slide {
        width: 70%;
    }

    .esgCase_carousel_item {
        width: 100%;
        height: auto;
        padding-bottom: 24px;
    }

    .esgCase_carousel_item_cover {
        height: auto;
        aspect-ratio: 112/59;
    }

    .esgCase_carousel_item_cover img {
        width: 100%;
        border-radius: 18.75px;
    }

    .esgCase_carousel_item_con .carousel_con {
        width: 70%;
        padding-bottom: 32px;
    }

    .esgCase_carousel_item_con .carousel_title {
        height: 70px;
        font-size: 20px;
        font-weight: 600;
        line-height: 35px;
        margin-bottom: 12px;
    }

    .esgCase_carousel_item_con .carousel_desc {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 24px;
    }

    .esgCase_carousel_item_con .carousel_more .text-hover {
        font-size: 14px;
        line-height: 18px;
        margin-right: 4px;
    }

    .carousel_next {
        right: 100px;
    }

    .carousel_next,
    .carousel_prev {
        width: 36px;
        height: 36px;
    }

    .carousel_next img,
    .carousel_prev img {
        width: 36px;
        height: 36px;
    }

    .esgNews_more a {
        font-size: 14px;
        line-height: 18px;
        margin-right: 4px;
    }

    .esgNews_more svg {
        width: 20px;
        height: 20px;
    }

    /*** ESG End ***/

    /*** 信息公开 Start ***/
    .adsorption-nav-slide {
        margin-right: 12px;
    }

    .info_content {
        padding-top: 80px;
    }

    /*** 信息公开 End ***/

    /*** 项目案例 Start ***/
    .cl_news_item {
        gap: 24px !important;
    }

    .news_list .cl_news_item .item .title_con .right_arrow svg {
        width: 21.75px;
        height: 21.75px;
    }

    /*** 项目案例 End ***/
}

/* max-width: 850px */

@media (max-width: 768px) {

    /* 导航栏 */

    .column-btn-wrap:hover {
        background: #fff;
        border: 1px solid #e0e0e0;
    }

    .navbar .btn-self-adaption .btn-language-wrap:hover:not(:has(.lang-wrap:hover)) {
        background: #fff;
        border: 1px solid #e0e0e0;
    }

    .navbar .btn-self-adaption .btn-language-wrap:hover:not(:has(.lang-wrap:hover)) .icon_default {
        display: block;
    }

    .navbar .btn-self-adaption .btn-language-wrap:hover:not(:has(.lang-wrap:hover)) .icon_hover {
        display: none;
    }

    /* 导航栏 End */

    /* 搜索 Start */
    .nav-wrap,
    .drawer-menu {
        width: 100%;
        padding: 0 16px;
    }

    .nav-logo-wrap {
        width: 128px;
        height: 18px;
    }

    .large-screen-logo {
        display: none;
    }

    .small-screen-logo {
        display: block;
    }

    .nav-logo-wrap img {
        width: 100%;
        height: 100%;
        vertical-align: top;
    }

    .search-wrap-content {
        padding: 32px 16px;
    }

    #searchModal .modal-body .search-con .search-con-scroll {
        padding: 0 0 82px 0;
    }

    #searchModal .modal-body .search-con .search-con-scroll .search-con-main {
        padding: 0 16px;
    }

    #searchModal .modal-body .search-con .search-result-groups {
        gap: 16px;
    }

    #searchModal .modal-body .search-con .search-result-item-wrap {
        width: 100%;
        border-radius: 16px;
    }

    #searchModal .modal-body .search-con .search-result-item {
        max-width: 100%;
        padding: 12px 12px 8px 12px;
        height: 84px;
    }

    #searchModal .modal-body .search-con .search-result-title {
        font-size: 12px;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 0px;
    }

    #searchModal .modal-body .search-con .search-result-desc {
        height: 16px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 8px;
    }

    #searchModal .modal-body .search-con .search-result-item .search-result-link img {
        width: 16px;
        height: 16px;
    }

    #searchModal .modal-body .search-con .large-screen {
        display: none;
    }

    #searchModal .modal-body .search-con .small-screen {
        display: block;
        border-top: 1px solid #e0e0e0;
    }

    #searchModal .modal-body .search-con .small-screen .search_result_type {
        border-bottom: 1px solid #e0e0e0;
    }

    #searchModal .modal-body .search-con .small-screen .search_result_type .search_type_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 0 16px;
        cursor: pointer;
    }

    #searchModal .modal-body .search-con .small-screen .search_result_type .search_type_item span {
        display: inline-block;
        color: #161616;
        font-family: SourceHanSansCN;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
    }

    #searchModal .modal-body .search-con .small-screen .search_type_active .search_type_item span {
        color: #ff7a00;
    }

    #searchModal .modal-body .search-con .small-screen .search_result_type .search_type_item .search_type_arrow {
        padding: 16px;
        transition: transform 0.3s ease-in-out;
    }

    #searchModal .modal-body .search-con .small-screen .search_type_active .search_type_item .search_type_arrow {
        transform: rotate(180deg);
    }

    #searchModal .modal-body .search-con .small-screen .search_result_type .search_result_list {
        height: 0;
        padding: 0 16px;
        overflow: hidden;
    }

    #searchModal .modal-body .search-con .small-screen .search_type_active .search_result_list {
        height: auto;
    }

    #searchModal .modal-body .search-con .small-screen .search_result_type .search_result_list .search-result-li {
        padding: 8px 0 12px 0;
        border-top: 1px solid #e0e0e0;
    }

    #searchModal .modal-body .search-con .small-screen .search_result_type .search_result_list .search-result-li .search-result-title {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #searchModal .modal-body .search-con .small-screen .search_result_type .search_result_list .search-result-li .search-result-desc {
        height: auto;
        max-height: 24px;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 4px;
        margin-bottom: 0px;
    }

    .search-line {
        padding: 8px;
    }

    .search-line .close_hover_con {
        padding: 3px 8px 6px 18px;
    }

    /* 搜索 End */

    /* 小屏栏目菜单 Start */
    .column-menu-title,
    .column-arrow {
        padding: 16px;
    }

    .column-menu-title {
        flex: unset;
    }

    .no-third-list {
        flex: 1;
    }

    .column-menu-three-title {
        flex: 1;
    }

    .column-arrow {
        flex: 1;
        text-align: right;
    }

    /* 小屏栏目菜单 End */

    /* 轮播图 Start */
    .carousel .carousel-inner .carousel-item .default_carousel_image {
        display: none;
    }

    .carousel .carousel-inner .carousel-item .mobile_carousel_image {
        display: block;
        width: 100.5% !important;
        vertical-align: middle;
        font-size: 0;
    }

    .carousel .carousel-inner .carousel-item .no_mobile_image {
        display: block;
    }

    .carousel .carousel-inner .carousel-item .carousel-con {
        left: 16px;
        width: calc(100% - 32px);
    }

    .carousel .carousel-inner .carousel-item .carousel-con .carousel-text {
        width: 100% !important;
        font-size: 42px;
        font-weight: 350;
        line-height: 51px;
        padding-right: 16px;
    }

    .carousel .carousel-inner .carousel-item .carousel-con .carousel-text-sub {
        width: 100% !important;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin-top: 8px;
    }

    #carouselId .carousel-control-btn-wrap {
        width: calc(100% - 32px);
    }

    #carouselId .carousel-control-prev {
        left: auto;
        right: 69px;
    }

    #carouselId .carousel-control-next {
        left: auto;
        right: 26px;
    }

    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        padding: 16px 16px;
    }

    .carousel .carousel-control-prev img,
    .carousel .carousel-control-next img {
        width: 37.5px;
        height: 37.5px;
    }

    /* 轮播图 End */

    /* 公共样式 Start */
    .sticky-top {
        height: 56px;
    }

    .carousel-header-pt {
        aspect-ratio: 375/412.5;
        height: auto;
        margin-top: 56px;
    }

    .pd32 {
        padding-bottom: 18.75px !important;
    }

    .pdt40 {
        padding-top: 24px !important;
    }

    .pdt64 {
        padding-top: 37.5px !important;
    }

    .pdt80 {
        padding-top: 37.5px !important;
    }

    .pdl80 {
        padding-left: 18.75px !important;
    }

    .prl80 {
        padding-right: 18.75px !important;
        padding-left: 18.75px !important;
    }

    .ptrl80 {
        padding-top: 37.5px !important;
        padding-right: 18.75px !important;
        padding-left: 18.75px !important;
    }

    .ptb80,
    .pdtb80 {
        padding-top: 37.5px !important;
        padding-bottom: 37.5px !important;
    }

    .p-80 {
        padding: 37.5px 18.75px !important;
    }

    .pdb80 {
        padding-bottom: 37.5px !important;
    }

    .mb-32,
    .mb32 {
        margin-bottom: 18.75px !important;
    }

    .node-title {
        width: 100%;
        margin-right: 0;
        min-width: auto;
    }

    .node-title h4 {
        font-size: 28px;
        line-height: 35px;
    }

    .modal-dialog {
        width: 90% !important;
        margin: 20% auto 0 auto !important;
    }

    .modal-content {
        border-radius: 18.75px !important;
    }

    .modal-content .modal-body {
        display: block;
        padding: 0 18.75px 18.75px !important;
    }

    .modal-content .modal-header {
        height: 32px !important;
    }

    .modal-content .modal-body .subscribe-left {
        margin-bottom: 18.75px !important;
    }

    .tab-wrap .con-wrap {
        margin-top: 18.75px;
        padding-right: 18.75px !important;
        padding-left: 18.75px !important;
    }

    .directory-tab {
        font-size: 14px;
        line-height: 18px;
    }

    .learn-more,
    .learn-more-other,
    .learn-more-another {
        font-size: 12px;
    }

    .learn-more-other {
        width: 95px;
        height: 35px;
        line-height: 15px;
        border-radius: 18.75px;
    }

    .navigation-top2 {
        margin-top: 18.75px;
    }

    .hover_rise:hover {
        transform: none;
        box-shadow: none !important;
    }

    .icon_hover_wrap:hover .icon_default {
        display: block;
    }

    .icon_hover_wrap:hover .icon_hover {
        display: none;
    }

    /* 图片详情弹窗 Start */

    .modal-dialog-centered {
        min-height: 80vh;
    }

    #pictureDetails .cover-details-wrap .status-close {
        top: -64px;
        right: -25px;
    }

    /* 图片详情弹窗 End */

    /* 公共样式 End */

    /*** 相关订阅 Start ***/

    .recommend-content-wrap {
        display: none;
    }

    .recommend-list-wrap {
        display: block;
        border-top: 1px solid #e0e0e0;
    }

    .recommend-list-wrap .recommend-list-item {
        height: 56.5px;
        padding: 0 18.75px;
        overflow: hidden;
        border-bottom: 1px solid #e0e0e0;
    }

    .recommend-list-wrap .recommend-list-item .recommend-label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18.75px 0;
        margin-bottom: 9px;
        cursor: pointer;
    }

    .recommend-list-wrap .recommend-list-item .recommend-label span {
        color: #161616;
        font-family: SourceHanSansCN;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18.75px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-arrow {
        transition: all 0.3s ease-in-out;
    }

    .recommend-list-wrap .recommend-list-item-active {
        height: auto;
        overflow: visible;
    }

    .recommend-list-wrap .recommend-list-item-active .recommend-arrow {
        transform: rotate(180deg);
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content {
        position: relative;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .loading-container {
        left: 50%;
    }

    .recommend-list-wrap .recommend-list-item-active .recommend-list-content {
        min-height: 60px;
        margin-bottom: 8px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item {
        display: flex;
        width: 100% !important;
        height: auto;
        border-radius: 18.75px;
        margin-bottom: 18.75px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .news_img {
        width: 42.4vw;
        height: auto;
        aspect-ratio: 256/151;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con {
        flex: 1;
        height: 70px;
        padding: 11px 14px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con .news_title {
        font-size: 12px;
        line-height: 18.75px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con .quarter_item_more {
        bottom: 9px;
        left: 45vw;
        width: 18.75px;
        height: 18.75px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con .quarter_item_more img {
        width: 18.75px;
        height: 18.75px;
        vertical-align: top;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con_another {
        height: 100%;
        padding: 12px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .business_entrance .title_con_another {
        padding: 12px 12px 32px 12px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con_another .business_entrance_title {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con_another .news_desc {
        font-size: 12px;
        line-height: 16px;
        -webkit-line-clamp: 1;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con_another .quarter_item_more {
        left: 12px;
    }

    /*** 相关订阅 End ***/

    /* 订阅弹窗 Start */

    #subscribePopup .modal-content .modal-header .subscribe-close {
        width: 48px !important;
        height: 48px !important;
        padding: 16px !important;
    }

    #subscribePopup .modal-content .modal-body {
        display: block;
        padding-bottom: 80px !important;
    }

    #subscribePopup .modal-content .modal-body .subscribe-left .subscribe-submit {
        position: absolute;
        justify-content: center;
        bottom: 16px;
        width: calc(100% - 32px);
        height: 32px;
    }

    #subscribePopup .modal-content .modal-body .subscribe-left .subscribe-submit span {
        margin-right: 8px;
    }

    #subscribePopup .modal-content .modal-body .subscribe-right {
        width: 100%;
        padding: 0;
    }

    #subscribePopup .modal-content .subscribe-line-label {
        display: none;
    }

    #subscribePopup .modal-content .subscribe-line {
        margin-bottom: 16px;
    }

    #subscribePopup .modal-content .subscribe-input {
        padding: 7px 0;
    }

    #subscribeStatus .modal-dialog {
        width: calc(100% - 32px) !important;
    }

    #subscribeStatus .modal-dialog .modal-content {
        border-radius: 16px !important;
    }

    #subscribeStatus .modal-footer {
        padding: 32px 16px 16px !important;
    }

    /* 订阅弹窗 End */

    /* 详情页分享按钮 Start */

    .zg-wechat {
        left: 0;
        transform: translateX(0);
    }

    /* 详情页分享按钮 End */

    /*** 版权信息 Start ***/
    .footer-left .amount {
        padding: 0 16px 24px 16px;
    }

    /*** 版权信息 End ***/

    /*** 首页 Start ***/
    .about .about-title h4 {
        font-size: 28px;
        line-height: 35px;
    }

    .about .about-desc {
        font-size: 14px;
        line-height: 28px;
        text-align: justify;
        padding: 37.5px 0 28px 0;
    }

    .about .about-desc p {
        display: inline;
    }

    .infor-li {
        margin: 0 !important;
    }

    .infor-li .infor-count {
        text-align: center;
    }

    .about-img-animate {
        border-radius: 18.75px;
        margin-top: 28px;
    }

    .about-img-animate img {
        height: auto !important;
    }

    .home.business .business-title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 18.75px;
    }

    .home.business .business-desc {
        max-width: 330px;
        font-size: 16px;
        line-height: 21px;
        color: #161616;
    }

    .business-type-line {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 21.13px;
        column-gap: 14.06px;
    }

    .business-type {
        height: 37.75px;
    }

    .business-type-item {
        padding: 9.375px 9.375px 9.375px 14.063px;
        border-radius: 37.5px;
    }

    .business-type-bg {
        right: -4.68px;
        bottom: -9.12px;
        width: 97%;
    }

    .business-type .business-type-title {
        font-size: 14.063px;
        line-height: 18.75px;
    }

    .business-type-chevron {
        width: 18.75px;
        height: 18.75px;
    }

    .processCycle {
        background: linear-gradient(180deg, #FFF 0%, #F9F9F9 100%);
    }

    .processCycle .process-cycle-wrap {
        display: block;
        white-space: wrap;
        padding-right: 0 !important;
    }

    .process-cycle-swiper {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .process-cycle-wrap .swiper-slide {
        width: 74.4vw !important;
        height: auto;
        aspect-ratio: 1/1;
        border-radius: 18.75px;
    }

    .process-cycle-wrap .swiper-slide .process-cycle-slide {
        border-radius: 16px;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-more {
        width: 81px;
        height: 30px;
        line-height: 13px;
        border-radius: 16px;
        margin: 16px auto 0;
        font-size: 10px;
    }

    .swiper-slide .process-cycle-slide .process-cycle-mask {
        height: 198px;
        padding: 0 18.75px 18.75px;
    }

    .swiper-slide .process-cycle-slide .process-cycle-mask .process-cycle-title {
        font-size: 16.406px;
        font-weight: 500;
        line-height: 21.094px;
    }

    .process-cycle-wrap .swiper-slide-first {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 0 !important;
        margin: 0 !important;
    }

    .process-cycle-wrap .swiper-slide-first .process-cycle-slide {
        width: 100% !important;
        padding-top: 0px;
        border-radius: 0px;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-title {
        font-size: 28px;
        font-weight: 500;
        line-height: 35px;
        margin-bottom: 18.75px;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-desc {
        font-size: 16px;
        line-height: 21px;
    }

    .swiper-navigation-wrap {
        height: 37.5px;
    }

    .swiper-navigation-style {
        width: 84px;
        height: 37.5px;
    }

    .swiper-navigation-style .swiper-button-prev {
        left: 0;
    }

    .swiper-navigation-style .swiper-button-next {
        right: 0;
    }

    .swiper-navigation-style .swiper-button-prev,
    .swiper-navigation-style .swiper-button-next {
        width: 37.5px;
        height: 37.5px;
    }

    .swiper-navigation-style .swiper-button-prev img,
    .swiper-navigation-style .swiper-button-next img {
        width: 37.5px;
        height: 37.5px;
    }

    .ourClients-title {
        font-size: 28.125px;
        font-style: normal;
        font-weight: 500;
        line-height: 35.156px;
        margin-bottom: 18.75px;
    }

    .ourClients-desc {
        color: #161616;
        font-size: 16.406px;
        font-style: normal;
        font-weight: 500;
        line-height: 21.094px;
    }

    .ourClients-logo-wrap {
        gap: 16px 18.75px;
        padding-top: 28.12px;
    }

    .ourClients-logo {
        width: 159.375px;
        height: 37.5px;
        flex-shrink: 0;
    }

    .esgWrap {
        background: linear-gradient(180deg, #FFF 0%, #F9F9F9 100%);
    }

    .esgWrap .esg-con .esg-con-title {
        font-size: 28px;
        font-family: WixMadeforText;
        line-height: 35px;
        margin-bottom: 18.75px;
    }

    .esgWrap .esg-con .esg-con-desc {
        font-size: 16px;
        line-height: 21px;
    }

    .esgWrap .esg-con {
        width: 100%;
        aspect-ratio: 9/11;
        padding-top: 11.05%;
        border-radius: 18.75px;
        background: url('../img/index_esg_small_bg.png') no-repeat;
        background-size: 100% 100%;
    }

    .esgWrap .esg-con .esg-con-title,
    .esgWrap .esg-con .esg-con-desc {
        width: 100%;
    }

    .esg-learn-more {
        margin-top: 18.75px;
        margin-left: calc(50% - 40px);
    }

    .trends {
        background: linear-gradient(180deg, #FFF 0%, #F9F9F9 100%);
    }

    .trends .trends-con-title {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 28px;
    }

    .trends .trendsCon {
        display: block;
    }

    .trends-groups {
        width: 100%;
        margin-bottom: 28px;
    }

    .trends-li {
        margin-bottom: 14px;
        padding: 0 0 14px;
    }

    .trends-item,
    .trends-item .cover_scale_img {
        border-radius: 18.75px;
    }

    .trends-item .cover_scale_img {
        align-items: stretch;
    }

    .label {
        height: 20px;
        line-height: 18px;
        padding: 0 7px;
        font-size: 12px;
        border-radius: 14px;
    }

    .trends-cover {
        width: 52.81%;
        height: auto;
        aspect-ratio: 192/119;
        flex-shrink: 0;
    }

    .trends-item-con {
        flex: 1;
        display: flex;
        flex-direction: column;
        height: auto;
        padding: 2.6% 3.14%;
    }

    .trends-item-title {
        flex: 1;
        width: 100%;
        height: auto;
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 18px;
    }

    .trends-item-con .arrow {
        height: 18px;
    }

    .trends-item-con .arrow svg {
        width: 18px;
        height: 18px;
    }

    .trends-list {
        width: 100%;
    }

    .trends-list .mb-35 {
        margin: 0 0 14px 0 !important;
    }

    .trends-li .label {
        font-size: 12px;
        padding: 0 7px;
        border-radius: 14px;
    }

    .time {
        font-size: 12px;
        padding: 0 7px;
        border-radius: 14px;
    }

    .label-time {
        width: 100%;
        margin-bottom: 3.93%;
    }

    .trends-title {
        font-size: 14px;
        line-height: 18px;
    }

    .trends-li-more {
        justify-content: center;
        padding: 0;
    }

    .trends-li-more span {
        display: block;
        height: 18.75px;
        font-size: 12px;
        line-height: 19px;
    }

    .trends-li-more .trends-li-more-arrow {
        width: 18.75px;
        height: 18.75px;
        margin-left: 7px;
    }

    .trends-li-more .trends-li-more-arrow img {
        width: 18.75px;
        height: 18.75px;
    }

    .promotional-video {
        background: linear-gradient(180deg, #FFF 0%, #F9F9F9 100%);
    }

    /*** 首页 End ***/

    /*** 关于我们 Start ***/
    .aboutUs-synopsis-wrap {
        padding-bottom: 32px;
    }

    .aboutUs-synopsis-wrap .synopsis-line {
        display: block !important;
    }

    .aboutUs-synopsis-wrap .synopsis {
        padding: 0 !important;
    }

    .aboutUs-synopsis-wrap .synopsis-title {
        font-size: 28px !important;
        line-height: 35px !important;
        margin-bottom: 18.75px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-con {
        font-size: 14px !important;
        line-height: 28px !important;
        margin-bottom: 28px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-con:last-child {
        margin-bottom: 28px !important;
    }

    .aboutUs-synopsis-wrap .synopsis-cover {
        width: 100% !important;
        border-radius: 18.75px;
    }

    .aboutUs-synopsis-wrap .synopsis-line:last-child {
        padding-top: 24px !important;
    }

    .aboutUs-synopsis-wrap .synopsis-line:last-child .synopsis-cover {
        display: none;
    }

    .aboutUs-synopsis-wrap .synopsis-tag {
        width: 98px !important;
        height: 42px !important;
        line-height: 42px !important;
        font-size: 16px !important;
        margin: 0 auto 18.75px auto !important;
        transform: scale(1);
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-desc {
        font-size: 16px !important;
        line-height: 21px !important;
        margin-bottom: 28px !important;
        text-align: center !important;
    }

    .globalBusiness .con-wrap .node-title {
        margin-bottom: 18.75px;
    }

    .globalBusiness .con-wrap .node-desc {
        font-size: 14px;
        line-height: 28px;
    }

    .information {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px 18.75px;
        padding-top: 56.25px !important;
    }

    .information .infor-li {
        width: 100%;
    }

    .globalBusiness .con-wrap .information .infor-li1,
    .globalBusiness .con-wrap .information .infor-li2 {
        margin-left: 0%;
    }

    .infor-li0 .infor-text {
        padding-left: 20px;
    }

    .infor-li1 .infor-text {
        padding-left: 20px;
    }

    .infor-li3 {
        /* padding-left: 20px; */
        margin-left: 0%;
    }

    .infor-count {
        font-size: 42px;
        font-weight: 400;
        line-height: 51.5px;
        margin: 0;
        font-family: WixMadeforDisplay;
    }

    .infor-add::after {
        font-size: 36px;
        font-weight: 400;
        line-height: 44px;
    }

    .infor-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 18.75px;
    }

    .is-globe-dragging body {
        overflow-y: hidden;
    }

    .BlogGlobe__globe canvas {
        transform: scale(0.75) translateY(-15%);
    }

    .awards_honors {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }

    .awards_honors .node-title {
        padding-left: 18.75px;
        margin-bottom: 0 !important;
    }

    .awards_honors_wrap {
        padding-top: 28px;
        padding-bottom: 19px;
        margin-bottom: 19px;
        overflow-x: auto;
    }

    /* .awards_honors_wrap::-webkit-scrollbar {
        display: none;
    } */

    .awards_honors_wrap .awards_honors_scroll {
        min-width: 700px;
        padding: 0 18.75px;
    }

    .awards_honors_wrap .awards_honors_line .awards_honors_card {
        width: 66.13vw;
        height: auto;
        aspect-ratio: 248/113;
        border-radius: 18.75px;
        margin-right: 18.75px;
    }

    .awards_honors_wrap .awards_honors_line .awards_honors_card_min {
        width: 48.53vw;
        aspect-ratio: 182/113;
    }

    .awards_honors_card .ac_top {
        font-size: 16px;
        line-height: 21px;
        padding: 5.64%;
    }

    .awards_honors_card .ac_top svg {
        width: 56px;
        height: 40px;
    }

    .awards_honors_card .ah_card_add {
        bottom: 8.38%;
        left: 4.64%;
    }

    .awards_honors_card .ah_card_add svg {
        width: 18.75px;
        height: 18.75px;
    }

    .esg_link_wrap {
        width: 100%;
        height: auto;
        aspect-ratio: 375/422;
        background: url('../img/about/esg_small_bg.png') no-repeat;
        background-size: 100% 100%;
    }

    .esg_link_wrap .orbit {
        height: 26%;
    }

    .esg_link_wrap .sphere2 {
        top: 8.53%;
        right: -2.66%;
        width: 6.13vw;
    }

    .esg_link_wrap .sphere_half {
        left: -17.86%;
        width: 33vw;
        height: auto;
        aspect-ratio: 2/1;
    }

    .esg_link_wrap .globe {
        height: 38.66vw;
    }

    .esg_link_wrap .esg_link_tag {
        font-size: 28px;
        line-height: 35px;
    }

    .esg_link_wrap .esg_link_con {
        padding: 22.19% 18.75px 0 18.75px;
    }

    .esg_link_wrap .esg_link_con .node-title h4 {
        font-size: 16px;
        line-height: 21px;
    }

    .esg_link_wrap .esg_link_text {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
    }

    .esg-learn-more {
        width: 94px;
        height: 35px;
        font-size: 12px;
        padding: 0 9px 0 14px;
    }

    .esg_link_wrap .esg-learn-more {
        margin-top: 18.75px;
    }

    .esg-learn-more svg {
        width: 18.75px;
        height: 18.75px;
    }

    /*** 关于我们 End ***/

    /*** 高管团队/子公司信息/技术要点弹窗 Start ***/

    .infoPopup .modal-dialog {
        margin-top: 0px !important;
    }

    .infoPopup .modal-content .modal-header {
        position: relative;
        height: 32px !important;
    }

    .infoPopup .modal-dialog .status-close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 14px;
        line-height: 18.75px;
    }

    .seUserInfo-body {
        flex-wrap: wrap;
    }

    .infoPopup .seUserInfo-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 18.75px;
    }

    .infoPopup .seUserInfo-left h4 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 9px !important;
    }

    .infoPopup .seUserInfo-left p {
        font-size: 14px;
        line-height: 18px;
    }

    .infoPopup .seUserInfo-right {
        font-size: 14px;
        line-height: 28px;
    }

    /*** 高管团队/子公司信息/技术要点弹窗 End ***/

    /** 关于我们 发展历程 Start **/
    .course2 .yearEvents {
        margin-top: 28px;
    }

    .course2 .yearList-fixed {
        top: 56px;
        width: calc(100% - 37.5px);
    }

    .course2 .yearEvents-title-div {
        justify-content: flex-start;
    }

    .course2 .yearEvents-title-div .point {
        display: none;
    }

    .course2 .yearEvents-title {
        font-size: 23px;
        font-weight: 400;
        line-height: 32px;
    }

    .course2 .yearEvents-title.right {
        font-size: 23px;
        font-weight: 400;
        line-height: 32px;
    }

    .course2 .yearEvents-cover {
        height: auto !important;
        margin-top: 18.75px;
        border-radius: 18.75px;
    }

    .course2 .yearEvents-text {
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        margin-top: 18.75px;
    }

    .course2 .yearEvents-text .yearEvents-text-li {
        margin-bottom: 8px;
    }

    .course2 .yearEvents-timeline-div {
        display: none;
    }

    .course2 .yearEvents-div {
        margin-right: 0px;
        margin-bottom: 24px;
    }

    .course2 .yearEvents-div:last-child {
        margin: 0;
    }

    .course2 .yearEvents-div.right {
        margin-left: 0px;
    }

    #yearEvents2 {
        display: none;
    }

    #yearEvents3 {
        display: block;
    }

    .course2 #yearEvents3 .yearEvents-div {
        opacity: 1;
    }

    /** 关于我们 发展历程 End **/

    /*** ESG Start ***/
    .banner_warpper {
        height: 100%;
    }

    .esg_banner .orbit {
        top: 0px;
        left: -46px;
        width: 33.86vw;
        height: auto;
    }

    .esg_banner .sphere2 {
        top: 7.46%;
        right: -6.4%;
        width: 21.33vw;
        height: auto;
        aspect-ratio: 1/1;
    }

    .esg_banner .sphere1 {
        bottom: 0px;
        left: -10.93%;
        width: 28.53vw;
        height: auto;
    }

    .esg_banner .globe {
        bottom: -3.73%;
        right: -46.13%;
        width: 107.46vw;
        height: auto;
        aspect-ratio: 403/246;
    }

    .esg_banner .esg-banner-inner {
        padding: 41.06% 0 0 18.75px;
        overflow: hidden;
    }

    .esg_banner .esg-banner-inner .esg-banner-title {
        font-size: 42px;
        line-height: 51px;
        margin-bottom: 9px;
    }

    .esg_banner .esg-banner-inner .esg-banner-subtitle {
        font-size: 16px;
        line-height: 21px;
    }

    .lcp_desc {
        position: relative;
        padding-bottom: 42.66%;
    }

    .lcp_desc .zhaoshukun {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 36.53vw;
        height: auto;
    }

    .lcp_desc .zhaoshukun img {
        width: 100%;
        height: auto;
    }

    .lcp_desc .lpc_wrap {
        padding-left: 9px;
    }

    .lcp_desc .lpc_wrap .lpc_con {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 18.75px;
    }

    .lcp_desc .lpc_wrap .lpc_con .lpc_con_li p {
        left: -20px;
        width: 18px;
        height: 20px;
        font-size: 16px;
        line-height: 21px;
    }

    .lcp_desc .lpc_wrap .lpc_name {
        position: absolute;
        bottom: 38px;
        left: 42.4%;
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .lcp_desc .lpc_wrap .lpc_position {
        position: absolute;
        bottom: 0px;
        left: 42.4%;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }

    #esgReport,
    #esgNews {
        height: 16px;
    }

    .essential {
        display: block;
    }

    .factor {
        max-width: 100%;
        border-radius: 18.75px;
        margin-bottom: 18.75px;
    }

    .factor_header_con {
        padding: 18.75px;
    }

    .factor_header_bg {
        position: relative;
        height: auto;
        aspect-ratio: 338/141;
        overflow: hidden;
    }

    .factor_header_bg img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .factor .ef_img {
        height: 56px;
        margin-bottom: 0;
    }

    .factor .ef_img img {
        width: 56px;
        height: 56px;
    }

    .factor .ef_title {
        font-size: 32px;
        line-height: 42px;
    }

    .factor .factor_main {
        min-height: auto;
        padding: 16px;
    }

    .factor .ef_desc {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 14px;
    }

    .factor .ef_con {
        font-size: 14px;
        line-height: 28px;
    }

    .evolve_title,
    .record_title,
    .temp_title {
        font-size: 28px;
        line-height: 35px;
    }

    .esgReport_wrap {
        flex-wrap: wrap;
    }

    .esgCase-wrap1 .con-wrap {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .evolve_wrap {
        width: 100%;
        padding: 0 16px;
    }

    .evolve_title {
        padding-left: 16px;
        margin-bottom: 37.5px;
    }

    .evolve_wrap .evolve_desc {
        margin-bottom: 0px;
    }

    .evolve_report {
        bottom: -35px !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .evolve_report .text-hover {
        font-size: 12px;
        line-height: 14px;
    }

    .esgReport_wrap .report_wrap {
        width: 100%;
        height: auto;
        padding: 18.75px 18.75px 0 18.75px;
    }

    .esgReport_wrap .report_wrap .report_card_wrap {
        display: none;
        margin: 0 !important;
    }

    .esgReport_wrap .report_wrap .report_card_wrap:first-child {
        display: block;
    }

    .report_expand .report_wrap .report_card_wrap {
        display: block;
        margin-top: 18.75px !important;
    }

    .report_expand .report_wrap .report_card_wrap:first-child {
        margin-top: 0px !important;
    }

    .report_card .report_cover {
        width: 96px;
        margin-right: 16px;
    }

    .report_card .report_con {
        flex: 1;
    }

    .esgReport_wrap .report_card {
        padding: 18.75px;
        border-radius: 18.75px;
    }

    .esgReport_wrap .report_card .report_cover {
        width: 29.86vw;
        margin-right: 18.75px;
    }

    .esgReport_wrap .report_card .report_con .report_title {
        height: 48px;
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 92px;
    }

    .report_card:hover .report_con .report_title {
        color: #161616;
    }

    .esg-pb-48 {
        padding-bottom: 55px !important;
    }

    .record_groups {
        padding-right: 0 !important;
    }

    .record_groups .record_card {
        width: 66.13vw;
        min-width: 269px;
        aspect-ratio: 248/157;
        padding: 3.73vw;
        /* min-width: 212px;
        min-height: 134px; */
    }

    .record_groups .record_srcoll_wrap {
        padding-top: 24px;
        overflow-x: auto;
    }

    .record_groups .record_card .record_card_icon {
        bottom: 3.73vw;
        left: 3.5vw;
        width: 51px;
        height: 51px;
        /* aspect-ratio: 1/1; */
    }

    .record_groups .record_card .record_card_text {
        font-size: 16px;
        line-height: 21px;
    }

    .record_groups .record_card_count {
        font-size: 42px;
        line-height: 51px;
    }

    .record_groups .record_card_index::before {
        top: -1px;
        left: -20px;
        font-size: 30px;
    }

    .temp_wrap {
        padding-bottom: 18.75px;
    }

    .temp_title {
        margin-bottom: 16px;
    }

    .esg_bh_info {
        font-size: 14px;
        line-height: 28px;
    }

    .esgCase_carousel_item {
        padding-bottom: 16px;
    }

    .esgCase_carousel_item_con .carousel_title {
        height: auto;
        max-height: 64px;
        font-size: 23px;
        line-height: 32px;
        margin-bottom: 9px;
        overflow: hidden;
    }

    .esgCase_carousel_item_con .carousel_desc {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 18.75px;
    }

    .esgCase_carousel_item_con .carousel_more {
        align-items: center;
    }

    .esgCase_carousel_item_con .carousel_more .text-hover {
        font-size: 12px;
        line-height: 14px;
    }

    .esgCase_carousel_item_con .carousel_more img {
        width: 18.75px;
        height: 18.75px;
    }

    .carousel_next {
        right: 70px;
    }

    .carousel_prev {
        right: 115px;
    }

    .carousel_next,
    .carousel_prev {
        width: 32px;
        height: 32px;
    }

    .carousel_next img,
    .carousel_prev img {
        width: 32px;
        height: 32px;
    }

    .temp_header {
        flex-wrap: wrap;
    }

    .temp_desc {
        width: 100%;
        text-align: left;
    }

    .esgNews .temp_header .temp_title {
        width: 100%;
        margin-bottom: 16px;
    }

    .esgNews_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        padding-top: 16px;
        padding-bottom: 0px !important;
    }

    .esgNews_li {
        align-items: stretch;
    }

    .esgNews_li .esgNews_cover {
        width: 21.33vw;
        height: auto;
        aspect-ratio: 8/5;
        border-radius: 9px;
        margin-right: 9px;
    }

    .esgNews_li .esgNews_con {
        height: 100%;
        padding: 4px 0;
    }

    .esgNews_li .esgNews_con .esgNews_time {
        font-size: 12px;
        line-height: 14px;
    }

    .esgNews_li .esgNews_con .esgNews_title {
        font-size: 14px;
        line-height: 18px;
    }

    .esgNews_more {
        padding-top: 16px;
        padding-bottom: 16px !important;
    }

    .esgNews_more a {
        font-size: 12px;
        line-height: 14px;
    }

    .esgNews_more svg {
        width: 18.75px;
        height: 18.75px;
    }

    /*** ESG End ***/

    /*** 联系我们 Start ***/
    .address-card-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 18.75px;
    }

    .address-card-wrap .address-card {
        height: auto;
        min-height: 130px;
        padding: 14px;
        border-radius: 18.75px;
    }

    .address-card-wrap .address-card .address-card-name {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 9px;
    }

    .address-card-wrap .address-card .address-card-cont {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 4px;
    }

    /*** 联系我们 End ***/

    /*** 信息公开 Start ***/
    .adsorption-nav-row {
        overflow-x: auto;
        padding: 16px 16px 0px 16px;
    }

    .adsorption-nav-row-scroll {
        white-space: nowrap;
        padding-bottom: 8px;
    }

    .adsorption-nav-slide {
        padding: 6px 12px;
        margin-right: 8px;
    }

    .sidebar_title {
        padding: 16px 0;
    }

    .sidebar_title_fixed h4 {
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
        height: 64px !important;
        line-height: 88px !important;
        padding-left: 16px;
        background-color: #fff;
        transition: all 0s ease-in-out;
        z-index: 2;
    }

    .sidebar_catalog_scroll {
        width: 100%;
        background-color: #fff;
        overflow-x: auto;
    }

    .sidebar_catalog_scroll::-webkit-scrollbar {
        display: none;
    }

    .sidebar_catalog_wrap {
        width: 100% !important;
    }

    .sidebar_catalog {
        display: flex;
        width: 100% !important;
        white-space: nowrap;
        text-align: left;
    }

    .sidebar_catalog_fixed {
        left: 0;
    }

    .sidebar_catalog_item {
        display: inline-block;
        width: auto !important;
        font-size: 12px;
        line-height: 16px;
        padding: 8px 16px;
        border-top: none;
        border-bottom: 2px solid #c6c6c6;
    }

    .sidebar_catalog_item svg {
        display: none;
    }

    .sidebar_catalog_item:hover svg {
        display: none !important;
    }

    .sidebar_catalog .sidebar_catalog_item:last-child {
        border-bottom: 2px solid #c6c6c6;
    }

    .sidebar_catalog_item:hover,
    .sidebar_catalog_active {
        border-bottom: 2px solid #ff7a00 !important;
    }

    .info_content {
        width: 100%;
        padding-top: 16px;
    }

    .info_main_active {
        display: block;
    }

    .info_page_turning .new-title {
        width: 100%;
    }

    .info_page_turning {
        padding-top: 24px;
    }

    .info_page_turning .last-news,
    .info_page_turning .next-news {
        font-size: 14px;
        line-height: 18px;
    }

    .info_page_turning .new-title {
        font-size: 14px;
        line-height: 18px;
    }

    .info_page_turning .checkBtn {
        margin-bottom: 8px;
    }

    .info_con_text {
        font-size: 14px;
        line-height: 28px;
    }

    .info-li {
        font-size: 14px;
    }

    .info_disclosure .zg-wechat {
        left: unset;
        right: -35px;
    }

    /*** 信息公开 End ***/

    /*** 矿业与矿物加工 Start ***/

    .mm-synopsis-wrap .mainCon {
        width: 100%;
        overflow: hidden;
    }

    .mm-synopsis-wrap .mainCon-2 .con-wrap {
        padding-top: 75px !important;
    }

    .mm-synopsis-wrap .mainCon-2 {
        height: auto;
    }

    .mm-synopsis-wrap .mainCon-2 .con-wrap {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mm-synopsis-wrap .s-relative {
        position: relative;
    }

    .mineralMiningBgWrap {
        background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
        padding-bottom: 55.1px;
        height: auto;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .mineral_mining_router .lsks,
    .mineral_mining_router .ylc,
    .mineral_mining_router .dsqt,
    .mineral_mining_router .sj {
        left: 0;
        top: 18.75px;
        width: 90%;
        height: fit-content;
    }

    .mm-synopsis-wrap .mineral_mining_router {
        height: auto;
        margin-bottom: 0;
    }

    .mineral_mining_router .ylc {
        left: 0;
        top: 16px;
    }

    .mineral_mining_router .ylc_text,
    .mineral_mining_router .lsks_text,
    .mineral_mining_router .dsqt_text,
    .mineral_mining_router .sj_text {
        left: 0;
        top: 18.75px;
        width: 100%;
        text-align: center;
    }

    .mineral_mining_router .lsks_text div {
        text-align: center;
    }

    .mineral_mining_router .node-title h4 {
        line-height: 35.156px;
        color: #161616;
        font-size: 28.125px;
        text-align: center;
    }

    .mineral_mining_router .process_text {
        padding-top: 9.38px;
        font-size: 14px;
        margin-bottom: 18.75px;
        text-align: center;
    }

    .mineral_mining_router .process_more,
    .process_service_router .process_more {
        margin: 18.75px auto 0;
        background: #ff7a00;
        border-radius: 18.75px;
        width: 94.9px;
        height: 35.2px;
        padding-left: 14.06px;
        text-align: center;
    }

    .mm-synopsis-wrap .node-title {
        min-width: 100%;
    }

    .mineral_mining_router .process_more span,
    .process_service_router .process_more span {
        font-size: 11.719px;
        line-height: 14.063px;
        /* 120% */
        letter-spacing: 0.375px;
        color: #ffffff;
    }

    .mineral_mining_router .process_more .icon_default,
    .process_service_router .process_more .icon_default {
        width: 18.75px;
        height: 18.75px;
        margin-left: 4.69px;
    }

    .mineral_mining_router .process_more .icon_default path,
    .process_service_router .process_more .icon_default path {
        fill: #ffffff;
    }

    .mineralMining_people0,
    .mineralMining_people1 {
        display: none;
    }

    .metallurgy-synopsis {
        flex-direction: column;
        padding-top: 37.5px !important;
    }

    .metallurgy-synopsis .synopsis-title {
        width: 100%;
        font-size: 23.438px;
        color: #161616;
        font-style: normal;
        font-weight: 400;
        line-height: 32.813px;
        text-align: left;
        margin-right: 32px;
        flex-shrink: 0;
        margin-bottom: 18.75px;
    }

    .metallurgy-synopsis .synopsis-desc {
        flex: 1;
        color: #161616;
        font-size: 14.063px;
        font-weight: 400;
        line-height: 28.125px;
    }

    .mm-synopsis-wrap #flowPath {
        height: fit-content;
    }

    .mm-synopsis-wrap .flow-path-wrap {
        padding-bottom: 0;
        padding-top: 32px !important;
    }

    .mm-synopsis-wrap .fpCard {
        position: relative;
        display: block;
        background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
        height: auto;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 18.75px;
        padding-bottom: 37.5px;
    }

    .mm-synopsis-wrap .fpCard img {
        width: 90%;
        height: auto;
    }

    .mm-synopsis-wrap .fpCard .fpCard-title {
        position: relative;
        bottom: 0;
        left: 0;
        top: 0;
        font-size: 28.125px;
        color: #161616;
        background: transparent;
        line-height: 35.156px;
        margin: 18.75px auto 0 auto;
    }

    /* 小屏隐藏动画 */
    .mineralMiningBg,
    .flowPathBg,
    .fpCard_mics0,
    .fpCard_mics1,
    .processServiceBg {
        display: none !important;
    }

    /*** 矿业与矿物加工 End ***/
    /*** 安全节能环保 Start ***/
    .mm-synopsis-wrap .mainCon-2 .energy_wrap {
        padding: 64px 16px 32px 16px !important;
    }

    .mm-synopsis-wrap .energy_wrap .energy_cover {
        width: 100%;
        height: auto;
    }

    .mm-synopsis-wrap .energy_line {
        flex-direction: column;
        border-radius: 18.75px;
        margin-bottom: 28.12px;
    }

    .mm-synopsis-wrap .energy_line.flex-cr {
        flex-direction: column-reverse;
    }

    .mm-synopsis-wrap .energy_line .energy_con {
        padding-top: 37.5px;
        padding-bottom: 37.5px;
    }

    .mm-synopsis-wrap .energy_line .energy_con .energy_title {
        font-size: 28.125px;
        font-weight: 500;
        line-height: 35.156px;
        margin-bottom: 9.38px;
    }

    .mm-synopsis-wrap .energy_line .energy_con .energy_desc {
        font-size: 16.046px;
        line-height: 21.094px;
        margin-bottom: 18.75px;
    }

    .mm-synopsis-wrap .energy_line .energy_con .energy_more {
        margin: 0 auto 0;
        background: #ff7a00;
        border-radius: 18.75px;
        width: 94.9px;
        height: 35.2px;
        padding-left: 14.06px;
        padding-right: 9.38px;
        text-align: center;
    }

    .mm-synopsis-wrap .energy_line .energy_con .energy_more span {
        font-size: 11.719px;
        line-height: 14.063px;
        letter-spacing: 0.375px;
        color: #ffffff;
    }

    .energy_con .energy_more .energy_more_arrow .icon_default {
        width: 18.75px;
        height: 18.75px;
        margin-left: 4.69px;
    }

    .energy_con .energy_more .energy_more_arrow {
        width: 18.75px;
        height: 18.75px;
        margin-left: 0;
    }

    .energy_con .energy_more .icon_default path {
        fill: #ffffff;
    }

    /*** 安全节能环保 End ***/
    /*** 全流程服务 Start ***/
    .mm-synopsis-wrap .processService-wrap {
        padding: 32px 0 32px 0 !important;
    }

    .process_service_router {
        height: auto;
        padding-bottom: 0;
    }

    .process_service_router .zxgh,
    .process_service_router .epc,
    .process_service_router .bpbj {
        width: 100%;
        height: auto;
    }

    .process_service_router .zxgh,
    .process_service_router .zxgh_text,
    .process_service_router .epc,
    .process_service_router .epc_text,
    .process_service_router .bpbj,
    .process_service_router .bpbj_text {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        padding-top: 16px;
        width: 100%;
    }

    .process_service_router .process_more {
        margin: 12px 0 0 0;
    }

    .process_service_router .process_text {
        font-size: 12px;
        line-height: 24px;
    }

    /*** 全流程服务 End ***/
    /*** 项目案例 Start ***/
    .news_list .search_wrap .search_keyword,
    .news_list .search_wrap .search_xm,
    .news_list .search_wrap .search_type {
        height: 37.5px !important;
    }

    .news_list .search_wrap .search_keyword::after,
    .news_list .search_wrap .search_xm::after,
    .news_list .search_wrap .search_type::after,
    .news_list .search_wrap .search_keyword .clear_btn {
        top: 11px !important;
    }

    .news_list.xmal .search_wrap {
        display: flex !important;
        gap: 14.06px;
    }

    .xmal .search_wrap .search_keyword,
    .xmal .search_xm,
    .xmal .search_type {
        width: 100% !important;
        margin-right: 0 !important;
        height: 32px;
        font-size: 14.063px !important;
        line-height: 18.75px !important;
    }

    /* .classicListWrap .news_list {
        padding: 0 18.75px !important;
    } */

    .xmal.news_list .news_item .item .title_con .news_title {
        font-size: 14.063px;
        line-height: 18.75px;
    }

    .nav_two {
        margin: 16px 0 32px 0 !important;
    }

    .nav_two span {
        font-size: 12px !important;
    }

    .classicListWrap .con-wrap {
        padding-right: 18.75px !important;
        padding-left: 18.75px !important;
    }

    .classicListWrap .temp_title {
        width: 100%;
        margin-bottom: 0;
        font-size: 28.125px;
        line-height: 35.156px;
    }

    .newsSwiper {
        padding-top: 0 !important;
        padding-bottom: 17.41px !important;
    }

    .news_list .news_item {
        grid-template-columns: repeat(2, 1fr) !important;
        margin-top: 37.5px !important;
        min-height: 288px;
    }

    .news_list .news_item .item {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 159/212;
        border-radius: 18.75px !important;
    }

    .news_list .news_item .item a {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        height: 100%;
    }

    .news_list .news_item .item .news_img {
        width: 100%;
        height: auto !important;
        aspect-ratio: 256/151;
        flex-shrink: 0;
        overflow: hidden;
    }

    .news_list .news_item .item .title_con {
        position: static !important;
        flex: 1;
        padding: 9.38px 14.06px 11.72px 14.06px !important;
        height: auto !important;
    }

    .news_list .news_item .item .title_con .news_title {
        padding: 0 2px;
    }

    .news_list .news_item {
        grid-gap: 18.75px !important;
        min-height: 181px;
    }

    .news_list .news_item .item .title_con .right_arrow {
        margin-top: 14px !important;
    }

    .news_list .news_item .item .title_con .right_arrow svg {
        width: 18.75px;
        height: 18.75px;
    }

    .classicListWrap .loadMoreButton {
        margin-top: 18.75px;
    }

    /*** 项目案例 End ***/

    /*** 顶部吸附插图导航 Start ***/
    .top_item_warp,
    .top_mineral_warp {
        display: none;
    }

    /*** 顶部吸附插图导航 End ***/

    .back-to-top {
        right: 40px;
    }
}

/* max-width: 768px */

@media (max-width: 667px) {
    /* 公共样式 Start */
    /* 公共样式 End */

    /*** 首页 Start ***/
    .esgWrap .esg-con {
        padding: 8.14% 0 0 0;
    }

    /*** 首页 End ***/
}

@media (max-width: 500px) {
    /* 公共样式 Start */
    /* 公共样式 End */

    /*** 首页 Start ***/

    .label,
    .time {
        font-size: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    /*** 首页 End ***/

    /*** 订阅 Start ***/
    .subscribe .con-wrap {
        height: auto;
        aspect-ratio: 320/168;
    }

    .subscribe-title {
        top: 8.84%;
        left: 16px;
        font-size: 28px;
        line-height: 35px;
        transform: translateX(0);
    }

    .subscribe-more {
        bottom: 8.84%;
        right: 16px;
        justify-content: center;
        width: calc(100% - 32px);
        font-size: 14px;
        line-height: 18.75px;
    }

    .subscribe-more span {
        margin-right: 4px;
    }

    /*** 订阅 End ***/
}

@media (max-width: 450px) {
    .directory-tab {
        font-size: 12px;
        line-height: 16px;
    }

    .sidebar_catalog_fixed .sidebar_catalog {
        padding-right: 32px;
    }

    .sidebar_catalog_wrap {
        position: relative;
    }

    .sidebar_catalog {
        display: inline-block;
        width: auto !important;
        min-width: 100%;
        padding-right: 32px;
    }

    .sidebar_catalog_next {
        position: absolute;
        top: 0;
        right: -10px;
        display: block;
        width: 32px;
        height: 42px;
        padding: 12px 8px;
        background-color: #fff;
    }

    .sidebar_catalog_next_fixed {
        position: fixed;
        top: 184px;
        right: 0;
        z-index: 2;
    }

    .sidebar_catalog_next svg {
        vertical-align: top;
    }

    .back-to-top {
        right: 16px;
        bottom: 40px;
    }
}

/* max-width: 450px */

@media (min-width: 769px) and (max-width: 1279px) {

    /* #scaleWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  } */
    .mm-synopsis-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        overflow: hidden;
    }

    .con-wrap .synopsis-title {
        font-size: 22.4px;
    }

    .con-wrap .synopsis-desc {
        font-size: 12.8px;
    }

    .con-wrap .energy_more {
        font-size: 20px;
    }

    .con-wrap .energy_desc {
        font-size: 25px;
    }
}

@media (max-width: 768px),
(min-width: 1280px) {
    .mm-synopsis-wrap {
        display: block;
        flex-direction: unset;
        align-items: unset;
    }
}

@media (max-width: 320px) {
    /* 轮播图 Start */

    .carousel .carousel-inner .carousel-item .carousel-con {
        left: 16px;
    }

    .carousel .carousel-inner .carousel-item .carousel-con .carousel-text {
        font-size: 36px;
        font-weight: 350;
        line-height: 44px;
        padding-right: 16px;
    }

    #carouselId .carousel-control-btn-wrap {
        width: calc(100% - 32px);
    }

    #carouselId .carousel-control-prev {
        left: auto;
        right: 69px;
    }

    #carouselId .carousel-control-next {
        left: auto;
        right: 26px;
    }

    .carousel .carousel-control-prev .carousel-control-prev-icon,
    .carousel .carousel-control-next .carousel-control-next-icon {
        padding: 16px 16px;
    }

    .carousel .carousel-control-prev img,
    .carousel .carousel-control-next img {
        width: 32px;
        height: 32px;
    }

    /* 轮播图 End */


    /* 公共样式 Start */
    .sticky-top {
        height: 48px;
    }

    .carousel-header-pt {
        aspect-ratio: 320/352;
        height: auto;
        margin-top: 48px;
    }

    .pd32 {
        padding-bottom: 16px !important;
    }

    .pdt40 {
        padding-top: 24px !important;
    }

    .pdt64 {
        padding-top: 32px !important;
    }

    .pdt80 {
        padding-top: 32px !important;
    }

    .pdl80 {
        padding-left: 16px !important;
    }

    .prl80 {
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .ptrl80 {
        padding-top: 32px !important;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .ptb80,
    .pdtb80 {
        padding-top: 32px !important;
        padding-bottom: 32px !important;
    }

    .p-80 {
        padding: 32px 16px !important;
    }

    .pdb80 {
        padding-bottom: 32px !important;
    }

    .mb-32,
    .mb32 {
        margin-bottom: 16px !important;
    }

    .node-title {
        width: 100%;
        margin-right: 0;
    }

    .node-title h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .modal-dialog {
        width: 90% !important;
        margin: 20% auto 0 auto !important;
    }

    .modal-content {
        border-radius: 16px !important;
    }

    .modal-content .modal-body {
        display: block;
        padding: 0 16px 16px !important;
    }

    .modal-content .modal-header {
        height: 32px !important;
    }

    .modal-content .modal-body .subscribe-left {
        margin-bottom: 16px !important;
    }

    .tab-wrap .con-wrap {
        margin-top: 16px;
        padding-right: 16px !important;
        padding-left: 16px !important;
    }

    .directory-tab {
        font-size: 14px;
        line-height: 18px;
    }

    .diagonal::after {
        margin: 0 4px;
    }

    .learn-more,
    .learn-more-other,
    .learn-more-another {
        font-size: 10px;
    }

    .learn-more-other {
        width: 81px;
        height: 30px;
        line-height: 13px;
        border-radius: 16px;
    }

    .navigation-top2 {
        margin-top: 16px;
    }

    /* 公共样式 End */

    /*** 订阅 Start ***/
    .subscribe .con-wrap {
        height: auto;
        aspect-ratio: 320/168;
    }

    .subscribe-title {
        top: 7.5%;
        font-size: 24px;
        line-height: 30px;
    }

    .subscribe-more {
        bottom: 7.5%;
        font-size: 12px;
        line-height: 16px;
    }

    /*** 订阅 End ***/

    /*** 相关订阅 Start ***/

    .recommend-list-wrap .recommend-list-item {
        height: 51px;
        padding: 0 16px;
    }

    .recommend-list-wrap .recommend-list-item-active {
        height: auto;
        overflow: visible;
    }

    .recommend-list-wrap .recommend-list-item .recommend-label {
        padding: 16px 0;
        margin-bottom: 8px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-label span {
        font-size: 12px;
        line-height: 16px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item {
        border-radius: 16px;
        margin-bottom: 16px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .news_img {
        width: 42.5vw;
        height: auto;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con {
        flex: 1;
        height: 70px;
        padding: 8px 12px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con .news_title {
        font-size: 12px;
        line-height: 16px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con .quarter_item_more {
        bottom: 8px;
        left: 145px;
        width: 16px;
        height: 16px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con .quarter_item_more img {
        width: 16px;
        height: 16px;
        vertical-align: top;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con_another {
        height: 100%;
        padding: 12px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .business_entrance .title_con_another {
        padding: 12px 12px 32px 12px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con_another .business_entrance_title {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
        margin-bottom: 4px;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con_another .news_desc {
        font-size: 12px;
        line-height: 16px;
        -webkit-line-clamp: 1;
    }

    .recommend-list-wrap .recommend-list-item .recommend-list-content .companyNews_item .title_con_another .quarter_item_more {
        left: 12px;
    }

    /*** 相关订阅 End ***/

    /*** 首页 Start ***/
    .about .about-title h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .about .about-desc {
        font-size: 12px;
        line-height: 24px;
        padding: 32px 0 24px 0;
    }

    .infor-li {
        margin: 0 !important;
    }

    .infor-li .infor-count {
        text-align: center;
    }

    .about-img-animate {
        border-radius: 16px;
        margin-top: 24px;
    }

    .home.business .business-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .home.business .business-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .processCycle .process-cycle-wrap {
        display: block;
        white-space: wrap;
    }

    .process-cycle-wrap .swiper-slide-first {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
    }

    .process-cycle-wrap .swiper-slide-first .process-cycle-slide {
        width: 100% !important;
        padding-top: 0px;
        border-radius: 0px;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-desc {
        font-size: 14px;
        line-height: 18px;
    }

    .process-cycle-swiper {
        width: 100% !important;
        padding-left: 0 !important;
    }

    .process-cycle-wrap .swiper-slide {
        border-radius: 16px;
    }

    .process-cycle-wrap .swiper-slide .process-cycle-slide {
        border-radius: 16px;
    }

    .swiper-slide-first .process-cycle-slide .process-cycle-more {
        width: 81px;
        height: 30px;
        line-height: 13px;
        border-radius: 16px;
        margin: 16px auto 0;
        font-size: 10px;
    }

    .swiper-slide .process-cycle-slide .process-cycle-mask {
        height: 198px;
        padding: 0 16px 16px;
    }

    .swiper-slide .process-cycle-slide .process-cycle-mask .process-cycle-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }

    .swiper-navigation-wrap {
        height: 32px;
    }

    .swiper-navigation-style {
        width: 72px;
        height: 32px;
    }

    .swiper-navigation-style .swiper-button-prev,
    .swiper-navigation-style .swiper-button-next {
        width: 32px;
        height: 32px;
    }

    .swiper-navigation-style .swiper-button-prev img,
    .swiper-navigation-style .swiper-button-next img {
        width: 32px;
        height: 32px;
    }

    .esgWrap .esg-con {
        border-radius: 16px;
    }

    .esgWrap .esg-con .esg-con-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .esgWrap .esg-con .esg-con-desc {
        font-size: 14px;
        line-height: 18px;
    }

    /* .esg-learn-more {
        margin-top: 16px;
        margin-left: 74px;
    } */

    .trends .trends-con-title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .trends .trendsCon {
        display: block;
    }

    .trends-groups {
        width: 100%;
        margin-bottom: 24px;
    }

    .trends-li {
        margin-bottom: 12px;
        padding: 0 0 12px;
    }

    .trends-item,
    .trends-item .cover_scale_img {
        border-radius: 16px;
    }

    .label {
        height: 18px;
        line-height: 16px;
        padding: 0 6px;
        border-radius: 12px;
    }

    .trends-cover {
        width: 52.81%;
        height: 102px;
        flex-shrink: 0;
    }

    .trends-item-con {
        flex: 1;
        padding: 8px 12px;
    }

    .trends-item-title {
        font-size: 12px;
        line-height: 16px;
    }

    .trends-item-con .arrow {
        height: 16px;
    }

    .trends-item-con .arrow svg {
        width: 16px;
        height: 16px;
    }

    .trends-list {
        width: 100%;
    }

    .trends-list .mb-35 {
        margin: 0 0 12px 0 !important;
    }

    .trends-li .label {
        font-size: 10px;
        padding: 0 6px;
        border-radius: 12px;
    }

    .time {
        font-size: 10px;
        padding: 0 6px;
        border-radius: 12px;
    }

    .label-time {
        margin-bottom: 6px;
    }

    .trends-title {
        font-size: 12px;
        line-height: 16px;
    }

    .trends-li-more {
        justify-content: center;
        padding: 0;
    }

    .trends-li-more span {
        height: 16px;
        font-size: 10px;
        line-height: 16px;
    }

    .trends-li-more .trends-li-more-arrow {
        width: 16px;
        height: 16px;
        margin-left: 6px;
    }

    .trends-li-more .trends-li-more-arrow img {
        width: 16px;
        height: 16px;
    }

    /*** 首页 End ***/

    /*** 关于我们 Start ***/
    .aboutUs-synopsis-wrap {
        padding-bottom: 32px;
    }

    .aboutUs-synopsis-wrap .synopsis-line {
        display: block !important;
    }

    .aboutUs-synopsis-wrap .synopsis {
        padding: 0 !important;
    }

    .aboutUs-synopsis-wrap .synopsis-title {
        font-size: 24px !important;
        line-height: 30px !important;
        margin-bottom: 16px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-con {
        font-size: 12px !important;
        line-height: 24px !important;
        margin-bottom: 24px !important;
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-con:last-child {
        margin-bottom: 24px !important;
    }

    .aboutUs-synopsis-wrap .synopsis-cover {
        /* width: 90% !important; */
        border-radius: 16px;
    }

    .aboutUs-synopsis-wrap .synopsis-line:last-child {
        padding-top: 24px !important;
    }

    .aboutUs-synopsis-wrap .synopsis-line:last-child .synopsis-cover {
        display: none;
    }

    .aboutUs-synopsis-wrap .synopsis-tag {
        width: 84px !important;
        height: 36px !important;
        line-height: 36px !important;
        font-size: 14px !important;
        margin: 0 auto 16px auto !important;
        transform: scale(1);
    }

    .aboutUs-synopsis-wrap .synopsis .synopsis-desc {
        font-size: 14px !important;
        line-height: 18px !important;
        margin-bottom: 24px !important;
        text-align: center !important;
    }

    .globalBusiness .con-wrap .node-title {
        margin-bottom: 16px;
    }

    .globalBusiness .con-wrap .node-desc {
        font-size: 12px;
        line-height: 24px;
    }

    .information {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding-top: 48px !important;
    }

    .information .infor-li {
        width: 100%;
    }

    .globalBusiness .con-wrap .information .infor-li1,
    .globalBusiness .con-wrap .information .infor-li2 {
        margin-left: 0%;
    }

    .infor-li0 .infor-text {
        padding-left: 20px;
    }

    .infor-li1 .infor-text {
        padding-left: 20px;
    }

    .infor-li3 {
        /* padding-left: 20px; */
        margin-left: 0%;
    }

    .infor-count {
        font-size: 36px;
        line-height: 44px;
    }

    .infor-add::after {
        font-size: 36px;
        font-weight: 400;
        line-height: 44px;
    }

    .infor-text {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .awards_honors {
        padding-right: 0px !important;
        padding-left: 0px !important;
        padding-bottom: 0px !important;
    }

    .awards_honors .node-title {
        padding-left: 16px;
        margin-bottom: 0 !important;
    }

    .awards_honors_wrap {
        padding-top: 24px;
        padding-bottom: 16px;
        margin-bottom: 16px;
        overflow-x: auto;
    }

    /* .awards_honors_wrap::-webkit-scrollbar {
        display: none;
    } */

    .awards_honors_wrap .awards_honors_scroll {
        min-width: 700px;
        padding: 0 16px;
    }

    .awards_honors_wrap .awards_honors_line .awards_honors_card {
        width: 212px;
        height: 96px;
        border-radius: 16px;
    }

    .awards_honors_wrap .awards_honors_line .awards_honors_card_min {
        width: 155px;
    }

    .awards_honors_card .ac_top {
        font-size: 14px;
        line-height: 18px;
        padding: 12px;
    }

    .awards_honors_card .ac_top svg {
        width: 56px;
        height: 40px;
    }

    .awards_honors_card .ah_card_add {
        bottom: 10px;
        left: 10px;
    }

    .awards_honors_card .ah_card_add svg {
        width: 16px;
        height: 16px;
    }

    .esg_link_wrap {
        height: 360px;
    }

    .esg_link_wrap .orbit {
        height: 94px;
    }

    .esg_link_wrap .sphere2 {
        top: 36px;
        right: -1.33%;
    }

    .esg_link_wrap .esg_link_tag {
        font-size: 24px;
        line-height: 30px;
    }

    .esg_link_wrap .esg_link_con {
        padding: 72px 16px 0 16px;
    }

    .esg_link_wrap .esg_link_con .node-title h4 {
        font-size: 14px;
        line-height: 18px;
    }

    .esg_link_wrap .esg_link_text {
        width: 100%;
        font-size: 12px;
        line-height: 24px;
    }

    .esg-learn-more {
        width: 81px;
        height: 30px;
        font-size: 10px;
        padding: 0 8px 0 12px;
    }

    .esg_link_wrap .esg-learn-more {
        margin-top: 16px;
    }

    .esg-learn-more svg {
        width: 16px;
        height: 16px;
    }

    /*** 关于我们 End ***/

    /*** 高管团队/子公司信息/技术要点弹窗 Start ***/

    .infoPopup .modal-content .modal-header {
        height: 28px !important;
    }

    .infoPopup .modal-dialog .status-close {
        padding: 12px;
        line-height: 16px;
    }

    .infoPopup .seUserInfo-left {
        margin-bottom: 16px;
    }

    .infoPopup .seUserInfo-left h4 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 8px !important;
    }

    .infoPopup .seUserInfo-left p {
        font-size: 12px;
        line-height: 16px;
    }

    .infoPopup .seUserInfo-right {
        font-size: 12px;
        line-height: 24px;
    }

    /*** 高管团队/子公司信息/技术要点弹窗 End ***/

    /** 关于我们 发展历程 Start **/
    .course2 .yearEvents {
        margin-top: 24px;
    }

    .course2 .yearList-fixed {
        top: 49px;
        width: calc(100% - 32px);
    }

    .course2 .yearEvents-title {
        font-size: 20px;
        line-height: 28px;
    }

    .course2 .yearEvents-title.right {
        font-size: 20px;
        line-height: 28px;
    }

    .course2 .yearEvents-cover {
        margin-top: 16px;
        border-radius: 16px;
    }

    .course2 .yearEvents-text {
        width: 100%;
        font-size: 12px;
        line-height: 24px;
        margin-top: 16px;
    }

    .course2 .yearEvents-text .yearEvents-text-li {
        margin-bottom: 8px;
    }

    .course2 .yearEvents-timeline-div {
        display: none;
    }

    .course2 .yearEvents-div {
        margin-right: 0px;
        margin-bottom: 24px;
    }

    /** 关于我们 发展历程 End **/

    /*** ESG Start ***/
    .banner_warpper {
        height: 100%;
    }

    .esg_banner .orbit {
        top: 0px;
        left: -46px;
        width: 33.86vw;
        height: auto;
    }

    .esg_banner .sphere2 {
        top: 7.46%;
        right: -6.4%;
        width: 21.33vw;
        height: auto;
        aspect-ratio: 1/1;
    }

    .esg_banner .sphere1 {
        bottom: 0px;
        left: -10.93%;
        width: 28.53vw;
        height: auto;
    }

    .esg_banner .globe {
        bottom: -3.73%;
        right: -46.13%;
        width: 107.46vw;
        height: auto;
        aspect-ratio: 403/246;
    }

    .esg_banner .esg-banner-inner {
        padding: 41.06% 0 0 18.75px;
    }

    .esg_banner .esg-banner-inner .esg-banner-title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .esg_banner .esg-banner-inner .esg-banner-subtitle {
        font-size: 14px;
        font-weight: 500;
        line-height: 18px;
    }

    .lcp_desc {
        position: relative;
        padding-bottom: 42.66%;
    }

    .lcp_desc .zhaoshukun {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 36.53vw;
        height: auto;
    }

    .lcp_desc .zhaoshukun img {
        width: 100%;
        height: auto;
    }

    .lcp_desc .lpc_wrap {
        padding-left: 9px;
    }

    .lcp_desc .lpc_wrap .lpc_con {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 18.75px;
    }

    .lcp_desc .lpc_wrap .lpc_con .lpc_con_li p {
        left: -20px;
        width: 18px;
        height: 20px;
        font-size: 16px;
        line-height: 21px;
    }

    .lcp_desc .lpc_wrap .lpc_name {
        font-size: 12px;
        line-height: 24px;
    }

    .lcp_desc .lpc_wrap .lpc_position {
        font-size: 12px;
        line-height: 16px;
    }

    #esgReport,
    #esgNews {
        height: 16px;
    }

    .essential {
        display: block;
    }

    .factor {
        max-width: 100%;
        border-radius: 16px;
        margin-bottom: 16px;
    }

    .factor_header_con {
        padding: 16px;
    }

    .factor_header_bg {
        position: relative;
        overflow: hidden;
    }

    .factor_header_bg img {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }

    .factor .ef_img {
        height: 48px;
        margin: 0;
    }

    .factor .ef_img img {
        width: 48px;
        height: 48px;
    }

    .factor .ef_title {
        height: 32px;
        font-size: 28px;
        line-height: 24px;
    }

    .factor .factor_main {
        min-height: 200px;
        padding: 16px;
    }

    .factor .ef_desc {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 12px;
    }

    .factor .ef_con {
        font-size: 12px;
        line-height: 24px;
    }

    .evolve_title,
    .record_title,
    .temp_title {
        font-size: 24px;
        line-height: 30px;
    }

    .esgReport_wrap {
        flex-wrap: wrap;
    }

    .esgReport_wrap .report_card {
        padding: 16px;
        border-radius: 16px;
    }

    .esgCase-wrap1 .con-wrap {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .evolve_wrap {
        width: 100%;
        padding: 0 16px;
    }

    .evolve_title {
        padding-left: 16px;
        margin-bottom: 16px;
    }

    .evolve_wrap .evolve_desc {
        margin-bottom: 0px;
    }

    .evolve_report {
        bottom: -31px !important;
        left: 50%;
        transform: translateX(-50%);
    }

    .evolve_report .text-hover {
        font-size: 10px;
        line-height: 12px;
    }

    .report_wrap {
        width: 100%;
        height: 200px;
        padding: 16px 16px 0 16px;
    }

    .report_card .report_cover {
        width: 96px;
        margin-right: 16px;
    }

    .report_card .report_con {
        flex: 1;
    }

    .esgReport_wrap .report_card .report_con .report_title {
        height: 48px;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 57px;
    }

    .esg-pb-48 {
        padding-bottom: 48px !important;
    }

    .record_groups {
        padding-right: 0 !important;
    }

    .record_groups .record_card {
        width: 66.25vw;
        min-width: 250px;
        aspect-ratio: 212/134;
    }

    .record_groups .record_srcoll_wrap {
        padding-top: 24px;
        overflow-x: auto;
    }

    .record_groups .record_card .record_card_text {
        font-size: 14px;
        line-height: 18px;
    }

    .record_groups .record_card .record_card_icon {
        bottom: 12px;
        left: 12px;
    }

    .temp_title {
        margin-bottom: 16px;
    }

    .esg_bh_info {
        font-size: 12px;
        line-height: 24px;
    }

    .esgCase_carousel_item {
        padding-bottom: 16px;
    }

    .esgCase_carousel_item_cover img {
        border-radius: 16px;
    }

    .esgCase_carousel_item_con .carousel_con {
        width: 77.7%;
    }

    .esgCase_carousel_item_con .carousel_title {
        max-height: 56px;
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 8px;
        overflow: hidden;
    }

    .esgCase_carousel_item_con .carousel_desc {
        font-size: 12px;
        line-height: 24px;
        margin-bottom: 16px;
    }

    .esgCase_carousel_item_con .carousel_more {
        align-items: center;
    }

    .esgCase_carousel_item_con .carousel_more .text-hover {
        font-size: 10px;
        line-height: 12px;
    }

    .esgCase_carousel_item_con .carousel_more img {
        width: 16px;
        height: 16px;
    }

    .carousel_next {
        right: 70px;
    }

    .carousel_prev {
        right: 115px;
    }

    .carousel_next,
    .carousel_prev {
        width: 32px;
        height: 32px;
    }

    .carousel_next img,
    .carousel_prev img {
        width: 32px;
        height: 32px;
    }

    .temp_header {
        flex-wrap: wrap;
    }

    .temp_desc {
        width: 100%;
        font-size: 12px;
        line-height: 24px;
        text-align: left;
    }

    .esgNews .temp_header .temp_title {
        width: 100%;
        margin-bottom: 16px;
    }

    .esgNews_list {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
        padding-top: 16px;
        padding-bottom: 16px !important;
    }

    .esgNews_li .esgNews_cover {
        min-width: 80px;
        border-radius: 8px;
        margin-right: 8px;
    }

    .esgNews_li .esgNews_con {
        padding: 0;
    }

    .esgNews_li .esgNews_con .esgNews_time {
        font-size: 10px;
        line-height: 12px;
    }

    .esgNews_li .esgNews_con .esgNews_title {
        font-size: 12px;
        line-height: 16px;
    }

    /*** ESG End ***/

    /*** 联系我们 Start ***/
    .address-card-wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .address-card-wrap .address-card {
        justify-content: space-between;
        min-height: 108px;
        padding: 12px;
        border-radius: 16px;
    }

    .address-card-wrap .address-card .address-card-name {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 8px;
    }

    .address-card-wrap .address-card .address-card-cont {
        font-size: 10px;
        line-height: 12px;
        margin: 0;
    }

    /*** 联系我们 End ***/

    /*** 信息公开 Start ***/

    .info_con_text {
        font-size: 12px;
        line-height: 24px;
    }

    .info-li {
        font-size: 12px;
    }

    /*** 信息公开 End ***/

    /*** 矿业与矿物加工 Start ***/
    .sidebar_catalog_fixed .sidebar_catalog {
        padding-right: 32px;
    }

    .sidebar_catalog_wrap {
        position: relative;
    }

    .sidebar_catalog {
        display: inline-block;
        width: auto !important;
        padding-right: 32px;
    }

    .sidebar_catalog_next {
        position: absolute;
        top: 0;
        right: -10px;
        display: block;
        width: 32px;
        height: 42px;
        padding: 12px 8px;
        background-color: #fff;
    }

    .sidebar_catalog_next_fixed {
        position: fixed;
        top: 184px;
        right: 0;
        z-index: 2;
    }

    .sidebar_catalog_next svg {
        vertical-align: top;
    }
}

/* max-width: 768px */


@media (max-width: 400px) {

    .ourClients-logo-wrap {
        gap: 16px 18.75px;
        padding-top: 24px;
    }

    .ourClients-logo {
        width: 136px;
        height: 32px;
        flex-shrink: 0;
    }
}

@media (max-width: 375px) {

    /* 搜索 Start */

    /* 搜索 End */

    /*** 首页 Start ***/
    .business-type-line {
        row-gap: 20px;
        column-gap: 12px;
    }

    .business-type {
        height: 32px;
    }

    .business-type-item {
        padding: 8px 8px 8px 12px;
        border-radius: 32px;
    }

    .business-type-bg {
        right: -4px;
        bottom: -8px;
    }

    .business-type .business-type-title {
        font-size: 12px;
        line-height: 16px;
    }

    .business-type-chevron {
        width: 16px;
        height: 16px;
    }

    .ourClients-logo-wrap {
        gap: 16px 18.75px;
    }

    .ourClients-title {
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 16px;
    }

    .ourClients-desc {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }

    .ourClients-logo {
        width: 136px;
        height: 32px;
    }

    /*** 首页 End ***/
}

/* max-width: 375px */

@media (max-width: 320px) {

    /*** 首页 Start ***/

    .ourClients-logo-wrap {
        gap: 16px;
    }

    /*** 首页 End ***/

    /*** 矿业与矿物加工 Start ***/

    .mm-synopsis-wrap .mainCon {
        width: 100%;
        overflow: hidden;
    }

    .mm-synopsis-wrap .mainCon-2 .con-wrap {
        padding-top: 64px !important;
    }

    .mm-synopsis-wrap .mainCon-2 {
        height: auto;
    }

    .mm-synopsis-wrap .mainCon-2 .con-wrap {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .mm-synopsis-wrap .s-relative {
        position: relative;
    }

    .mineralMiningBgWrap {
        background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
        padding-bottom: 47px;
        height: auto;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .mineral_mining_router .lsks,
    .mineral_mining_router .ylc,
    .mineral_mining_router .dsqt,
    .mineral_mining_router .sj {
        left: 0;
        top: 16px;
        width: 90%;
        height: fit-content;
    }

    .mm-synopsis-wrap .mineral_mining_router {
        height: auto;
        margin-bottom: 0;
    }

    .mineral_mining_router .ylc {
        left: 0;
        top: 16px;
    }

    .mineral_mining_router .ylc_text,
    .mineral_mining_router .lsks_text,
    .mineral_mining_router .dsqt_text,
    .mineral_mining_router .sj_text {
        left: 0;
        top: 16px;
        width: 100%;
        text-align: center;
    }

    .mineral_mining_router .lsks_text div {
        text-align: center;
    }

    .mineral_mining_router .node-title h4 {
        line-height: 30px;
        color: #161616;
        font-size: 24px;
        text-align: center;
    }

    .mineral_mining_router .process_text {
        padding-top: 8px;
        font-size: 14px;
        margin-bottom: 16px;
        text-align: center;
    }

    .mineral_mining_router .process_more,
    .process_service_router .process_more {
        margin: 16px auto 0;
        background: #ff7a00;
        border-radius: 16px;
        width: 81px;
        height: 30px;
        padding-left: 12px;
        text-align: center;
    }

    .mm-synopsis-wrap .node-title {
        min-width: 100%;
    }

    .mineral_mining_router .process_more span,
    .process_service_router .process_more span {
        font-size: 10px;
        line-height: 12px;
        /* 120% */
        letter-spacing: 0.32px;
        color: #ffffff;
    }

    .mineral_mining_router .process_more .icon_default,
    .process_service_router .process_more .icon_default {
        width: 16px;
        height: 16px;
        margin-left: 4px;
    }

    .mineral_mining_router .process_more .icon_default path,
    .process_service_router .process_more .icon_default path {
        fill: #ffffff;
    }

    .mineralMining_people0,
    .mineralMining_people1 {
        display: none;
    }

    .metallurgy-synopsis {
        flex-direction: column;
        padding-top: 32px !important;
    }

    .metallurgy-synopsis .synopsis-title {
        width: 100%;
        font-size: 20px;
        color: #161616;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        text-align: left;
        margin-right: 32px;
        flex-shrink: 0;
        margin-bottom: 16px;
    }

    .metallurgy-synopsis .synopsis-desc {
        flex: 1;
        color: #161616;
        font-size: 12px;

        font-weight: 400;
        line-height: 24px;
    }

    .mm-synopsis-wrap #flowPath {
        height: fit-content;
    }

    .mm-synopsis-wrap .flow-path-wrap {
        padding-bottom: 0;
        padding-top: 32px !important;
    }

    .mm-synopsis-wrap .fpCard {
        position: relative;
        display: block;
        background: linear-gradient(180deg, #fff 0%, #f9f9f9 100%);
        height: auto;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 16px;
        padding-bottom: 32px;
    }

    .mm-synopsis-wrap .fpCard img {
        width: 90%;
        height: auto;
    }

    .mm-synopsis-wrap .fpCard .fpCard-title {
        position: relative;
        bottom: 0;
        left: 0;
        top: 0;
        font-size: 24px;
        color: #161616;
        background: transparent;
        line-height: 30px;
        margin: 16px auto 0 auto;
    }

    /* 小屏隐藏动画 */
    .mineralMiningBg,
    .flowPathBg,
    .fpCard_mics0,
    .fpCard_mics1,
    .processServiceBg {
        display: none !important;
    }

    /*** 矿业与矿物加工 End ***/
    /*** 安全节能环保 Start ***/
    .mm-synopsis-wrap .mainCon-2 .energy_wrap {
        padding: 32px 16px 32px 16px !important;
    }

    .mm-synopsis-wrap .energy_wrap .energy_cover {
        width: 100%;
        height: auto;
    }

    .mm-synopsis-wrap .energy_line {
        flex-direction: column;
        border-radius: 16px;
        margin-bottom: 24px;
    }

    .mm-synopsis-wrap .energy_line.flex-cr {
        flex-direction: column-reverse;
    }

    .mm-synopsis-wrap .energy_line .energy_con {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    .mm-synopsis-wrap .energy_line .energy_con .energy_title {
        font-size: 24px;
        font-weight: 500;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .mm-synopsis-wrap .energy_line .energy_con .energy_desc {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 16px;
    }

    .mm-synopsis-wrap .energy_line .energy_con .energy_more {
        margin: 0 auto 0;
        background: #ff7a00;
        border-radius: 16px;
        width: 81px;
        height: 30px;
        padding-left: 12px;
        text-align: center;
    }

    .mm-synopsis-wrap .energy_line .energy_con .energy_more span {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 0.32px;
        color: #ffffff;
    }

    .energy_con .energy_more .energy_more_arrow .icon_default {
        width: 16px;
        height: 16px;
        margin-left: 4px;
    }

    .energy_con .energy_more .energy_more_arrow {
        width: 16px;
        height: 18px;
        margin-left: 0;
    }

    .energy_con .energy_more .icon_default path {
        fill: #ffffff;
    }

    /*** 安全节能环保 End ***/
    /*** 全流程服务 Start ***/
    .mm-synopsis-wrap .processService-wrap {
        padding: 32px 0 32px 0 !important;
    }

    .process_service_router {
        height: auto;
        padding-bottom: 0;
    }

    .process_service_router .zxgh,
    .process_service_router .epc,
    .process_service_router .bpbj {
        width: 100%;
        height: auto;
    }

    .process_service_router .zxgh,
    .process_service_router .zxgh_text,
    .process_service_router .epc,
    .process_service_router .epc_text,
    .process_service_router .bpbj,
    .process_service_router .bpbj_text {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        padding-top: 16px;
        width: 100%;
    }

    .process_service_router .process_more {
        margin: 12px 0 0 0;
    }

    .process_service_router .process_text {
        font-size: 12px;
        line-height: 24px;
    }

    /*** 全流程服务 End ***/
    /*** 项目案例 Start ***/
    .news_list .search_wrap .search_keyword,
    .news_list .search_wrap .search_xm,
    .news_list .search_wrap .search_type {
        height: 32px !important;
    }

    .news_list .search_wrap .search_keyword::after,
    .news_list .search_wrap .search_xm::after,
    .news_list .search_wrap .search_type::after,
    .news_list .search_wrap .search_keyword .clear_btn {
        top: 9px !important;
    }

    .news_list.xmal .search_wrap {
        display: flex !important;
        gap: 12px;
    }

    .xmal .search_wrap .search_keyword,
    .xmal .search_xm,
    .xmal .search_type {
        width: 100% !important;
        margin-right: 0 !important;
        height: 32px;
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .classicListWrap .news_list {
        /* padding: 0 16px!important; */
    }

    .xmal.news_list .news_item .item .title_con .news_title {
        font-size: 12px;
    }

    .nav_two {
        margin: 16px 0 32px 0 !important;
    }

    .nav_two span {
        font-size: 12px !important;
    }

    .classicListWrap .con-wrap {
        padding-bottom: 32px !important;
        padding-left: 16px !important;
    }

    .classicListWrap .temp_title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }

    .newsSwiper {
        padding-top: 0 !important;
        padding-bottom: 48px !important;
    }

    .news_list .news_item {
        margin-top: 32px !important;
    }

    .news_list .news_item .item {
        aspect-ratio: 136 / 181;
        border-radius: 16px !important;
    }

    .news_list .news_item .item .title_con {
        padding: 8px 10px 10px 10px !important;
    }

    .news_list .news_item .item .title_con .news_title {
        padding: 0 2px;
    }

    .news_list .news_item {
        grid-gap: 16px !important;
    }

    .news_list .news_item .item .title_con .right_arrow {
        margin-top: 14px !important;
    }

    .news_list .news_item .item .title_con .right_arrow svg {
        width: 16px;
        height: 16px;
    }

    /*** 项目案例 End ***/
}