@charset "utf-8"; @import url('iconfont.css'); @import url("message.css"); :root {
    --color: #ef0000;
    --fontcolor: #000000;
    --fontbold3: 300;
    --fontbold4: 400;
    --fontbold5: 500;
    --fontbold6: 600;
    --fontbold7: 700;
    --fontfamily:
    'Lato', 'Open Sans', 'Roboto', 'Poppins', 'Oswald', 'Noto Sans', 'Montserrat', sans-serif
}

html,body,ul,li,p,div,h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px
}

html {
    line-height: 1.15;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0px auto;
    padding: 0px;
    font-size: 16px;
    color: var(--fontcolor);
    line-height: 1.6;
    font-family: var(--fontfamily)
}

ol,ul,li {
    list-style: none
}

input {
    border: 0px;
    outline: 0
}

button {
    border: 0px;
    outline: 0
}

button:active {
    transform: scale(0.95)
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .6em 0em
}

hr {
    box-sizing: content-box;
    height: 0px;
    overflow: visible
}

pre {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    text-decoration: none;
    color: var(--fontcolor);
    transition: color .2s ease;
    background-color: transparent
}

a:hover {
    color: #ef0000;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,strong {
    font-weight: var(--fontbold6)
}

code,kbd,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0px;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    max-width: 100%;
    height: auto;
    border-style: none
}

button,input,optgroup,select,textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0px
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

button,[type=button],[type=reset],[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0px
}

button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0px;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0px
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.top-btn {
    cursor: pointer;
    display: none;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    bottom: 150px;
    right: 35px;
    background: #FFF;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    transition: all .4s ease;
    z-index: 1
}

.top-btn i,.top-btn em {
    transform: rotate(270deg)
}

.top-btn:hover {
    background: #ef0000;
    color: white;
}

@media(max-width: 768px) {
    .top-btn {
        bottom:140px;
        right: 24px
    }
}

@keyframes loading {
    to {
        opacity: 0;
        transform: scale(2)
    }
}

.inquiry-prolist {
    background: #FFF;
    margin: 50px 0px;
    display: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DDD;
    padding: 0px 30px
}

.inquiry-prolist a {
    text-decoration: none;
    color: var(--fontcolor)
}

.inquiry-prolist .inquiry-pro-item.has-price .pro-item-name {
    padding-top: 0px
}

.inquiry-prolist .inquiry-pro-item.has-price .price {
    margin-top: 10px
}

.inquiry-prolist .inquiry-pro-item {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #DDD;
    display: flex;
    padding: 40px 10px;
    margin-top: 0px;
    box-sizing: content-box
}

.inquiry-prolist .inquiry-pro-item .pro-item-img {
    height: 100%;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.inquiry-prolist .inquiry-pro-item .pro-item-img a {
    width: 100%;
    height: 100%
}

.inquiry-prolist .inquiry-pro-item .pro-item-img img {
    height: 100%
}

.inquiry-prolist .inquiry-pro-item .pro-item-name {
    padding-top: 30px;
    margin-left: 50px;
    font-size: 14px
}

.inquiry-prolist .inquiry-pro-item .pro-item-name a {
    font-size: 16px
}

.inquiry-prolist .inquiry-pro-item .pro-item-name a:hover {
    color: var(--color)
}

.inquiry-prolist .inquiry-pro-item .pro-item-name p {
    padding: 0px;
    margin: 10px 0px 0px 0px
}

.inquiry-prolist .inquiry-pro-item .pro-item-del {
    position: relative;
    padding-top: 20px;
    height: 100%;
    width: 100px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close {
    position: absolute;
    width: 32px;
    height: 32px;
    left: -6px;
    top: 43px
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:before,.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:after {
    position: absolute;
    left: 15px;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #333
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:before {
    transform: rotate(45deg)
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:after {
    transform: rotate(-45deg)
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:hover {
    cursor: pointer
}

.inquiry-prolist .inquiry-pro-item:last-child {
    border: none
}

@media screen and (max-width: 768px) {
    .inquiry-prolist {
        padding:1vw 5vw
    }

    .inquiry-prolist .inquiry-pro-item {
        box-sizing: border-box;
        padding: 3vw;
        margin: 0px;
        height: 20vw
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-del {
        padding-top: 0px;
        width: 10vw
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close {
        right: 0px;
        top: 4vw
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-name {
        font-size: 3vw;
        padding: 0px;
        margin: 0px;
        padding-top: 2vw;
        max-width: 48vw
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-name p a {
        font-size: 3.2vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-img {
        min-width: 24vw;
        margin-right: 3vw;
        width: auto
    }

    .product-view .singglepic {
        width: 100%;
        height: 100vw
    }

    .pro-main .common-breadcrumb {
        display: none
    }
}

.table-responsive {
    -ms-touch-action: auto;
    touch-action: auto;
    width: 100%;
    margin: .2rem 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.close {
    display: inline-block;
    position: relative;
    top: -6px;
    width: 16px;
    height: 16px
}

.close::before,.close::after {
    position: absolute;
    content: " ";
    background-color: #555;
    left: 8px;
    width: 2px;
    height: 16px
}

.close::before {
    transform: rotate(45deg)
}

.close::after {
    transform: rotate(-45deg)
}

.slide-fade-enter-active {
    transition: all .2s ease
}

.slide-fade-leave-active {
    transition: all .2s ease
}

.slide-fade-enter,.slide-fade-leave-to {
    transform: translateY(10px);
    opacity: 0
}

.feedback-main #feedbackForm {
    margin-top: 20px
}

.content-title {
    font-size: 1.5em;
    margin-top: 0px
}

@media screen and (max-width: 768px) {
    .content-title {
        font-size:1.2em
    }
}

.singglepic {
    width: 450px;
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EEE
}

.singglepic img {
    max-width: 100%;
    max-height: 100%
}

.singglepic:hover img {
    transform: scale(1.1)
}

.map {
    margin-bottom: 30px
}

.map iframe {
    width: 100%
}

@media screen and (max-width: 768px) {
    .singglepic {
        width:100%;
        height: 100vw;
        border: 0px
    }
}

.table-responsive {
    -ms-touch-action: auto;
    touch-action: auto;
    width: 100%;
    margin: .2rem 0px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0s
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos] {
    pointer-events: none
}

[data-aos].aos-animate {
    pointer-events: auto
}

[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos] {
    transition-timing-function: ease
}

@media screen {
    html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
        opacity: 0;
        transition-property: opacity,transform
    }

    html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: none
    }

    html:not(.no-js) [data-aos=fade-up] {
        transform: translate3d(0, 100px, 0)
    }

    html:not(.no-js) [data-aos=fade-down] {
        transform: translate3d(0, -100px, 0)
    }

    html:not(.no-js) [data-aos=fade-right] {
        transform: translate3d(-100px, 0, 0)
    }

    html:not(.no-js) [data-aos=fade-left] {
        transform: translate3d(100px, 0, 0)
    }
}

.head.is-fixed .head-main {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.1)
}

.head.is-fixed .head-main .l-wrap {
    height: 46px;
}

.head.is-fixed .head-top {
    display: none
}

.head.is-fixed .head-nav {
    height: 96px
}

.head-top {
    height: 45px;
    background: #ef0000;
    position: relative
}

.head-top .l-wrap {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center
}

.head-top .head-box {
    position: relative;
    width: 300px;
    height: 21px;
    top: 13px;
    margin-right: 20px;
    background: #FFF;
    position: relative
}

.head-top .head-box:after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    width: 0px;
    height: 0px;
    border-top: 20px solid #ef0000;
    border-left: 24px solid transparent
}

.head-top .head-lang {
    margin-left: auto
}

.head-top .head-contact {
    color: #FFF;
    display: flex;
    align-items: center
}

.head-top .head-contact a {
    color: #FFF;
    position: relative;
    margin-right: 60px;
    display: flex;
    align-items: center
}

.head-top .head-contact a:hover {
    color: #ffffff;
}

.head-top .head-contact i,.head-top .head-contact em {
    position: relative;
    color: #ffffff;
    top: 1px;
    font-size: 20px;
    margin-right: 5px
}

.head-top .head-tel {
    margin-right: 54px;
    position: relative
}

.head-top .head-mail:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 1px;
    left: -38px;
    top: 50%;
    background: #ffffff;
}

.head-top:after {
    content: "";
    display: block;
    height: 20px;
    width: 300px;
    background: #FFF;
    position: absolute;
    bottom: 0px;
    left: 0px
}

.head-main {
    z-index: 2;
    position: relative;
    background: #FFF
}

.head-main .l-wrap {
    height: 63px;
    display: flex;
    align-items: center;
    transition: height .3s ease;
    position: relative
}

.head-main .head-logo img {
    width: auto;
    max-width: 300px;
    max-height: 100%
}

.head-nav {
    height: 110px;
    margin-left: auto
}

.head-nav>ul {
    display: flex;
    height: 100%
}

.head-nav>ul>li {
    margin: 0px 15px;
    height: 100%;
    position: relative
}

.head-nav>ul>li>a {
    font-weight: var(--fontbold6);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase
}

.head-nav li .arrow {
    display: none
}

.head-nav a.inmenu_1 {
    color: #ef0000;
}

.head-nav .submenu {
    display: none;
    position: absolute;
    top: 73%;
    left: 0px;
    max-width: 300px;
    overflow: hidden;
    z-index: 9;
    text-overflow: ellipsis
}

.head-nav .submenu a {
    color: #FFF;
    padding: 10px 20px;
    white-space: nowrap;
    background: #000000;
    transition: background .2s ease
}

.head-nav .submenu a:hover {
    background: #ef0000;
    color: white;
}

.head-nav a {
    font-size: 14px;
    display: block
}

.head-nav .nav-btn {
    display: none;
    position: relative;
    cursor: pointer;
    width: 55px;
    height: 55px;
    background-color: #ef0000;
}

.head-nav .nav-btn span {
    display: block;
    position: absolute;
    border-radius: 999px;
    background: #FFF;
    left: 18px;
    width: 22px;
    height: 3px
}

.head-nav .nav-btn span:nth-child(1) {
    top: 18px
}

.head-nav .nav-btn span:nth-child(2) {
    top: 25px
}

.head-nav .nav-btn span:nth-child(3) {
    top: 32px
}

.head-search .head-search-btn {
    width: 45px;
    height: 45px;
    display: flex;
    cursor: pointer;
    margin-left: 20px;
    justify-content: center;
    align-items: center;
    background: #000000;
}

.head-search .head-search-btn>i,.head-search .head-search-btn>em {
    font-weight: var(--fontbold6);
    font-size: 20px;
    color: #f1f1f1;
}

.head-search .search-box {
    display: none;
    position: absolute;
    top: 100%;
    right: 0px;
    background: #FFF
}

.head-search .search-box i {
    cursor: pointer;
    position: absolute;
    right: 26px;
    top: 27px
}

.head-search .search-btn {
    position: absolute;
    right: 0px;
    top: 0px
}

.head-search .search-wrap {
    position: relative;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1)
}

.head-search #txtSearch {
    width: 200px;
    font-size: 14px;
    line-height: 2.4em;
    height: 2.4em;
    border: 1px solid #EEE;
    box-sizing: border-box;
    padding: 0px 20px 0px 10px
}

.head-icon {
    display: none
}

@media screen and (max-width: 1470px) {
    .head-top .head-box {
        width:200px
    }

    .head-top:after {
        width: 200px
    }

    .head-nav>ul>li {
        margin: 0 12px
    }
}

@media screen and (max-width: 1080px) {
    .head-nav {
        height:auto;
        display: flex;
        align-items: center
    }

    .head-nav .nav-btn {
        display: block
    }

    .head-top .l-wrap {
        width: auto
    }

    .head-main .l-wrap {
        position: static
    }

    .head-nav>ul {
        opacity: 0;
        max-height: 0px;
        overflow: hidden;
        display: block;
        background-color: #FFF;
        box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
        width: 100%;
        height: auto;
        position: absolute;
        top: 100%;
        left: 0px;
        right: 0px;
        transition: max-height .2s ease,opacity .2s ease,height .2s ease
    }

    .head-nav>ul>li {
        margin: 0px 20px
    }

    .head-nav>ul>li>a {
        display: block;
        text-align: left;
        line-height: 50px;
        height: 50px;
        font-weight: normal
    }

    .head-nav.is-active .nav-btn {
        display: block
    }

    .head-nav.is-active .nav-btn span:nth-child(1) {
        transform: rotate(45deg);
        top: 25px
    }

    .head-nav.is-active .nav-btn span:nth-child(2) {
        opacity: 0
    }

    .head-nav.is-active .nav-btn span:nth-child(3) {
        transform: rotate(-45deg);
        top: 25px
    }

    .head-nav.is-active>ul {
        opacity: 1;
        overflow-y: auto;
        max-height: 100vh
    }
}

@media screen and (max-width: 768px) {
    .head-main {
        position:fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 997;
        transition: top ease .3s;
        box-shadow: 0px 1px 5px rgba(0,0,0,.1)
    }

    .head-logo img {
        margin-top: 3px;
        max-width: 200px !important;
        max-height: 50px !important
    }

    .head-top {
        position: fixed;
        left: 0px;
        top: 0px;
        right: 0px;
        z-index: 2;
        max-height: 0px;
        overflow: hidden;
        opacity: 0;
        transition: opacity .3s,max-height .3s
    }

    .head-top:after,.head-top .head-box,.head-top .head-lang,.head-top .head-box,.head-top .head-contact {
        display: none
    }

    .head-top .search-wrap,.head-top .search-box {
        width: 100%;
        height: 100%
    }

    .head-top .search-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .head-top .search-wrap i {
        flex: 0 0 16px;
        margin-left: 20px;
        color: #FFF
    }

    .head-top .search-wrap input {
        height: 30px;
        flex: 1;
        /* background: transparent; */
        color: #FFF
    }

    .head-top.is-active {
        opacity: 1;
        top: 60px;
        height: 50px;
        max-height: 50px
    }

    .head-search {
        display: none
    }

    .head-main .l-wrap {
        height: 55px
    }

    .head-nav .nav-btn {
        display: block;
        margin-right: -4vw
    }

    .head-nav>ul>li {
        position: relative;
        height: auto;
        margin: 0vw 4vw;
        border-bottom: solid 1px #EEE
    }

    .head-nav.is-active>ul {
        position: fixed;
        top: 55px;
        bottom: 0px;
        bottom: constant(safe-area-inset-bottom);
        bottom: env(safe-area-inset-bottom);
        z-index: 99
    }

    .head-nav li .arrow {
        position: absolute;
        height: 46px;
        width: 46px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        right: 0px;
        top: 3px
    }

    .head-nav li .arrow i {
        transition: transform .2s ease
    }

    .head-nav li .arrow.is-active i {
        transform: rotate(90deg)
    }

    .head-nav .submenu {
        position: relative;
        max-width: none;
        max-width: initial
    }

    .head-nav .submenu ul {
        padding-left: 10px
    }

    .head-nav .submenu a {
        padding: 8px;
        color: var(--fontcolor);
        overflow: hidden;
        text-overflow: ellipsis;
        background: transparent
    }

    .head-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 78px;
        z-index: 1
    }

    .head-icon i {
        font-weight: var(--fontbold6);
        font-size: 20px
    }
}

.l-wrap {
    margin: 0px auto;
    max-width: 1600px
}

.l-mask {
    display: none;
    position: fixed;
    left: 0px;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8)
}

main.is-fixed {
    margin-top: 156px
}

.inner-banner {
    position: relative;
    min-height: 100px;
    background-color: #a6a0a0
}

.inner-banner>img {
    display: block;
    width: 100%;
    height: auto
}

.inner-banner h2,.inner-banner h1 {
    text-transform: uppercase;
    font-size: 2em
}

.inner-banner h2 {
    margin: .6em 0em
}

.inner-banner .inner-content {
    display: flex;
    position: absolute;
    left: 0px;
    top: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFF
}

.common-main {
    margin: 60px 0px
}

.common-page {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px
}

.common-page a,.common-page span {
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 10px 14px;
    background-color: #F5F8F8;
    color: var(--fontcolor);
    transition: background .2s,color .2s
}

.common-page a:hover {
    background-color: var(--color);
    color: #FFF
}

.common-page span {
    opacity: .4
}

.common-page .last a {
    display: inline-block;
    font-style: normal
}

.common-page .ctxt {
    background-color: var(--color);
    opacity: 1;
    color: #FFF
}

.common-page .tol {
    background: transparent;
    opacity: 1;
    color: var(--fontcolor)
}

.product-main .l-wrap,.new-main .l-wrap {
    display: flex;
    flex-wrap: wrap
}

.product-main .sidebar,.new-main .sidebar {
    position: relative;
    -ms-flex-item-align: start;
    align-self: flex-start;
    flex: 0 0 370px;
    box-sizing: border-box;
    padding: 15px 15px 0px;
    border: 2px solid #F3F3F3;
    width: 370px
}

.product-main .sidebar .sidebar-item:nth-last-of-type(1),.new-main .sidebar .sidebar-item:nth-last-of-type(1) {
    margin-bottom: 0px
}

.product-main .common-content,.new-main .common-content {
    flex: 1;
    width: calc(100% - 410px)
}

.new-main .sidebar {
    padding: 15px;
    margin-left: 40px
}

.product-main .sidebar {
    margin-right: 40px
}

.sidebar-item .send-inquiry .inquiry-form input {
    width: 100%;
    height: 45px
}

.sidebar-item .send-inquiry .inquiry-form textarea {
    height: 120px
}

.more-btn {
    padding: 10px 40px;
    border: 1px solid #ef0000;
    background: #ef0000;
    color: #FFF;
    text-transform: lowercase;
    transition: color ease .3s,background ease .3s
}

.more-btn:hover {
    background: #FFF;
    color: var(--color)
}

.main-title,.main-part {
    text-align: center
}

.main-title {
    margin-bottom: 5px;
    color: #555
}

.main-part {
    text-transform: uppercase;
    font-size: 2.2em
}

@media screen and (max-width: 1680px) {
    .l-wrap {
        max-width:1400px
    }
}

@media screen and (max-width: 1470px) {
    .l-wrap {
        max-width:1200px
    }

    .product-main .sidebar,.new-main .sidebar {
        flex: 0 0 320px;
        width: 320px
    }
}

@media screen and (max-width: 1279px) {
    .l-wrap {
        max-width:none;
        max-width: initial;
        width: auto;
        margin: 0px 50px
    }

    .inner-banner h1 {
        font-size: 1.8em
    }
}

@media(max-width: 1024px) {
    .new-main .sidebar,.product-main .sidebar {
        display:none
    }
}

@media screen and (max-width: 768px) {
    .l-wrap {
        margin:0vw 4vw
    }

    .main-part {
        font-size: 19px
    }

    .main-title {
        font-size: 16px
    }

    .inner-banner {
        height: 40vw
    }

    .inner-banner>img {
        height: 100%;
        object-fit: cover
    }

    .inner-banner h2,.inner-banner h1 {
        font-size: 1.5em
    }

    .inner-banner .breadcrumb {
        font-size: 12px
    }

    .common-main {
        margin: 5.3333333333vw 0
    }

    main {
        margin-top: 55px
    }
}

#contact {
    padding: 20px 0px;
    background: #222
}

#contact .l-wrap {
    display: flex;
    justify-content: space-between
}

