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

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

p {
    padding: 0;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

input,
textarea {
    border: none;
    resize: none;
    outline: none;
}

.img-box {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.img-box iframe,
.img-box video,
.img-box img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    object-fit: cover;
}

.fszero {
    font-size: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}

.fszero h1 {
    margin: 0;
}

[lang=zh-CN] .share-cn {
    display: block;
}

[lang=zh-CN] .share-other {
    display: none;
}

.a2a_kit {
    display: inline-block;
    vertical-align: middle;
}

@-ms-viewport {
    width: auto !important;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

select,
button,
input,
textarea {
    border: none;
    outline: none;
}

a[data-fancybox] {
    outline: none;
}

a[data-fancybox] img {
    outline: none !important;
}

.slick-slide {
    outline: none;
}

.slick-slide a {
    outline: none !important;
}

img[data-lazy] {
    background: url(../images/ajax-loader.gif) no-repeat center;
}

img.lazy {
    min-width: 1px;
    min-height: 1px;
    background: url(../images/ajax-loader.gif) no-repeat center;
}

.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.loaded {
    background-size: cover;
}

@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}

.lazy {
    background-image: url(../images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.art-video-player::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 10;
}

.art-video-player .art-bottom {
    display: none !important;
}

.art-mask {
    display: none !important;
}

.breadcrumb {
    margin-bottom: 0;
}

.auto-adjust-img img {
    max-width: 100% !important;
    height: auto !important;
}

.auto-adjust-img.is-mobile img {
    max-width: 100% !important;
    height: auto !important;
    margin: 5px 0;
}

.auto-adjust-img p.contains-pictures {
    font-size: 0 !important;
    overflow-x: hidden;
    margin: 0 -5px !important;
    padding: 0;
}

@media (min-width: 768px) {
    .auto-adjust-img p.contains-pictures {
        white-space: nowrap;
    }
}

.auto-adjust-img p.contains-pictures>img {
    display: inline-block;
    margin: 5px;
}

.table-box {
    font-size: var(--16);
    line-height: 1.8;
    font-weight: 400;
    overflow: auto;
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.table-box table {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.table-box table tr,
.table-box table td,
.table-box table th {
    width: auto;
    height: auto;
}

.table-box table td,
.table-box table th {
    padding: var(--d10) var(--d30);
    border: 1px solid #D9D9D9;
}

@media (max-width: 1200px) {
    .table-box {
        overflow-x: auto;
    }
}

@media (max-width: 991px) {
    .table-box {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .table-box table td,
    .table-box table th {
        padding: 8px !important;
    }
}

label {
    width: 100%;
}

.box-follow .img-box>img {
    display: none !important;
    height: auto;
}

.box-follow iframe[src=''],
.box-follow iframe[data-src=''] {
    display: none;
    border: 1px solid #000;
}

.box-follow iframe[src='']+img,
.box-follow iframe[data-src='']+img {
    display: block !important;
}

.tranlanguage {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}

.tranlanguage p {
    margin: 0;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
}

@media (max-width: 767px) {
    .tranlanguage p {
        font-size: 14px;
    }
}

.tranlanguage p img {
    width: 24px;
    margin-right: 10px;
}

.tranlanguage p:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #666666 transparent transparent transparent;
    margin-left: 10px;
    margin-top: -4px;
}

.tranlanguage ul {
    position: absolute;
    min-width: 100%;
    top: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    display: none;
    padding: 10px 0;
}

.tranlanguage ul li a {
    display: block;
    padding: 10px 10px;
}

.tranlanguage ul li a img {
    width: 30px;
    object-fit: cover;
}

.fancybox-slide--iframe .fancybox-content {
    min-width: 80vw;
    min-height: 80vh;
}

body {
    font-family: 'Microsoft YaHei', Arial, Helvetica, 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    --bs-body-color: #666666;
    color: #666666;
    background-color: #fff;
}

i {
    line-height: 1;
}

.row {
    --bs-gutter-x: 1.875rem;
}

@font-face {
    font-family: 'Inter24pt';
    font-weight: 700;
    font-style: normal;
    src: local('Inter24pt Bold'), local('Inter24pt-Bold'), url('../../app/fonts/Inter24pt-Bold.woff2') format('woff2'), url('../../app/fonts/Inter24pt-Bold.woff') format('woff'), url('../../app/fonts/Inter24pt-Bold.ttf') format('truetype');
    font-display: swap;
}

:root {
    --p: calc((100vw - 1650px) / 2);
    --c: #00A6BA;
    --c2: #AE2933;
    --r70: 70px;
    --r56: 56px;
    --r50: 50px;
    --r46: 46px;
    --r44: 44px;
    --r40: 40px;
    --r36: 36px;
    --d700: 700px;
    --d376: 376px;
    --d357: 357px;
    --d330: 330px;
    --d286: 286px;
    --d243: 243px;
    --d225: 225px;
    --d208: 208px;
    --d190: 190px;
    --d185: 185px;
    --d180: 180px;
    --d170: 170px;
    --d164: 164px;
    --d160: 160px;
    --d158: 158px;
    --d150: 150px;
    --d147: 147px;
    --d145: 145px;
    --d140: 140px;
    --d138: 138px;
    --d135: 135px;
    --d130: 130px;
    --d128: 128px;
    --d124: 124px;
    --d120: 120px;
    --d118: 118px;
    --d115: 115px;
    --d110: 110px;
    --d105: 105px;
    --d100: 100px;
    --d96: 96px;
    --d93: 93px;
    --d90: 90px;
    --d88: 88px;
    --d86: 86px;
    --d84: 84px;
    --d80: 80px;
    --d75: 75px;
    --d78: 78px;
    --d72: 72px;
    --d70: 70px;
    --d68: 68px;
    --d66: 66px;
    --d65: 65px;
    --d64: 64px;
    --d62: 62px;
    --d60: 60px;
    --d58: 58px;
    --d56: 56px;
    --d55: 55px;
    --d52: 52px;
    --d50: 50px;
    --d48: 48px;
    --d46: 46px;
    --d45: 45px;
    --d44: 44px;
    --d42: 42px;
    --d40: 40px;
    --d38: 38px;
    --d36: 36px;
    --d35: 35px;
    --d34: 34px;
    --d32: 32px;
    --d30: 30px;
    --d28: 28px;
    --d26: 26px;
    --d25: 25px;
    --d24: 24px;
    --d22: 22px;
    --d20: 20px;
    --d19: 19px;
    --d18: 18px;
    --d17: 17px;
    --d16: 16px;
    --d15: 15px;
    --d14: 14px;
    --d12: 12px;
    --d10: 10px;
    --d8: 8px;
    --162: 162px;
    --128: 128px;
    --110: 110px;
    --100: 100px;
    --92: 92px;
    --90: 90px;
    --80: 80px;
    --76: 76px;
    --75: 75px;
    --72: 72px;
    --70: 70px;
    --68: 68px;
    --66: 66px;
    --65: 65px;
    --64: 64px;
    --60: 60px;
    --58: 58px;
    --56: 56px;
    --54: 54px;
    --52: 52px;
    --50: 50px;
    --48: 48px;
    --46: 46px;
    --45: 45px;
    --44: 44px;
    --40: 40px;
    --38: 38px;
    --36: 36px;
    --34: 34px;
    --32: 32px;
    --30: 30px;
    --28: 28px;
    --26: 26px;
    --25: 25px;
    --24: 24px;
    --22: 22px;
    --20: 20px;
    --19: 19px;
    --18: 18px;
    --17: 17px;
    --16: 16px;
    --15: 15px;
    --14: 14px;
    --13: 13px;
    --12: 12px;
}

.title {
    font-size: var(--48);
    line-height: 1.5;
    color: var(--c);
    font-weight: 700;
    letter-spacing: 0.05em;
}

.title2 {
    font-size: var(--38);
    line-height: 1.5;
    color: var(--c);
    font-weight: 700;
    letter-spacing: 0.05em;
}

.title3 {
    font-size: var(--38);
    line-height: 1.1;
    color: var(--c);
    font-weight: 700;
    letter-spacing: 0.05em;
}

.text18-150 {
    font-size: var(--18);
    line-height: 1.5;
    color: #222222;
}

.text16-180 {
    font-size: var(--16);
    line-height: 1.8;
}

.text16-160 {
    font-size: var(--16);
    line-height: 1.6;
}

.setSlow1 {
    animation: an1 1s ease forwards;
}

@keyframes playan1 {
    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes playan2 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.85;
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(2);
    }
}

@keyframes playan3 {
    0% {
        transform: translate(-50%, -50%) rotate(360deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
}

@keyframes playan4 {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes an1 {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.header {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 10001;
    transition: all 0.5s;
    pointer-events: none;
}

.header .header-black {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
    pointer-events: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}

.header .header-blackaction {
    opacity: 1;
    visibility: visible;
}

.header:has(.product-moreaction) .header-box1 {
    background: #fff;
}

.header:has(.product-moreaction) .header-box1 .header-logo .logo .logo1 {
    opacity: 0;
}

.header:has(.product-moreaction) .header-box1 .header-logo .logo .logo2 {
    opacity: 1;
}

.header:has(.product-moreaction) .header-box1 .header-logo .logo .logo3 {
    opacity: 0;
}

.header:has(.product-moreaction) .header-box1 .header-nav .header-list .header-list2 .header-list3 {
    color: #222;
}

.header:has(.product-moreaction) .header-box1 .header-right {
    color: #222222;
}

.header:has(.product-moreaction) .header-box1 .header-search::after {
    background-color: #222;
}

.header:has(.product-moreaction) .s-nav i {
    background-color: #222;
}

.header .header-box1 {
    position: relative;
    z-index: 100;
    transition: all 0.5s;
    border-bottom: 1px solid #FFFFFF40;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: auto;
}

.header .header-box1:hover {
    background: #fff;
}

.header .header-box1:hover .header-logo .logo .logo1 {
    opacity: 0;
}

.header .header-box1:hover .header-logo .logo .logo2 {
    opacity: 1;
}

.header .header-box1:hover .header-logo .logo .logo3 {
    opacity: 0;
}

.header .header-box1:hover .header-nav .header-list .header-list2 .header-list3 {
    color: #222;
}

.header .header-box1:hover .header-right {
    color: #222222;
}

.header .header-box1:hover .header-search::after {
    background-color: #222;
}

.header .header-box1:hover .s-nav i {
    background-color: #222;
}

.header .header-box1 .header-content1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 85px;
    position: relative;
}

.header .header-logo .logo {
    width: 183px;
    position: relative;
}

.header .header-logo .logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.header .header-logo .logo .logo2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
}

.header .header-logo .logo .logo3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 0;
}

.header .header-right {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    transition: all 0.5s;
}

.header .header-search {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding-right: var(--d25);
}

.header .header-search::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: #fff;
    transition: all 0.5s;
}

.header .header-search .search-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
}

.header .header-search .search-con .search-icon i {
    font-size: var(--20);
    transition: all 0.5s;
}

.header .header-search .search {
    position: absolute;
    right: 0%;
    bottom: 0;
    transform: translate(0%, 100%) rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    transition: all 0.5s;
    background-color: #fff;
    width: 20vw;
    min-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 1px;
    visibility: hidden;
}

.header .header-search .search .search-box {
    width: 100%;
    border: 1px solid #008DC2;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

.header .header-search .search .search-box .input-text {
    width: 95%;
    font-size: 14px;
    font-weight: 400;
}

.header .header-search .search .search-box .submit {
    background-color: transparent;
    border: none;
    padding-right: 10px;
}

.header .header-search .open {
    opacity: 1;
    transform: translate(0%, 100%);
    visibility: visible;
}

.header .header-language {
    font-size: var(--16);
    line-height: 1.3;
    transition: all 0.5s;
    padding-left: var(--d25);
}

.header .s-nav {
    width: 21px;
    height: 18px;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    display: none;
    z-index: 999;
    margin-left: 10px;
}

.header .s-nav i {
    width: 21px;
    height: 2px;
    background-color: #fff;
    transition: all 0.5s;
}

.header .s-nav-action i {
    background-color: var(--c) !important;
}

.header .s-nav-action i:first-child {
    transform: translateY(8px) rotate(45deg);
}

.header .s-nav-action i:nth-child(2) {
    opacity: 0;
}

.header .s-nav-action i:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.header .header-product {
    pointer-events: auto;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #222222;
    transform: rotateX(-50deg);
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
    position: fixed;
}

.header .header-product .header-product-list {
    --bs-gutter-x: 3.4375rem;
}

.header .header-product .header-product-list .header-product-list2:last-child .header-product-list3::after {
    display: none;
}

.header .header-product .header-product-list .header-product-list2 .header-product-list3 {
    padding-top: var(--d70);
    padding-bottom: var(--d120);
    position: relative;
}

.header .header-product .header-product-list .header-product-list2 .header-product-list3::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background-color: #E6E6E6;
}

.header .header-product .header-product-list .header-product-list2 .header-product-list3 .header-product-title {
    font-size: var(--18);
    line-height: 1;
    color: #000;
    font-weight: 700;
    margin-bottom: var(--d40);
    transition: all 0.5s;
}

.header .header-product .header-product-list .header-product-list2 .header-product-list3 .header-product-title a {
    display: flex;
    align-items: center;
}

.header .header-product .header-product-list .header-product-list2 .header-product-list3 .header-product-title a:hover {
    color: var(--c);
}

.header .header-product .header-product-list .header-product-list2 .header-product-list3 .header-product-title a i {
    height: var(--18);
    width: 6px;
    display: inline-block;
    margin-right: 6px;
    background-color: var(--c);
}

.header .header-product .header-product-list .header-product-list2 .header-product-list3 .header-product-content a {
    display: block;
    font-size: var(--16);
    line-height: 1.5;
    margin-bottom: var(--d20);
    font-weight: 700;
    color: #222222;
    transition: all 0.5s;
}

.header .header-product .header-product-list .header-product-list2 .header-product-list3 .header-product-content a:hover {
    color: var(--c);
}

.header .header-product .header-product-list .header-product-list2 .header-product-list3 .header-product-content a:last-child {
    margin-bottom: 0;
}

.header .product-moreaction {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.other-header .header-box1 .header-logo .logo .logo1 {
    opacity: 0;
}

.other-header .header-box1 .header-logo .logo .logo2 {
    opacity: 0;
}

.other-header .header-box1 .header-logo .logo .logo3 {
    opacity: 1;
}

.other-header2 {
    position: sticky;
}

.other-header2 .header-box1 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: var(--c);
}

.other-header2 .header-box1 .header-logo .logo .logo1 {
    opacity: 0;
}

.other-header2 .header-box1 .header-logo .logo .logo2 {
    opacity: 0;
}

.other-header2 .header-box1 .header-logo .logo .logo3 {
    opacity: 1;
}

.other-header2 .header-box1 .header-nav .header-list .header-list2 .header-list3 {
    color: #fff;
}

.other-header2 .header-box1 .header-right {
    color: #fff;
}

.other-header2 .header-box1 .header-search::after {
    background-color: #fff;
}

.other-header2 .s-nav i {
    background-color: #222;
}

.headeraction .header-box1 {
    background: #fff;
}

.headeraction .header-box1 .header-logo .logo .logo1 {
    opacity: 0;
}

.headeraction .header-box1 .header-logo .logo .logo2 {
    opacity: 1;
}

.headeraction .header-box1 .header-logo .logo .logo3 {
    opacity: 0;
}

.headeraction .header-box1 .header-nav .header-list .header-list2 .header-list3 {
    color: #222;
}

.headeraction .header-box1 .header-right {
    color: #222222;
}

.headeraction .header-box1 .header-search::after {
    background-color: #222;
}

.headeraction .s-nav i {
    background-color: #222;
}

@media (min-width: 1201px) {
    .header-not {
        display: none !important;
    }

    .header-navbox {
        height: 100%;
    }

    .header-nav {
        height: 100%;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-right: var(--d70);
    }

    .header-nav .header-list {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-nav .header-list .header-list2 {
        transition: all 0.5s;
        position: relative;
        height: 100%;
        margin-right: 45px;
    }

    .header-nav .header-list .header-list2:last-child {
        margin-right: 0;
    }

    .header-nav .header-list .header-list2:hover .more {
        opacity: 1;
        transform: translate(-50%, 100%);
        visibility: visible;
    }

    .header-nav .header-list .header-list2 .header-list3 {
        height: 100%;
        font-size: var(--16);
        line-height: 1.3;
        color: #fff;
        font-weight: 400;
        transition: all 0.5s;
        position: relative;
    }

    .header-nav .header-list .header-list2 .header-list3:hover {
        color: var(--c) !important;
    }

    .header-nav .header-list .header-list2 .header-list3 a {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-nav .header-list .header-list2 .header-list3 a span {
        position: relative;
    }

    .header-nav .header-list .header-list2 .header-list3 a i {
        font-size: var(--14);
        margin-left: 4px;
    }

    .header-nav .header-list .header-list2 .more-button {
        display: none;
    }

    .more {
        visibility: hidden;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%) rotateX(-50deg);
        transform-origin: top;
        opacity: 0;
        transition: all 0.5s;
        background-color: #fff;
        box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.15);
        min-width: 100%;
        text-align: center;
    }

    .more a {
        transition: all 0.5s;
    }

    .more a:hover {
        color: var(--c) !important;
    }

    .more .more-1-list {
        display: flex;
        justify-content: stretch;
        flex-direction: column;
    }

    .more .more-1-list .more-1-list2 {
        width: 100%;
        position: relative;
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .more .more-1-list .more-1-list2 .more2 {
        position: absolute;
        right: 0;
        top: 0;
        transform: translate(100%, 0) rotateY(-50deg);
        visibility: hidden;
        transform-origin: left;
        opacity: 0;
        transition: all 0.5s;
        background-color: #fff;
    }

    .more .more-1-list .more-1-list2 .more-1-list2:hover {
        color: var(--c);
    }

    .more .more-1-list .more-1-list2:hover .more2 {
        opacity: 1;
        transform: translate(100%, 0) rotateY(0deg);
        visibility: visible;
    }

    .more .more-1-list .more-1-list2 a {
        padding: 10px 20px;
        white-space: nowrap;
        display: block;
    }
}

@media (max-width: 1200px) {
    .header .s-nav {
        display: flex;
    }

    .header-nav {
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        z-index: 1;
        overflow-y: scroll;
    }

    .header-nav .header-list {
        padding: 0 16px;
        padding-top: 70px;
        width: 100%;
    }

    .header-nav .header-list .header-list2 {
        width: 100%;
        position: relative;
        font-size: 16px;
        color: #001937;
        font-weight: 400;
    }

    .header-nav .header-list .header-list2:first-child .header-list3::before {
        position: absolute;
        width: 100%;
        height: 1px;
        background-color: #f2f2f2;
        content: '';
        top: 0;
        left: 0;
        opacity: 0.5;
    }

    .header-nav .header-list .header-list2 .header-list3 {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid var(--c);
    }

    .header-nav .header-list .header-list2 .header-list3 .more-button {
        display: block;
    }

    .header-nav .header-list .header-list2 .header-list3 a {
        width: calc(100% - 45px);
        height: 100%;
        display: flex;
        align-items: center;
        position: relative;
        padding: 13px 0;
        padding-left: 26px;
        padding-right: 45px;
        font-size: 14px;
        color: #666;
        font-weight: 600;
    }

    .header-nav .header-list .header-list2 .header-list3 a i {
        display: none;
    }

    .header-nav .header-list .header-list2 .header-list3 .more-button {
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-nav .header-list .header-list2 .more {
        display: none;
    }

    .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 {
        padding: 3px 0 3px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        color: #001937;
        font-weight: 400;
    }

    .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 a {
        width: calc(100% - 45px);
    }

    .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more-1-list3 .more-button2 {
        width: 45px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-self: center;
    }

    .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 {
        display: none;
    }

    .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 {
        padding: 4px 0 4px 40px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        color: #001937;
        font-weight: normal;
    }

    .header-nav .header-list .header-list2 .more .more-1-list .more-1-list2 .more2 .more-2-list .more-2-list2 .more-2-list3 a {
        width: 100%;
    }

    .header-nav .header-list .action .header-list3 a {
        color: var(--c);
    }
}

.s-nav {
    width: 21px;
    height: 18px;
    justify-content: space-between;
    display: none;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}

.s-nav i {
    width: 21px;
    height: 2px;
    background-color: #003366;
    transition: all 0.5s;
}

.s-nav-action i:first-child {
    transform: translateY(8px) rotate(45deg);
}

.s-nav-action i:nth-child(2) {
    opacity: 0;
}

.s-nav-action i:last-child {
    transform: translateY(-8px) rotate(-45deg);
}

.xs-online {
    border-top: 1px solid #fff;
    width: 100%;
    position: fixed;
    z-index: 9000;
    bottom: 0;
    left: 0;
    background-color: var(--c);
}

.xs-online ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xs-online ul li {
    width: 20%;
    padding: 10px 0px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.xs-online ul li i {
    font-size: 14px;
    color: #fff;
}

.xs-online ul li::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #fff;
    content: '';
}

.xs-online ul li:last-child::after {
    display: none;
}

.xs-online ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 12px;
    text-transform: capitalize;
    font-family: 'iconfont' !important;
}

.xs-online ul li a .icon-you {
    transform: rotate(-90deg);
}

.online-wrap .online-wrap2 {
    transition: all 0.5s;
    position: fixed;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1100;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: column;
    pointer-events: none;
}

.online-wrap .online {
    transition: all 0.5s;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    pointer-events: auto;
}

.online-wrap .online a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    border-radius: 50%;
    margin-bottom: 4px;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.3);
}

.online-wrap .online a:hover {
    background-color: var(--c);
}

.online-wrap .online a i {
    font-size: 20px;
    line-height: 1;
    position: relative;
    z-index: 10;
    display: inline-block;
    color: #fff;
    transition: all 0.5s;
}

.online-wrap .online a:last-child {
    margin-bottom: 0;
}

.online-wrap .online a .show-num {
    opacity: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
    color: #000;
    font-weight: 400;
    font-size: var(--16);
    visibility: hidden;
    white-space: nowrap;
    padding-right: 20px;
}

.online-wrap .online a .show-num .show-img {
    width: 120px;
    height: 120px;
    background-color: #fff;
}

.online-wrap .online a .show-num .show-img,
.online-wrap .online a .show-num span {
    border-radius: 8px;
    background-color: #fff;
    padding: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #222;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 4px 10px 0px;
}

.online-wrap .online a .show-num .show-img::after,
.online-wrap .online a .show-num span::after {
    position: absolute;
    top: 50%;
    right: 2px;
    display: inline-block;
    width: 0px;
    height: 0px;
    content: "";
    transform: translate(100%, -50%);
    vertical-align: middle;
    border-width: 10px 0px 10px 12px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.online-wrap .online a .show-num span {
    height: 48px;
}

.online-wrap .online a .show-num img {
    width: 100px;
    display: block;
    object-fit: cover;
}

.online-wrap .online a:hover {
    color: #fff !important;
}

.online-wrap .online a:hover .show-num {
    transition: all 0.5s;
    opacity: 1;
    right: calc(100%);
    visibility: visible;
}

.online-wrap .online a:hover .show-num img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.online-wrap .online-btn {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    bottom: 80px;
    right: 0;
    z-index: 1000;
    background-color: rgba(0, 23, 51, 0.1);
}

.online-wrap .online-btn:before {
    content: '+';
    color: #fff;
    font-size: 25px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.online-wrap .open:before {
    transform: rotate(45deg);
}

.online-wrap .icon-cart {
    position: relative;
}

.online-wrap .icon-cart .cart-num {
    position: absolute;
    right: 0px;
    top: 0px;
    transform: translate(30%, -30%);
    width: 20px;
    height: 20px;
    font-size: 14px;
    border-radius: 50%;
    background-color: var(--c);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 10;
    font-size: 12px;
}

.online-show {
    right: 0 !important;
}

@media (max-width: 1400px) {
    .online-wrap .online-wrap2 {
        transform: scale(0.8);
        right: 10px;
    }
}

@media (max-width: 768px) {
    .online-wrap .online-wrap2 {
        top: unset;
        right: -101%;
        bottom: 120px;
    }

    .online-wrap .online-btn {
        display: block;
    }
}

.pro {
    position: relative;
}

.top {
    position: absolute;
    top: 0;
    pointer-events: none;
    height: 200px;
    transform: translateY(-100%);
    left: 0;
}

.index-banner {
    width: 100%;
    position: relative;
}

.index-banner .banner-scroll {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: var(--d36) var(--d128);
    background-color: var(--c);
    z-index: 10;
    font-size: var(--14);
    line-height: 1.3;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.index-banner .banner-scroll i {
    font-size: var(--16);
    margin-left: var(--d8);
}

.index-banner .banner-pagination {
    padding-left: var(--p);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    z-index: 10;
    bottom: var(--d40);
    margin: 0 -2px;
}

.index-banner .banner-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.25;
    margin: 0 2px;
    position: relative;
    box-sizing: content-box;
    border: 2px solid transparent;
}

.index-banner .banner-pagination .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(10 / 26 * 100%);
    height: calc(10 / 26 * 100%);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.index-banner .banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid var(--c);
}

.index-banner .banner-pagination .swiper-pagination-bullet-active::after {
    background-color: var(--c);
}

.index-banner .swiper-textbox {
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.index-banner .swiper-textbox .swiper-title {
    margin-bottom: var(--d12);
    opacity: 0;
    transition: all 0.5s;
}

.index-banner .swiper-textbox .swiper-title h2 {
    font-size: var(--54);
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
}

.index-banner .swiper-textbox .swiper-title h2 span {
    color: var(--c);
}

.index-banner .swiper-textbox .swiper-text {
    font-size: var(--20);
    line-height: 1.9;
    color: #fff;
    margin-bottom: var(--d70);
    opacity: 0;
    transition: all 0.5s;
    animation-delay: 0.2s;
}

.index-banner .swiper-textbox .banner-but {
    opacity: 0;
    transition: all 0.5s;
    animation-delay: 0.4s;
}

.index-banner .swiper-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.index-banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner .slide-inner {
    height: 100vh;
    position: relative;
}

.index-banner .banner-video video {
    object-fit: cover;
}

.index-banner iframe,
.index-banner .banner-video,
.index-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box {
    height: 100%;
}

.con-but .con-but2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: var(--c);
    border-radius: 50px;
    padding: var(--d12) var(--d32);
    overflow: hidden;
    position: relative;
}

.con-but .con-but2:hover::before {
    animation: style1 0.75s;
    z-index: 1;
}

.con-but .con-but2::before {
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes style1 {
    0% {
        background: rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    100% {
        background: 0 0;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

.con-but .con-but2 span {
    font-size: var(--14);
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.con-but .con-but2 i {
    font-size: var(--22);
    margin-left: 7px;
}

.indexcontent .i-application {
    padding: var(--d120) 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.indexcontent .i-application .i-application-box {
    display: flex;
    justify-content: space-between;
}

.indexcontent .i-application .i-application-left {
    width: calc(780 / 1650 * 100%);
}

.indexcontent .i-application .i-application-left .i-application-title {
    margin-bottom: var(--d12);
}

.indexcontent .i-application .i-application-left .i-application-text {
    margin-bottom: var(--d70);
}

.indexcontent .i-application .i-application-left .i-application-list {
    --bs-gutter-x: 1.25rem;
    margin-bottom: calc(var(--d20) * -1);
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 {
    margin-bottom: var(--d20);
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: var(--d52) var(--d10) var(--d30);
    background-color: #fff;
    position: relative;
    transition: all 0.5s;
    height: 100%;
    cursor: pointer;
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3:hover {
    background-color: var(--c);
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3:hover .i-application-listbg {
    opacity: 1;
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3:hover .i-application-list-title {
    color: #fff;
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3:hover .i-application-icon img {
    filter: brightness(0) invert(1);
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3 .i-application-listbg {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3 .i-application-listbg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--c);
    z-index: 10;
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3 .i-application-icon {
    width: var(--56);
    height: var(--56);
    margin-bottom: var(--d52);
    position: relative;
    z-index: 10;
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3 .i-application-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.indexcontent .i-application .i-application-left .i-application-list .i-application-list2 .i-application-list3 .i-application-list-title {
    font-size: var(--20);
    line-height: 1.5;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 10;
    transition: all 0.5s;
}

.indexcontent .i-application .i-application-left .i-application-list .action .i-application-list3 {
    background-color: var(--c);
}

.indexcontent .i-application .i-application-left .i-application-list .action .i-application-list3 .i-application-listbg {
    opacity: 1;
}

.indexcontent .i-application .i-application-left .i-application-list .action .i-application-list3 .i-application-list-title {
    color: #fff;
}

.indexcontent .i-application .i-application-left .i-application-list .action .i-application-list3 .i-application-icon img {
    filter: brightness(0) invert(1);
}

.indexcontent .i-application .i-application-right {
    width: calc(690 / 1650 * 100%);
    position: relative;
}

.indexcontent .i-application .i-application-right .i-application-img {
    width: 100%;
}

.indexcontent .i-application .i-application-right .i-application-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexcontent .i-application .i-application-right .i-application-swbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(430 / 690 * 100%);
    height: calc(430 / 690 * 100%);
}

.indexcontent .i-application .i-application-right .i-application-swbox .img-box {
    border-radius: 50% 0 0 50%;
}

.indexcontent .i-about {
    padding: var(--d120) 0;
}

.indexcontent .i-about .i-about-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: var(--d90);
}

.indexcontent .i-about .i-about-box .i-about-titlebox {
    width: 319px;
    max-width: 100%;
}

.indexcontent .i-about .i-about-box .i-about-titlebox .i-about-title {
    margin-bottom: var(--d12);
}

.indexcontent .i-about .i-about-box .i-about-text {
    margin-bottom: var(--d70);
}

.indexcontent .i-about .i-about-box .i-about-numbox {
    width: calc(1050 / 1650 * 100%);
}

.indexcontent .i-about .i-about-box .i-about-numbox .i-about-numlist {
    margin-bottom: calc(var(--d40) * -1);
    --bs-gutter-x: 3.125rem;
}

.indexcontent .i-about .i-about-box .i-about-numbox .i-about-numlist .i-about-numlist2 {
    margin-bottom: var(--d40);
}

.indexcontent .i-about .i-about-box .i-about-numbox .i-about-numlist .i-about-numlist2 .i-about-numlist3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    border-bottom: 1px solid #B6D9DD;
}

.indexcontent .i-about .i-about-box .i-about-numbox .i-about-numlist .i-about-numlist2 .i-about-numlist3 .i-about-num {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: var(--d12);
}

.indexcontent .i-about .i-about-box .i-about-numbox .i-about-numlist .i-about-numlist2 .i-about-numlist3 .i-about-num .num {
    font-size: var(--72);
    line-height: 1;
    font-weight: 700;
    color: #222222;
    margin-right: var(--d10);
}

.indexcontent .i-about .i-about-box .i-about-numbox .i-about-numlist .i-about-numlist2 .i-about-numlist3 .i-about-num .tip {
    color: #222222;
    font-size: var(--16);
    letter-spacing: 0.05em;
}

.indexcontent .i-about .i-about-box .i-about-numbox .i-about-numlist .i-about-numlist2 .i-about-numlist3 .i-about-num-title {
    font-size: var(--18);
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: var(--d30);
}

.indexcontent .i-about .i-about-con .i-about-con-text1 {
    font-size: var(--16);
    line-height: 1.6;
    margin-bottom: var(--d8);
    color: #222222;
}

.indexcontent .i-about .i-about-con .i-about-con-text2 {
    font-size: var(--20);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #222222;
}

.indexcontent .i-about .i-about-con .w {
    color: #fff;
}

.indexcontent .i-about .i-about-con .i-about-conbox {
    display: flex;
    justify-content: space-between;
}

.indexcontent .i-about .i-about-con .i-about-conbox .i-about-conimg {
    overflow: hidden;
    width: 50%;
}

.indexcontent .i-about .i-about-con .i-about-conbox .i-about-conimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexcontent .i-about .i-about-con .i-about-conbox .i-about-conbox-textbox {
    width: 50%;
    background-color: #F3FBFB;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: var(--d40) var(--d30);
}

.indexcontent .i-about .i-about-con .i-about-con2 {
    display: flex;
    justify-content: space-between;
}

.indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-left {
    width: 50%;
}

.indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-left .i-about-con1 {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-left .i-about-con1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-left .i-about-con1 .i-about-con-textbox {
    position: absolute;
    left: var(--d30);
    bottom: var(--d66);
}

.indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-right {
    width: 50%;
}

.indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-right .i-about-t-right2 {
    position: relative;
    overflow: hidden;
}

.indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-right .i-about-t-right2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-right .i-about-t-right2 .i-about-con-textbox2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 var(--d30);
}

.indexcontent img {
    transition: all 0.5s;
}

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

.indexcontent .i-about .i-about-con .i-about-bom {
    width: 50%;
}

.indexcontent .i-news {
    padding-top: var(--d110);
    padding-bottom: var(--d105);
    background-color: #F3FBFB;
}

.indexcontent .i-news .i-news-titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: var(--d70);
}

.indexcontent .i-news .i-news-list {
    padding-top: var(--d70);
    border-top: 1px solid #B6D9DD;
    margin-bottom: calc(var(--d30) * -1);
    overflow: hidden;
    --bs-gutter-x: 9.3125rem;
}

.indexcontent .i-news .i-news-list .i-news-list2 {
    margin-bottom: var(--d30);
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3:hover .i-news-list-textbox .i-news-list-title h3 {
    color: var(--c);
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3:hover .img-box img {
    transform: scale(1.1);
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-date {
    display: flex;
    align-items: center;
    font-size: var(--16);
    line-height: 1;
    color: #222222;
    margin-bottom: var(--d12);
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-date i {
    color: var(--c);
    margin-right: var(--d10);
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-list-title {
    margin-bottom: var(--d30);
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-list-textbox .i-news-list-title h3 {
    font-size: var(--24);
    line-height: 1.5;
    color: #222222;
    transition: all 0.5s;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-imgbox .i-news-more {
    margin-bottom: var(--d30);
    display: flex;
    align-items: center;
    font-size: var(--14);
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-imgbox .i-news-more i {
    margin-left: var(--d8);
    font-size: var(--22);
}

.indexcontent .i-news .i-news-list .i-news-list2 .i-news-list3 .i-news-imgbox .img-box {
    padding-bottom: calc(420 / 675 * 100%);
    border-radius: 6px;
}

.fooder .fooder-top {
    padding-top: var(--d90);
    padding-bottom: var(--d145);
}

.fooder .fooder-top .fooder-top2 {
    display: flex;
    justify-content: space-between;
}

.fooder .fooder-top .fooder-top2 .fooder-left {
    width: 270px;
}

.fooder .fooder-top .fooder-top2 .fooder-left .fooder-logo {
    width: 183px;
    margin-bottom: var(--d50);
}

.fooder .fooder-top .fooder-top2 .fooder-left .fooder-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fooder .fooder-top .fooder-top2 .fooder-left .fooder-text {
    font-size: var(--18);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #222222;
    margin-bottom: var(--d12);
}

.fooder .fooder-top .fooder-top2 .fooder-left .fooder-text2 {
    letter-spacing: 0.05em;
    font-size: var(--24);
    line-height: 1.5;
    font-weight: 700;
    color: #222;
    margin-bottom: var(--d50);
}

.fooder .fooder-top .fooder-top2 .fooder-left .fooder-share {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fooder .fooder-top .fooder-top2 .fooder-left .fooder-share a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--r36);
    height: var(--r36);
    background-color: #F8F8F8;
    border-radius: 50%;
    color: var(--c);
    margin-right: var(--d12);
    transition: all 0.5s;
}

.fooder .fooder-top .fooder-top2 .fooder-left .fooder-share a:hover {
    background-color: var(--c);
    color: #fff;
}

.fooder .fooder-top .fooder-top2 .fooder-left .fooder-share a:last-child {
    margin-right: 0;
}

.fooder .fooder-top .fooder-top2 .fooder-left .fooder-share a i {
    font-size: var(--16);
}

.fooder .fooder-top .fooder-top2 .fooder-right {
    width: calc(1145 / 1650 * 100%);
    display: flex;
    justify-content: space-between;
}

.fooder .fooder-top .fooder-top2 .fooder-right .fooder-con-title {
    font-size: var(--18);
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: var(--d30);
}

.fooder .fooder-top .fooder-top2 .fooder-right .fooder-navbox .fooder-navbox2 a {
    display: block;
    font-size: var(--16);
    line-height: calc(17 / 16);
    padding: var(--d10) 0;
    transition: all 0.5s;
}

.fooder .fooder-top .fooder-top2 .fooder-right .fooder-navbox .fooder-navbox2 a:hover {
    color: var(--c);
}

.fooder .fooder-top .fooder-top2 .fooder-right .fooder-mes .fooder-mes2 {
    margin-bottom: var(--d10);
}

.fooder .fooder-top .fooder-top2 .fooder-right .fooder-mes .fooder-mes2:last-child {
    margin-bottom: 0;
}

.fooder .fooder-top .fooder-top2 .fooder-right .fooder-mes .fooder-mes2 .fooder-mes-text {
    font-size: var(--16);
    line-height: 1.6;
}

.fooder .fooder-top .fooder-top2 .fooder-right .fooder-mes .fooder-mes2 .fooder-mes-text .fooder-mes-title {
    color: #222;
}

.fooder .fooder-top .fooder-top2 .fooder-right .fooder-mes .fooder-mes2 .fooder-mes-text a,
.fooder .fooder-top .fooder-top2 .fooder-right .fooder-mes .fooder-mes2 .fooder-mes-text p {
    padding: var(--d10) 0;
}

.fooder .fooder-bom {
    background-color: var(--c);
}

.fooder .fooder-bom .fooder-bom2 {
    display: flex;
    justify-content: space-between;
    font-size: var(--14);
    line-height: 1.3;
    color: #fff;
    padding: var(--d14) 0;
}

.fooder .fooder-bom .fooder-bom2 .food-left2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fooder .fooder-bom .fooder-bom2 .food-left2 .fooder-copyright {
    margin-right: var(--d30);
}

.fooder .fooder-bom .fooder-bom2 .food-left2 .fooder-link a {
    margin-left: var(--d30);
}

.fooder .fooder-bom .fooder-bom2 .food-right2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fooder .fooder-bom .fooder-bom2 .food-right2 .cnzz {
    margin-left: var(--d20);
}

.other-banner {
    position: relative;
}

.other-banner .other-video {
    position: relative;
    height: 100vh;
}

.other-banner .other-video img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-banner .other-video .other-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: var(--r56);
    height: var(--r56);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
}

.other-banner .other-video .other-icon i {
    color: var(--c);
    font-size: var(--16);
    position: relative;
    z-index: 10;
}

.other-banner .other-video .other-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    animation: playan2 3s linear infinite;
}

.other-banner .other-video .other-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
    animation: playan2 3s linear infinite;
    animation-delay: 1.5s;
}

.other-banner .other-img {
    height: 100vh;
}

.other-banner .other-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.other-banner .other-textbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: var(--38);
    color: #fff;
    line-height: 1.5;
    z-index: 10;
    letter-spacing: 0.05em;
    font-weight: 700;
}

.aboutcontent .about-navbox {
    background-color: #F8F8F8;
}

.aboutcontent .about-navbox .about-nav {
    display: flex;
    justify-content: flex-start;
}

.aboutcontent .about-navbox .about-nav .about-nav2 {
    margin-right: var(--d60);
}

.aboutcontent .about-navbox .about-nav .about-nav2:last-child {
    margin-right: 0;
}

.aboutcontent .about-navbox .about-nav .about-nav2 a {
    white-space: nowrap;
    padding: var(--d16) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--16);
    line-height: 1.5;
    color: #222222;
    letter-spacing: 0.05ems;
    transition: all 0.5s;
}

.aboutcontent .about-navbox .about-nav .about-nav2 a:hover {
    color: var(--c);
}

.aboutcontent .profile {
    padding: var(--d120) 0;
    background: linear-gradient(180deg, rgba(242, 251, 251, 0) 0%, #F2FBFB 100%);
}

.aboutcontent .profile .profile-box {
    display: flex;
    justify-content: space-between;
}

.aboutcontent .profile .profile-box .profile-left {
    width: calc(930 / 1650 * 100%);
}

.aboutcontent .profile .profile-box .profile-left .profile-tile {
    width: 600px;
    margin-bottom: var(--d150);
}

.aboutcontent .profile .profile-box .profile-left .profile-list {
    --bs-gutter-x: 1rem;
}

.aboutcontent .profile .profile-box .profile-left .profile-list .profile-list2 .profile-list3 {
    padding: var(--d30);
}

.aboutcontent .profile .profile-box .profile-left .profile-list .profile-list2 .profile-list3 .profile-num {
    font-size: var(--40);
    line-height: 1;
    margin-bottom: var(--d12);
    color: var(--c);
}

.aboutcontent .profile .profile-box .profile-left .profile-list .profile-list2 .profile-list3 .profile-num-title {
    font-size: var(--16);
    line-height: 1;
    letter-spacing: 0.05em;
}

.aboutcontent .profile .profile-box .profile-right {
    width: calc(650 / 1650 * 100%);
}

.aboutcontent .profile .profile-box .profile-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutcontent .culture {
    padding: var(--d120) 0;
}

.aboutcontent .culture .culture-title {
    margin-bottom: var(--d20);
}

.aboutcontent .culture .culture-text {
    width: 827px;
    max-width: 100%;
    font-size: var(--16);
    line-height: 1.6;
    margin-bottom: var(--d120);
}

.aboutcontent .culture .culture-swbox {
    position: relative;
    margin-bottom: var(--d80);
}

.aboutcontent .culture .culture-swbox .culture-but {
    position: absolute;
    top: 50%;
}

.aboutcontent .culture .culture-swbox .culture-prev {
    left: calc(var(--d40) * -1);
    transform: translate(-100%, -50%);
}

.aboutcontent .culture .culture-swbox .culture-next {
    right: calc(var(--d40) * -1);
    transform: translate(100%, -50%);
}

.aboutcontent .culture .culture-swiper .swiper-wrapper {
    align-items: stretch;
}

.aboutcontent .culture .culture-swiper .swiper-wrapper .swiper-slide {
    height: auto;
}

.aboutcontent .culture .culture-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.aboutcontent .culture .culture-box::after {
    content: "";
    position: absolute;
    top: 0;
    right: -39px;
    width: 1px;
    height: 100%;
    background-color: #CEECF5;
}

.aboutcontent .culture .culture-box .culture-icon {
    width: 46px;
    margin-bottom: var(--d20);
}

.aboutcontent .culture .culture-box .culture-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutcontent .culture .culture-box .culture-sw-title {
    font-size: var(--18);
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    margin-bottom: var(--d8);
    text-align: center;
}

.aboutcontent .culture .culture-box .culture-sw-text {
    text-align: center;
}

.aboutcontent .culture .culture-list {
    margin-bottom: calc(var(--d30) * -1);
}

.aboutcontent .culture .culture-list .culture-list2 {
    margin-bottom: var(--d30);
}

.aboutcontent .culture .culture-list .culture-list2 .culture-list3 {
    position: relative;
    height: 100%;
}

.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .img-box {
    padding-bottom: 0;
    position: unset;
    border-radius: 6px;
}

.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-list-img {
    border-radius: 6px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-list-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-list-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 10;
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-textbox {
    position: relative;
    z-index: 10;
    padding: var(--d50) var(--d30) var(--d30);
    color: #fff;
}
.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-textbox .culture-list-title {
    font-size: var(--24);
    line-height: 1.5;
    margin-bottom: var(--d12);
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
}

.aboutcontent .culture .culture-list .culture-list2 .culture-list3 .culture-textbox .culture-list-text {
    text-align: center;
}

.aboutcontent .history {
    padding-top: var(--d110);
    padding-bottom: var(--d124);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.aboutcontent .history .history-swbox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: var(--d50);
}

.aboutcontent .history .history-swbox::after {
    width: calc(523 / 1650 * 100%);
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
}

.aboutcontent .history .history-swbox::before {
    width: calc(523 / 1650 * 100%);
    height: 1px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
}

.aboutcontent .history .history-swbox .history-swbox2 {
    width: calc(600 / 1650 * 100%);
    position: relative;
}

.aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.aboutcontent .history .history-swbox .history-swbox2 .history-swbox3::after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-image: url('../img/history_bg2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: playan3 5s linear infinite normal;
}

.aboutcontent .history .history-swbox .history-swbox2 .history-swbox3::before {
    width: calc(522 / 600 * 100%);
    height: calc(522 / 600 * 100%);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-image: url('../img/history_bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: playan4 5s linear infinite normal;
}

.aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper .history-con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: var(--d130);
    width: 370px;
    margin: 0 auto;
}

.aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper .history-con .history-sw-title {
    font-size: var(--38);
    line-height: 1.3;
    color: #fff;
    text-align: center;
    margin-bottom: var(--d40);
    font-weight: 700;
}

.aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper .history-con .history-sw-text {
    text-align: center;
    color: #fff;
}

.aboutcontent .history .history-datebox {
    padding: 0 var(--d120);
    position: relative;
}

.aboutcontent .history .history-datebox::after {
    width: 100%;
    background: linear-gradient(90deg, rgba(206, 236, 245, 0) 0%, #CEECF5 50%, rgba(206, 236, 245, 0) 100%);
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    bottom: calc(13px / 2);
}

.aboutcontent .history .history-datebox .history-but {
    position: absolute;
    bottom: calc(13px / 2);
    transform: translateY(50%);
    cursor: pointer;
}

.aboutcontent .history .history-datebox .history-but i {
    font-size: var(--16);
    color: #fff;
    transition: all 0.5s;
}

.aboutcontent .history .history-datebox .history-but:hover i {
    color: var(--c);
}

.aboutcontent .history .history-datebox .history-next {
    right: 0;
}

.aboutcontent .history .history-datebox .history-prev {
    left: 0;
}

.aboutcontent .history .history-datebox .swiper-slide-thumb-active .history-datebox2 .history-datebox3 .history-date4 .history-date1 {
    opacity: 1;
}

.aboutcontent .history .history-datebox .swiper-slide-thumb-active .history-datebox2 .history-datebox3 .history-date4 .history-date2 {
    opacity: 0;
}

.aboutcontent .history .history-datebox .swiper-slide-thumb-active .history-datebox2 .history-datebox3 .history-dot {
    background-color: var(--c);
}

.aboutcontent .history .history-datebox .history-datebox2 .history-datebox3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.aboutcontent .history .history-datebox .history-datebox2 .history-datebox3 .history-date4 {
    position: relative;
}

.aboutcontent .history .history-datebox .history-datebox2 .history-datebox3 .history-date4 .history-date1 {
    background: linear-gradient(180deg, #00B0BC 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: var(--48);
    line-height: 1;
    margin-bottom: var(--d16);
    font-weight: 500;
    font-family: 'Inter24pt';
    opacity: 0;
    transition: all 0.5s;
}

.aboutcontent .history .history-datebox .history-datebox2 .history-datebox3 .history-date4 .history-date2 {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    font-size: var(--24);
    color: #fff;
    text-align: center;
    font-weight: 500;
    transition: all 0.5s;
}

.aboutcontent .history .history-datebox .history-datebox2 .history-datebox3 .history-dot {
    width: 13px;
    height: 13px;
    background-color: rgba(255, 255, 255, 0.35);
    position: relative;
    border-radius: 50%;
}

.aboutcontent .history .history-datebox .history-datebox2 .history-datebox3 .history-dot::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color: #fff;
    border-radius: 50%;
    content: '';
    width: calc(7 / 13 * 100%);
    height: calc(7 / 13 * 100%);
}

.aboutcontent .honors {
    padding-top: var(--d120);
    padding-bottom: var(--d30);
}

.aboutcontent .honors .honors-title {
    margin-bottom: var(--d20);
}

.aboutcontent .honors .honors-text {
    margin-bottom: var(--d20);
}

.aboutcontent .honors .honors-text {
    width: 810px;
    max-width: 100%;
    margin-bottom: var(--d50);
}

.aboutcontent .honors .honors-box {
    padding: var(--d10) var(--d10) var(--d30);
    border-radius: 6px;
    border: 1px solid #CEECF5;
}

.aboutcontent .honors .honors-box .honors-imgbox {
    margin-bottom: var(--d20);
}

.aboutcontent .honors .honors-box .honors-sw-title {
    padding: 0 var(--d40);
}

.aboutcontent .honors .honors-box .honors-sw-title h3 {
    font-size: var(--20);
    line-height: 1.1;
    font-weight: 700;
    color: #222222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.aboutcontent .services {
    padding-top: var(--d130);
    padding-bottom: var(--d120);
    background: linear-gradient(180deg, rgba(241, 249, 250, 0) 0%, #E7F6F7 100%);
}

.aboutcontent .services .services-title {
    text-align: center;
    margin-bottom: var(--d50);
}

.aboutcontent .services .services-box {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.aboutcontent .services .services-box:hover .img-box img {
    transform: scale(1.1);
}

.aboutcontent .services .services-box::after {
    content: '';
    position: absolute;
    width: 100%;
    height: calc(63 / 360 * 100%);
    left: 0px;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.aboutcontent .services .services-box .services-img .img-box {
    padding-bottom: calc(360 / 530 * 100%);
}

.aboutcontent .services .services-box .services-sw-title {
    position: absolute;
    bottom: var(--d30);
    width: 100%;
    padding: 0 var(--d30);
    z-index: 10;
}

.aboutcontent .services .services-box .services-sw-title h3 {
    font-size: var(--24);
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
}

.aboutcontent .services .services-pagination {
    text-align: center;
    line-height: 0;
    padding-top: var(--d50);
}

.aboutcontent .services .services-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #00A6BA1A;
    opacity: 1;
}

.aboutcontent .services .services-pagination .swiper-pagination-bullet-active {
    background-color: var(--c);
}

.servicesdetails {
    padding-top: var(--d90);
    padding-bottom: var(--d120);
}

.servicesdetails .servicesdetails-list .servicesdetails-list2 {
    margin-bottom: var(--d50);
}

.servicesdetails .servicesdetails-list .servicesdetails-list2:last-child {
    margin-bottom: 0;
}

.servicesdetails .servicesdetails-list .servicesdetails-list2:nth-child(2n) .servicesdetails-list3 {
    flex-direction: row-reverse;
}

.servicesdetails .servicesdetails-list .servicesdetails-list2 .servicesdetails-list3 {
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    overflow: hidden;
    background-color: #F2FBFB;
}

.servicesdetails .servicesdetails-list .servicesdetails-list2 .servicesdetails-list3 .servicesdetails-left {
    width: calc(810 / 1650 * 100%);
}

.servicesdetails .servicesdetails-list .servicesdetails-list2 .servicesdetails-list3 .servicesdetails-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.servicesdetails .servicesdetails-list .servicesdetails-list2 .servicesdetails-list3 .servicesdetails-rigth {
    width: calc(840 / 1650 * 100%);
    padding: var(--d70) var(--d50) var(--d50);
}

.servicesdetails .servicesdetails-list .servicesdetails-list2 .servicesdetails-list3 .servicesdetails-rigth .servicesdetails-list-title {
    margin-bottom: var(--d30);
}

.servicesdetails .servicesdetails-list .servicesdetails-list2 .servicesdetails-list3 .servicesdetails-rigth .servicesdetails-list-title h3 {
    font-size: var(--32);
    line-height: 1.5;
    color: var(--c);
    font-weight: 700;
}

.swiper-butbox {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.swiper-butbox .swiper-but:first-child {
    margin-right: var(--d20);
}

.swiper-but {
    width: var(--r46);
    min-width: var(--r46);
    height: var(--r46);
    border-radius: 50%;
    border: 1px solid #DEE1DB;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
}

.swiper-but:hover {
    background-color: var(--c);
    border-color: var(--c);
}

.swiper-but:hover i {
    color: #fff;
}

.swiper-but i {
    font-size: var(--16);
    color: var(--c);
    transition: all 0.5s;
}

.crumbs {
    background-color: var(--c);
    color: #fff;
    padding: var(--d16) 0;
}

.crumbs i {
    font-size: var(--20);
    margin-right: 6px;
    display: inline-block;
    transform: translateY(2px);
}

.crumbs .crumbs-list {
    display: inline;
    font-size: var(--16);
    line-height: calc(24 / 16);
}

.crumbs .crumbs-list .crumbs-list2 {
    display: inline;
}

.crumbs .crumbs-list .crumbs-list2::after {
    content: '>';
}

.crumbs .crumbs-list .crumbs-list2:last-child::after {
    display: none;
}

.productcontent .product {
    padding-top: var(--d70);
    padding-bottom: var(--d120);
}

.productcontent .product .product-list .product-list2 {
    margin-bottom: var(--d50);
}

.productcontent .product .product-list .product-list2:last-child {
    margin-bottom: 0;
}

.productcontent .product .product-list .product-list2 .product-list3 {
    background-color: #F8F8F8;
    padding: var(--d50) var(--d30);
}

.productcontent .product .product-list .product-list2 .product-list3 .product-list-title {
    display: inline-flex;
    justify-content: flex-start;
    margin-bottom: var(--d26);
}

.productcontent .product .product-list .product-list2 .product-list3 .product-list-title h2 {
    font-size: var(--28);
    line-height: calc(32 / 28);
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #222222;
}

.productcontent .product .product-list .product-list2 .product-list3 .product-list-text {
    width: 1221px;
    max-width: 100%;
    margin-bottom: var(--d50);
}

.productcontent .product .product-list .product-list2 .product-list3 .product-pagination {
    text-align: center;
    line-height: 0;
    padding-top: var(--d10);
}

.productcontent .product .product-list .product-list2 .product-list3 .product-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #00A6BA1A;
    opacity: 1;
}

.productcontent .product .product-list .product-list2 .product-list3 .product-pagination .swiper-pagination-bullet-active {
    background-color: var(--c);
}

.product-box:hover .img-box img {
    transform: scale(1.1);
}

.product-box .product-img {
    margin-bottom: var(--d20);
}

.product-box .product-img .img-box {
    border-radius: 6px;
}

.product-box .product-sw-title h3 {
    text-align: center;
    font-size: var(--16);
    line-height: 1.5;
    font-weight: 700;
    color: #222222;
    letter-spacing: 0.05em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.line1 {
    width: 6px;
    background-color: var(--c);
    margin-right: var(--d14);
}

.line2 {
    width: 4px;
    background-color: var(--c);
    margin-right: var(--d10);
}

.line3 {
    width: 2px;
    background-color: var(--c);
    margin-right: var(--d10);
    height: 18px;
}

.gmt-box {
    display: flex;
    justify-content: space-between;
}

.gmt-box .gmt-title {
    display: inline-flex;
    justify-content: flex-start;
    margin-bottom: var(--d30);
}

.gmt-box .gmt-title h2 {
    font-size: var(--28);
    line-height: calc(32 / 28);
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #222222;
}

.gmt-box .gmt-left {
    width: calc(420 / 1650 * 100%);
    padding-top: var(--d60);
}

.gmt-box .gmt-left .gmt-left2 {
    position: sticky;
    top: 150px;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list {
    border-top: 4px solid var(--c);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 {
    transition: all 0.5s;
    padding: var(--d26) 0;
    border-bottom: 1px solid #D9D9D9;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
    margin-bottom: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:hover .gmt-list3 a {
    color: var(--c);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2:last-child {
    margin-bottom: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
    position: relative;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut {
    width: 100%;
    cursor: pointer;
    position: relative;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: var(--d18) var(--d16);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 .menubut .gmt-but i {
    color: var(--c);
    transition: all 0.5s;
    font-size: var(--14);
    display: block;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a {
    display: block;
    width: 100%;
    position: relative;
    z-index: 10;
    font-size: var(--18);
    line-height: 1.5;
    color: #222222;
    transition: all 0.5s;
    display: flex;
    justify-content: flex-start;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-list3 a span {
    width: 90%;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more {
    display: none;
    padding: var(--d12) var(--d16);
    background-color: #F9F9F9;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 {
    transition: all 0.5s;
    position: relative;
    margin-bottom: var(--d15);
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:last-child {
    margin-bottom: 0;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2 a {
    display: block;
    width: 100%;
    font-size: var(--18);
    line-height: calc(26 / 18);
    position: relative;
    transition: all 0.5s;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .gmt-more2:hover a {
    text-decoration: underline;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .gmt-list2 .gmt-more .action a {
    text-decoration: underline;
}

.gmt-box .gmt-left .gmt-left2 .gmt-list .open .gmt-list3 a {
    color: var(--c);
}

.gmt-box .gmt-rigth {
    width: calc(1230 / 1650 * 100%);
    padding-left: var(--d60);
    padding-top: var(--d60);
    padding-bottom: var(--d120);
    border-left: 1px solid #D9D9D9;
}

.gmt-box .gmt-rigth .productlist-box {
    display: flex;
    justify-content: space-between;
    padding-bottom: var(--d50);
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: var(--d50);
}

.gmt-box .gmt-rigth .productlist-box .productlist-textbox {
    width: calc(720 / 1170 * 100%);
    padding-right: var(--d60);
}

.gmt-box .gmt-rigth .productlist-box .productlist-textbox .productlist-title {
    display: inline-flex;
    justify-content: flex-start;
    margin-bottom: var(--d26);
}

.gmt-box .gmt-rigth .productlist-box .productlist-textbox .productlist-title h2 {
    font-size: var(--28);
    line-height: calc(32 / 28);
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #222222;
}

.gmt-box .gmt-rigth .productlist-box .productlist-imgbox {
    width: calc(450 / 1170 * 100%);
}

.gmt-box .gmt-rigth .productlist-box .productlist-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.gmt-box .gmt-rigth .productlist-content {
    margin-bottom: var(--d70);
}

.gmt-box .gmt-rigth .productlist-content>div {
    padding-bottom: var(--d50);
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: var(--d50);
}

.gmt-box .gmt-rigth .productlist-content>div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.gmt-box .gmt-rigth .productlist-content .characteristic .characteristic-list {
    margin-bottom: calc(var(--d10) * -1);
    --bs-gutter-x: 0.625rem;
}

.gmt-box .gmt-rigth .productlist-content .characteristic .characteristic-list .characteristic-list2 {
    margin-bottom: var(--d10);
}

.gmt-box .gmt-rigth .productlist-content .characteristic .characteristic-list .characteristic-list2 .characteristic-list3 {
    padding: var(--d30);
    background-color: #F0F7F6;
    height: 100%;
    border-radius: 6px;
}

.gmt-box .gmt-rigth .productlist-content .characteristic .characteristic-list .characteristic-list2 .characteristic-list3 .characteristic-list-title {
    font-size: var(--18);
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    margin-bottom: var(--d10);
}

.gmt-box .gmt-rigth .productlist-content .solutions .solutions-list .solutions-list2 {
    margin-bottom: var(--d10);
}

.gmt-box .gmt-rigth .productlist-content .solutions .solutions-list .solutions-list2:last-child {
    margin-bottom: 0;
}

.gmt-box .gmt-rigth .productlist-content .solutions .solutions-list .solutions-list2 .solutions-list3 {
    padding: var(--d30);
    background-color: #F0F7F6;
    height: 100%;
    border-radius: 6px;
}

.gmt-box .gmt-rigth .productlist-content .solutions .solutions-list .solutions-list2 .solutions-list3 .solutions-list-title {
    font-size: var(--18);
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    margin-bottom: var(--d10);
}

.gmt-box .gmt-rigth .productdisplay .productdisplay-list {
    margin-bottom: calc(var(--d40) * -1);
    padding-bottom: var(--d70);
}

.gmt-box .gmt-rigth .productdisplay .productdisplay-list .productdisplay-list2 {
    margin-bottom: var(--d40);
}

.content-title {
    display: inline-flex;
    justify-content: flex-start;
    margin-bottom: var(--d40);
}

.content-title h2 {
    font-size: var(--28);
    line-height: calc(32 / 28);
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #222222;
}

.search-note .search-note-title {
    margin-bottom: var(--d30);
}

.search-note .search-note-text {
    border-radius: 5px;
    padding: var(--d10);
    background-color: var(--c);
    margin-bottom: var(--d30);
    color: #fff;
}

.search-note .hot {
    margin-bottom: var(--d30);
}

.s-menu {
    display: none;
    position: relative;
    padding-top: 10px;
    margin-bottom: 20px;
}

.s-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.s-menu::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}

.s-menu .s-menu1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.s-menu .s-menu1 .s-menu2 {
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    font-weight: 700;
}

.s-menu .s-menu1 .s-menu2:last-child {
    margin-right: 0;
}

.s-menu .s-menu1 .action {
    color: var(--c);
}

.pagination {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: calc(var(--d12) * -1);
}

.pagination .pagination-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .prev,
.pagination .pagination-page li,
.pagination .next {
    width: var(--r46);
    height: var(--r46);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--15);
    line-height: 1;
    margin-right: var(--d12);
    color: #222;
    border-radius: 50%;
}

.pagination .prev a,
.pagination .prev span,
.pagination .pagination-page li a,
.pagination .pagination-page li span,
.pagination .next a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 40px;
    transition: all 0.5s;
    border-radius: 50%;
    border: 1px solid #DEE1DB;
    color: var(--c);
    font-size: var(--16);
    letter-spacing: 0.05em;
}

.pagination .prev a span,
.pagination .pagination-page li a span,
.pagination .next a span {
    line-height: 1;
}

.pagination .prev a i,
.pagination .pagination-page li a i,
.pagination .next a i {
    font-size: var(--14);
}

.pagination .prev a:hover,
.pagination .pagination-page li a:hover,
.pagination .next a:hover {
    background-color: var(--c);
    color: #fff;
}

.pagination .active span {
    background-color: var(--c) !important;
    color: #fff !important;
}

body:has(.productdetails) .crumbs {
    position: absolute;
    top: 86px;
    width: 100%;
    background-color: transparent;
}

.productdetails .details {
    padding-bottom: var(--d120);
}

.productdetails .details .details-navbox {
    position: sticky;
    top: 86px;
    left: 0;
    z-index: 1000;
    background-color: #F8F8F8;
}

.productdetails .details .details-navbox .details-nav .navbox {
    display: flex;
    justify-content: flex-start;
    padding: var(--d20) 0;
}

.productdetails .details .details-navbox .details-nav .navbox .navbox2 {
    margin-right: var(--d32);
    padding-right: var(--d32);
    font-size: var(--16);
    line-height: 1.5;
    color: #222222;
    transition: all 0.5s;
    position: relative;
    white-space: nowrap;
}

.productdetails .details .details-navbox .details-nav .navbox .navbox2:last-child {
    margin-right: 0;
    padding-right: 0;
}

.productdetails .details .details-navbox .details-nav .navbox .navbox2:last-child::after {
    display: none;
}

.productdetails .details .details-navbox .details-nav .navbox .navbox2::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: var(--16);
    background-color: #99CAD4;
    transform: translateY(-50%);
}

.productdetails .details .details-navbox .details-nav .navbox .navbox2:hover {
    color: var(--c);
}

.productdetails .details .details-navbox .details-nav .navbox .navbox2.action {
    color: var(--c);
}

.productdetails .details .prodetails {
    padding-top: var(--d80);
}

.productdetails .details .prodetails .prodetails-textbox .prodetails-textbox2 {
    margin-bottom: var(--d40);
}

.productdetails .details .prodetails .prodetails-textbox .prodetails-textbox2 .prodetails-text-title {
    font-size: var(--18);
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    margin-bottom: var(--d16);
}

.productdetails .details .prodetails .prodetails-textbox .prodetails-textbox2:last-child {
    margin-bottom: 0;
}

.productdetails .details .recommended {
    padding-top: var(--d80);
}

.productdetails .details .recommended .recommended-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--d50);
}

.productdetails .details .recommended .recommended-title .content-title {
    margin-bottom: 0;
}

.details-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 177px;
    padding-bottom: var(--d110);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.details-content .swiper-but {
    background-color: rgba(0, 0, 0, 0.15);
    border: none;
}

.details-content .swiper-but i {
    color: #fff;
}

.details-content .swiper-but:hover {
    background-color: var(--c);
}

.details-content .details-left {
    width: calc(720 / 1650 * 100%);
}

.details-content .details-left .details-imgbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.details-content .details-left .details-imgbox .details-swiperbox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 var(--d15);
}

.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
    width: 100%;
    padding: 1px;
    padding: 0 var(--d24);
}

.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide {
    border-color: var(--c);
    overflow: hidden;
    background-color: #FFFFFF;
    border-radius: 6px;
}

.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-slide-thumb-active {
    border: 1px solid #F5F5F5;
}

.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video {
    position: relative;
}

.details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 .swiper-video::before {
    font-family: 'iconfont' !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "\e618";
    font-size: var(--16);
    width: var(--r46);
    height: var(--r46);
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c);
    z-index: 11;
    line-height: 1;
    border-radius: 50%;
}

.details-content .details-left .details-imgbox .details-swiperbox2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: var(--d15);
}

.details-content .details-left .details-imgbox .details-swiperbox2 .details-swiper2 {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    position: relative;
}

.details-content .details-right {
    width: calc(930 / 1650 * 100%);
    padding-left: var(--d90);
    padding-top: var(--d30);
}

.details-content .details-right .details-right2 {
    height: 100%;
}

.details-content .details-right .details-right2 .details-type {
    font-size: var(--18);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: var(--d12);
}

.details-content .details-right .details-right2 .details-title {
    margin-bottom: var(--d35);
}

.details-content .details-right .details-right2 .details-title h2 {
    font-size: var(--38);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 700;
    margin-bottom: var(--d50);
}

.details-content .details-right .details-right2 .details-textbox {
    margin-bottom: var(--d50);
}

.details-content .details-right .details-right2 .details-textbox .details-text-title {
    font-size: var(--18);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 700;
    margin-bottom: var(--d16);
}

.details-content .details-right .details-right2 .details-textbox .details-text {
    color: #fff;
}

.details-content .details-right .details-right2 .details-share {
    margin-bottom: var(--d80);
}

.details-content .details-right .details-right2 .details-share p {
    font-size: var(--18);
    line-height: 1;
    color: #Fff;
    margin-bottom: var(--d20);
    font-weight: 700;
    letter-spacing: 0.05em;
}

.details-content .details-right .details-right2 .details-butbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.details-content .details-right .details-right2 .details-butbox .details-but {
    width: calc(412 / 840 * 100%);
}

.details-content .details-right .details-right2 .details-butbox .details-but .details-but2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--d14) var(--d22);
    font-size: var(--14);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #fff;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 100px;
}

.details-content .details-right .details-right2 .details-butbox .details-but .details-but2:hover {
    background-color: var(--c);
    color: #fff;
}

.details-content .details-right .details-right2 .details-butbox .details-but .details-but2 i {
    font-size: var(--16);
}

.applicationcontent {
    position: relative;
}

.applicationcontent .application-textbox {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    z-index: 10;
    display: none;
}

.applicationcontent .application-textbox .application-textbox2 {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(2px);
    padding: var(--d30) var(--d50);
    text-align: center;
    letter-spacing: 0.05em;
}

.applicationcontent .relatedproducts {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: var(--d120) 0;
}

.applicationcontent .relatedproducts .related-title {
    text-align: center;
    margin-bottom: var(--d20);
}

.applicationcontent .relatedproducts .related-text {
    text-align: center;
    margin-bottom: var(--d50);
    display: none;
}

.applicationcontent .relatedproducts .related-swbox {
    position: relative;
}

.applicationcontent .relatedproducts .related-swbox .related-but {
    position: absolute;
    top: 50%;
}

.applicationcontent .relatedproducts .related-swbox .related-prev {
    left: calc(var(--d30) * -1);
    transform: translate(-100%, -50%);
}

.applicationcontent .relatedproducts .related-swbox .related-next {
    right: calc(var(--d30) * -1);
    transform: translate(100%, -50%);
}

.applicationcontent .industry {
    padding-top: var(--d120);
    display: none !important;
}

.applicationcontent .industry .industry-title {
    margin-bottom: var(--d50);
    text-align: center;
}

.applicationcontent .industry .industry-swiper .swiper-wrapper {
    align-items: stretch;
}

.applicationcontent .industry .industry-swiper .swiper-wrapper .swiper-slide {
    height: auto;
}

.applicationcontent .industry .industry-box {
    display: flex;
    justify-content: space-between;
}

.applicationcontent .industry .industry-box .industry-left {
    width: 50%;
}

.applicationcontent .industry .industry-box .industry-left .img-box {
    padding-bottom: calc(375 / 600 * 100%);
}

.applicationcontent .industry .industry-box .industry-right {
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: var(--d50) var(--d30);
}

.applicationcontent .industry .industry-box .industry-right .industry-type {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: var(--d8) var(--d20);
    border-radius: 50px;
    border: 1px solid #fff;
    font-size: var(--14);
    line-height: calc(13 / 14);
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: var(--d12);
}

.applicationcontent .industry .industry-box .industry-right .industry-sw-title {
    font-size: var(--24);
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    margin-bottom: var(--d30);
}

.applicationcontent .industry .industry-box .industry-right .industry-sw-text {
    color: #fff;
}

.innovationcontent .technology {
    padding: var(--d120) 0;
}

.innovationcontent .technology .technology-title {
    text-align: center;
    margin-bottom: var(--d20);
}

.innovationcontent .technology .technology-text {
    text-align: center;
    width: 978px;
    max-width: 100%;
    margin: 0 auto;
}

.innovationcontent .platform {
    padding: var(--d120) 0;
    background-color: #F2FBFB;
}

.innovationcontent .platform .platform-box {
    display: flex;
    justify-content: space-between;
}

.innovationcontent .platform .platform-box .platform-left {
    width: calc(840 / 1650 * 100%);
    padding-right: var(--d70);
    padding-top: var(--d10);
}

.innovationcontent .platform .platform-box .platform-left .platform-title {
    margin-bottom: var(--d50);
}

.innovationcontent .platform .platform-box .platform-left .platform-swiper2 {
    height: 300px;
    width: 100%;
    margin-bottom: var(--d50);
}

.innovationcontent .platform .platform-box .platform-left .platform-swiper2 .platform-navbox {
    padding: var(--d10) var(--d16);
    font-size: var(--16);
    line-height: 1.8;
    color: #222222;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #B6D9DD;
}

.innovationcontent .platform .platform-box .platform-right {
    width: calc(810 / 1650 * 100%);
}

.innovationcontent .platform .platform-box .platform-right .img-box {
    border-radius: 6px;
    padding-bottom: calc(505 / 810 * 100%);
}

.innovationcontent .certificate {
    padding: var(--d120) 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.innovationcontent .certificate .certificate-title {
    text-align: center;
    margin-bottom: var(--d60);
}

.innovationcontent .certificate .certificate-box .img-box {
    padding-bottom: calc(680 / 500 * 100%);
}

.innovationcontent .certificate .certificate-box .certificate-img {
    padding: var(--d34) var(--d28);
    border-radius: 6px;
    border: 1px solid #CEECF5;
    background-color: #F8F8F8;
    margin-bottom: var(--d20);
}

.innovationcontent .certificate .certificate-box .certificate-title {
    text-align: center;
    font-size: var(--20);
    font-weight: 700;
    line-height: 1.5;
    color: #222222;
}

.innovationcontent .customization .customization-box {
    display: flex;
    justify-content: space-between;
}

.innovationcontent .customization .customization-box .customization-left {
    width: 50%;
}

.innovationcontent .customization .customization-box .customization-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.innovationcontent .customization .customization-box .customization-right {
    width: 50%;
    padding: var(--d60);
    padding-right: var(--p);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
}

.innovationcontent .customization .customization-box .customization-right .customization-textbox {
    width: 100%;
}

.innovationcontent .customization .customization-box .customization-right .customization-title {
    margin-bottom: var(--d20);
}

.innovationcontent .customization .customization-box .customization-right .customization-title h2 {
    color: #fff;
}

.innovationcontent .customization .customization-box .customization-right .customization-text {
    width: 645px;
    max-width: 100%;
    color: #fff;
    margin-bottom: var(--d30);
    font-size: var(--16);
    line-height: 1.5;
    letter-spacing: 0.05em;
}

.innovationcontent .customization .customization-box .customization-right .customization-list {
    display: inline-flex;
    flex-direction: column;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.innovationcontent .customization .customization-box .customization-right .customization-list .customization-list2 {
    color: #fff;
    font-size: var(--16);
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding: var(--d10) 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-right: var(--d30);
}

.innovationcontent .consulting {
    padding: var(--d120) 0;
    background-color: #E7F6F7;
}

.innovationcontent .consulting .consulting-title {
    text-align: center;
    margin-bottom: var(--d40);
}

.innovationcontent .consulting .consulting-form ul {
    --bs-gutter-x: 0.625rem;
}

.innovationcontent .consulting .consulting-form ul li {
    margin-bottom: var(--d10);
}

.innovationcontent .consulting .consulting-form .input-box {
    width: 100%;
    padding: var(--d16) var(--d20);
    border-radius: 6px;
    font-size: var(--14);
    line-height: 1.3;
    letter-spacing: 0.06em;
    color: #222222;
}

.innovationcontent .consulting .consulting-form .input-box::placeholder {
    color: #666666;
    transition: all 0.5s;
}

.innovationcontent .consulting .consulting-form .input-box:focus::placeholder {
    overflow: 0.3;
}

.innovationcontent .consulting .consulting-form .textarea-box {
    height: 210px;
    margin-bottom: var(--d40);
}

.innovationcontent .consulting .consulting-form .submit {
    background-color: transparent;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.newscontent {
    padding: var(--d120) 0;
}

.newscontent .news-form {
    width: 450px;
    max-width: 100%;
    margin-bottom: var(--d70);
}

.newscontent .news-form .news-form-box {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #E6E6E6;
    padding: var(--d16) var(--d26);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newscontent .news-form .news-form-box .input-text {
    width: 95%;
    font-size: var(--14);
    line-height: 1.5;
    letter-spacing: 0.05em;
    color: #222222;
}

.newscontent .news-form .news-form-box .input-text::placeholder {
    transition: all 0.5s;
    color: #999999;
}

.newscontent .news-form .news-form-box .input-text:focus::placeholder {
    overflow: 0.3;
}

.newscontent .news-form .news-form-box .submit {
    background-color: transparent;
    border: none;
}

.newscontent .news-form .news-form-box .submit i {
    font-size: var(--20);
    color: #666666;
}

.newscontent .news-list {
    padding-bottom: var(--d80);
}

.newscontent .news-list .news-list2 .news-list3 {
    position: relative;
    padding: var(--d20) 0;
}

.newscontent .news-list .news-list2 .news-list3:hover::after {
    opacity: 1;
}

.newscontent .news-list .news-list2 .news-list3:hover .img-box img {
    transform: scale(1.1);
}

.newscontent .news-list .news-list2 .news-list3:hover .news-box .news-right .news-list-title h3 {
    color: var(--c);
}

.newscontent .news-list .news-list2 .news-list3:hover .news-box .news-right .news-list-more {
    color: var(--c);
}

.newscontent .news-list .news-list2 .news-list3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background-image: url('../img/news_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    transition: all 0.5s;
}

.newscontent .news-list .news-list2 .news-list3 .news-box {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.newscontent .news-list .news-list2 .news-list3 .news-box .img-box {
    padding-bottom: calc(420 / 675 * 100%);
    border-radius: 6px;
}

.newscontent .news-list .news-list2 .news-list3 .news-box .news-left {
    width: calc(450 / 1650 * 100%);
}

.newscontent .news-list .news-list2 .news-list3 .news-box .news-right {
    width: calc(1200 / 1650 * 100%);
    padding-left: var(--d52);
    padding-top: var(--d10);
}

.newscontent .news-list .news-list2 .news-list3 .news-box .news-right .news-date {
    display: flex;
    align-items: center;
    font-size: var(--16);
    line-height: 1;
    color: #999999;
    margin-bottom: var(--d32);
}

.newscontent .news-list .news-list2 .news-list3 .news-box .news-right .news-date i {
    font-size: var(--20);
    margin-right: var(--d10);
}

.newscontent .news-list .news-list2 .news-list3 .news-box .news-right .news-list-title {
    margin-bottom: var(--d12);
}

.newscontent .news-list .news-list2 .news-list3 .news-box .news-right .news-list-title h3 {
    font-size: var(--18);
    line-height: 1.5;
    color: #222222;
    letter-spacing: 0.05em;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.5s;
}

.newscontent .news-list .news-list2 .news-list3 .news-box .news-right .news-list-text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: var(--d30);
}

.newscontent .news-list .news-list2 .news-list3 .news-box .news-right .news-list-more {
    display: flex;
    align-items: center;
    font-size: var(--14);
    line-height: 1.5;
    letter-spacing: 0.05em;
    transition: all 0.5s;
}

.newscontent .news-list .news-list2 .news-list3 .news-box .news-right .news-list-more i {
    margin-left: var(--d8);
    font-size: var(--22);
}

.contactcontent .contact {
    padding: var(--d120) 0;
}

.contactcontent .contact .contact-box {
    display: flex;
    justify-content: space-between;
}

.contactcontent .contact .contact-box .contact-left {
    width: calc(718 / 1650 * 100%);
    padding-right: var(--d100);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.contactcontent .contact .contact-box .contact-left .contact-textbox {
    margin-bottom: var(--d30);
}

.contactcontent .contact .contact-box .contact-left .contact-title1 {
    margin-bottom: var(--d20);
}

.contactcontent .contact .contact-box .contact-left .contact-title2 .title2 {
    color: #222222;
}

.contactcontent .contact .contact-box .contact-right {
    width: calc(932 / 1650 * 100%);
}

.contactcontent .map {
    padding: var(--d120) 0;
    background-color: #F2FBFB;
}

.contactcontent .map .map-title {
    text-align: center;
    margin-bottom: var(--d20);
}

.contactcontent .map .map-text {
    text-align: center;
    margin-bottom: var(--d50);
}

.contactcontent .map .map-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contactcontent .mes {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: var(--d120) 0;
}

.contactcontent .mes .mes-box {
    display: flex;
    justify-content: space-between;
}

.contactcontent .mes .mes-box .mes-left {
    width: calc(720 / 1650 * 100%);
    padding-right: var(--d120);
    padding-top: var(--d20);
}

.contactcontent .mes .mes-box .mes-left .mes-addbox {
    margin-bottom: var(--d40);
}

.contactcontent .mes .mes-box .mes-left .mes-addbox .mes-addtitle {
    font-size: var(--18);
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: var(--d20);
    color: #222222;
}

.contactcontent .mes .mes-box .mes-left .mes-addbox .mes-add {
    font-size: var(--38);
    line-height: 1.5;
    color: #222222;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.contactcontent .mes .mes-box .mes-left .mes-con {
    margin-bottom: var(--d40);
}

.contactcontent .mes .mes-box .mes-left .mes-con:last-child {
    margin-bottom: 0;
}

.contactcontent .mes .mes-box .mes-left .mes-con .mes-title {
    display: flex;
    align-items: center;
    color: #222222;
    font-size: var(--16);
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin-bottom: var(--d16);
}

.contactcontent .mes .mes-box .mes-left .mes-con .mes-title svg {
    width: var(--24);
    height: var(--24);
    margin-right: 6px;
}

.contactcontent .mes .mes-box .mes-left .mes-con .mes-text {
    font-size: var(--32);
    line-height: 1;
    color: #222222;
    font-weight: 600;
}

.contactcontent .mes .mes-box .mes-right {
    width: calc(930 / 1650 * 100%);
}

.contactcontent .mes .mes-box .mes-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.contact-form .form-title {
    font-size: var(--16);
    line-height: 1.3;
    color: #333333;
    margin-bottom: var(--d16);
    letter-spacing: 0.06em;
}

.contact-form .input-box {
    font-size: var(--14);
    line-height: 1.3;
    letter-spacing: 0.06em;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: var(--d14);
}

.contact-form .input-box::placeholder {
    color: #999999;
    transition: all 0.5s;
}

.contact-form .input-box:focus::placeholder {
    opacity: 0.3;
}

.contact-form .textarea-box {
    height: 126px;
}

.contact-form ul li {
    margin-bottom: var(--d50);
}

.contact-form .submit {
    width: 100%;
    background: transparent;
}

.innovationcontent .contact-form .submit {
    width: auto;
}

.contact-form .submit .con-but2 {
    display: flex;
}

.newsdetcon {
    position: relative;
    padding-bottom: var(--d120);
    padding-top: var(--d100);
}

.newsdetcon .form-title {
    margin-bottom: var(--d20);
}

.newsdetcon .news-formbox .form-title h2 {
    color: #003366;
}

.newsdetcon .news-formbox .more-but .more-box {
    background-color: #003366;
}

.newsdetcon .news-formbox .input-box {
    color: #003366;
    background-color: #F7F8FA;
}

.newsdetcon .news-formbox .input-box::placeholder {
    transition: all 0.5s;
    color: #496683;
}

.newsdetcon .news-title {
    margin-bottom: var(--d30);
}

.newsdetcon .index-news-date {
    font-size: var(--18);
    line-height: 1;
    margin-bottom: var(--d20);
}

.newsdetcon .news-prve,
.newsdetcon .news-next,
.newsdetcon .share {
    margin-bottom: var(--d30);
}

.newsdetcon .news-prve p,
.newsdetcon .news-next p,
.newsdetcon .share p {
    white-space: nowrap;
    font-size: var(--18);
    line-height: 1.3;
    font-weight: 500;
    color: #222222;
    display: inline-block;
    margin-right: 10px;
}

.newsdetcon .news-text {
    margin-bottom: var(--d40);
}

.newsdetcon .news-prve a,
.newsdetcon .news-next a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.newsdetcon .news-prve a:hover,
.newsdetcon .news-next a:hover {
    color: var(--c);
}

.newsdetcon .news-prve span,
.newsdetcon .news-next span {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsdetcon .news-next {
    margin-bottom: var(--d50);
}

.sitemapcontent .sitemap-content {
    padding-top: var(--d100);
    padding-bottom: var(--d100);
}

.sitemapcontent .sitemap-content .sitemap-title {
    margin-bottom: var(--d60);
}

.sitemapcontent .sitemap-content .list1 .list2 {
    margin-bottom: var(--d30);
}

.sitemapcontent .sitemap-content .list1 .list2:last-child {
    margin-bottom: 0;
}

.sitemapcontent .sitemap-content .list1 .list2 .list3 {
    max-width: 100%;
    width: 400px;
    height: 50px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--c);
    color: var(--c);
    font-size: 20px;
    font-weight: bold;
    transition: all 0.2s;
}

.sitemapcontent .sitemap-content .list1 .list2 .list3:hover {
    background-color: var(--c);
    color: #fff;
}

.sitemapcontent .sitemap-content .list1 .list2 .list1-2 {
    padding-top: 20px;
}

.sitemapcontent .sitemap-content .list1 .list2 .list1-2 .list2-2 {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--c);
}

.sitemapcontent .sitemap-content .list1 .list2 .list1-3 {
    padding-top: 10px;
}

.sitemapcontent .sitemap-content .list1 .list2 .list1-3 .list2-3 {
    font-weight: 400;
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: normal;
    color: var(--c);
}

.privacycontent {
    padding-top: var(--d100);
    padding-bottom: var(--d100);
}

.privacycontent .privacy-title {
    margin-bottom: var(--d30);
}

.container {
    max-width: 1650px;
    padding: 0;
}

@media (max-width: 1800px) {
    .container {
        max-width: 1480px;
    }

    :root {
        --p: calc((100vw - 1480px) / 2);
    }

    .history-sw-date {
        transform: scale(0.8);
    }

    .aboutcontent .culture .culture-swbox .culture-prev {
        left: -15px;
    }

    .aboutcontent .culture .culture-swbox .culture-next {
        right: -15px;
    }

    .applicationcontent .relatedproducts .related-swbox .related-prev {
        left: -15px;
    }

    .applicationcontent .relatedproducts .related-swbox .related-next {
        right: -15px;
    }

    .applicationcontent .industry .industry-box .industry-right {
        padding: var(--d30);
    }

    .applicationcontent .industry .industry-box .industry-right .industry-sw-title {
        margin-bottom: var(--d20);
    }
}

@media (max-width: 1600px) {
    .container {
        max-width: 1260px;
    }

    :root {
        --p: calc((100vw - 1260px) / 2);
        --d700: 600px;
        --d357: 285px;
        --d330: 270px;
        --d208: 130px;
        --d185: 110px;
        --d180: 110px;
        --d170: 110px;
        --d160: 100px;
        --d158: 100px;
        --d150: 100px;
        --d145: 100px;
        --d140: 90px;
        --d138: 90px;
        --d135: 90px;
        --d130: 90px;
        --d128: 90px;
        --d124: 90px;
        --d120: 90px;
        --d118: 75px;
        --d110: 70px;
        --d105: 70px;
        --d100: 70px;
        --d96: 70px;
        --d90: 70px;
        --d86: 60px;
        --d84: 60px;
        --d80: 60px;
        --d75: 50px;
        --d70: 50px;
        --d68: 40px;
        --d66: 40px;
        --d64: 40px;
        --d60: 35px;
        --d58: 35px;
        --d56: 35px;
        --d55: 35px;
        --d52: 30px;
        --d50: 30px;
        --d45: 30px;
        --d44: 30px;
        --d42: 30px;
        --d40: 30px;
        --d38: 30px;
        --d34: 24px;
        --d36: 24px;
        --d35: 24px;
        --d30: 24px;
        --d28: 24px;
        --d24: 15px;
        --d22: 14px;
        --d20: 15px;
        --d18: 10px;
        --d17: 10px;
        --d12: 8px;
        --90: 75px;
        --80: 65px;
        --75: 65px;
        --72: 65px;
        --68: 60px;
        --64: 54px;
        --60: 50px;
        --56: 45px;
        --54: 42px;
        --52: 42px;
        --48: 38px;
        --45: 36px;
        --44: 36px;
        --38: 34px;
        --36: 34px;
        --34: 30px;
        --32: 30px;
        --28: 26px;
        --26: 22px;
        --24: 22px;
        --20: 18px;
        --19: 18px;
        --18: 16px;
    }

    .indexcontent .i-news .i-news-list {
        --bs-gutter-x: 4.3125rem;
    }

    .aboutcontent .profile .profile-box .profile-left .profile-list .profile-list2 .profile-list3 {
        padding: var(--d20);
    }

    .aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper .history-con .history-sw-title {
        margin-bottom: 10px;
    }

    .aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper .history-con {
        width: 300px;
    }

    .history-sw-date {
        transform: scale(0.7);
    }
}

@media (max-width: 1400px) {
    .header .header-box1 .header-content1 {
        height: 70px;
    }

    .row {
        --bs-gutter-x: 1em;
    }

    .container {
        max-width: 1060px;
    }

    :root {
        --p: calc((100vw - 1060px) / 2);
        --r56: 50px;
        --r46: 40px;
        --r40: 35px;
        --d700: 450px;
        --d357: 205px;
        --d330: 205px;
        --d208: 80px;
        --d185: 80px;
        --d180: 80px;
        --d170: 80px;
        --d160: 75px;
        --d158: 75px;
        --d150: 70px;
        --d145: 70px;
        --d140: 60px;
        --d138: 60px;
        --d135: 60px;
        --d130: 60px;
        --d128: 60px;
        --d124: 60px;
        --d120: 60px;
        --d118: 60px;
        --d115: 60px;
        --d110: 60px;
        --d100: 60px;
        --d96: 40px;
        --d93: 40px;
        --d90: 40px;
        --d86: 40px;
        --d80: 30px;
        --d78: 30px;
        --d70: 30px;
        --d68: 30px;
        --d62: 30px;
        --d56: 25px;
        --d55: 25px;
        --d48: 30px;
        --d42: 30px;
        --d40: 20px;
        --d38: 20px;
        --d36: 18px;
        --d32: 18px;
        --d30: 20px;
        --d28: 20px;
        --d26: 20px;
        --d24: 20px;
        --d25: 20px;
        --d22: 10px;
        --d18: 10px;
        --d16: 10px;
        --d15: 10px;
        --d14: 10px;
        --d12: 10px;
        --90: 66px;
        --75: 50px;
        --72: 50px;
        --68: 50px;
        --65: 50px;
        --64: 48px;
        --60: 45px;
        --56: 38px;
        --54: 38px;
        --52: 38px;
        --50: 38px;
        --48: 36px;
        --45: 30px;
        --44: 30px;
        --40: 32px;
        --38: 30px;
        --36: 28px;
        --32: 28px;
        --30: 24px;
        --28: 20px;
        --24: 20px;
        --22: 18px;
        --20: 16px;
        --19: 16px;
        --17: 15px;
        --16: 14px;
    }

    .contactcontent .mes .mes-box .mes-right {
        width: calc(810 / 1650 * 100%);
    }

    .contactcontent .mes .mes-box .mes-left {
        width: calc(840 / 1650 * 100%);
    }

    .innovationcontent .platform .platform-box .platform-left {
        padding-top: 0px;
    }

    .details-content .details-left .details-imgbox .details-swiperbox {
        padding: 0;
    }

    .details-content .details-left .details-imgbox .details-swiperbox .details-swiper1 {
        padding: 0 12px;
    }

    .productdetails .details .details-navbox {
        top: 70px;
    }

    .indexcontent .i-application .i-application-left {
        width: calc(870 / 1650 * 100%);
    }

    .aboutcontent .profile .profile-box .profile-left {
        width: calc(975 / 1650 * 100%);
    }

    .aboutcontent .culture .culture-box::after {
        right: -10px;
    }

    .header .header-logo .logo {
        width: 140px;
    }

    .details-content {
        padding-top: 160px;
    }
}

@media (max-width: 1200px) {
    .container {
        max-width: 860px;
    }

    :root {
        --p: calc((100vw - 860px) / 2);
        --d700: 380px;
        --d357: 150px;
        --d330: 150px;
        --d90: 55px;
        --d88: 55px;
        --d68: 30px;
        --d64: 30px;
        --d60: 25px;
        --d50: 20px;
        --d45: 20px;
        --d44: 20px;
        --d42: 20px;
        --d26: 15px;
        --d25: 15px;
        --d15: 10px;
        --d10: 8px;
        --d8: 4px;
        --128: 100px;
        --90: 50px;
        --75: 45px;
        --68: 45px;
        --64: 38px;
        --54: 32px;
        --52: 32px;
        --48: 30px;
        --38: 25px;
        --34: 25px;
        --32: 25px;
        --26: 20px;
        --25: 18px;
        --24: 18px;
        --22: 20px;
        --18: 16px;
    }

    .contactcontent .contact .contact-box {
        flex-direction: column;
    }

    .contactcontent .contact .contact-box .contact-left {
        width: 100%;
        padding-right: 0;
    }

    .contactcontent .mes .mes-box {
        flex-direction: column;
    }

    .contactcontent .mes .mes-box .mes-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: var(--d30);
    }

    .contactcontent .mes .mes-box .mes-right {
        width: 100%;
    }

    .contactcontent .contact .contact-box .contact-right {
        width: 100%;
    }

    .newscontent .news-list .news-list2 .news-list3 .news-box .news-left {
        width: calc(625 / 1650 * 100%);
    }

    .newscontent .news-list .news-list2 .news-list3 .news-box .news-right {
        width: calc(1025 / 1650 * 100%);
    }

    .details-content {
        flex-direction: column;
    }

    .details-content .details-left {
        width: 100%;
    }

    .details-content .details-right {
        width: 100%;
        padding-left: 0;
    }

    .line1 {
        width: 4px;
    }

    .gmt-box .gmt-left {
        display: none;
    }

    .s-menu {
        display: block;
    }

    .gmt-box .gmt-rigth {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        padding-top: var(--d60);
        padding-bottom: var(--d120);
        border: none;
    }

    .indexcontent .i-news .i-news-list {
        --bs-gutter-x: 2.3125rem;
    }

    .indexcontent .i-about .i-about-box .i-about-numbox,
    .indexcontent .i-about .i-about-box .i-about-titlebox {
        width: 100%;
    }

    .indexcontent .i-application .i-application-box {
        flex-direction: column;
    }

    .indexcontent .i-application .i-application-right {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }

    .indexcontent .i-application .i-application-left {
        width: 100%;
        margin-bottom: var(--d30);
    }

    .indexcontent .i-about .i-about-box .i-about-numbox .i-about-numlist {
        --bs-gutter-x: 1.125rem;
    }

    .indexcontent .i-about .i-about-box {
        flex-direction: column;
    }

    .fooder .fooder-top .fooder-top2 .fooder-right {
        width: calc(1190 / 1650 * 100%);
        display: flex;
        justify-content: space-between;
    }

    .aboutcontent .profile .profile-box .profile-right {
        width: 500px;
        max-width: 100%;
        margin: 0 auto;
    }

    .aboutcontent .profile .profile-box .profile-left .profile-tile {
        width: 100%;
    }

    .aboutcontent .profile .profile-box .profile-left {
        width: 100%;
    }

    .aboutcontent .profile .profile-box {
        flex-direction: column;
    }

    .aboutcontent .history .history-swbox .history-swbox2 {
        width: calc(750 / 1650 * 100%);
    }

    .aboutcontent .history .history-swbox::before,
    .aboutcontent .history .history-swbox::after {
        width: calc(450 / 1650 * 100%);
    }

    .aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper .history-con {
        padding-top: 75px;
    }

    .fooder .fooder-top .fooder-top2 .fooder-left .fooder-logo {
        width: 160px;
    }

    .fooder .fooder-bom .fooder-bom2 {
        flex-direction: column;
        align-items: flex-start;
    }

    .fooder .fooder-bom .fooder-bom2 .food-left2 {
        margin-bottom: var(--d10);
    }

    .fooder .fooder-top .fooder-top2 .fooder-left {
        width: 200px;
    }
}

@media (max-width: 990px) {
    .container {
        max-width: 700px;
    }

    :root {
        --p: calc((100vw - 700px) / 2);
        --r56: 46px;
        --d700: 264px;
        --d330: 100px;
        --d170: 80px;
        --d158: 70px;
        --d150: 70px;
        --d110: 65px;
        --d100: 60px;
        --d105: 40px;
        --d93: 40px;
        --d68: 30px;
        --d58: 28px;
        --d24: 20px;
        --80: 40px;
        --60: 40px;
        --52: 30px;
        --48: 28px;
        --45: 26px;
        --44: 26px;
        --40: 26px;
        --34: 26px;
        --32: 26px;
        --24: 18px;
    }

    .innovationcontent .platform .platform-box .platform-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: var(--d30);
    }

    .innovationcontent .platform .platform-box .platform-right {
        width: 100%;
    }

    .innovationcontent .platform .platform-box {
        flex-direction: column;
    }

    .indexcontent .i-about .i-about-con .i-about-con2 {
        flex-direction: column;
    }

    .indexcontent .i-about .i-about-con .i-about-bom,
    .indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-right,
    .indexcontent .i-about .i-about-con .i-about-con2 .i-about-t-left {
        width: 100%;
    }

    .fooder .fooder-top .fooder-top2 {
        flex-direction: column;
    }

    .fooder .fooder-top .fooder-top2 .fooder-left {
        width: 100%;
    }

    .fooder .fooder-top .fooder-top2 .fooder-right {
        width: 100%;
        margin-top: var(--d30);
        flex-wrap: wrap;
    }

    .fooder .fooder-top .fooder-top2 .fooder-right>div {
        margin-bottom: var(--d20);
    }

    .aboutcontent .history .history-swbox .history-swbox2 {
        width: calc(960 / 1650 * 100%);
    }

    .aboutcontent .history .history-swbox::before,
    .aboutcontent .history .history-swbox::after {
        width: calc(350 / 1650 * 100%);
    }

    .aboutcontent .culture .culture-swbox .culture-prev {
        left: 0;
        transform: translate(0, -50%);
        z-index: 10;
    }

    .aboutcontent .culture .culture-swbox {
        padding: 0 50px;
    }

    .aboutcontent .culture .culture-swbox .culture-next {
        right: 0;
        transform: translate(0, -50%);
        z-index: 10;
    }

    .fooder .fooder-bom .fooder-bom2 .food-left2 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .container {
        max-width: 90%;
    }

    .fooder {
        padding-bottom: 52px;
    }

    :root {
        --p: 5%;
        --d357: 85px;
        --d208: 60px;
        --d185: 60px;
        --d180: 60px;
        --d170: 60px;
        --d160: 50px;
        --d158: 50px;
        --d150: 50px;
        --d145: 50px;
        --d138: 40px;
        --d135: 40px;
        --d130: 40px;
        --d128: 40px;
        --d124: 40px;
        --d120: 40px;
        --d118: 40px;
        --d110: 40px;
        --d105: 40px;
        --d100: 40px;
        --d90: 40px;
        --d88: 40px;
        --d75: 40px;
        --d52: 20px;
        --d42: 20px;
        --d30: 18px;
        --d24: 15px;
        --d22: 8px;
        --d18: 8px;
        --d17: 8px;
        --80: 38px;
        --75: 38px;
        --64: 36px;
        --60: 34px;
        --56: 30px;
        --54: 28px;
        --52: 28px;
        --50: 28px;
        --38: 28px;
        --36: 24px;
        --32: 20px;
        --22: 18px;
        --18: 14px;
        --15: 14px;
        --14: 12px;
    }

    .contact-form .textarea-box {
        height: 100px;
    }

    .innovationcontent .platform .platform-box .platform-left .platform-swiper2 {
        height: 150px;
        margin-bottom: var(--d50);
    }

    .innovationcontent .customization .customization-box .customization-right {
        padding-left: var(--p);
        width: 100%;
    }

    .innovationcontent .customization .customization-box .customization-left {
        width: 100%;
    }

    .innovationcontent .customization .customization-box {
        flex-direction: column-reverse;
    }

    .newscontent .news-list .news-list2 .news-list3 .news-box {
        flex-direction: column;
    }

    .applicationcontent .relatedproducts .related-swbox .related-prev {
        left: 0;
        transform: translate(0, -50%);
    }

    .newscontent .news-list .news-list2 .news-list3 .news-box .news-left {
        width: 100%;
    }

    .newscontent .news-list .news-list2 .news-list3 .news-box .news-right {
        width: 100%;
        padding-left: 0;
    }

    .applicationcontent .application-textbox {
        position: unset;
        transform: none;
    }

    .applicationcontent .relatedproducts .related-swbox .related-next {
        right: 0;
        transform: translate(0, -50%);
    }

    .applicationcontent .industry .industry-box {
        flex-direction: column;
        padding: 0 var(--p);
    }

    .applicationcontent .industry .industry-box .industry-left {
        width: 100%;
    }

    .applicationcontent .industry .industry-box .industry-right {
        width: 100%;
    }

    .applicationcontent .relatedproducts .related-swbox {
        padding: 0 50px;
    }

    .details-content {
        padding-top: 70px;
    }

    .gmt-box .gmt-rigth .productlist-box {
        flex-direction: column;
    }

    .gmt-box .gmt-rigth .productlist-box .productlist-textbox {
        padding-right: 0;
        margin-bottom: var(--d30);
        width: 100%;
    }

    .gmt-box .gmt-rigth .productlist-box .productlist-imgbox {
        width: 100%;
    }

    .index-banner .slide-inner {
        padding-bottom: 0;
    }

    .index-banner .slide-inner img {
        position: unset;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .index-banner .banner-pagination .swiper-pagination-bullet {
        width: 16px;
        height: 16px;
    }

    .index-banner .swiper-textbox {
        top: 45%;
    }

    .indexcontent .i-about .i-about-box .i-about-numbox .i-about-numlist .i-about-numlist2 .i-about-numlist3 .i-about-num .num {
        font-size: 30px;
    }

    .con-but .con-but2 {
        padding: 6px 10px;
    }

    .aboutcontent .history .history-swbox .history-swbox2 {
        width: 100%;
    }

    .aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper .history-con {
        height: 100%;
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aboutcontent .history .history-swbox::before,
    .aboutcontent .history .history-swbox::after {
        display: none;
    }

    .header .header-box1 {
        background: #fff;
    }

    .header .header-box1 .header-logo .logo .logo1 {
        opacity: 0;
    }

    .header .header-box1 .header-logo .logo .logo2 {
        opacity: 1;
    }

    .header .header-box1 .header-logo .logo .logo3 {
        opacity: 0;
    }

    .header .header-box1 .header-nav .header-list .header-list2 .header-list3 {
        color: #222;
    }

    .header .header-box1 .header-right {
        color: #222222;
    }

    .header .header-box1 .header-search::after {
        background-color: #222;
    }

    .aboutcontent .history {
        overflow: hidden;
    }

    .aboutcontent .about-navbox .about-nav {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .header {
        position: sticky;
    }

    .header .s-nav i {
        background-color: #222;
    }
}

@media (max-width: 576px) {
    .header .header-box1 .header-content1 {
        height: 50px;
    }

    :root {
        --r46: 30px;
        --d700: 200px;
        --d357: 50px;
        --d330: 50px;
        --d208: 30px;
        --d180: 30px;
        --d170: 30px;
        --d160: 30px;
        --d158: 30px;
        --d150: 30px;
        --d145: 30px;
        --d138: 30px;
        --d135: 30px;
        --d130: 30px;
        --d128: 30px;
        --d124: 30px;
        --d120: 30px;
        --d118: 30px;
        --d110: 30px;
        --d105: 30px;
        --d100: 30px;
        --d90: 30px;
        --d88: 30px;
        --d80: 30px;
        --d75: 30px;
        --d70: 30px;
        --d64: 20px;
        --d50: 20px;
        --d48: 20px;
        --d44: 15px;
        --d42: 15px;
        --d40: 15px;
        --d38: 15px;
        --d30: 15px;
        --d16: 8px;
        --d15: 8px;
        --90: 35px;
        --80: 30px;
        --75: 28px;
        --72: 28px;
        --68: 28px;
        --65: 28px;
        --64: 28px;
        --60: 28px;
        --44: 26px;
        --40: 26px;
        --38: 24px;
        --22: 16px;
        --18: 14px;
        --17: 14px;
        --15: 14px;
    }

    .productdetails .details .details-navbox .details-nav .navbox {
        padding: 10px 0;
    }

    .indexcontent .i-about .i-about-con .i-about-conbox .i-about-conimg {
        width: 100%;
    }

    .indexcontent .i-about .i-about-con .i-about-conbox .i-about-conbox-textbox {
        width: 100%;
    }

    .indexcontent .i-about .i-about-con .i-about-conbox {
        flex-direction: column;
    }

    .history-sw-date {
        transform: scale(0.5);
        margin-top: -5%;
        margin-bottom: -10%;
    }

    .aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper .history-con .history-sw-title {
        margin-bottom: 0;
    }

    .header .header-logo .logo {
        width: 100px;
    }

    .aboutcontent .history .history-swbox .history-swbox2 .history-swbox3 .history-swiper .history-con .history-sw-text {
        width: 66%;
    }

    .fooder-navbox {
        width: 50%;
    }
}