html{
    scroll-padding: 100px 0;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

video {
    display: block;
}

/* 图片放大镜 */
.image-lightbox {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.image-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.lightbox-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
}

.lightbox-img {
    max-width: 100%;
    max-height: 90vh;
    display: block;
}

.lightbox-close {
    position: absolute;
    right: -40px;
    top: -40px;
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 36px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
}

img {
    max-width: 100%;
    width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: #000;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

@font-face {
    font-family: "iconfont";
    /* Project id 5159657 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1779255350770') format('woff'),
        url('iconfont.ttf?t=1779255350770') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-folder-open:before {
    content: "\e61a";
}

.icon-dizhi:before {
    content: "\e628";
}

.icon-xinlangweibo:before {
    content: "\e603";
}

.icon-qqkongjian:before {
    content: "\e80f";
}

.icon-qidong:before {
    content: "\e6b0";
}

.icon-zanting:before {
    content: "\e87a";
}

.icon-lujingbeifen3:before {
    content: "\e66f";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-yidongduancaidanlan:before {
    content: "\e69c";
}

.icon-fanhuidingbu:before {
    content: "\e65c";
}

.icon-Youtube:before {
    content: "\e62d";
}

.icon-linkedin1:before {
    content: "\e6fc";
}

.icon-tuite:before {
    content: "\e601";
}

.icon-diqiu:before {
    content: "\e642";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}



.fs46 {
    font-size: 46px;
}

.fs40 {
    font-size: 40px;
}

.fs36 {
    font-size: 36px;
}

.fs26 {
    font-size: 26px;
}

.fs24 {
    font-size: 24px;
}

.fs20 {
    font-size: 20px;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

:root {
    --main-color: #D00718;
}

.navBox {
    position: relative;
    background-color: #fff;
}

.navBox.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1744px;
    margin: 0 auto;
    width: 95%;
    position: relative;
}

.nav_right {
    display: flex;
    align-items: stretch;
    padding-top: 30px;
    padding-bottom: 16px;
}

.nav_right>.active {
    color: var(--main-color);
    position: relative;
}

.nav_right>.active>a {
    color: var(--main-color);
}

.nav_right>.active::after {
    content: '';
    width: 70px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translateX(-50%);
    background-color: var(--main-color);
}

.nav_right>div {
    position: relative;
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.nav_right>div.has-submenu {
    position: relative;
}

.nav_right>div:hover .nav_right_item {
    color: var(--main-color);
}

.tootip2 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 134%;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 100;
}

.tootip2_item {
    color: #222;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    white-space: nowrap;
    padding: 8px 20px;
    /* 166.667% */
}

.tootip2_item:hover {
    background-color: var(--main-color);
    color: #fff;
}

.tootip2_item:hover a {
    color: #fff;
}

.tootip3_item {
    color: #222 !important;
}

.tootip3_item:hover {
    background-color: var(--main-color);
    color: #fff !important;
}

.nav_right>div:hover .tootip2,
.tootip2:hover {
    opacity: 1;
    visibility: visible;
}

/* 三级菜单 */
.tootip3 {
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 101;
    min-width: 180px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.tootip3_item {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
    padding: 8px 20px;
}

.tootip3_item:hover {
    background-color: var(--main-color);
    color: #fff;
}

/* 二级菜单中有三级菜单的项目 */
.tootip2_item.has-submenu {
    position: relative;
}

.tootip2_item.has-submenu>a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.tootip2_item.has-submenu>a .iconfont {
    font-size: 14px;
}

.tootip2_item.has-submenu:hover>.tootip3 {
    opacity: 1;
    visibility: visible;
}

/* 箭头图标 */
.nav_right .has-submenu .icon-bottom7,
.tootip2_item.has-submenu .icon-bottom7 {
    font-size: 10px;
    margin-left: 4px;
    transition: transform 0.3s ease;
}

.nav_right>div.has-submenu:hover .icon-bottom7 {
    transform: rotate(180deg);
}

.tootip2_item.has-submenu:hover .icon-bottom7 {
    transform: rotate(180deg);
}


.nav .lang {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 18px;
    margin-left: 10px;
    cursor: pointer;
    margin-right: 96px;
}

.lang .icon-diqiu {
    font-size: 24px;
    margin-right: 4px;
}

.lang .icon-bottom7 {
    font-size: 14px;
    margin-left: 13px;
}


.lang {
    position: relative;
    cursor: pointer;
}

.lang_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    margin-top: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 8px 0;
    min-width: 120px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 100;
}

.lang:hover .lang_dropdown,
.lang.active .lang_dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.lang_dropdown li {
    padding: 0 16px;
}

.lang_dropdown li a {
    display: block;
    padding: 8px 0;
    color: #333;
    font-size: 14px;
    transition: color 0.2s;
}

.lang_dropdown li:hover a {
    color: var(--main-color);
}

.shop {
    padding: 8px 28px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    background-color: var(--main-color);
    white-space: nowrap;
}

.nav .searchBtn {
    margin-right: 11px;
    position: relative;
    cursor: pointer;
}

.nav .searchBtn::after {
    content: '';
    width: 1px;
    height: 16px;
    background-color: rgba(34, 34, 34, .5);
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
}

.search_box {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .6);
    padding: 20px 0;
    display: none;
    z-index: 99;
}

.search_box.active {
    display: flex;
}

.search_content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 0 20px;
}

.search_content form {
    display: flex;
    align-items: center;
}

.search_content input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 15px 10px;
    font-size: 16px;
    outline: none;
}

.search_submit,
.search_close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
}

.search_close {
    display: none;
}

.search_box.active .search_close {
    display: block;
}

.footer {
    width: 100%;
    position: relative;
}

.footer::after {
    content: '';
    width: 100%;
    height: calc(100% - 80px);
    background-color: #1A191B;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.footer_banner1 {
    background-color: var(--main-color);
    margin-right: max(calc((100% - 1400px) / 2), 5%);
}

.footer_banner1_con {
    margin-left: max(calc((100vw - 1400px) / 2), 5%);
    padding-top: 27px;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_banner1_con_left_1 {
    color: #FFF;
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
}

.index-only {
    display: none;
}

.other-pages {
    display: block;
}

.index-page .index-only {
    display: block;
}

.index-page .other-pages {
    display: none;
}

.footer_banner1_con_left_2 {
    color: #FFF;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.footer_banner1_con_right {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 7px 34px;
    background-color: #222;
    margin-right: 50px;
    white-space: nowrap;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.footer_banner1_con_right:hover {
    background-color: var(--main-color);
    color: #FFF;
    border: 1px solid #FFF;
}

.footer_banner2 {
    background-color: #1A191B;
    padding-top: 50px;
}

.footer_banner2_con {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    justify-content: space-between;
    display: flex;
    padding-bottom: 42px;
    border-bottom: 1px solid rgba(153, 153, 153, .3);
}

.footer_banner2_con_item_logo {
    margin-bottom: 33px;
    display: block;
}

.footer_banner2_con_item_tel {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 20px;
    word-break: break-word;
}

.footer_banner2_con_item_tel a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.footer_banner2_con_item_tel span {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.footer_banner2_con_item_list {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 23px;
}

.footer_banner2_con_item_list_item {
    width: 40px;
    height: 40px;
    background: #101010;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.footer_banner2_con_item_list_item .iconfont {
    font-size: 16px;
    color: #FFF;
}

.footer_banner2_con_item_list_item:hover {
    background-color: var(--main-color);
}

.footer_banner2_con_item_tit {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    /* 160% */
    text-transform: capitalize;
    margin-bottom: 20px;
}

.footer_banner2_con_link_list {
    display: flex;
    flex-direction: column;
}

.footer_banner2_con_link_list_item {
    color: #D9D9D9;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
}

.footer_banner2_con_link_list_item:hover {
    color: var(--main-color);
}



.footer_form form {
    width: 100%;
    height: auto;
    width: 364px;
}

.footer_form form>div {
    margin-bottom: 7px;
}

.footer_form_ipt1 {
    padding: 10px;
    background: #101010;
    font-size: 14px;
}

.footer_form_ipt1 input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    background: transparent;
}

.footer_form_ipt2 {
    padding: 10px;
    background: #101010;
}

.footer_form_ipt2 textarea {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    background: transparent;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
}

.footer_form_ipt2 textarea::placeholder {
    font-family: Arial, Helvetica, sans-serif;
}


.footer_form_ipt3 {
    position: relative;
    width: 100%;
    background-color: #101010;
    border-radius: 8px;
    padding: 20px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
}



.file-input {
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: 60px;
    opacity: 0;
    cursor: pointer;
    z-index: 10;
}

.file-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 60px;
    cursor: pointer;
    position: relative;
}

.file-text {
    color: #888;
    font-size: 14px;
    font-family: Arial;
    margin-right: 12px;
}

.file-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    color: #666;
    font-size: 18px;
    transition: all 0.3s ease;
    background-color: transparent;
}

.footer_form_ipt3:hover .file-icon {
    /* border-color: var(--main-color); */
    /* color: var(--main-color); */
}

.file-icon .iconfont {
    font-size: 20px;
}

.file-list {
    margin-top: 15px;
    max-height: 150px;
    overflow-y: auto;
    position: relative;
    z-index: 20;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 12px;
    background-color: #1a1a1a;
    border-radius: 6px;
    margin-bottom: 8px;
    transition: background-color 0.3s ease;
}

.file-item:hover {
    background-color: #222;
}

.file-item:last-child {
    margin-bottom: 0;
}

.file-item-info {
    display: flex;
    align-items: center;
    flex: 1;
    overflow: hidden;
}

.file-item-icon {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}

.file-item-icon i {
    color: #fff;
    font-size: 14px;
}

.file-item-details {
    flex: 1;
    overflow: hidden;
}

.file-item-name {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.file-item-size {
    color: #666;
    font-size: 11px;
    margin-top: 2px;
}

.file-item-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: 12px;
}

.file-item-remove {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255, 107, 107, 0.2);
    color: #ff6b6b;
    cursor: pointer;
    font-size: 12px;
    transition: all 0.3s ease;
}

.file-item-remove:hover {
    background-color: #ff6b6b;
    color: #fff;
}

.footer_form_ipt4 {
    display: flex;
    gap: 10px;
}

.footer_form_ipt4_box {
    flex: 1;
    padding: 10px;
    background: #101010;
}

.footer_form_ipt4 input {
    height: 100%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    background: transparent;
}

.footer_form_ipt4 .captcha {
    background-color: #EFE9E9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 114px;
}

.footer_form_ipt5 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    background: var(--main-color);
    color: #fff;
    margin-top: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    cursor: pointer;
    border: none;
    outline: none;
}


.footer_banner3 {
    background-color: #1A191B;
    text-align: center;
    padding: 25px 0;
    color: #999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.footer_banner3 a {
    color: #999;
}

.footer_banner3 a:hover {
    color: var(--main-color);
}

/* public.end */


.banner1 {
    width: 100%;
    margin: 0 auto;
    height: 0;
    padding-bottom: 40.625%;
}

.banner1 .swiper {
    width: 100%;
    position: relative;
}

.banner1 .swiper-slide img {
    width: 100%;
    display: block;
}

