* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    min-width: 0;
    word-break: break-word;
    word-wrap: break-word;
}

body {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

i {
    font-style: normal;
}

.s_content * {
    text-wrap-mode: wrap !important;
    word-break: break-word;
}

.s_content li {
    list-style: inherit;
}

.s_content .list-paddingleft-2 {
    padding-left: 1em;
}

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

.s_contnet video {
    max-width: 100%;
    height: auto !important;
}

.s_content br+br {
    display: none;
}

.s_content video {
    max-width: 100%;
}

.s_content img {
    max-width: 100%;
    margin-bottom: 0.2rem;
}

:root {
    --time: 0.3s;
    --red: #791313;
    --bgc: #FF7E14;
    --ftc: #FF7E14;
    --b-r: 5px;
    --hoverbg: #4087f2;
    --hoverfont: #4087f2;
    --input: var(--p60);
    --input_size: var(--p16);
    --input_padding: 0 15px;
    --input_pcolor: #999;
    --input_scolor: #3062C1;
    --input_select_color: #3062C1;
    --input_border_color: #f3f3f3;
    --input_border_radius: 0;
    --btn: var(--p40);
    --btn_size: var(--ft14);
    --btn_color: #0062B5;
    --main: 1600px;
}

:root {
    --ft1: 1px;
    --ft2: 2px;
    --ft3: 3px;
    --ft4: 4px;
    --ft5: 5px;
    --ft6: 6px;
    --ft7: 7px;
    --ft8: 8px;
    --ft9: 9px;
    --ft10: 10px;
    --ft11: 11px;
    --ft12: 12px;
    --ft13: 13px;
    --ft14: 14px;
    --ft15: 15px;
    --ft16: 16px;
    --ft17: 17px;
    --ft18: 18px;
    --ft20: 20px;
    --ft22: 22px;
    --ft24: 24px;
    --ft26: 26px;
    --ft30: 30px;
    --ft32: 32px;
    --ft36:36px;
    --ft40: 40px;
    --ft42: 42px;
    --ft50: 50px;
    --ft52: 52px;
    --ft60: 60px;
    --ft66: 66px;
    --ft70: 70px;
    --ft80: 80px;
    --ft100: 100px;
    --ft120: 120px;
    --ft140: 140px;
    --ft160: 160px;
    --ft180: 180px;
    --ft200: 200px;
    --p0: 0px;
    --p1: 1px;
    --p2: 2px;
    --p3: 3px;
    --p4: 4px;
    --p5: 5px;
    --p6: 6px;
    --p7: 7px;
    --p8: 8px;
    --p9: 9px;
    --p10: 10px;
    --p11: 11px;
    --p12: 12px;
    --p13: 13px;
    --p14: 14px;
    --p15: 15px;
    --p16: 16px;
    --p17: 17px;
    --p18: 18px;
    --p20: 20px;
    --p22: 22px;
    --p24: 24px;
    --p25: 25px;
    --p26: 26px;
    --p30: 30px;
    --p32: 32px;
    --p35: 35px;
    --p40: 40px;
    --p42: 42px;
    --p50: 50px;
    --p52: 52px;
    --p60: 60px;
    --p70: 70px;
    --p80: 80px;
    --p100: 100px;
    --p110: 110px;
    --p120: 120px;
    --p140: 140px;
    --p160: 160px;
    --p180: 180px;
    --p200: 200px;
}

.main {
    max-width: 90%;
    width: var(--main);
    margin: 0 auto;
}

.main1 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    margin-right: 0;
    margin-left: auto;
    max-width: 90%;
}

