@charset "UTF-8";

.white_nav_top {
    height: 6rem;
}

.nei_banner {
    position: relative;
    overflow: hidden;
}

.nei_banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;

}

.nei_banner img,
.nei_banner video {
    width: 120rem;
    height: 30rem;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

.nei_banner .nei_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: left;
}

.nei_banner .nei_txt .n_ban_tit {
    color: #fff;
    line-height: 133%;
    font-weight: 500;
    font-size: 3rem;
    display: none;
}

.nei_banner .n_ban_tc {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: left;
    padding: 2% 0;
    color: #fff;
    display: none;
}

.nei_banner .bread_crumbs * {
    color: #fff;

}

/* 内页导航通用 */
.content-wrap {
    position: relative;
}

.page-map-wrap {
    position: sticky;
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 600;
    width: 100%;
    top: 0;
    background-color: #fff;
    margin-top: 0;
    z-index: 50;
}

.selectbox-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 1.88rem;
    padding-top: 0.88rem;
    height: 5.2rem;
}

.selectbox-wrap>div.select-cate {
    position: relative;
}

.selectbox-wrap>div.select-cate::after {
    content: "";
    width: 100%;
    height: 0.125rem;
    background: #1f1f3c;
    display: block;
    position: absolute;
    bottom: 0;
}

.selectbox-wrap>div.select-cate button {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 500;
    display: block;
    text-align: left;
    padding: 1rem 0;
    width: 18.625rem;
    color: #171819;
    box-sizing: border-box;
    border: none;
    background: none;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    font-family: "Noto Sans SC", sans-serif;
}

.selectbox-wrap>div.select-cate button::before {
    content: '';
    position: absolute;
    width: 0.59281rem;
    height: 0.44513rem;
    background: url(/src/img/icon_arrow_down2.svg) no-repeat center center / contain;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.select-menu {
    width: 100%;
    position: absolute;
    top: 3.875rem;
    left: 0;
    display: none;
    z-index: 50;
}

.select-menu.on {
    display: block;
}

.select-menu>li>a {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.8rem;
    display: block;
    padding: 0.875rem 1.25rem;
    background: #171819;
}

.select-menu>li>a.active {
    color: #fff;
    font-weight: 700;
}

.select-menu>li>a:hover {
    background: #3B3D3E;
}

.select-menu>li>.cate-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8rem;
    color: #fff;
    padding-bottom: 0.5rem;
}

.select-menu>li>.cate-item>li:not(:last-child) {
    padding-bottom: 0.5rem;
}

.select-menu>li>.cate-item>li>a {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
}


/* 公司简介 */
.com_one {
    padding: 5% 0 7%;
    background: #fff;
}

.com_one .flex {
    align-items: center;
}

.com_one .flex .left {
    width: 50%;
}

.com_one .flex .left .com_tit {
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 100%;
    color: #000000;
    margin-bottom: 3rem;
}

.com_one .flex .left .com_txt {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    font-size: 1.125rem;
    color: #000000;
    line-height: 2rem;
}

.com_one .flex .left .com_txt b {
    font-weight: 500;
}

.com_one .flex .right {
    width: 30%;
    text-align: right;
}

.com_two {
    background: #eaf3f8;
    padding: 8% 0;
}

.com_two .left {
    width: 35%;
}

.com_two .right {
    width: 52%;
}

.com_two .flex {
    align-items: center;
}

.com_two .right .com_tit {
    font-size: 2.75rem;
    line-height: 100%;
    color: #000000;
    font-weight: bold;
    margin-bottom: 3rem;
}

.com_two .right .com_txt {
    display: flex;
    flex-direction: column;
    gap: 2.25rem;
    font-size: 1.125rem;
    color: #000000;
    line-height: 2rem;
}

.com_two .right .com_txt b {
    font-weight: 500;
}

.com_three {
    background: #fff;
    padding: 5% 0 6%;
}

.com_three .com_tit {
    font-size: 2.75rem;
    font-weight: bold;
    line-height: 100%;
    color: #000000;
    margin-bottom: 3rem;
}

.com_three ul.com_ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.com_three ul.com_ul li {
    width: calc((100% - 3rem) / 3);
    background: #f3f5f7;
    padding: 4% 2.5%;
    border-radius: .5rem;
    transition: all .5s ease;
    overflow: hidden;
}

.com_three ul.com_ul li:hover {
    background: #eaf3f8;
}

.com_three ul.com_ul li .com_subtit {
    color: #010101;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.25rem;
}

.com_three ul.com_ul li .com_info {
    font-size: 1.5rem;
    color: #000000;
    font-weight: bold;
    line-height: 150%;
    margin: 2rem 0;
    width: 97%;
}

.com_three ul.com_ul li .com_txt {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
    color: #010101;
    transform: translateY(50%);
    opacity: 0;
    transition: all .5s ease;
    line-height: 125%;
    font-weight: 400;
}

.com_three ul.com_ul li:hover .com_txt {
    transform: translateY(0%);
    opacity: 1;
}

/* 企业网点 */
.business_one {
    user-select: none;
}

.business_one .e_html-5 {
    margin-top: 5%;
    position: relative;
}

.business_one .e_html-5 img {
    width: 100%;
    height: auto;
}

.add_ul .point {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 1.875rem;
    height: 1.875rem;
}


.map1 .add_ul .point:nth-of-type(1) {
    left: 77.5%;
    top: 45.5%;
}

.map1 .add_ul .point:nth-of-type(2) {
    left: 76%;
    top: 43%;
}

.map1 .add_ul .point:nth-of-type(3) {
    left: 73%;
    top: 38%;
}


.add_ul .point .txt {
    position: absolute;
    white-space: nowrap;
    right: 0;
    transform: translate(105%, -50%);
    z-index: 2;
    top: 50%;
    color: #000000;
    line-height: 100%;
}

.add_ul .point.current .txt {
    color: #39b379;
    font-weight: 700;
}

.add_ul .point .txt.le {
    right: auto;
    left: 0;
    transform: translate(-105%, -50%);
}

.add_ul .point dl.circ {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.add_ul .point dl.circ dd {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: scale(0);
    border-radius: 50%;
    background-color: #215ff7;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    width: 100%;
    -webkit-animation: circleScale 4s linear infinite;
    -moz-animation: circleScale 4s linear infinite;
    -ms-animation: circleScale 4s linear infinite;
    animation: circleScale 4s linear infinite;
}

.add_ul .point.current {
    z-index: 3;
}

.add_ul .point.current dl.circ dd {
    background-color: #39b379;
}

.add_ul .point dl.circ dd:nth-of-type(2) {
    animation-delay: -1s;
}

.add_ul .point dl.circ dd:nth-of-type(3) {
    animation-delay: -2s;
}

.add_ul .point dl.circ dd:nth-of-type(4) {
    animation-delay: -3s;
}

.add_buttom {
    display: flex;
    color: #000;
    line-height: 100%;
    justify-content: center;
    align-items: center;
    gap: .8rem;
    width: 100%;
    margin-top: 6%;
}

.add_buttom .icon {
    width: 3rem;
    height: 3rem;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #cccccc;
    cursor: pointer;
}

.add_buttom .icon:hover {
    border-color: var(--li);
    color: var(--li);
}

.add_swiper {
    width: 100%;
    transform: translateY(-20%);
    margin-top: -10%;
}

.add_swiper .swiper-slide {
    padding-left: 2rem;
}

.add_swiper .swiper-slide:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 2px;
    background: #d3d6d7;
    left: 0;
    top: 0;
}