.banner1 .swiper-controls {
    position: absolute;
    bottom: 100px;
    left: max(calc((100% - 1400px) / 2), 5%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
    z-index: 2;
}

.banner1 .swiper-controls-top {
    display: flex;
    align-items: center;
    gap: 15px;
}

.banner1 .swiper-current,
.banner1 .swiper-total {
    font-weight: 600;
    font-size: 16px;
}

.banner1 .swiper-pagination {
    width: 100%;
    max-width: 200px;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    position: static;
}

.banner1 .swiper-pagination-progressbar-fill {
    background: #fff;
}

.banner1 .swiper-navigation {
    display: flex;
    gap: 10px;
}

.banner1 .swiper-button-next,
.banner1 .swiper-button-prev {
    color: #fff;
    position: static;
    margin: 0;
}

.banner1 .swiper-button-next:after,
.banner1 .swiper-button-prev:after {
    font-size: 16px;
}

.swiper-slide-info {
    left: max(calc((100% - 1400px) / 2), 5%);
    position: absolute;
    top: 138px;
    max-width: 715px;
}

.banner1_text {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
}

.banner1_msg {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 66px;
    /* 两行溢出省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.btn {
    padding: 7px 32.5px;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background-color: var(--main-color);
    color: #FFF;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid var(--main-color);
    transition: all 0.3s ease;
}

.btn:hover {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

.NumList {
    margin-right: max(calc((100% - 1400px) / 2), 5%);
    display: flex;
    align-items: center;
    padding-left: max(calc((100% - 1400px) / 2), 5%);
    background-color: var(--main-color);
    position: relative;
    transform: translateY(-50%);
    z-index: 2;
}

.NumList_item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 25px;
    padding-top: 30px;
    flex: 1;
}

.NumList_item_left {
    width: 50px;
}

.NumList_item_right_tit {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: capitalize;
}

.NumList_item_right_con {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 4px;
}


.tip {
    color: var(--main-color);
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.tip img {
    width: 28.7px;
    margin-right: 4px;
}

.publicTit {
    color: #222;
    text-align: center;
    font-family: Arial;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
}

.mt13 {
    margin-top: 13px;
}

.w1400 {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

.serviceList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 42px;
    position: relative;
    z-index: 2;
}

.serviceItem {
    position: relative;
    width: calc(50% - 15px);
    overflow: hidden;
}

.serviceItem img {
    width: 100%;
    display: block;
}

.serviceItem_name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
}

.serviceItem:hover .serviceItem_name {
    display: none;
}

.serviceItem:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.serviceItem:hover .serviceItem_content {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
}

.serviceItem_content {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -30%);
    text-align: center;
    color: #fff;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.serviceItem_content_tit {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.serviceItem_content_con {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
    /* 三行溢出显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

}

.about {
    width: 100%;
    padding-right: max(calc((100% - 1400px) / 2), 5%);
    display: flex;
    gap: 70px;
    margin-top: 110px;
    box-sizing: border-box;
    position: relative;
}

.about::after {
    content: '';
    width: 373px;
    height: 273px;
    background: url(../image/about_after.png) 100% 100%;
    position: absolute;
    top: -176px;
    right: 0;
    z-index: 1;
}

.about_left {
    width: 56.927%;
}

.about_right {
    flex: 1;
    padding-top: 44px;
}

.about_right_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    margin-top: 17px;
}

.about_right_con {
    margin-top: 30px;
    color: #666;
    text-overflow: ellipsis;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 30px;
    /* 七行溢出显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.about_tip {
    margin: 0;
    justify-content: flex-start;
}

.line_top {
    color: #222;
    font-style: normal;
    font-weight: 400;
    margin-top: 23px;
    line-height: 28px;
}

.about_step {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-right: 28px;
}

.progress_bar {
    flex: 1;
    height: 8px;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
}

.progress_fill {
    height: 100%;
    background-color: var(--main-color);
    width: 0%;
    transition: width 0.1s ease;
}

.progress_num {
    color: #222;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    text-align: right;
}

.customization {
    background-color: #1A191B;
    margin-top: -88px;
    text-align: center;
    padding-bottom: 66px;
}

.cus_tip {
    align-items: center;
    padding-top: 193px;
    margin-top: 0;
}

.cus_tit {
    color: #FFF;
    text-align: center;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
    margin-top: 13px;
}

.cus_list {
    display: flex;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
}

.cus_item {
    border: 1px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex: 1;
    padding: 50px 18px 25px 18px;
    box-sizing: border-box;
    cursor: pointer;
}

.cus_item img {
    width: 71px;
}

.cus_msg {
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 24px;
}

.arrow {
    width: 43px;
    margin: 0 3px;
    display: flex;
    align-items: center;
}

.cus_item:hover {
    background-color: #fff;
}


.cus_item:hover .cus_msg {
    color: #222;
}

.cus_btn {
    margin: 0 auto;
    margin-top: 40px;
}

.ind_Tit {
    color: #222;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
    margin-top: 13px;
}

.ind_tip {
    margin-top: 110px;
}

.industrieCon {
    position: relative;
    margin-top: 48px;
}

.industrie_item {
    display: none;
}

.industrie_item.active {
    display: block;
    position: relative;
}

.industrie_item.active>img {
    width: 100%;
    display: block;
}

.industrie_item.active .industrie_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


.industrie_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.industrie_bottom_item {
    padding-top: 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding-bottom: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.industrie_bottom_item.active {
    /* 文字下划线 */
    text-decoration: underline;
    /* text-decoration-color: var(--main-color); */
    text-decoration-thickness: 1px;
}

.industrie_bottom_item img {
    width: 56.479px;
    margin-bottom: 3.76px;
}

.industrie_bottom_item:last-child {
    border-right: none;
}


.industrie_info {
    position: absolute;
    left: max(calc((100% - 1400px) / 2), 5%);
    top: 40%;
    transform: translateY(-50%);
    width: 32.8125%;
}

.industrie_info_tit {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    margin-bottom: 23px;
}

.industrie_info_msg {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 26px;
    /* 三行溢出省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.manufacturing {
    position: relative;
}

.manufacturing::after {
    content: '';
    width: 287px;
    height: 398px;
    background: url(../image/manufacturing_af.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.manufacturing_con_tit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.manufacturing_con_tit .tip {
    justify-content: flex-start;
}

.index .manufacturing_con_tit .tip {
    margin-top: 110px;
}

.index .manufacturing_con {
    padding-bottom: 28px;
}

.manufacturing_con_tit_name {
    color: #222;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    /* 134.783% */
    text-transform: capitalize;
}

.manufacturing_con_tit_right {
    display: flex;
}

.manufacturing_con_tit_right_item {
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
    margin-right: 60px;
}

.manufacturing_con_tit_right_item_num {
    color: var(--main-color);
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.manufacturing_con_tit_right_item:last-child {
    margin-right: 0;
}

.manufacturingSwiper {
    width: 100%;
}

.manufacturingSwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.manufacturing_con_con_swiper_progress {
    position: relative;
    width: 100%;
    max-width: 1660px;
    margin: 20px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manufacturing_con_con_swiper_progress .swiper-pagination {
    position: static;
    width: auto;
    flex: 1;
}

.manufacturing_con_con_swiper_progress .swiper-button-next,
.manufacturing_con_con_swiper_progress .swiper-button-prev {
    width: 43px;
    height: 43px;
    background-color: #F5F5F5;
    color: #222;
    position: static;
    margin: 0;
    z-index: 2;
}

.manufacturing_con_con_swiper_progress .swiper-button-next:after,
.manufacturing_con_con_swiper_progress .swiper-button-prev:after {
    font-size: 16px;
    color: #222;
}

.certifications {
    padding: 60px 0;
    background-color: #f5f5f5;
    padding-bottom: 90px;
}

.certifications_con {
    position: relative;
}

.certifications_tit {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.certifications_tit_name {
    color: #222;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
    margin-top: 10px;
}

.certificationsSwiper {
    width: 100%;
    padding-bottom: 20px;
}

.certificationsSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.certificationsSwiper .swiper-slide img {
    width: 100%;
    max-width: 320px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.cert_name {
    margin-top: 20px;
    color: #666;
    font-style: normal;
    font-weight: 400;
}

.certifications_nav {
    display: flex;
    gap: 10px;
}

.certifications_nav .swiper-button-next,
.certifications_nav .swiper-button-prev {
    width: 43.1px;
    height: 43.1px;
    background-color: #fff;
    color: #333;
    position: static;
    margin: 0;
}

.certifications_nav .swiper-button-next:after,
.certifications_nav .swiper-button-prev:after {
    font-size: 16px;
    color: #222;
}


.manufacturing_con .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.swiper_top {
    display: flex;
    align-items: center;
    gap: 16px;
}

.swiper_bottom {
    display: flex;
    align-items: stretch;
    gap: 18px;
}

.manufacturingSwiper_item {
    position: relative;
    overflow: hidden;
}

.manufacturingSwiper_item2 {
    position: relative;
    overflow: hidden;
}

.manufacturingSwiper_item3 {
    position: relative;
    overflow: hidden;
}

.manufacturingSwiper_item img {
    width: 100%;
    display: block;
}

.manufacturingSwiper_item2 img {
    width: 100%;
    display: block;
}

.manufacturingSwiper_item3 img {
    width: 100%;
    display: block;
}

.swiper_bottom .manufacturingSwiper_item {
    width: 53.57%;
}

.swiper_bottom .manufacturingSwiper_item2 {
    width: 66.07%;
}

.swiper_bottom .manufacturingSwiper_item3 {
    flex: 1;
}

.manufacturingSwiper_iten_shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    height: 118px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(54, 74, 112, 0.00) 0%, #111 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 18px;
}

.manufacturingSwiper {
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
    margin-top: 28px;
}

.manufacturing_con {
    position: relative;
    padding-bottom: 143px;
}

.manufacturing_con_con_swiper_progress {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1538px;
    width: 90%;
}

.index .manufacturing_con_con_swiper_progress {
    margin-top: -15px;
}

.certifications_tit .tip {
    justify-content: flex-start;
    margin-top: 0;
}

.border {
    background: url(../image/certificate_border.png) no-repeat;
    background-size: contain;
    padding: 28px 30px;
}

/* index.html END */

/* cnc.html */
.cncBanner1 {
    position: relative;
}

.cncBanner_Info {
    position: absolute;
    left: max(calc((100% - 1400px) / 2), 5%);
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
}

.cncBannerInfo1_tit {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
}

.cncBannerInfo1_msg {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
    gap: 6px;
}

.cncBannerInfo1_msg a {
    color: #FFF;
}

.cncBannerInfo1_msg p {
    text-decoration: underline;
}

.cncBanner2 {
    padding-top: 98px;
    padding-bottom: 115px;
}

.cncbanner2_tit {
    color: #222;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.cncbanner2_msg {
    max-width: 820px;
    width: 90%;
    margin: 0 auto;
    color: #666;
    text-align: center;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 16px;
}

.cncbanner2_list {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 32px;
}

.cncbanner2_item {
    width: calc((100% - 56px) / 3);
}

.cncbanner2_item_inofo {
    padding: 18px 20px 40px 17px;
    box-sizing: border-box;
}

.cncbanner2_item_name {
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    /* 158.333% */
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 9px;
}


.cncbanner2_item_msg {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    height: 168px;
    overflow: hidden;
    text-overflow: ellipsis;
    display-space: nowrap;
}

.cncbanner2_item_msg em {
    color: #D00718;
    display: inline-block;
    font-style: normal;
}

.cncbanner2_item:hover .cncbanner2_item_inofo {
    background: #F5F5F5;
}

.cncBanner3 {
    background-color: #F5F5F5;
    padding-top: 74px;
    padding-bottom: 93px;
}

.cncBanner3_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    text-align: center;
}

.cncBanner3_con {
    display: flex;
    gap: 45px;
    margin-top: 56px;
}

.cncBanner_left {
    width: 24.857%;
}

.cncBanner_left_item {
    background-color: #fff;
    padding: 15px;
    color: #222;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 20px;
    cursor: pointer;
}

.cncBanner_left_item:last-child {
    margin-bottom: 0;
}

.cncBanner_right {
    display: none;
    gap: 65px;
    flex: 1;
}

.cncBanner_right.active {
    display: flex;
}

.cncBanner_right_msg_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 24px;
    margin-top: 11px;
}

.cncBanner_right_img {
    width: 47.666%;
}

.cncBanner_right_msg {
    flex: 1;
}

.cncBanner_right_msg_con {
    display: flex;
    flex-wrap: wrap;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    gap: 30px;
}

.cncBanner_right_msg_con strong {
    color: #222;
    font-weight: 700;
    font-style: normal;
}



.cncBanner_left .active {
    background: #D00718;
    color: #fff;
}


.cncBanner4 {
    padding-top: 110px;
    padding-bottom: 120px;
}

.cncBanner4_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 48px;
}

.cncBanner4Swiper {
    width: 100%;
    height: 540px;
    overflow: hidden;
}

.cncBanner4Swiper .swiper-slide {
    position: relative;
    transition: all 0.3s ease;
}

.cncBanner4Swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cncBanner4Swiper .is-left {
    transform: scale(0.5);
    z-index: 1;
    transform-origin: right center;
}

.cncBanner4Swiper .is-right {
    transform: scale(0.5);
    z-index: 1;
    transform-origin: left center;
}

.cncBanner4Swiper .is-center {
    z-index: 2;
}

.cncBanner4Swiper .slide_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding-bottom: 20px;
    padding-top: 112px;
}

.swiper-slide-active .slide_info {
    opacity: 1;
}

.cncBanner4Swiper .slide_name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.cncBanner4Swiper .slide_desc {
    font-size: 14px;
    opacity: 0.9;
}

.cncBanner4Swiper .swiper-button-next,
.cncBanner4Swiper .swiper-button-prev {
    width: 43.1px;
    height: 43.1px;
    background-color: rgba(255, 255, 255);
    color: #222;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.cncBanner4Swiper .swiper-button-next {
    right: 25.57%;
}

.cncBanner4Swiper .swiper-button-prev {
    left: 25.57%;
}

.cncBanner4Swiper .swiper-button-next:after,
.cncBanner4Swiper .swiper-button-prev:after {
    font-size: 16px;
}


.cncBanner5 {
    position: relative;
}



.cncBanner5_con {
    position: relative;
    z-index: 1;
    /* margin-right: max(calc((100% - 1400px) / 2), 5%); */
    display: flex;
    align-items: flex-end;
    flex: 1;
}

.cncBanner5_con_left {
    width: 49.21875%;
}