.main2 {
    width: calc(((100% - var(--main)) / 2) + var(--main)) !important;
    margin-left: 0;
    margin-right: auto;
    max-width: 90%;
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.btn {
    height: var(--btn);
    line-height: var(--btn);
    font-size: var(--btn_size);
    border-radius: 30px;
    color: #212121;
    background: initial;
    padding: 0 var(--p40);
    border: 1px solid #989898;
    max-width: 100%;
    text-align: center;
    margin: 0;
}

.btn:hover img {
    animation: 1s 0.2s bounceIn both;
}

.bgc {
    background: var(--bgc);
}

.ftc {
    color: var(--ftc);
}

::-webkit-scrollbar {
    width: 2px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background-color: #ddd;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--ftc);
    opacity: 0.8;
}

::-webkit-scrollbar-corner {
    display: block;
}

main {
    flex: 1;
}

ul, dl, dd, dt, h1, h2, h3, h4, h5, h6, form {
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

img {
    border: none;
}

a {
    color: inherit;
    text-decoration: none;
}

a {
    transition: all var(--time);
}

a:hover {
    text-decoration: none;
}

p {
    word-spacing: -1.5px;
    padding: 0;
    margin: 0;
}

section {
    width: 100%;
}

main {
    width: 100%;
}

input {
    border: 0;
    outline: none;
}

.d-flex {
    display: flex;
}

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

.al-c {
    align-items: center;
}

.al-b {
    align-items: baseline;
}

.al-fs {
    align-items: flex-start;
}

.al-fe {
    align-items: flex-end;
}

.al-s {
    align-items: stretch;
}

.jc-c {
    justify-content: center;
}

.jc-s {
    justify-content: space-between;
}

.jc-sa {
    justify-content: space-around;
}

.jc-se {
    justify-content: space-evenly;
}

.jc-fs {
    justify-content: flex-start;
}

.jc-fe {
    justify-content: flex-end;
}

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

.flex-column-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.d-grid {
    display: grid;
}

.grid1 {
    grid-template-columns: repeat(1, 1fr);
}

.grid2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid4 {
    grid-template-columns: repeat(4, 1fr);
}

.grid5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid6 {
    grid-template-columns: repeat(6, 1fr);
}

.grid7 {
    grid-template-columns: repeat(7, 1fr);
}

.grid8 {
    grid-template-columns: repeat(8, 1fr);
}

.grid9 {
    grid-template-columns: repeat(9, 1fr);
}

.grid10 {
    grid-template-columns: repeat(10, 1fr);
}

.grid11 {
    grid-template-columns: repeat(11, 1fr);
}

.grid12 {
    grid-template-columns: repeat(12, 1fr);
}

.grid13 {
    grid-template-columns: repeat(13, 1fr);
}

.grid14 {
    grid-template-columns: repeat(14, 1fr);
}

.grid15 {
    grid-template-columns: repeat(15, 1fr);
}

.grid16 {
    grid-template-columns: repeat(16, 1fr);
}

.grid17 {
    grid-template-columns: repeat(17, 1fr);
}

.grid18 {
    grid-template-columns: repeat(18, 1fr);
}

.grid19 {
    grid-template-columns: repeat(19, 1fr);
}

.grid20 {
    grid-template-columns: repeat(20, 1fr);
}

[lay-on] {
    cursor: pointer;
}

.dh_box {
    transition: all var(--time) ease-in-out;
    -webkit-transition: all var(--time) ease-in-out;
    -moz-transition: all var(--time) ease-in-out;
    -ms-transition: all var(--time) ease-in-out;
    position: relative;
    bottom: 0;
}

.dh_box:hover {
    bottom: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.dh_img1, .dh_img {
    transition: all var(--time) cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all var(--time) cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all var(--time) cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: all var(--time) cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.dh_textItem .text {
    background-image: linear-gradient(#ffffff80, #ffffff80);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 40%;
    transition: background-size 0.35s ease-in-out;
}

.dh_textItem:hover .text {
    transition: all 0.5s;
    background-size: 100% 40%;
    border-radius: 2px;
}

.dh_text {
    background-image: linear-gradient(#ffffff80, #ffffff80);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size 0.35s ease-in-out;
}

.dh_text:hover {
    transition: all 0.5s;
    background-size: 100% 100%;
    border-radius: 2px;
}

.dh_img1 img, .dh_imgitem img.dh, .dh_img img {
    transition: all 0.6s;
}

.dh_imgitem:hover img.dh, .dh_img:hover img {
    transform: scale(1.05);
}

.dh_img1 img {
    scale: 1.1;
}

.dh_img1:hover img {
    scale: 1;
}

.dh_item {
    transition: all var(--time);
    position: relative;
    bottom: 0;
}

.dh_item:hover {
    bottom: 10px;
}

.user_img {
    border-radius: 50%;
    overflow: hidden;
}

.user_img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.img_box {
    max-width: 100%;
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.img_box1 {
    max-width: 100%;
    overflow: hidden;
}

.img_box1 img, .img_box img {
    max-width: 100%;
    max-height: 100%;
}

.img_100 {
    display: flex;
    overflow: hidden;
}

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

section {
    padding: var(--p80) 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.pagenum {
    margin-top: var(--p70);
}

.pagenum .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p10);
}

.pagenum button {
    cursor: pointer;
}

.pagenum input, .pagenum button, .pagenum a, .pagenum span {
    line-height: 2em;
    border: 1px solid #F2F2F2;
    padding: 2px 5px;
    text-align: center;
    min-width: 3em;
    color: #666;
}

.pagenum .page-number.active {
    background: var(--ftc);
    color: #fff;
    border-color: #1D479C;
    opacity: 1;
}

.pagenum .active {
    opacity: 0.4;
}

.pagenum input {
    margin-right: var(--p10);
    background: #fff;
    width: 2em;
    text-align: center;
}

.label {
    white-space: nowrap;
}

.must::before {
    display: inline-block;
    content: '*';
}

.bg_img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg_fixed {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

header .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.video video {
    width: 100%;
    height: 100%;
    background: #000;
}

.line-clamp1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line-clamp2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-clamp4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.line-clamp5 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}

.line-clamp6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.line-clamp7 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}

.line-clamp8 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

.line-clamp9 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    line-clamp: 9;
    -webkit-box-orient: vertical;
}

.grid-row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.grid-row > * {
    grid-column: span 12;
}

.grid-row .md1 {
    grid-column: span 1;
}

.grid-row .md2 {
    grid-column: span 2;
}

.grid-row .md3 {
    grid-column: span 3;
}

.grid-row .md4 {
    grid-column: span 4;
}

.grid-row .md5 {
    grid-column: span 5;
}

.grid-row .md6 {
    grid-column: span 6;
}

.grid-row .md7 {
    grid-column: span 7;
}

.grid-row .md8 {
    grid-column: span 8;
}

.grid-row .md9 {
    grid-column: span 9;
}

.grid-row .md10 {
    grid-column: span 10;
}

.grid-row .md11 {
    grid-column: span 11;
}

.grid-row .md12 {
    grid-column: span 12;
}

:root {
    --loader-bg-color: rgba(0, 0, 0, 0.8);
    --loader-shine-color: rgba(255, 255, 255, 0.2);
    --loader-animation-duration: 1.5s;
}

.image-container {
    position: relative;
    background: var(--loader-bg-color);
}

.image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, var(--loader-shine-color) 50%, rgba(255, 255, 255, 0) 100%);
    animation: pulseLoader var(--loader-animation-duration) infinite;
    opacity: 1;
    transition: opacity var(--time) ease;
}

.image-container::after {
    background: --loader-border-radius;
}

.image-container.loaded::before {
    opacity: 0;
    display: none;
}

.image-container.loaded {
    background: initial;
}

.image-loading {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.image-loaded {
    opacity: 1;
}

@keyframes pulseLoader {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(150%);
    }
}

a {
    transition: all 0.5s;
}

.capsule {
    z-index: 1;
    position: relative;
    overflow: hidden;
    --x: 0%;
    --y: 0%;
    --bg: #fff;
}

.capsule:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.capsule .fill-circle {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: inherit;
    overflow: hidden;
}

.capsule .fill-circle:before {
    z-index: -1;
    content: "";
    position: absolute;
    display: block;
    top: var(--y);
    left: var(--x);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--bg);
    width: 100%;
    opacity: 0.15;
    transform: translate(-50%, -50%) scale(0);
}

.capsule .fill-circle:hover:before {
    animation: fill-circle-aniamtion 0.65s ease-out;
    animation-fill-mode: forwards;
}

.capsule .fill-circle1:hover:before {
    animation: fill-circle-aniamtionx 0.65s ease-out;
    animation-fill-mode: none;
}

@keyframes fill-circle-aniamtion {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.15;
    }
    to {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 1;
    }
}

@keyframes fill-circle-aniamtionx {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.15;
    }
    to {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

.menu_button {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.menu_button:focus {
    outline: none;
}

.menu_button * {
    transition: all var(--time);
}

.menu_button .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    stroke-linecap: round;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.menu_button .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
}

.menu_button .line2 {
    stroke-dasharray: 45 60;
    stroke-width: 6;
}

.menu_button .line3 {
    stroke-dasharray: 30 207;
    stroke-width: 6;
}

.menu_button.opened .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.menu_button.opened .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
}

