@import url(https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap);

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

a {
    text-decoration: none;
    color: #222;
    transition: color .2s ease
}

a:hover {
    color: #000
}

li,
ul {
    list-style: none
}

body {
    font-size: 16px;
    color: #222;
    font-family: Lato, sans-serif
}

input {
    border: 0;
    outline: 0
}

button {
    border: 0;
    outline: 0
}

button:active {
    transform: scale(.95)
}

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

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

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

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

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

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[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;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: fixed;
    bottom: 145px;
    right: 24px;
    background: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    transition: all .4s ease;
    z-index: 1
}

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

.top-btn:hover {
    background: #c1c1c1
}

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

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

.inquiry-prolist a {
    text-decoration: none;
    color: #000
}

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

.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: -ms-flexbox;
    display: flex;
    padding: 40px 10px;
    margin-top: 0;
    box-sizing: content-box
}

.inquiry-prolist .inquiry-pro-item .pro-item-img {
    height: 100%;
    width: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: 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: #f47920
}

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

.inquiry-prolist .inquiry-pro-item .pro-item-del {
    position: relative;
    padding-top: 20px;
    height: 100%;
    width: 100px;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: 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:after,
.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:before {
    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: 0;
        height: 20vw
    }

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

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

    .inquiry-prolist .inquiry-pro-item .pro-item-name {
        font-size: 3vw;
        padding: 0;
        margin: 0;
        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 0;
    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::after,
.close::before {
    position: absolute;
    content: " ";
    background-color: #666;
    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: 0
}

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

.singglepic {
    width: 450px;
    height: 450px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: 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: 0
    }
}

.table-responsive {
    -ms-touch-action: auto;
    touch-action: auto;
    width: 100%;
    margin: .2rem 0;
    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)
    }
}

.inner-banner {
    position: relative;
    /* min-height: 500px; */
}

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

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

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

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

.inner-banner .breadcrumb a {
    color: #fff
}

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

.common-page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    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: #222;
    transition: background .2s, color .2s
}

.common-page a:hover {
    background-color: #222;
    color: #fff
}

.common-page span {
    opacity: .4
}

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

.common-page .ctxt {
    background-color: #222;
    opacity: 1;
    color: #fff
}

.common-page .tol {
    background: 0 0;
    opacity: 1;
    color: #222
}

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

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

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

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

.new-main .sidebar {
    padding: 20px
}

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

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

.more-btn {
    padding: 10px 40px;
    border: 1px solid #f47920;
    background: #f47920;
    color: #fff;
    transition: color ease .3s, background ease .3s;
    border-radius: 10px;
    float: right
}

.more-btn:hover {
    background: #fff;
    color: #f47920
}

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

.main-title {
    margin-bottom: 12px;
    color: #828282
}

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

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

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

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

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

    .new-main .sidebar,
    .product-main .sidebar {
        display: none
    }

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

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

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

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

    .inner-banner {
        height: 40vw
    }

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

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

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

    .common-main {
        margin: 5.3333333333vw 0
    }

    main {
        margin-top: 60px
    }
}

#contact {
    padding: 30px 0;
    background: #2e2e2e
}

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

#contact .foot-contact {
    padding: 0 14px;
    height: 50px;
    background: #f47920;
    line-height: 50px;
    color: #fff;
    white-space: nowrap
}

#contact .foot-title {
    line-height: 50px;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
}

footer {
    /* background: url(/shou/ddb.jpg); */
    background-size: cover;
    background-attachment: fixed;
}




.foot-contact li span {
    color: #fff
}

.foot-main .l-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 90px
}

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

.foot-main .foot-intro {
    max-width: 300px;
    line-height: 1.5em;
    color: #fff
}

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

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

.foot-main .foot-title img {
    max-width: 130px;
}

.foot-main .foot-about .foot-title {
    margin-bottom: 16px
}

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

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

.foot-about .foot-link .title {
    margin: 30px 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25em;
    color: #fff
}

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

.foot-about .foot-link ul li {
    margin-right: 12px;
    margin-bottom: 12px
}

.foot-about .foot-link ul .social-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1px;
    width: 30px;
    height: 30px;
    background: #5c5c5c;
    color: #fff;
    transition: transform .3s ease
}

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

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

.foot-about .foot-link ul .social-item.tw {
    background-color: #1da1f2
}

.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: red
}

.foot-about .foot-link ul .social-item.tik {
    background-color: #000
}

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

.foot-cate ul {
    display: -ms-flexbox;
    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: 20px;
    padding-left: 14px;
    width: calc(50% - 32px);
    text-overflow: ellipsis;
    white-space: nowrap
}

.foot-cate a:hover {
    color: #f47920
}

.foot-contact .contact-item {
    display: -ms-flexbox;
    display: flex
}

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

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

.foot-contact .icon i {
    color: #a3a3a3
}

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

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

.foot-feedback .tips {
    line-height: 1.5em;
    color: #fff
}

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

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

.foot-feedback .feedback-btn {
    padding: 10px 16px;
    background: #f47920;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff
}

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

.foot-feedback input {
    box-sizing: border-box;
    padding: 0 36px 0 14px;
    width: 100%;
    height: 50px;
    background: none;
    line-height: 50px;
    color: #868686
}

.foot-right {
    font-size: 14px;
    color: #a3a3a3
}

.foot-right a {
    color: #a3a3a3
}

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

.foot-right a {
    margin-left: 20px;
    color: #a3a3a3
}

.bottom-btn {
    position: fixed;
    display: none;
    padding: 0 4vw;
    box-sizing: border-box;
    left: 0;
    bottom: -16vw;
    width: 100%;
    z-index: 996;
    background-color: #f47920;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: bottom .2s ease
}

.bottom-btn .btn-item {
    width: 16vw;
    height: 16vw
}

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