.add_swiper .swiper-slide-active:before {
    background: #6ac69b;
    width: 3px;
}

.add_swiper .add-tit {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--li);
    margin-bottom: 1.875rem;
}

.add_swiper .add-txt {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    color: #666666;
    line-height: 150%;
}

.add_swiper .add-txt .add-sub {
    font-weight: 700;
    color: #000000;
    margin-bottom: 2%;
}

.add_swiper .add-txt span {
    color: var(--li);
}

.add_swiper .swiper-slide-active .add-tit {
    color: #6ac69b;
}

/* 招聘 */
.join-box {
    padding: 3.5% 0 6%;
}

.join-ul>li {
    margin-bottom: 2%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 2%;
}

.join-ul>li:last-child {
    border-color: #333;
    margin-bottom: 0;
}

.join-ul li .join_title {
    margin: 2% 0 0;
    cursor: pointer;
}

.join-ul li .join_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 700;
}

.join-ul li .join_name span {
    font-size: 1rem;
    color: #000000;
    font-weight: 300;
}

.join-ul li .join_info {
    display: flex;
    margin-top: 1%;
    line-height: 100%;
}

.join-box .join_tit {
    font-size: 1.125rem;
    color: var(--li);
    font-weight: 700;
    border-bottom: 1px solid #333333;
    line-height: 3.75rem;
}

.join_text {
    background: #f1f3f5;
    padding: 3% 2%;
    margin-top: 2%;
    display: none;
    border-radius: .5rem;
    overflow: hidden;
}

.join-ul .open .join_text {
    display: block;
}

.join_text p {
    color: #666666;
    font-size: var(--f16s);
    line-height: 150%;
}

.join_text li:before {
    content: '';
    background: var(--li);
    display: inline-block;
    width: .25rem;
    height: .25rem;
    vertical-align: middle;
    margin-right: .6rem;
}

.join_text h3 {
    color: #000000;
    font-weight: 700;
    margin: 1% 0;
}

.join_text strong {
    color: #000000;
    font-weight: 700;
}

.join_text p a {
    color: var(--li);
}


/* 新闻 */
.news_wotbox {
    padding: 5% 0 8%;
}

.news_wotbox .news_tit {
    font-size: 3rem;
    color: #000000;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 2%;
}

.news_wotbox .flex {
    align-items: center;
}

.news_wotbox .num_total span {
    color: var(--li);
}

.news_wotbox .search_newsbox {
    background: #f3f5f7;
    width: 29rem;
    height: 4.5rem;
    border-radius: 5rem;
    position: relative;
    padding: 0 2rem;
}

.news_wotbox .search_newsbox input#search-input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    font-size: 1.125rem;
    color: #000;
}

.news_wotbox .search_newsbox input#search-input::-webkit-input-placeholder {
    font-size: 1.25rem;
    color: #555758;
}

.news_wotbox .search_newsbox svg {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 1.25rem;
    height: auto;
}

.news_wotbox .h_news li {
    margin-top: 1%;
    padding: 3.75rem 0;
    border-bottom: 1px solid #C9CED1;
}

.news_wotbox .h_news li .news_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_wotbox .h_news li .Limg_cov {
    width: 28%;
    padding-bottom: 16%;
}

.news_wotbox .h_news li .txc {
    width: calc(72% - 2rem);
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.news_wotbox .h_news li .txc .news._time {
    font-size: 1.125rem;
    color: var(--li);
    font-weight: 600;
    width: 100%;
}

.news_wotbox .h_news li .txc .news_name {
    font-size: 1.5rem;
    color: #171819;
    font-weight: 600;
}

.news_wotbox .h_news li .txc .news_info {
    font-size: 1.125rem;
    line-height: 160%;
    color: #555758;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

/* 新闻详情 */

.news_text_word .new_tt {
    color: #171819;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 100%;
}

.news_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #555758;
    padding: 2.5rem 0;
    font-size: 1.125rem;
    color: #858889;
    font-weight: 500;
}

.news_flex span {
    display: inline-block;
    margin: 0 0.781vw;
}

.news_word {
    font-size: var(--f16s);
    line-height: 150%;
    color: #171819;
    font-weight: 300;
    margin-top: 2%;
    width: 100%;
}

.news_word p {
    margin-bottom: 1rem;
}

.news_word iframe {
    width: 100%;
    aspect-ratio: 2 / 1;
}

.news_word video {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 85vh;
    object-fit: contain;
}

.news_text_word table td,
.news_text_word table th {
    border: 1px solid #ccc;
    padding: 5px;
}

.news_text_word table {
    border-collapse: collapse;
    margin-bottom: .5rem;
}

.news_word h2 {
    font-size: 1.5rem;
    margin: 1rem 0 .8rem;
}

.news_word h3 {
    font-size: 1.125rem;
    margin: 1.5rem 0 .5rem;
}

.news_word ol,
.news_word ul {
    padding-inline-start: 1.5rem;
}

.news_word li {
    list-style-type: disc;
    margin: 0.25rem 0;
}

.news_word ol li {
    list-style-type: decimal;
}

.news_word img {
    max-width: 100% !important;
    height: auto !important;
}

.news_word a {
    color: initial;
}

.news_word a:hover {
    color: var(--li);
}

.news_text_word {
    background-color: #F3F5F7;
    padding: 5rem 0 15rem;
    text-align: center;
}

.news_text_word .center {
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    padding: 6.25rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2.5rem;
    border-radius: 1rem;
    text-align: left;
}

.copy_url {
    padding: 0.8125rem;
    border: 1px solid #B4B8BA;
    border-radius: 999px;
    display: flex;
    align-items: center;
    gap: .35rem;
    color: #555758;
    font-size: 1rem;
    font-weight: 400;
    line-height: 131%;
    cursor: pointer;
    user-select: none;
}

.copy_url i {
    font-size: 150%;
}

.new_sainfo {
    width: 100%;
    background-color: #F3F5F7;
    padding: 1.875rem;
    border-radius: 0.625rem;
    margin: 3rem 0;
    color: #171819;
}

.view-list-btn {
    display: inline-flex;
    margin: 0 auto;
    gap: 0.75rem;
    border: 1px solid #171819;
    padding: 1rem 2rem;
    border-radius: 100px;
    font-weight: 500;
    font-size: 1.25rem;
    color: #171819;
}

.view-list-btn:after {
    content: "\e65e";
    font-family: 'iconfont';
    font-weight: 400;
    font-size: 110%;
}

/* rd */
.rdbox {
    background: #f1f3f5;
    padding: 6% 0;
}

.rdbox li {
    border: 1px solid #e5e5e5;
    background: #fff;
    border-radius: 1.25rem;
    padding: 0 5%;
    counter-increment: Advantage;
    display: flex;
    width: 100%;
    position: sticky;
    left: 0;
    top: 10vh;
    transform-origin: top center;
    will-change: transform, opacity;
    opacity: var(--opac);
}

.rdbox li:before {
    content: counter(Advantage, decimal-leading-zero);
    width: 12%;
    font-size: 4.5rem;
    color: rgb(0 0 0 / 80%);
    line-height: 100%;
    font-weight: 100;
    padding-top: 3.75rem;
}

.rdbox li .rd_txt {
    padding: 3.75rem 0;
    border-left: 1px solid #e5e5e5;
    width: 88%;
    padding-left: 4%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.rdbox ul.wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    position: relative;
}

.rdbox li .rd_word {
    width: 36rem;
}

.rdbox li .rd_word .rd_name {
    color: #39b379;
    font-weight: 700;
    text-transform: uppercase;
}

.rdbox li.active .rd_word .rd_name {
    color: var(--li);
}

.rdbox li .rd_word .rd_info {
    font-size: 1.875rem;
    color: #000000;
    font-weight: 700;
    line-height: 115%;
    margin: 2% 0 17%;
}

.rdbox li .rd_word .rd_title {
    font-size: 1.125rem;
    color: #000000;
}

/* 解决方案 */
.solu-box {
    background: #fff;
    overflow: hidden;
    position: relative;
    padding: 6% 0;
    user-select: none;
}

.solu-box:before {
    content: '';
    position: absolute;
    width: 57%;
    height: 100%;
    background: #f1f3f5;
    right: 0;
    top: 0;
    transition: all 1s ease;
    -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%);
}