.menu_button.opened .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
}

.navMobile {
    --height: 50px;
    width: 100%;
    top: var(--height);
    overflow: auto;
    height: calc(100vh - var(--height));
    position: fixed;
    background: #fff;
    display: none;
    left: 0;
    z-index: 999;
    transform: translate(0%, 0%);
    transition: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.navMobile ul {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.navMobile ul li {
    position: relative;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 50px;
    font-size: 12px;
    padding: 0 20px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    color: #000000;
}

.navMobile ul li:after {
    content: "";
    width: 0%;
    height: 3px;
    background: var(--bgc);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.navMobile ul li:hover > a, .navMobile ul li.active > a {
    color: var(--ftc);
}

.navMobile ul li:hover::after, .navMobile ul li.active::after {
    width: 100%;
}

.navMobile ul a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navMobile ul dd a {
    line-height: 2.5em;
}

@media only screen and (min-width: 1000px) {
}

@media screen and (max-width: 990px) {
    :root {
        --input: 40px;
        --input_size: 14px;
        --btn: 40px;
        --btn_size: 14px;
        --ft1: 1px;
        --ft2: 2px;
        --ft3: 3px;
        --ft4: 4px;
        --ft5: 5px;
        --ft6: 6px;
        --ft7: 7px;
        --ft8: 8px;
        --ft9: 9px;
        --ft10: 10px;
        --ft11: 11px;
        --ft12: 12px;
        --ft13: 12px;
        --ft14: 12px;
        --ft15: 12px;
        --ft16: 12px;
        --ft17: 12px;
        --ft18: 12px;
        --ft20: 12px;
        --ft22: 14px;
        --ft24: 14px;
        --ft26: 14px;
        --ft30: 14px;
    --ft36:15px;
        --ft32: 15px;
        --ft40: 15px;
        --ft42: 15px;
        --ft50: 16px;
        --ft52: 16px;
        --ft60: 16px;
        --ft66: 16px;
        --ft70: 16px;
        --ft80: 18px;
        --ft100: 18px;
        --ft120: 18px;
        --ft140: 18px;
        --ft160: 18px;
        --ft180: 18px;
        --ft200: 18px;
        --p0: 0px;
        --p1: 1px;
        --p2: 2px;
        --p3: 3px;
        --p4: 4px;
        --p5: 5px;
        --p6: 6px;
        --p7: 7px;
        --p8: 8px;
        --p9: 9px;
        --p10: 10px;
        --p11: 10px;
        --p12: 10px;
        --p13: 10px;
        --p14: 10px;
        --p15: 10px;
        --p16: 10px;
        --p17: 10px;
        --p18: 10px;
        --p20: 10px;
        --p22: 10px;
        --p24: 10px;
        --p25: 10px;
        --p26: 10px;
        --p30: 10px;
        --p32: 10px;
        --p35: 10px;
        --p40: 15px;
        --p42: 15px;
        --p50: 15px;
        --p52: 15px;
        --p60: 15px;
        --p70: 15px;
        --p80: 20px;
        --p100: 20px;
        --p110: 20px;
        --p120: 20px;
        --p140: 20px;
        --p160: 20px;
        --p180: 20px;
        --p200: 20px;
    }
    header .nav {
        display: none;
    }
    .menu_button {
        display: block;
    }
    .layui-hide-lg {
        display: block !important;
    }
    .layui-show-lg-block {
        display: none !important;
    }
    .layui-main {
        max-width: 95%;
    }
    .main1, .main2 {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .grid-row {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .grid-row > * {
        grid-column: span 12;
    }
    .grid-row .xs1 {
        grid-column: span 1;
    }
    .grid-row .xs2 {
        grid-column: span 2;
    }
    .grid-row .xs3 {
        grid-column: span 3;
    }
    .grid-row .xs4 {
        grid-column: span 4;
    }
    .grid-row .xs5 {
        grid-column: span 5;
    }
    .grid-row .xs6 {
        grid-column: span 6;
    }
    .grid-row .xs7 {
        grid-column: span 7;
    }
    .grid-row .xs8 {
        grid-column: span 8;
    }
    .grid-row .xs9 {
        grid-column: span 9;
    }
    .grid-row .xs10 {
        grid-column: span 10;
    }
    .grid-row .xs11 {
        grid-column: span 11;
    }
    .grid-row .xs12 {
        grid-column: span 12;
    }
    .main {
        width: 100% !important;
        box-sizing: border-box !important;
    }
}

body {
    color: #000;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    color: #878787;
    font-size: var(--ft18);
}

@media (max-width: 768px) {
}

h1, h2, h3, h4, h5 {
    color: #212121;
}

main {
    flex: 1;
}

.ProductMain, .WhyMain, .News, .ContactMain {
    background: #eeeff1;
}

.pagenum a, .pagenum span {
    color: #787878;
    min-width: 2.2em;
    border: 1px solid #787878;
}

.pagenum .page-number.active {
    border-color: var(--bgc);
}

.TitleCom {
    text-align: center;
    margin-bottom: var(--p70);
}

.TitleCom h1 {
    font-size: var(--ft32);
}

.TitleCom h1 b {
    color: var(--ftc);
}

.TitleCom .desc {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: var(--p30);
    color: #666666;
}

.backtop {
    opacity: 0;
    width: 40px;
    aspect-ratio: 1/1;
    background: linear-gradient(var(--ftc));
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    border: none;
    position: fixed;
    right: var(--p20);
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
    bottom: var(--p50);
    transition: all 0.3s;
    visibility: hidden;
}

.backtop .arrow path {
    fill: white;
}

.backtop:hover .arrow {
    animation: slide-in-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-bottom {
    0% {
        transform: translateY(10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.top_box {
    width: 100%;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    aspect-ratio: 1920/450;
}

.top_box .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.top_box .block {
    position: relative;
    z-index: 1;
}

.top_box h1 {
    color: #fff;
    font-weight: normal;
    font-size: var(--ft52);
}

.top_box .img img {
    animation: clearUp 1s ease-out forwards;
}

.contactButton {
    background: var(--bgc);
    color: #fff;
    padding-left: 2em;
    font-size: var(--ft18);
    border-radius: 30px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    height: 60px;
    padding-right: 4em;
}

.contactButton .iconButton {
    margin-left: 1em;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.2em;
    width: 2.2em;
    background: #fff;
    border-radius: 50%;
    right: 0.3em;
    transition: all 0.3s;
}

.contactButton:hover {
    transform: translate(-0.05em, -0.05em);
    box-shadow: 0.15em 0.15em #5566c2;
}

.ProductType .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--p40);
}

.ProductType .title h1 {
    font-size: var(--ft30);
}

.ProductType .next, .ProductType .prev {
    background: initial;
    position: unset;
    transform: unset;
}

.ProductType .foot {
    display: flex;
    align-items: center;
    gap: var(--p20);
}

.ProductTypeSwiper .item {
    width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.ProductTypeSwiper .block {
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: var(--p80) var(--p60);
    position: relative;
    z-index: 2;
}

.ProductTypeSwiper .block * {
    color: #fff;
}

.ProductTypeSwiper .block .sub {
    margin: var(--p50) 0;
    flex: 1;
}

.ProductTypeSwiper .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.ProductBanner {
    position: relative;
    border-bottom: 6px solid var(--bgc);
}

.ProductBanner h1 {
    font-size: var(--ft52);
    font-weight: normal;
    color: #fff;
}

.ProductBanner .block {
    display: flex;
    align-items: center;
    height: 500px;
    position: relative;
    z-index: 1;
}

.ProductBanner ul {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p100);
    color: #fff;
}

.ProductBanner ul .item {
    padding: var(--p20) 0;
    position: relative;
}

.ProductBanner ul .item::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: var(--bgc);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s;
}

.ProductBanner ul .item.active, .ProductBanner ul .item:hover {
    color: var(--ftc);
}

.ProductBanner ul .item.active::after, .ProductBanner ul .item:hover::after {
    width: 100%;
}

.ProductBanner .img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

@keyframes clearUp {
    0% {
        scale: 1.2;
        filter: blur(15px) brightness(0.9);
    }
    100% {
        scale: 1;
        filter: blur(0) brightness(1.1);
    }
}

footer {
    background: #F9F9F9;
}

footer .foot1 {
    color: #B28D70;
    padding: var(--p60) 0 var(--p80);
    display: flex;
    align-items: center;
    gap: var(--p30);
    justify-content: space-between;
}

footer .foot1 .desc {
    margin-top: var(--p50);
}

footer .foot1 .nav {
    margin-bottom: var(--p60);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--p20);
}

footer .foot1 dl {
    display: flex;
    flex-wrap: wrap;
    gap: var(--p30);
}

footer .foot1 dl dd {
    min-width: 240px;
    max-width: 100%;
}

footer .foot1 .item {
    margin-bottom: var(--p15);
    color: #7E5330;
    font-size: var(--ft20);
}

footer .foot1 .item[href]:hover {
    color: var(--ftc);
}

footer .foot2 {
    font-size: var(--ft14);
    padding: var(--p15) 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p10);
    flex-wrap: wrap;
    border-top: 1px solid #f7f2ee;
    color: #D3C8BF;
}

footer .foot2 a[href]:hover {
    color: var(--ftc);
}

footer .footerLogo {
    display: inline-block;
    max-width: 50vw;
}

footer .footerLogo img {
    max-height: 82px;
}

.News section {
    padding: var(--p100) 0;
}

.TopNav {
    position: relative;
}

.TopNav ul {
    gap: var(--p30);
    display: flex;
    align-items: center;
    justify-content: center;
}

.TopNav .item {
    transform: translateY(-30px);
    margin-bottom: -60px;
    text-align: center;
    min-width: 10em;
    padding: var(--p20);
    display: block;
    color: #212121;
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
    transition: unset;
}

.TopNav .item:hover, .TopNav .item.active {
    background: var(--bgc);
    color: #fff;
}

.NewList {
    display: grid;
    gap: var(--p30);
}

.NewList * {
    transition: all 0.3s;
}

.NewList .item {
    padding: var(--p60);
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
    display: grid;
    gap: var(--p20);
    grid-template-columns: auto 1fr auto;
    position: relative;
    bottom: 0;
}

.NewList .item:hover {
    box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.2);
}

.NewList .item:hover h5 {
    color: var(--ftc);
}

.NewList .item:hover .more {
    color: var(--ftc);
    margin-left: 2em;
}

.NewList .item:hover .more i {
    margin-left: 0.5em;
    border-color: var(--bgc);
}

.NewList .item:hover .more i .yuan {
    background: var(--bgc);
}

.NewList .item:hover .more i .line {
    background: var(--bgc);
    width: 0em;
}

.NewList .date {
    line-height: calc(var(--ft20) * 1.5);
    color: var(--ftc);
}

.NewList h5 {
    font-size: var(--ft20);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    line-height: 1.5em;
}

.NewList .sub {
    margin-top: var(--p10);
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em;
    line-height: 1.5em;
}

.NewList .more {
    color: #666666;
    margin-top: var(--p70);
    display: flex;
    align-items: center;
    gap: var(--p5);
}

.NewList .more i {
    display: inline-block;
    position: relative;
    border: 1px solid #666;
    width: 1.2em;
    aspect-ratio: 1/1;
    border-radius: 50%;
    padding: 5px;
    position: relative;
    margin-left: 3em;
}

.NewList .more i .yuan {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    aspect-ratio: 1/1;
    background: #666;
    width: 0.3em;
    border-radius: 50%;
}

.NewList .more i .line {
    top: 50%;
    right: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: #666;
    height: 1px;
    width: 3em;
}

header {
    top: 0;
    padding: var(--p15) 0;
    z-index: 999;
    position: sticky;
    background: #fff;
    width: 100%;
    transition: all 0.5s;
}

header .contactLink {
    border-radius: 60px;
    display: inline-block;
    padding: var(--p10) var(--p20);
    border: 1px solid var(--bgc);
    --bg: #FF7E1420;
    color: var(--ftc);
}

header .contactLink:hover {
    box-shadow: 0 8px 10px #FF7E1420;
}

header .logo {
    display: inline-block;
    max-width: 50vw;
}

header .logo img {
    max-height: 50px;
}

header .hnav {
    display: flex;
    justify-content: space-between;
    gap: var(--p100);
    align-items: center;
}

header .hnav .nav-child {
    position: absolute;
    left: 50%;
    top: 100%;
    font-size: var(--ft14);
    text-align: center;
    width: max-content;
    display: block;
    transform: translateX(-50%);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
}

header .hnav .nav-child dl {
    padding: var(--p20) 0;
    display: block;
    width: 100%;
    white-space: nowrap;
    display: grid;
    gap: 5px;
}

header .hnav .nav-child dd {
    padding: 5px var(--p20);
}

header .hnav .nav-child a {
    position: relative;
}

header .hnav .nav-child a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--ftc);
    transition: all 0.3s;
}

header .hnav .nav-child a.active, header .hnav .nav-child a:hover {
    color: var(--ftc);
}

header .hnav .nav-child a.active::after, header .hnav .nav-child a:hover::after {
    width: 100%;
}

header .hnav li {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .hnav li::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: var(--color);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--bgc);
    transition: all 0.3s;
}