.bottom-btn .iconfont {
    font-size: 28px;
    color: #fff
}

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

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

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

.bottom-btn.is-active {
    bottom: 0
}

.bottom-btn.show-cart {
    bottom: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

    .bottom-btn {
        display: -ms-flexbox;
        display: flex
    }

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

#xyz * {
    box-sizing: border-box
}

#xyz {
    position: relative;
    z-index: 997;
    width: 120px;
    height: 32px;
    line-height: 32px
}

.xyz12 {
    width: 100%;
    position: absolute;
    height: 100%
}

.xyz12 ul {
    border: 1px #dbdbdb solid;
    background: #fff
}

.xyz12 ul>li {
    display: none
}

.xyz12 ul>li:nth-of-type(1) {
    display: block
}

.xyz12 li {
    float: none;
    margin-left: 0;
    width: 100%;
    position: relative;
    height: 30px;
    z-index: 1;
    text-align: left
}

.xyz12 li a {
    color: #333;
    font-size: 12px;
    padding: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    padding: 0 8px
}

.xyz12 li.selected {
    border-top: 0
}

.xyz12 li.selected a {
    color: #f47920
}

.xyz12 span {
    position: absolute;
    right: 6px;
    top: 0;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 100
}

.xyz12 span:after {
    position: absolute;
    content: " ";
    top: 10px;
    right: 10px;
    width: 7px;
    height: 7px;
    border: 2px solid #707070;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    cursor: pointer
}

.xyz12 span.dp:after {
    top: 13px;
    transform: rotate(-135deg)
}

.xyz12 li img {
    vertical-align: middle;
    margin: 0 7px 0 0
}

.xyz12 li:hover {
    background: #f2f2f2
}

@media screen and (max-width:768px) {
    #xyz {
        width: 100%;
        margin: 10px 0;
        height: auto
    }

    #xyz .xyz12 {
        position: relative
    }

    #xyz .up {
        display: none
    }

    #xyz .xyz12 ul {
        border: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #xyz .xyz12 ul>li {
        display: block !important;
        width: 33.3333%
    }

    #xyz .xyz12 li a {
        font-size: 14px
    }
}

img.lazy {
    opacity: 0
}

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

img.error,
img.initial,
img.loaded {
    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: #fff;
    opacity: .95
}

#home-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #f47920
}

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

#home-swiper .swiper-next:hover,
#home-swiper .swiper-prev:hover {
    background: #f47920
}

#home-swiper .swiper-next i,
#home-swiper .swiper-prev i {
    color: #fff;
    font-weight: 700;
    font-size: 22px
}

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

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

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

@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: 66px 0;
    background-image: url(../shou/t2.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

#about .l-wrap {
    display: -ms-flexbox;
    display: flex
}

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

#about .about-con {
    background: #fff;
    padding: 50px;
}

#about .about-con .title {
    color: #f47920;
    font-weight: 700;
    margin-bottom: 22px
}

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

#about .about-con h3>span {
    color: #f47920
}

#about .about-con .con {
    color: #666;
    line-height: 1.5em;
    font-size: 14px;
}

#about .about-con ul {
    margin: 50px 0 60px;
    padding-left: 70px;
    position: relative;
    color: #222
}

#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: #f47920;
    position: absolute;
    top: 6px;
    left: -22px
}

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

#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: 0;
    width: 90%;
    height: auto
}

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

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

#about .about-img .dot {
    z-index: -2;
    background-size: 16px 16px
}

#about .about-img .box {
    background: rgba(243, 96, 34, 0.7);
    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-con,
    #about .about-img {
        width: 100%
    }

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

    #about .about-img img {
        width: 100%
    }

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

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

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

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

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

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

#ind>div {
    -ms-flex: 1;
    flex: 1
}

#ind .ind-wrap {
    box-sizing: border-box;
    padding: 50px 150px
}

#ind .ind-l {
    z-index: 1;
    background: rgba(0, 0, 0, 0.75);
    height: 600px;
}

#ind .ind-l h3 {
    margin-bottom: 46px;
    font-size: 2.125em;
    color: #fff
}

#ind .ind-l .con {
    margin-bottom: 34px;
    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: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    width: 77px;
    height: 77px;
    background: #f47920;
    transform: translate(-50%, -50%)
}

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

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

#ind .adv-icon .icon-item {
    display: -ms-flexbox;
    display: flex;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #EB6622;
    color: #fff
}

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

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

#ind .adv-icon .text {
    margin-top: 4px;
    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 {
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 5.3333333333vw 0;
        padding: 20px 0
    }

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

    #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: 0
    }

    #ind .adv-icon .icon-item {
        padding: 4vw;
        height: 100%;
        -ms-flex-direction: column;
        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;
    background-image: url(../shou/t1.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}

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

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

#product .pro-list .pro-item {
    padding: 30px 36px;
    border: 1px solid #e3e3e3;
    transition: border .3s ease;
    background: #fff;
}

#product .pro-list .pro-item:hover {
    border-color: #f47920
}

#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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

#product .pro-list .pro-name {
    display: block;
    margin: 30px 0 22px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    font-size: 18px
}

#product .pro-list .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
}

#product .pro-list .pro-more:hover {
    color: #fff;
    background: #f47920
}

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

#product .product-more .more-btn {
    display: inline-block;
    margin: 50px auto 0;
    padding: 14px 36px;
    background: #fff;
    text-transform: uppercase;
    color: #000;
    border-color: #000002
}

#product .product-more .more-btn:hover {
    background: #f47920;
    border-color: #f47920;
    color: #fff
}

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

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

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

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

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

    #product .pro-list .pro-name {
        font-size: 14px;
        margin: 4vw 0
    }

    #product .pro-list .pro-item {
        padding: 3.2vw 4.5333333333vw
    }

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

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

