@import '//at.alicdn.com/t/font_2392773_4o5wut22ods.css';

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes moveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@font-face {
    font-family: 'webfont';
    font-display: swap;
    src: url(../../css/fonts/webfont.eot);
    src: url(../../css/fonts/webfont.eot?#iefix) format("embedded-opentype"),url(../../css/fonts/webfont.woff2) format("woff2"),url(../../css/fonts/webfont.woff) format("woff"),url(../../css/fonts/webfont.ttf) format("truetype"),url(../../css/fonts/webfont.svg#webfont) format("svg")
}

body {
    font-family: 'webfont','microsoft yahei','pingfang SC','helvetica neue',arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif
}

.edit *, .section-about__product .item .type li {
    list-style: initial
}

.edit img {
    max-width: 100%
}

.button-disabled {
    background: #e6e6e6;
    color: #9fa0a0
}

    .button-disabled, .button-disabled .iconfont {
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .button-disabled:hover {
            background: #d0121b;
            color: #fff
        }

            .button-disabled:hover .iconfont, .footer #accordion .heroCollapse a:hover {
                color: #fff
            }

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px
}

.button-normal {
    background: #d0121b;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

    .button-normal:hover {
        background: #a10e15
    }

.button-white {
    background: #fff;
    color: #d0121b
}

.text-right {
    text-align: right
}

#accordion .panel, .footer #accordion .panel, .rela {
    position: relative
}

.flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.align-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bold-md {
    font-weight: 500
}

.fl {
    float: left
}

.fr {
    float: right;
    margin-left: auto
}

.transition {
    -webkit-transition: opacity 800ms cubic-bezier(.075,.82,.165,1),-webkit-transform 800ms cubic-bezier(.075,.82,.165,1);
    transition: transform 800ms cubic-bezier(.075,.82,.165,1),opacity 800ms cubic-bezier(.075,.82,.165,1);
    transition: transform 800ms cubic-bezier(.075,.82,.165,1),opacity 800ms cubic-bezier(.075,.82,.165,1),-webkit-transform 800ms cubic-bezier(.075,.82,.165,1)
}

.paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px
}

    .paging a {
        color: #666;
        height: 40px;
        line-height: 40px;
        padding: 0 5px;
        min-width: 40px;
        text-align: center
    }

        .cantact-section .headquarters-wrapper .flex-box ul, .paging a.next, .paging a.prev {
            color: #333
        }

        .paging a.active, .paging a:hover {
            color: #fff;
            border-color: #d0121b;
            background: #d0121b
        }

        .paging a.next, .paging a.next span, .paging a.prev, .paging a.prev span {
            display: block
        }

            .paging a, .paging a.next i, .paging a.prev i {
                display: none
            }

                .paging a.disabled {
                    opacity: .5;
                    pointer-events: none
                }

    .paging .pageSize, .paging .pageSize a {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .paging .pageSize {
        display: none;
        border: 1px solid #ddd;
        padding: 0 5px
    }

        .paging .pageSize span {
            margin-right: 5px
        }

        .paging .pageSize a, .text-center {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

        .paging .pageSize a {
            line-height: 22px;
            height: 22px;
            width: 22px;
            padding: 0;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin: 0
        }

.text-center {
    text-align: center
}

.image, body.lb-disable-scrolling, body.stop {
    overflow: hidden
}

    .image img {
        -webkit-transition: -webkit-transform .45s ease-in-out;
        transition: transform .45s ease-in-out;
        transition: transform .45s ease-in-out,-webkit-transform .45s ease-in-out
    }

.scorll-x {
    overflow-x: auto;
    overflow-y: hidden
}

@media (min-width:1024px) {
    .paging {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .paging a {
            margin: 0 10px
        }

            .paging a.prev {
                display: none !important
            }

                .paging a.next span, .paging a.prev span {
                    display: none
                }

                .paging a, .paging a.next i, .paging a.prev i {
                    display: block
                }
}

.lazyload, .lazyloading {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
    background: #fff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-slide, .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml; base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjMDA0MDk3IiAvPjwvc3ZnPg==);
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml; base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+CiAgICAgICAgPHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyMwMDQwOTcnIC8+PC9zdmc+);
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    font-size: 0;
    padding: 0 .5rem
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 24px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 43px;
    height: 4px;
    display: inline-block;
    background: rgba(255,255,255,.8);
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        background-color: #d0121b
    }

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet, .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255,255,255,.5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),transparent)
    }

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    animation: swiper-preloader-spin 1s steps(12,end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@media (max-width:750px) {
    .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 10px
    }

    .swiper-pagination-bullet {
        width: 20px;
        height: 2px
    }
}

.global-header {
    height: auto;
    width: 100%;
    -webkit-transition: height .3s ease-in .3s;
    transition: height .3s ease-in .3s;
    position: absolute;
    z-index: 999;
    background-color: transparent;
    background-position: center;
    background-size: 100% 100%;
    top: 0
}

.pc-logo {
    line-height: 100px
}

.global-header-nav-logo a {
    height: 55px;
    width: 55px;
    line-height: 55px
}

.global-header-content {
    position: relative;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent
}

.bottom-line-lighter:before {
    content: '';
    height: 1px;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    width: 200%;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #dbdbdb;
    visibility: visible
}

.global-header-nav-item {
    vertical-align: top;
    position: relative;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    -webkit-transition: opacity .2s cubic-bezier(.645,.045,.355,1);
    transition: opacity .2s cubic-bezier(.645,.045,.355,1);
    -webkit-tap-highlight-color: transparent;
    font-size: 14px;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0
}

    .global-header-nav-item:after {
        content: '';
        position: absolute;
        left: 0;
        height: 2px;
        background-color: transparent;
        bottom: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 0
    }

    .global-header-nav-item > a {
        color: #fff;
        font-weight: 500
    }

    .global-header-nav-item a {
        display: block;
        text-align: center;
        font-family: MicrosoftYaHei-Bold
    }

    .global-header-nav-item:before {
        display: none
    }

    .global-header-nav-item.active:after {
        width: 100%
    }

    .global-header-nav-item.active > a {
        color: #d0121b !important
    }

.global-header-nav-search a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    width: 54px;
    background-position: -210px 10px;
    font-size: pxToRem(16px)
}

    .global-header-nav-search a .iconfont {
        font-size: pxToRem(16px);
        margin-right: 5px;
        color: #666
    }

.icon-arrow-down1 {
    font-size: 14px;
    color: #03296e
}

.global-header-nav-top {
    background-color: transparent
}

.global-header-nav-search a, .global-header-nav-search span {
    float: left;
    line-height: 50px
}

.global-header-nav-top .global-header-nav-search {
    height: inherit;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 16px;
    margin-right: 0;
    -webkit-transition: -webkit-transform .3s linear .2s;
    transition: transform .3s linear .2s;
    transition: transform .3s linear .2s,-webkit-transform .3s linear .2s
}

.global-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 170px 40px
}

.global-search-show {
    overflow: hidden;
    height: 100%
}

    .global-search-show .global-header-nav-search-wrapper {
        display: block
    }

.global-header-nav-search-wrapper {
    width: 100%;
    opacity: 1;
    position: absolute;
    top: 90px;
    z-index: 999;
    -webkit-box-shadow: 0 5px 20px rgba(55,55,55,.3);
    box-shadow: 0 5px 20px rgba(55,55,55,.3);
    padding: 16px 20px;
    background-color: #fff;
    display: none;
    min-height: 82px
}

    .global-header-nav-search-wrapper:after {
        display: none;
        content: '';
        width: 10px;
        height: 10px;
        border-left: 1px solid #cfcfcf;
        border-top: 1px solid #cfcfcf;
        background-color: #fff;
        position: absolute;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 18px;
        top: -6px
    }

.global-header-searchview-wrapper {
    position: relative;
    border-bottom: 3px solid #03296e;
    width: calc(100% - 54px)
}

.dropdown-menu a, .global-header-nav-search-content {
    position: relative;
    text-align: center
}

    .global-header-nav-search-content .global-header-searchview-input {
        display: block;
        height: 34px;
        line-height: 34px;
        padding: 5px 12px;
        width: 100%;
        background-color: transparent;
        color: #4e4e4e
    }

.global-header-searchview-submit {
    width: 30px;
    background-position: -204px 4px;
    position: absolute;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645,.045,.355,1);
    transition: opacity .2s cubic-bezier(.645,.045,.355,1);
    height: 34px;
    background-color: transparent;
    border: 0;
    right: -35px;
    font-size: pxToRem(30px)
}

.global-mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    background: rgba(0,0,0,.5);
    -webkit-transition: opacity 1s ease .1s;
    transition: opacity 1s ease .1s;
    opacity: 0
}

.global-mask-open {
    height: 100%;
    width: 100%;
    opacity: 1;
    z-index: 667
}

.dropdown-menu a {
    display: block;
    color: #fff;
    transition: opacity .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    line-height: 1;
    text-align: left
}

.open .dropdown-menu {
    margin: -10px 0 6px;
    display: block;
    height: auto
}

    .open .dropdown-menu a {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }

.global-header-nav, .icon-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.icon-toggle {
    right: 0;
    top: 0;
    width: 48px;
    text-align: center;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    position: absolute
}

    .icon-toggle:after {
        content: '+';
        font-size: 25px;
        color: #c1c1c2
    }

    .footer #accordion .icon-toggle[aria-expanded=true]:after, .icon-toggle[aria-expanded=true]:after, .open .icon-toggle:after {
        content: '-'
    }

.global-header-nav {
    position: relative;
    background: 0 0
}

    .global-header-nav .global-header-nav-logo {
        width: auto;
        height: 55px;
        position: absolute;
        top: 50%;
        margin-top: -27.5px;
        left: 10px;
        font-size: 0
    }

        .global-header-nav .global-header-nav-logo > a {
            font-size: 0
        }