#contact .foot-contact {
    padding: 0px 25px;
    height: 40px;
    background: var(--color);
    line-height: 40px;
    color: #FFF;
    white-space: nowrap
}

#contact .foot-title {
    line-height: 40px;
    font-size: 1.25em;
    text-transform: capitalize;
    color: #FFF
}

.foot-main {
    background: #111;
    color: #CCC
}

.foot-main a {
    color: #CCC
}

.foot-main .l-wrap {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0px
}

.foot-main .foot-item {
    width: 25%
}

.foot-main .foot-intro {
    max-width: 300px
}

.foot-main .foot-title {
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.25em;
    color: #FFF
}

.foot-main .foot-title:after {
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 40px;
    height: 2px;
    background: var(--color);
    content: ""
}

.foot-main .foot-title img {
    max-width: 280px;
    max-height: 70px
}

.foot-main .foot-about .foot-title {
    padding-bottom: 0px;
    margin-bottom: 10px
}

.foot-main .foot-about .foot-title:after {
    display: none
}

.foot-main .foot-feedback {
    padding-bottom: 20px
}

.foot-about .foot-link .title {
    margin: 30px 0px 20px;
    text-transform: uppercase;
    font-weight: var(--fontbold6);
    font-size: 1.25em;
    color: #FFF
}

.foot-about .foot-link ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 300px
}

.foot-about .foot-link ul li {
    margin: 20px 12px 0px 0px
}

.foot-about .foot-link ul .social-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #555;
    color: #FFF;
    border-radius: 2px;
    transition: transform .3s ease
}

.foot-about .foot-link ul .social-item>i,.foot-about .foot-link ul .social-item>em {
    font-size: 20px
}

.foot-about .foot-link ul .social-item.fb {
    background-color: #3b5997
}

.foot-about .foot-link ul .social-item.tw {
    background-color: #2d2d2d
}

.foot-about .foot-link ul .social-item.lk {
    background-color: #0A66C2
}

.foot-about .foot-link ul .social-item.ins {
    background: radial-gradient(circle at 30% 107%, #FDF497 0, #FDF497 5%, #fd5949 45%, #D6249F 60%, #285aeb 90%)
}

.foot-about .foot-link ul .social-item.pi {
    background-color: #cc2127
}

.foot-about .foot-link ul .social-item.you {
    background-color: #FF0000
}

.foot-about .foot-link ul .social-item.vk {
    background: #0077FF
}

.foot-about .foot-link ul .social-item.tik {
    background-color: var(--fontcolor)
}

.foot-about .foot-link ul .social-item:hover {
    transform: scale(1.1)
}

.foot-cate ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 316px
}

.foot-cate ul>li {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin-right: 16px;
    margin-bottom: 10px;
    padding-left: 14px;
    width: calc(50% - 32px);
    text-overflow: ellipsis;
    white-space: nowrap
}

.foot-cate ul>li:after {
    position: absolute;
    left: 0px;
    top: 0px;
    content: ">"
}

.foot-cate a:hover,.foot-right a:hover,.foot-main a:hover {
    color: var(--color)
}

.foot-contact .contact-item {
    display: flex
}

.foot-contact li {
    margin-bottom: 20px
}

.foot-contact .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background: #222
}

.foot-contact .icon i,.foot-contact .icon em {
    color: #CCC
}

.foot-contact .con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 240px;
    min-height: 40px;
    line-height: 1.3em
}

.foot-feedback .foot-wrap {
    max-width: 300px
}

.foot-feedback .tips {
    line-height: 1.5em
}

.foot-feedback .feedback-input {
    position: relative;
    margin: 16px 0px 18px;
    border: 1px solid #868686;
    width: 280px
}

.foot-feedback .feedback-input .iconfont {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    color: #555
}

.foot-feedback .feedback-btn {
    padding: 10px 16px;
    background: var(--color);
    cursor: pointer;
    text-transform: capitalize;
    color: #FFF
}

.foot-feedback .feedback-btn i,.foot-feedback .feedback-btn em {
    display: inline-block;
    margin-left: 10px;
    transform: scale(0.9)
}

.foot-feedback input {
    box-sizing: border-box;
    padding: 0px 14px;
    width: 100%;
    height: 40px;
    background: #111;
    line-height: 40px;
    color: #CCC;
    font-size: 14px
}

.foot-right {
    background: #111;
    font-size: 14px;
    color: #CCC
}

.foot-right a {
    margin-left: 10px;
    color: #CCC
}

.foot-right .l-wrap {
    padding: 15px 0px;
    border-top: 1px solid #393939;
    text-align: center
}

.bottom-btn {
    position: fixed;
    display: none;
    padding: 0vw 4vw;
    box-sizing: border-box;
    left: 0px;
    bottom: -16vw;
    width: 100%;
    z-index: 996;
    background-color: #FCFCFCFB;
    border-top: solid 1px #F1F1F1;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    justify-content: space-between;
    transition: all .2s linear;
    opacity: 0
}

.bottom-btn .btn-item {
    width: 14vw;
    height: 14vw;
    line-height: 1.2;
    position: relative;
}

.bottom-btn .btn-item>a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center
}

.bottom-btn .iconfont {
    font-size: 22px;
    line-height: 1;
    color: #ef0000;
}

.bottom-btn p {
    font-size: 12px;
    color: #333;
    text-transform: capitalize
}

.bottom-btn .btn-item.cart {
    display: none;
}

.bottom-btn .btn-item.cart>div {
    width: 100%;
    height: 100%
}

.bottom-btn .btn-item .top-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: #FFF;
    border: 1px solid #ccc;
    box-shadow: none;
    width: 35px;
    height: 35px
}

.bottom-btn .btn-item .top-btn:hover {
    box-shadow: none;
    background: none
}

.bottom-btn.is-active {
    bottom: 0px;
    opacity: 1
}

.bottom-btn.show-cart {
    bottom: 0px;
    opacity: 1
}

.bottom-btn.is-pro .btn-item.inquiry {
    /* display: none; */
}

.bottom-btn.is-pro .btn-item.cart {
    display: block;
}

@media screen and (max-width: 1080px) {
    .foot-main .foot-item {
        width:50%
    }

    .foot-main .l-wrap {
        padding: 40px 0px
    }
}

@media screen and (max-width: 768px) {
    #contact {
        display:none
    }

    .top-btn {
        display: none!important
    }

    .bottom-btn .btn-item .top-btn {
        display: flex!important
    }

    .foot-main .foot-item {
        width: 100%;
        margin-bottom: 20px
    }

    .foot-contact .con {
        max-width: 250px
    }

    .foot-main .foot-feedback {
        display: none
    }

    .foot-main .foot-intro,.foot-cate ul {
        max-width: none;
        max-width: initial
    }

    .foot-about .foot-link ul {
        max-width: 100%
    }

    .foot-main .foot-title {
        margin-bottom: 20px
    }

    .foot-main .l-wrap {
        padding: 8vw 0vw 0vw
    }

    .foot-right .l-wrap {
        padding: 4vw
    }

    .foot-feedback .feedback-btn {
        font-size: 14px;
        padding: 12px 14px
    }

    .bottom-btn {
        display: flex
    }

    footer {
        margin-bottom: calc(14vw + constant(safe-area-inset-bottom));
        margin-bottom: calc(14vw + env(safe-area-inset-bottom))
    }
}

img.lazy {
    opacity: 0
}

img:not(.initial) {
    transition: opacity 1s,transform .3s ease
}

img.initial,img.loaded,img.error {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.load {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    background-color: #CCC;
    animation: loading 1.5s ease infinite;
    border-radius: 100%
}

#home-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: auto
}

#home-swiper .swiper-pagination-bullet {
    background: #000;
    opacity: .95
}

#home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color)
}

#home-swiper .swiper-next,#home-swiper .swiper-prev {
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    margin-top: -25px;
    z-index: 9;
    background: #ef0000;
    transition: background .3s ease
}

#home-swiper .swiper-next:hover,#home-swiper .swiper-prev:hover {
    background: var(--color)
}

#home-swiper .swiper-next i,#home-swiper .swiper-prev i {
    color: #FFF;
    font-weight: var(--fontbold6);
    font-size: 22px
}

#home-swiper .swiper-next {
    right: 0px
}

#home-swiper .swiper-next i {
    transform: rotate(180deg)
}

#home-swiper .swiper-prev {
    left: 0px
}

@media screen and (min-width: 769px) {
    #home-swiper {
        min-height:300px
    }
}

@media screen and (max-width: 768px) {
    #home-swiper .swiper-next,#home-swiper .swiper-prev {
        width:36px;
        height: 36px
    }
}

#about {
    padding: 80px 0px
}

#about .l-wrap {
    display: flex
}

#about .about-img,#about .about-con {
    width: 50%
}

#about .about-con {
    padding-left: 100px
}

#about .about-con .title {
    color: var(--color);
    font-weight: var(--fontbold6);
    margin-bottom: 22px
}

#about .about-con h3 {
    font-size: 2em;
    text-transform: uppercase;
    margin-bottom: 20px
}

#about .about-con h3>span {
    color: var(--color)
}

#about .about-con .con {
    color: #555;
    line-height: 1.5em
}

#about .about-con ul {
    margin: 40px 0px 50px;
    padding-left: 70px;
    position: relative;
    color: var(--fontcolor)
}

#about .about-con ul li {
    line-height: 1.5em;
    margin-bottom: 10px;
    position: relative
}

#about .about-con ul li:after {
    content: "";
    width: 14px;
    height: 14px;
    background: #ef0000;
    position: absolute;
    top: 6px;
    left: -22px
}