#appli {
    background-color: #f6f6f6;
    background-image: url(../shou/appli_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%
}

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

#sol-swiper .swiper-slide {
    display: -ms-flexbox;
    display: flex
}

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

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

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

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

#sol-swiper .sol-title {
    font-size: 2.25em;
    margin-bottom: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #222
}

#sol-swiper .sol-con {
    color: #868686;
    line-height: 1.5em;
    margin-bottom: 44px
}

#sol-swiper .swiper-pagination-bullet {
    background: #f47920
}

.sol-top {
    background: url(../shou/sol_bg.png) no-repeat;
    background-size: 100%;
    padding-bottom: 40px
}

.sol-top h3 {
    font-size: 2.375em;
    text-align: center;
    padding: 70px 0;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px
}

.advan {
    padding: 60px 0 85px
}

.advan h3 {
    margin-bottom: 30px;
    font-size: 2.375em;
    text-align: center
}

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

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

.advan .advan-list>li {
    width: 25%;
    padding: 0 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: 0 auto;
    text-align: center;
    font-weight: 700;
    margin: 24px 0 40px;
    font-size: 1.25em
}

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

.advan .advan-item:hover .advan-icon {
    background-color: #f47920
}

.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 #f47920;
    border-left: 24px solid transparent
}

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

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

.advan .advan-icon>i {
    display: block;
    width: 36px;
    height: 36px;
    background: url(../shou/advan_icon.png) 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: 14px;
        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: 14px;
        margin-bottom: 5.3333333333vw
    }

    .advan {
        padding: 5.3333333333vw 0
    }

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

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

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

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

#new {
    padding: 112px 130px
}

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

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

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

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

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

#new .new-date {
    position: absolute;
    left: 30px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 14px;
    color: #fff;
    background: #f47920;
    bottom: 0
}

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

#new .new-more {
    margin: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

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

#new .new-title {
    display: block;
    font-weight: 700;
    margin: 18px 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125em;
    color: #222
}

#new .new-title:hover {
    color: #f47920
}

@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 0
    }

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

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

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

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

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

    #new .new-title {
        font-size: 16px;
        margin: 6px 10px;
        padding-bottom: 6px
    }

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

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

.tab .tab-item {
    padding: 20px 60px;
    margin: 0 20px 20px 0;
    background: #f4f4f4;
    color: #000
}

.tab .tab-item.is-current {
    background-color: #f47920;
    position: relative;
    color: #fff
}

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

.common-main #about {
    padding: 0
}

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

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

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

.common-main article p {
    color: #555;
    line-height: 1.8em
}

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

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

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

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

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

.about-adv .num {
    font-size: 2.25em;
    color: #002;
    font-weight: 700
}

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

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

.about-part .part-item {
    display: -ms-flexbox;
    display: flex
}

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

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

.about-part .part-con {
    background: #f6f6f7;
    padding: 100px 80px;
    box-sizing: border-box
}

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

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

.about-part .title {
    text-align: center;
    position: relative;
    color: #000;
    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: #f47920
}

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

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

.product-case>li {
    width: 25%;
    padding: 0 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: 0 14px;
    box-sizing: border-box;
    font-size: 1.125em;
    background: #f0f0f0
}

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

.company-cer>li {
    width: 25%;
    padding: 0 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: 1.125em;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.company-partner h3 {
    position: relative;
    margin-top: 70px;
    font-size: 2.125em;
    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: #f47920
}

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

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

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

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

.contact {
    display: -ms-flexbox;
    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;
    color: #333
}

.contact .contact-box p {
    color: #333
}

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

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

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

.contact .contact-inquiry .title {
    font-size: 2.125em;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #222
}

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

.contact .contact-inquiry .tip {
    color: #222;
    margin-bottom: 30px
}

.contact .contact-item {
    display: -ms-flexbox;
    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 {
    -ms-flex: 1;
    flex: 1
}

.application .app-item {
    display: -ms-flexbox;
    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: 0;
    right: 0;
    width: 0;
    height: 0
}

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

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

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

.application .app-info .title {
    color: #000;
    font-size: 1.75em;
    font-weight: 700;
    text-transform: capitalize
}

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

.solution .sol-title {
    color: #000002;
    margin-bottom: 66px;
    font-size: 2em;
    text-align: center
}

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

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

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

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

.solution .sol-item .title {
    margin-bottom: 20px;
    font-size: 1.25em;
    font-weight: 700;
    color: #000002;
    transition: color .3s ease
}

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

.solution .sol-item .icon {
    width: 50px;
    height: 50px;
    background: url(../shou/sol_icon.png) 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: #f47920;
    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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(../shou/sol_item.png);
    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: -ms-flexbox;
    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: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
    text-align: center;
    color: #222;
    transition: color .3s ease, background-color .3s ease
}

.solution .sol-tab .sol-tab-item.is-active,
.solution .sol-tab .sol-tab-item:hover {
    background-color: #f47920;
    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: -ms-flexbox;
    display: flex
}

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

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

.solution .sol-tab .sol-tab-con .title {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 1.875em;
    color: #000
}

.suport {
    display: -ms-flexbox;
    display: flex
}

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

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

.suport .suport-link a {
    height: 60px;
    line-height: 60px;
    background: #f3f3f3;
    color: #000002;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    padding: 0 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: #000002;
    position: absolute;
    right: 20px;
    top: 20px
}

.suport .suport-link-item.is-current a,
.suport .suport-link-item:hover a {
    background-color: #f47920;
    color: #fff
}

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

.htu .htu-title {
    margin-bottom: 26px;
    text-align: center;
    font-size: 2.5em;
    color: #222
}

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

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

.htu .htu-list>li {
    width: 33.3333%;
    padding: 0 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: 0;
    left: 0;
    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: 700;
    background: #fff
}

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

.afs .afs-content {
    display: -ms-flexbox;
    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: 700;
    font-size: 1.875em;
    color: #000002
}

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

.afs .afs-con li {
    color: #000002;
    margin-bottom: 1em
}

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

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

.afs .afs-title {
    color: #333;
    font-size: 1.875em;
    font-weight: 700
}

.afs .afs-tab {
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    border: 2px solid #f47920;
    box-sizing: border-box
}

.afs .afs-tab-item {
    width: 33.3333%;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.afs .afs-tab-item i {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    position: relative;
    font-weight: 700;
    border: 2px solid #f47920;
    border-radius: 50%;
    color: #f47920
}

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

.afs .afs-tab-item.is-active,
.afs .afs-tab-item:hover {
    color: #f47920
}

.afs .afs-tab-item.is-active i,
.afs .afs-tab-item:hover i {
    background-color: #f47920;
    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: 700;
    margin-right: 10px
}

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

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

.case .case-title {
    color: #f47920;
    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: #f47920;
    font-size: 1.125em
}

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

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

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

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

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

.case .case-list>li {
    width: 33.3333%;
    padding: 0 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 {
        -ms-flex: 0 0 300px;
        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: 0
    }

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

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

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

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

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

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

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

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

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

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

    .about-part .title {
        font-weight: 700;
        font-size: 18px;
        padding-bottom: 6px
    }

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

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

    .product-case>li {
        width: 50%;
        padding: 0 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: 0 2vw
    }

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

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

    .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: 0
    }

    .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: 0
    }

    .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: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: 0
    }

    .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: 0
    }

    .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: 0 0;
        padding: 10px 0
    }

    .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: 0
    }

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

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

    .afs .afs-tab-item {
        width: 100%;
        padding: 10px 0;
        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: 0 -2vw
    }

    .htu .htu-list>li {
        width: 50%;
        padding: 0 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 0
    }

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

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