.anmiting:before {
    right: -30%;
}

.solu-box .center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.solu-box .txt-swiper {
    max-width: 28rem;
    width: 50%;
    text-align: left;
    margin: 0 auto 0 0;
}

.solu-box .txt-swiper .swiper-slide {
    background-color: #fff;
}

.solu-box .txt-swiper .add_buttom {
    justify-content: flex-start;
}

.solu-box .txt-swiper .solu_name {
    font-size: 2.625rem;
    line-height: 100%;
    color: #000;
    font-weight: 700;
}

.solu-box .txt-swiper .solu_info {
    font-size: var(--f16s);
    color: #000000;
    line-height: 187%;
    margin: 9% 0 30%;
}

.w1800-swiper {
    width: 94.3%;
    margin: 0 auto;
}

.w1800-swiper .swiper.img-swiper {
    width: 62%;
    margin: 0 0 0 auto;
}

.w1800-swiper .swiper.img-swiper .Limg_con {
    padding-bottom: 66%;
}

.w1800-swiper .swiper.img-swiper .Limg_con img {
    filter: drop-shadow(2px 4px 6px rgb(0 0 0 / 20%));
}

.solu_top {
    background: #fff;
    padding: 6rem 0;
}

.solu_top .flex {
    align-items: center;
}

.solu_top .flex .le {
    width: 48.5%;
}

.solu_top .solu_tit {
    color: #000000;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.solu_top .solu_info {
    font-size: 1.25rem;
    color: #000000;
    font-weight: 500;
    line-height: 180%;
}

.solu_top .flex .rig {
    max-width: 25rem;
    width: 45%;
}

.solu_top .flex .rig .Limg_con {
    padding-bottom: 90%;
}

.solu_bottom {
    background: #f3f5f7;
    padding: 8rem 0;
}

.solu_bottom>.center {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}

.solu_bottom .bt {
    font-size: 1.25rem;
    color: #000000;
    font-weight: 700;
    line-height: 180%;
    margin-bottom: 1.5rem;
}

.solu_td ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    --num: 5;
}

.solu_td ul li {
    width: calc((100% - 1rem * var(--num) + 1rem) / var(--num));
    background: #fff;
    height: 11.5rem;
    border-radius: 1rem;
    border: 2px solid #e1ddf8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 2.5rem;
    font-weight: 500;
    color: #534693;
}

.solu_td ul li img {

    max-height: 4rem;

    object-fit: contain;
}

.solu_td ul li p {
    margin-top: 1rem;
}

.txt p {
    line-height: 0;
}

.txt table {
    width: calc(100% + 2rem) !important;
    margin-left: -1rem;
    margin-right: -1rem;
    min-width: 900px;
    border-collapse: separate;
    border-spacing: 1rem 0;
    table-layout: fixed;
    color: #7b7f83;
    font-size: 1.125rem;
    line-height: 1.4;
}

.txt table tbody {
    width: 100% !important;
}

.txt table th {
    background: #FFF;
    color: #000;
    font-weight: 700;
    border-radius: 0;
    padding: 1rem 0;
    vertical-align: middle;
    border-bottom: 1rem solid #f3f5f7;
}

.txt table td {
    border-bottom: 1px solid #dadcde;
    color: #111;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    padding: 1rem 0;
}

.txt table td:nth-last-of-type(1),
.txt table td:nth-last-of-type(2) {
    color: #666;
    font-weight: 400;
}

.txt table:nth-of-type(1) tr:nth-of-type(2) td {
    border-top: 1px solid #000;
}

.txt table:nth-of-type(2) tr:nth-of-type(1) td:nth-child(1) {
    border-top: 1px solid #000;
}

.txt table tr:last-child td,
.txt table tr:nth-of-type(1) td:nth-child(1) {
    border-bottom: 1px solid #000;
}

.txt table tr:nth-child(1) td:nth-child(1),
.txt table th:nth-child(1) {
    width: 25%;
}

.txt table tr:nth-child(1) td:nth-child(2),
.txt table th:nth-child(2) {
    width: 25%;
}

.txt table tr:nth-child(1) td:nth-child(3),
.txt table th:nth-child(3) {
    width: 50%;
}

@media (max-width: 768px) {

    .txt table {
        min-width: 760px;
        font-size: 14px;
        border-spacing: 8px 0;
    }

    .txt table th,
    .txt table td {
        padding: 11px 12px;
    }

}

.solu_pro_type {
    padding: 7.5rem 0;
}

ul.pro_type_box {
    display: flex;
    gap: 4rem;
}

li.pro_type_ck {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

p.pro_type_tit {
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 600;
}

.pro_type_child {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.62rem;
    display: flex;
}

.pro_type_child>a {
    background: #999c9d;
    color: #fff;
    padding: 1.25rem;
    gap: 1.25rem;
    height: 5rem;
    min-width: 26.25rem;
    display: flex;
    align-items: center;
    border-radius: .5rem;
    font-size: 1.125rem;
    line-height: 1.8rem;
    font-weight: 600;
}

.pro_type_child>a:hover {
    background-color: #707273;
}

li.pro_type_ck+li .pro_type_child>a {
    background: #33b0c6;
}

li.pro_type_ck+li .pro_type_child>a:hover {
    background-color: #0C9CAB;
}

.pro_type_child img {
    width: 2.5rem;
    height: 2.5rem;
}

.pro_type_child .icon-area {
    display: flex;
    align-items: center;
    border-radius: 100%;
    flex-shrink: 0;
    flex-grow: 1;
    width: 1.875rem;
    height: 1.875rem;
    justify-content: flex-end;
}

.pro_type_child .icon-area:before {
    content: '';
    width: 1.875rem;
    height: 1.875rem;
    display: block;
    background-position: center center;
    background-size: contain;
    background-image: url(/src/img/icon_arrow_right_wh.svg);
}

/* 可持续 */
.sustain-box {
    padding: 5% 0 6.5%;
}

.sust_tit {
    font-size: 3rem;
    color: #000000;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 4%;
}

.sustain-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6vw;
}