#about .about-con ul:before,#about .about-con ul:after {
    content: "";
    height: 100%;
    width: 1px;
    background: var(--color);
    position: absolute;
    left: 0px
}

#about .about-con ul:after {
    left: 14px;
    top: -22px
}

#about .about-con ul:before {
    top: 10px
}

#about .about-img {
    padding-top: 60px;
}

#about .about-img img {
    display: block;
    right: 0px;
    width: 90%;
    height: auto
}

#about .about-img .img-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end
}

#about .about-img .dot,#about .about-img .box {
    position: absolute
}

#about .about-img .dot {
    z-index: -2;
    background-image: radial-gradient(#f3f3f3 1.2px, rgb(0 0 0 / 12%) 1px);
    background-size: 16px 16px;
}

#about .about-img .box {
    background: #F1F4F9;
    z-index: -1
}

@media screen and (max-width: 1470px) {
    #about .about-con {
        padding-left:50px
    }
}

@media screen and (max-width: 768px) {
    #about {
        padding:9.6vw 0
    }

    #about .l-wrap {
        display: block
    }

    #about .about-img,#about .about-con {
        width: 100%;
    }

    #about .about-img {
        margin-bottom: 40px
    }

    #about .about-img img {
        width: 60%;
        position: relative;
        left: -69px;
    }

    #about .about-con {
        padding-left: 0px
    }

    #about .about-con h3,#about .about-con .title {
        text-align: center
    }

    #about .about-con h3 {
        font-size: 18px
    }

    #about .about-con .title {
        margin-bottom: 16px
    }

    #about .about-con ul {
        margin: 30px 0px 40px;
        padding-left: 60px
    }
}

#ind {
    display: flex;
    padding: 100px 0px;
    overflow: hidden
}

#ind>div {
    flex: 1
}

#ind .ind-wrap {
    box-sizing: border-box;
    padding: 90px 120px
}

#ind .ind-l {
    z-index: 1;
    background: #09162a
}

#ind .ind-l h3 {
    margin-bottom: 20px;
    font-size: 2em;
    color: #FFF
}

#ind .ind-l .con {
    margin-bottom: 30px;
    line-height: 1.5em;
    color: #98a0b4
}

#ind .ind-r {
    position: relative;
    top: -54px;
    z-index: 0;
    margin-left: -100px
}

#ind .ind-r>img {
    display: block;
    width: 100%;
    height: auto
}

#ind .ind-r .play {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 77px;
    height: 77px;
    background: var(--color);
    transform: translate(-50%, -50%)
}

#ind .adv-icon {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -16px
}

#ind .adv-icon>li {
    box-sizing: border-box;
    margin-bottom: 25px;
    padding: 0px 16px;
    width: 50%
}

#ind .adv-icon .icon-item {
    display: flex;
    box-sizing: border-box;
    padding: 30px;
    background: #0d1b31;
    color: #FFF
}

#ind .adv-icon .icon-img {
    margin-right: 24px
}

#ind .adv-icon .num {
    font-size: 2em
}

#ind .adv-icon .text {
    margin-top: 0px;
    color: #98a0b4
}

@media screen and (max-width: 1680px) {
    #ind .ind-wrap {
        padding:100px
    }

    #ind .ind-r .play {
        top: 40%
    }
}

@media screen and (max-width: 1470px) {
    #ind .ind-wrap {
        padding:40px
    }

    #ind .adv-icon .icon-item {
        padding: 14px
    }

    #ind .ind-r .play {
        top: 45%
    }
}

@media screen and (max-width: 768px) {
    #ind {
        flex-direction:column-reverse;
        margin: 5.3333333333vw 0;
        padding: 20px 0px
    }

    #ind .ind-r {
        position: relative;
        top: 0px;
        margin: 0px
    }

    #ind .ind-r .play {
        top: 50%;
        width: 9.3333333333vw;
        height: 9.3333333333vw
    }

    #ind .ind-r .play img {
        width: 3.2vw
    }

    #ind .ind-wrap {
        padding: 4vw
    }

    #ind .ind-l h3 {
        font-size: 24px;
        margin-bottom: 20px
    }

    #ind .adv-icon .icon-img {
        margin-right: 0px
    }

    #ind .adv-icon .icon-item {
        padding: 4vw;
        height: 100%;
        flex-direction: column
    }

    #ind .adv-icon .icon-item>div {
        text-align: center
    }

    #ind .adv-icon .num {
        margin-top: 4px;
        font-size: 1.6em
    }
}

#product {
    margin-bottom: 100px
}

#product .pro-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px -20px 0px
}

#product .pro-list>li {
    width: 25%;
    padding: 0px 20px;
    margin-bottom: 36px;
    box-sizing: border-box
}

#product .pro-list .pro-item {
    padding: 15px;
    border: 1px solid #E3E3E3;
    transition: border .3s ease
}

#product .pro-list .pro-item:hover {
    border-color: var(--color)
}

#product .pro-list .pro-item:hover img {
    transform: scale(1.05)
}

#product .pro-list .pro-img {
    position: relative;
    padding-top: 100%
}

#product .pro-list .pro-img img {
    transition: transform .3s ease
}

#product .pro-list .img-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

#product .pro-list .pro-name {
    margin: 15px 0px;
    text-align: center;
    color: var(--fontcolor);
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

#product .pro-list .pro-more {
    width: 100%;
    display: block;
    color: #fffdfd;
    font-size: 14px;
    background: #ef0000;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-transform: lowercase;
    transition: color .3s ease,background .3s ease
}

#product .pro-list .pro-more:hover {
    color: #FFF;
    background: var(--color)
}

#product .product-more {
    text-align: center
}

#product .product-more .more-btn {
    display: inline-block;
    margin: 30px auto 0px;
    padding: 10px 25px;
    background: #FFF;
    text-transform: capitalize;
    color: var(--fontcolor);
    border-color: var(--fontcolor)
}

#product .product-more .more-btn:hover {
    background: var(--color);
    border-color: var(--color);
    color: #FFF
}

#product .product-more .more-btn i,#product .product-more .more-btn em {
    display: inline-block;
    margin-left: 14px;
    transform: rotate(180deg)
}

@media screen and (max-width: 1470px) {
    #product .pro-list .pro-item {
        padding:14px
    }
}

@media screen and (max-width: 768px) {
    #product {
        margin-bottom:5.3333333333vw
    }

    #product .pro-list {
        margin: 4vw -2vw
    }

    #product .pro-list>li {
        padding: 0vw 2vw;
        margin-bottom: 4vw;
        width: 50%
    }

    #product .pro-list .pro-name {
        font-size: 16px;
        margin: 0vw 0vw 2vw 0vw;
        -webkit-line-clamp: 3
    }

    #product .pro-list .pro-item {
        padding: 10px
    }

    #product .pro-list .pro-more {
        font-size: 14px
    }

    #product .product-more .more-btn {
        margin: 0px
    }
}

#appli {
    background-color: #F6F6F6;
    background-image: url("../images/appli_bg.webp");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%
}

#sol-swiper {
    padding-bottom: 60px
}

#sol-swiper .swiper-slide {
    display: flex
}

#sol-swiper .swiper-slide>div {
    flex: 1
}

#sol-swiper .sol-img img {
    width: 100%;
    height: auto
}

#sol-swiper .sol-r-wrap {
    padding: 0px 11% 0 9%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box
}

#sol-swiper .sol-r {
    background: #FFF
}

#sol-swiper .sol-title {
    font-size: 1.8em;
    margin-bottom: 10px;
    font-weight: var(--fontbold6);
    text-transform: capitalize;
    color: var(--fontcolor)
}

#sol-swiper .sol-con {
    color: #555;
    line-height: 1.7em;
    margin-bottom: 30px
}

#sol-swiper .swiper-pagination-bullet {
    background: var(--color)
}

.sol-top {
    background: url("../images/sol_bg.webp") repeat-x left top
}

.sol-top h3 {
    font-size: 2.2em;
    text-align: center;
    padding: 70px 0px 50px;
    text-transform: uppercase;
    color: #202020;
}

.advan {
    padding: 60px 0px 85px
}

.advan h3 {
    margin-bottom: 5px;
    font-size: 2.2em;
    text-align: center;
    text-transform: uppercase
}

.advan .title {
    margin: 0px auto;
    color: #555;
    max-width: 48%;
    text-align: center;
    margin-bottom: 54px
}

.advan .advan-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -25px
}

.advan .advan-list>li {
    width: 25%;
    padding: 0px 25px;
    box-sizing: border-box
}

.advan .advan-item {
    padding: 38px 20px 46px;
    box-sizing: border-box;
    height: 100%;
    background: #FFF;
    position: relative
}

.advan .advan-item .tit {
    margin: 0px auto;
    text-align: center;
    font-weight: var(--fontbold6);
    margin: 20px 0px;
    font-size: 1.25em
}

.advan .advan-item .con {
    text-align: center;
    line-height: 1.5em;
    color: #555
}

.advan .advan-item:hover .advan-icon {
    background-color: var(--color)
}

.advan .advan-item:hover .advan-icon .qa {
    background-position: -36px 0
}

.advan .advan-item:hover .advan-icon .gs {
    background-position: -108px 0
}

.advan .advan-item:hover .advan-icon .rn {
    background-position: -180px 0
}

.advan .advan-item:hover .advan-icon .fd {
    background-position: -252px 0
}

.advan .advan-item:hover:after {
    border-bottom: 24px solid var(--color);
    border-left: 24px solid transparent
}

.advan .advan-item:after {
    content: "";
    position: absolute;
    display: block;
    height: 0px;
    width: 0px;
    right: 14px;
    bottom: 14px;
    border-bottom: 14px solid var(--color);
    border-left: 14px solid transparent;
    transition: border .3s ease
}

.advan .advan-icon {
    width: 65px;
    height: 65px;
    margin: 0px auto;
    border-radius: 5px;
    background: #F6F6F6;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color .3s ease
}

.advan .advan-icon>i,.advan .advan-icon>em {
    display: block;
    width: 36px;
    height: 36px;
    background: url("../images/advan_icon.webp") no-repeat
}

.advan .advan-icon .gs {
    background-position: -72px 0
}

.advan .advan-icon .rn {
    background-position: -144px 0
}

.advan .advan-icon .fd {
    background-position: -216px 0
}

@media screen and (max-width: 1470px) {
    .advan .advan-item {
        padding:20px 16px 30px
    }

    .advan .advan-item .tit {
        margin: 18px 30px
    }
}

@media screen and (max-width: 768px) {
    #sol-swiper .swiper-slide {
        display:block
    }

    #sol-swiper .sol-title {
        font-size: 18px
    }

    #sol-swiper .sol-r-wrap {
        padding: 5.3333333333vw 4vw
    }

    #sol-swiper .sol-con {
        font-size: 16px;
        margin-bottom: 4vw
    }

    .sol-top h3 {
        font-size: 19px;
        padding: 9.3333333333vw 0
    }

    .sol-top {
        background-size: auto 30%;
        background-position: top 0 center
    }

    .more-btn {
        font-size: 14px;
        padding: 10px 30px
    }

    .advan h3 {
        font-size: 19px
    }

    .advan .title {
        max-width: 100%;
        font-size: 16px;
        margin-bottom: 5.3333333333vw
    }

    .advan {
        padding: 5.3333333333vw 0
    }

    .advan .advan-list>li {
        width: 50%;
        margin-bottom: 4vw;
        padding: 0vw 2vw
    }

    .advan .advan-list {
        margin: 0vw -2vw
    }

    .advan .advan-item .tit {
        font-size: 16px;
        margin: 4vw 0vw
    }

    .advan .advan-item .con {
        font-size: 16px
    }
}

#new {
    padding: 80px 130px
}

#new .new-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 36px -25px 0px
}

#new .new-list>li {
    width: 33.3333%;
    padding: 0px 25px;
    box-sizing: border-box
}

#new .new-item {
    box-shadow: 0px 0px 70px 0px rgba(184,184,184,.33);
    padding-bottom: 15px
}

#new .new-item .new-img:hover img {
    transform: scale(1.05)
}

#new .new-img {
    position: relative;
    overflow: hidden;
    display: block
}

#new .new-img img {
    display: block;
    width: 100%;
    height: auto
}

#new .new-date {
    position: absolute;
    left: 20px;
    font-size: 14px;
    padding: 5px 10px;
    color: #FFF;
    background: var(--color);
    bottom: 0px
}

#new .new-date i {
    margin-right: 6px
}

#new .new-more {
    margin: 0px 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    text-transform: lowercase
}

#new .new-more i {
    font-weight: var(--fontbold6);
    transform: rotate(180deg)
}

#new .new-title {
    margin: 15px 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
    font-size: 18px;
    color: var(--fontcolor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 60px
}

#new .new-title:hover {
    color: var(--color)
}

@media screen and (max-width: 1470px) {
    #new .new-title {
        margin:12px 20px
    }

    #new {
        padding: 100px 80px
    }
}

@media screen and (max-width: 768px) {
    #new {
        padding:4vw 0vw
    }

    #new .new-list {
        margin: 4vw -2vw
    }

    #new .new-list>li {
        padding: 0vw 2vw;
        width: 50%
    }

    #new .new-list>li:last-child {
        display: none
    }

    #new .new-date {
        font-size: 12px;
        padding: 2px 5px;
        left: 10px
    }

    #new .new-item {
        padding-bottom: 1px
    }

    #new .new-title {
        font-size: 16px;
        margin: 6px 10px;
        padding-bottom: 6px;
        -webkit-line-clamp: 3;
        height: 74px
    }

    #new .new-more {
        font-size: 14px;
        margin: 10px
    }

    #new .new-more i {
        font-size: 14px
    }
}

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

.tab .tab-item {
    padding: 20px 60px;
    margin: 0px 20px 20px 0px;
    background: #F4F4F4;
    color: var(--fontcolor)
}

.tab .tab-item.is-current {
    background-color: var(--color);
    position: relative;
    color: #FFF
}

.tab .tab-item.is-current:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -5px);
    display: block;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFF
}

.common-main #about {
    padding: 0px
}

.common-main #about .about-con {
    margin-top: 80px
}

.common-main #about .about-con ul {
    padding-left: 20px
}

.common-main #about .about-con ul:before,.common-main #about .about-con ul:after {
    display: none
}

.common-main article p {
    color: #333;
    line-height: 1.6em
}