header .hnav li:hover .nav-child {
    height: auto;
    opacity: 1;
}

header .hnav li:hover>.item, header .hnav li.active>.item {
    color: var(--ftc);
}

header .hnav li:hover > .item, header .hnav li.active > .item {
    color: var(--ftc);
}

header .hnav li:hover::after, header .hnav li.active::after {
    width: 2em;
}

header .hnav .item {
    position: relative;
    overflow: hidden;
    text-align: center;
}

header .hnav .item * {
    transition: all 0.5s;
}

header .hnav .item .t1 {
    color: #787878;
    position: relative;
    bottom: 0;
}

header .hnav .item .t2 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
}

header .hnav .item:hover .t1 {
    bottom: 3em;
}

header .hnav .item:hover .t2 {
    top: 0;
}

header .menu_button .line {
    stroke: #000;
}

header.home .menu_button .line {
    stroke: #fff;
}

header.home .hnav li::after {
    background-color: #fff;
}

header.home .hnav .item .t1 {
    color: #fff;
}

header.home .contactLink {
    background: var(--bgc);
    color: #fff;
    --bg: #fff;
}

header.home .contactLink .fill-circle {
    display: none;
}

header.home .contactLink:hover {
    box-shadow: 0 8px 16px rgba(255, 126, 20, 0.8);
}