.global-header-nav-list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 100px;
    position: relative;
    margin-right: 0;
    margin-left: 7.29167vw;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

    .global-header-nav-list:hover a {
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .global-header-nav-list:hover .active:after {
        width: 0
    }

    .global-header-nav-list .global-header-nav-item:hover:after {
        width: 100% !important
    }

    .global-header-nav-list .global-header-nav-item > a:hover {
        opacity: 1;
        color: #d0121b !important
    }

.global-mobile-split {
    padding-top: 100px
}

.header-share-bar {
    position: absolute;
    height: 40px;
    width: 100%;
    z-index: 999;
    background: #fff
}

    .header-share-bar .bshare-custom, .header-share-bar .flex-box {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .header-share-bar .flex-box {
        height: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .header-share-bar .bshare-custom {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border: 1px solid #e9e9e9;
        border-radius: 0 4px 4px 0;
        font-size: 0
    }

        .header-share-bar .bshare-custom a {
            padding-top: 24px;
            width: 35px
        }

    .header-share-bar .header-message {
        border: 1px solid #e9e9e9;
        border-right: 0
    }

        .header-share-bar .header-message a {
            display: inline-block;
            padding-top: 24px;
            width: 35px;
            vertical-align: middle
        }

#bsWXBox {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.subment-active {
    display: block !important;
    -webkit-transition: -webkit-transform .8s ease;
    transition: transform .8s ease;
    transition: transform .8s ease,-webkit-transform .8s ease
}

.subment-open .subment-active {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.subment-open .subtitle {
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important
}

.subment-open .global-dropdown-line {
    opacity: 1 !important
}

.subment-open .global-header-nav-list {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.global-header-subment-close {
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    opacity: 1;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    left: 0;
    top: 0;
    background: 0 0;
    border: 0;
    z-index: 99
}

    .global-header-subment-close .global-dropdown-line {
        display: block;
        z-index: 1;
        opacity: 0;
        -webkit-transition: -webkit-transform .2s linear .6s;
        transition: transform .2s linear .6s;
        transition: transform .2s linear .6s,-webkit-transform .2s linear .6s;
        position: relative;
        width: 100%;
        height: 100%
    }

        .global-header-subment-close .global-dropdown-line::before {
            content: '';
            -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
            right: 50%;
            -webkit-transform: rotate(-40deg) scaleY(1.5);
            transform: rotate(-40deg) scaleY(1.5);
            position: absolute;
            background: #333;
            top: 50%;
            width: 12px;
            height: 1px;
            display: block;
            z-index: 1
        }

        .global-header-subment-close .global-dropdown-line:after {
            content: '';
            position: absolute;
            background: #333;
            top: 50%;
            width: 12px;
            height: 1px;
            left: 50%;
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: rotate(40deg) scaleY(1.5);
            transform: rotate(40deg) scaleY(1.5);
            display: block;
            z-index: 1
        }

.subment-open .global-header-nav-menu {
    opacity: 0 !important
}

.global-header-hover-block, .nav-item, body:after {
    display: none
}

@media only screen and (max-width:1024px) {
    .contact-top {
        margin-left: 0 !important;
        padding: 14px 0
    }

    .header {
        height: 48px
    }

    .pc-logo {
        display: none
    }

    .global-header-content {
        padding: 0
    }

    .dropdown-menu {
        height: 0;
        overflow: hidden
    }

        .dropdown-menu [data-toggle=collapse] {
            position: relative
        }

            .dropdown-menu [data-toggle=collapse]:after {
                content: '';
                z-index: 999;
                right: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                top: 50%;
                -webkit-transform: translateY(-50%) rotate(45deg);
                transform: translateY(-50%) rotate(45deg);
                position: absolute;
                width: 10px;
                height: 10px;
                border-top: 1px solid #c1c1c2;
                border-right: 1px solid #c1c1c2
            }

            .dropdown-menu [data-toggle=collapse][aria-expanded=true]:after {
                -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg)
            }

    .global-header-nav-open .global-header-hover-block {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .global-header-hover-block {
        -webkit-transition: all .3s;
        transition: all .3s;
        display: block;
        position: absolute;
        right: 0;
        width: 100px;
        height: inherit;
        z-index: 1000
    }

        .global-header-hover-block .iconfont {
            font-size: 12px;
            margin-left: 10px
        }

        .global-header-hover-block .hover-title {
            color: #fff;
            font-size: 14px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 48px
        }

        .global-header-hover-block .hover-panel {
            display: none;
            position: absolute;
            top: 100%;
            z-index: 10;
            width: 100%;
            background: #fff
        }

            .global-header-hover-block .hover-panel li + li {
                border-top: 1px solid #fff
            }

            .global-header-hover-block .hover-panel a {
                color: #fff;
                height: 40px;
                line-height: 40px;
                display: block;
                text-align: center
            }

    .dropdown-menu a {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding-left: 10px;
        color: #fff !important
    }

    .dropdown-menu .heroCollapse a {
        padding-left: 20px !important
    }

    #js-global-subment-close {
        display: block
    }

    .global-header {
        height: 48px;
        top: 0;
        background: #fff;
        position: fixed
    }

    .global-mobile-split {
        padding-top: 48px
    }

    .header-share-bar {
        display: none
    }

    .global-header-nav-search-wrapper {
        top: 48px
    }

    .global-header-content, .global-header-nav {
        height: 100%;
        overflow: hidden;
        width: 100%;
        background-color: #000
    }

    .global-header-nav-top {
        background-color: #000;
        display: block;
        height: 48px;
        position: absolute;
        z-index: 10;
        width: 100%;
        -webkit-transition: all .3s cubic-bezier(.445,.05,.55,.95) .3s;
        transition: all .3s cubic-bezier(.445,.05,.55,.95) .3s;
        left: 0
    }

    .global-header-nav-menu {
        left: 0;
        position: absolute;
        z-index: 2;
        top: 0;
        width: 48px;
        height: inherit
    }

    .global-header-nav-btn {
        display: block;
        width: 48px;
        height: inherit;
        -webkit-tap-highlight-color: transparent
    }

        .global-header-nav-btn span {
            position: absolute;
            width: 18px;
            height: 1px;
            background: #fff;
            left: 16px;
            top: 24px;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            -webkit-transform: scaleY(1.5);
            transform: scaleY(1.5)
        }

            .global-header-nav-btn span:first-child {
                top: 17px
            }

            .global-header-nav-btn span:last-child {
                top: 31px
            }

    .global-header-nav .global-header-nav-logo {
        height: inherit;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 0;
        margin-top: 0;
        -webkit-transition: -webkit-transform .15s linear .4s;
        transition: transform .15s linear .4s;
        transition: transform .15s linear .4s,-webkit-transform .15s linear .4s;
        z-index: 9999
    }

        .global-header-nav .global-header-nav-logo a {
            background-size: auto 70%;
            background-position: center center
        }

    .global-header-nav-login a, .global-header-nav-logo a, .global-header-nav-search a, .global-header-searchform-submit {
        display: inline-block;
        overflow: hidden;
        color: #000;
        -webkit-transition: opacity .3s cubic-bezier(.645,.045,.355,1);
        transition: opacity .3s cubic-bezier(.645,.045,.355,1);
        padding: 0;
        text-align: right
    }

    .global-header-nav-logo a, .global-header-nav-search a, .global-header-searchform-submit {
        height: 48px;
        width: 125px
    }

        .global-header-nav-login a .iconfont, .global-header-nav-logo a .iconfont, .global-header-nav-search a .iconfont, .global-header-searchform-submit .iconfont {
            font-size: .8rem;
            color: #fff
        }

        .global-header-nav-login a i:last-child, .global-header-nav-logo a i:last-child, .global-header-nav-search a i:last-child, .global-header-searchform-submit i:last-child {
            display: none
        }

    .global-header-nav-login {
        height: inherit;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 16px;
        margin-right: 0;
        -webkit-transition: -webkit-transform .3s linear .2s;
        transition: transform .3s linear .2s;
        transition: transform .3s linear .2s,-webkit-transform .3s linear .2s;
        -webkit-transform: none;
        transform: none
    }

        .global-header-nav-login a {
            height: 44px;
            width: 20px;
            background-position: -165px 8px
        }

    .global-header-nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        z-index: 5;
        top: 48px;
        right: 0;
        bottom: 0;
        left: 0;
        margin: 0;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: visibility .8s ease,-webkit-transform .8s ease;
        transition: visibility .8s ease,transform .8s ease;
        transition: visibility .8s ease,transform .8s ease,-webkit-transform .8s ease;
        overflow: auto
    }

        .global-header-nav-list .global-header-nav-item {
            width: 100%;
            opacity: 0;
            -webkit-transform: scale(1.2) translateY(-24px);
            transform: scale(1.2) translateY(-24px);
            -webkit-transition: opacity .25s ease-out,-webkit-transform .25s ease-out;
            transition: opacity .25s ease-out,transform .25s ease-out;
            transition: opacity .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out;
            height: 48px;
            line-height: 48px;
            margin-left: 0;
            margin-right: 25px;
            -webkit-box-flex: 0;
            -ms-flex: 0;
            flex: 0;
            padding: 0
        }

            .global-header-nav-list .global-header-nav-item.active > a, .global-header-nav-list .global-header-nav-item:hover > a {
                color: #fff !important
            }

            .global-header-nav-list .global-header-nav-item:after, .global-header-nav-list .global-header-nav-login, .global-header-nav-list .global-header-nav-logo {
                display: none
            }

            .global-header-nav-list .global-header-nav-item::before {
                display: block;
                background-color: #fff
            }

            .global-header-nav-list .global-header-nav-item > a {
                font-size: 14px;
                padding: 14px 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                line-height: 1.4285714285;
                color: #c1c1c2 !important;
                text-align: left
            }

    html.global-header-nav-open, html.global-header-nav-open body {
        overflow: hidden;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 0 !important
    }

    .global-header-btn-close span:first-child {
        -webkit-transition: all .3s ease-in-out .2s;
        transition: all .3s ease-in-out .2s;
        -webkit-transform: rotate(45deg) translate(5px,5px);
        transform: rotate(45deg) translate(5px,5px)
    }

    .global-header-btn-close span:nth-child(2) {
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        opacity: 0
    }

    .global-header-btn-close span:nth-child(3) {
        -webkit-transition: all .3s ease-in-out .3s;
        transition: all .3s ease-in-out .3s;
        -webkit-transform: rotate(-45deg) translate(5px,-5px);
        transform: rotate(-45deg) translate(5px,-5px)
    }

    .global-header-nav-open .global-header, .global-header-nav-open .global-header-nav {
        height: 100%
    }

    .global-header-nav-open .global-header-nav-login, .global-header-nav-open .global-header-nav-search {
        -webkit-transform: translate(100%);
        transform: translate(100%)
    }

    .global-header-nav-open .global-header-nav-item {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
        height: auto
    }

        .global-header-nav-open .global-header-nav-item:nth-child(2) {
            -webkit-transition-delay: .3s,.3s;
            transition-delay: .3s,.3s
        }

        .global-header-nav-open .global-header-nav-item:nth-child(3) {
            -webkit-transition-delay: .35s,.35s;
            transition-delay: .35s,.35s
        }

        .global-header-nav-open .global-header-nav-item:nth-child(4) {
            -webkit-transition-delay: .4s,.4s;
            transition-delay: .4s,.4s
        }

        .global-header-nav-open .global-header-nav-item:nth-child(5) {
            -webkit-transition-delay: .45s,.45s;
            transition-delay: .45s,.45s
        }

        .global-header-nav-open .global-header-nav-item:nth-child(6) {
            -webkit-transition-delay: .5s,.5s;
            transition-delay: .5s,.5s
        }

        .global-header-nav-open .global-header-nav-item:nth-child(7) {
            -webkit-transition-delay: .55s,.55s;
            transition-delay: .55s,.55s
        }

        .global-header-nav-open .global-header-nav-item:nth-child(8) {
            -webkit-transition-delay: .6s,.6s;
            transition-delay: .6s,.6s
        }

    .global-header-nav-open .global-header-nav-logo {
        -webkit-transform: translate(-50%,-100%);
        transform: translate(-50%,-100%)
    }

    .global-header-nav-open .subment .subtitle {
        font-size: 16px !important;
        margin-bottom: 10px !important;
        width: 100%;
        opacity: 0;
        -webkit-transform: scale(1.2) translateY(-24px);
        transform: scale(1.2) translateY(-24px);
        -webkit-transition: opacity .25s ease-out,-webkit-transform .25s ease-out;
        transition: opacity .25s ease-out,transform .25s ease-out;
        transition: opacity .25s ease-out,transform .25s ease-out,-webkit-transform .25s ease-out
    }

    .global-header-nav-open .subment ul a {
        font-size: 14px !important;
        padding-left: 15px !important
    }

    .header-panel-content .subment {
        position: absolute;
        background-color: #fff;
        height: 100vh;
        top: 0;
        width: 100%;
        overflow: auto;
        padding: 65px 0 25px !important
    }

        .header-panel-content .subment .row {
            padding-left: 0 !important
        }

    .subment ul {
        overflow: hidden
    }

    .subment li {
        opacity: 0;
        -webkit-transform: translateX(24px);
        transform: translateX(24px);
        -webkit-transition: opacity .25s ease-in,-webkit-transform .25s ease-in;
        transition: opacity .25s ease-in,transform .25s ease-in;
        transition: opacity .25s ease-in,transform .25s ease-in,-webkit-transform .25s ease-in
    }

    .subment-open .subment li {
        opacity: 1 !important;
        -webkit-transform: none !important;
        transform: none !important
    }

    .global-header-nav-item .icon-toggle {
        position: absolute;
        right: 0;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 10px;
        z-index: 20;
        height: 48px
    }
}

@media (max-width:321px) {
    .global-header-nav-logo {
        display: none
    }
}

@media (min-width:1024px) {
    .global-header-nav-item {
        overflow: hidden;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding: 0 1.5625vw
    }

        .global-header-nav-item .dropdown-menu {
            position: absolute;
            left: 0;
            display: block;
            min-width: 100%;
            opacity: 0;
            -webkit-transition: all .2s linear;
            transition: all .2s linear;
            -webkit-transform: translateY(20px);
            transform: translateY(20px);
            -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
            box-shadow: 0 0 20px rgba(0,0,0,.1);
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            z-index: 9999
        }

            .global-header-nav-item .dropdown-menu li.active a {
                color: #fff !important
            }

            .global-header-nav-item .dropdown-menu a {
                color: #000;
                opacity: 1;
                -webkit-transform: none;
                transform: none;
                white-space: nowrap;
                height: 40px;
                line-height: 40px;
                text-align: center;
                background: #fff;
                font-size: 12px;
                -webkit-transition: all .3s;
                transition: all .3s;
                padding: 0 10px
            }

                .global-header-nav-item .dropdown-menu a:hover {
                    color: #fff
                }
}

.contact-top {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: auto
}

    .contact-top .icon {
        margin-right: 15px
    }

    .contact-top span {
        font-size: 14px
    }

.nav-popup-list {
    left: 200px
}

    .nav-popup-list .arrow {
        width: 0;
        height: 0;
        border-bottom: 10px solid #edf1f4;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent
    }

    .nav-popup-list .nav-popup-item {
        position: absolute;
        top: 100%;
        left: 200px;
        display: none
    }

        .nav-popup-list .nav-popup-item.active {
            display: block;
            -webkit-animation: moveUp .3s linear 1 forwards;
            animation: moveUp .3s linear 1 forwards
        }

    .nav-popup-list .inner {
        min-height: 100px;
        min-width: 100px;
        background: #edf1f4;
        padding: 30px 40px;
        border-radius: 4px
    }

        .nav-popup-list .inner .icon {
            margin-right: 10px;
            width: 20px;
            position: absolute;
            left: 10px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .nav-popup-list .inner .text {
            padding-left: 30px
        }

        .nav-popup-list .inner .flex-item {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto
        }

            .nav-popup-list .inner .flex-item + .flex-item {
                margin-left: 70px
            }

    .nav-popup-list .title {
        position: relative;
        font-weight: 700;
        padding: 0 10px;
        white-space: nowrap;
        height: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000
    }

    .footer .contact-panel ul li, .nav-popup-list .link, .nav-popup-list .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .nav-popup-list .link {
        position: relative;
        height: 30px;
        padding: 0 10px;
        white-space: nowrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        border-radius: 4px
    }

        .nav-popup-list .link:hover {
            background: #dae3e9
        }

#accordion .heroCollapse a, .footer #accordion .heroCollapse a {
    line-height: 40px;
    padding: 0 15px;
    display: block;
    color: rgba(255,255,255,.6);
    font-size: 14px
}

.footer #accordion .icon-toggle {
    width: 44px;
    height: 44px;
    right: -15px;
    position: absolute;
    top: 0
}

    .footer #accordion .icon-toggle:after {
        content: '+';
        font-size: 25px;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .footer #accordion .icon-toggle[aria-expanded=true] .icon-toggle:after, .footer #accordion .title[aria-expanded=true] .icon-toggle:after {
        content: '-' !important
    }