.cncBanner5_con_right {
    background-color: #1A191B;
    flex: 1;
    padding-left: 70px;
    padding-top: 66px;
    padding-right: max(calc((100% - 1400px) / 2), 5%);
    padding-bottom: 40px;
}

.cncBanner5_right_tit {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    /* 127.778% */
    text-transform: capitalize;
}

.cncBanner5_right_sub {
    color: #D9D9D9;
    text-overflow: ellipsis;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 两行溢出省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 14px;
}

.cncBanner5_right_type {
    color: var(--main-color);
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-top: 25px;
    margin-bottom: 20px;
}

.accordion {
    width: 100%;
    margin-bottom: 40px;
}

.accordion-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.accordion-header:hover span {
    color: #D00718;
    font-weight: 700;
}

.accordion-icon {
    font-size: 24px;
    color: #fff;
}

.accordion-content {
    color: #999;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
    display: none;
}

.accordion-item.active .accordion-content {
    display: block;
}

.accordion-item.active .accordion-header {
    /* color: var(--main-color); */
    /* font-weight: 700; */
}

.cncBanner5_img_item {
    display: none;
}

.cncBanner5_img_item.active {
    display: block;
}

.cncBanner5_img_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cncBanner6 {
    display: flex;
    padding-top: 105px;
    padding-bottom: 105px;
    gap: 126px;
}

.cncBanner6_left_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.cncBanner6_left_item_con_tit {
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
}

.cncBanner6_left_item {
    display: flex;
    margin-bottom: 14px;
}

.cncBanner6_left_item_con_msg {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin-top: 2px;
    line-height: 28px;
}

.cncBanner6_left_item_icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    margin-top: 5px;
}

.cncBanner6_left .btn {
    margin-top: 12px;
}

.cncBanner7 {
    background-color: #F5F5F5;
    padding: 52px 0 26px;
}

.cncBanner7_left_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.cncBanner7_con {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.cncBanner7_right {
    overflow-x: auto;
}

.cncBanner7_right table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #E5E5E5;
    min-width: 600px;
}

.cncBanner7_right table td {
    padding: 10px 16px;
    border-right: 1px solid #E5E5E5;
    white-space: normal;
    word-break: break-word;
    color: #666;
}

.cncBanner7_right table td:first-child {
    padding-right: 60px;
}

.cncBanner7_right table td:nth-child(2) {
    padding-right: 60px;
}

.cncBanner7_right table td:nth-child(3) {
    padding-right: 50px;
}



.sheetBanner8 .cncBanner7_right table td {
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.cncBanner7_right table td:last-child {
    border-right: none;
}

#caseDesc .cncBanner7_right table td {
    padding: 10px;
}

.cncBanner7_right table tr:first-child {
    background-color: #D00718;
    color: #fff;
    font-weight: 700;
}

.cncBanner7_right table tr:first-child td {
    color: #fff;
    border-right-color: rgba(255, 255, 255, 1);
    white-space: nowrap;
    font-weight: 400;
}

.cncBanner7_right table tr:not(:first-child):nth-child(odd) {
    background-color: #F5F5F5;
}

.cncBanner7_right table tr:not(:first-child):nth-child(even) {
    background-color: #fff;
}

.cncBanner7_right table tr {
    border-bottom: 1px solid #D9D9D9;
}

.cncBanner8 {
    padding-top: 106px;
    padding-bottom: 80px;

}

.cncBanner8_top {
    display: flex;
    gap: 172px;
}

.cncBanner8_top_left {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    white-space: nowrap;
}

.cncBanner8_top_right {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 3px;
}

.cncBanner8_swiper {
    position: relative;
    margin-top: 40px;
}

.casService .cncBanner8_swiper {
    margin-top: 47px;
}

.cncBanner8SwiperBox {
    max-width: 1652px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}


.cncBanner8_swiper .swiper-slide {
    position: relative;
}

.cncBanner8_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cncBanner8_swiper .swiper-slide-info {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

.cncBanner8_swiper .swiper-button-prev,
.cncBanner8_swiper .swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 43.1px;
    height: 43.1px;
    background: #EEE;
}

.cncBanner8_swiper .swiper-button-prev::after,
.cncBanner8_swiper .swiper-button-next::after {
    display: none;
}

.cncBanner8_swiper .swiper-button-prev {
    left: 3.125%;
}

.cncBanner8_swiper .swiper-button-next {
    right: 3.125%;
}

.swiper-slide-info_name {
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.swiper-slide-info_msg {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
}

.swiper-slide-info_msg em {
    color: var(--main-color);
    font-style: normal;
}

.cncBanner8_swiper .swiper-button-prev .iconfont,
.cncBanner8_swiper .swiper-button-next .iconfont {
    color: #222;
}

.cncBanner9 {
    background-color: #F5F5F5;
    padding: 60px 0 110px;
}

.casService .cncBanner9 {
    padding-top: 106px;
}

.cncBanner9_tit {
    text-align: center;
    margin-bottom: 42px;
}

.cncBanner9_tit_name {
    color: #222;
    font-weight: 700;
    margin-top: 12px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
}

.cncBanner9_list {
    display: flex;
    gap: 32px;
    max-width: 1400px;
    width: 90%;
    margin: 0 auto;
}

.cncBanner9_item {
    position: relative;
    flex: 1;
    /* height: 336px; */
    overflow: hidden;
    cursor: pointer;
}

.cncBanner9_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.cncBanner9_item_info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px;
    background: rgba(34, 34, 34, 0.7);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    transition: all 0.3s ease;
}

.cncBanner9_item_name {
    font-size: 20px;
    /* font-weight: 600; */
    text-align: center;
    margin-bottom: 0;
    transition: transform 0.3s ease;
    /* 两行溢出省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.cncBanner9_item_info_con {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 20px;
    display: none;
}

.cncBanner9_item_info .btn {
    background-color: #D00718;
    color: #fff;
    padding: 10px 24px;
    text-decoration: none;
    display: none;
    border-radius: 0;
    font-weight: 600;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.cncBanner9_item:hover .cncBanner9_item_info {
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.cncBanner9_item:hover .cncBanner9_item_name {
    transform: translateY(-30px);
}

.cncBanner9_item:hover .cncBanner9_item_info_con {
    display: block;
    transform: translateY(-20px);
}

.cncBanner9_item:hover .cncBanner9_item_info .btn {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.cncBanner9_item:hover img {
    transform: scale(1.1);
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.cncBanner9_item:hover .cncBanner9_item_info {
    opacity: 1;
}

.cncBanner9_item:hover img {
    transform: scale(1);
    opacity: 1;
}

.cncBanner9_item_info_tit {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.cncBanner9_item_info_con {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cncBanner9_item_info .btn {
    background-color: #D00718;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 0;
    font-weight: 600;
}

.cncBanner9_item_info .btn:hover {
    background-color: #b80615;
}


.cncBanner9 .tip {
    margin-top: 0;
}

.cncService .footer {
    background-color: #F5F5F5;
}

/* cnc.html END */


/* sheet.html START */
.sheetBanner4 {
    padding-bottom: 106px;
}

.sheetBanner4List {
    display: flex;
    flex-wrap: wrap;
    gap: 33px 28px;
    margin-top: 50px;
}

.sheetBannerItem {
    width: calc((100% - 56px) / 3);
}

.sheetBanner4_tit {
    padding-top: 130px;
    color: #222;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    text-align: center;
}

.sheetBannerItem_info {
    background-color: #F5F5F5;
    padding: 18px 17px 35px;
}

.items_name {
    color: #222;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.items_msg {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sheetBannerItem .btn {
    margin-top: 20px;
    white-space: nowrap;
}


.sheetBanner5 {
    background-color: #1A191B;
    padding-top: 100px;
    padding-bottom: 95px;
}

.sheetBanner5_con {
    display: flex;
    gap: 120px;
}

.sheetBanner5_con .cncBanner6_left_tit {
    color: #fff;
}

.sheetBanner5_con .cncBanner6_left_item_con_tit {
    color: #fff;
}

.sheetBanner5_con .cncBanner6_left_item_con_msg {
    color: #999;
}


.sheetBanner7 {
    display: flex;
    justify-content: space-between;
    gap: 86px;
    padding-bottom: 106px;
}

.sheetBanner8 {
    padding-bottom: 60px;
    padding-top: 70px;
}

.sheetBanner8 table tr:first-child {
    background-color: #F5F5F5;
    color: #666;
}

.sheetBanner8 table tr:first-child td {
    font-weight: 400;
    color: #666;
    border-right-color: #D9D9D9 !important;
    padding: 10px 12px;
}

.sheetBanner10 {
    background-color: #F5F5F5;
    padding-top: 103px;
    padding-bottom: 105px;
}

.sheetBanner10_con_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    text-align: center;
}

.sheetBanner10_con_top {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 56px;
}

.sheetBanner10_con_top_item {
    padding: 34px 28px 25px 23px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    flex: 1;
}

.sheetBanner10_con_top_item_text1 {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.sheetBanner10_con_top_item_text2 {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 两行溢出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}

.sheetBanner10_con_bottom {
    display: flex;
    gap: 34px;
    margin-top: 30px;
}

.sheetBanner10_con_bottom_item {
    padding: 34px 28px 25px 24px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    flex: 1;
}

.sheetBanner10_con_bottom_item_text1 {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
}

.sheetBanner10_con_bottom_item_text2 {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 12px;
}

.sheetBanner11 {
    background-color: #fff;
}

/* sheet.html END */


/* casService.html START */
.casService .cncBanner2 {
    padding-top: 88px;
}

.casBanner4 {
    background-color: #fff;
}

.casBanner4 .cncBanner7_con {
    gap: 134px;
}

.casBanner5 {
    display: flex;
    gap: 66px;
    margin-top: 74px;
    margin-bottom: 100px;
}

.sheetBanner5_con_left {
    width: 49%;
}

.sheetBanner5_con_right {
    flex: 1;
}

.cncBanner6_left_item_con {
    flex: 1;
}

.casBanner6 {
    background-color: #1A191B;
    padding-top: 65px;
    padding-bottom: 90px;
}

.casBanner6_con_tit {
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.casBanner6_con_msg {
    max-width: 1049px;
    margin: 0 auto;
    width: 90%;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 16px;
}

.casBanner6_con_cons {
    display: flex;
    gap: 120px;
    margin-top: 42px;
}

.sheetBanner5_con_right {
    margin-top: 24px;
}

.casBanner6_con_cons .sheetBanner5_con_right {
    flex: 1;

}

.casBanner6_con_cons .sheetBanner5_con_left {
    width: 49%;
}

.sheetBanner5_con_left_top {
    margin-bottom: 14px;
}

.sheetBanner5_con_left_bottom {
    display: flex;
    gap: 14px;
    width: 100%;
}

.sheetBanner5_con_left_bottom img {
    width: calc(50% - 7px);
}

.casBanner6_con_cons .cncBanner6_left_tit {
    color: var(--main-color);
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.cncBanner6_left_item_con_tit {
    color: #222;
    font-style: normal;
    font-weight: 400;
    /* line-height: 34px; */
    text-transform: capitalize;
    margin-bottom: 2px;
}

.casBanner6 .cncBanner6_left_item_con_tit {
    color: #fff;
}

.cncBanner6_left_item_con_msg {
    color: #999;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.casBanner7 {
    padding-top: 102px;
    padding-bottom: 77px;
    text-align: center;
}

.casBanner7_Tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 54px;
}

.casBanner7_Item_info {
    margin-top: 14px;
}

.casBanner7_Item_text1 {
    text-align: left;
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 14px;
}

.casBanner7_Item_text2 {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
}

.casBanner7_Item_text2 em {
    color: var(--main-color);
    font-style: normal;
}

.casBanner7_Item {
    width: calc(100% / 4 - 30px);
}

.casBanner7_List {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.casBanner7 .btn {
    display: inline-block;
    margin-top: 45px;
}


.casBanner8 {
    background-color: #F5F5F5;
    padding: 80px 0;
}

.casBanner8_con {
    display: flex;
    gap: 120px;
}

.casBanner_left_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    margin-bottom: 66px;
}

.casBanner_left {
    margin-top: 22px;
    width: 25.57%;
}

.casBanner_right {
    display: flex;
    flex-wrap: wrap;
    gap: 27px 34px;
    flex: 1;
}

.casBanner_right_item {
    padding: 23px 28px 35px 33px;
    background-color: #fff;
    width: calc(100% / 2 - 17px);
}

.casBanner_right_item_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-top: 27px;
    margin-bottom: 14px;
}

.casBanner_right_item_msg {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 380px;
}

.casBanner_right_item img {
    width: 100px;
}

.casBanner9 {
    padding-top: 70px;
}

.casBanner9_tit {
    color: #222;
    font-family: Arial;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    text-align: center;
}

.casBanner9_item_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 27px;
}