.sustain-box ul li {
    width: calc((100% - 12vw) / 3);
}

.sustain-box ul li .Limg_cov {
    padding-bottom: 67%;
    border-radius: .625rem;
}

.sustain-box ul li p {
    font-size: 1.125rem;
    color: #000;
    line-height: 167%;
    margin-top: 8%;
    cursor: pointer;
}

.sustain-box ul li:hover img {
    transform: scale(1.05);
}

.sustain-box ul li p:hover {
    color: var(--li);
}

.sticky-area-tit {
    display: flex;
    padding-top: 7.5rem;
    align-items: center;
}


.title-h1 {
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 3.5rem;
    color: #171819;
    width: 22.8125rem;
}

.tab-category {
    width: 100%;
    gap: 0.44rem;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    height: fit-content;
    position: relative;
}

.sticky-area-tit .tab-cate-wrap.new .tab a {
    display: block;
    width: 12.5rem;
    line-height: 3.5rem;
    border-radius: 0.25rem;
    font-size: 1.25rem;
    min-width: 6.875rem;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    appearance: none;
    cursor: pointer;
    color: #555758;
    background-color: #f3f5f7;
}

.tab-cate-wrap.new .tab-category>li.on>a {
    color: #fff;
    background: #171819;
}

.tab-content-box .tab-content {
    display: block;
    font-size: 1.5rem;
    line-height: 2.25rem;
}

[class^="content-item"] {
    padding: 6.5rem 0;
    width: 100%;
    overflow: hidden;
}

.sticky-area [class^="content-item"]:nth-of-type(1) {
    padding-top: 5rem;
}

.sticky-area .side-sticky {
    position: sticky;
    top: 5rem;
    height: fit-content;
    width: 100%;
    margin-inline: auto;
    z-index: 4;
}

.sticky-area .side-sticky .side-list {
    position: absolute;
    top: 5rem;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.sticky-area .side-sticky .side-list.end {
    top: -200px;
}

.sticky-area .side-sticky .side-list>li {
    width: fit-content;
    pointer-events: all;
    padding-block: 0.5rem;
}

.sticky-area .side-sticky .side-list>li>a {
    font-size: 1.125rem;
    line-height: 1.8rem;
    color: #666;
    font-weight: 300;
    transition: all .5s ease;
}

.sticky-area .side-sticky .side-list.white>li>a {
    color: #B4B8BA;
}

.sticky-area .side-sticky .side-list>li>a.active {
    font-weight: 700;
    color: #000000;
}

.sticky-area .side-sticky .side-list.white>li>a {
    color: #fff;
}


.sticky-area [class^="content-item"] .content-wrap {
    padding-left: 22.81rem;
}

.bg-navy {
    background-color: #242D36 !important;
}

h2.title-h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 3rem;
    color: #171819;
}

.title-h2+.title-desc,
.title-desc+.title-desc {
    margin-top: 1.25rem;
}

p.title-desc {
    font-size: 1.125rem;
    line-height: 167%;
    color: #000;
}

[class^="content-item"] .content-sect {
    padding-top: 2.5rem;
}

.prod-visual-wrap {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding-top: 2.5rem;
}

.prod-visual {
    margin-right: -15rem;
    text-align: right;
}

.prod-visual img {
    width: 100%;
}

.prod-features {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}

.prod-features>li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 20rem;
    height: 20rem;
    padding: 2.5rem;
    text-align: center;
    border-radius: 50%;
    background-color: #f3f5f7;
}

.prod-features>li>.img1 {
    width: 5rem;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-features.col4>li {
    width: 16.25rem;
    height: 16.25rem;
}

.prod-features>li>.img1 img {
    max-height: 100%;
    object-fit: contain;
}

.prod-features>li>.tit {
    font-weight: 500;
    color: #171818;
    font-size: 1.125rem;
    line-height: 133%;
    margin: 1.25rem 0 .5rem;
}

.prod-features>li>span {
    display: block;
    font-weight: 400;
    color: #545657;
    font-size: 0.875rem;
    line-height: 1.4rem;
}

/* 浓缩型电池 */
.pro_advantage {
    margin-top: 11%;
    border: 2px solid #e1e6ea;
    padding: 0 3%;
    border-radius: .5rem;
}

.pro_advantage .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #e1e6ea;
    padding: 5% 7% 5% 0;
    font-size: 1.125rem;
    line-height: 167%;
}

.pro_advantage .items:last-child {
    border: none;
}

.pro_advantage .adv_name {
    color: #000000;
    font-weight: 400;
    margin-bottom: .5rem;
}

.pro_advantage .items p {
    color: #666;
}

.pro_advantage .items p:before {
    content: '';
    background: var(--li);
    width: .25rem;
    height: .25rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
}

.tech_name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 4%;
}

.tech_name.blue {
    color: var(--li);
}

.tech_name.green {
    color: var(--li1);
}

.tech_box {
    display: flex;
    flex-wrap: wrap;
    padding: 3% 0;
    gap: 1rem;
}

.tech_box .tech_lis {
    width: calc((100% - 1rem) / 2);
    background: #fff;
    padding: 3% 4%;
    border-radius: 1.25rem;
    font-size: 1.125rem;
    line-height: 133%;
}