.about-adv {
    display: flex;
    margin: 80px 0px 60px
}

.about-adv>li {
    width: 25%
}

.about-adv .icon-item {
    display: flex;
    justify-content: center
}

.about-adv .icon-item>div {
    margin-left: 20px
}

.about-adv .icon-item>.icon-img {
    margin-left: 0px
}

.about-adv .num {
    font-size: 2.25em;
    color: #002;
    font-weight: var(--fontbold6)
}

.about-adv .text {
    color: #555
}

.about-part {
    margin-bottom: 60px
}

.about-part .part-item {
    display: flex
}

.about-part .part-item>div {
    width: 50%
}

.about-part .part-item:nth-last-child(1) .part-img {
    justify-content: flex-start
}

.about-part .part-con {
    background: #F6F6F7;
    padding: 70px;
    box-sizing: border-box
}

.about-part .part-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.about-part .part-img img {
    width: 100%;
    height: auto
}

.about-part .title {
    text-align: center;
    position: relative;
    color: var(--fontcolor);
    padding-bottom: 16px;
    margin-bottom: 30px;
    font-size: 2em
}

.about-part .title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 1px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: var(--color)
}

.about-part .con {
    line-height: 1.8em;
    color: #555
}

.product-case {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 48px;
    margin: 0 -9px -36px
}

.product-case>li {
    width: 25%;
    padding: 0px 9px;
    margin-bottom: 36px;
    box-sizing: border-box
}

.product-case .case-img {
    padding: 14px;
    border: 1px solid #e7e7e7;
    box-sizing: border-box
}

.product-case .case-img img {
    width: 100%;
    height: auto
}

.product-case .case-name {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-overflow: ellipsis;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    padding: 0px 14px;
    box-sizing: border-box;
    font-size: 18px;
    background: #f0f0f0
}

.company-cer {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 40px;
    margin: 0 -27px
}

.company-cer>li {
    width: 25%;
    padding: 0px 27px;
    box-sizing: border-box
}

.company-cer .cer-img {
    border: 2px solid #e7e7e7;
    padding: 34px;
    box-sizing: border-box
}

.company-cer .cer-img img {
    width: 100%;
    height: auto
}

.company-cer .cer-name {
    margin-top: 42px;
    text-align: center;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.company-partner h3 {
    position: relative;
    margin-top: 70px;
    font-size: 2em;
    padding-bottom: 26px;
    text-align: center
}

.company-partner h3:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background: var(--color)
}

.company-partner ul {
    display: flex;
    margin: 40px -9px 0
}

.company-partner ul>li {
    width: 33.3333%;
    padding: 0px 9px;
    box-sizing: border-box
}

.company-partner .partner-item {
    width: 100%;
    height: 95px;
    display: flex;
    border: 1px solid #e7e7e7;
    justify-content: center;
    align-items: center
}

.company-partner .partner-item img {
    max-width: 100%;
    height: auto
}

.contact {
    display: flex
}

.contact .contact-box {
    -ms-flex: 0 0 420px;
    flex: 0 0 420px;
    margin-right: 90px;
    -ms-flex-item-align: self-start;
    align-self: self-start;
    padding: 50px 30px 80px;
    box-sizing: border-box;
    background: var(--color);
    color: #FFF
}

.contact .contact-box p, .contact .contact-box p a {
    color: #FFF
}

.contact .contact-box .title {
    font-size: 2em;
    margin-bottom: 10px
}

.contact .contact-box .tip {
    margin-bottom: 20px
}

.contact .contact-inquiry {
    padding-top: 10px;
    flex: 1
}

.contact .contact-inquiry .title {
    font-size: 2em;
    font-weight: var(--fontbold6);
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    color: var(--fontcolor)
}

.contact .contact-inquiry .title:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    top: 100%;
    left: 0px;
    background: var(--color)
}

.contact .contact-inquiry .tip {
    color: var(--fontcolor);
    margin-bottom: 30px
}

.contact .contact-item {
    display: flex;
    margin-bottom: 20px
}

.contact .contact-item .icon {
    width: 50px;
    height: 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px
}

.contact .contact-item .con {
    flex: 1
}

.application .app-item {
    display: flex;
    margin-bottom: 60px
}

.application .app-item>div {
    width: 50%
}

.application .app-img {
    position: relative
}

.application .app-img img {
    width: 100%;
    height: auto;
    display: block
}

.application .app-img .tri {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 0px;
    height: 0px
}

.application .app-item:nth-of-type(2n) {
    flex-direction: row-reverse
}

.application .app-item:nth-of-type(2n) .app-img .tri {
    right: inherit;
    left: 0px;
    border-left: 0px
}

.application .app-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px;
    box-sizing: border-box;
    color: #555
}

.application .app-info .title {
    color: var(--fontcolor);
    font-size: 1.75em;
    font-weight: var(--fontbold6);
    text-transform: capitalize
}

.application .app-info li {
    line-height: 1.8em
}

.solution .sol-title {
    color: var(--fontcolor);
    margin-bottom: 66px;
    font-size: 2em;
    text-align: center
}

.solution .sol-list {
    display: flex;
    margin: 0px 0px 130px
}

.solution .sol-list>li {
    width: 25%;
    margin-right: 30px;
    box-sizing: border-box
}

.solution .sol-list>li:last-child {
    margin-right: 0px
}

.solution .sol-item {
    position: relative;
    height: 100%;
    box-shadow: 0px 0px 65px 0px rgba(215,215,215,.63);
    padding: 60px 30px 50px;
    box-sizing: border-box;
    border-bottom: 3px solid var(--color);
    transition: color .3s ease,background-color .3s ease
}

.solution .sol-item .title {
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: var(--fontbold6);
    color: var(--fontcolor);
    transition: color .3s ease
}

.solution .sol-item .con {
    line-height: 1.8em
}

.solution .sol-item .icon {
    width: 50px;
    height: 50px;
    background: url("../images/sol_icon.webp") no-repeat;
    margin-bottom: 46px
}

.solution .sol-item .icon2 {
    background-position: -100px 0
}

.solution .sol-item .icon3 {
    background-position: -200px 0
}

.solution .sol-item .icon4 {
    background-position: -300px 0
}

.solution .sol-item:hover {
    background-color: var(--color);
    color: #FFF
}

.solution .sol-item:hover:after {
    opacity: .1
}

.solution .sol-item:hover .title {
    color: #FFF
}

.solution .sol-item:hover .icon {
    background-position: -50px 0
}

.solution .sol-item:hover .icon2 {
    background-position: -150px 0
}

.solution .sol-item:hover .icon3 {
    background-position: -250px 0
}

.solution .sol-item:hover .icon4 {
    background-position: -350px 0
}

.solution .sol-item:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url("../images/sol_item.webp");
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity .3s ease
}

.solution .sol-content {
    margin-bottom: -90px;
    padding: 60px 0 120px;
    background: #F2F2F2
}

.solution .top-con {
    margin-bottom: 66px
}

.solution .sol-tab {
    display: flex
}

.solution .sol-tab .sol-tab-container {
    display: none
}

.solution .sol-tab .sol-tab-container.is-active {
    display: block
}

.solution .sol-tab .sol-tab-item {
    height: 80px;
    line-height: 82px;
    margin-bottom: 15px;
    cursor: pointer;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #FFF;
    text-align: center;
    color: var(--fontcolor);
    transition: color .3s ease,background-color .3s ease
}

.solution .sol-tab .sol-tab-item:hover,.solution .sol-tab .sol-tab-item.is-active {
    background-color: var(--color);
    color: #FFF
}

.solution .sol-tab .sol-tab-list {
    -ms-flex: 3;
    flex: 3;
    margin-right: 36px
}

.solution .sol-tab .sol-tab-wrap {
    -ms-flex: 7;
    flex: 7
}

.solution .sol-tab .sol-tab-content {
    width: 100%;
    display: flex
}

.solution .sol-tab .sol-tab-content>div {
    width: 50%
}