.send-inquiry .inquiry-form input,
.send-inquiry .inquiry-form textarea {
    padding-right: 40px;
    transition: .3s
}

.send-inquiry .inquiry-form input::-webkit-input-placeholder,
.send-inquiry .inquiry-form textarea::-webkit-input-placeholder {
    color: #999;
    -webkit-transition: .3s;
    transition: .3s;
    transform-origin: top left
}

.send-inquiry .inquiry-form input::-moz-input-placeholder,
.send-inquiry .inquiry-form textarea::-moz-input-placeholder {
    color: #999
}

.send-inquiry .inquiry-form input::-ms-input-placeholder,
.send-inquiry .inquiry-form textarea::-ms-input-placeholder {
    color: #999
}

.send-inquiry .inquiry-form input:focus,
.send-inquiry .inquiry-form textarea:focus {
    border-color: #f47920
}

.send-inquiry .inquiry-form input {
    position: relative;
    box-sizing: border-box;
    padding-left: 20px;
    width: 49%;
    height: 50px;
    outline: 0;
    margin-bottom: 30px;
    background: #f6f6f6;
    border: 1px solid #ccc
}

.send-inquiry .inquiry-form textarea {
    padding-top: 20px;
    padding-left: 20px;
    width: 100%;
    outline: 0;
    height: 250px;
    background: #f6f6f6;
    border: 1px solid #ccc;
    box-sizing: border-box;
    resize: none
}

.send-inquiry .inquiry-form .input-error {
    border: 1px solid #f77
}

.send-inquiry .send-btn {
    width: 180px;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    align-items: center;
    margin: 50px 0;
    box-sizing: border-box;
    background-color: #222
}

.send-inquiry .send-btn .span:nth-child(1) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1;
    flex: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    -ms-user-select: none;
    user-select: none
}

.send-inquiry .send-btn .span:nth-child(2) {
    display: none
}

.inquiry .l-wrap {
    padding: 0;
    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: #f47920
}

.feedback p {
    line-height: 1.5em
}

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

.send-tit {
    margin: 70px 0 30px;
    font-size: 34px;
    color: #222;
    font-weight: 700;
    text-transform: uppercase
}

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

    .send-inquiry .inquiry-form input {
        padding-left: 2.6666666667vw;
        width: 100%;
        height: 12vw;
        margin-bottom: 4vw
    }

    .send-inquiry .inquiry-form textarea {
        padding-top: 3.3333333333vw;
        padding-left: 2.6666666667vw;
        width: 100%;
        height: 33.3333333333vw
    }

    .send-inquiry .inquiry-form #in-company {
        background-size: 5.3333333333vw 5.3333333333vw;
        background-position: right 2.6666666667vw top 3.2vw
    }

    .send-inquiry .inquiry-form #in-name {
        background-size: 5.3333333333vw 5.3333333333vw;
        background-position: right 2.6666666667vw top 3.2vw
    }

    .send-inquiry .inquiry-form #in-title {
        background-size: 5.3333333333vw 5.3333333333vw;
        background-position: right 2.6666666667vw top 3.2vw
    }

    .send-inquiry .inquiry-form #in-phone {
        background-size: 4.6666666667vw 4.6666666667vw;
        background-position: right 2.6666666667vw top 3.2vw
    }

    .send-inquiry .inquiry-form #in-email {
        background-size: 4.6666666667vw 4.6666666667vw;
        background-position: right 2.6666666667vw top 3.2vw
    }

    .send-inquiry .inquiry-form #in-content {
        background-size: 4vw 4vw;
        background-position: right 2.6666666667vw top 3.2vw
    }

    .send-inquiry .send-btn {
        width: 150px;
        height: 50px;
        margin: 20px auto 20px
    }

    .send-inquiry .send-btn .span:nth-child(1) {
        font-size: 14px
    }

    .send-inquiry .send-btn .span:nth-child(2) {
        width: 6.6666666667vw
    }

    .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 0 0;
        padding: 0 6.6666666667vw
    }

    .send-inquiry {
        margin-top: 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: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f47920;
    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(.52, 1.64, .37, .66)
}

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