.footer #accordion .title {
    font-weight: 500
}

#accordion .heroCollapse a {
    padding: 0 30px;
    color: rgba(255,255,255,.8)
}

    #accordion .heroCollapse a:hover {
        color: #fff
    }

#accordion .title, .footer #accordion .title {
    display: block;
    line-height: 44px;
    color: #fff
}

@media (min-width:1024px) {
    .footer .panel-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .footer .panel-group, .footer .panel-group .panel {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

            .footer .panel-group .panel:last-child {
                border-right: 0
            }

    .footer #accordion .title {
        pointer-events: none;
        line-height: 1;
        margin-bottom: 25px;
        padding: 0;
        font-size: 16px
    }

    .footer #accordion .heroCollapse a {
        line-height: 35px;
        padding: 0;
        font-size: 14px
    }

    .footer #accordion .icon-toggle {
        display: none
    }

    .footer #accordion .collapse {
        display: block
    }

    .footer .bottom {
        padding: 30px 0;
        font-size: 14px
    }
}

.footer {
    background: #272727;
    padding: 15px 0
}

    .footer .contact-panel .title {
        display: block;
        line-height: 44px;
        color: #fff;
        font-weight: 500
    }

    .footer .contact-panel ul {
        color: rgba(255,255,255,.6)
    }

        .footer .contact-panel ul li {
            line-height: 30px;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .footer .contact-panel ul li span:first-child {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 auto;
                flex: 0 0 auto
            }

            .footer .contact-panel ul li span:last-child {
                fleX: 1;
                width: 1%
            }

    .footer .contact-panel .qrcode-wrapper {
        max-width: 114px;
        margin-top: 20px
    }

        .footer .contact-panel .qrcode-wrapper img {
            width: 100%;
            height: auto
        }

        .footer .contact-panel .qrcode-wrapper .text {
            text-align: center;
            font-size: 14px;
            color: rgba(255,255,255,.6);
            margin-top: 10px
        }

@media (min-width:1024px) {
    .footer {
        padding: 70px 0 60px
    }

        .footer .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .footer .contact-panel .title {
            line-height: 1;
            margin-bottom: 25px;
            padding: 0;
            font-size: 16px
        }

        .footer .contact-panel ul li {
            line-height: 35px
        }
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
    line-height: 0;
    font-weight: 400
}

    .lightbox .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        max-height: none;
        border-radius: 3px;
        border: 4px solid #fff
    }

    .lightbox a img {
        border: 0
    }