.casBanner9_item_msg {
    color: #666;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 17px;
}

.casBanner9_item .cir {
    width: 84px;
    height: 84px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    margin: 0 auto;
}

.casBanner9_item .cir img {
    width: 54px;
    height: 54px;
}

.casBanner9_list {
    display: flex;
    gap: 34px;
    margin-top: 37px;
}

.casBanner9_item {
    padding: 34px 20px 40px;
    flex: 1;
    background-color: #F5F5F5;
}

.casBanner10 {
    display: flex;
    align-items: center;
    margin-top: 106px;
    gap: 66px;
}

.casBanner10_left {
    width: 49%;
}

.casBanner10_right {
    flex: 1;
}

.casBanner10_right_tit {
    color: #222;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.casBanner10_right_item {
    display: flex;
    gap: 12px;
    margin-top: 19px;
}

.casBanner10_right_item_left {
    width: 20px;
    height: 20px;
    margin-top: 7px;
}

.casBanner10_right_item_right {
    flex: 1;
}

.casBanner10_right_item_right1 {
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.casBanner10_right_item_right2 {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.casBanner10_right_item_right2 em {
    font-style: normal;
}

.casBanner11 {
    padding-bottom: 121px;
    padding-top: 121px;
}

.casBanner12 {
    background-color: #F5F5F5;
    padding-top: 93px;
    padding-bottom: 137px;
}

.casBanner12_con_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    text-align: center;
}

.casBanner12_con_list {
    display: flex;
    gap: 34px;
    margin-top: 37px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.casService .casBanner12_con_list {
    margin-top: 50px;
}

.casBanner12_con_item {
    background: #FFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 30px 28px;
    box-sizing: border-box;
}

.casBanner12_con_item_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-top: 18px;
    text-transform: capitalize;
}

.casBanner12_con_item_msg {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 12px;
    max-width: 398px;
    height: 84px;
    /* 3行溢出显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.casBanner12_con_item .cir {
    width: 62px;
    height: 62px;
    border-radius: 50%;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.casBanner12_con_item .cir img {
    width: 42px;
    height: 42px;
}

/* casService.html END */



/* industries.html START */
.industriesList {
    display: flex;
    gap: 108px 60px;
    margin-top: 88px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.industriesItem {}

.industriesItem_info_msg {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    display: flex;
    flex-wrap: wrap;
    /* 3行溢出显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.industriesItem_info_msg p {}

.industriesItem_info_msg em {
    color: var(--main-color);
}

.industriesItem_info {
    margin-top: 18px;
}

.industriesItem_info_tit {
    margin-bottom: 10px;
    line-height: 32px;
}

.industriesItem_info .btn {
    margin-top: 20px;
}

.page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 93px;
    margin-top: 103px;
}

.pre,
.next,
.pageIcon,
.page a{
    color: #666;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding: 8px 16px;
    margin: 0 8px;
    background: #F5F5F5;
    cursor: pointer;
}
.page a:hover{
    background-color: var(--main-color);
    color: #FFF;
}

.page .current {
    background-color: var(--main-color);
    color: #FFF;
}

/* industries.html END */


/* industries_desc.html START */
.desc {
    margin-top: 73px;
    margin-bottom: 63px;
}

.desc_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
}

.desc_msg {
    display: flex;
    align-items: center;
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #D9D9D9;
}

.desc_msg>div {
    display: flex;
    margin-left: 20px;
}

.desc_msg img {
    /* margin-left: 8px; */
    width: 174px;
}

#share_container {
    margin-left: 8px;
}

.desc_con {
    color: #666;
    font-weight: 400;
    line-height: 28px;
    padding-top: 43px;
}

.desc_con strong {
    color: #222;
    font-size: 20px;
}

.desc_con em {
    padding-left: 28px;
    position: relative;
    font-style: normal;
}

.desc_con em::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../image/cncBanner6_icon.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.desc_con img {
    max-width: 100%;
    display: inline-block;
}

.prevBtn,
.nextBtn {
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    max-width: 1400px;
    width: 90%;
}

.prevBtn:hover,
.nextBtn:hover {
    color: var(--main-color);
}

.prevBtn .iconfont,
.nextBtn .iconfont {
    margin-right: 9px;
    width: 43.1px;
    height: 43.1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-weight: 700;
    font-size: 18px;
    background-color: #F5F5F5;
}

.prevBtn {

}
.nextBtn .iconfont{
}
.nextBtn {
    margin-top: 15px;
}
.industries_desc .casBanner7 {
    padding-top: 130px;
}

.cncBanner9 .casBanner7 {
    background-color: #F5F5F5;
}

.industries_desc .footer {
    background-color: #F5F5F5;
}

/* industries_desc.html END */


/* about.html START */
.aboutBanner2 {
    display: flex;
    gap: 110px;
    margin-top: 73px;
    position: relative;
    padding-bottom: 550px;
    margin-bottom: 125px;
}

.aboutBanner2::after {
    content: '';
    display: block;
    width: 100%;
    height: 698px;
    background: url(../image/aboutBanner1_after1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.aboutBanner2::before {
    content: '';
    display: block;
    width: 457.493px;
    height: 360.294px;
    position: absolute;
    left: 217px;
    bottom: 589px;
    z-index: 0;
    background: url(../image/aboutBanner1_after2.png) no-repeat;
    background-size: 100% 100%;
}

.aboutBanner2_left {
    width: 46.07%;
}

.aboutBanner2_right {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    flex: 1;
}

.aboutBanner2_left .tip {
    justify-content: flex-start;
    margin-top: 0;
}

.aboutBanner2_left_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    margin-top: 18px;
}

.aboutNumList {
    display: flex;
    flex-direction: column;
    margin-top: 48px;
    gap: 80px;
}

.aboutNum .num {
    color: #D00718;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    /* 134.783% */
    text-transform: capitalize;
}

.aboutNum .numMsg {
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 3px;
}

.aboutBanner3 {
    position: relative;
    padding-bottom: 85px;
}

.aboutBanner3_info {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.aboutBanner3 .tip {
    margin-top: 0;
    margin-bottom: 13px;
    color: #fff;
}

.aboutBanner3_text {
    max-width: 1066px;
    margin: 0 auto;
    width: 90%;
    color: #FFF;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    /* 155% */
    text-transform: capitalize;
}

#about .manufacturing_con {
    padding-bottom: 0px;
}

#about .pb103 {
    padding-bottom: 103px;
}

#about .footer {
    background-color: #f5f5f5;
}


.aboutBanner5 {
    padding: 90px 0 93px;
    padding-top: 74px;
    background-color: #F5F5F5;
}

.aboutBanner5_tit {
    color: #222;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    /* 127.778% */
    text-transform: capitalize;
}

.aboutBanner5_con_right {
    margin-top: 16px;
}

.aboutBanner5_con_left_bottom {
    padding-bottom: 36px;
}

.aboutBanner5_con_left_bottom1 {
    color: #D00718;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
}

.aboutBanner5_con_left_bottom2 {
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 177.778% */
}

.aboutBanner5_con {
    display: flex;
    justify-content: space-between;
}

.aboutBanner5_con_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aboutBanner5_con_left_top .tip {
    justify-content: flex-start;
    margin-bottom: 18px;
    margin-top: 0;
}

.aboutBanner5_msg {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 26px;
}
.aboutBanner5_msg p{
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 26px;
}

.aboutBanner6 {
    padding-bottom: 135px;
}

.aboutBanner6 .tip {
    margin-top: 97px;
}

.aboutBanner6_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
    text-align: center;
    margin-top: 7px;
}

.aboutBanner6_msg {
    color: #666;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    width: 65%;
    margin: 0 auto;
    margin-top: 7px;
}

.aboutBanner6_cons {
    display: flex;
    gap: 73px;
    margin-top: 76px;
}

.aboutBanner6_right {
    flex: 1;
}

.aboutBanner6_left {
    width: 48.428%;
}

.aboutBanner6_left img {
    display: none;
}

.aboutBanner6_left img.active {
    display: block;
}

.aboutBanner6_right .accordion-header {
    color: #222;
}

.aboutBanner6_right .accordion-content {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 14px;
    padding-bottom: 27px;
}

.aboutBanner6_right .accordion-item {
    border-bottom: 1px solid #666;
}

/* about.html END */




/* case.html */
.caseList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 38px;
    margin-top: 73px;
}

.caseItem_Info {
    padding: 37px 15px 30px 20px;
    box-sizing: border-box;
}

.caseItem:hover .caseItem_Info {
    background-color: #1A191B;
}

.caseItem:hover .caseItem_Info .caseItem_Info_tit {
    color: #fff;
}

.caseItem:hover .caseItem_Info .caseItem_Info_msg {
    color: #fff;
}

.caseItem_Info_tit {
    color: #222;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 两行溢出省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseItem_Info_msg {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseItem_Info .btn {
    margin-top: 25px;
}

/* case.html END */



/* case.html */
.caseDesc {
    margin-top: 73px;
    padding-bottom: 50px;
    border-bottom: 1px solid #D9D9D9;
}


.case_desc {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    padding-top: 30px;
}

.case_desc em {
    padding-left: 28px;
    position: relative;
    font-style: normal;
    display: block;
    margin-bottom: 6px;
}

.case_desc em::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../image/cncBanner6_icon.png) no-repeat;
    position: absolute;
    top: 0%;
    left: 0;
}

.case_desc strong {
    color: #222;
    font-size: 20px;
    display: block;
    margin-bottom: 10px;
}

.case_desc img {
    max-width: 100%;
    display: block;
}

.Solution {
    margin-top: 20px;
}

.solution_tit {
    color: var(--main-color);
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.solution_msg {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 4px;
}

.solution_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 28px 34px;
}

.solution_item {
    width: calc(100% / 2 - 34px);
    background-color: #F5F5F5;
    box-sizing: border-box;
    padding: 33px 84px 33px 52px;
    position: relative;
}


.solution_item_con_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    position: relative;
    padding-left: 24px;
}

.solution_item_con_tit::after {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../image/cncBanner6_icon.png) no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.solution_item_con_msg {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 6px;
}


.caseDescCon3 {
    background-color: #fff;
    margin-bottom: 55px;
}

.caseDescCon3 .cncBanner7_left_tit {
    color: var(--main-color);
    margin-top: 6px;
}

.evaluation {
    display: flex;
    gap: 70px;
    margin-top: 50px;
    margin-bottom: 64px;
}

.evaluation_left {
    flex: 1;
}

.evaluation_left1 {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
}

.evaluation_left2 {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    margin-top: 28px;
}

.evaluation_left3 {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 24px;
}

.evaluation_right {
    width: 40.428%;
    background-color: rgba(208, 7, 24, 0.06);
    position: relative;
    padding: 40px;
    box-sizing: border-box;
}

.evaluationSwiper {
    width: 100%;
    height: 100%;
}

.evaluationSwiper .swiper-slide {
    display: flex;
    flex-direction: column;
}

.evaluation_content {
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.evaluation_stars {
    display: flex;
    gap: 8px;
    color: #D00718;
    font-size: 20px;
    align-items: center;
    margin-top: 24px;
    margin-bottom: 28px;
}

.evaluation_stars img {
    width: 15px;
}

.evaluation_author {
    font-weight: 600;
    margin-top: auto;

    color: #222;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 160% */
}

.evaluation_nav {
    position: absolute;
    right: 40px;
    bottom: 40px;
    display: flex;
    gap: 16px;
}

.evaluation_nav .swiper-button-prev,
.evaluation_nav .swiper-button-next {
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #333;
    transition: all 0.3s ease;
}


.evaluation_nav .swiper-button-prev::after,
.evaluation_nav .swiper-button-next::after {
    font-size: 16px;
}

.evaluation_nav .swiper-button-next {
    right: 0;
}

.evaluation_nav .swiper-button-prev {
    right: 50px;
    left: unset;
}



#caseDesc .swiper-button-lock {
    display: flex;
}

.caseSwiper_Info {
    padding: 37px 15px 0 20px;
}