.solution .sol-tab .sol-tab-con {
    background-color: #FFF;
    padding: 0px 34px 0px 50px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.solution .sol-tab .sol-tab-con .title {
    font-weight: var(--fontbold6);
    margin-bottom: 10px;
    font-size: 1.875em;
    color: var(--fontcolor)
}

.suport {
    display: flex
}

.suport .suport-side {
    -ms-flex: 0 0 328px;
    flex: 0 0 328px;
    width: 328px;
    margin-right: 60px
}

.suport .support-main {
    flex: 1;
    width: calc(100% - 388px)
}

.suport .suport-link a {
    height: 60px;
    line-height: 60px;
    background: #F3F3F3;
    color: var(--fontcolor);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0px 24px;
    box-sizing: border-box;
    transition: background-color .3s ease
}

.suport .suport-link-item {
    margin-bottom: 8px;
    position: relative
}

.suport .suport-link-item .iconfont {
    color: var(--fontcolor);
    position: absolute;
    right: 20px;
    top: 20px
}

.suport .suport-link-item:hover a,.suport .suport-link-item.is-current a {
    background-color: var(--color);
    color: #FFF
}

.suport .suport-link-item:hover i,.suport .suport-link-item.is-current i,.suport .suport-link-item:hover em,.suport .suport-link-item.is-current em {
    color: #FFF
}

.htu .htu-title {
    margin-bottom: 26px;
    text-align: center;
    font-size: 2.5em;
    color: var(--fontcolor)
}

.htu .htu-con {
    margin-bottom: 30px;
    text-align: center
}

.htu .htu-list {
    margin: 0 -14px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.htu .htu-list>li {
    width: 33.3333%;
    padding: 0px 14px;
    box-sizing: border-box;
    margin-bottom: 28px
}

.htu .htu-item {
    position: relative
}

.htu .htu-item img {
    width: 100%;
    height: auto
}

.htu .htu-item:hover .htu-box {
    opacity: 1
}

.htu .htu-box {
    position: absolute;
    background: rgba(0,0,0,.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .3s ease
}

.htu .htu-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.htu .htu-icon img {
    width: 46px;
    height: auto
}

.htu .htu-name {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    color: #444;
    font-weight: var(--fontbold6);
    background: #FFF
}

.htu .htu-name:after {
    content: "";
    position: absolute;
    display: block;
    top: 100%;
    height: 12px;
    left: 6px;
    right: 6px;
    background-color: var(--color)
}

.afs .afs-content {
    display: flex;
    margin-bottom: 70px
}

.afs .afs-img {
    -ms-flex: 4.5;
    flex: 4.5
}

.afs .afs-img img {
    width: 100%;
    height: auto
}

.afs .afs-con {
    -ms-flex: 5.5;
    flex: 5.5;
    margin-left: 40px
}

.afs .afs-con .title {
    font-weight: var(--fontbold6);
    font-size: 1.875em;
    color: var(--fontcolor)
}

.afs .afs-con .con {
    margin-bottom: 40px
}

.afs .afs-con li {
    color: var(--fontcolor);
    margin-bottom: 1em
}

.afs .afs-con li i,.afs .afs-con li em {
    width: 18px;
    height: 18px;
    position: relative;
    top: 4px;
    margin-right: 1em;
    display: inline-block;
    background-color: var(--color);
    border-radius: 50%;
    color: #FFF
}

.afs .afs-con li i::before,.afs .afs-con li em::before {
    font-size: 12px;
    position: absolute;
    top: 2px;
    left: 3.2px
}

.afs .afs-title {
    color: #333;
    font-size: 1.875em;
    font-weight: var(--fontbold6)
}

.afs .afs-tab {
    height: 70px;
    display: flex;
    margin-top: 30px;
    border: 2px solid var(--color);
    box-sizing: border-box
}

.afs .afs-tab-item {
    width: 33.3333%;
    display: flex;
    font-size: 18px;
    font-weight: var(--fontbold6);
    position: relative;
    cursor: pointer;
    justify-content: center;
    align-items: center
}

.afs .afs-tab-item i,.afs .afs-tab-item em {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: relative;
    font-weight: var(--fontbold6);
    border: 2px solid var(--color);
    border-radius: 50%;
    color: var(--color)
}

.afs .afs-tab-item i::before,.afs .afs-tab-item em::before {
    position: absolute;
    top: 3px;
    left: 4px
}

.afs .afs-tab-item.is-active,.afs .afs-tab-item:hover {
    color: var(--color)
}

.afs .afs-tab-item.is-active i,.afs .afs-tab-item:hover i,.afs .afs-tab-item.is-active em,.afs .afs-tab-item:hover em {
    background-color: var(--color);
    color: #FFF
}

.afs .afs-tab-item:after {
    content: "";
    position: absolute;
    background-color: #c4c4c4;
    display: block;
    height: 28px;
    width: 1px;
    right: 1px;
    top: 19px
}

.afs .afs-tab-item:last-child:after {
    display: none
}

.afs .afs-tab-content {
    padding-top: 30px
}

.afs .afs-tab-content ul {
    margin-top: 30px
}

.afs .afs-tab-content ul li {
    color: #333;
    margin-bottom: 1em
}

.afs .afs-tab-content .icon-check {
    font-weight: var(--fontbold6);
    margin-right: 10px
}

.afs .tab-content-wrap {
    display: none
}

.afs .tab-content-wrap.is-active {
    display: block
}

.case .case-title {
    color: var(--color);
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.25em
}

.case .case-item {
    position: relative
}

.case .case-item:hover .case-box {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1)
}

.case .case-box {
    position: absolute;
    background: #FFF;
    padding: 40px 30px 24px;
    left: 10%;
    right: 10%;
    bottom: 10%;
    text-align: center;
    opacity: 0;
    transition: opacity .3s,transform .3s;
    transform: translate3d(0, 20px, 0) scale(1.05)
}

.case .case-name {
    color: var(--color);
    font-size: 18px
}

.case .case-more {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px auto;
    background-color: var(--color);
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(180deg);
    color: #FFF
}

.case .case-tip {
    text-align: center;
    margin: 0px auto;
    max-width: 780px;
    padding: 0px 20px
}

.case .case-img img {
    width: 100%;
    height: auto
}

.case .case-con {
    margin-bottom: 18px
}

.case .case-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px -13px 0px
}

.case .case-list>li {
    width: 33.3333%;
    padding: 0px 13px;
    margin-bottom: 26px;
    box-sizing: border-box
}

@media screen and (max-width: 1680px) {
    .about-part .part-con {
        padding:60px 40px
    }
}

@media screen and (max-width: 1470px) {
    .about-part .part-con {
        padding:30px 20px
    }

    .about-part .title {
        margin-bottom: 20px
    }

    .solution .sol-item {
        padding: 30px 16px
    }

    .case .case-box {
        padding: 20px 15px
    }

    .suport .suport-side {
        flex: 0 0 300px;
        width: 300px;
        margin-right: 30px
    }
}

@media screen and (max-width: 768px) {
    .tab .tab-item {
        width:calc(50% - 4vw);
        margin: 0 4vw 4vw 0;
        padding: 14px 4px;
        box-sizing: border-box;
        font-size: 14px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .tab .tab-item:nth-of-type(2n) {
        margin-right: 0px
    }

    .about-adv {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 12vw 0px
    }

    .about-adv>li {
        width: 50%;
        margin-bottom: 4vw
    }

    .about-adv .num {
        font-size: 14px;
        margin: 2vw 0px
    }

    .about-adv .icon-item {
        display: block;
        text-align: center
    }

    .about-adv .icon-item>div {
        margin-left: 0px
    }

    .about-adv .text {
        font-size: 12px
    }

    .about-part .part-item {
        flex-direction: column
    }

    .about-part .part-item:nth-of-type(2n) {
        flex-direction: column-reverse
    }

    .about-part .part-item>div {
        width: 100%
    }

    .about-part .part-con {
        padding: 5.3333333333vw
    }

    .about-part .title {
        font-weight: var(--fontbold6);
        font-size: 18px;
        padding-bottom: 6px
    }

    .about-part {
        margin-bottom: 12vw
    }

    .product-case {
        margin: 0 -4vw -36px
    }

    .product-case>li {
        width: 50%;
        padding: 0vw 2vw
    }

    .product-case .case-name {
        font-size: 14px;
        height: 36px;
        line-height: 36px
    }

    .product-case .case-img {
        padding: 8px
    }

    .company-cer {
        margin: 0 -2vw;
        padding-top: 16px
    }

    .company-cer>li {
        width: 50%;
        padding: 0vw 2vw
    }

    .company-cer .cer-img {
        padding: 6px
    }

    .company-cer .cer-name {
        font-size: 16px;
        margin: 10px 0px
    }

    .company-partner h3 {
        margin-top: 20px;
        font-size: 18px;
        padding-bottom: 12px
    }

    .company-partner ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .company-partner ul>li {
        margin-bottom: 4vw
    }

    .contact {
        display: block
    }

    .contact .contact-box {
        -ms-flex: initial;
        flex: initial;
        padding: 14px;
        margin-right: 0px
    }

    .contact .contact-box .title {
        font-size: 18px
    }

    .contact .contact-inquiry .title {
        font-size: 18px;
        padding-bottom: 14px
    }

    .solution .sol-title {
        font-size: 18px;
        margin-bottom: 6.6666666667vw
    }

    .solution .sol-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 4vw
    }

    .solution .sol-list>li {
        width: 100%;
        margin-bottom: 4vw;
        margin-right: 0px
    }

    .solution .sol-item .icon {
        margin-bottom: 4vw
    }

    .solution .sol-item .title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .solution .sol-tab {
        display: block
    }

    .solution .sol-tab .sol-tab-list {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0px
    }

    .solution .sol-tab .sol-tab-item {
        width: calc(50% - 7px);
        margin-right: 14px;
        box-sizing: border-box;
        height: 42px;
        line-height: 42px
    }

    .solution .sol-tab .sol-tab-item:nth-of-type(2n) {
        margin-right: 0px
    }

    .solution .sol-tab .sol-tab-content {
        display: block
    }

    .solution .sol-tab .sol-tab-content>div {
        width: 100%
    }

    .solution .sol-tab .sol-tab-img img {
        width: 100%;
        height: auto
    }

    .solution .sol-tab .sol-tab-con {
        background: transparent;
        padding: 10px 0px
    }

    .solution .sol-tab .sol-tab-con .title {
        font-size: 18px
    }

    .solution .top-con {
        margin-bottom: 8vw
    }

    .solution .sol-content {
        padding-top: 8vw
    }

    .case .case-title {
        margin-bottom: 4vw;
        font-size: 18px
    }

    .case .case-list>li {
        width: 100%
    }

    .suport .suport-side {
        display: none
    }

    .afs .afs-content {
        display: block
    }

    .afs .afs-con {
        margin-left: 0px
    }

    .afs .afs-title,.afs .afs-con .title {
        font-size: 18px
    }

    .afs .afs-tab {
        height: auto;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .afs .afs-tab-item {
        width: 100%;
        padding: 10px 0px;
        font-size: 16px;
        border-bottom: 1px solid #EEE
    }

    .afs .afs-tab-item:after {
        display: none
    }

    .htu .htu-title {
        margin-bottom: 10px;
        font-size: 18px
    }

    .htu .htu-list {
        margin: 0vw -2vw
    }

    .htu .htu-list>li {
        width: 50%;
        padding: 0vw 2vw
    }

    .htu .htu-name {
        font-size: 12px;
        left: 10px;
        right: 10px;
        bottom: 16px;
        padding: 12px
    }

    .htu .htu-name:after {
        height: 6px
    }

    .htu .htu-icon img {
        width: 40px
    }

    .application .app-item {
        display: block;
        margin-bottom: 4vw
    }

    .application .app-item>div {
        width: 100%
    }

    .application .app-info {
        display: block;
        padding: 4vw 0vw
    }

    .application .app-info .title {
        line-height: 1.5em;
        font-size: 18px
    }
}

.send-inquiry .inquiry-form {
    position: relative;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.inquiry .l-wrap {
    padding: 0px;
    max-width: 900px
}

.inquiry .send-inquiry .send-btn {
    margin: 50px auto
}

.inquiry-tip {
    margin-bottom: 30px;
    line-height: 1.5em
}

.inquiry-tip a {
    text-decoration: underline
}

.inquiry-tip a:hover {
    color: var(--color)
}

.feedback p {
    line-height: 1.5em
}

.feedback #feedbackForm {
    margin-top: 20px;
    max-width: 900px;
    margin: 0px auto
}

.send-tit {
    margin: 70px 0 30px;
    font-size: 34px;
    color: var(--fontcolor);
    font-weight: var(--fontbold6);
    text-transform: uppercase
}

@media screen and (max-width: 769px) {
    .send-tit {
        margin:20px 0 20px;
        font-size: 18px;
        color: var(--fontcolor);
        font-weight: var(--fontbold6)
    }

    .l-main-single .inquiry {
        padding: 8vw 0
    }

    .inquiry .send-inquiry .send-btn {
        margin: 8vw auto 4vw
    }

    .inquiry-tip {
        margin-bottom: 6vw
    }

    .send-inquiry .send-btn {
        height: 10.6666666667vw;
        margin: 20px 0px 0px;
        padding: 0px 6.6666666667vw
    }
}

.hvr-bounce-to-right,.hvr-bounce-to-right-y {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    transition-property: color;
    transition-duration: .5s
}

.hvr-bounce-to-right-y:before,.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: var(--color);
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.hvr-bounce-to-right-y:hover:before,.hvr-bounce-to-right:active:before,.hvr-bounce-to-right:focus:before,.hvr-bounce-to-right:hover:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66)
}

.pro-img img {
    max-width: 100%;
    max-height: 100%
}

.product-main .pro-list .pro-more {
    color: #fff;
    background: #ef0000;
    transition: background .2s ease,color .2s ease
}

.product-main .pro-list .pro-more:hover {
    background: var(--color);
    color: #FFF
}

.product-main .pro-list .pro-name {
    width: 100%;
    font-size: 18px;
    font-weight: var(--fontbold6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.product-main .pro-list .pro-img:hover .img-wrap:after {
    opacity: 1
}

.product-main .pro-list .pro-img:hover .pro-cart {
    opacity: 1
}

.product-main .pro-list .pro-img:hover img {
    transform: scale(1.05)
}

.product-main .pro-list .img-wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.product-main .pro-list .img-wrap:after {
    content: "";
    display: block;
    background: rgba(0,0,0,.1);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity .2s ease
}

.product-main .pro-cart {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    background: #FFF;
    border-radius: 50%;
    display: flex;
    opacity: 0;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transition: opacity .2s ease
}

.product-main .pro-cart i {
    font-size: 20px
}

.product-main .pro-list .pro-img .icon-hottitle {
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 1;
    color: var(--color);
    font-size: 35px
}

.product-main .pro-list.list1 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -20px
}

.product-main .pro-list.list1>li {
    width: 33.3333%;
    margin-bottom: 38px;
    box-sizing: border-box;
    padding: 0px 20px
}

.product-main .pro-list.list1 .pro-item {
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #EEE
}

.product-main .pro-list.list1 .pro-info {
    padding: 0px 15px 15px
}

.product-main .pro-list.list1 .pro-more {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
    transition: background .2s ease,color .2s ease
}

.product-main .pro-list.list1 .pro-name {
    text-align: center;
    margin-bottom: 15px
}

.product-main .pro-list.list1 .data-price {
    text-align: center;
    margin-bottom: 14px;
    display: block
}

.product-main .pro-list.list1 .pro-img {
    width: 100%;
    padding-top: 100%;
    margin-bottom: 10px;
    position: relative
}

.product-main .pro-list.list0>li {
    margin-bottom: 40px;
}

.product-main .pro-list.list0 .pro-item {
    display: flex
}

.product-main .pro-list.list0 .pro-img {
    flex: 0 0 320px;
    height: 320px;
    margin-right: 40px;
    position: relative;
    border: 1px solid #E3E3E3;
    box-sizing: border-box
}

.product-main .pro-list.list0 .pro-info {
    padding: 30px 0px;
    box-sizing: border-box;
    flex: 1
}

.product-main .pro-list.list0 .pro-name {
    margin-bottom: 10px
}

.product-main .pro-list.list0 .pro-intro {
    color: #555;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 3.1em;
    font-size: 16px
}

.product-main .pro-list.list0 .data-price {
    margin: 10px 0px;
    display: block
}

.product-main .pro-list.list0 .pro-more {
    display: inline-block;
    margin-top: 15px;
    padding: 10px 40px;
    text-transform: lowercase
}

.product-main .pro-bottom {
    margin-top: 20px;
    font-size: 16px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 10px;
    line-height: 1.7em;
    color: #2B2B2B
}

.product-main .keywords {
    margin-top: 10px
}

.product-main .keywords span a {
    padding: 4px 8px;
    border-radius: 999px;
    background-color: #EEE;
    margin-right: 6px;
    white-space: nowrap;
    display: inline-block;
    margin-bottom: 6px
}

.product-main li.is-checked .pro-cart {
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.1);
    opacity: 1;
    color: var(--color)
}

.pro-detail .pro-detail-top {
    display: flex
}

.pro-detail .preview-container {
    position: relative;
    width: 450px;
    background: #FFF;
    padding-bottom: 1px
}

.pro-detail .preview-container .small-box {
    position: relative;
    width: 450px;
    height: 450px;
    border: 1px solid #EEE;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #FFF;
    cursor: move
}

.pro-detail .preview-container .small-box img {
    max-width: 100%;
    max-height: 100%
}

.pro-detail .preview-container .small-box .hover {
    position: absolute;
    width: 180px;
    height: 180px;
    background-color: rgba(204,204,204,.6);
    border: 1px solid #EEE;
    display: none
}

.pro-detail .preview-container .thumbnail-box {
    margin: 20px 0px 0px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #FFF
}

@media(max-width: 768px) {
    .pro-detail .preview-container .thumbnail-box {
        margin-top:4vw
    }
}

.pro-detail .preview-container .thumbnail-box .list {
    width: 390px;
    margin: 0px auto;
    overflow: hidden;
    position: relative
}

.pro-detail .preview-container .thumbnail-box .list ul {
    width: 10000px;
    display: flex;
    padding: 2px 0px
}

.pro-detail .preview-container .thumbnail-box .list ul .item {
    width: 76px;
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #CCC;
    position: relative
}

.pro-detail .preview-container .thumbnail-box .list ul .item:hover {
    cursor: pointer
}

.pro-detail .preview-container .thumbnail-box .list ul .item img {
    max-width: 100%;
    max-height: 100%;
    display: block
}

.pro-detail .preview-container .thumbnail-box .list ul .item-cur {
    border: none;
    outline: 2px solid var(--color)
}

.pro-detail .preview-container .thumbnail-box .btn {
    position: absolute;
    width: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%
}

.pro-detail .preview-container .thumbnail-box .btn-prev {
    left: 0px;
    border-radius: 5px 0px 0px 5px
}

.pro-detail .preview-container .thumbnail-box .btn-next {
    right: 0px;
    border-radius: 0px 5px 5px 0px
}

.pro-detail .preview-container .thumbnail-box .btn_prev_disabled {
    cursor: not-allowed;
    opacity: .4
}

.pro-detail .preview-container .thumbnail-box .btn_next_disabled {
    cursor: not-allowed;
    opacity: .4
}

.pro-detail .preview-container .thumbnail-box .arrow {
    width: 24px;
    height: 36px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0px;
    transform: rotate(0)
}

.pro-detail .preview-container .thumbnail-box .arrow:before,.pro-detail .preview-container .thumbnail-box .arrow:after {
    content: "";
    transition: .2s ease-in-out;
    background-color: transparent;
    width: 1.8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    border-bottom: 10px solid #222;
    top: 10px;
    left: 10px
}

.pro-detail .preview-container .thumbnail-box .arrow:before {
    transform: rotate(-135deg)
}

.pro-detail .preview-container .thumbnail-box .arrow:after {
    transform: rotate(135deg)
}

.pro-detail .preview-container .thumbnail-box .arrow-left {
    transform: rotate(90deg)
}

.pro-detail .preview-container .thumbnail-box .arrow-right {
    transform: rotate(-90deg)
}

.pro-detail .preview-container .big-box {
    display: none;
    overflow: hidden;
    top: 0px;
    left: 449px;
    border: 1px solid #EEE;
    position: absolute;
    width: 550px;
    height: 553.5px;
    box-sizing: border-box;
    background: #FFF;
    z-index: 20
}

.pro-detail .preview-container .big-box img {
    display: block;
    max-width: none;
    max-height: none;
    width: 130%
}

.pro-detail .preview-container .banner-page {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 1vw 4vw;
    border-radius: 999px;
    background: var(--color);
    bottom: 3vw;
    right: 3vw
}

.pro-detail .preview-container .banner-page span {
    color: #FFF
}

.pro-detail .preview-container .banner-page .of {
    margin: 0px 4px
}