.lb-outerContainer {
    position: relative;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

    .lb-dataContainer:after, .lb-outerContainer:after {
        content: "";
        display: table;
        clear: both
    }

.lb-loader {
    position: absolute;
    top: 43%;
    left: 0;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(data:image/gif; base64,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) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container > .nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif; base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next, .lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-next, .lb-nav a.lb-prev {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev {
    left: 0;
    background: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAE/klEQVR4AcyZA4wkWxSG37TH9jTWtncHzWfbthmubVvh2rZt49nR2J5+fyenkpPK1u2nvalKvuFZfHPOf+p2zT3BYFCX4DIQRmAijPS1iBC8XtciTMIMLPSeZHQuQj9tE7CBWJAAkolEEANsSocUIb0JGIAZRIMUYAftQWeiHX0tCURRbUQIvUmY6CeeQQJ9TSbTvTab7XHwGD724Ws9gItkIpVR01MezDRKmaALyMvOzn7z9OnTZ+vq6hobGhqazp49e6x79+4vk0wOSetDhCQsTKIbKHA4HB+fO3fuZlB1/fbbb7csFosXNW1AgrIA9CIRB7JAd+BxOp2f4qf/XfAOV21tbQPG7GHUdQBJJGLSQ7BjmYTf5XJ9efHixZ+CGldNTU0VRB6kDCUq20sPwVYkAna7/Zvbt2//qSVRVlZW/v77709B7WAKfKxYRGawqRNZWVlf3Lp163eBRNWQIUMmoNYHuoJ0ECUIu5SbXQxJdAUeBPvzkydP3tKSKC4urvb5fNNQez/oA+wgXs59RCyRRdvJjUx8hmB/ryVRWlpaGwgEFIl+wEHbysrPXdKDzSR8oU5gxWpKNDU1tfj9/pmofRD0V0kY+b8jP9gkkZ6e/hludre1JMrLyysLCgpmoPYhknDSOFn4GUtBbrBJIjMzMzRO3wrGqWrw4MFTqBP9gIt3QpHgyA62OzRO6MS3YYI9HbUPgP4kkahkgktwZAbbg2B/eubMme8EnahBsEMS91EnnOpMaHG3g53Ngh0aJ02JysrK6vz8/KnUib7AwTJhoH9DkghJsHHqrgQbnfhWEOzQzW4qywRtJxZsWSLUDSOIBKmgI8hHsD8OE+xqBHsaSfQFTkGwpYmYaKQcoBsy8QY6cV1LoqioqMbr9c5H7eNgIA82l5Aqwo7k8UajsRXm/ZVr167d0JL49ttvK7GdVqP+TRAAHUAysAmCLVUkwWw2u1auXDkzKLhWrVr1M2rHg3eBm71QEodb0miZQXxEREQrq9XqXbBgwQZ8r+VOIvX19S0jRow4gfoP6RzVFaRRxkzisZIQdnbv6AkenTlz5lZRZ4YPH74HdS+AXNAOpJCMICNyRKwgiUYlFzw/a9asXSKZYcOGbUPd02AIyVBWWGdk30fYCk6hAOciM89PmzZtp0hm1KhRO1D7DMhTdYZkJIrwzjCZdmCwwWB4durUqTt4ZtTX2LFjd6L2WZDPZKKYjDQRtUwUSFVkwHMzZszYLZIZM2bMLhozJTOpXEaqiLozTCYXvAAZYWZGjhy5g2WmvWABSH09YmKdaQ/ywQt/YwFsRd1TIFdDRoKIODPtQa7JZHqOMqN5TZky5QAtgHyVDI2ZWET2AhB2Zvr06QdD2QIFJKPOjFhE4gJ4/p8vAN4Z8VMU2QvgRdxnwi2A7ah7EgwArUEisEgQES8AJtMBFOB89vLy5cuPhTnObMLJ+lE6/mSBaPGTRsmZIZk8PJx+afHixUfCnJp3IlvKaTk+/LNf+ZlpD4bQNttFmdHZrxXEMia1DHgWp+adahkm8hDVkgh1RKcyz8yePXsLapqZR/P27du3ISe5FHj5o/UPTwDtwED8hx8cN27cks2bN5/bunXrOXw8NzY21ku/4c0MG3YdLIAk4ARdQS/Qm953B51ANn9ZzER0J2OjsUkDdtCKsNPX4tQPKXQhIHhaaaPxiSP+Gg9EDLGUA6YPAMmLWVKp5HwxAAAAAElFTkSuQmCC) left 48% no-repeat;
    width: 34%;
    float: left
}

    .lb-data .lb-close:hover, .lb-nav a.lb-next:hover, .lb-nav a.lb-prev:hover {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1
    }

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAEvUlEQVR4Ac2aA2xtSxSG31ZxTm3z2kZtP9u2FV7btsJr27aNZ0e1jf8kq8nKydu7udHMJF85TfJlrX/NRp9wWgqhAg3ohAZUQv7lJGEAF2BwGekFWAXcgAfwBf6ED/AEbrRHkVKCMIAN+IFI0B30IXrQzwKAnfaqUgmxVnIniRgwUNf1TDc3t6fBM/g6Bz8bRkIhVDGdyUgl4gEiwMABAwa8ceXKlbNNTU0tDQ0NzZcuXboSHh7+Hn6XDPqCUODJKiN+sWD7gHgXF5eMv//++2G707p69eqDqKioL7AnFfRnMi6yyOgk4gd6opWK6uvrm9r/Z6FKP0dHR3+FfelgAAgDXlLIsGnlC3pApKCurq6m3WTduHHj95iYmO+wN4vJ8DZTRIt4UtATPvnkk9kVFRWVZjKPHj36LzIy8kfszWYyQgcAD7sNBIN+IDMxMXE6ZEwr8/Dhw3/CwsK+ZZURPgD4OeINIsFQkJeZmTm3tLS01kzmwoULDzEAvqHM9AOhrDKKKBEVuNL0igLDQV52dvbc8vLyejMZDIBfkJmvsTcN9OdtJjovXGYEKMjKylrQ0tLSZiaD0fwLVSaTZIQPAIVkXKjNokmmMDU1dX5lZWW1mQwOzUfBwcFfMxnhA0BxqkwMtVlBQkLCbLRZjUWb/RQaGspkxA8AnhlfkhkB8jEA5lkNAFTmJ2qzNDYApMpMNFUmFwNgHipTZyZz+fLlnzEA6ApAngGgssxEgWEgPyUlZU51dXWtRZv9jMrwNguXaQDw0VyAQ3MOBkCNRWV+YgNgAGszoZlxbrNhNAAc50xtFwPgC+xNAb1AIHAHGlBEyvABMAo8k5GRsaykpMQqM/eQmXepxaKApwy3zBpwA/6gJ8gG72Gabfrpp59Mz5m7d+/eR67e1DQtlvIm/NJfZXmJpzH7EZi2cePGP9ot1oYNGxYYhhFDfytURAE69XgQ6AfywGfjx48/39jYaHYZ07Z8+fLtrq6uGYqidFbEEJoRkggA3UESeHXcuHGHrSqxYMGCPdj3FBjEzhRN1AjWWTa6g0TwwtixY/daSSxcuPAg9r1C0vHAD7gKECEJVgmQDF6cOHHifiuJuXPnHkAmOiV6ggA2elUREjYmkQJemjJlygELh7Y5c+bsV1X1JexNAN2dJBRREoEsEy9Mnjz5oJXE/PnzD2Hfy0wiENhESfBg9+jMxIQJEyzbCRIHHQMAJDEJd1kkksDzCPaeroJNEimgB6uELioTXCIFvDh79uzjVhKOTOAZ8csk3UOmTPQAqeDlefPmnehC4qAMwVZMRuzjBPsVKYJNuABfEAdGgucQ7H1dnBOOTLwmQ7D5k0Y7CAODcIX6FC47dlpJrFu37qyiKG9Q+/VkEhRscc9+vUE8ej0NV7EHrCRWrVp1Gg+7X6cTvqd1JiR8rUAn9kGaTol8xIqVoIowkR4QKTQRacNV7AHseclZQpYXpLy14pCPpH379jmuaFuZROuiRYt2O84TqSQswh4K+nh6emZMnTp1yZ49e67u2rXrKr5eDcECukfvbn1iixXht6/hoDcYAAaDIfS5H4gGfo8RbKEPFbxAEIgEsUQk/cwbuMkswVvMYP/94EXY6WcGUGWU6ACHI64cdLL4RQAAAABJRU5ErkJggg==) right 48% no-repeat
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    *zoom: 1;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

    .lb-data .lb-details {
        width: 85%;
        float: left;
        text-align: left;
        line-height: 1.1em
    }

    .lb-data .lb-caption {
        font-size: 13px;
        font-weight: 700;
        line-height: 1em
    }

        .lb-data .lb-caption a {
            color: #4ae
        }

    .lb-data .lb-number {
        display: block;
        clear: left;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999
    }

    .lb-data .lb-close {
        display: block;
        float: right;
        width: 30px;
        height: 30px;
        background: url(data:image/png; base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAAw0lEQVR4AcXWQQrCMBAFUPe6tWcKyaVC7qCHSE+QZKHbeqeoGTAgQ8niR74DIrTpf5S2kzn8u84/yllGJ0/tZ40xF/mfhGyrnnPcg1yM8V5rfXrv1wnQhhBWyWl5N8nVoBXo9SkIVFDPEvA7Z3HOXfsCCNSQypF8cdTCAQhCclxdD4AABIAYBIMAhIMAhIM55w2AMFAKhXBwDOFgKeWxh6WUNg3x74z5zOhvI/07o3cQem+kd33WfsbfqWkzCHW6os+NbwbK0HobtG1nAAAAAElFTkSuQmCC) top right no-repeat;
        text-align: right;
        outline: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
        opacity: .7;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

        .lb-data .lb-close:hover {
            cursor: pointer
        }

.data-pagination {
    position: relative
}

    .data-pagination:after {
        content: '';
        position: absolute;
        bottom: 9px;
        left: 0;
        right: 0;
        height: 2px;
        background: #789db7
    }

    .data-pagination .swiper-slide {
        cursor: pointer
    }

        .data-pagination .swiper-slide.active .text::after {
            background: #789db7
        }

        .data-pagination .swiper-slide .text {
            text-align: center;
            -webkit-box-sizing: content-box;
            box-sizing: content-box
        }

            .data-pagination .swiper-slide .text:after {
                background: #fff;
                content: '';
                display: block;
                width: 10px;
                height: 10px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                border: 1px solid #93a9b8;
                margin: 20px auto 5px
            }

.data-content {
    padding: 20px 0
}

    .data-content .edit-wrapper {
        line-height: 200%
    }

@media (min-width:1024px) {
    .data-pagination .swiper-slide {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .data-content {
        padding: 0
    }

        .data-content .box {
            padding: 30px 60px
        }
}

.img-responsive {
    -o-object-fit: cover;
    object-fit: cover
}

.scroll-x {
    overflow-x: auto
}

.bold, .nav-section ul li a, .section-about__framework .framework-wrapper .list-content .cell ul li span {
    font-weight: 700
}

.bold500 {
    font-weight: 500
}

.lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff
}

    .lang span {
        margin: 0 10px
    }

.icq {
    background: #272727;
    color: #919699;
    font-size: 14px
}

    .icq .text {
        border-top: 1px solid #6c7073;
        padding: 15px 0
    }

.section-index__intro {
    background: #fff;
    padding: 20px 0;
    background: url(../images/bg1.png) no-repeat center bottom/contain
}

    .section-index__intro .hd {
        text-align: center;
        margin-bottom: 20px
    }

        .section-index__intro .hd img {
            height: 45px
        }

    .section-index__intro .text, h1, h4 {
        text-align: center;
        line-height: 200%
    }

    .section-index__intro .button-group {
        text-align: center;
        margin-top: 20px
    }

        .section-index__intro .button-group .button {
            padding: 0 15px;
            min-width: 165px
        }

            .section-index__intro .button-group .button .iconfont {
                margin-left: 50px
            }

.section-index__product {
    font-size: 0;
    line-height: 1;
    width: 100vw;
    overflow: hidden;
    padding: 20px 0 0;
    background: #fff
}

    .section-index__product .container {
        padding: 0
    }

    .section-index__product .hd {
        font-weight: 700;
        color: #d0121b;
        font-size: 18px;
        margin-bottom: 20px;
        text-align: center
    }

    .section-index__product .flex-box {
        margin: -4px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-index__product .fl {
        padding: 4px
    }

    .section-index__product .fr {
        padding: 4px;
        margin: -4px 0
    }

        .section-index__product .fr .item {
            height: 50%;
            padding: 4px 0
        }

            .section-index__product .fr .item .product-item, .section-index__product .fr .item img {
                height: 100%
            }

    .section-index__product .item, .section-index__product .product-item {
        display: block;
        position: relative
    }

    .section-index__product .con {
        position: absolute;
        top: 20px;
        left: 10px
    }

        .section-index__product .con .title {
            font-size: 16px;
            font-weight: 500;
            margin-bottom: 10px
        }

        .section-index__product .con .summary {
            color: #595959;
            font-size: 12px;
            margin-bottom: 10px;
            font-weight: 500
        }

        .section-index__product .con .more {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #000;
            font-size: 12px
        }

            .section-index__product .con .more .iconfont, .section-index__promo .con .more .iconfont {
                font-size: 12px;
                margin-top: 2px
            }

.section-index__promo .swiper-slide {
    width: 75%
}

.section-index__promo .arrow, .section-index__promo .con {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff
}

.section-index__promo .con {
    line-height: 1
}

    .section-index__promo .con .label {
        font-size: 12px;
        margin-bottom: 10px
    }

    .section-index__promo .con .title {
        font-size: 16px;
        margin-bottom: 10px
    }

    .section-index__promo .con .more {
        font-size: 12px
    }

.section-index__promo .arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(0,0,0,.8);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
    outline: 0
}

    .section-index__promo .arrow.button-prev {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg)
    }

    .section-index__promo .arrow.button-next {
        left: auto;
        right: 20px
    }

    .section-index__promo .arrow .iconfont {
        color: #fff
    }

h1, h4 {
    line-height: 1
}

h1 {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 20px;
    color: #d0121b
}

h4 {
    font-size: 16px;
    color: #666
}

.section-index__news, .section-index__promo {
    padding: 20px 0;
    background: #fff
}

    .section-index__news .list {
        margin-top: 40px
    }

        .section-index__news .list .item {
            display: block;
            margin-bottom: 20px
        }

            .section-index__news .list .item:last-child {
                margin-bottom: 0
            }

        .section-index__news .list .card {
            position: relative;
            z-index: 2;
            padding: 20px 20px 0;
            -webkit-box-shadow: 4px 4px 8px rgba(0,0,0,.1);
            box-shadow: 4px 4px 8px rgba(0,0,0,.1);
            max-width: 95%;
            margin: -40px auto 0;
            background: #fff
        }

            .section-index__news .list .card .card-body {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
            }

                .section-index__news .list .card .card-body .fl {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                    width: 1%
                }

                    .section-index__news .list .card .card-body .fl .title {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                        margin-bottom: 10px;
                        font-weight: 500;
                        color: #666
                    }

                    .section-index__news .list .card .card-body .fl .summary {
                        font-size: 12px;
                        color: #999;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 3;
                        -webkit-box-orient: vertical
                    }

                .date, .section-index__news .list .card .card-body .fr {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto
                }

            .section-index__news .list .card .card-footer {
                padding: 20px 0;
                color: #666;
                font-size: 12px
            }

                .section-index__news .list .card .card-footer .more .iconfont {
                    font-size: inherit;
                    margin-top: 2px
                }

.date {
    text-align: center;
    line-height: 1;
    border: 1px solid #ddd;
    margin-left: 10px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .date .day {
        font-weight: 700;
        color: #999;
        margin-bottom: 10px
    }

    .date .ym {
        font-size: 12px;
        color: #666
    }

.site-actions {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 10;
    -webkit-transform: scale(.7) translateY(-50%);
    transform: scale(.7) translateY(-50%);
    -webkit-transform-origin: right;
    transform-origin: right
}

    .site-actions .item {
        width: 72px;
        height: 72px;
        background: #d0121b;
        color: #fff;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 1px;
        cursor: pointer;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .site-actions .item:hover {
            background: #a10e15
        }

        .site-actions .item.to-top {
            display: none
        }

        .site-actions .item img {
            width: 32px;
            height: 32px;
            margin: 0 auto 4px
        }

    #contactModal, #contactModal .modal-header, .site-actions .item {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        #contactModal .modal-header {
            padding: 15px;
            height: auto;
            line-height: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            border: 0
        }

            #contactModal .modal-header h4 {
                color: #000;
                font-size: 20px
            }

            #contactModal .modal-header .close {
                background: 0 0;
                outline: 0;
                margin-left: auto;
                height: auto;
                line-height: 1;
                border: 0
            }

        #contactModal .modal-body {
            padding: 0 15px 15px;
            border: 0
        }

            #contactModal .modal-body .contact-list {
                height: 70vh;
                overflow: auto
            }

                #contactModal .modal-body .contact-list li + li {
                    margin-top: 15px
                }

                #contactModal .modal-body .contact-list .item {
                    border: 1px solid #797979;
                    padding: 10px;
                    line-height: 1
                }

                    #contactModal .modal-body .contact-list .item .title {
                        font-size: 18px;
                        font-weight: 700;
                        color: #333;
                        margin-bottom: 10px
                    }

                    #contactModal .modal-body .contact-list .item .edit {
                        color: #999;
                        font-size: 14px;
                        line-height: 24px
                    }