.product-main .pro-list .pro-more {
    color: #09162a;
    background: #F7830C;
    transition: background .2s ease, color .2s ease
}

.product-main .pro-list .pro-more:hover {
    background: #f47920;
    color: #fff
}

.product-main .pro-list .pro-name {
    display: block;
    width: 100%;
    display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制行数为2 */
  -webkit-box-orient: vertical;
  overflow: hidden;
    color: #000;
    font-size: 1.125em;
    font-weight: 700
}

.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: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

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

.product-main .pro-price {
    color: #f47920
}

.product-main .pro-cart {
    position: absolute;
    right: 20px;
    bottom: 28px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition: opacity .2s ease;
    color: #f47920
}

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

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

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

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

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

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

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

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

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

.product-main .pro-list.list0>li {
    margin-bottom: 40px;
    background: #F6F6F6;
    border: 1px #EEE solid;
}

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

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

.product-main .pro-list.list0 .pro-info {
    max-width: calc(100% - 410px);
    padding: 34px 0;
    box-sizing: border-box;
    -ms-flex: 1;
    flex: 1
}

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

.product-main .pro-list.list0 .pro-intro {
    color: #888;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    margin-bottom: 20px;
    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
}

.product-main .pro-list.list0 .pro-price {
    font-weight: 700;
    margin: 40px 0 30px
}

.product-main .pro-list.list0 .pro-more {
    display: inline-block;
    padding: 16px 30px
}

.product-main .pro-bottom {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5em;
    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
}

.pro-detail .pro-detail-top {
    display: -ms-flexbox;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: 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 0;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background: #fff
}

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

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

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

.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 #f47920
}

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

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

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

.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: 0;
    transform: rotate(0)
}

.pro-detail .preview-container .thumbnail-box .arrow:after,
.pro-detail .preview-container .thumbnail-box .arrow:before {
    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: 0;
    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;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    padding: 1.3333333333vw 5.3333333333vw;
    border-radius: 999px;
    background: #f47920;
    bottom: 2.6666666667vw;
    right: 0
}

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

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

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

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

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

.pro-detail .pro-detail-top .pro-info {
    -ms-flex: 1;
    flex: 1;
    margin-left: 50px;
    color: #000002
}

.pro-detail .pro-detail-top .pro-info .pro-name {
    font-weight: 700;
    margin-top: 20px;
    font-size: 1.375em
}

.pro-detail .pro-detail-top .pro-info .pro-price {
    color: #222;
    margin: 22px 0
}

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

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

.pro-detail .pro-btnlist .pro-btn,
.pro-detail .pro-btnlist>a {
    width: 230px;
    height: 48px;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-bottom: 12px;
    margin-right: 12px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 48px;
    font-weight: 700;
    color: #000002;
    border: 1px solid #000002;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease
}

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

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

.pro-detail .pro-btnlist .pro-btn:hover,
.pro-detail .pro-btnlist>a:hover {
    background-color: #f2f2f2;
    border-color: #ccc;
    color: #fff
}

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

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

.pro-detail .pro-detail-content .part-title {
    padding: 24px;
    font-weight: 700;
    position: relative;
    font-size: 1.125em;
    cursor: pointer;
    background-color: #eee;
    color: #222
}

.pro-detail .pro-detail-content .part-title i {
    position: absolute;
    right: 24px;
    top: 24px;
    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 0 0
}

.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: 10px;
    border-bottom: 1px solid #e5e5e5
}

.pro-detail .pro-detail-content p {
    color: #555;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px
}

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

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

.pro-detail .pro-random .pro-item:hover {
    border-color: #f47920
}

.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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.pro-detail .pro-random .pro-name {
    display: block;
    margin: 30px 0 22px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #000;
    font-size: 18px
}

.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: #f47920
}

.pro-detail .pro-inquiry-title,
.pro-detail .pro-random-title {
    font-size: 1.375em;
    margin-bottom: 36px;
    text-align: left;
    color: #222;
    font-weight: 700
}

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

    .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: 12px
    }

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

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

    .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
    }

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

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

    .pro-detail .preview-container .thumbnail-box .list {
        width: 100%;
        min-height: 75vw
    }

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

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

    .pro-detail .pro-btnlist .pro-btn,
    .pro-detail .pro-btnlist>a {
        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 {
        font-size: 14px
    }

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

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

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

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

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

    .product-main .pro-list.list0 .pro-item {
        display: block;
        border: 1px solid #e3e3e3;
        padding: 16px
    }

    .product-main .pro-list.list0 .pro-img {
        margin-right: 0;
        -ms-flex: initial;
        flex: initial;
        height: auto;
        border: 0
    }

    .product-main .pro-list.list0 .pro-img:before {
        content: "";
        display: block;
        padding-top: 100%
    }

    .product-main .pro-list.list0>li {
        width: 50%;
        padding: 0 2vw;
        box-sizing: border-box
    }

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

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

    .product-main .pro-list.list0 .pro-price {
        margin: 10px 0
    }

    .product-main .pro-list.list0 .pro-intro {
        -webkit-line-clamp: 2;
        max-height: 3em
    }

    .product-main .pro-list.list0 .pro-more {
        width: 100%;
        padding: 12px 10px;
        font-size: 14px;
        box-sizing: border-box;
        text-align: center
    }

    main.pro-main .inner-banner {
        display: none
    }

    .pro-detail .pro-inquiry-title,
    .pro-detail .pro-random-title {
        font-size: 18px;
        margin-bottom: 4vw
    }

    .pro-detail .pro-random ul {
        margin: 0 -2vw
    }

    .pro-detail .pro-random li {
        width: 50%;
        margin-bottom: 4vw;
        padding: 0 2vw
    }

    .pro-detail .pro-random .pro-item {
        padding: 10px
    }

    .product-main .pro-list>li.is-checked .pro-item {
        border-color: #f47920
    }

    .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: 10px;
        bottom: 10px
    }
}