.tech_box .tech_lis .img2 {
    width: 5.2rem;
    height: 5.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech_box .tech_lis .img2 img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.tech_box .tech_lis b {
    color: #000000;
    font-weight: 700;
    display: block;
    margin: 5% 0;
}

.tech_box .tech_lis p {
    color: #666666;
    line-height: 133%;
}

/*end */
.ncm_items_box {
    display: flex;
    gap: 1.25rem;
    margin: 5rem 0 2.5rem;
}

.ncm_items_box .item {
    width: calc((100% - 2.5rem) / 3);
    background-repeat: no-repeat;
    background-color: #f3f5f7;
    font-size: 1rem;
    line-height: 133%;
    color: #545657;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    height: 11.625rem;
    padding: 1.25rem;
    border-radius: 0.5rem;
}

.ncm_items_box .item img {
    width: 7rem;
    height: 6rem;
    flex-shrink: 0;
}

.ncm_items_box .item .tit {
    display: flex;
    align-items: flex-end;
    gap: .5rem;
    color: #171818;
    font-weight: 600;
    line-height: 3rem;
}

.ncm_items_box .item .text-ys {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0.625rem;
    min-height: 3.25rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #545657;
}

.ncm_items_box .item .tit b {
    font-size: 2rem;
}

.ncm_items_box .item .text-ys .arrow {
    font-weight: 600;
    color: #171818;
    position: relative;
}

.ncm_items_box .item .text-ys .arrow::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translate(50%, -50%);
    display: block;
    width: 0.938rem;
    height: 0.9375rem;
    background-image: url(/src/img/pmtl_mat_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

.lfp_boxs .item {
    width: calc((100% - 1.125rem) / 2);
}

.lfp_boxs .item .text-ys {
    flex-direction: row;
    justify-content: flex-start;
    gap: 2.5rem;
    min-height: unset;
}

img.ncm_pro {
    display: block;
    margin: auto;
}

.chemical {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-top: 2.5rem;
}

.chemical .chemi_lis {
    width: calc((100% - 3rem) / 3);
    background: #fff;
    padding: 3rem 2.5rem;
    border-radius: .5rem;
}

.chemical .xtx_ico {
    display: flex;
    position: relative;
}

.chemical .xtx_ico span {
    width: 6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    overflow: hidden;
    background: transparent;
    position: relative;
}

.chemical .xtx_ico span:nth-of-type(n+2) {
    margin-left: -20px;
    mix-blend-mode: multiply;
}

.chemical .xtx_ico span:nth-of-type(3) {
    mix-blend-mode: luminosity;
}

.chemical .xtx_ico span:after {
    content: attr(date-txt);
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-weight: 300;
}

.chemical .xtx_ico span:nth-of-type(1) {
    background: #3f79f7;
}

.chemical .xtx_ico span:nth-of-type(2) {
    background: #39b379;
    mix-blend-mode: multiply;
}

.chemical .xtx_ico span:nth-of-type(3) {
    background: #bac8d1;
}

.chemical .xtx_ico span:nth-of-type(3)::after {
    right: auto;
    left: 5px;
}

.chemical .chemi_lis .name {
    font-size: 1.125rem;
    color: #000000;
    font-weight: 500;
    margin: 10% 0;
}

.chemical .chemi_lis .ch_word {
    display: flex;
    flex-direction: column;
    font-size: 1.125rem;
    color: #666666;
    line-height: 133%;
    gap: 1.125rem;
}

.chemical .chemi_lis .ch_word p {
    padding-left: .8rem;
    position: relative;
}

.chemical .chemi_lis .ch_word p:before {
    content: '';
    position: absolute;
    width: .25rem;
    height: .25rem;
    background: #666;
    border-radius: 50%;
    left: 0;
    top: .5rem;
}

/* ncm_end */
.industry-box {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-bottom: 3rem;
}

.industry-box .box-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
    width: calc(50% - (1.25rem / 2));
    padding: 1.875rem;
    border-radius: 1rem;
    background-color: #fff;
    color: #171818;
    border: 4px solid #fff;
    transition: all .5s ease;
}

[class^="content-item"][data-bgtype="dark"] .title-h2 {
    color: #fff !important;
}

.industry-box .box-link p {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2rem;
}

.industry-box .box-link .Limg_con {
    padding-bottom: 40%;
}

.industry-box .box-link:hover {
    border-color: var(--li);
}

.prode_open {
    text-align: center;
    color: #3f79f7;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: none;
}

.content-box .btn-wrap {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin: 7rem 0 3rem;
}

.btn-wrap a {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 2rem;
    min-width: 26.25rem;
    padding: 0rem 2.5rem;
    height: 5.5rem;
    border-radius: 0.5rem;
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    border: 1px solid #ffffff;
    color: #fff;
    cursor: pointer;
}

.btn-wrap a .icon-area {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.btn-wrap a .icon-area svg {
    width: 50%;
    height: auto;
}

.btn-wrap a .icon-area * {
    fill: #333;
}

.btn-wrap a:hover {
    background: #fff;
    color: #242d36;
}

.btn-wrap a:hover .icon-area {
    background: #242d36;
}

.btn-wrap a:hover .icon-area * {
    fill: #fff;
}

.open_element .industry-box .box-link:nth-child(n+7) {
    display: none;
}

.open_element .prode_open {
    display: block;
}

.checkbox input[type="checkbox"]+label {
    display: flex;
    gap: calc(8 / 16 * 1rem);
    align-items: flex-start;
}

.checkbox input[type="checkbox"]+label .custom-checkbox {
    width: calc(24 / 16 * 1rem);
    height: calc(24 / 16 * 1rem);
    border: 2px solid #c9ced0;
    border-radius: 0.25rem;
    position: relative;
    min-width: 1.5rem;
    cursor: pointer;
}

.checkbox input[type="checkbox"]:checked+label .custom-checkbox {
    background-color: #171818;
    border-color: #171818;
}

.checkbox input[type="checkbox"]:checked+label .custom-checkbox::after {
    content: "";
    display: block;
    width: calc(20 / 16 * 1rem);
    height: calc(20 / 16 * 1rem);
    background: url(/src/img/icon_check_wh.svg) no-repeat center center / contain;
    position: absolute;
    left: calc(0 / 16 * 1rem);
    top: calc(0 / 16 * 1rem);
}

.terms-chk-wrap .terms-wrap .terms-item .checkbox input {
    display: none;
}

.checkbox input[type="checkbox"]+label .txt-group {
    font-size: 1rem;
    font-weight: 300;
    color: #171818;
    line-height: 133%;
}

.condensed .prod-features {
    margin: 0;
}

/* con1 */
.con1 {
    background: #ecf3f8;
    padding: 7.5rem 0;
}

.con1 .btn-wrap {
    display: flex;
    justify-content: center;
}

.con1 .btn-wrap a {
    background: #fff;
    color: #171818;
    border-color: #171818;
}

.con1 .btn-wrap a .icon-area {
    background: #171818;
}

.con1 .btn-wrap a .icon-area * {
    fill: #fff;
}

.con1 .btn-wrap a:hover {
    background: #171818;
    color: #fff;
}

.con1 .btn-wrap a:hover .icon-area {
    background: #fff;
}

.con1 .btn-wrap a:hover .icon-area * {
    fill: #171818;
}


/* re1 */
.rel_wored {
    padding: 7rem 0 8rem;
}

.rel_tit {
    font-size: 2.5rem;
    font-weight: 700;
}

.rel_info {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 3.75rem;
}

.re_1 ul {
    width: calc((100% - 1rem) / 2);
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.re_1 ul li {
    border-radius: .625rem;
    border: 2px solid #e2e7ea;
    height: calc((100% - 1rem) / 2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 3.75rem;
}

.re_1 .r_img {
    width: calc((100% - 1rem) / 2);
    border-radius: .625rem;
    border: 2px solid #e2e7ea;
    overflow: hidden;
}

.re_1 .r_img .Limg_cov {
    padding-bottom: 75%;
}

.rel_wored ul li>img {
    max-width: 6.5rem;
    height: auto;
}

.rel_wored ul li .l {
    width: calc(100% - 7rem);
    max-width: 21rem;
}

.rel_wored ul li .t {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.rel_wored ul li .insf {
    font-size: 1.125rem;
    color: #666666;
    line-height: 167%;
}

/*re2*/

.re_2 .center {
    background-image: url(/src/img/re2-1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

.re_2 ul.flex {
    gap: 5rem;
}

.re_2 ul.flex li {
    width: calc((100% - 2rem) / 2);
    border-radius: .625rem;
    border: 2px solid #e2e7ea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 3.75rem;
    background: #fff;
    min-height: 16rem;
}

.re_2 ul.flex li+li {
    margin-left: auto;
}

/*re3 || 5*/
.re_5 ul,
.re_3 ul {
    gap: 1.25rem;
}

.re_5 ul li,
.re_3 ul li {
    width: calc((100% - 2.5rem) / 3);
    border-radius: .625rem;
    border: 2px solid #e2e7ea;
    position: relative;
}

.re_5 ul li:not(:nth-child(2)),
.re_3 ul li:not(:nth-child(2)) {
    padding: 4rem 4.5rem;
}

.re_5 ul li .Limg_cov,
.re_3 ul li .Limg_cov {
    padding-bottom: 110%;
    border-radius: .625rem;
}

.re_5 ul li .l,
.rel_wored .re_3 ul li .l {
    width: 100%;
    margin-top: 2.5rem;
}

.re_3 ul li:nth-child(1):before {
    content: '';
    position: absolute;
    right: -2%;
    bottom: 17%;
    background: url(/src/img/re3-2.png);
    width: 60px;
    height: 31px;
}

.re_3 ul li:nth-child(3):before {
    content: '';
    position: absolute;
    left: -2%;
    bottom: 17%;
    background: url(/src/img/re3-3.png);
    width: 60px;
    height: 31px;
}

/*re4*/
.re_4 {
    background: url(/src/img/re4-1.jpg) center top no-repeat;
    padding-top: 12rem;
}

.re_4 li {
    width: 31%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2.5rem;
    box-shadow: none !important;
}

.rel_wored li {
    transition: all .5s ease;
}

.rel_wored li:hover {
    box-shadow: 0 0 10px #e2e7ea;
    cursor: pointer;
}

/*re6*/
.re_6 .flex {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.re_6 .flex li {
    width: calc((100% - 1rem) / 2);
    border-radius: .625rem;
    border: 2px solid #e2e7ea;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.75rem;
    flex-direction: row-reverse;
}

.re_6 .flex li:last-child {
    width: 100%;
    padding: 0;
}

.re_6 .flex li:last-child .Limg_cov {
    padding-bottom: 37%;
    width: 100%;
    border-radius: .625rem;
}

.video_ul {
    padding: 7.5rem 0;
}

.video_ul ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.video_ul ul li {
    width: calc((100% - 4rem) / 3);
    background: #eee;
    padding-bottom: 1rem;
}

.video_ul ul li .Limg_cov {
    padding-bottom: 66%;
}

.video_ul ul li .box_name {
    margin-top: 1rem;
    text-align: center;
    font-size: 1.125rem;
}

.video_ul ul li:hover .box_name {
    color: var(--li);
}

.video_ul ul li:hover img {
    transform: scale(1.05);
}

/* faq */
.faq_top {
    padding: 1rem 0 0;
}

.faq_top h3 {
    font-size: 2.75rem;
    font-weight: 700;
    margin-top: 5rem;
    margin-bottom: 3.75rem;
}

.search-box-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem 0 5rem 0;
}

.search-box {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 2.5rem;
    width: 37.5rem;
    background-color: transparent;
    height: 3rem;
    border-radius: 999px;
    padding: 1rem 1rem 1rem 2rem;
}

button.btn-search {
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 2.5rem;
    padding: 0.5rem;
    border-radius: 999px;
    transition: all ease 0.4s;
    display: flex;
}

button.btn-search img {
    width: 3rem;
    height: 3rem;
    max-width: max-content;
}

.search-box input#question {
    font-size: 2rem;
    line-height: 3rem;
    width: 100%;
    border: none;
    background-color: transparent;
    color: #171819;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    order: 2;
}

.search-box input::-webkit-input-placeholder {
    color: #b4b8ba;
    font-size: 2rem;
    line-height: 3rem;
}

.search-box input:focus-visible {
    outline: none;
}

.faq_nav {
    border-bottom: 1px solid #c9ced0;
}

ul.faq_box {
    display: flex;
    gap: 60px;
}

ul.faq_box a {
    font-size: 1.25rem;
    line-height: 1.875rem;
    font-weight: 500;
    color: #707273;
    position: relative;
    padding: 1rem 0.62rem;
    white-space: nowrap;
    display: block;
}

ul.faq_box a:after {
    content: '';
    height: 0.25rem;
    width: 100%;
    display: inline-block;
    background-color: #121212;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

ul.faq_box a.active {
    color: #171818;
    font-weight: 600;
}

ul.faq_box a.active:after {
    opacity: 1;
}

.faq_word {
    background: #f3f5f7;
    padding: 3.75rem 0 15rem;
}

.faq_word .center {
    display: flex;
    flex-direction: column;
}

.num_total {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    margin: 3.75rem 0 1.88rem;
}

.num_total span {
    color: var(--li);
}

.accordion-list {
    border-radius: .5rem;
    background: #fff;
    border: 2px solid #fff;
}

.accordion-list:not(:last-child) {
    margin-bottom: 1.25rem;
}

.accordion-list .accordion-btn {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.88rem 3rem 1.88rem 2.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}

.accordion-list.on .accordion-btn {
    padding: 2.5rem 3rem 0 2.5rem;
}

.accordion-list.on {
    border-color: var(--li);
    padding-bottom: 2.5rem;
}

.accordion-list .accordion-content {
    display: none;
    margin: 2.5rem 2.5rem 0;
    background: #fff;
    border-radius: 0.5rem;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    margin-left: 6.5rem;
    text-align: left;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    color: #545657;
    overflow: hidden;
}

.acd-group {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.accordion-list .accordion-btn:after {
    content: "";
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    background: url(/src/image/icon_accord_plus.svg) no-repeat center center / contain;
    position: absolute;
    right: 2.8rem;
    top: 50%;
    transform: translateY(-50%);
}

.accordion-list.on .accordion-btn:after {
    background-image: url(/src/image/icon_accord_minus.svg);
}

.accordion-list .accordion-btn .acd-group .acd-icon {
    color: var(--li);
    font-weight: 500;
    font-size: 2rem;
    line-height: 3rem;
    width: 1.5rem;
}

.accordion-list .accordion-btn .align-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.accordion-list .accordion-btn .sub-tit {
    padding-right: 0;
    width: revert;
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0.25rem;
    color: #858889;
}

.accordion-list .accordion-btn .acd-tit {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 2rem;
    color: #171818;
}

.accordion-list.on .accordion-btn .acd-tit {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.25rem;
    color: var(--li);
}

/* 下载 */
ul.downolad_box {
    display: flex;
    gap: .625rem;
}

ul.downolad_box a {
    display: flex;
    padding: 0.7rem 2.5rem;
    border: 1px solid #171819;
    font-size: 1.125rem;
    line-height: 1.575rem;
    border-radius: 6.25rem;
    color: #171819;
    font-weight: 500;
}

ul.downolad_box a.active {
    background-color: #171819;
    color: #fff;
    font-weight: 500;
    border: 1px solid #171819;
}

.down_bottom {
    padding: 0 0 15rem;
}

.down_bottom .center {
    display: flex;
    flex-direction: column;
}

.download-list>li {
    position: relative;
    display: flex;
    gap: 2.5rem;
    border-bottom: 1px solid #c9ced0;
}

.download-list>li:first-child:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.download-list .checkbox {
    padding-left: 2.5rem;
    display: flex;
    align-items: center;
}

.download-list .checkbox input {
    width: 0;
    height: 0;
}

ul.download-desc {
    flex-grow: 1;
}

.download-desc>li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2.5rem;
    padding: 1.88rem 2.5rem;
}

.download-desc .desc-tit-wrap {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.download-desc .tab-cont-name {
    width: 5.19rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5625rem;
    color: #555758;
}

.download-desc .download-tit {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #171819;
    font-weight: 500;
}

.btn-download {
    display: flex;
    align-items: center;
    gap: .62rem;
    padding: .625rem 1.25rem;
    height: 2.75rem;
    border-radius: .5rem;
    background-color: #F3F5F7;
    color: #555758;
    font-size: 0.875rem;
}

.btn-download .icon-download {
    width: 1.5rem;
    height: 1.5rem;
    background: url(/src/image/icon_download.svg) center / contain no-repeat;
}

.btn-download:hover .icon-download,
.checkbox:has(input[type="checkbox"]:checked)+.download-desc .btn-download .icon-download {
    background-image: url(/src/image/icon_download_wh.svg);
}

.btn-download:hover,
.checkbox:has(input[type="checkbox"]:checked)+.download-desc .btn-download {
    background-color: var(--li);
    color: #fff;
}

.down_bottom .btm-btn {
    display: flex;
    justify-content: center;
    margin-top: 3.75rem;
}

.down_bottom .btm-btn .icon-download {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.75rem;
    min-width: 22.5rem;
    padding: 1.25rem 2.5rem;
    height: 4.25rem;
    border-radius: 0.5rem;
    width: auto;
    color: #171818;
    border: 1px solid #171818;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.25rem;
    background: transparent;
    cursor: pointer;
    font-weight: 500;
    font-family: "Noto Sans SC", sans-serif;
}

.down_bottom .btm-btn .icon-download:disabled {
    border-color: #b4b8b9;
    color: #b4b8b9;
}

.down_bottom .btm-btn .icon-download:hover {
    color: #fff;
    background: #171818;
}

.down_bottom .btm-btn .icon-download .icon-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 100%;
    flex-shrink: 0;
    background-color: #171818;
}

.down_bottom .btm-btn .icon-download .icon-area svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
}

.down_bottom .btm-btn .icon-download:disabled .icon-area {
    background-color: #C9CED1;
}

.down_bottom .btm-btn .icon-download:hover .icon-area {
    background-color: #fff;
}

.down_bottom .btm-btn .icon-download:disabled .icon-area svg {
    fill: #fff;
}

.down_bottom .btm-btn .icon-download:hover .icon-area svg {
    fill: #171818;
}

@media only screen and (min-width:769px) {
    .join-ul li .join_info p:nth-of-type(2n) {
        border: 1px solid #cccccc;
        border-style: none solid;
        margin: 0 .8rem;
        padding: 0 .8rem;
    }
}

@media only screen and (max-width:768px) {
    br {
        display: none;
    }

    .nei_banner img,
    .nei_banner video {
        height: 200px;
        object-fit: cover;
    }

    .nei_banner {
        margin-top: 70px;
    }

    .ab_one {
        padding: 50px 0;
    }

    .nei_banner .nei_txt {
        text-align: center;
        width: 100%;
        padding: 0 3%;
    }

    .nei_banner .nei_txt .n_ban_tit {
        font-size: 2rem;
    }

    .w1800-swiper .swiper.img-swiper {
        width: 100%;
        margin: 0 0 0 auto;
    }

    .solu-box {
        padding: 3rem 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .solu-box:before {
        opacity: 0;
    }

    .solu-box .txt-swiper {
        max-width: 100rem;
        width: 100%;
    }

    .solu-box .center {
        position: static;
        transform: none;
    }

    .solu-box .txt-swiper .solu_name {
        font-size: 1.75rem;
        margin-top: 2rem;
    }

    .solu-box .txt-swiper .solu_info {
        margin: 2rem 0 3rem;
    }

    .rdbox li {
        padding: 0 5%;
        flex-direction: column;
    }

    .rdbox li:before {
        width: 100%;
        padding-top: 24px;
        font-size: 36px;
    }

    .rdbox li .rd_txt {
        padding: 24px 0;
        border-left: none;
        width: 100%;
        padding-left: 0;
    }

    .rdbox li .rd_word {
        width: 100%;
    }

    .rdbox li .rd_txt img {
        position: absolute;
        right: 5%;
        top: 5%;
        width: 3rem;
    }

    .rdbox li .rd_word .rd_info {
        font-size: 1.5rem;
        margin: .8rem 0 1.5rem;
    }

    .rdbox li .rd_word .rd_title {
        font-size: 14px;
    }

    .selectbox-wrap>div {
        display: none;
    }

    .selectbox-wrap>div:last-child {
        display: block;
    }

    .selectbox-wrap>div.select-cate button {
        display: none;
    }

    .prod-features,
    .select-menu {
        width: 100%;
        position: static;
        display: flex;
        padding: 0 3%;
        gap: .5rem;
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 3px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .prod-features::-webkit-scrollbar,
    .select-menu::-webkit-scrollbar {
        height: 2px;
    }

    .prod-features ::-webkit-scrollbar-thumb,
    .select-menu::-webkit-scrollbar-thumb {
        background: #babbbc;
        border-radius: 0;
    }

    .prod-features::-webkit-scrollbar-track,
    .select-menu::-webkit-scrollbar-track {
        background: transparent;
    }

    .prod-features.scroll-show,
    .select-menu.scroll-show {
        scrollbar-width: thin;
    }

    .selectbox-wrap {
        width: 100%;
        padding-top: 2rem;
        height: auto;
        display: block;
    }

    .selectbox-wrap>div.select-cate::after {
        display: none;
    }

    .page-map-wrap {
        position: relative;
    }

    .select-menu>li>a {
        display: block;
        width: 100%;
        min-width: 9rem;
        padding: 0.85rem 1.25rem;
        border-radius: 0.125rem;
        background: #F3F5F7;
        font-size: 1.15rem;
        line-height: 1.8rem;
        font-weight: 400;
        color: #555758;
        white-space: nowrap;
        text-align: center;
    }

    .select-menu>li>a.active {
        background: #000;
        font-weight: 500;
    }

    .nei_banner .n_ban_tc {
        font-size: 14px;
    }

    .sticky-area-tit {
        padding-top: 0;
    }

    .title-h1 {
        display: none;
    }

    .sticky-area [class^="content-item"] .content-wrap {
        padding-left: 0;
    }

    .sticky-area .side-sticky {
        display: none;
    }

    .sticky-area [class^="content-item"]:nth-of-type(1) {
        padding-top: 2.5rem;
    }

    [class^="content-item"] {
        padding: 3.7rem 0;
    }

    .prod-visual-wrap {
        padding-top: 0;
    }

    .prod-features>li {
        flex-shrink: 0;
    }

    .prod-features {
        gap: 1.8rem;
        margin-top: 3.7rem;
    }

    .industry-box .box-link {
        width: 100%;
    }

    .content-box .btn-wrap {
        margin: 3.7rem 0;
        flex-wrap: wrap;
    }

    .news_wotbox {
        padding: 2.5rem 0 3.7rem;
    }

    .news_wotbox .news_tit {
        font-size: 1.75rem;
        margin-bottom: 0;
    }

    .news_wotbox .flex {
        align-items: flex-start;
        gap: 1rem;
        flex-direction: column-reverse;
        margin: 1.5rem 0 1rem;
    }

    .prod-visual {
        margin-right: -5rem;
    }

    .pro_advantage {
        margin-top: 3.7rem;
    }

    .pro_advantage .items {
        padding: 1.5rem .8rem;
        font-size: 1.25rem;
        gap: .8rem;
        flex-wrap: wrap;
    }

    .pro_advantage .items .left {
        width: 100%;
        order: 2;
        font-size: 1rem;
        line-height: 167%;
    }

    .pro_advantage .adv_name {
        font-size: 1.15rem;
    }

    .pro_advantage .items img {
        width: auto;
        height: 4rem;
    }

    .chemical .chemi_lis {
        width: 100%;
    }

    .chemical .chemi_lis .name {
        margin: 8% 0 4%;
    }

    .chemical .chemi_lis .ch_word {
        gap: .5rem;
    }

    .ncm_items_box {
        flex-wrap: wrap;
        max-width: 370px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .ncm_items_box .item {
        width: 100%;
        padding: 2rem;
        padding-left: 11rem;
    }

    h2.title-h2 {
        font-size: 1.75rem;
    }

    p.title-desc {
        font-size: 1rem;
    }

    [class^="content-item"] .content-sect {
        padding-top: 2rem;
    }

    .title-h2+.title-desc,
    .title-desc+.title-desc {
        margin-top: 1rem;
    }

    .tech_box .tech_lis {
        width: 100%;
        padding: 2rem 1.5rem;
        font-size: 1rem;
    }

    .tech_box .tech_lis .img2 {
        width: 3rem;
        height: 3rem;
    }

    .news_wotbox .h_news li .Limg_cov {
        width: 100%;
        padding-bottom: 50%;
    }

    .news_wotbox .h_news li .txc {
        width: 100%;
        gap: 1rem;
        padding: 1rem 0;
    }

    .news_text_word {
        background-color: #fff;
        padding: 2rem 0 5rem;
    }

    .news_text_word .center {
        padding: 0rem;
    }

    .news_text_word .new_tt {
        font-size: 1.4rem;
        line-height: 150%;
    }

    .news_flex {
        padding: 1.5rem 0;
    }

    .new_sainfo {
        width: 100%;
        background-color: #F3F5F7;
        padding: 1.25rem;
        border-radius: 0.625rem;
        margin: 1.25rem 0;
        color: #171819;
        font-size: 1.15rem;
        line-height: 150%;
    }

    .com_one .flex .left {
        width: 100%;
        margin-bottom: 2rem;
    }

    .com_one .flex .right {
        width: 100%;
    }

    .com_one {
        padding: 3rem 0;
    }

    .com_one .flex .left .com_tit {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }

    .com_one .flex .left .com_txt {
        gap: 1.25rem;
    }

    .com_two .left {
        width: 100%;
    }

    .com_two .right {
        width: 100%;
    }

    .com_two .right .com_tit {
        font-size: 1.75rem;
        margin: 2rem 0 1.25rem;
    }

    .com_two .right .com_txt {
        gap: 1.25rem;
    }

    .com_three,
    .com_two {
        padding: 3rem 0;
    }

    .com_three .com_tit {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }

    .com_three ul.com_ul li {
        width: 100%;
        padding: 2rem 1rem;
    }

    .com_three ul.com_ul li .com_info {
        font-size: 1.4rem;
        margin: 1.25rem 0;
        width: 100%;
        line-height: 133%;
    }

    .com_three ul.com_ul li .com_txt {
        gap: .8rem;
        transform: none;
        opacity: 1;
        font-size: 1.1rem;
    }

    .add_swiper {
        width: 100%;
        transform: none;
        margin: 3rem 0;
    }

    .add_ul .point .txt {
        display: none;
    }

    .add_swiper .add-tit {
        font-size: 1.4rem;
        margin-bottom: 1.25rem;
    }

    .add_swiper .add-txt {
        gap: 1.1rem;
        font-size: 1.15rem;
    }

    .add_buttom .icon {
        border-width: 1px;
    }

    .business_one .e_html-5 {
        margin-top: 4rem;
    }

    .join-ul li .join_title {
        margin: 1.25rem 0 0;
    }

    .join-ul>li {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .join-ul li .join_name {
        font-size: 1.25rem;
    }

    .join-ul li .join_name span {
        font-size: 1.125rem;
    }

    .join-ul li .join_info {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1rem;
        gap: .5rem;
        flex-direction: column;
        font-size: 1rem;
    }

    .join-ul li .join_info i.icon {
        display: none;
    }

    .join_text {
        padding: 1rem;
        margin-top: 1.25rem;
        font-size: 1.2rem;
    }

    .join_text h3 {
        margin: 1rem 0;
    }

    .join_text p {
        font-size: 14px;
    }

    .join_text ul {
        margin-bottom: 10px;
    }

    .con-box1 {
        padding: 3rem 0;
    }

    .con-box1 .con_tit {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }

    .con-box1 .flex p,
    .con-box1 .flex p a {
        font-size: 1.125rem;
        color: #000000;
        line-height: 133%;
    }

    .con-box1 .flex p {
        margin: 0 0 1rem;
    }

    .con-box1 .maps {
        padding-bottom: 75%;
        margin-top: 3rem;
    }

    .con-box2 {
        padding: 3rem 0;
        background-size: auto 145%;
        background-repeat: no-repeat;
        background-color: #e0e3e7;
        background-position: center top;
    }

    .con-box2 .con_left_box {
        font-size: 1.65rem;
        line-height: 133%;
        width: 100%;
        padding-top: 0;
    }

    .con-box2 .con_right {
        width: 100%;
        margin: 3rem 0;
    }

    .Message_Form .e_textarea-67 {
        width: 100%;
    }

    .Message_Form button.btn-primary {
        position: static;
        margin-left: auto;
        margin-right: auto;
    }

    .tech_box {
        padding: 1.5rem 0;
    }

    .news_wotbox .search_newsbox {
        width: 26rem;
        height: 4rem;
    }

    .sustain-box {
        padding: 3rem 0;
    }

    .sust_tit {
        font-size: 1.75rem;
        margin-bottom: 2rem;
    }

    .sustain-box ul li {
        width: 100%;
    }

    .sustain-box ul li p {
        font-size: 1.15rem;
        margin-top: 1rem;
        cursor: pointer;
    }

    .Message_Form>div .form_left>div {
        width: 100%;
    }

    .Message_Form>div .form_left {
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .solu-box .txt-swiper .add_buttom {
        margin-top: 0;
    }
}