.banner, .breadcrumbs {
    position: relative
}

    .banner h1 {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #fff;
        font-weight: 700
    }

.breadcrumbs {
    background: #fff
}

    .breadcrumbs ul, .breadcrumbs ul a, .nav-section ul, .site-actions .item.to-top.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .breadcrumbs ul, .breadcrumbs ul li {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

    .breadcrumbs ul {
        font-size: 14px;
        height: 40px;
        line-height: 1
    }

        .breadcrumbs ul li {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex
        }

            .breadcrumbs ul li + li:before {
                content: '/';
                display: inline-block;
                margin: 0 5px
            }

.nav-section {
    padding: 20px 0
}

    .nav-section ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .nav-section ul li {
            padding: 0 10px;
            border-right: 1px solid #000;
            line-height: 1
        }

            .nav-section ul li:last-child {
                border-right: none
            }

            .nav-section ul li.active a {
                color: #d0121b
            }

.case-section {
    margin-top: 20px;
    width: 100vw;
    overflow: hidden;
    padding: 0 0 20px
}

    .case-section .paging {
        margin-top: 20px;
        padding: 0 15px
    }

    .case-section .case-list {
        margin: -1px
    }

        .case-section .case-list li {
            padding: 1px
        }

        .case-section .case-list .item {
            position: relative;
            display: block
        }

            .case-section .case-list .item .layout {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(0,0,0,.4);
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center
            }

                .case-section .case-list .item .layout img {
                    max-height: 120px;
                    display: block;
                    margin: 0 auto 15px
                }

                .case-section .case-list .item .layout .text {
                    color: #fff;
                    text-align: center;
                    font-size: 18px
                }

            .case-section .case-list .item:hover .layout {
                opacity: 1
            }

@media (min-width:1024px) {
    .case-section {
        margin: 0;
        width: auto;
        padding: 0 0 60px
    }

        .case-section .paging {
            margin-top: 60px
        }

        .case-section .case-list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .case-section .case-list li {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
                max-width: 33.33333%
            }

            .case-section .case-list .item .layout {
                opacity: 0;
                -webkit-transition: all .3s;
                transition: all .3s
            }

                .case-section .case-list .item .layout img {
                    max-height: initial
                }

                .case-section .case-list .item .layout .text {
                    font-size: 30px
                }

    .nav-section {
        font-size: 18px;
        padding: 65px 0 40px
    }

        .nav-section ul li {
            padding: 0 40px
        }

    .breadcrumbs {
        margin-top: calc(-45px + -25px);
        background: 0 0
    }

        .breadcrumbs ul {
            height: 45px
        }

            .breadcrumbs ul a {
                color: #fff
            }

            .breadcrumbs ul li + li:before {
                color: #fff;
                margin: 0 12px
            }

    .banner h1 {
        font-size: 3.33333vw
    }

    #contactModal .modal-header {
        padding: 30px 42px
    }

        #contactModal .modal-header h4 {
            font-size: 28px
        }

    #contactModal .modal-body {
        padding: 0 42px 48px
    }

        #contactModal .modal-body .contact-list {
            height: auto;
            overflow: initial
        }

            #contactModal .modal-body .contact-list ul {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                margin: -15px
            }

                #contactModal .modal-body .contact-list ul li {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
                    max-width: 50%;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    padding: 15px
                }

                    #contactModal .modal-body .contact-list ul li + li {
                        margin: 0
                    }

                #contactModal .modal-body .contact-list ul .item {
                    padding: 25px
                }

                    #contactModal .modal-body .contact-list ul .item .title {
                        font-size: 22px;
                        margin-bottom: 20px
                    }

                    #contactModal .modal-body .contact-list ul .item .edit {
                        font-size: 15px;
                        line-height: 30px
                    }

    .site-actions {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .section-index__news {
        padding: 80px 0 198px
    }

        .section-index__news h1 {
            margin-bottom: 25px
        }

        .section-index__news .hd {
            margin-bottom: 100px
        }

        .section-index__news .list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: -44px -15px
        }

            .section-index__news .list .item {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
                width: 33.33333%;
                padding: 44px 15px;
                margin-bottom: 0
            }

                .section-index__news .list .item:hover img {
                    -webkit-transform: scale(1.45);
                    transform: scale(1.45)
                }

            .section-index__news .list .image {
                height: 360px
            }

                .section-index__news .list .image img {
                    height: 100%
                }

            .section-index__news .list .card {
                width: 474px;
                margin: -88px auto 0;
                padding: 38px 30px 0
            }

                .section-index__news .list .card .card-body .fl .title {
                    font-size: 18px;
                    margin-bottom: 25px
                }

                .section-index__news .list .card .card-body .fl .summary {
                    font-size: 14px;
                    height: 60px
                }

                .section-index__news .list .card .card-footer {
                    font-size: 16px;
                    padding: 33px 0
                }

                    .section-index__news .list .card .card-footer .more {
                        position: relative;
                        padding: 18px 0
                    }

                        .section-index__news .list .card .card-footer .more:after {
                            content: '';
                            position: absolute;
                            left: 0;
                            right: 0;
                            height: 4px;
                            background: #d0121b;
                            bottom: 0
                        }

                        .date, .section-index__news .list .card .card-footer .more .iconfont {
                            margin-left: 2.60417vw
                        }

    .date {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px;
        height: 80px
    }

        .date .day {
            font-size: 29px;
            margin-bottom: 10px
        }

        .date .ym {
            font-size: 16px
        }

    h1 {
        font-size: 42px
    }

    h4 {
        font-size: 22px
    }

    .section-index__promo {
        padding: 80px 0
    }

        .section-index__promo .swiper-slide {
            width: 62.5vw
        }

        .section-index__promo .arrow {
            width: 50px;
            height: 50px;
            left: 20.10417vw
        }

            .section-index__promo .arrow.button-next {
                left: auto;
                right: 20.10417vw
            }

        .section-index__promo .con {
            left: 8.59375vw;
            line-height: 1
        }

            .section-index__promo .con .label {
                font-size: 20px;
                margin-bottom: 25px
            }

            .section-index__promo .con .title {
                font-size: 40px;
                margin-bottom: 25px
            }

            .section-index__promo .con .more, .section-index__promo .con .more .iconfont {
                font-size: 16px
            }

    .section-index__product {
        padding: 100px 0;
        width: auto
    }

        .section-index__product .hd {
            font-size: 42px;
            margin-bottom: 120px
        }

        .section-index__product .contianer {
            padding: 0 15px
        }

        .section-index__product .flex-box {
            margin: 0 -15px;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

        .section-index__product .fl, .section-index__product .fr {
            padding: 0 15px;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 60%;
            flex: 0 0 60%
        }

        .section-index__product .fr {
            -ms-flex: 0 0 40%;
            flex: 0 0 40%;
            margin: -15px 0
        }

            .section-index__product .fr .item {
                padding: 15px 0
            }

        .section-index__product .con {
            top: 50px;
            left: 40px
        }

            .section-index__product .con .title {
                font-size: 40px;
                margin-bottom: 24px
            }

            .section-index__product .con .summary {
                font-size: 16px;
                margin-bottom: 24px
            }

            .section-index__product .con .more {
                font-size: 16px
            }

                .section-index__product .con .more .iconfont {
                    font-size: 16px;
                    margin-left: 4px
                }

    .section-index__intro {
        padding: 140px 0
    }

        .section-index__intro .hd {
            margin-bottom: 60px
        }

        .section-index__intro .text {
            font-size: 20px
        }

        .section-index__intro .button-group {
            margin-top: 80px
        }

    .icq .text {
        padding: 35px 0
    }

    .promo .swiper-pagination {
        text-align: left;
        padding-left: 5.20833vw;
        bottom: 140px
    }

        .promo .swiper-pagination .swiper-pagination-bullet {
            width: 15px;
            display: block;
            margin: 10px 0
        }

            .promo .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                width: 25px
            }

    .lang {
        margin-left: auto;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff
    }

        .lang span {
            margin: 0 10px
        }
}