.document-main .project-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px
}

.document-main .project-list>li {
    width: 25%;
    padding: 0 13px;
    margin-bottom: 26px;
    box-sizing: border-box;
    color: #222
}

.document-main .project-list .project-name {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    height: 3em
}

.document-main .project-list .project-content,
.document-main .project-list .project-name {
    padding: 0 10px;
    box-sizing: border-box;
    display: block;
    display: -webkit-box;
    display: -moz-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 {
    min-height: 70px;
    cursor: pointer;
    font-size: 1.125em;
    display: -ms-flexbox;
    display: flex;
    padding: 24px 64px 24px 24px;
    box-sizing: border-box;
    line-height: 1.8em;
    -ms-flex-align: center;
    align-items: center;
    color: #000002;
    box-shadow: 0 0 32px 0 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: #000002;
    right: 30px;
    top: 33px
}

.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: 24px 40px;
    display: none
}

.document-main .project-list.faq-list .project-info.is-active .project-name:before {
    width: 0
}

.document-main .project-list.faq-list>li {
    width: 100%;
    margin-bottom: 1em
}

.document-main .video-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -13px
}

.document-main .video-list>li {
    width: 25%;
    padding: 0 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: 0 10px;
    box-shadow: 0 0 35px 0 rgba(215, 215, 215, .68);
    background-color: #fff
}

.document-main .video-list .video-in {
    display: block;
    display: -webkit-box;
    display: -moz-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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.document-main .download-list>li {
    width: calc(33.3333% - 20px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 30px 50px 0;
    padding: 20px 30px 20px 70px;
    box-sizing: border-box;
    background: #f7f7f7;
    transition: background-color .2s ease;
    background-image: url(../shou/pdf_c.png);
    background-repeat: no-repeat;
    background-position: 30px center
}

.document-main .download-list>li:nth-of-type(3n) {
    margin-right: 0
}

.document-main .download-list>li:hover {
    background-color: #f47920;
    background-image: url(../shou/pdf_w.png)
}

.document-main .download-list>li:hover .download-name {
    color: #fff
}

.document-main .download-list>li:hover .download-btn {
    background: #fff;
    border-color: #f47920
}

.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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.document-main .download-list .download-btn i {
    width: 16px;
    height: 16px;
    background: url(../shou/download_btn.png) 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: 0 -2vw
    }

    .document-main .project-list>li {
        width: 50%;
        padding: 0 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: 0 0 4vw 0
    }

    .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: 0 -2vw
    }

    .document-main .video-list>li {
        width: 50%;
        padding: 0 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: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -14px 30px
}

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

.new-main .new-list.list1 .new-item {
    box-shadow: 0 0 70px 0 rgba(184, 184, 184, .33);
    padding-bottom: 20px
}

.new-main .new-list.list1 .new-img {
    position: relative;
    display: block
}

.new-main .new-list.list1 .new-img img {
    display: block;
    width: 100%;
    height: auto
}

.new-main .new-list.list1 .new-date {
    position: absolute;
    left: 20px;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 14px;
    color: #fff;
    background: #f47920;
    bottom: 0
}

.new-main .new-list.list1 .new-date i {
    margin-right: 6px
}

.new-main .new-list.list1 .new-more {
    margin: 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.new-main .new-list.list1 .new-more i {
    font-weight: 700;
    transform: rotate(180deg)
}

.new-main .new-list.list1 .new-title {
    display: block;
    font-weight: 700;
    margin: 18px 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.125em;
    color: #222
}

.new-main .new-list.list1 .new-title:hover {
    color: #f47920
}

.new-main .new-list.list0>li {
    margin-bottom: 60px
}

.new-main .new-list.list0 .new-item {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    box-shadow: 0 0 35px 0 rgba(215, 215, 215, .68)
}

.new-main .new-list.list0 .new-item:hover .new-more {
    background: #f47920;
    color: #fff
}

.new-main .new-list.list0 .new-item:hover .new-info {
    border-color: #f47920
}

.new-main .new-list.list0 .new-img {
    -ms-flex: 0 0 216px;
    flex: 0 0 216px;
    width: 216px
}

.new-main .new-list.list0 .new-img img {
    display: block;
    width: 100%;
    height: auto
}

.new-main .new-list.list0 .new-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 416px);
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 48px 30px 32px;
    box-sizing: border-box;
    border-bottom: 3px solid #d4d4d4;
    transition: border .2s ease
}

.new-main .new-list.list0 .new-more {
    position: absolute;
    width: 44px;
    height: 44px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(215, 215, 215, .68);
    color: #f47920;
    right: 48px;
    bottom: -22px;
    transition: background .2s ease, color .2s ease
}

.new-main .new-list.list0 .new-title {
    font-weight: 700;
    font-size: 1.25em;
    margin: 24px 0 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.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: block;
    display: -webkit-box;
    display: -moz-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: #666
}

@media screen and (max-width:768px) {
    .pro-detail .pro-detail-content img {
        max-width: 100%;
        height: auto !important
    }

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

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

    .new-main .new-list.list1 .new-title {
        font-size: 16px;
        margin: 10px
    }

    .new-main .new-list.list1 .new-date {
        font-size: 12px;
        padding: 6px 8px;
        left: 10px
    }

    .new-main .new-list.list1 .new-more {
        margin: 0 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 0
    }

    .new-main .new-list.list0 .new-more {
        width: 36px;
        height: 36px;
        bottom: -18px
    }
}

.new-main .new-top {
    font-size: 14px;
    font-weight: 700;
    color: #f47920
}