.caseItem_name {
    color: #222;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseItem_msg {
    color: #666;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 20px;
    /* 两行溢出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.caseSwiper_Info .btn {
    margin-top: 22px;
}

#caseDesc .certifications {
    padding-bottom: 101px;
    padding-top: 96px;
    margin-top: 115px;
}

#blog_desc .certifications {
    padding-top: 93px;
}

#caseDesc .cncBanner9 {
    background-color: #fff;
    padding-top: 112px;
}


/* case.html END*/


/* blog.html */
.blogList {
    margin-top: 73px;
}

.blogItem {
    display: flex;
    padding: 17px 0 25px 13px;
    background: #F3F3F3;
    align-items: center;
    gap: 130px;
    margin-bottom: 30px;
}

.blogItem_left {
    display: flex;
    gap: 30px;
    flex: 1;
    align-items: center;
}

.blogItem_left_img {
    width: 364px;
    overflow: hidden;
}

.blogItem_left_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogItem_con {
    flex: 1;
}

.blogItem_con1 {
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-transform: capitalize;
}

.blogItem_con2 {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 38px;
    /* 两行超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blogItem_right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 62px 74px;
    box-sizing: border-box;
    border-left: 1px solid rgba(208, 7, 24, 0.3);
}

.blogItem_right1 {
    color: #D00718;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
}

.blogItem_right2 {
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    white-space: nowrap;
}

/* blog.html END */


/* blog_desc.html */
.blogDesc_box {
    display: flex;
    margin-top: 73px;
    gap: 122px;
}

.blogDesc {
    padding-bottom: 38px;
    border-bottom: 1px solid #D9D9D9;
}

.blogDesc_box .prevBtn {
    width: 100%;
}

.blogDesc_box .nextBtn {
    width: 100%;
}

.blogDesc_box .case_desc {
    padding-top: 17px;
}

.blogDesc_left {
    flex: 1;
}

.blogDesc_right {
    width: 20.5%;
}

.blogDesc_right_tit {
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    text-transform: capitalize;
    padding: 8px 16px;
    background-color: var(--main-color);
    white-space: nowrap;
    margin-bottom: 15px;
}

.blogDesc_right_Info {
    margin-top: 12px;
}

.blogDesc_right_Info_tit {
    color: #222;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}

.blogDesc_right_Info_msg {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 两行超出隐藏 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 3px;
}

.blogDesc_right_Item {
    margin-bottom: 26px;
}

#blog_desc .cncBanner9 {
    background-color: #fff;
    padding-top: 112px;
}

/* blog_desc.html */



/* faq.html */

.faqList {
    margin-top: 73px;
}

.faqItem {
    border-bottom: 1px solid #D9D9D9;
}

.faqHeader {
    display: flex;
    align-items: center;
    padding: 20px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}


.faqIcon {
    width: 36px;
    height: 36px;
    background-color: #FBF2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    margin-right: 16px;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.faqItem.active .faqIcon {
    background-color: #D00718;
}

.icon-q {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    transition: color 0.3s ease;
}

.faqItem.active .icon-q {
    color: #fff;
}

.faqQuestion {
    flex: 1;
    font-size: 20px;
    color: #222;
    font-weight: 500;
}

.faqToggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #999;
    transition: color 0.3s ease;
}

.faqItem.active .faqToggle {
    color: #D00718;
}

.faqContent {
    max-height: 0;
    overflow: hidden;
    padding: 0 48px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.faqItem.active .faqContent {
    max-height: 200px;
    padding: 0 48px 20px;
}

/* faq.html END */




/* materials.html */
.materialsCon{
    padding-bottom: 114px;
}
.materialsTit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
    padding-bottom: 24px;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 80px;
}

.materialsMsg {
    display: flex;
    padding: 28px 0;
    border-bottom: 1px solid #D9D9D9;
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: capitalize;
    gap: 77px;
}

.materialsMsg .msg1 {
    width: 15.5%;
}

.materialsMsg .msg2 {
    flex: 1;
}

.MaterialItem2_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
    /* 141.667% */
    text-transform: capitalize;
}

.MaterialItem2_msg {
    color: #555;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    /* 3行溢出显示省略号 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.MaterialItem {
    display: flex;
    gap: 77px;
    padding-top: 30px;
    padding-bottom: 34px;
    border-bottom: 1px solid #D9D9D9;
}

.MaterialItem1 {
    width: 15.5%;
}

.MaterialItem2 {
    flex: 1;
}

/* materials.html END */


/* concact.html */

.concactList {
    display: flex;
    gap: 66px;
    margin-top: 73px;
    /*  */

}

.concactItem {
    background-color: #F5F5F5;
    width: 300px;
    padding-top: 47.5px;
    padding-bottom: 45.5px;
}

.concactItem .cir {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    margin: 0 auto;
}

.concactItem .cir .iconfont {
    font-size: 26px;
    color: #fff;
}

.concactItem_name {
    color: #222;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 38px;
    text-transform: capitalize;
    margin-top: 36px;
}

.concactItem_msg {
    color: #666;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 14px;
}
.concactItem_msg a{
    color: #666;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 14px;
}

.concact_box {
    display: flex;
    margin-bottom: 110px;
    gap: 67px;
    margin-top: 100px;
}
.materialsCatolog{
    margin-top: 18px;
}
.concact_left {
    flex: 1;
}

.concact_left_tit {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    text-transform: capitalize;
}

.concact_left_msg {
    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.concact_right {
    width: 47.71%;
}

.concact_right_tit {
    color: #222;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 62px;
    text-transform: capitalize;
}

.concact_right_msg {
    margin-top: 18px;
    margin-bottom: 28px;

    color: #666;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 175% */
}

.concact_right_msg_icon .iconfont {
    color: var(--main-color);
    font-size: 24px;
    margin-right: 20px;
    display: block;
}

.concact_right_msg_icon {
    display: flex;
}


.concact_form {
    display: flex;
    flex-wrap: wrap;
}

.concact_form form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.ipt {
    padding: 12px 16px;
    border: 1px solid #E6E6E6;
    width: calc(100% / 2 - 20px);
    box-sizing: border-box;
    height: 56px;
    display: flex;
    align-items: center;
}

.ipt input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background: transparent;
    display: flex;
    align-items: center;
}

.ipt1 {
    padding: 12px 20px;
    width: 100%;
    border: 1px solid #E6E6E6;
}

.ipt1 textarea {
    width: 100%;
    height: 100%;
    min-height: 56px;
    border: none;
    outline: none;
    padding: 0;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    resize: none;
}


.concact_form .footer_form_ipt3{
    background-color: transparent;
    border: 1px solid #E6E6E6;
    padding: 12px  20px;
    border-radius: 0;
}
.concact_form .file-icon i{
    font-size: 24px;
    color: #666;
}


.CAPTCHABOX {
    display: flex;
    justify-content: space-between;
}

.CAPTCHABOX input {
    width: 65%;
}

.CAPTCHABOX .captcha {
    cursor: pointer;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipt3 {
    width: calc(100% / 2 - 20px);
}

.ipt3 button {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 0;
    font-family: Arial;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
}

.ipt3 button:hover {
    background-color: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}


/* concact.html END */

.mobile_menu {
    display: none;
}

.mobile_nav {
    display: none;
}

.footer_accordion_tit .iconfont {
    display: none;
}

.accordion {
    margin-bottom: 0;
}

.aboutBanner2_imgs {
    display: none;
}


.contact {
    position: fixed;
    right: 14px;
    top: 50%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    display: none;
    z-index: 9999999;
}

.contact_item {
    cursor: pointer;
    position: relative;
    background-color: #101010;
    /* background-color: #DBDBDB; */
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 0 4px 20px 0 rgba(35, 66, 154, 0.15);
}

.contact_item:last-child {
    border-bottom: none;
}

.contact_item i {
    font-size: 24px !important;
    color: #fff;
}

.contact_item:hover {
    background-color: var(--main-color);
}

.contact_item:hover i {
    color: #fff;
}

.contact_item img {
    width: 100px;
    height: 100px;
}

.wechatBox {
    position: absolute;
    left: -110px;
    top: 50%;
    transform: translateY(-50%) translateX(-20px);
    width: 100px;
    height: 100px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.wechatBox.active,
.wechatItem:hover .wechatBox {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

.wechatBox img {
    width: 100%;
    height: 100%;
}

.wechatClose {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #333;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    cursor: pointer;
    z-index: 1;

    display: none;
}


#caseDesc .cncBanner7_right table td:first-child {
    padding-right: 60px;
}

#caseDesc .cncBanner7_right table td:nth-child(2) {
    padding-right: 60px;
}

#caseDesc .cncBanner7_right table td:nth-child(3) {
    padding-right: 50px;
}

.foot_b1_1{
    display: none;
}
.index-page .foot_b1_1{
    display: block;
}
.index-page .foot_b1_2{
    display: none;
}

@media screen and (max-width: 1680px) {

    .cncBanner4Swiper{
        height: auto;
    }

    .nav_right>div {
        margin-right: 30px;
    }

    .nav .lang {
        margin-right: 30px;
    }

    .customization {
        margin-top: -40px;
    }
}

@media screen and (max-width: 1580px) {
    .customization {
        margin-top: -10px;
    }
}

@media screen and (max-width: 1440px) {
    .materialsCon{
        padding-bottom: 80px;
    }
    .casBanner6_con_msg {
        max-width: unset;
    }

    .cncbanner2_msg {
        max-width: unset;
    }

    .about {
        margin-top: 60px;
        align-items: center;
    }

    .aboutBanner6_msg {
        width: 100%;
    }

    .cncBanner7_right table td:first-child {
        padding-right: 30px;
    }

    .cncBanner7_right table td:nth-child(2) {
        padding-right: 30px;
    }

    .cncBanner7_right table td:nth-child(3) {
        padding-right: 30px;
    }

    .cncBanner7_con {
        gap: 30px;
    }

    .cncBanner6 {
        gap: 86px;
    }

    .index .manufacturing_con_tit .tip {
        margin-top: 80px;
    }

    .casService .cncBanner9 {
        padding-top: 80px;
    }

    .cncBanner4 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .shop {
        padding: 8px 10px;
    }

    .industriesList {
        gap: 40px;
        margin-top: 80px;
    }

    .customization {
        margin-top: 0;
    }


    .cus_tip {
        padding-top: 60px;
    }

    .swiper-slide-info {
        top: 10%;
    }

    .banner1_msg {
        margin-bottom: 20px;
    }

    .ind_tip {
        margin-top: 80px;
    }

    .manufacturing_con {
        padding-bottom: 80px;
    }

    .concact_box {
        margin-top: 80px;
    }

    .caseDesc {
        margin-top: 80px;
    }

    #caseDesc .certifications {
        padding-bottom: 80px;
        padding-top: 80px;
        margin-top: 80px;
    }



    #caseDesc .cncBanner9 {
        padding-top: 80px;
    }

    .blogItem {
        justify-content: space-between;
        gap: 40px;
    }

    .page {
        margin: 80px auto;
    }

    .blogDesc_box {
        margin-bottom: 80px;
    }

    #blog_desc .cncBanner9 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .certifications {
        padding-bottom: 80px;
    }

    .aboutBanner6 {
        padding-bottom: 80px;
    }

    #about .pb103 {
        padding-bottom: 80px;
    }

    .aboutBanner2 {
        margin-bottom: 80px;
    }

    .sheetBanner5_con {
        gap: 60px;
    }

    .fs46 {
        font-size: 44px;
    }

    .fs40 {
        font-size: 38px;
    }

    .fs36 {
        font-size: 34px;
    }

    .fs26 {
        font-size: 24px;
    }

    .fs24 {
        font-size: 22px;
    }

    .fs20 {
        font-size: 18px;
    }

    .fs18 {
        font-size: 16px;
    }

    .fs16 {
        font-size: 14px;
    }


    .nav_right>div {
        margin-right: 20px;
        white-space: nowrap;
    }

    .nav_right .active::after {
        width: 50px;
    }

    .nav .lang {
        margin-right: 30px;
    }

    .nav_left {
        width: 250px;
    }
    .aboutBanner3_text{
        max-width: unset;
    }
    .aboutBanner3{
        padding-bottom: 0;
    }
}