.nav-section__news {
    background: #fff
}

@media (min-width:1024px) {
    .nav-section__news {
        padding: 55px 0 30px
    }
}

.news-section__list {
    padding: 30px 0
}

    .news-section__list .list {
        margin-top: 0
    }

    .news-section__list .paging {
        margin-top: 30px
    }

.news-section {
    padding: 30px 0 0
}

    .news-section .container {
        padding: 0
    }

    .news-section .swiper-slide {
        width: 75%
    }

    .news-section .card {
        background: #fff
    }

        .news-section .card .con {
            padding: 10px
        }

        .news-section .card .title {
            font-size: 15px;
            font-weight: 500;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-right: 10px;
            color: #1a1a1a
        }

        .news-section .card .date {
            margin-left: auto
        }

        .news-section .card .bottom {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-top: 10px
        }

        .news-section .card .summary {
            font-size: 12px;
            color: #999;
            height: 52px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical
        }

        .detail-section .info span, .news-section .card .more, .paging-v2 a {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .news-section .card .more {
            font-size: 12px;
            height: 30px;
            color: #666
        }

            .news-section .card .more .iconfont {
                font-size: inherit;
                margin-top: 1px;
                color: inherit
            }

@media (min-width:1024px) {
    .news-section {
        padding: 70px 0 0
    }

        .news-section .container {
            padding: 0 15px
        }

        .news-section .swiper-slide {
            width: 100%
        }

        .news-section .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

            .news-section .card .image-wrapper {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 40%;
                flex: 0 0 40%;
                max-height: 424px
            }

            .news-section .card .con {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                width: 1%;
                height: 100%;
                padding: 3.125vw
            }

            .news-section .card .title {
                font-size: 24px
            }

            .news-section .card .bottom {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                margin-top: 5.72917vw
            }

            .news-section .card .summary {
                font-size: 14px;
                max-width: 280px;
                height: auto
            }

            .news-section .card .more {
                white-space: nowrap;
                margin-left: auto;
                font-size: 16px;
                height: 48px;
                border-bottom: 4px solid #d0121b
            }

                .news-section .card .more .iconfont {
                    margin-left: 50px
                }

    .news-section__list {
        padding: 46px 0 80px
    }

        .news-section__list .paging {
            margin: 80px 0 0
        }
}

.detail-section {
    padding: 30px 0
}

    .detail-section .wrapper {
        max-width: 850px;
        margin: 0 auto
    }

    .detail-section .title {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 10px
    }

    .detail-section .info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #666;
        margin-bottom: 20px
    }

        .detail-section .info span, .paging-v2 a {
            line-height: 1
        }

        .detail-section .info span {
            margin-right: 20px;
            font-size: 12px
        }

            .detail-section .info span img {
                margin-right: 8px;
                width: 15px;
                height: 15px
            }

    .detail-section .edit {
        color: #666;
        line-height: 150%
    }

    .detail-section .paging-v2 {
        margin-top: 30px
    }

.paging-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .paging-v2 a {
        height: 53px;
        background: #f0f4f7;
        color: #666;
        padding: 0 30px;
        margin: 0 10px
    }

        .paging-v2 a:hover {
            background: #cfdce5
        }

        .paging-v2 a:first-child .iconfont {
            margin-right: 5px
        }

        .paging-v2 a:last-child .iconfont {
            margin-left: 5px
        }

.cantact-section, .values-section {
    padding: 20px 0
}

    .cantact-section .title {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 20px
    }

    .cantact-section .headquarters-wrapper .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

        .cantact-section .headquarters-wrapper .flex-box .fr {
            margin-bottom: 10px
        }

        .cantact-section .headquarters-wrapper .flex-box ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            line-height: 22px
        }

            .cantact-section .headquarters-wrapper .flex-box ul li + li {
                margin-top: 5px
            }

            .cantact-section .headquarters-wrapper .flex-box ul li img {
                width: 20px;
                height: 20px;
                margin-top: 3px;
                margin-right: 10px
            }

    .cantact-section .expert-wrapper {
        margin-top: 30px
    }

        .cantact-section .expert-wrapper li + li {
            margin-top: 4px
        }

        .cantact-section .expert-wrapper .item {
            background: #f8f8f8;
            padding: 20px
        }

            .cantact-section .expert-wrapper .item .name {
                font-size: 16px;
                margin-bottom: 15px
            }

                .cantact-section .expert-wrapper .item .name span {
                    font-weight: 700;
                    padding: 5px 0;
                    display: inline-block;
                    border-bottom: 4px solid #d0121b
                }

            .cantact-section .expert-wrapper .item .edit {
                color: #333;
                line-height: 24px
            }

    .cantact-section .contact-wrapper, .cantact-section .contact-wrapper .form {
        margin-top: 20px
    }

        .cantact-section .contact-wrapper .form-control {
            background: #f0f4f7;
            height: 54px;
            border: 0;
            padding: 0 20px
        }

            .cantact-section .contact-wrapper .form-control::-webkit-input-placeholder {
                color: #9a9a9a
            }

            .cantact-section .contact-wrapper .form-control::-moz-placeholder {
                color: #9a9a9a
            }

            .cantact-section .contact-wrapper .form-control::-ms-input-placeholder {
                color: #9a9a9a
            }

            .cantact-section .contact-wrapper .form-control::placeholder {
                color: #9a9a9a
            }

        .cantact-section .contact-wrapper .v-code {
            margin-left: 10px;
            border: 1px solid #ddd;
            height: 54px
        }

        .cantact-section .contact-wrapper textarea.form-control {
            resize: none;
            height: 250px;
            padding: 20px
        }

        .cantact-section .contact-wrapper .button, .jop-section .list .item:hover .more:after {
            width: 100%
        }

    .values-section ul {
        margin: -15px 0
    }

        .values-section ul li {
            padding: 15px 0
        }

    .values-section .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .values-section .flex-box h2 {
            font-size: 20px;
            line-height: 1;
            margin-bottom: 20px;
            font-weight: 700
        }

@media (min-width:1024px) {
    .cantact-section, .values-section {
        padding: calc(100px + 25px) 0 100px
    }

        .values-section ul {
            margin: -75px 0
        }

            .values-section ul li {
                padding: 75px 0
            }

        .values-section .flex-box {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .values-section .flex-box h2 {
                font-size: 40px;
                margin-bottom: 0
            }

            .values-section .flex-box .summary {
                max-width: 53.95833vw;
                margin-left: auto;
                line-height: 200%
            }

        .cantact-section .title {
            font-size: 30px;
            margin-bottom: 40px
        }

        .cantact-section .headquarters-wrapper .fr {
            margin-bottom: 0 !important
        }

        .cantact-section .headquarters-wrapper .flex-box {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .cantact-section .headquarters-wrapper .flex-box ul {
                font-size: 16px
            }

                .cantact-section .headquarters-wrapper .flex-box ul li img {
                    width: 22px;
                    height: 22px;
                    margin-right: 15px
                }

                .cantact-section .headquarters-wrapper .flex-box ul li + li {
                    margin-top: 20px
                }

        .cantact-section .expert-wrapper {
            margin-top: 90px
        }

            .cantact-section .expert-wrapper .title {
                margin-bottom: 30px
            }

            .cantact-section .expert-wrapper ul {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin: 0 -2px
            }

                .cantact-section .expert-wrapper ul li {
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 25%;
                    flex: 0 0 25%;
                    max-width: 25%;
                    padding: 0 2px
                }

                    .cantact-section .expert-wrapper ul li + li {
                        margin-top: 0
                    }

            .cantact-section .expert-wrapper .item {
                position: relative;
                padding: 0 0 100%
            }

                .cantact-section .expert-wrapper .item .cell {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    padding: 0 2.60417vw
                }

                .cantact-section .expert-wrapper .item .name {
                    font-size: 24px;
                    margin-bottom: 30px
                }

                    .cantact-section .expert-wrapper .item .name span {
                        padding: 0 0 15px
                    }

                .cantact-section .expert-wrapper .item .edit {
                    font-size: 14px;
                    line-height: 40px
                }

        .cantact-section .contact-wrapper {
            margin-top: 100px
        }

            .cantact-section .contact-wrapper .summary {
                line-height: 200%;
                max-width: 726px
            }

            .cantact-section .contact-wrapper .form-control {
                font-size: 16px
            }

            .cantact-section .contact-wrapper .form {
                margin-top: 60px
            }

                .cantact-section .contact-wrapper .form .form-group {
                    margin-bottom: 0
                }

                .cantact-section .contact-wrapper .form .row {
                    margin: -2px
                }

                    .cantact-section .contact-wrapper .form .row [class*=col] {
                        padding: 2px
                    }

                .cantact-section .contact-wrapper .form textarea.form-control {
                    padding: 20px
                }

            .cantact-section .contact-wrapper .button-group {
                margin-top: 4px;
                text-align: right
            }

            .cantact-section .contact-wrapper .button {
                width: 175px;
                font-size: 16px
            }

    .theme-dark #header {
        height: 100px
    }

        .theme-dark #header .global-header {
            background: #fff
        }

        .theme-dark #header .global-header-nav-item > a {
            color: #1a1a1a
        }

    .detail-section {
        padding: 70px 0
    }

        .detail-section .title {
            font-size: 40px;
            margin-bottom: 25px
        }

        .detail-section .info {
            margin-bottom: 60px
        }

            .detail-section .info span {
                font-size: 14px;
                margin-right: 40px
            }

                .detail-section .info span img {
                    width: 22px;
                    height: 22px
                }

        .detail-section .paging-v2 {
            margin-top: 60px
        }
}