.new-main .news-views {
    margin-left: 14px
}

.new-main .new-title {
    color: #222;
    font-size: 1.875em
}

.new-main .new-share {
    margin: 20px 0
}

.pagelink {
    display: -ms-flexbox;
    display: flex;
    margin: 30px -29px
}

.pagelink>div {
    width: 50%;
    padding: 0 29px;
    box-sizing: border-box
}

.pagelink .pagelink-info {
    display: block;
    padding: 28px 34px;
    line-height: 1.5em;
    border: 1px solid #e5e5e5;
    transition: border .2s ease, box-shadow .2s ease
}

.pagelink .pagelink-info:hover {
    border-top: 2px solid #f47920;
    box-shadow: 0 0 20px 0 rgba(215, 215, 215, .74)
}

.pagelink .link-intro {
    font-size: 14px;
    margin-bottom: 14px;
    color: #f47920
}

.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 {
    margin-top: 30px
}

.common-inquiry {
    margin-top: 20px
}

.common-inquiry-title {
    color: #222;
    font-size: 1.875em;
    margin-bottom: 22px
}

@media screen and (max-width:768px) {
    .pagelink {
        display: block;
        margin: 0
    }

    .pagelink>div {
        width: 100%;
        margin-bottom: 4vw;
        padding: 0
    }

    .pagelink .pagelink-info {
        padding: 16px
    }

    .common-inquiry-title,
    .new-main .new-title {
        font-size: 18px
    }
}

.sidebar-item {
    margin-bottom: 42px;
    border: 2px solid #F7830C
}

.sidebar-item .sidebar-title {
    position: relative;
    font-size: 1.375em;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    background: #F7830C;
    padding-left: 10px
}

.siderbar-search {
    display: -ms-flexbox;
    display: flex
}

.siderbar-search input {
    -ms-flex: 1;
    flex: 1;
    border: 2px solid #f47920;
    padding: 0 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: #f47920
}

.siderbar-search button i {
    font-size: 24px;
    color: #fff
}

.sidebar-cate li {
    position: relative
}

.sidebar-cate li>.iconfont {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px
}

.sidebar-cate .sub-menu {
    display: none
}

.sidebar-cate .sub-menu li {
    line-height: 40px;
    height: 40px;
    padding: 0 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: 0 30px;
    box-sizing: border-box;
    overflow: hidden;
    background: #f8f8f8;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sidebar-cate .is-current>a {
    color: #f47920
}

.sidebar-prolist .pro-item {
    display: -ms-flexbox;
    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 {
    -ms-flex: 1;
    flex: 1
}

.sidebar-prolist .pro-more {
    display: block;
    margin-top: 10px
}

.sidebar-prolist .pro-name {
    width: 100%;
    display: block;
    display: -webkit-box;
    display: -moz-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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.sidebar-prolist li {
    padding-bottom: 22px;
    margin-bottom: 22px;
    border-bottom: 1px solid #e3e3e3
}

.sidebar-prolist li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.sidebar-newlist>li {
    margin-bottom: 30px;
    border-bottom: 1px solid #e3e3e3
}

.sidebar-newlist>li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.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: 0
}

.sidebar-newlist .new-title {
    font-size: 1.125em;
    line-height: 1.5em
}

.sidebar-newlist .iconfont {
    position: absolute;
    right: 0;
    bottom: 24px;
    transform: rotate(180deg)
}

.sidebar-newcate li.LiLevel1 {
    margin-bottom: 8px;
    position: relative
}

.sidebar-newcate li.LiLevel1>a {
    width: 100%;
    height: 56px;
    display: block;
    line-height: 56px;
    background: #f8f8f8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 14px 0 20px;
    box-sizing: border-box
}

.sidebar-contact {
    position: absolute;
    padding: 44px 0;
    left: 0;
    width: 100%;
    top: calc(100% + 30px);
    background: url(../shou/side_contact.png) no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: 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: #f47920;
    border: 1px solid #f47920;
    color: #fff;
    text-transform: uppercase
}

.sidebar-contact .icon {
    width: 85px;
    height: 85px;
    margin-bottom: 24px;
    background: url(../shou/side_icon.png) no-repeat;
    background-position: center;
    border: 1px solid #fff;
    border-radius: 50%
}

.cart-panel {
    position: fixed;
    width: 280px;
    right: 0;
    bottom: 0;
    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: #f47920
}

.cart-panel .cart-title {
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    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: -ms-flexbox;
    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: -ms-flexbox;
    display: flex;
    border: 1px solid #eee;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px
}

.cart-panel .item-img img {
    max-width: 100%;
    max-height: 100%
}

.cart-panel .item-info {
    width: calc(100% - 60px)
}

.cart-panel .item-info>div {
    display: -ms-flexbox;
    display: flex
}

.cart-panel .item-info .item-del {
    margin-left: auto
}

.cart-panel .item-title {
    width: 100%;
    display: block;
    margin: 5px 0;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cart-panel .button-area>button {
    outline: 0;
    border: 0;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 3px
}

.cart-panel .button-area .cart-order {
    background-color: #f47920;
    color: #fff
}

.cart-panel .button-area .cart-contact {
    background-color: #f47920;
    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: 0;
    height: 0;
    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: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    width: 40px;
    height: 40px;
    bottom: 195px;
    right: 24px;
    border-radius: 50%;
    background-color: #f47920
}

.cart-btn>i {
    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: red;
    color: #fff;
    text-align: center
}

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

.inquiry-prolist a {
    text-decoration: none;
    color: #000
}

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

.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: -ms-flexbox;
    display: flex;
    padding: 40px 10px;
    margin-top: 0;
    box-sizing: content-box
}

.inquiry-prolist .inquiry-pro-item .pro-item-img {
    height: 100%;
    width: 200px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: 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: #f47920
}

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

.inquiry-prolist .inquiry-pro-item .pro-item-del {
    position: relative;
    padding-top: 20px;
    height: 100%;
    width: 100px;
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: 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:after,
.inquiry-prolist .inquiry-pro-item .pro-item-del .ic-close:before {
    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: 0;
        height: 20vw
    }

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

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

    .inquiry-prolist .inquiry-pro-item .pro-item-name {
        font-size: 3vw;
        padding: 0;
        margin: 0;
        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.is-active,
    .cart-panel.show-cart {
        bottom: calc(16vw + constant(safe-area-inset-bottom));
        bottom: calc(16vw + env(safe-area-inset-bottom))
    }

    .cart-btn {
        position: relative;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        bottom: auto;
        bottom: initial;
        right: auto;
        right: initial
    }

    .cart-btn .num {
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        top: 3px;
        right: 3px
    }
}

@media screen and (min-width:768px) {
    .cart-btn .text {
        display: none
    }
}

.toast-title {
    font-weight: 700
}

.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: 700;
    color: #fff;
    -webkit-text-shadow: 0 1px 0 #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
    line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .4
}

.rtl .toast-close-button {
    left: -.3em;
    float: left;
    right: .3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    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: 0 0 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
}

#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;
    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: 0;
    bottom: 0;
    height: 4px;
    background-color: #000;
    opacity: .4
}