.pro-detail .preview-container #media {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;
    z-index: 2
}

@media(max-width: 768px) {
    .pro-detail .preview-container #media {
        height:92vw;
        border: 1px solid #EEE
    }
}

.pro-detail .preview-container .video-switch {
    position: absolute;
    cursor: pointer;
    top: 0px;
    right: 10px;
    z-index: 3
}

.pro-detail .preview-container .video-switch>i,.pro-detail .preview-container .video-switch>em {
    font-size: 26px
}

.pro-detail .pro-detail-top .pro-info {
    flex: 1;
    margin-left: 50px;
    color: var(--fontcolor)
}

.pro-detail .pro-detail-top .pro-info .pro-name {
    font-weight: var(--fontbold6);
    margin-top: 20px;
    font-size: 1.375em
}

.pro-detail .pro-detail-top .pro-info .pro-price {
    margin: 15px 0px;
    color: var(--fontcolor)
}

.pro-detail .pro-detail-top .pro-info .pro-con {
    padding-top: 15px;
    margin-bottom: 15px;
    line-height: 1.6em;
    border-top: 1px solid #DCDCDC
}

.pro-detail .pro-btnlist {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

.pro-detail .pro-btnlist>a,.pro-detail .pro-btnlist .pro-btn {
    width: 210px;
    height: 48px;
    display: flex;
    cursor: pointer;
    margin-bottom: 12px;
    margin-right: 12px;
    justify-content: center;
    align-items: center;
    line-height: 48px;
    color: var(--fontcolor);
    border: 1px solid #000;
    transition: background-color .2s ease,border-color .2s ease,color .2s ease
}

.pro-detail .pro-btnlist>a i,.pro-detail .pro-btnlist .pro-btn i {
    position: relative;
    margin-right: 10px;
    font-size: 18px;
    top: 2px
}

.pro-detail .pro-btnlist>a .icon-cart,.pro-detail .pro-btnlist .pro-btn .icon-cart {
    font-size: 20px;
    top: 1px
}

.pro-detail .pro-btnlist>a:hover,.pro-detail .pro-btnlist .pro-btn:hover {
    background-color: var(--color);
    border-color: var(--color);
    color: #FFF
}

.pro-detail .pro-btnlist>a:hover i,.pro-detail .pro-btnlist .pro-btn:hover i {
    color: #FFF
}

.pro-btn.add.is-active {
    background-color: var(--color);
    border-color: var(--color);
    color: #FFF
}

.pro-detail .pro-detail-content {
    padding-top: 30px
}

.pro-detail .pro-detail-content .part-title {
    padding: 12px;
    font-weight: var(--fontbold6);
    position: relative;
    font-size: 18px;
    cursor: pointer;
    background-color: #EEE;
    color: var(--fontcolor)
}

.pro-detail .pro-detail-content .part-title i {
    position: absolute;
    right: 14px;
    top: 14px;
    font-size: 18px;
    color: #525252;
    transform: rotate(270deg)
}

.pro-detail .pro-detail-content .part-title.is-close i {
    transform: rotate(90deg)
}

.pro-detail .pro-detail-content .part-con {
    padding: 20px 10px 10px 10px
}

.pro-detail .pro-detail-content .pro-part {
    margin-bottom: 20px
}

.pro-detail .pro-detail-content table {
    width: 100%;
    border-collapse: collapse
}

.pro-detail .pro-detail-content table td {
    padding: 5px;
    border-width: 1px;
    border-bottom: 1px solid #CCC
}

.pro-detail .pro-detail-content p,.pro-detail .pro-detail-content li {
    color: #333;
    line-height: 1.6em
}

.pro-detail .pro-detail-content img {
    max-width: 100%
}

.pro-detail .pro-random {
    margin-bottom: 30px
}

.pro-detail .pro-random ul {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -20px
}

.pro-detail .pro-random li {
    width: 33.3333%;
    padding: 0px 20px;
    margin-bottom: 20px;
    box-sizing: border-box
}

.pro-detail .pro-random .pro-item {
    padding: 5px;
    border: 1px solid #E3E3E3;
    transition: border .3s ease
}

.pro-detail .pro-random .pro-item:hover {
    border-color: var(--color)
}

.pro-detail .pro-random .pro-item:hover img {
    transform: scale(1.05)
}

.pro-detail .pro-random .pro-img {
    position: relative;
    padding-top: 100%
}

.pro-detail .pro-random .pro-img img {
    transition: transform .3s ease
}

.pro-detail .pro-random .img-wrap {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.pro-detail .pro-random .pro-name {
    display: block;
    margin: 5px 0px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--fontcolor);
    font-size: 16px
}

.pro-detail .pro-random .pro-more {
    width: 100%;
    display: block;
    color: #09162a;
    background: #F2F2F2;
    text-align: center;
    height: 40px;
    line-height: 40px;
    transition: color .3s ease,background .3s ease
}

.pro-detail .pro-random .pro-more:hover {
    color: #FFF;
    background: var(--color)
}

.pro-detail .pro-inquiry-title,.pro-detail .pro-random-title {
    font-size: 1.375em;
    margin-bottom: 20px;
    text-align: left;
    color: var(--fontcolor);
    font-weight: var(--fontbold6)
}

@media screen and (max-width: 1470px) {
    .product-main .pro-list.list1 .pro-info {
        padding:0px 15px 15px
    }

    .pro-detail .pro-random .pro-item {
        padding: 20px 16px
    }
}

@media screen and (max-width: 768px) {
    .product-main .pro-bottom {
        margin:8vw 0 5.3333333333vw;
        font-size: 16px
    }

    .pro-detail .pro-detail-top {
        display: block
    }

    .pro-detail .pro-detail-content .part-con {
        padding: 20px 0px 10px 0px
    }

    .pro-detail .pro-detail-top .pro-info {
        margin-left: 0px
    }

    .pro-detail .preview-container {
        width: 100%
    }

    .pro-detail .preview-container .small-box,.pro-detail .preview-container .thumbnail-box .btn,.pro-detail .preview-container .thumbnail-box a {
        display: none
    }

    .pro-detail .preview-container .thumbnail-box .list .wrapper {
        display: none;
        padding: 0px
    }

    .pro-detail .preview-container .thumbnail-box .list ul .item {
        height: 92vw;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        outline: none
    }

    .pro-detail .preview-container .banner-page {
        display: flex;
        z-index: 1
    }

    .pro-detail .preview-container .thumbnail-box .list {
        width: 100%;
        min-height: 75vw;
        border: 1px solid #EEE
    }

    .pro-detail .pro-detail-top .pro-info .pro-price {
        margin: 14px 0px
    }

    .pro-detail .pro-btnlist {
        display: block
    }

    .pro-detail .pro-btnlist>a,.pro-detail .pro-btnlist .pro-btn {
        width: 100%;
        height: 13.3333333333vw
    }

    .pro-detail .pro-detail-content .part-title {
        font-size: 16px;
        padding: 4vw
    }

    .pro-detail .pro-detail-content .part-title i {
        top: 4vw;
        right: 4vw
    }

    .product-main .pro-list .pro-name {
        -webkit-line-clamp: 3;
        font-size: 16px;
        white-space: inherit
    }

    .product-main .pro-list.list1>li {
        width: 50%;
        margin-bottom: 4vw;
        padding: 0vw 2vw
    }

    .product-main .pro-list.list1 {
        margin: 0vw -2vw
    }

    .product-main .pro-list.list1 .pro-img {
        margin-bottom: 10px
    }

    .product-main .pro-list.list1 .pro-info {
        padding: 0px 10px 10px
    }

    .product-main .pro-list.list1 .pro-name,.product-main .pro-list.list1 .data-price {
        margin-bottom: 10px
    }

    .product-main .pro-list.list1 .pro-more {
        font-size: 14px;
        height: 36px;
        line-height: 36px
    }

    .product-main .pro-list.list0 {
        margin: 0 -2vw;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product-main .pro-list.list0 .pro-item {
        padding: 15px 0px;
        align-items: center
    }

    .product-main .pro-list.list0 .pro-img {
        margin-right: 0px;
        -ms-flex: initial;
        flex: initial;
        height: auto;
        width: 40%
    }

    .product-main .pro-list.list0 .pro-img:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    .product-main .pro-list .img-wrap:after {
        display: none
    }

    .product-main .pro-list.list0>li {
        width: 100%;
        padding: 0vw 2vw;
        box-sizing: border-box;
        margin-bottom: 0px
    }

    .product-main .pro-list.list0 .pro-info {
        padding: 0px 0px 0px 10px
    }

    .product-main .pro-list.list0 .data-price {
        margin: 10px 0px
    }

    .product-main .pro-list.list0 .pro-more {
        width: 100%;
        padding: 10px 10px;
        font-size: 14px;
        box-sizing: border-box;
        text-align: center;
        display: none
    }

    main.pro-main .inner-banner {
        display: none
    }

    .pro-detail .pro-inquiry-title,.pro-detail .pro-random-title {
        margin-bottom: 4vw
    }

    .pro-detail .pro-random ul {
        margin: 0vw -2vw
    }

    .pro-detail .pro-random li {
        width: 50%;
        margin-bottom: 4vw;
        padding: 0vw 2vw
    }

    .pro-detail .pro-random .pro-item {
        padding: 10px
    }

    .product-main .pro-list .pro-img:hover img {
        transform: scale(1)
    }

    .product-main .pro-list .pro-img:after {
        display: none
    }

    .product-main .pro-cart {
        opacity: 1;
        right: 3px;
        bottom: 3px;
        width: 30px;
        height: 30px
    }

    .product-main .pro-list .pro-img .icon-hottitle {
        font-size: 30px
    }

    .product-main li.is-checked .pro-cart {
        box-shadow: none;
        background: #FAFAFA;
        color: var(--color)
    }
}

.document-main .project-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -13px
}

.document-main .project-list>li {
    width: 25%;
    padding: 0px 13px;
    margin-bottom: 26px;
    box-sizing: border-box;
    color: var(--fontcolor)
}

.document-main .project-list .project-name {
    text-align: center;
    font-size: 18px;
    font-weight: var(--fontbold6);
    margin: 10px 0px;
    height: 3em
}

.document-main .project-list .project-name,.document-main .project-list .project-content {
    padding: 0px 10px;
    box-sizing: border-box;
    display: -webkit-box;
    max-height: 3em;
    line-height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.document-main .project-list img {
    width: 100%;
    height: auto
}

.document-main .project-list.faq-list .project-name {
    margin: 0px;
    padding: 15px 60px 15px 15px;
    min-height: 50px;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    box-shadow: 0px 0px 32px 0px rgba(215,215,215,.68);
    position: relative;
    max-height: none;
    max-height: initial;
    text-align: left;
    height: auto
}

.document-main .project-list.faq-list .project-name:after,.document-main .project-list.faq-list .project-name:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 3px;
    background: #000;
    right: 20px;
    top: 26px
}

.document-main .project-list.faq-list .project-name:before {
    transform: rotate(90deg);
    width: 14px
}

.document-main .project-list.faq-list .project-content {
    max-height: none;
    max-height: initial;
    height: auto;
    padding: 15px;
    display: none
}

.document-main .project-list.faq-list .project-info.is-active .project-name:before {
    width: 0px
}

.document-main .project-list.faq-list>li {
    width: 100%;
    margin-bottom: 1em
}

.document-main .video-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -13px
}

.document-main .video-list>li {
    width: 25%;
    padding: 0px 13px;
    margin-bottom: 26px;
    box-sizing: border-box
}

.document-main .video-list .video-name {
    position: relative;
    top: -20px;
    padding: 14px 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 0px 10px;
    box-shadow: 0px 0px 35px 0px rgba(215,215,215,.68);
    background-color: #FFF
}