@media screen and (max-width: 1200px) {
    .cncBanner7_con {
        flex-direction: column;
    }

    .cncBanner6 {
        gap: 46px;
    }

    .banner1_text {
        line-height: 1.2;
    }

    .banner1_msg {
        margin: 20px 0;
    }

    .index .manufacturing_con_tit .tip {
        margin-top: 40px;
    }

    .swiper-slide-info {
        top: 0%;
    }

    .casService .cncBanner9 {
        padding-top: 40px;
    }

    .cncBanner4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .materialsMsg {
        padding: 10px 0;
    }

    .MaterialItem {
        padding: 10px 0;
    }

    .materialsTit {
        margin-top: 40px;
    }

    .industriesList {
        margin-top: 40px;
        gap: 20px;
    }

    .industriesItem_info_tit {
        line-height: 1.2;
    }

    .cncBanner9_tit_name {
        line-height: 1.2;
    }

    .casBanner7_Item_info {
        margin-top: 6px;
    }

    .casBanner7_Item_text1 {
        margin-bottom: 6px;
    }

    .casBanner7_List {}

    .casBanner7_Item {
        width: calc(100% / 3 - 20px);
    }

    .desc {
        margin-top: 40px;
    }

    .desc_tit {
        line-height: 1.2;
    }

    .industries_desc .casBanner7 {
        padding-top: 40px;
    }

    .casBanner7_Tit {
        margin-bottom: 40px;
        line-height: 1.2;
    }

    .manufacturing_con_tit_right_item {
        margin-right: 20px;
    }

    .industrie_info {
        top: 10%;
        width: 50%;
        transform: translateX(0%);
    }

    .industrie_info_msg {
        margin-bottom: 10px;
    }

    .industrie_info_tit {
        margin-bottom: 10px;
    }

    .industrie_bottom_item {
        padding: 10px 0;
        text-align: center;
    }

    .ind_Tit {
        line-height: 1.2;
    }

    .manufacturing_con_tit_name {
        line-height: 1.2;
    }

    .certifications_tit_name {
        line-height: 1.2;
    }

    .manufacturing_con {
        padding-bottom: 40px;
    }

    .faqList {
        margin-top: 40px;
    }

    .concact_box {
        margin-bottom: 30px;
    }

    .concact_left_tit {
        line-height: 1.2;
    }

    .concact_right_tit {
        line-height: 1.2;
    }

    .concact_left_msg {
        margin: 10px 0px;
    }

    .concact_box {
        margin-top: 40px;
        align-items: flex-start;
    }

    .concactList {
        margin-top: 40px;
        gap: 40px;
    }

    .caseItem_Info {
        padding: 20px 10px 10px;
    }

    .caseDesc {
        margin-top: 40px;
    }

    #caseDesc .certifications {
        padding-bottom: 40px;
        padding-top: 40px;
        margin-top: 40px;
    }

    .desc {
        margin-bottom: 40px;
    }

    #caseDesc .cncBanner9 {
        padding-top: 40px;
    }

    .desc_msg {
        padding-bottom: 16px;
    }

    .blogItem {
        padding: 10px;
        gap: 20px;
    }

    .blogItem_right {
        padding: 30px 40px;
    }

    .page {
        margin: 40px auto;
    }

    .blogDesc_box {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    #blog_desc .cncBanner9 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .certifications {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .aboutBanner6 {
        padding-bottom: 40px;
    }

    .aboutBanner6 .tip {
        margin-top: 40px;
    }

    .aboutBanner5_con_left_bottom {
        padding-bottom: 0;
    }

    .aboutBanner5 {
        padding: 40px 0;
    }

    #about .pb103 {
        padding-bottom: 40px;
    }

    .manufacturing_con_tit .tip {
        margin-top: 40px;
    }

    .aboutBanner2 {
        margin: 40px auto;
    }

    .fs46 {
        font-size: 40px;
    }

    .fs40 {
        font-size: 36px;
    }

    .fs36 {
        font-size: 32px;
    }

    .fs26 {
        font-size: 22px;
    }

    .fs24 {
        font-size: 20px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 14px;
    }

    .fs16 {
        font-size: 14px;
    }

    .footer_banner2_con_item_logo {
        width: 200px;
    }

    .footer_banner2_con_item_tel a {
        font-size: 18px;
    }

    .footer_banner2_con_item_tel {
        font-size: 14px;
    }

    .footer_banner1_con_right {
        padding: 4px 5px;
    }

    .footer_form form {
        width: 300px;
    }

    .nav_right>div {
        font-size: 16px;
        margin-right: 8px;
    }

    .nav .lang {
        font-size: 16px;
        margin-right: 14px;
    }

    .shop {
        font-size: 16px;
        padding: 4px 5px;
    }


    .cncbanner2_list {
        gap: 14px;
    }

    .cncbanner2_item {
        width: calc(100% / 3 - 28);
    }

    .casService .cncBanner2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sheetBanner7 {
        padding-bottom: 40px;
        gap: 20px;
    }

    .sheetBanner8 {
        padding: 40px 0;
    }

    .sheetBanner10 {
        padding: 40px 0;
    }

    .sheetBanner10_con_top {
        gap: 20px;
        margin-top: 40px;
    }

    .sheetBanner10_con_bottom {
        gap: 20px;
    }

    .sheetBanner10_con_top_item,
    .sheetBanner10_con_bottom_item {
        padding: 18px 20px;
    }

    .cncBanner3 {
        padding-top: 40px;
    }

    .cncBanner3_con {
        margin-top: 40px;
        gap: 20px;
    }

    .cncBanner_right {
        gap: 20px;
    }

    .cncBanner_right_msg_con {
        font-size: 14px;
    }

    .casBanner4 .cncBanner7_con {
        gap: 20px;
    }

    .cncBanner_left_item {
        font-size: 16px;
    }

    .casBanner5 {
        gap: 20px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .casBanner6 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .casBanner7 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .casBanner8 {
        padding: 40px 0;
    }

    .casBanner9 {
        padding-top: 40px;
    }

    .cncBanner9 {
        padding: 40px 0;
    }

    .casBanner10 {
        margin-top: 40px;
    }

    .casBanner11 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .casBanner12 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .casBanner_right {
        gap: 20px;
    }

    .casBanner_right_item {
        width: calc(100% / 2 - 10px);
        box-sizing: border-box;
    }

    .casBanner6_con_cons {
        gap: 20px;
    }

    .casBanner7_List {
        gap: 20px;
    }

    .cncbanner2_item_inofo {
        padding-bottom: 20px;
    }

    .sheetBanner4_tit {
        padding-top: 40px;
    }

    .sheetBanner4 {
        padding-bottom: 40px;
    }

    .sheetBanner5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cncBanner2 {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .cncBanner4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cncBanner6 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .cncBanner8 {
        padding: 40px 0;
    }

    .cncBanner9_item_name {
        font-size: 18px;
    }

    .cncBanner9_item_info {
        padding: 30px 20px;
    }

    .cncBanner5_con_right {
        padding: 40px;
        padding-bottom: 0;
    }

    .sheetBanner5_con {
        gap: 20px;
    }

    .aboutBanner2::after {
        height: 500px;
    }

    .aboutBanner2 {
        padding-bottom: 400px;
    }

    .manufacturing_con_tit {
        gap: 30px;
    }

    .footer_banner1_con_left_1 {
        line-height: 1.2;
    }
}

@media screen and (max-width: 992px) {
    .sheetBannerItem .btn{
        padding: 6px 10px;
    }
    .materialsCon{
        padding-bottom: 60px;
    }
    .cncBanner5_con {
        flex-direction: column;
    }

    .cncBanner5_con_left {
        width: 60%;
        margin: 0 auto;
    }

    .concactList {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .concactItem {
        width: 100%;
    }


    .cncBanner7_right table td:first-child {
        padding-right: 16px;
    }

    .cncBanner7_right table td:nth-child(2) {
        padding-right: 16px;

    }

    .cncBanner7_right table td:nth-child(3) {
        padding-right: 16px;
    }

    .swiper-slide-info {
        top: 30%;
    }

    .banner1 .swiper-controls {
        right: 0;
        left: 0;
        top: unset;
        bottom: 0;
    }

    .NumList {
        padding-right: 0;
        padding-left: 0;
        transform: translateY(0%);
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    .contact {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        position: fixed;
        left: 0;
        bottom: 0;
        right: 0;
        top: unset;
        transform: translateY(0%);
        height: auto;
        border: unset;
        border-radius: unset;
        width: 100%;
        box-sizing: border-box;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
        z-index: 9999;
    }

    .contact_item {
        width: 25% !important;
        height: auto !important;
        border-bottom: unset;
        border-right: 1px solid rgba(77, 77, 77, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0;
    }

    .wechatBox {
        left: 50%;
        transform: translateX(-50%);
    }

    .wechatItem:hover .wechatBox {
        opacity: 0;
        visibility: hidden;
        transform: translateX(-50%) translateY(-50%);
    }

    .wechatBox.active {
        transform: translate(-50%, -150%);
        left: 50%;
        opacity: 1;
        visibility: visible;
    }

    .contact_item:last-child {
        border-right: unset;
    }


    .index .manufacturing_con_tit .tip {
        margin-top: 20px;
    }

    .casService .cncBanner9 {
        padding-top: 20px;
    }

    .cncBanner9_item .cncBanner9_item_name {
        transform: translateY(0px);
    }

    .casBanner7_Item {
        width: calc(100% / 2 - 10px);
    }

    .cus_tit {
        line-height: 1.2;
    }

    .about_right_tit {
        line-height: 1.2;
    }

    .customization {
        padding-bottom: 20px;
    }

    .cus_tip {
        padding-top: 20px;
    }

    .cus_list {
        margin-top: 20px;
    }

    .ind_tip {
        margin-top: 20px;
    }

    .industrie_info_tit {
        line-height: 1.2;
    }

    .index .btn {
        padding: 6px 12px;
    }

    .industrie_info_msg {
        line-height: 1.2;
    }

    .industrie_bottom_item img {
        width: 30px;
        height: auto;
    }

    .faqList {
        margin-top: 20px;
    }

    .concact_box {
        flex-direction: column;
        margin-bottom: 30px;
        gap: 20px;
    }

    .concact_right {
        width: 100%;
    }

    .caseItem_Info {
        padding: 20px 10px 10px;
    }

    .evaluation {
        gap: 30px;
        flex-direction: column;
        margin-bottom: 0;
    }

    .caseDesc {
        padding-bottom: 30px;
    }

    .evaluation_right {
        width: 100%;
        padding: 30px;
        margin-bottom: 30px;
    }

    .solution_item {
        padding: 30px 20px;
    }

    .blogList {
        margin-top: 30px;
    }

    .blogItem_left {
        gap: 20px;
        align-items: center;
        overflow: hidden;
    }

    .blogItem_left_img {
        width: 40%;
        flex-shrink: 0;
        min-width: 0;
    }

    .blogItem_right {
        padding: 30px 30px;
    }

    .blogItem {
        gap: 10px;
    }

    .blogDesc_box {
        flex-direction: column;
        gap: 20px;
    }

    .blogDesc_right_List {
        display: flex;
        gap: 10px;
    }

    .blogDesc_right {
        width: 100%;
    }

    .blogDesc_right_tit {
        display: inline-block;
    }

    .blogDesc_right_Item {
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }

    .blogDesc_right_Item img {
        max-width: 100%;
        height: auto;
    }

    .blogDesc_box .prevBtn {
        margin-top: 40px;
    }

    .desc_tit {
        line-height: 1.2;
    }

    .aboutNum .num {
        line-height: 1.2;
    }

    .aboutBanner2_left_tit {
        line-height: 1.2;
    }

    .aboutBanner5_con_left_bottom1 {
        line-height: 1.2;
    }

    .aboutBanner5_con_left_bottom2 {
        padding-bottom: 0;
        line-height: 1.2;
    }

    .aboutBanner5_msg {
        line-height: 1.2;
    }

    .aboutBanner5_tit {
        line-height: 1.2;
    }

    .aboutBanner5_con {
        align-items: center;
        gap: 20px;
    }

    .aboutBanner2::after {
        display: none;
    }

    .aboutBanner2_imgs {
        display: block;
    }

    .aboutBanner2_left {
        width: 100%;
    }

    .aboutNumList {
        flex-direction: row;
        width: 100%;
    }

    .aboutBanner2 {
        flex-direction: column;
        gap: 20px;
        padding-bottom: 0px;
    }

    .manufacturing_con_tit {
        align-items: flex-start;
    }

    .manufacturing_con_tit_right {
        width: 100%;
        justify-content: space-between;
    }

    .manufacturing_con_tit {
        display: flex;
        flex-direction: column;
    }

    .aboutBanner3_info .fs40 {
        font-size: 30px;
        line-height: 1.2;
    }


    .certifications {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .aboutBanner6 {
        padding-bottom: 20px;
    }

    .aboutBanner6 .tip {
        margin-top: 20px;
    }

    .aboutBanner5_con_left_bottom {
        padding-bottom: 0;
    }

    .aboutBanner5 {
        padding: 20px 0;
    }

    #about .pb103 {
        padding-bottom: 20px;
    }

    .manufacturing_con_tit .tip {
        margin-top: 20px;
    }

    .aboutBanner2 {
        margin: 20px auto;
    }

    .footer_banner1 {
        margin-right: 0;
    }

    .footer_banner1_con {
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer_banner1_con_right {
        margin-right: 0;
        flex-shrink: 0;
    }

    .fs46 {
        font-size: 38px;
    }

    .fs40 {
        font-size: 34px;
    }

    .fs36 {
        font-size: 28px;
    }

    .fs26 {
        font-size: 18px;
    }

    .fs24 {
        font-size: 16px;
    }

    .fs20 {
        font-size: 16px;
    }

    .fs18 {
        font-size: 14px;
    }

    .fs16 {
        font-size: 14px;
    }

    .nav {
        padding: 10px 0;
    }

    .mobile_nav {
        display: flex;
    }

    .nav_right {
        display: none;
    }

    .mobile_menu_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        cursor: pointer;
    }

    .mobile_lang_btn {
        display: flex;
        align-items: center;
        font-size: 20px;
        color: #333;
        margin-left: 15px;
    }

    .mobile_lang_btn .icon-diqiu {
        font-size: 20px;
    }

    .mobile_menu_btn span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #333;
        transition: all 0.3s ease;
    }

    .mobile_menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        max-width: 320px;
        height: 100vh;
        background-color: #fff;
        z-index: 1001;
        transition: right 0.3s ease;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }

    .mobile_menu.active {
        right: 0;
    }

    .mobile_menu_close {
        padding: 20px;
        font-size: 24px;
        cursor: pointer;
    }

    .mobile_menu_header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 20px;
        border-bottom: 1px solid #eee;
    }

    .mobile_menu_logo img {
        height: 32px;
    }

    .mobile_menu_search {
        display: flex;
        align-items: center;
        padding: 2px 20px;
        background-color: #f5f5f5;
        margin: 15px 20px;
        border-radius: 4px;
    }

    .mobile_menu_search input {
        flex: 1;
        border: none;
        background: transparent;
        outline: none;
        font-size: 14px;
        padding: 8px 0;
    }

    .mobile_menu_search input::placeholder {
        color: #999;
    }

    .mobile_menu_search_btn {
        background: transparent;
        border: none;
        padding: 0;
        font-size: 18px;
        color: #666;
        cursor: pointer;
    }

    .mobile_menu_list {
        flex: 1;
        padding: 0 20px;
    }

    .mobile_menu_item {
        display: flex;
        justify-content: space-between;
        padding: 15px 0;
        color: #333;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        text-decoration: none;
    }

    .mobile_submenu {
        position: relative;
    }

    .mobile_submenu>.icon-bottom7 {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s ease;
    }

    .mobile_submenu.active>.icon-bottom7 {
        transform: translateY(-50%) rotate(180deg);
    }

    .mobile_submenu_list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        background-color: #f9f9f9;
    }

    .mobile_submenu.active .mobile_submenu_list {
        max-height: 1000px;
    }

    .mobile_submenu_item {
        display: block;
        padding: 12px 15px;
        color: #666;
        font-size: 14px;
        text-decoration: none;
        border-bottom: 1px solid #eee;
    }

    .mobile_submenu_item:hover {
        color: var(--main-color);
    }

    /* 三级菜单样式 */
    .mobile_submenu .mobile_submenu {
        padding-left: 0px;
    }

    .mobile_submenu .mobile_submenu>a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile_submenu .mobile_submenu .mobile_submenu_list {
        background-color: #fff;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        padding-left: 15px;
    }

    .mobile_submenu .mobile_submenu.active .mobile_submenu_list {
        max-height: 500px;
    }

    .mobile_submenu .mobile_submenu_item {
        padding-left: 20px;
    }

    .mobile_menu_bottom {
        padding: 20px;
        border-top: 1px solid #eee;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .mobile_lang {
        display: flex;
        align-items: center;
        gap: 8px;
        color: #333;
        font-size: 14px;
    }

    .mobile_shop {
        padding: 10px 20px;
        background-color: #D00718;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        border-radius: 4px;
    }

    .nav_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1000;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }

    .nav_overlay.active {
        opacity: 1;
        visibility: visible;
    }

    .footer_banner2_con {
        flex-direction: column;
    }

    .footer_banner2_con_item_logo {
        max-width: 297px;
        width: 60%;
        margin: 0 auto;
    }

    .footer_banner2_con_item_tel {
        text-align: center;
    }

    .footer_banner2_con_item_list {
        justify-content: center;
        padding-top: 0;
    }

    .footer_form form {
        width: 100%;
    }

    .footer_form_ipt4 .captcha {
        height: 100%;
    }


    .footer_banner2_con {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        border-bottom: none;
    }

    .footer_banner2_con {
        padding-bottom: 0;
    }

    .footer_banner2_con_item {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .footer_banner3 {
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }

    .footer_banner2_con_item:first-child {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: flex-start;
        flex-direction: column;
    }

    .footer_banner2_con_item_tel {
        text-align: center;
        justify-content: center;
        width: 100%;
    }

    .footer_banner2_con_item_list {
        justify-content: center;
        width: 100%;
    }

    .footer_banner2_con_item:first-child .footer_banner2_con_item_logo,
    .footer_banner2_con_item:first-child .footer_banner2_con_item_tel,
    .footer_banner2_con_item:first-child .footer_banner2_con_item_tel:last-of-type,
    .footer_banner2_con_item:first-child .footer_banner2_con_item_list {
        margin-bottom: 0;
    }

    .footer_banner2_con_item:first-child .footer_banner2_con_item_logo img {
        height: 40px;
    }

    .footer_banner2_con_item:first-child .footer_banner2_con_item_tel a {
        font-size: 14px;
    }

    .footer_banner2_con_item:first-child .footer_banner2_con_item_list {
        display: flex;
        gap: 8px;
    }

    .footer_banner2_con_item:first-child .footer_banner2_con_item_list_item {
        width: 32px;
        height: 32px;
    }

    .footer_accordion_tit {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding-bottom: 10px;
    }

    .footer_accordion_tit .icon-bottom7 {
        font-size: 14px;
        color: #fff;
        transition: transform 0.3s ease;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 2px;
    }

    .footer_banner2_con_item.active .footer_accordion_tit .icon-bottom7 {
        transform: rotate(180deg);
    }

    .footer_banner2_con_link_list {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .footer_banner2_con_item.active .footer_banner2_con_link_list {
        max-height: 500px;
        padding-top: 10px;
    }

    .footer_banner2_con_link_list {
        display: flex;
        flex-direction: column;
    }

    .footer_banner2_con_link_list_item {
        font-size: 13px;
        line-height: 28px;
    }

    .footer_banner2_con_item_tit {
        font-size: 14px;
        margin-bottom: 0;
    }

    .footer_banner2_con_item .footer_form {
        display: none;
    }

    .footer_banner2_con_item.active .footer_form {
        display: block;
        max-height: 500px;
        padding-top: 10px;
        overflow: hidden;
    }

    .footer_form form {
        width: 100% !important;
    }

    .sheetBanner5_con {
        flex-direction: column;
        gap: 10px;
    }

    .sheetBanner5_con_left {
        width: 60%;
        margin: 0 auto;
    }

    .cncBanner6_right {
        width: 60%;
        margin: 0 auto;
    }

    .sheetBanner7 {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .cncBanner7_con {
        flex-direction: column;
        gap: 10px;
    }

    .sheetBanner10_con_top {
        margin-top: 10px;
    }

    .cncBanner9_tit {
        margin-bottom: 10px;
    }

    .sheetBanner10_con_bottom,
    .sheetBanner10_con_top {
        gap: 10px;
    }

    .sheetBanner10_con_bottom {
        margin-top: 10px;
    }

    .swiper-slide-info_msg {
        /* 三行溢出隐藏 */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .swiper-slide-info_msg {
        font-size: 14px;
    }

    .swiper-slide-info_name {
        margin-top: 10px;
    }

    .cncBanner6_left_item {
        margin-bottom: 10px;
    }

    .cncbanner2_msg {
        margin-top: 10px;
    }

    .cncbanner2_list {
        margin-top: 10px;
    }


    .cncBanner6 {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .cncBanner5_con_right {
        padding: 10px;
    }

    .cncBanner5_right_type {
        margin: 10px 0;
    }

    .footer_banner1_con {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-right: 20px;
        gap: 10px;
    }

    .footer_banner1_con_right {
        margin-right: 0;
    }

    .footer_banner1 {
        margin-right: 0;
        width: 100%;
    }

    .footer_banner3 {
        width: 100%;
    }

    .footer_banner2_con_item:first-child .footer_banner2_con_item_logo img {
        height: auto;
    }

    .footer_banner2 {
        padding-top: 20px;
    }

    .cncBanner3 {
        padding: 20px 0;
    }

    .cncBanner4 {
        padding: 20px 0;
    }

    .cncBanner6 {
        padding: 20px 0;
    }

    .cncBanner7 {
        padding: 20px 0;
    }

    .cncBanner8 {
        padding: 20px 0;
    }

    .cncBanner9 {
        padding: 20px 0;
    }

    .cncBanner4_tit {
        margin-bottom: 20px;
    }

    .cncBanner3_con {
        margin-top: 20px;
    }

    .cncBanner2 {
        padding: 20px 0;
    }

    .casService .cncBanner2 {
        padding: 20px 0;
    }

    .casBanner5 {
        margin-top: 20px;
        margin-bottom: 20px;
        align-items: center;
    }

    .casBanner6 {
        padding: 20px 0;
    }

    .casBanner7 {
        padding: 20px 0;
    }

    .casBanner7_Tit {
        margin-bottom: 20px;
    }

    .casBanner9 {
        padding-top: 20px;
    }

    .casBanner12 {
        padding: 20px 0;
    }

    .footer_banner1_con {
        padding: 10px;
    }

    .sheetBanner4List {
        margin-top: 20px;
    }

    .sheetBanner4_tit {
        padding-top: 20px;
    }

    .sheetBanner4 {
        padding-bottom: 20px;
    }

    .sheetBanner5 {
        padding: 20px 0;
    }

    .sheetBanner10 {
        padding: 20px 0;
    }

    .footer_banner2 {
        padding-top: 0;

    }

    .casBanner8_con {
        gap: 20px;
        flex-direction: column;
    }

    .casBanner_left {
        width: 100%;
    }

    .casBanner_left_img {
        width: 50%;
        margin: 0 auto;
    }

    .casBanner_right_item {
        padding: 10px 16px;
    }

    .casBanner9_list {
        margin-top: 20px;
    }

    .casBanner10 {
        gap: 20px;
    }

    .cncBanner8_top {
        gap: 40px;
    }

    .cncBanner9_item .cncBanner9_item_info {
        opacity: 1;
        background: rgba(0, 0, 0, 0.8);
        height: 100%;
        justify-content: center;
    }

    .cncBanner9_item img {
        transform: scale(1);
        opacity: 1;
    }



    .cncBanner9_item .cncBanner9_item_info_con {
        display: block;
        margin-bottom: 10px;
    }

    .cncBanner9_item .cncBanner9_item_info .btn {
        display: block;
        opacity: 1;
        transform: translateY(0);
        font-size: 14px;
        padding: 10px 20px;
    }

    .casBanner8 {
        padding: 20px 0;
    }

    .caseSwiper_Info {
        padding: 10px;
    }

    .caseItem_msg {
        margin-top: 10px;
    }

    .caseSwiper_Info .btn {
        margin-top: 10px;
    }

    .caseItem_name {
        line-height: 1.2;
    }

    .cncBanner9_list {
        gap: 20px;
    }

}

@media screen and (max-width: 768px) {

    .industrie_info {
        width: 90%;
    }

    .cus_item img {
        width: 50px;
    }

    .swiper-slide-info {
        top: 10%;
    }

    .materialsTit {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .industriesList {
        grid-template-columns: repeat(1, 1fr);
    }

    .industries_desc .casBanner7 {
        padding-top: 20px;
    }

    .desc {
        margin-top: 20px;
    }

    .desc_msg {
        margin-top: 10px;
    }

    .about_right_con {
        margin-top: 20px;
    }

    .about_left {
        width: 90%;
        margin: 0 auto;
    }

    .NumList_item_right_tit {
        font-size: 20px;
    }

    .publicTit {
        font-size: 20px;
    }

    .banner1 .swiper-controls {
        right: 0;
        left: 0;
        top: unset;
        bottom: 0;
    }

    .banner1_text {
        line-height: 1.2;
    }

    .banner1_msg {
        margin: 10px 0;
        line-height: 1.2;
    }

    .about::after {
        left: 0;
        top: unset;
        bottom: 0;
        z-index: -1;
    }

    .line_top {
        margin-top: 10px;
    }

    .about_step {
        padding-right: 0;
    }

    .arrow {
        display: none;
    }

    .NumList {
        padding-right: 0;
        padding-left: 0;
        transform: translateY(0%);
        flex-wrap: wrap;
        width: 100%;
        margin: 0 auto;
    }

    .NumList_item {
        width: 50%;
        flex: none;
        text-align: center;
        justify-content: center;
    }

    .about {
        gap: 20px;
    }

    .about_right {
        padding-top: 0;
        width: 90%;
        margin: 0 auto;
    }

    .tip {
        margin-top: 20px;
        align-items: center;
        justify-content: center;
    }

    .serviceItem {
        width: 100%;
    }

    .serviceList {
        flex-direction: column;
        margin-top: 0;
    }

    .about {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }

    .caseList {
        grid-template-columns: repeat(2, 1fr);
    }

    #caseDesc .certifications {
        padding-bottom: 20px;
        padding-top: 20px;
        margin-top: 20px;
    }

    .evaluation_left2 {
        margin-top: 20px;
    }

    .evaluation {
        margin-top: 20px;
    }

    .solution_item {
        width: 100%;
    }

    .solution_list {
        gap: 20px;
        margin-top: 20px;
    }

    .caseDescCon3 {
        margin-bottom: 20px;
    }

    .blogItem_con {
        min-width: 0;
        overflow: hidden;
    }

    .blogItem_con2 {
        margin-bottom: 6px;
    }

    .blogItem_left_img {
        width: 40%;
        flex-shrink: 0;
        min-width: 0;
        max-width: 100%;
    }

    .blogItem_left_img img {
        max-width: 100%;
        height: auto;
    }

    .blogItem_right {
        padding: 30px 10px;
    }

    .blogDesc_box .prevBtn {
        font-size: 14px;
    }

    .prevBtn,
    .nextBtn {
        font-size: 14px;
    }

    .desc_msg {
        padding-bottom: 20px;
    }

    .blogDesc {
        padding-bottom: 20px;
    }

    .blogDesc_box {
        margin: 20px auto;
    }

    .blogDesc_right_List {
        flex-direction: column;
    }

    .case_desc em::after {
        top: 0;
        left: 0;
        transform: translateY(0%)
    }

    .cncBanner9_list {
        flex-direction: column;
    }

    .cncBanner9_item {
        width: 100%;
    }

    .caseItem_msg {
        margin-top: 4px;
    }

    .certifications_tit_name {
        font-size: 20px !important;
        line-height: 1.2;
    }

    .accordion-item.active .accordion-content {
        margin-top: 0;
    }

    .swiper_bottom .manufacturingSwiper_item2 {
        width: 100%;
    }

    .manufacturingSwiper_item {
        width: 100%;
    }

    .cus_list {
        gap: 20px 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .industrie_bottom {
        position: relative;
        background-color: #222;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .industrie_bottom_item {
        border-right: unset;
        width: 33.333%;
        box-sizing: border-box;
        flex: unset;
        text-align: center;
    }

    .cus_item {
        flex: unset;
        width: 40%;
    }

    .swiper_bottom {
        flex-direction: column;
    }

    .swiper_top {
        flex-direction: column;
    }

    .aboutBanner5_con_left {
        width: 100%;
    }

    .aboutBanner5_con {
        flex-direction: column;
    }

    .manufacturing_con_tit_right_item {
        margin-right: 0;
    }

    .aboutBanner3_text {
        font-size: 20px !important;
    }

    .aboutBanner2::before {
        width: 100%;
        left: 0;
    }

    .aboutNumList {
        margin-top: 20px;
    }

    .aboutBanner6_right .accordion-content {
        padding-bottom: 20px;
    }

    .aboutBanner6_cons {
        flex-direction: column;
        gap: 10px;
        margin-top: 20px;
    }

    .aboutBanner6_left {
        width: 100%;
    }

    .casBanner7_Item_text1 {
        margin-bottom: 10px;
    }

    .casBanner6_con_cons .sheetBanner5_con_left {
        width: 100%;
    }

    .cncBanner4Swiper .swiper-button-next {
        right: 2%;
    }

    .cncBanner4Swiper .swiper-button-prev {
        left: 2%;
    }

    .cncBanner6_left_tit {
        margin-bottom: 10px;
    }

    .cncBanner8_top {
        flex-direction: column;
        gap: 10px;
    }

    .cncBanner9_list {
        flex-direction: column;
    }

    .casBanner12_con_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .casBanner12_con_item {
        padding: 20px 10px;
    }

    .casBanner10 {
        flex-direction: column;
    }

    .casBanner9_list {
        flex-direction: column;
    }

    .casBanner9_item {
        width: 100%;
    }

    .casBanner_left_tit {
        margin-bottom: 20px;
    }

    .casBanner8_con {
        flex-direction: column;
    }

    .casBanner7_List {
        gap: 10px;
    }

    .casBanner7_Item {
        width: calc(100% / 2 - 10px);
    }

    .fs36 {
        font-size: 20px;
    }

    .casBanner7 .btn {
        margin-top: 20px;
    }

    .fs48 {
        font-size: 20px;
    }

    .fs46 {
        font-size: 20px;
    }

    .cncbanner2_item_msg {
        font-size: 14px;
    }

    .cncBanner7_right table td {
        font-size: 14px;
    }

    .cncbanner2_item {
        width: calc((100% - 16px) / 2);
    }

    .cncbanner2_item_inofo {
        padding: 10px;
    }

    .cncBanner3_con {
        flex-direction: column;
    }

    .cncBanner_left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 10px 5px;
    }

    .cncBanner_left_item {
        margin-bottom: 0;
    }

    .cncBanner_right_img {
        width: 100%;
    }

    .cncBanner_right {
        flex-direction: column;
    }

    .cncBanner_right_msg_tit {
        margin-bottom: 10px;
    }

    .casBanner5 {
        flex-wrap: wrap;
    }

    .cncBanner6_left_item_con_msg {
        margin-top: 0;
    }

    .casBanner6_con_cons {
        flex-direction: column-reverse;
    }

    .manufacturing_con_tit_name {
        line-height: 1.2;
        margin-top: 10px;
    }

    .aboutBanner6_tit {
        line-height: 1.2;
    }

    .manufacturing_con_tit {
        gap: 20px;
    }

    .manufacturing_con {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .banner1 {
        padding-bottom: 80%;
    }

    .banner1 .swiper-slide-info {
        display: none !important;
    }

    .cncBanner1{
        height: 200px;
    }
    .cncBanner1 img{
        height: 100%;
        object-fit: cover;
    }
   
}

@media screen and (max-width: 576px) {

    .index .btn{
        padding: 2px 10px;
    }

    .industrie_item.active{
        height: 200px;
    }
    .industrie_item.active>img{
        height: 100%;
        object-fit: cover;
    }
    .CAPTCHABOX {
        width: 100%;
    }

    .ipt3 {
        width: 100%;
        height: 56px;
    }

    .concactItem {
        padding: 20px 0;
    }

    .concactItem_name {
        margin-top: 20px;
    }

    .concactItem_msg {
        margin-top: 20px;
    }

    .MaterialItem {
        align-items: center;
    }

    .industrie_info_tit,
    .industrie_info_msg {
        margin-bottom: 2px;
        line-height: 1.4;
    }
    .index .btn{
        margin-top: 10px;
    }

    .MaterialItem1 {
        width: 30%;
    }

    .materialsMsg .msg1 {
        width: 30%;
    }

    .swiper-slide-info {
        left: 2%;
    }

    .banner1 .swiper-controls {
        position: relative;
        background: #333;
    }

    .about::after {
        width: 100%;
    }

    .cus_item {
        width: 100%;
    }

    .cus_item {
        padding-top: 20px;
    }

    .pre,
    .next,
    .pageIcon {
        padding: 4px 8px;
        margin: 0 4px;
    }

    .faqQuestion {
        font-size: 16px;
    }

    .faqItem.active .faqContent {
        padding: 0 28px 10px;
    }

    .caseList {
        grid-template-columns: repeat(1, 1fr);
    }

    .desc {
        margin-bottom: 20px;
    }

    .caseDesc {
        padding-bottom: 20px;
    }

    .certifications_tit {
        margin-bottom: 20px;
    }

    .solution_item_con_tit::after {
        top: 3px;
        transform: translateY(0);
    }

    .evaluation_right {
        padding: 10px 20px;
    }

    .evaluation_nav {
        bottom: 20px;
    }

    .evaluation_nav .swiper-button-prev,
    .evaluation_nav .swiper-button-next {
        width: 25px;
        height: 25px;
    }

    .evaluation_nav .swiper-button-prev {
        right: 30px;
    }

    .caseDesc {
        margin-top: 20px;
    }

    .evaluation_nav {
        right: 0;
    }

    .blogItem_con2 {
        margin-top: 0;
    }

    .blogItem_con .btn {
        padding: 6px 12px;
    }

    .blogList {
        margin: 0 auto;
        margin-top: 30px;
    }

    .blogItem_left {
        flex-direction: column;
        width: 100%;
    }

    .blogItem_con .btn {
        margin: 0 auto;
    }

    .blogItem_right {
        width: 100%;
        padding: 10px;
        border-left: unset;
        border-top: 1px solid rgba(208, 7, 24, 0.3);
        flex-direction: row;
        justify-content: center;
        gap: 20px;
    }

    .blogItem_right1 {
        line-height: 1.2;
    }

    .blogItem_right2 {
        line-height: 1.2;
    }

    .blogItem {
        flex-direction: column;
    }

    .blogItem_con {
        width: 100%;
    }

    .blogItem_left_img {
        width: 100%;
        max-width: 100%;
    }

    .blogItem_left_img img {
        max-width: 100%;
        height: auto;
    }

    .footer_banner1_con_left_2 {
        font-size: 16px;
        line-height: 1.2;
    }

    .cncBanner9_tit_name {
        font-size: 20px;
    }

    .case_desc strong {
        font-size: 18px;
    }

    .aboutBanner5_msg {
        margin-top: 10px;
    }

    .sheetBanner10_con_bottom {
        flex-direction: column;
    }

    .sheetBanner10_con_tit {
        line-height: 1.2;
    }

    .sheetBanner10_con_top {
        flex-direction: column;
    }

    .sheetBannerItem_info {
        padding-bottom: 10px;
    }

    .cncBanner6_right {
        width: 100%;
    }

    .cncBanner5_right_tit {
        line-height: 1.2;
    }

    .cncBanner5_right_sub {
        line-height: 1.2;
    }

    .cncBanner4_tit {
        line-height: 1.2;
    }

    .footer_banner1_con {
        flex-direction: column;
    }

    .footer_banner1_con_left_1 {
        line-height: 1.2;
    }

    .cncBanner9_tit_name {
        line-height: 1.2;
    }

    .casBanner12_con_item_msg {
        line-height: 1.2;
    }

    .casBanner12_con_list {
        margin-top: 20px;
    }

    .casBanner12_con_tit {
        line-height: 1.2;
    }

    .casBanner10_right_item {
        gap: 8px;
    }

    .casBanner9_item_msg {
        line-height: 1.2;
    }

    .casBanner9_item_tit {
        line-height: 1.2;
    }

    .casBanner9_item_msg {
        margin-top: 10px;
    }

    .casBanner_left_tit {
        line-height: 1.2;
    }

    .casBanner7_Item_text2 {
        line-height: 1.2;
    }

    .casBanner6_con_msg {
        line-height: 1.2;
    }

    .cncBanner6_left_item_con_msg {
        line-height: 1.6;
    }

    .cncBannerInfo1_tit {
        line-height: 1.2;
    }

    .cncbanner2_tit {
        line-height: 1.6;
    }

    .cncbanner2_msg {
        line-height: 1.6;
    }

    .cncBanner3_tit {
        line-height: 1.6;
    }

    .cncBanner_right_msg_tit {
        line-height: 1.6;
    }

    .cncBanner7_left_tit {
        line-height: 1.6;
    }

    .cncBanner6_left_tit {
        line-height: 1.6;
    }

    .casBanner6_con_tit {
        line-height: 1.6;
    }

    .casBanner6_con_cons {
        margin-top: 10px;
    }

    .casBanner6_con_cons .cncBanner6_left_tit {
        line-height: 1.6;
    }

    .casBanner6 .cncBanner6_left_item_con_tit {
        line-height: 1.6;
    }

    .casBanner7_Tit {
        line-height: 1.6;
    }

    .casBanner7_Item_text1 {
        line-height: 1.6;
    }

    .casBanner10_left {
        width: 100%;
    }

    .sheetBanner5_con_left {
        width: 100%;
    }

    .btn {
        font-size: 14px !important;
    }

    .sheetBannerItem {
        width: 100%;
    }

    .sheetBanner4List {
        gap: 20px 10px;
    }

    .cncBanner5_con {
        flex-direction: column;
    }


    .casBanner_right_item {
        width: 100%;
    }

    .cncbanner2_item {
        width: 100%;
    }

    .casBanner7_Item {
        width: 100%;
    }

    .casBanner_right_item_msg {
        max-width: 100%;
    }

    .casBanner_right_item_tit {
        margin: 10px 0;
    }

    .casBanner12_con_item {
        width: 100%;
    }

    .casBanner12_con_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .casBanner12_con_item_msg {
        max-width: 100%;
        height: auto;
    }

    .fs40 {
        font-size: 20px;
    }

    .manufacturing_con_tit_right {
        flex-wrap: wrap;
    }

    .aboutNumList {
        gap: 10px;
        justify-content: space-between;
    }

    .casService .cncBanner2 {
        padding-bottom: 0;
    }

    .cncbanner2_item_msg {
        height: auto;
    }

    .cncBanner4Swiper .swiper-button-next {
        right: 2%;
    }

    .cncBanner4Swiper .swiper-button-prev {
        left: 2%;
    }
}

@media screen and (max-width: 425px) {
    .concactItem {
        padding: 20px 0;
    }

    .concactItem_name {
        margin-top: 10px;
    }

    .concactItem_msg {
        margin-top: 10px;
    }

    .concactList {
        grid-template-columns: repeat(1, 1fr);
    }

   
}