@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: none
}

.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
}



.layout {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}


.index_hd .hd_title {
    display: inline-block;
    font-weight: normal;
    position: relative;
    font-size: 40px;
    line-height: 1.1em;
    padding: .2em .35em;
    background-color: #EB6622;
}

.index_hd .hd_title,
.index_hd .hd_title a {
    color: #fff;
}

.index_hd .hd_title:before,
.index_hd .hd_title:after {
    content: '';
    display: block;
    width: 70px;
    height: 3px;
    top: 50%;
    margin-top: -1px;
    background-color: #EB6622;
    position: absolute;
}

.index_hd .hd_title:before {
    right: 100%;
    margin-right: 22px;
}

.index_hd .hd_title:after {
    left: 100%;
    margin-left: 22px;
}

.index_hd .hd_desc {
    display: block;
    max-width: 580px;
    margin: 0 auto;
    padding-top: 15px;
}




.index_ad {
    padding-top: 0px;
    padding-bottom: 60px;
    height: auto;
    overflow: hidden;
}

.index_ad .index_bd {}

.index_ad .ad_items {
    margin: 0 -3.5%;
}

.index_ad .ad_item {
    -webkit-box-flex: 0 0 33.33333333%;
    -webkit-flex: 0 0 33.33333333%;
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    width: 33.33333333%;
    float: left;
}

.index_ad .ad_item,
.index_ad .ad_item a {
    color: #fff;
}

.index_ad .ad_item .item_inner {
    background-color: #332C2B;
    border-radius: 15px;
    text-align: center;
    padding: 35px 15px;
}

.index_ad .ad_item .item_img,
.index_ad .ad_item .item_img img {
    border-radius: 50%;
}

.index_ad .ad_item .item_img {
    display: inline-block;
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
}

.index_ad .ad_item .item_img img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.index_ad .ad_item .item_img:before {
    content: '';
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    -webkit-transform: scale(.3);
    -ms-transform: scale(.3);
    -o-transform: scale(.3);
    transform: scale(.3);
    opacity: 0;
    border-radius: 30%;
}

.index_ad .ad_item .item_info {
    padding-top: 25px;
}

.index_ad .ad_item .item_title {
    font-size: 18px;
    font-weight: normal;
    height: 1.8em;
    line-height: 1.8em;
    overflow: hidden;
    text-transform: uppercase;
    margin: 0 auto 8px;
}

.index_ad .ad_item .item_desc {
    height: 7em;
    line-height: 1.4em;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    padding-top: 15px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.index_ad .ad_item .item_inner:hover {
    box-shadow: 0 20px 20px -15px rgba(0, 0, 0, .3);
}

.index_ad .ad_item .item_inner:hover .item_img {
    -webkit-animation: swing 1.2s ease;
    -o-animation: swing 1.2s ease;
    animation: swing 1.2s ease;
}

.index_ad .ad_item .item_inner:hover .item_img:before {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    background-color: #f36022;
    opacity: 1;
}

.index_ad .ad_item .item_inner:hover .item_desc:before {
    width: 100%;
}


.xz {
    width: 300px;
    -webkit-transition: -webkit-transform 1s ease-out;
}

.index_ad .ad_item .item_inner:hover .xz {
    -webkit-transform: rotateZ(20deg);

    transform: rotateZ(20deg);
}


.bt {
    width: 100px;
    margin: 0 auto;
    height: 1px;
    border-top: 2px solid #EB6622;
    transition-property: width;
    transition-duration: 1s;
}

.index_ad .ad_item .item_inner:hover .bt {
    width: 300px;
}

.foot-contact li img {
    vertical-align: middle;
    display: inline-block;
    padding-right: 5px;

    -webkit-transition: -webkit-transform 0.5s ease-out;

}

.foot-contact li span {
    display: inline-block;
    width: 190px;
}

.foot-contact li span:hover img {
    -webkit-transform: rotateZ(20deg);

    transform: rotateZ(20deg);
}

.head-lang img {
    width: 30px;
}

.head-lang a {
    display: inline-block;
    margin-right: 5px;
}


.common-page li .current {
    background: #333;
    display: inline-block;
    color: #fff;
    margin-top: -10px;

}

.sd:hover {
    background: #F47920 !important;
    color: #fff;
    cursor: pointer;
}

.sd {
    margin-top: 10px;
    display: inline-block;
    width: 200px;
}

.sidebar-prolist {
    padding-left: 5px;
    line-height: 30px;
}