.welfare-section {
    background: #fff;
    padding: 20px 15px
}

    .welfare-section .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .welfare-section .con {
        margin-top: 20px
    }

        .jop-section .list .item .name, .welfare-section .con .title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px
        }

        .welfare-section .con .summary {
            line-height: 24px
        }

@media (min-width:1024px) {
    .welfare-section {
        padding: 0
    }

        .welfare-section .con, .welfare-section .flex-box {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .welfare-section .flex-box .fl {
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1
            }

            .welfare-section .flex-box .fr {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 63.33333vw;
                flex: 0 0 63.33333vw
            }

        .welfare-section .con {
            margin: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            padding: 0 4.6875vw;
            height: 100%
        }

            .welfare-section .con .title {
                font-size: 40px;
                margin-bottom: 55px;
                line-height: 1
            }

            .welfare-section .con .summary {
                line-height: 28px
            }
}

.jop-section {
    background: #fff;
    padding: 20px 0
}

    .jop-section .paging {
        margin-top: 20px
    }

    .jop-section .list {
        margin: -7.5px
    }

        .jop-section .list li {
            padding: 7.5px
        }

        .jop-section .list .item {
            background: #f5f7f9;
            padding: 20px 10px;
            display: block
        }

            .jop-section .list .item .name {
                font-size: 18px
            }

            .jop-section .list .item .intro {
                font-size: 14px
            }

                .jop-section .list .item .intro .flex-box + .flex-box {
                    margin-top: 6px
                }

                .jop-section .list .item .intro .flex-box span:first-child {
                    font-weight: 700;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 70px;
                    flex: 0 0 70px;
                    text-align: right
                }

            .jop-section .list .item .button-group {
                text-align: right
            }

            .jop-section .list .item .more {
                position: relative;
                color: #666;
                display: -webkit-inline-box;
                display: -ms-inline-flexbox;
                display: inline-flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                height: 38px;
                line-height: 1
            }

                .jop-section .list .item .more:after {
                    content: '';
                    position: absolute;
                    height: 4px;
                    background: #d0121b;
                    width: 0%;
                    bottom: 0;
                    left: 0;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                .jop-section .list .item .more .iconfont {
                    color: inherit;
                    font-size: inherit;
                    margin-left: 5px
                }

@media (min-width:1024px) {
    .jop-section {
        padding: 100px 0
    }

        .jop-section .paging {
            margin-top: 80px
        }

        .jop-section .list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            margin: -15px
        }

            .jop-section .list li {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
                max-width: 33.33333%;
                padding: 15px
            }

            .jop-section .list .item {
                padding: 3.125vw 2.08333vw
            }

                .jop-section .list .item .title {
                    margin-bottom: 30px
                }

                .jop-section .list .item .button-group, .jop-section .list .item .intro .flex-box + .flex-box {
                    margin-top: 10px
                }

                .jop-section .list .item .more {
                    height: 48px;
                    font-size: 16px
                }

                    .jop-section .list .item .more .iconfont {
                        margin-left: 50px
                    }
}

.section-jopDetail .breadcrumbs {
    background: #f5f5f5;
    margin: 0
}

    .section-jopDetail .breadcrumbs ul a, .section-jopDetail .breadcrumbs ul li + li::before {
        color: #333
    }

.section-jopDetail .hd {
    padding: 20px 0;
    background: #f5f5f5
}

    .section-jopDetail .hd .title {
        font-weight: 700;
        color: #d0121b;
        font-size: 20px;
        margin-bottom: 20px
    }

    .section-jopDetail .hd .desc, .section-nav ul li.active a, .section-product .nav-tabs li.active a {
        color: #d0121b
    }

        .section-jopDetail .hd .desc span {
            padding: 0 10px;
            border-right: 1px solid #d0121b;
            line-height: 1;
            display: inline-block
        }

            .section-jopDetail .hd .desc span:last-child {
                border-right: none;
            }

            .section-jopDetail .hd .desc span:first-child, .section-nav ul li:first-child {
                padding-left: 0 !important
            }

.section-jopDetail .bd {
    background: #fff;
    padding: 20px 0
}

    .section-jopDetail .bd .title {
        font-weight: 700;
        font-size: 18px;
        margin-bottom: 20px;
        color: #d0121b
    }

    .section-jopDetail .bd .edit {
        line-height: 24px
    }

    .section-jopDetail .bd .item + .item {
        margin-top: 30px
    }

    .section-jopDetail .bd .button {
        background: #f5f7f9;
        color: #d0121b;
        padding: 0 30px;
        height: 52px;
        margin-top: 20px
    }

        .section-jopDetail .bd .button:hover {
            background: #d5dee6
        }

        .section-jopDetail .bd .button .iconfont {
            margin-right: 10px;
            font-size: 14px
        }

.section-nav {
    height: 40px;
    overflow-y: hidden;
    background: #e6e6e6
}

    .section-nav .scroll {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%
    }

    .section-nav ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 40px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .section-nav ul li {
            line-height: 1;
            padding: 0 10px;
            border-right: 1px solid #ccc
        }

            .section-nav ul li:last-child {
                border-right: none
            }

            .section-nav ul li a {
                white-space: nowrap;
                display: inline-block;
                font-weight: 700
            }

.section-about__intro, .section-about__product {
    padding: 20px 0
}

    .section-about__intro .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .section-about__intro .flex-box h2 {
            white-space: nowrap
        }

        .section-about__intro .flex-box .summary {
            line-height: 200%
        }

    .section-about__product .list > li + li {
        margin-top: 15px
    }

    .section-about__product .item {
        background: #f5f7f9;
        padding: 20px
    }

        .section-about__intro .flex-box h2, .section-about__product .item .title {
            font-weight: 700;
            margin-bottom: 20px;
            font-size: 20px
        }

        .section-about__product .item .type {
            list-style: initial;
            padding-left: 20px
        }

            .section-about__product .item .type li + li {
                margin-top: 10px
            }

.section-about__idea {
    padding: 20px 15px;
    background: #f5f7f9
}

    .section-about__idea .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .section-about__idea .con {
        padding: 20px 0 0
    }

.section-about__certification, .section-about__framework, .section-about__show {
    padding: 20px 0
}

    .section-about__framework .title, .section-about__idea .con .title {
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 20px
    }

    .section-about__framework .framework-wrapper {
        display: none
    }

        .section-about__framework .framework-wrapper .en {
            font-size: 16px;
            line-height: 1;
            margin-bottom: 10px;
            text-align: center
        }

        .section-about__framework .framework-wrapper .zh {
            font-style: italic;
            color: #2a2e2e;
            font-size: 16px;
            line-height: 1;
            font-weight: 700;
            text-align: center
        }

        .section-about__framework .framework-wrapper .boss {
            position: relative;
            width: 230px;
            padding: 25px 0;
            background: #f2f3f5;
            margin: 0 auto 32px
        }

            .section-about__framework .framework-wrapper .boss:after {
                content: '';
                position: absolute;
                width: 2px;
                height: 32px;
                background: #d8d9dc;
                top: 100%;
                left: 50%;
                -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
                z-index: 3
            }

        .section-about__framework .framework-wrapper .list {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-top: 32px
        }

            .section-about__framework .framework-wrapper .list:before {
                content: '';
                position: absolute;
                left: 115px;
                right: 115px;
                top: 0;
                height: 2px;
                background: #d8d9dc
            }

            .section-about__framework .framework-wrapper .list li {
                position: relative;
                width: 230px;
                padding: 25px 0;
                background: #f2f3f5;
                cursor: pointer
            }

                .section-about__framework .framework-wrapper .list li.active {
                    background: #fff;
                    -webkit-transition: all .3s;
                    transition: all .3s
                }

                .section-about__framework .framework-wrapper .list li:before {
                    content: '';
                    position: absolute;
                    left: 50%;
                    -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
                    height: 32px;
                    width: 2px;
                    background: #d8d9dc;
                    bottom: 100%
                }

        .section-about__framework .framework-wrapper .list-content {
            margin-top: 40px
        }

            .section-about__framework .framework-wrapper .list-content .cell {
                background: #fbfbfb;
                padding: 50px 30px;
                display: none
            }

                .section-about__framework .framework-wrapper .list-content .cell.active, .section-about__framework .framework-wrapper__mobile {
                    display: block
                }

                    .section-about__framework .framework-wrapper .list-content .cell ul, .section-about__framework .framework-wrapper__mobile li .heroCollapse ul {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -ms-flex-wrap: wrap;
                        flex-wrap: wrap
                    }

                        .section-about__certification .swiper-slide .btn, .section-about__framework .framework-wrapper .list-content .cell ul li {
                            display: -webkit-inline-box;
                            display: -ms-inline-flexbox;
                            display: inline-flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center;
                            -webkit-box-pack: center;
                            -ms-flex-pack: center;
                            justify-content: center
                        }

                        .section-about__framework .framework-wrapper .list-content .cell ul li {
                            font-size: 16px;
                            color: #000;
                            padding: 0 15px;
                            min-width: 230px;
                            margin-right: 20px;
                            margin-bottom: 20px;
                            background: #f2f3f5;
                            font-style: italic;
                            height: 55px
                        }

                    .section-about__framework .framework-wrapper__mobile li .name {
                        height: 70px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                        padding: 0 20px
                    }

                        .section-about__framework .framework-wrapper__mobile li .name .iconfont {
                            margin-left: auto;
                            -webkit-transform: rotate(90deg);
                            transform: rotate(90deg)
                        }

                        .section-about__framework .framework-wrapper__mobile li .name[aria-expanded=true] .iconfont, .section-server__question .panel-header[aria-expanded=true] .suffix .iconfont {
                            -webkit-transform: rotate(-90deg);
                            transform: rotate(-90deg)
                        }

                    .section-about__framework .framework-wrapper__mobile li .heroCollapse {
                        padding: 20px
                    }

                        .section-about__framework .framework-wrapper__mobile li .heroCollapse ul li {
                            background: #f2f3f5;
                            padding: 0 30px;
                            height: 28px;
                            margin-right: 10px;
                            margin-bottom: 10px
                        }

                            .section-about__framework .framework-wrapper__mobile li .heroCollapse ul li span {
                                font-size: 14px;
                                color: #000;
                                font-weight: 700;
                                font-style: italic;
                                white-space: nowrap
                            }

    .section-about__certification .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .section-about__certification .swiper-slide {
        position: relative;
        width: 60%;
        background: #f5f7f9;
        padding: 15px
    }

        .section-about__certification .swiper-slide .btn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 30px;
            height: 30px;
            cursor: pointer
        }

            .section-about__certification .swiper-slide .btn .iconfont {
                font-size: 20px;
                color: #999
            }

        .section-about__certification .swiper-slide .text {
            position: relative;
            padding-right: 30px;
            font-size: 14px;
            font-weight: 700;
            margin-top: 15px
        }

    .section-about__show .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