header.home {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: initial;
    position: fixed;
}

header.home.bgcolor {
    background: rgba(0, 0, 0, 0.4);
}

header.bgcolor .backtop {
    visibility: visible;
    opacity: 1;
}

.Banner_swiper .item {
    position: relative;
    height: 100vh !important;
}

.Banner_swiper h1 {
    font-size: var(--ft60);
    font-weight: bold;
    color: #fff;
}

.Banner_swiper h1 b {
    color: var(--ftc);
}

.Banner_swiper .sub {
    font-size: var(--ft18);
    margin-top: var(--p80);
}

.Banner_swiper .block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--p20);
    color: #fff;
    height: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}



.Banner_swiper .sub {
    font-size: var(--ft24);
}

.Banner_swiper .link {
    padding: 5px var(--p25);
    border: 1px solid #fff;
    border-radius: 25px;
    margin-top: var(--p30);
}

.Banner_swiper .link:hover {
    padding: 5px var(--p35);
}

.Banner_swiper .bg {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.moreNews {
    display: grid;
    gap: var(--p30);
}

.moreNews hr {
    height: 1px;
    width: 100%;
    background: #D2D2D2;
}

.moreNews .item {
    padding: var(--p30);
    border-radius: 4px;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.1);
}

.moreNews .item:hover {
    color: var(--ftc);
}

.moreNews h5 {
    font-size: var(--ft20);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.moreNews .sub {
    margin-top: var(--p15);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.moreNews .con1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #989898;
    margin-top: var(--p15);
}

.moreNews .con1 svg path {
    fill: #989898;
}

.DetailsTop {
    padding: var(--p100) 0;
}

.DetailsTop h3 {
    text-align: center;
    font-size: var(--ft50);
    font-weight: normal;
}

.DetailsTop dl {
    margin-top: var(--p50);
    font-size: var(--ft20);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p10) var(--p80);
}

.detailsMain {
    background-color: #eeeff1;
    position: relative;
    z-index: 1;
}

.detailsMain > * {
    position: relative;
    z-index: 2;
}

.detailsMain .con {
    color: #666;
}

.detailsMain .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.detailsMain .Info {
    padding: var(--p50);
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    gap: var(--p50);
}

.detailsMain .Card {
    padding-top: 0;
}

.detailsMain .Card .main {
    background: #FFFFFF;
}

.detailsMain .Card .Nav {
    padding: var(--ft20);
    background: #EEEFF1;
}

.detailsMain .con {
    margin: var(--p20) 0;
    min-height: 20vh;
}

.detailsMain .foot {
    padding-top: var(--p30);
    margin-top: var(--p80);
    border-top: 1px solid #D2D2D2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.detailsMain .foot .right {
    text-align: right;
}

.detailsMain .foot a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.detailsMain .foot a:hover {
    color: var(--ftc);
}

.detailsMain .foot {
    gap: var(--p10);
}

.ContactMain section {
    padding: var(--p60) 0 var(--p40);
}

.form-input, .form-select, .form-textarea {
    width: 100%;
    padding: var(--p10) 0;
    color: rgba(158, 158, 158, 1);
    border-bottom: 1px solid rgba(158, 158, 158, 1);
    font-size: var(--p18);
    background-color: #fff;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.form-input::placeholder, .form-textarea::placeholder {
    color: #c0c4cc;
    transition: color 0.3s ease;
}

.form-input:focus::placeholder, .form-textarea:focus::placeholder {
    color: #86909c;
}

.form-input:focus, .form-select:focus, .form-textarea:focus {
    outline: none;
    border-color: #878787;
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

.option-group {
    display: flex;
    gap: var(--p20);
    flex-wrap: wrap;
    margin-top: 8px;
}

.option-item {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    color: #4e5969;
}

.ContacCard {
    padding: var(--p60);
    background: #FFFFFF;
    margin-bottom: var(--p40);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5%;
}

.ContacCard .btn {
    cursor: pointer;
    --btn: 50px;
    --bg: #212121;
}

.ContacCard .btn:hover {
    color: #fff;
}

.ContacCard .Text .title {
    margin-bottom: var(--p30);
    font-size: var(--ft32);
}

.ContacCard .Text .con h1 {
    line-height: 1.2em;
    font-size: var(--ft20);
    margin-bottom: var(--p10);
}

.ContacCard .Text .con {
    line-height: 1.5em;
}

.ContacCard form {
    gap: var(--p40) var(--p30);
}

.AboutHoner {
    background: #EEEFF1;
}

.AboutHoner .main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: var(--p60);
}