.document-main .video-list .video-in {
    display: -webkit-box;
    max-height: 3em;
    line-height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.document-main .video-list .video-img img {
    width: 100%;
    height: auto
}

.document-main .download-list {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.document-main .download-list>li {
    width: calc(33.3333% - 20px);
    display: flex;
    align-items: center;
    margin: 0px 30px 50px 0px;
    padding: 20px 30px 20px 70px;
    box-sizing: border-box;
    background: #F7F7F7;
    transition: background-color .2s ease;
    background-image: url("../images/pdf_c.webp");
    background-repeat: no-repeat;
    background-position: 30px center
}

.document-main .download-list>li:nth-of-type(3n) {
    margin-right: 0px
}

.document-main .download-list>li:hover {
    background-color: var(--color);
    background-image: url("../images/pdf_w.webp")
}

.document-main .download-list>li:hover .download-name {
    color: #FFF
}

.document-main .download-list>li:hover .download-btn {
    background: #FFF;
    border-color: var(--color)
}

.document-main .download-list>li:hover .download-btn i {
    background-position: -16px 0
}

.document-main .download-list .download-img {
    display: none
}

.document-main .download-list .download-btn {
    width: 50px;
    height: 50px;
    margin-left: 10px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    margin-left: auto;
    border-radius: 50%;
    border: 1px solid #DDD;
    transition: background .2s ease,border .2s ease;
    display: flex;
    justify-content: center;
    align-items: center
}

.document-main .download-list .download-btn i {
    width: 16px;
    height: 16px;
    background: url("../images/download_btn.webp") no-repeat;
    background-position: center;
    background-position: 0 0
}

.document-main .download-list .download-btn span {
    display: none
}

.document-main .download-list .download-name {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #555
}

.document-main .download-list .download-info {
    width: calc(100% - 60px)
}

@media screen and (max-width: 768px) {
    .document-main .project-list {
        margin:0vw -2vw
    }

    .document-main .project-list>li {
        width: 50%;
        padding: 0vw 2vw
    }

    .document-main .project-list .project-name {
        font-size: 16px
    }

    .document-main .project-list.faq-list .project-name {
        padding: 10px 40px 10px 10px
    }

    .document-main .project-list.faq-list .project-name:after,.document-main .project-list.faq-list .project-name:before {
        right: 10px
    }

    .document-main .project-list.faq-list .project-content {
        padding: 14px
    }

    .document-main .download-list>li {
        width: 100%;
        padding: 10px 10px 10px 50px;
        background-position: 10px center;
        margin: 0px 0px 4vw 0px
    }

    .document-main .download-list .download-btn {
        -ms-flex: 0 0 42px;
        flex: 0 0 42px;
        width: 42px;
        height: 42px
    }

    .document-main .download-list .download-name {
        font-size: 16px
    }

    .document-main .video-list {
        margin: 0vw -2vw
    }

    .document-main .video-list>li {
        width: 50%;
        padding: 0vw 2vw
    }

    .document-main .video-list .video-name {
        font-size: 12px;
        padding: 10px
    }

    .document-main .video-list .video-in {
        font-size: 14px
    }
}

.new-main .new-list.list1 {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0px -14px 30px
}

.new-main .new-list.list1>li {
    width: 33.3333%;
    padding: 0px 14px;
    margin-bottom: 28px;
    box-sizing: border-box
}

.new-main .new-list.list1 .new-item {
    box-shadow: 0px 0px 70px 0px rgba(184,184,184,.33);
    padding-bottom: 15px
}

.new-main .new-list.list1 .new-img {
    position: relative;
    display: block;
    overflow: hidden
}

.new-main .new-list.list1 .new-img img {
    display: block;
    width: 100%;
    height: auto
}

.new-main .new-list.list1 .new-img:hover img {
    transform: scale(1.05)
}

.new-main .new-list.list1 .new-date {
    position: absolute;
    left: 20px;
    font-size: 14px;
    padding: 5px 10px;
    color: #FFF;
    background: var(--color);
    bottom: 0px
}

.new-main .new-list.list1 .new-date i {
    margin-right: 5px
}

.new-main .new-list.list1 .new-more {
    margin: 0px 20px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    text-transform: lowercase
}

.new-main .new-list.list1 .new-more i {
    font-weight: var(--fontbold6);
    transform: rotate(180deg)
}

.new-main .new-list.list1 .new-title {
    margin: 15px 20px;
    border-bottom: 1px solid #E3E3E3;
    font-size: 18px;
    color: var(--fontcolor);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 5px;
    min-height: 60px
}

.new-main .new-list.list1 .new-title:hover {
    color: var(--color)
}

.new-main .new-list.list0>li {
    margin-bottom: 60px
}

.new-main .new-list.list0 .new-item {
    display: flex;
    position: relative;
    box-shadow: 0px 0px 35px 0px rgba(215,215,215,.68)
}

.new-main .new-list.list0 .new-item:hover .new-more {
    background: var(--color);
    color: #FFF
}

.new-main .new-list.list0 .new-item:hover .new-info {
    border-color: var(--color)
}

.new-main .new-list.list0 .new-img {
    flex: 0 0 300px;
    width: 300px;
    overflow: hidden
}

.new-main .new-list.list0 .new-img img {
    display: block;
    width: 100%;
    height: auto
}

.new-main .new-list.list0 .new-img:hover img {
    transform: scale(1.05)
}

.new-main .new-list.list0 .new-info {
    display: flex;
    flex: 1;
    width: calc(100% - 300px);
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    box-sizing: border-box;
    border-bottom: 3px solid #D4D4D4;
    transition: border .2s ease
}

.new-main .new-list.list0 .new-more {
    position: absolute;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(215,215,215,.68);
    color: var(--color);
    right: 18px;
    bottom: -18px;
    transition: background .2s ease,color .2s ease
}

.new-main .new-list.list0 .new-title {
    font-size: 18px;
    margin: 15px 0px 10px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.new-main .new-list.list0 .new-date {
    color: #555;
    font-size: 14px
}

.new-main .new-list.list0 .new-date i {
    margin-right: 4px
}

.new-main .new-list.list0 .new-intro {
    display: -webkit-box;
    max-height: 4.5em;
    line-height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #555;
    font-size: 16px
}

@media screen and (max-width: 768px) {
    .pro-detail .pro-detail-content img {
        max-width:100%;
        height: auto
    }

    .pro-detail .pro-detail-content iframe {
        max-width: 100%;
        min-height: 240px;
        height: auto
    }

    .new-main .new-list.list1 {
        margin: 0vw -2vw
    }

    .new-main .new-list.list1>li {
        width: 50%;
        padding: 0vw 2vw
    }

    .new-main .new-list.list1 .new-title {
        font-size: 16px;
        margin: 6px 10px;
        -webkit-line-clamp: 3;
        min-height: 76px
    }

    .new-main .new-list.list1 .new-date {
        font-size: 12px;
        padding: 2px 5px;
        left: 10px
    }

    .new-main .new-list.list1 .new-more {
        margin: 0px 10px;
        font-size: 14px
    }

    .new-main .new-list.list1 .new-item {
        padding-bottom: 10px
    }

    .new-main .new-list.list0 .new-item {
        display: block
    }

    .new-main .new-list.list0 .new-info {
        padding: 4vw;
        width: 100%
    }

    .new-main .new-list.list0 .new-title {
        margin: 10px 0px;
        -webkit-line-clamp: 3
    }

    .new-main .new-list.list0 .new-more {
        width: 36px;
        height: 36px;
        bottom: -18px
    }
}

.new-main .new-top {
    font-size: 14px;
    color: var(--color)
}

.new-main .new-top .new-date i {
    margin-right: 5px
}

.new-main .news-views {
    margin-left: 14px
}

.new-main .new-title {
    font-size: 1.875em
}

.new-main .new-share {
    margin: 20px 0px
}

.pagelink {
    display: flex;
    margin: 30px -29px
}

.pagelink>div {
    width: 50%;
    padding: 0px 29px;
    box-sizing: border-box
}

.pagelink .pagelink-info {
    display: block;
    padding: 15px;
    line-height: 1.5em;
    border: 1px solid #E5E5E5;
    transition: border .2s ease,box-shadow .2s ease
}

.pagelink .pagelink-info:hover {
    border-top: 2px solid var(--color);
    box-shadow: 0px 0px 20px 0px rgba(215,215,215,.74)
}

.pagelink .link-intro {
    font-size: 14px;
    color: var(--color)
}

.pagelink .pagelink-item.prev .iconfont {
    margin-right: 10px
}

.pagelink .pagelink-item.next .pagelink-info {
    text-align: right
}

.pagelink .pagelink-item.next .iconfont {
    display: inline-block;
    margin-left: 10px;
    transform: rotate(180deg)
}

.share-btn-list,.common-inquiry {
    margin-top: 20px
}

.common-inquiry-title {
    color: var(--fontcolor);
    font-weight: var(--fontbold6);
    font-size: 1.375em;
    margin-bottom: 20px
}

@media screen and (max-width: 768px) {
    .pagelink {
        display:block;
        margin: 0px
    }

    .pagelink>div {
        width: 100%;
        margin-bottom: 4vw;
        padding: 0px
    }

    .pagelink .pagelink-info {
        padding: 16px
    }

    .common-inquiry-title,.new-main .new-title {
        font-size: 18px
    }
}

.sidebar-item {
    margin-bottom: 30px
}

.sidebar-item .sidebar-title {
    position: relative;
    font-size: 1.2em;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: var(--fontbold6)
}

.sidebar-item .sidebar-title:after {
    content: "";
    position: absolute;
    background: var(--color);
    width: 54px;
    height: 3px;
    left: 0px;
    top: 100%
}

.siderbar-search {
    display: flex
}

.siderbar-search input {
    flex: 1;
    border: 2px solid var(--color);
    padding: 0px 14px;
    font-size: 14px;
    box-sizing: border-box
}

.siderbar-search button {
    width: 50px;
    height: 50px;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    background: var(--color)
}

.siderbar-search button i {
    font-size: 24px;
    color: #FFF
}

.sidebar-cate li {
    position: relative
}

.sidebar-cate li>.iconfont {
    cursor: pointer;
    position: absolute;
    right: 14px;
    top: 14px
}

.sidebar-cate .sub-menu {
    display: none
}

.sidebar-cate .sub-menu li,.sidebar-cate .pro-menu li {
    line-height: 40px;
    height: 40px;
    padding: 0px 30px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar-cate .icon-arr {
    transition: transform .2s ease
}

.sidebar-cate .icon-arr.is-active {
    transform: rotate(90deg)
}

.sidebar-cate>li {
    margin-bottom: 8px;
    position: relative
}

.sidebar-cate>li>a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0px 30px;
    box-sizing: border-box;
    overflow: hidden;
    background: #F8F8F8;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar-cate .is-current>a {
    color: var(--color)
}

.sidebar-prolist .pro-item {
    display: flex
}

.sidebar-prolist .pro-item:hover img {
    transform: scale(1.05)
}

.sidebar-prolist .pro-img {
    -ms-flex: 0 0 87px;
    flex: 0 0 87px;
    height: 87px;
    overflow: hidden;
    position: relative;
    margin-right: 16px
}

.sidebar-prolist .pro-img img {
    max-width: 100%;
    max-height: 100%;
    transition: transform .2s ease
}

.sidebar-prolist .pro-info {
    flex: 1
}

.sidebar-prolist .pro-more {
    display: block;
    margin-top: 10px
}

.sidebar-prolist .pro-name {
    width: 100%;
    display: -webkit-box;
    max-height: 3em;
    line-height: 1.5em;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.sidebar-prolist .img-wrap {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.sidebar-prolist li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E3E3E3
}

.sidebar-prolist li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px
}

.sidebar-newlist>li {
    margin-bottom: 20px;
    border-bottom: 1px solid #E3E3E3
}

.sidebar-newlist>li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px
}

.sidebar-newlist .new-item {
    display: block;
    position: relative;
    padding-right: 20px;
    box-sizing: border-box;
    padding-bottom: 24px;
    border-bottom: 1px solid #E3E3E3
}

.sidebar-newlist .new-item:last-child {
    border: 0px
}

.sidebar-newlist .new-title {
    font-size: 18px;
    line-height: 1.5em
}

.sidebar-newlist .iconfont {
    position: absolute;
    right: 0px;
    bottom: 24px;
    transform: rotate(180deg)
}

.sidebar-newcate li.LiLevel1 {
    margin-bottom: 8px;
    position: relative
}

.sidebar-newcate li.LiLevel1:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 50px;
    top: 0px;
    left: 0px;
    background: url("../images/new_icon.webp") no-repeat;
    background-position: center center
}

.sidebar-newcate li.LiLevel1>a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #F8F8F8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0px 14px 0px 40px;
    box-sizing: border-box
}

.sidebar-contact {
    position: absolute;
    padding: 44px 0px;
    left: 0px;
    width: 100%;
    top: calc(100% + 30px);
    background: url("../images/side_contact.webp") no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    text-align: center
}

.sidebar-contact p {
    font-size: 1.375em;
    line-height: 1.5em
}

.sidebar-contact .tel {
    margin-top: 20px;
    font-size: 1.875em
}

.sidebar-contact .contact-btn {
    padding: 16px 20px;
    margin-top: 30px;
    background: var(--color);
    border: 1px solid var(--color);
    color: #FFF;
    text-transform: uppercase
}

.sidebar-contact .icon {
    width: 85px;
    height: 85px;
    margin-bottom: 24px;
    background: url("../images/side_icon.webp") no-repeat;
    background-position: center;
    border: 1px solid #FFF;
    border-radius: 50%
}

.cart-panel {
    position: fixed;
    width: 280px;
    right: 0px;
    bottom: 0px;
    bottom: constant(safe-area-inset-bottom);
    bottom: env(safe-area-inset-bottom);
    z-index: 2;
    background-color: #FFF;
    box-shadow: 0 0 10px #EEE;
    font-size: 12px
}

.cart-panel .cart-top {
    height: 36px;
    width: 100%;
    cursor: move;
    background-color: var(--color)
}

.cart-panel .cart-title {
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: var(--fontbold6);
    color: #FFF
}

.cart-panel .close-btn {
    cursor: pointer
}

.cart-panel .list-wrap {
    height: 220px;
    overflow-y: auto
}

.cart-panel .selected-item {
    padding: 10px;
    border-bottom: 1px solid #EEE;
    display: flex
}

.cart-panel .selected-item:hover {
    background-color: #FAFAFA
}

.cart-panel .item-img {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: flex;
    border: 1px solid #EEE;
    justify-content: center;
    align-items: center;
    margin-right: 10px
}

.cart-panel .item-img img {
    max-width: 100%;
    max-height: 100%
}

.cart-panel .selected-item .item-price {
    color: var(--color)
}

.cart-panel .item-info {
    width: calc(100% - 60px)
}

.cart-panel .item-info>div {
    display: flex
}

.cart-panel .item-info .item-del {
    margin-left: auto
}