@media (min-width:1024px) {
    .section-about__certification, .section-about__show {
        padding: 0 0 100px
    }

        .section-about__show .title {
            font-size: 40px;
            margin-bottom: 50px
        }

        .section-about__certification .title {
            font-weight: 40px;
            margin-bottom: 60px
        }

        .section-about__certification .swiper-slide {
            width: 20%;
            padding: 30px
        }

            .section-about__certification .swiper-slide img {
                display: block;
                max-width: 180px;
                margin: 0 auto
            }

            .section-about__certification .swiper-slide .text {
                margin-top: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap
            }

            .section-about__certification .swiper-slide .btn {
                top: 50%;
                bottom: auto;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

    .section-about__framework {
        padding: 100px 0
    }

        .section-about__framework .title, .section-about__idea .con .title {
            font-size: 40px;
            margin-bottom: 60px
        }

        .section-about__framework .framework-wrapper {
            display: block
        }

        .section-about__framework .framework-wrapper__mobile {
            display: none
        }

    .section-about__idea {
        padding: 0
    }

        .section-about__idea .flex-box {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .section-about__idea .fl, .section-about__idea .fr {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }

        .section-about__idea .con {
            padding-left: 9.375vw
        }

            .section-about__idea .con .title {
                line-height: 1
            }

    .section-about__product {
        padding: 20px 0 80px
    }

        .section-about__product .list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0 -2px
        }

            .section-about__product .list > li {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
                max-width: 33.33333%;
                padding: 0 2px
            }

                .section-about__product .list > li + li {
                    margin-top: 0
                }

        .section-about__product .item {
            padding: 96px 50px 50px;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column
        }

            .section-about__product .item .title {
                margin-bottom: 60px
            }

            .section-about__product .item .type {
                margin-bottom: 30px
            }

                .section-about__product .item .type a:hover {
                    color: #d0121b
                }

            .section-about__product .item .image-wrapper {
                margin: auto auto 0;
                max-width: 430px
            }

    .section-nav, .section-nav ul {
        height: 60px
    }

        .section-nav ul li {
            padding: 0 40px
        }

    .section-jopDetail .hd {
        padding: 60px 0 30px
    }

        .section-jopDetail .hd .title {
            font-size: 40px;
            line-height: 1;
            margin-bottom: 30px
        }

    .section-about__intro, .section-jopDetail .bd {
        padding: 100px 0
    }

        .section-jopDetail .bd .title {
            margin-bottom: 40px
        }

        .section-jopDetail .bd .edit {
            line-height: 30px
        }

        .section-jopDetail .bd .item + .item {
            margin-top: 60px
        }

        .section-jopDetail .bd .button {
            margin-top: 40px
        }

            .section-jopDetail .bd .button .iconfont {
                font-size: 20px
            }

        .section-about__intro .flex-box {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row
        }

            .section-about__intro .flex-box h2 {
                font-size: 40px;
                margin-bottom: 0;
                padding-top: 5px
            }

            .section-about__intro .flex-box .summary {
                margin-left: auto;
                max-width: 55.3125vw
            }

    .section-server__intro {
        padding: calc(25px) 0 0
    }

        .section-server__intro .fl {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
            flex: 0 0 70%
        }

            .section-server__intro .fl .con .summary {
                max-width: 643px
            }

        .section-server__intro .fr {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%
        }
}

.section-server__question {
    padding: 20px 0
}

    .section-server__question .title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px
    }

    .section-server__question .panel {
        margin-bottom: 2px
    }

    .section-server__question .panel-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .section-about__framework .framework-wrapper__mobile li .heroCollapse ul li, .section-product .nav-tabs li a, .section-server__question .panel-header span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

        .section-server__question .panel-header .prefix {
            width: 50px;
            height: 50px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #d0121b
        }

            .section-server__question .panel-header .prefix .iconfont {
                color: #fff
            }

        .section-server__question .panel-header .name {
            font-size: 14px;
            color: #000;
            font-weight: 500;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            width: 1%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding: 0 10px;
            background: #f5f7f9
        }

        .section-server__question .panel-header .suffix {
            width: 50px;
            height: 50px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #d0121b
        }

            .section-server__question .panel-header .suffix .iconfont {
                color: #fff;
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg)
            }

    .section-server__question .heroCollapse {
        background: #f5f7f9;
        padding: 15px
    }

        .section-server__question .heroCollapse .edit {
            color: #898989;
            line-height: 200%
        }

@media (min-width:1024px) {
    .section-server__question {
        padding: 110px 0
    }

        .section-server__question .title {
            font-size: 40px;
            margin-bottom: 70px
        }

        .section-server__question .panel-header .prefix {
            width: 70px;
            height: 70px
        }

            .section-server__question .panel-header .prefix .iconfont, .section-server__question .panel-header .suffix .iconfont {
                font-size: 20px
            }

        .section-server__question .panel-header .name {
            padding: 0 24px
        }

        .section-server__question .panel-header .suffix {
            width: 70px;
            height: 70px
        }

        .section-server__question .heroCollapse {
            padding: 50px
        }

            .section-server__question .heroCollapse .edit {
                max-width: 1390px;
                margin: 0 auto
            }
}

.section-product {
    padding: 0 0 20px
}

    .section-product .tab-header {
        height: 44px;
        overflow: hidden
    }

    .section-product .scroll {
        width: 100%;
        overflow-x: auto;
        margin-bottom: 20px;
        height: 50px;
        overflow-y: hidden
    }

    .section-product .list, .section-product .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

        .section-product .nav-tabs li {
            margin-right: 15px
        }

            .section-product .nav-tabs li a {
                font-size: 14px;
                font-weight: 700;
                color: #515151;
                white-space: nowrap;
                height: 44px
            }

    .section-product .list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -5px
    }

        .section-product .list li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            width: 50%;
            padding: 5px
        }

        .section-product .list .item {
            display: block;
            background: #fff;
            padding: 15px;
            height: 100%
        }

            .section-product .list .item:hover {
                -webkit-box-shadow: 3px 2px 4px 1px rgba(0,0,0,.1);
                box-shadow: 3px 2px 4px 1px rgba(0,0,0,.1)
            }

                .section-product .list .item:hover img {
                    -webkit-transform: scale(1.2);
                    transform: scale(1.2)
                }

            .section-product .list .item .summary {
                color: #d0121b;
                text-align: center;
                font-weight: 700
            }

            .section-product .list .item .name {
                font-size: 16px;
                text-align: center;
                font-weight: 700;
                margin-top: 20px
            }

    .section-product .paging {
        margin-top: 20px
    }

@media (min-width:1024px) {
    .section-product {
        padding: 0 0 100px
    }

        .section-product .tab-header {
            padding: 30px 0;
            -webkit-box-sizing: content-box;
            box-sizing: content-box
        }

        .section-product .nav-tabs li {
            margin-right: 60px
        }

            .section-product .nav-tabs li a {
                font-size: 18px
            }

        .section-product .paging {
            margin-top: 80px
        }

        .section-product .list {
            margin: -10px
        }

            .section-product .list li {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                width: 25%;
                padding: 10px
            }

            .section-product .list .item {
                padding: 0 30px 100px;
                cursor: pointer
            }

                .section-product .list .item .con {
                    padding-top: 30px
                }

                .section-product .list .item .name {
                    margin-top: 30px;
                    font-size: 20px
                }
}

.product-layout {
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2050;
    outline: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    will-change: auto;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .product-layout .wrapper {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        padding: 30px 15px 114px
    }

        .product-layout .wrapper::-webkit-scrollbar {
            display: none !important;
            width: 0;
            height: 0
        }

    .product-layout .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .product-layout .flex-box .fr {
            margin: 0
        }

            .product-layout .flex-box .fr .con {
                padding: 20px 0 0
            }

                .product-layout .flex-box .fr .con .title {
                    font-weight: 700;
                    margin-bottom: 20px;
                    color: #333;
                    font-size: 16px
                }

                .product-layout .flex-box .fr .con .desc {
                    color: gray
                }

                    .product-layout .flex-box .fr .con .desc li {
                        line-height: 24px;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex
                    }

                        .product-layout .flex-box .fr .con .desc li span:first-child {
                            white-space: nowrap;
                        }

    .product-layout .swiper-slide {
        position: relative;
        padding-bottom: 100%
    }

        .product-layout .swiper-slide img {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%
        }

    .product-layout .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        border: 1px solid #d0121b
    }

        .product-layout .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #d0121b
        }

    .product-layout .close {
        position: absolute;
        top: 25px;
        right: 25px;
        width: 30px;
        height: 30px;
        z-index: 10;
        background: #d0121b;
        border-radius: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .product-layout .close .iconfont {
            color: #fff;
            font-size: 15px;
            font-weight: 700
        }

    .product-layout .actions {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 48px;
        color: #fff;
        z-index: 10
    }

        .product-layout .actions .btn, .product-layout .actions .current {
            height: 48px;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: #d0121b
        }

        .product-layout .actions .current {
            text-align: center;
            color: #fff;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            border-left: 2px solid #fff;
            border-right: 2px solid #fff
        }

        .product-layout .actions .btn {
            width: 72px
        }

            .product-layout .actions .btn .iconfont {
                color: #fff
            }

.layout-open .product-layout {
    -webkit-transform: translateX(0%);
    transform: translateX(0%)
}

@media (min-width:1024px) {
    .product-layout .close {
        width: 55px;
        height: 55px;
        top: 50px;
        right: 80px
    }

        .product-layout .close .iconfont {
            font-size: 25px
        }

    .product-layout .wrapper {
        padding: 0
    }

    .product-layout .flex-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        min-height: 100%
    }

        .product-layout .flex-box .fl, .product-layout .flex-box .fr {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

        .product-layout .flex-box .fl {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center
        }

            .product-layout .flex-box .fl .swiper-container {
                width: 50%
            }

        .product-layout .flex-box .fr {
            background: #f5f5f5;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            height: 100%
        }

            .product-layout .flex-box .fr .con {
                padding: 0 9.79167vw;
                margin-top: -100px
            }

                .product-layout .flex-box .fr .con .title {
                    font-size: 30px;
                    margin-bottom: 70px
                }

                .product-layout .flex-box .fr .con .desc li + li {
                    margin-top: 25px
                }

    .product-layout .actions {
        width: auto;
        right: 0;
        left: auto;
        height: 72px
    }

        .product-layout .actions .btn {
            height: 72px;
            cursor: pointer
        }

            .product-layout .actions .btn .iconfont {
                font-size: 25px
            }

        .product-layout .actions .current {
            padding: 0 30px;
            height: 72px;
            font-size: 16px
        }
}