.AboutHoner .TitleCom {
    text-align: left;
}

.AboutHoner .TitleCom .desc {
    margin-top: var(--p70);
}

.AboutHonerSwiper .item {
    border-radius: 10px;
    background: #fff;
    padding: var(--p60);
}

.AboutHonerSwiper .img {
    height: 380px;
}

.AboutHonerSwiper h5 {
    font-weight: normal;
    margin-top: var(--p20);
    text-align: center;
    font-size: var(--ft20);
}

.AboutInfo .TitleCom {
    text-align: left;
}

.AboutInfo .Info {
    width: 1330px;
    max-width: 100%;
}

.AboutInfo .con {
    color: #666666;
}

.AboutInfo .sub {
    margin-top: var(--p60);
}

.numList {
    display: flex;
    flex-wrap: wrap;
    gap: var(--p80);
    margin-top: var(--p60);
}

.numList .title {
    color: var(--ftc);
    font-size: var(--ft42);
    font-weight: bold;
}

.numList h5 {
    font-weight: normal;
    color: #9E9E9E;
    font-size: var(--ft14);
}

.ContactList {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--p30);
}

.ContactList .item {
    display: block;
    padding: var(--p30);
    background: #fff;
    border-radius: var(--p10);
}

.ContactList .img {
    height: 2em;
}

.ContactList h5 {
    margin-top: var(--p10);
    font-size: var(--ft20);
    font-weight: normal;
}

.ContactList .sub {
    margin-top: var(--p10);
}

.ProductTab .thead {
    display: flex;
    flex-wrap: wrap;
    gap: var(--p10) var(--p40);
    margin-bottom: var(--p70);
}

.ProductTab .thead .Titem {
    cursor: pointer;
    color: #666666;
    padding: var(--p10) var(--p20);
}

.ProductTab .thead .Titem.active {
    border-radius: 20px;
    background: var(--bgc);
    color: #fff;
}

.ProductTab .tbody .Titem {
    display: none;
}

.ProductTab .tbody .Titem.active {
    display: block;
}

.ProductList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--p30);
}

.ProductList .item {
    background: #FFFFFF;
    display: block;
    border-radius: 10px 10px;
}

.ProductList .img {
    background: #FAFAFA;
    aspect-ratio: 1/1;
}

.ProductList .con {
    padding: var(--p30);
}

.ProductList h5 {
    font-size: var(--ft20);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ProductList .sub {
    margin-top: var(--p15);
    height: 3em;
    line-height: 1.5em;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ProductList .foot {
    font-size: var(--ft16);
    color: var(--ftc);
    margin-top: var(--p15);
}

.FaqList {
    display: grid;
    gap: var(--p25);
}

.FaqList svg {
    width: 1em;
    height: 1em;
    font-size: var(--ft26);
    fill: none;
    stroke: var(--ftc);
    stroke-width: 2;
    stroke-linecap: round;
    transition: transform 0.3s ease;
}

.FaqList svg path {
    fill: var(--ftc);
}

.FaqList h5 {
    font-size: var(--ft22);
    font-weight: normal;
}

.FaqList .con {
    margin-top: var(--p20);
    line-height: 1.8em;
    display: none;
}

.FaqList .title {
    cursor: pointer;
    font-size: var(--ft26);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--p20);
}

.FaqList li {
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    padding: var(--p30) var(--p60);
}

.FaqList li.active svg {
    transform: rotate(90deg);
}

.FaqList dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--p10) 0;
}

.FaqList dl dd {
    padding: var(--p10) var(--p10) var(--p10) 0;
    border-bottom: 1px solid #F1F1F1;
}

.WhyText ul {
    display: grid;
    gap: var(--p120);
}

.WhyText ul > li {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: var(--p110);
}

.WhyText ul > li:nth-child(even) {
    direction: rtl;
}

.WhyText ul > li:nth-child(even) .pic {
    padding-left: var(--p80);
    padding-right: 0;
}

.WhyText ul > li:nth-child(even) .tag {
    right: unset;
    left: 0;
}

.WhyText ul .pic {
    position: relative;
    padding-right: var(--p80);
}

.WhyText ul .img {
    height: 100%;
}

.WhyText ul .text {
    direction: ltr;
}

.WhyText ul h5 {
    font-size: var(--ft32);
}

.WhyText ul .sub {
    margin-top: var(--p40);
    color: #666;
}

.WhyText ul .con {
    margin-top: var(--p40);
}

.WhyText ul .tag {
    direction: ltr;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 450px;
    max-width: 100%;
    background: #0B0E20;
    color: #fff;
    font-size: var(--ft26);
    padding: var(--p50) var(--p30);
}

.WhyPic {
    background: #212121;
}

.WhyPic .TitleCom * {
    color: #fff;
}

.WhyPic ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--p40);
}

.WhyInfo ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--p30);
}

.WhyInfo ul li {
    padding: var(--p30);
    background: #fff;
    border-radius: var(--p10);
}

.WhyInfo ul .img {
    height: 2em;
}

.WhyInfo ul h5 {
    margin-top: var(--p30);
    font-size: var(--ft22);
}

.WhyInfo ul .sub {
    margin-top: var(--p30);
}

.IndexContact {
    background: #f9f9f9;
}

.IndexContact .ContacCard {
    grid-template-columns: 0.7fr 1fr;
    gap: var(--p160);
    border-radius: 20px;
    background: #FFE5D4;
    padding: var(--p120) var(--p70);
}

.IndexContact .ContacCard .Text h1 {
    font-size: var(--ft50);
}

.IndexContact .ContacCard .Text .con {
    margin-top: var(--p60);
}
.IndexContact .ContacCard .Text .con  a{
    margin-top: var(--p20);
    display: inline-block;
}
.IndexContact .ContacCard .form-input, .IndexContact .ContacCard .form-select, .IndexContact .ContacCard .form-textarea {
    background: initial;
}

.IndexContact .ContacCard .form-textarea {
    min-height: 90px;
}

.IndexContact .ContacCard .btn {
    --bg: #fff;
    background: var(--bgc);
    border-radius: 10px;
    width: 200px;
    height: 50px;
    color: #fff;
    font-size: var(--ft18);
    border: none;
    box-shadow: 0px 8px 30px 0px rgba(255, 87, 20, 0.4);
}
.IndexContact .label{
    color: #000;
    margin-bottom: vaR(--p30);
}
.data-download .download-title {
    font-size: 24px;
    font-weight: bold;
    color: #1f2937;
    text-align: center;
    margin-bottom: 40px;
}