.cart-panel .item-title {
    width: 100%;
    display: block;
    margin: 5px 0px;
    overflow: hidden;
    padding-right: 20px;
    box-sizing: border-box;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cart-panel .item-del {
    cursor: pointer;
    color: #888
}

.cart-panel .item-del:hover {
    text-decoration: underline
}

.cart-panel .button-area {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-panel .button-area>button {
    outline: 0;
    border: 0px;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 3px
}

.cart-panel .button-area .cart-order {
    background-color: var(--color);
    color: #FFF
}

.cart-panel .button-area .cart-contact {
    background-color: var(--color);
    color: #FFF
}

.cart-panel .button-area .cart-clear {
    background-color: #EDEDED;
    color: #333
}

.cart-panel .arrow {
    position: absolute;
    display: none;
    bottom: -6px;
    right: 10vw;
    width: 0px;
    height: 0px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #FFF
}

.arrow-bottom {
    width: 24px;
    height: 33px;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 10px;
    transition: .2s ease-in-out;
    text-align: left;
    transform: rotate(0)
}

.arrow-bottom:after,.arrow-bottom:before {
    content: "";
    transition: .2s ease-in-out;
    background-color: transparent;
    width: 1.8px;
    height: 8px;
    display: inline-block;
    position: absolute;
    border-bottom: 8px solid #FFF;
    top: 10px;
    left: 10px
}

.arrow-bottom:before {
    transform: rotate(-135deg)
}

.arrow-bottom:after {
    transform: rotate(135deg)
}

.cart-btn {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    bottom: 200px;
    right: 35px;
    border-radius: 50%;
    background-color: var(--color)
}

.cart-btn>i,.cart-btn>em {
    font-size: 20px;
    color: #FFF
}

.cart-btn .num {
    position: absolute;
    display: block;
    font-size: 14px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: -6px;
    right: -6px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #E00;
    color: #FFF;
    text-align: center
}

.inquiry-prolist {
    background: #FFF;
    margin: 50px 0px;
    display: none;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #DDD;
    padding: 0px 30px
}

.inquiry-prolist a {
    text-decoration: none;
    color: var(--fontcolor)
}

.inquiry-prolist .inquiry-pro-item.has-price .pro-item-name {
    padding-top: 0px
}

.inquiry-prolist .inquiry-pro-item.has-price .price {
    margin-top: 10px
}

.inquiry-prolist .inquiry-pro-item {
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #DDD;
    display: flex;
    padding: 40px 10px;
    margin-top: 0px;
    box-sizing: content-box
}

.inquiry-prolist .inquiry-pro-item .pro-item-img {
    height: 100%;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.inquiry-prolist .inquiry-pro-item .pro-item-img a {
    width: 100%;
    height: 100%
}

.inquiry-prolist .inquiry-pro-item .pro-item-img img {
    height: 100%
}

.inquiry-prolist .inquiry-pro-item .pro-item-name {
    padding-top: 30px;
    margin-left: 50px;
    font-size: 14px
}

.inquiry-prolist .inquiry-pro-item .pro-item-name a {
    font-size: 16px
}

.inquiry-prolist .inquiry-pro-item .pro-item-name a:hover {
    color: var(--color)
}

.inquiry-prolist .inquiry-pro-item .pro-item-name p {
    padding: 0px;
    margin: 10px 0px 0px 0px
}

.inquiry-prolist .inquiry-pro-item .pro-item-del {
    position: relative;
    padding-top: 20px;
    height: 100%;
    width: 100px;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close {
    position: absolute;
    width: 32px;
    height: 32px;
    left: -6px;
    top: 43px
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:before,.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:after {
    position: absolute;
    left: 15px;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #333
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:before {
    transform: rotate(45deg)
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:after {
    transform: rotate(-45deg)
}

.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:hover {
    cursor: pointer
}

.inquiry-prolist .inquiry-pro-item:last-child {
    border: none
}

@media screen and (max-width: 767px) {
    .inquiry-prolist {
        padding:1vw 5vw
    }

    .inquiry-prolist .inquiry-pro-item {
        box-sizing: border-box;
        padding: 3vw;
        margin: 0px;
        height: 48vw;
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-del {
        padding-top: 0px;
        width: 10vw
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close {
        right: 0px;
        top: 4vw
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-name {
        font-size: 3vw;
        padding: 0px;
        margin: 0px;
        padding-top: 2vw;
        max-width: 48vw
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-name p a {
        font-size: 3.2vw;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical
    }

    .inquiry-prolist .inquiry-pro-item .pro-item-img {
        min-width: 24vw;
        margin-right: 3vw;
        width: auto
    }

    .cart-panel {
        width: 100vw;
        transition: all .2s ease;
        box-shadow: none;
        box-shadow: initial
    }

    .cart-panel .arrow {
        display: block
    }

    .cart-panel.show-cart,.cart-panel.is-active {
        bottom: calc(14vw + constant(safe-area-inset-bottom));
        bottom: calc(14vw + env(safe-area-inset-bottom))
    }

    .cart-btn {
        position: revert-layer;
        flex-direction: column;
        width: 100%;
        height: 100%;
        bottom: auto;
        bottom: initial;
        right: auto;
        right: initial;
        background-color: transparent
    }

    .cart-btn .num {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        top: 3px;
        right: 3px
    }
}

@media screen and (min-width: 768px) {
    .cart-btn .text {
        display:none
    }
}

.toast-title {
    font-weight: var(--fontbold7)
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a,.toast-message label {
    color: #FFF
}

.toast-message a:hover {
    color: #CCC;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -.3em;
    top: -.3em;
    float: right;
    font-size: 20px;
    font-weight: var(--fontbold7);
    color: #FFF;
    -webkit-text-shadow: 0 1px 0 #FFF;
    text-shadow: 0 1px 0 #FFF;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:focus,.toast-close-button:hover {
    color: var(--fontcolor);
    text-decoration: none;
    cursor: pointer;
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0px;
    cursor: pointer;
    background: 0 0;
    border: 0px;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0px;
    right: 0px;
    width: 100%
}

.toast-bottom-center {
    bottom: 0px;
    right: 0px;
    width: 100%
}

.toast-top-full-width {
    top: 0px;
    right: 0px;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0px;
    right: 0px;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    box-sizing: border-box
}

#toast-container>div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0px 0px 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    box-shadow: 0 0 12px #999;
    color: #FFF;
    opacity: .8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container>div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container>div:hover {
    box-shadow: 0 0 12px #000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container>.toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important
}

#toast-container>.toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important
}

#toast-container>.toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important
}

#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div {
    width: 300px;
    margin-left: auto;
    margin-right: auto
}

#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 4px;
    background-color: var(--fontcolor);
    opacity: .4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 11em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 241px) and (max-width:480px) {
    #toast-container>div {
        padding:8px 8px 8px 50px;
        width: 18em
    }

    #toast-container>div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -.2em;
        top: -.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -.2em;
        right: .2em
    }
}

@media all and (min-width: 481px) and (max-width:768px) {
    #toast-container>div {
        padding:15px 15px 15px 50px;
        width: 25em
    }

    #toast-container>div.rtl {
        padding: 15px 50px 15px 15px
    }
}

.pro-detail .pro-detail-content .table td {
    border: 1px solid #CCC
}

.pro-detail .pro-detail-content .table-bottom td {
    border: none;
    border-bottom: 1px solid #CCC
}

@media(max-width: 1240px) {
    .head-search .head-search-btn {
        margin-left:20px
    }
}

@media(min-width: 1081px) and (max-width:1200px) {
    .head-nav>ul>li {
        margin:0px 6px
    }
}

.table {
    border-collapse: collapse
}

.table td,.table th {
    border: 1px solid #CCC;
    padding: 5px
}

#feedbackForm .inquiry-form .feed-verification {
    width: 100%;
    display: flex;
    margin-top: 30px
}

#feedbackForm .inquiry-form .feed-verification input {
    margin: 0px;
    flex: 1;
    max-width: 300px
}

#feedbackForm .inquiry-form .feed-verification img {
    width: 90px;
    height: 100%!important;
    cursor: pointer
}

@media(max-width: 768px) {
    #feedbackForm .inquiry-form .feed-verification {
        margin-top:4vw
    }
}

@media(max-width: 1024px) {
    .mobcate-main .sidebar {
        display:block;
        width: 100%;
        flex-basis: 100%;
        margin: 0px 0px 15px;
        padding: 0px
    }

    .mobcate-main .common-content {
        width: 100%
    }

    .mobcate-main .sidebar-item:nth-of-type(n+2) {
        display: none
    }

    .mobcate-main .sidebar-item:first-of-type {
        margin: 0px;
        padding: 5px 10px
    }

    .mobcate-main .sidebar-cate {
        position: absolute;
        top: 100%;
        left: -2px;
        right: -2px;
        z-index: 20;
        display: none;
        background-color: #FFF;
        box-shadow: rgb(0 0 0 / 20%) 0 2px 16px
    }

    .mobcate-main .sidebar-item:first-of-type .sidebar-title {
        margin: 0px;
        padding: 0px;
        cursor: pointer;
        background: url(../images/cate-btn.webp) right center/24px no-repeat
    }

    .mobcate-main .sidebar-item .sidebar-title::after {
        display: none
    }

    .mobcate-main .sidebar-newcate li.LiLevel1 {
        margin-bottom: 0px
    }
}

@media(max-width: 415px) {
    .mobcate-main .sidebar-item:first-of-type {
        padding:12px
    }
}

@media(min-width: 769px) {
    .new-main .new-list.list0 .new-intro,.product-main .pro-list.list0 .pro-intro {
        -webkit-line-clamp:initial;
        max-height: 100%
    }
}

h4.cate-h4, h4.pro-h4 {
    clear: both;
    font-weight: var(--fontbold6)
}

ul.cate-ulli, ul.pro-ulli {
    clear: both;
    padding: 10px 0px 10px 20px
}

ul.cate-ulli li, ul.pro-ulli li {
    list-style-type: disc;
    line-height: 1.7
}

ol.cate-ulli, ol.pro-ulli {
    clear: both;
    padding: 10px 0px 10px 30px
}

ol.cate-ulli li, ol.pro-ulli li {
    list-style-type: decimal;
    line-height: 1.7
}

.prohome-content {
    clear: both;
    margin: 0px auto 20px;
    padding: 10px;
    max-width: 1600px;
    line-height: 1.6;
    box-sizing: border-box
}

.prolist-bottom {
    clear: both;
    margin: 0px auto 20px;
    padding: 10px;
    max-width: 1600px;
    line-height: 1.6;
    box-sizing: border-box
}

@media(max-width: 1600px) {
    .prohome-content,.prolist-bottom {
        margin-left:20px;
        margin-right: 20px
    }
}

@media(max-width: 768px) {
    .prohome-content {
        clear:both;
        margin: 0px 15px 20px;
        padding: 0px
    }

    .prolist-bottom {
        clear: both;
        margin: 0px 15px 20px;
        padding: 0px
    }
}

.prolist-content {
    clear: both;
    margin: 0px auto 15px;
    line-height: 1.6
}

.ck-widget-toc {
    display: table;
    border: 1px solid #a2a9b1;
    background-color: #F8F9FA;
    padding: 10px 20px 10px 10px;
    font-size: 95%;
    margin: 15px 0px;
    min-width: 300px;
    max-width: 100%
}

.ck-widget-toc ol {
    padding: 0px 0px 0px 30px;
    counter-reset: item
}

.ck-widget-toc ol li {
    display: block;
    position: relative;
    list-style: none
}

.ck-widget-toc ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px
}

.ck-widget-toc-title {
    text-align: left;
    font-weight: 700;
    margin: 0px 0px 5px 0px;
    padding: 0px 0px 0px 5px
}

.ck-widget-pt {
    padding-top: 100px;
    margin-top: -100px
}

.ck-widget-toc1 {
    display: table;
    border: 1px solid #a2a9b1;
    background-color: #F8F9FA;
    padding: 10px 20px 10px 10px;
    font-size: 95%;
    margin: 15px 0px;
    min-width: 300px;
    max-width: 100%
}

.ck-widget-toc1 ol {
    padding: 0px 0px 0px 30px;
    counter-reset: item
}

.ck-widget-toc1 ol li {
    display: block;
    position: relative;
    list-style: none
}

.ck-widget-toc1 ol li:before {
    content: counters(item, ".");
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px
}

.inner-banner .breadcrumb {
    width: 100%;
    max-width: 1600px;
    position: absolute;
    bottom: -1px
}

.inner-banner .breadcrumb>div {
    display: inline-block;
    background: #FFF;
    min-height: 30px;
    color: #555;
    padding: 0px 15px;
    line-height: 2;
    font-size: 14px;
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    position: absolute;
    bottom: 0px
}

.inner-banner .breadcrumb a {
    color: #555
}

@media(max-width: 1680px) {
    .inner-banner .breadcrumb {
        max-width:1400px
    }
}

@media(max-width: 1470px) {
    .inner-banner .breadcrumb {
        max-width:1200px
    }
}

@media(max-width: 1280px) {
    .inner-banner .breadcrumb {
        max-width:initial;
        box-sizing: border-box;
        padding: 0px 4%
    }
}

@media(max-width: 768px) {
    .inner-banner .breadcrumb>div {
        margin-left:15px;
        margin-right: 15px
    }

    .inner-banner .breadcrumb {
        padding: 0px
    }
}

#ind .ind-r lite-youtube {
    max-width: 100%
}

.lang {
    width: auto;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 9999999;
    text-align: left
}

.lang-icon {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    white-space: nowrap;
    color: #FFF
}

.lang-icon span {
    position: relative;
    padding-right: 18px
}

.lang-icon>img {
    margin-right: 5px
}

.lang-icon span::before {
    content: "";
    position: absolute;
    right: 4px;
    top: 9px;
    width: 8px;
    height: 1px;
    background: #FFF;
    transform: rotate(50deg)
}

.lang-icon span::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 9px;
    width: 8px;
    height: 1px;
    background: #FFF;
    transform: rotate(-50deg)
}

.lang-drop {
    position: absolute;
    top: calc(100% + 26px);
    right: 50%;
    transform: translateX(50%);
    background: #FFF;
    border: 1px solid #EBEEF5;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    z-index: 9999;
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s,top .3s
}

.lang-drop.active {
    visibility: visible;
    opacity: 1;
    top: calc(100% + 12px)
}

.lang-drop.lang-flex {
    transform: translateX(25%)
}

.lang-drop.lang-flex .lang-arrow {
    left: 75%
}

.lang-arrow {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    border-top: 1px solid #EBEEF5;
    border-left: 1px solid #EBEEF5;
    transform: translateX(-50%) rotate(45deg);
    position: absolute;
    top: -6px;
    left: 50%
}

.lang-wrap {
    width: 140px;
    padding: 8px 0px;
    box-sizing: border-box
}

.lang-flex .lang-wrap {
    width: 340px;
    display: flex;
    flex-wrap: wrap;
    padding: 8px
}

.lang-wrap li {
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    transition: background-color .3s
}

.lang-flex .lang-wrap li {
    width: 33%;
    padding: 8px 6px
}

.lang-wrap li.lang-active,.lang-wrap li:hover {
    background-color: #EEE
}

.lang-wrap li a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.lang-wrap li img {
    display: inline-block;
    width: 24px;
    height: 16px;
    vertical-align: -.25em;
    margin-right: 4px
}

@media (max-width: 1024px) {
    .lang {
        margin-left:auto;
        position: fixed;
        top: 13px;
        right: 110px;
        transition: all .2s linear
    }

    .lang-icon span {
        display: none
    }

    .lang-icon>img {
        width: 36px;
        height: 24px
    }

    .lang-drop.lang-flex {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: 60px!important;
        position: fixed;
        width: calc(100vw - 20px)
    }

    .lang-drop.lang-flex.active {
        top: 54px!important
    }

    .lang-flex .lang-wrap {
        width: 100%
    }

    .lang-drop.lang-flex .lang-arrow {
        left: 69%
    }

    .lang-drop {
        display: none
    }

    .lang-drop.active {
        display: block
    }
}

.newsendinquiry {
    cursor: pointer
}

.inquiry-pc {
    padding: 15px
}

.imgalt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    bottom: 10px;
    background: rgba(0,0,0,.2);
    color: #FFF;
    width: 80%;
    padding: 0px 6px;
    line-height: 34px;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-radius: 30px;
    font-size: 14px;
    display: none;
    text-transform: capitalize
}

@media(max-width: 500px) {
    .imgalt {
        padding-right:46px;
        display: -webkit-box
    }
}