.data-download .download-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 24px;
    align-items: center;
}

.data-download .thead {
    display: flex;
    flex-wrap: wrap;
    gap: var(--p10) var(--p40);
    margin-bottom: var(--p50);
}

.data-download .thead .Titem {
    cursor: pointer;
    color: #666666;
    padding: var(--p10) var(--p20);
}

.data-download .thead .Titem.active {
    border-radius: 20px;
    background: var(--bgc);
    color: #fff;
}

.data-download .tbody .Titem {
    display: none;
}

.data-download .tbody .Titem.active {
    display: block;
}

.data-download .tbody table {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
}

.data-download .tbody td, .data-download .tbody th {
    color: #212121;
    padding: var(--p20) var(--p20);
    font-size: var(--ft18);
}

.data-download .tbody tr {
    margin-top: var(--p20);
    border: 1px solid #F1F1F1;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
}

.data-download .tbody th {
    text-align: left;
    font-weight: normal;
    background: var(--bgc);
    color: #fff;
}

.data-download .tbody th:last-child {
    text-align: center;
}

.data-download .download-btn {
    display: block;
    text-align: center;
}

.proFaqList {
    display: grid;
    gap: var(--p25);
}

.proFaqList svg {
    width: 1em;
    height: 1em;
    font-size: var(--ft26);
    fill: none;
    stroke: var(--ftc);
    stroke-width: 2;
    stroke-linecap: round;
    transition: transform 0.3s ease;
}

.proFaqList svg path {
    fill: var(--ftc);
}

.proFaqList h5 {
    font-size: var(--ft22);
    font-weight: normal;
}

.proFaqList .con {
    margin-top: var(--p20);
    line-height: 1.8em;
    display: none;
}

.proFaqList .title {
    cursor: pointer;
    font-size: var(--ft26);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--p20);
}

.proFaqList li {
    border: 1px solid #F1F1F1;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    overflow: hidden;
    border-radius: 6px;
    padding: var(--p30) var(--p60);
}

.proFaqList li.active svg {
    transform: rotate(90deg);
}

.proFaqList dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--p10) 0;
}

.proFaqList dl dd {
    padding: var(--p10) var(--p10) var(--p10) 0;
    border-bottom: 1px solid #F1F1F1;
}

.hero {
    padding: var(--p40) 0;
}

.hero .hero-content {
    text-align: center;
    margin-bottom: var(--p50);
}

.hero .hero-content h1 {
    color: #666666;
    font-weight: normal;
    font-size: var(--ft18);
}

.hero .hero-content h5 {
    margin: var(--p20) 0;
    font-size: var(--ft32);
}

.hero .hero-content .sub {
    color: var(--ftc);
    font-size: var(--ft20);
}

.hero .item {
    aspect-ratio: 1/1;
}

.hero .item img {
    transition: all 0.3s;
    scale: 0.8;
}

.hero .item.zhenshangyin-slide-active img {
    scale: 1;
}

.hero .prev, .hero .next {
    background: initial;
}

.product-advantages {
    padding: var(--p40) 0;
}

.product-advantages .main {
    display: grid;
    grid-template-columns: 1fr 0.4fr;
    padding: var(--p80);
    gap: 10%;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06), inset 0px 1px 0px 0px #FF7E14;
}

.product-advantages .img {
    height: 100%;
}

.product-advantages h5 {
    font-size: var(--ft32);
}

.product-advantages .Text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: var(--p35) 0;
}

.product-advantages .sub {
    flex: 1;
    margin: var(--p60) 0;
}

.product-advantages .link {
    display: inline-flex;
    align-items: center;
    border: 1px solid #666666;
    border-radius: 50px;
    padding-left: var(--p30);
    color: #212121;
}

.product-advantages .link .img_box {
    transition: all 0.3s;
    transform: translateX(10px);
    margin-left: var(--p20);
}

.product-advantages .link .img_box img {
    height: 3em;
}

.product-advantages .link:hover .img_box {
    transform: translateX(0);
}

.product-other {
    padding-top: 0;
}

.product-other .product-other-swiper {
    overflow: visible;
}

.product-other .foot {
    margin-top: var(--p40);
    display: flex;
    align-items: center;
    gap: var(--p20);
}

.product-other .next, .product-other .prev {
    cursor: pointer;
    background: initial;
    position: unset;
    transform: unset;
}
.product-other .item-box {
    width: 400px !important;
    max-width: 100% !important;
    padding: 10px;
}

.product-other h5 {
    font-size: var(--ft20);
}

.product-other hr {
    width: 100%;
    height: 1px;
    margin: var(--p15) 0;
    background: rgba(0, 0, 0, 0.06);
}

.product-other .con {
    height: 210px;
    overflow: hidden;
    overflow-y: auto;
}

.product-other .item {
    padding: var(--p30);
    border-radius: 10px;
    border-top: 1px solid var(--ftc);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06), inset 0px 1px 0px 0px #FF7E14;
}

.hero {
    background-image: url(../images/bgp.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.product-intro {
    padding: var(--p40) 0 0 0;
}

.product-intro .main {
    padding: var(--p60);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06), inset 0px 1px 极光 0px #FF7E14;
}

.product-intro .intro-actions {
    margin-top: var(--p60);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--极光50);
}

.product-intro .intro-text {
    text-align: center;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}

.product-intro .intro-btn {
    padding: var(--p10) var(--p25);
    border-radius: 30px;
    --bg: #000;
    border: 1px solid #666666;
    background-color: white;
    color: #212121;
}

.product-intro .intro-btn:hover {
    color: #fff;
}

.product-specs .tab-title {
    background: #F9F9F9;
    border-radius: 10极光px;
    padding: var(--p10);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--p50);
}

.product-specs .foot {
    display: flex;
    gap: var(--p20);
}

.product-specs .foot img {
    cursor: pointer;
}

.product-specs .thead {
    display: flex;
    flex-wrap: wrap;
}

.product-specs .thead .Titem {
    cursor: pointer;
    border-radius: 10px;
    opacity: 1;
    color: #212121;
    text-align: center;
    padding: var(--p10) var(--p30);
}

.product-s极pecs .thead .Titem.active {
    background: var(--bgc);
}

.product-specs .tbody .Titem {
    display: none;
}

.product-specs .tbody .Titem.active {
    display: block;
}

.product-specs .specs-content {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: var(--p50);
}

.product-specs .specs-image {
    text-align: center;
}

.product-specs .specs-image h5 {
    font-size: var(--ft22);
    font-weight: normal;
}

.product-specs .specs-image .img {
    margin-bottom: var(--p20);
    aspect-ratio: 1/1;
}

.IndexAboutCooper {
    background-image: url(../images/bg-cooper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.IndexAboutCooper .TitleCom h1 {
    color: #fff;
    font-weight: 900;
}

.IndexNumber {
    background: #f9f9f9;
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 500px;
}

.IndexNumber .img {
    line-height: 0;
    position: relative;
    z-index: 1;
    margin-top: -30px;
}

.IndexNumber ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: var(--p20);
}

.IndexNumber ul li {
    background: #fff;
    border-radius: 10px;
    padding: var(--p20);
    text-align: center;
    aspect-ratio: 304/340;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: var(--p30);
}

.IndexNumber ul .title {
    font-size: var(--ft60);
    color: var(--ftc);
}

.IndexNumber ul h5 {
    color: #212121;
    font-size: var(--ft18);
}

.IndexText {
    padding-bottom: 0;
    padding-top: var(--p100);
}

.IndexText .TitleCom {
    margin-bottom: var(--p100);
}

.IndexText .TitleCom .desc {
    color: #848484;
    line-height: 1.8em;
    width: 100%;
}

.IndexPdf {
    background: #EAEAEA;
}

.IndexPdf .foot {
    margin-top: var(--p60);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--p60);
}

.IndexPdf .prev, .IndexPdf .next {
    background: initial;
    transform: unset;
    position: unset;
}

.IndexPdf .item {
    padding: var(--p20);
    border-radius: 20px;
    background: #FFFFFF;
}

.IndexPdf .img {
    border-radius: 20px;
    aspect-ratio: 340/300;
}

.IndexPdf h5 {
    margin-top: var(--p20);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: var(--ft22);
}

.IndexPdf .sub {
    margin-top: var(--p15);
    margin-bottom: var(--p15);

    line-height: 1.3em;
    height: 7.8em;
    color: #848484;
    font-size: var(--ft18);
        text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

.IndexPdf .btn {
    --btn:50px;
    margin-top: vaR(--p20);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
    gap: 10px;
    padding: 5px var(--p15);
    border: 1px solid #212121;
    --bg: #000;
}

.IndexPdf .btn:hover {
    color: #fff;
}

.IndexPdf .btn:hover svg path {
    fill: #fff;
}

.IndexAbout .TitleCom h1 {
    font-size: var(--ft50);
}

.IndexAbout .TitleCom {
    margin-bottom: var(--p70);
}

.IndexAbout .desc {
    width: 100%;
}

.IndexAbout .desc b {
    color: #000;
}

.IndexWhy .TitleCom h1, .IndexWhy .TitleCom .desc {
    color: #fff;
}

.IndexWhy .TitleCom h1 {
    font-size: var(--ft36);
}

.IndexWhy .TitleCom .desc {
    font-size: var(--ft18);
}

.IndexWhy h5, .IndexWhy h1 {
    color: #fff;
}

.IndexWhy h1 {
    font-size: var(--ft36);
    font-weight: bold;
}

.IndexWhy h1 b {
    color: var(--ftc);
}

.IndexWhy .numList {
    margin-top: 0;
    gap: var(--p50) var(--p20);
}

.IndexWhy .numList .item {
    width: 100%;
}

.IndexWhy .numList .item:nth-child(-n+4) {
    width: 45%;
}

.IndexWhy .numList .title {
    font-size: var(--ft60);
}

.IndexWhy .Card {
    --main:1500px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: var(--p80);
    padding: 5vw 8vw;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    margin-left: 0;
}

.IndexWhy .Card .desc {
    width: 500px;
    max-width: 100%;
    font-size: var(--ft16);
    line-height: 2em;
    margin-top: var(--p60);
}
.IndexMain{
    --main:1700px;
    
}
.IndexMain .TitleCom h1{
    font-size: var(--ft36);
    
}

@media only screen and (max-width: 1400px) {
    .IndexContact .ContacCard {
        gap: var(--p20);
        grid-template-columns: 1fr 0.8fr;
    }
    header .hnav {
        gap: var(--p50);
    }
}

@media only screen and (max-width: 990px) {
    .grid1 {
        display: flex;
        flex-direction: column;
    }
    .ContactList {
        grid-template-columns: 1fr;
    }
    .product-specs .tab-title, .IndexPdf .foot {
        flex-wrap: wrap;
    }
    .product-specs .tab-title .prev, .product-specs .tab-title .next, .IndexPdf .foot .prev, .IndexPdf .foot .next {
        height: auto;
        width: 2em;
    }
    .ContacCard {
        grid-template-columns: 1fr;
    }
    .detailsMain .Info {
        grid-template-columns: 1fr;
    }
    footer .foot1 {
        flex-wrap: wrap;
    }
    .AboutHonerSwiper .img {
        height: 200px;
    }
    .IndexNumber ul {
        grid-template-columns: repeat(3, 1fr);
        flex-wrap: wrap;
    }
    .AboutHoner .main {
        grid-template-columns: 1fr;
    }
    .IndexContact .ContacCard {
        grid-template-columns: 1fr;
    }
    .IndexContact .ContacCard .btn {
        height: 40px;
        line-height: 40px;
    }
    .IndexWhy .Card {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 1fr;
    }
    .IndexWhy .Card .desc {
        width: 100%;
    }
    .IndexPdf .btn {
        font-size: var(--ft10);
        padding: var(--p10);
        line-height: 1em;
    }
    .Banner_swiper .item {
        height: 40vh !important;
    }
    header .logo {
        max-width: 50vw;
    }
    header .logo img {
        max-height: 30px;
    }
    .WhyText ul > li, .WhyInfo ul {
        grid-template-columns: 1fr;
    }
    .contactButton {
        height: 40px;
    }
    .ProductTypeSwiper .block {
        height: 250px;
    }
    .ProductBanner .block {
        height: 300px;
    }
    .ProductList {
        grid-template-columns: repeat(2, 极光1fr);
    }
    .product-specs .tab-title {
        flex-wrap: wrap;
    }
    .product-specs .tab-title .foot {
        width: 100%;
        justify-content: flex-end;
    }
    footer .footerLogo img {
        max-height: 30px;
    }
}