.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: 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: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-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: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, 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: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, 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: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, 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: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -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: 50%;
    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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")
}

.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 xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.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: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top .2s, -webkit-transform .2s;
    transition: top .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s top;
    transition: transform .2s, top .2s;
    transition: transform .2s, top .2s, -webkit-transform .2s
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left .2s, -webkit-transform .2s;
    transition: left .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s left;
    transition: transform .2s, left .2s;
    transition: transform .2s, left .2s, -webkit-transform .2s
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right .2s, -webkit-transform .2s;
    transition: right .2s, -webkit-transform .2s;
    -o-transition: .2s transform, .2s right;
    transition: transform .2s, right .2s;
    transition: transform .2s, right .2s, -webkit-transform .2s
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.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-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: 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-slide-zoomed {
    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%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%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 viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-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-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.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-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.official-topbar-container {
    position: relative;
    width: 100%;
    background-color: #f1f2f3
}

.official-topbar-container .topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 66px;
    position: relative;
    line-height: 66px;
    margin: 0 auto
}

.official-topbar-container .topbar .left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.official-topbar-container .topbar .left .com {
    height: 32px;
    margin-right: 20px
}

.official-topbar-container .topbar .left .cn {
    height: 32px;
    margin-right: 10px
}

.official-topbar-container .topbar .right {
    display: flex;
    justify-content: end;
    align-items: center
}

.official-topbar-container .topbar .right .search {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    position: relative
}

.official-topbar-container .topbar .right .search .input {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    border: 1px solid #ddd;
    font-size: 12px;
    outline: none;
    color: #999;
    background-color: #f1f2f3
}

.official-topbar-container .topbar .right .search .input::-ms-clear {
    display: none
}

.official-topbar-container .topbar .right .search .input:valid+.clear {
    display: inline
}

.official-topbar-container .topbar .right .search .input::placeholder {
    color: #999
}

.official-topbar-container .topbar .right .search .clear {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 90px;
    transform: translateY(-50%);
    background: url(//file.baixing.net/202106/f74265c45ac545d77010354d33397bb0.png) no-repeat;
    background-size: cover;
    outline: none;
    cursor: pointer
}

.official-topbar-container .topbar .right .search .search-btn {
    border: 1px solid #ddd;
    padding: 0;
    margin: 0 0 0 -1px;
    height: 30px;
    line-height: 30px;
    background-color: #f0f0f0;
    width: 80px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.official-topbar-container .topbar .right .search .search-btn .search-icon {
    width: 15px;
    height: 15px
}

.official-topbar-container .topbar .right .link-right {
    line-height: 18px;
    padding-left: 16px;
    font-size: 12px;
    color: #666
}

.official-topbar-container .topbar .right .link-right:hover {
    color: #666 !important
}

.official-topbar-container .topbar .right .link-right+.link-right {
    margin-left: 16px;
    border-left: 1px solid silver
}

.official-info-phone-container {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.official-info-phone-container .official-info-qa {
    width: 72px;
    height: 72px;
    margin-left: 26px;
    object-fit: contain
}

.official-info-phone-container .official-info-phone-block {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative
}

.official-info-phone-container .official-info-phone-block .hot-link {
    display: inline-block;
    margin-bottom: 4px;
    line-height: 28px;
    color: #212121;
    font-size: 14px
}

.official-info-phone-container .official-info-phone-block .hot-link .hot-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: text-bottom
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 154px;
    margin-right: -3px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #336fff;
    cursor: pointer;
    letter-spacing: 1
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num .icon {
    width: 16px;
    margin-right: 6px
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num .line {
    display: inline-block;
    width: 12px;
    height: 3px;
    background: #336fff;
    font-weight: 700
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num-box {
    position: relative
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num-box.hide {
    display: none
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num-tip {
    box-sizing: border-box;
    width: 154px;
    padding: 0 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(0) translateY(110%);
    line-height: 30px;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #ffacbb;
    background: #fff9fa;
    z-index: 100
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num-tip .tip-text {
    color: #b9346b
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num-tip.hide {
    display: none
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num-tip .triangle {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 12px
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num-tip .triangle em {
    position: absolute;
    width: 0;
    height: 0;
    border: 10px dashed transparent;
    border-bottom-color: #ffacbb;
    left: 10px;
    top: -20px
}

.official-info-phone-container .official-info-phone-block .official-info-phone-num-tip .triangle span {
    position: absolute;
    width: 0;
    height: 0;
    border: 10px dashed transparent;
    border-bottom-color: #fff9fa;
    left: 10px;
    top: -19px
}

.official-info-phone-container .official-info-phone-block .official-info-phone-400-action {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.official-info-phone-container .official-info-phone-block .official-info-phone-400-action.hide {
    display: none
}

.official-info-phone-container .official-info-phone-block .official-info-phone-400-action .btn {
    padding: 0 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    background: #f46;
    outline: none;
    border: none
}

.official-info-container {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0
}

.official-info-container .official-info-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    height: 98px;
    margin: 0 auto
}

.official-info-container .official-info-content.sem-2 {
    height: 50px
}

.official-info-container .official-info-content .left {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.official-info-container .official-info-content .left .logo {
    height: 88px;
    max-width: 191px;
    margin-right: 15px
}

.official-info-container .official-info-content .left .line {
    width: 6px;
    height: 56px;
    margin-right: 20px;
    background: url(//file.baixing.net/202204/2ab2976101a2a512594763fff397d790.png) no-repeat 50%/cover
}

.official-info-container .official-info-content .left .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.official-info-container .official-info-content .left .text .title {
    font-size: 28px;
    font-weight: 700
}

.official-info-container .official-info-content .left .text .subtitle {
    margin-top: 7px;
    font-size: 16px;
    color: #646464
}

.official-nav-container {
    position: relative;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2)
}

.official-nav-content {
    display: flex;
    align-items: center;
    width: 1200px;
    margin: 0 auto
}

.official-nav-content * {
    box-sizing: border-box
}

.official-nav-content .nav-item-box {
    flex: 1;
    max-width: 240px
}

.official-nav-content .hover-box {
    width: 123px;
    position: relative
}

.official-nav-content .hover-box:hover .nav-item {
    font-weight: 700
}

.official-nav-content .hover-box:hover .nav-dropdown {
    transform: scale(1);
    opacity: 1
}

.official-nav-content .hover-box .nav-item {
    display: block;
    height: 50px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff
}

.official-nav-content .hover-box .nav-item .active-flag {
    display: none;
    width: 120px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.official-nav-content .hover-box .nav-item.active {
    color: #ff4365;
    font-weight: 700
}

.official-nav-content .hover-box .nav-item.active .active-flag {
    display: block
}

.official-nav-content .hover-box .nav-dropdown {
    width: 123px;
    opacity: 0;
    transition: all .3s;
    transform-origin: center top;
    position: absolute;
    top: 100%;
    left: 0;
    transform: scaleY(0);
    z-index: 9999;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .2)
}

.official-nav-content .hover-box .nav-dropdown .nav-dropdown-item {
    display: block;
    width: 123px;
    line-height: 50px;
    padding: 0 10px;
    text-align: center;
    color: #fff
}

.official-nav-content .hover-box .nav-dropdown .nav-dropdown-item:hover {
    font-weight: 700
}

.official-nav-content .hover-box .nav-dropdown .nav-line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .3
}

.footer {
    padding: 30px 0 25px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857
}

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

.footer .copyright {
    margin-bottom: 16px;
    color: #666
}

.footer .copyright .copy-icon {
    font-size: 20px;
    position: relative;
    top: 2px
}

.footer .icp-number {
    margin-bottom: 0px;
    color: #999;
    font-size: 12px
}

.footer .icp-number a,
.footer .icp-number a:focus,
.footer .icp-number img {
    outline: 0
}

.footer .icp-number a:hover {
    color: #f46;
    text-decoration: underline
}

.footer .gongan-line .bg-gj {
    display: inline-block;
    height: 38px;
    margin: 0 3px;
    background-image: url(2cfbde5600711b8e9defedeb458c7e94.png);
    background-repeat: no-repeat
}

.footer .gongan-line .bg-dianping {
    width: 38px;
    background-image: url(fcb5f5beaa83d8f29d961a67f900302f.jpg);
    background-size: 95%;
    background-position: 50%;
    border: 1px solid #f0f0f0;
    border-radius: 2px
}

.footer .gongan-line .bg-jubao {
    width: 82px;
    background-image: url(faea9c277e643d4e1c4d93f3fa82bfee.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px solid #f0f0f0;
    border-radius: 2px
}

.footer .gongan-line .bg-jubao2 {
    width: 98px;
    background-position: 0 -76px
}

.footer .gongan-line .bg-gongshang {
    width: 98px;
    background-position: 0 -114px
}

.footer .gongan-line .bg-zhengxin {
    width: 82px;
    background-position: 0 -152px
}

#baixing:hover {
    font-weight: 700
}

#bax {
    width: 70px;
    height: 78px
}

.customer-service {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 999;
    width: 70px
}

.customer-service .group_bottom {
    background: #fff
}

.customer-service .customer-service__group {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05)
}

.customer-service .customer-service__group .service-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 75px;
    cursor: pointer;
    position: relative;
    margin-bottom: 4px
}

.customer-service .customer-service__group .service-item:last-child {
    border-bottom: none
}

.customer-service .customer-service__group .service-item:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 100%;
    left: -50px;
    bottom: 0;
    display: none
}

.customer-service .customer-service__group .service-item .baixing-baozhang {
    width: 19px !important;
    height: 22px !important
}

.customer-service .customer-service__group .service-item .bax {
    color: #409eff
}

.customer-service .customer-service__group .service-name {
    font-size: 14px;
    text-align: center
}

.customer-service .customer-service__group .service-logo {
    width: 30px;
    height: 30px;
    margin-bottom: 5px
}

.customer-service .customer-service__group .service-logo.kf53 {
    background: url(//file.baixing.net/202111/b8072a92b3694ae147eafeae4c86b071.png) no-repeat 50%/100% 100%
}

.customer-service .customer-service__group .service-logo.bax {
    background: url(//file.baixing.net/publicity-fe/static/assets/safe-pc-feedback.png) no-repeat 50%/100%
}

.customer-service .customer-service__group .service-logo.qq {
    background: url(//file.baixing.net/202102/18462324f0fffdb03b4f3a82da6b4be6.png) no-repeat 50%/100% 100%
}

.customer-service .customer-service__group .service-logo.mobile {
    background: url(//file.baixing.net/202102/2a1a28b5fb72e227b0178c341341addd.png) no-repeat 50%/100%
}

.customer-service .customer-service__group .service-logo.wechat {
    background: url(//file.baixing.net/202102/a278452bf26c6a6b4b870c69d2bcd615.png) no-repeat 50%/100%
}

.customer-service .customer-service__group .service-item:hover .service-modal,
.customer-service .customer-service__group .service-item:hover:before {
    display: block
}

.customer-service .customer-service__group .service-item:hover .kf53 {
    background: url(//file.baixing.net/202111/6bb9caf88a177d963031d2e087fbb27f.png) no-repeat 50%/100% 100%
}

.customer-service .customer-service__group .service-item:hover .qq {
    background: url(//file.baixing.net/202102/b35eae79d56d8081f3c029e3e06c5040.png) no-repeat 50%/100% 100%
}

.customer-service .customer-service__group .service-item:hover .mobile {
    background: url(//file.baixing.net/202102/274fb15f6bf4bf0cb1567d1fead4be0b.png) no-repeat 50%/100%
}

.customer-service .customer-service__group .service-item:hover .wechat {
    background: url(//file.baixing.net/202102/ba8009496bfbdbe07f62ab855d1b9980.png) no-repeat 50%/100%
}

.customer-service .customer-service__group .service-modal {
    display: none;
    position: absolute;
    background-color: #fff;
    right: calc(100% + 20px);
    top: 50%;
    padding: 27px 25px;
    transform: translateY(-50%);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    cursor: auto
}

.customer-service .customer-service__group .service-modal:after {
    content: "";
    background-color: #fff;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -5px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.customer-service .customer-service__group .service-modal__bax {
    margin-bottom: 12px
}

.customer-service .customer-service__group .service-modal__bax>div {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px
}

.customer-service .customer-service__group .service-modal__bax .bax-number {
    color: #409eff
}

.customer-service .customer-service__group .service-modal__bax .bax-btn {
    cursor: pointer;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 26px;
    background-color: #5799ff;
    border-radius: 2px
}

.customer-service .customer-service__group .service-modal__bax .bax-btn .bax-link .bax-text {
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #fff;
    line-height: 12px
}

.customer-service .customer-service__group .service-modal__bax .click-copy {
    margin-top: 20px;
    color: #426ce8;
    border: 1px solid #426ce8;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.customer-service .customer-service__group .service-modal__qq:not(:last-child) {
    margin-bottom: 20px
}

.customer-service .customer-service__group .service-modal__qq .qq-name {
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    width: 100px
}

.customer-service .customer-service__group .service-modal__qq .qq-link {
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    text-align: center;
    line-height: 30px;
    background: #426ce8;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.customer-service .customer-service__group .service-modal__qq .qq-link>a {
    display: flex;
    align-items: center;
    color: #fff
}

.customer-service .customer-service__group .service-modal__qq .qq-link>a img {
    width: 16px;
    margin-right: 5px
}

.customer-service .customer-service__group .service-modal__mobile>div,
.customer-service .customer-service__group .service-modal__wechat>div {
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px
}

.customer-service .customer-service__group .service-modal__mobile .mobile-title,
.customer-service .customer-service__group .service-modal__wechat .mobile-title {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 14px;
    color: #666
}

.customer-service .customer-service__group .service-modal__mobile .mobile-number,
.customer-service .customer-service__group .service-modal__wechat .mobile-number {
    margin-top: 5px;
    color: #ff2d38;
    width: 100px;
    text-overflow: ellipsis;
    overflow: hidden
}

.customer-service .customer-service__group .service-modal__mobile .mobile-info-people,
.customer-service .customer-service__group .service-modal__mobile .mobile-info-time,
.customer-service .customer-service__group .service-modal__wechat .mobile-info-people,
.customer-service .customer-service__group .service-modal__wechat .mobile-info-time {
    color: #999;
    font-size: 12px;
    line-height: 12px
}

.customer-service .customer-service__group .service-modal__mobile .mobile-info-people,
.customer-service .customer-service__group .service-modal__wechat .mobile-info-people {
    margin-top: 20px
}

.customer-service .customer-service__group .service-modal__mobile .mobile-info-time,
.customer-service .customer-service__group .service-modal__wechat .mobile-info-time {
    margin-top: 10px
}

.customer-service .customer-service__group .service-modal__mobile .click-copy,
.customer-service .customer-service__group .service-modal__wechat .click-copy {
    margin-top: 20px;
    color: #426ce8;
    border: 1px solid #426ce8;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer
}

.customer-service #back-to-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin-top: 4px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .05);
    cursor: pointer;
    text-align: center
}

.customer-service #back-to-top .back-to-top__icon {
    width: 20px;
    height: 22px;
    margin-bottom: 5px;
    background: url(//file.baixing.net/202205/84b00d3745455524132fe174595f54a1.png) no-repeat 50%/100% 100%
}

.customer-service #back-to-top .back-to-top__text {
    font-size: 12px
}

.customer-service #back-to-top:hover .back-to-top__icon {
    background: url(//file.baixing.net/202205/84b00d3745455524132fe174595f54a1.png) no-repeat 50%/100% 100%
}

#wechat-id-textarea {
    position: absolute;
    left: 99999px
}

div,
p {
    font-family: PingFangSC-Regular, Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5b8b\4f53", sans-serif;
    color: #333
}

body,
div,
p {
    margin: 0;
    padding: 0
}

body {
    background-color: #f1f2f3;
    min-width: 1220px
}

a {
    text-decoration: none;
    cursor: pointer
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

img {
    border: 0
}

dd,
dl,
dt,
li,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

checkbox,
input,
select {
    vertical-align: middle
}

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

.none {
    display: none
}

.only-oneline {
    white-space: nowrap
}

.only-oneline,
.only-twoline {
    overflow: hidden;
    text-overflow: ellipsis
}

.only-twoline {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all
}

.search-crumbs {
    display: flex;
    justify-content: flex-start;
    padding-left: calc(50% - 610px);
    height: 40px;
    line-height: 40px;
    background-color: #fff
}

.search-crumbs p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    font-size: 12px;
    color: #666
}

.search-crumbs p span {
    margin-right: 8px;
    display: inline-block;
    width: 4px;
    height: 14px
}

.search-crumbs ul {
    display: flex
}

.search-crumbs ul li {
    display: inline-block;
    margin-right: 14px;
    position: relative
}

.search-crumbs ul li .right-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
    line-height: 8px;
    position: absolute;
    top: calc(50% - 4px);
    left: -8px
}

.search-crumbs ul li a,
.search-crumbs ul li span {
    display: inline-block;
    font-size: 12px;
    color: #666;
    margin-left: 10px;
    max-width: 255px
}

.news-list {
    background-color: #fff;
    width: 980px
}

.news-list .no-content {
    padding: 15px
}

.news-list .news-item {
    margin: 0 0 23px 20px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #ebebeb
}

.news-list .news-item__inner {
    display: flex;
    align-items: flex-start;
    position: relative;
    font-size: 14px
}

.news-list .news-item__inner:hover .cta-btn {
    border: 1px solid #ff2d38;
    color: #ff2d38
}

.news-list .news-item__inner:hover .cta-btn:after {
    background-color: #ff2d38
}

.news-list .news-item__inner:hover .cta-btn:before {
    border-color: #ff2d38
}

.news-list .news-date {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    width: 80px;
    padding-top: 3px;
    margin-right: 14px;
    background: #f6f6f6;
    border-radius: 0 0 24px 0
}

.news-list .news-date__day {
    font-size: 34px;
    color: #666;
    font-weight: 700
}

.news-list .news-date__year {
    color: #86898e;
    font-size: 14px
}

.news-list .news-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    flex: 1
}

.news-list .news-content__title {
    margin-bottom: 11px;
    font-weight: 700;
    color: #333
}

.news-list .news-content__desc {
    color: #5d5d5d;
    width: 840px
}

.news-list .news-content__cta {
    padding-top: 30px
}

.news-list .news-content__cta .cta-btn {
    display: inline-block;
    border: 1px solid #ccc;
    color: #ccc;
    height: 30px;
    padding: 0 25px;
    line-height: 30px;
    font-size: 12px;
    cursor: pointer;
    position: relative
}

.news-list .news-content__cta .cta-btn:after,
.news-list .news-content__cta .cta-btn:before {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    right: -15px;
    top: calc(50% - 1px);
    z-index: 9;
    background-color: #ccc
}

.news-list .news-content__cta .cta-btn:before {
    height: 6px;
    width: 6px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    transform: rotate(45deg);
    top: calc(50% - 4px)
}

.sidebar .product-contanier {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px
}

.sidebar .product-contanier .product-catogeries-cate {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 222px;
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    margin-right: 0;
    border: 1px solid #efefef;
    border-bottom: transparent
}

.sidebar .product-contanier .product-catogeries-cate a {
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 20px 0;
    text-align: left;
    font-size: 16px;
    width: 175px;
    color: #5d5d5d;
    vertical-align: middle
}

.sidebar .product-contanier .product-catogeries-cate a:last-child {
    border-bottom: transparent
}

.sidebar .product-contanier .product-catogeries-cate a:hover {
    font-weight: 700
}

.sidebar .product-contanier .product-catogeries-cate a .firstIcon {
    display: none;
    position: absolute;
    top: 20px;
    right: 0;
    width: 23px;
    height: 23px
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-height: 341px;
    overflow-x: hidden;
    overflow-y: auto
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container::-webkit-scrollbar {
    width: 11px;
    background-color: #fff
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 10px
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container .border-bot {
    margin: 0 auto;
    width: 175px;
    height: 0;
    border-top: 1px dashed #d4d4d4
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container .cateList {
    margin-left: 24px
}

.sidebar .product-contanier .product-catogeries-cate .all-category {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 17px 20px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px 4px 0 0
}

.sidebar .product-contanier .product-catogeries-cate:last-child {
    width: 0;
    border: 0
}

.sidebar .product-contanier .last-contacts {
    display: inline-block;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 223px;
    height: 76px;
    padding: 15px 0 9px;
    cursor: pointer
}

.sidebar .product-contanier .last-contacts .last-contact-top {
    display: flex;
    justify-content: center
}

.sidebar .product-contanier .last-contacts .last-contact-top .top1 {
    width: 120px;
    height: 13px
}

.sidebar .product-contanier .last-contacts .last-contact-middle {
    font-weight: 700;
    color: #fff;
    font-size: 22px
}

.sidebar .product-contanier .last-contacts .last-contact-bottom {
    font-size: 22px;
    width: 22px;
    height: 22px;
    background: url(//file.baixing.net/202205/3914beb9882f88baa6612f5999ca053a.png) no-repeat 50%/100%
}

.company-card {
    width: 224px;
    height: 250px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-radius: 4px;
    border: 1px solid #efefef
}

.company-card .company-titles {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 7px;
    height: 52px;
    width: 100%;
    background: #f7f7f7
}

.company-card .company-titles .company-logo {
    width: 26px;
    height: 26px;
    margin-right: 6px;
    background-color: #fff;
    overflow: hidden;
    background-size: cover
}

.company-card .company-titles .company-name {
    width: 182px;
    font-size: 14px;
    text-align: left
}

.company-card .company-bottom {
    height: 100%;
    padding: 21px 15px
}

.company-card .company-bottom .company-medals {
    font-size: 12px;
    display: flex;
    justify-content: space-between
}

.company-card .company-bottom .company-medals .medal.shop {
    width: 89px;
    height: 24px
}

.company-card .company-bottom .company-medals .medal.shop img {
    width: 100%;
    height: 100%
}

.company-card .company-bottom .certificate-label {
    color: #333;
    font-size: 12px;
    text-align: center;
    margin: 20px 0 15px;
    position: relative
}

.company-card .company-bottom .certificate-label:after,
.company-card .company-bottom .certificate-label:before {
    content: "";
    height: 1px;
    width: 30%;
    position: absolute;
    background-color: #e8e8e8;
    left: 0;
    top: 50%
}

.company-card .company-bottom .certificate-label:after {
    right: 0;
    left: auto
}

.company-card .company-bottom .certificate-icons {
    display: flex;
    justify-content: space-around
}

.company-card .company-bottom .certificate-icon img {
    width: 17px
}

.company-card .company-bottom .company-tip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 26px
}

.company-card .company-bottom .company-tip .company-shop {
    width: 88px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.company-card .company-bottom .company-tip .company-product {
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #333;
    border: 1px solid #efefef;
    border-radius: 2px;
    background: #f7f7f7
}

.company-card .company-bottom .company-tip .company-product:hover {
    font-weight: 700
}

.my-bullet-active-3 {
    background: #30b015 !important
}

.sidebar #product-swiper {
    padding-bottom: 30px;
    position: relative
}

.sidebar #product-swiper .swiper-wrapper {
    height: auto
}

.sidebar #product-swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%)
}

.sidebar #product-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 3px;
    border-radius: 0;
    margin: 0 5px
}

.sidebar .side-products a.side-product {
    display: block;
    width: 189px;
    border: 1px solid transparent;
    margin-top: 10px
}

.sidebar .side-products a.side-product:hover .product-img img {
    transform: scale(1.05)
}

.sidebar .side-products a.side-product .product-img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 128px
}

.sidebar .side-products a.side-product .product-img img {
    width: 100%;
    height: 100%;
    transition: all 1s
}

.sidebar .side-products a.side-product .product-img.video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    transform: translate(-50%, -50%);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
    background-size: 100%;
    cursor: pointer
}

.sidebar .side-products a.side-product .product-desc {
    width: 100%;
    background-color: #f7f7f7;
    padding: 15px 0
}

.sidebar .side-products a.side-product .product-desc p {
    box-sizing: border-box;
    font-size: 12px;
    margin: 0 13px;
    width: calc(100% - 26px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    color: #5d5d5d
}

.sidebar {
    width: 224px
}

.sidebar .sidebar-item__title {
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    text-align: left;
    width: 100%;
    background: #eaf2ff;
    font-size: 18px;
    border-radius: 4px 4px 0 0;
    border: 1px solid #eee;
    border-bottom: none;
    font-weight: 700
}

.sidebar .sidebar-item__title span {
    display: inline-block
}

.sidebar-item {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .02);
    padding: 15px;
    background-color: #fff;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-top: none;
    border-radius: 0 0 4px 4px
}

.sidebar-item__content {
    onverflow: hidden
}

.sidebar-item .news,
.sidebar-item .side-news-list {
    display: block;
    width: 100%;
    color: #666;
    font-size: 14px;
    margin-top: 14px
}

.sidebar-item .news:first-child,
.sidebar-item .side-news-list:first-child {
    margin-top: 0
}

.page-normal {
    padding-left: 20px;
    text-align: left;
    margin-top: 39px
}

.page-normal .page-item {
    display: inline-block;
    color: #333;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border-radius: 2px
}

.page-normal .page-item:not(:first-child) {
    margin-left: 8px
}

.page-normal .page-item:hover {
    border: none
}

.page-normal .first-pages {
    width: 52px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.page-normal .last-pages {
    width: 72px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.page-normal .page-item:hover {
    color: #fff
}

.my-bullet-active-1 {
    opacity: 1 !important;
    background: #336fff !important
}

.my-bullet-active-2 {
    opacity: 1 !important;
    background: #ef1f1f !important
}

.my-bullet-active-3 {
    opacity: 1 !important;
    background: #6cb436 !important
}

.my-bullet-active-4 {
    opacity: 1 !important;
    background: #bf8452 !important
}

.my-bullet-active-5 {
    opacity: 1 !important;
    background: #343434 !important
}

.banner-content {
    height: 32.8vw;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.banner-content .bg-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: blur(10px)
}

.banner-content #banner-container {
    width: 1200px;
    position: relative;
    height: 300px
}

.banner-content #banner-container .swiper-slide {
    width: 329.4px;
    height: 274px;
    overflow: hidden;
    position: relative;
    border-radius: 4px 4px 0 0
}

.banner-content #banner-container .swiper-slide.video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 32%;
    width: 55px;
    height: 55px;
    transform: translateX(-50%);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
    background-size: 100%;
    cursor: pointer
}

.banner-content #banner-container .swiper-slide img {
    display: block;
    width: 100%;
    height: 219px
}

.banner-content #banner-container .swiper-slide p {
    box-sizing: border-box;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 0 40px;
    line-height: 54px;
    text-align: center;
    color: #333;
    font-size: 16px;
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    text-shadow: 0 0 27px rgba(0, 0, 0, .15)
}

.banner-content #banner-container .swiper-pagination {
    width: 100%;
    bottom: 44px
}

.banner-content #banner-container .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right: 18px;
    background: #fff;
    width: 100px;
    height: 4px;
    border-radius: 0;
    opacity: 1
}

.banner-content #banner-container .swiper-button-prev {
    left: 4%;
    width: 60px;
    height: 60px;
    background: url(//file.baixing.net/202105/05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%
}

.banner-content #banner-container .swiper-button-prev:hover {
    background: url(//file.baixing.net/202108/a74c1d873881392c12a23826cd4e1a37) no-repeat 50%/100%;
    transform: rotate(0)
}

.banner-content #banner-container .swiper-button-next {
    right: 4%;
    width: 60px;
    height: 60px;
    top: 50%;
    background: url(//file.baixing.net/202105/05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%;
    transform: rotate(180deg)
}

.banner-content #banner-container .swiper-button-next:hover {
    background: url(//file.baixing.net/202108/af2916a86a85a940625a4a47c70d5fb3) no-repeat 50%/100%;
    transform: rotate(0)
}

#banner-list {
    width: 100%;
    height: 32.8vw;
    min-height: 343.125px
}

#banner-list .swiper-container,
#banner-list .swiper-container .swiper-wrapper {
    width: 100%
}

#banner-list .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 32.8vw;
    min-height: 343.125px;
    position: relative
}

#banner-list .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%
}

#banner-list .swiper-container .swiper-pagination-bullets {
    bottom: 44px
}

#banner-list .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 100px;
    height: 4px;
    margin-right: 18px;
    background: #fff;
    border-radius: 0;
    opacity: 1
}

#banner-list .swiper-container .swiper-button-prev {
    left: 4%;
    width: 60px;
    height: 60px;
    background: url(//file.baixing.net/202105/05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%
}

#banner-list .swiper-container .swiper-button-prev:hover {
    background: url(//file.baixing.net/202108/a74c1d873881392c12a23826cd4e1a37) no-repeat 50%/100%;
    transform: rotate(0)
}

#banner-list .swiper-container .swiper-button-next {
    right: 4%;
    width: 60px;
    height: 60px;
    top: 50%;
    background: url(//file.baixing.net/202105/05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%;
    transform: rotate(180deg)
}

#banner-list .swiper-container .swiper-button-next:hover {
    background: url(//file.baixing.net/202108/af2916a86a85a940625a4a47c70d5fb3) no-repeat 50%/100%;
    transform: rotate(0)
}

#banner-list .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #000
}

#banner-list .video-wrapper video {
    flex: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9
}

#banner-list .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer
}

#banner-list .video-cover img {
    width: 100%;
    height: 100%
}

#banner-list .video-cover:after {
    content: "";
    position: absolute;
    left: calc(50% - 28px);
    top: calc(50% - 28px);
    width: 55px;
    height: 55px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
    background-size: 100%;
    cursor: pointer
}

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

.product-catogeries {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 25px;
    width: 248px;
    background-color: #584b4b;
    border: 1px solid #ddd;
    border-top: 0 solid #ddd;
    border-radius: 6px 6px 0 0;
    background: #fff
}

.product-catogeries a {
    position: relative;
    display: block;
    width: 201px;
    padding: 24.5px 24px;
    text-align: left;
    font-size: 16px;
    color: #5d5d5d;
    vertical-align: middle;
    background: #fff
}

.product-catogeries a:nth-child(2) {
    font-weight: 700
}

.product-catogeries a .firstIcon {
    display: none;
    position: absolute;
    top: 23px;
    right: 24px;
    width: 23px;
    height: 23px
}

.product-catogeries .item-category-container {
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    max-height: 414px
}

.product-catogeries .item-category-container::-webkit-scrollbar {
    background-color: #fff;
    width: 11px
}

.product-catogeries .item-category-container::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 10px
}

.product-catogeries .all-category {
    box-sizing: border-box;
    width: 250px;
    padding: 27px 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 6px 6px 0 0
}

.product-catogeries .border-bot {
    margin: 0 auto;
    width: 200px;
    height: 0;
    border-top: 1px dashed #ddd
}

.last-contact {
    display: inline-block;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    height: 106px;
    padding: 15px 0 9px;
    cursor: pointer;
    border-radius: 0 0 6px 6px
}

.last-contact .last-contact-top {
    display: flex;
    justify-content: center
}

.last-contact .last-contact-top .top1 {
    width: 120px;
    height: 13px
}

.last-contact .last-contact-middle {
    font-weight: 700;
    color: #fff;
    font-size: 26px
}

.last-contact .last-contact-bottom {
    width: 22px;
    height: 22px;
    background: url(//file.baixing.net/202205/3914beb9882f88baa6612f5999ca053a.png) no-repeat 50%/100%
}

.last-contact .last-contact-bottom:hover {
    animation: mymove 1s ease-out
}

@-moz-keyframes mymove {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(8px)
    }

    75% {
        transform: translateX(-8px)
    }

    to {
        transform: translateX(0)
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(8px)
    }

    75% {
        transform: translateX(-8px)
    }

    to {
        transform: translateX(0)
    }
}

@-o-keyframes mymove {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(8px)
    }

    75% {
        transform: translateX(-8px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes mymove {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(8px)
    }

    75% {
        transform: translateX(-8px)
    }

    to {
        transform: translateX(0)
    }
}

.container-contact {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 1220px;
    margin: 0 auto
}

.container-contact .us2-left {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    max-width: 742px;
    height: 470px;
    margin: 0 16px;
    border-radius: 3px;
    color: #fff
}

.container-contact .us2-left .left-nav .us2-left-ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0
}

.container-contact .us2-left .left-nav .us2-left-ul .specail-li {
    margin-bottom: 0
}

.container-contact .us2-left .left-nav .us2-left-ul li {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-bottom: 30px;
    font-size: 18px;
    width: 160px
}

.container-contact .us2-left .left-nav .us2-left-ul li .navfirst {
    margin-bottom: 18px;
    font-size: 22px;
    font-weight: 600;
    color: #fff
}

.container-contact .us2-left .left-nav .us2-left-ul li .navtwo {
    width: 32px;
    height: 3px;
    background: #336fff
}

.container-contact .us2-left .left-nav .us2-left-ul li a {
    text-decoration: none;
    cursor: pointer;
    color: #fff
}

.container-contact .us2-left .left-nav .us2-left-ul .us2-left-item {
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: scroll;
    height: 361px
}

.container-contact .us2-left .left-nav .us2-left-ul .us2-left-item::-webkit-scrollbar {
    display: none
}

.container-contact .us2-left .left-nav .us2-left-ul .us2-left-item li:last-child {
    margin-bottom: 0
}

.container-contact .us2-left .left-line {
    width: 1px;
    height: 434px;
    margin-right: 54px;
    opacity: .5;
    background: #999;
    border: 2px solid #999
}

.container-contact .us2-left .left-address {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    color: #fff
}

.container-contact .us2-left .left-address .company-title {
    position: relative;
    max-width: 420px;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #fff
}

.container-contact .us2-left .left-address .company-title .company-contect {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 22px;
    color: #fff
}

.container-contact .us2-left .left-address .company-line {
    width: 32px;
    height: 3px;
    margin-bottom: 24px;
    background: #336fff
}

.container-contact .us2-left .left-address .company-detail {
    margin-bottom: 23px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #fff
}

.container-contact .us2-left .left-address .company-detail .company-tel {
    width: 29px;
    height: 35px
}

.container-contact .us2-left .left-address .company-detail .company-tel img {
    width: 100%;
    height: 100%
}

.container-contact .us2-left .left-address .company-detail .company-line {
    width: 1px;
    height: 45px;
    margin: 0 13px;
    background: #fff;
    border: 1px solid #fff
}

.container-contact .us2-left .left-address .company-detail .company-right .title-1 {
    margin-bottom: 6px;
    color: #fff;
    text-align: left;
    font-size: 14px;
    opacity: .7
}

.container-contact .us2-left .left-address .company-detail .company-right .content-1 {
    max-width: 420px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 24px;
    font-weight: 700
}

.container-contact .us2-left .left-address .company-map {
    overflow: hidden;
    display: block;
    position: relative;
    width: 430px;
    height: 145px;
    border-radius: 6px;
    text-decoration: none
}

.container-contact .us2-left .left-address .company-map .map-bg {
    width: 100%;
    height: 100%
}

.container-contact .us2-left .left-address .company-map .map-mid {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 238px;
    height: 48px;
    padding: 0 8px;
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .14);
    border-radius: 3px
}

.container-contact .us2-left .left-address .company-map .map-mid .map-mid-content {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px
}

.container-contact .us2-left .left-address .company-map .map-icon {
    position: absolute;
    width: 80px;
    height: 38px;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%)
}

.container-contact .us2-right {
    width: 432px;
    border-radius: 6px;
    color: #fff;
    background: #fff
}

.container-contact .us2-right #aBtn {
    background: #ed4646 !important
}

.contact-form-sem {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: 1000;
    background-color: rgba(0, 0, 0, .2)
}

.contact-form-sem .contact-form-content {
    box-sizing: border-box;
    position: relative;
    justify-content: center;
    align-items: center;
    padding: 20px 30px 0;
    background-color: #fff
}

.contact-form-sem .contact-form-content .contact-form-sem-close {
    position: absolute;
    top: 0;
    right: 10px;
    color: #f46;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer
}

.a-container {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px 34px
}

.a-container .a-title {
    margin-bottom: 26px;
    font-size: 30px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    text-align: center
}

.a-container .a-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.a-container .a-content input {
    width: 100%;
    height: 44px;
    padding: 15px 10px;
    margin-left: 4px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e7e7e7
}

.a-container .a-content input::-webkit-input-placeholder {
    color: #999
}

.a-container .a-content input:-ms-input-placeholder {
    color: #999
}

.a-container .a-content input:-moz-placeholder {
    color: #999
}

.a-container .a-content input:focus {
    border-radius: 4px;
    outline: 2px solid #ccc
}

.a-container .a-content .a-content-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 20px
}

.a-container .a-content .a-content-item .item-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    margin-left: 4px;
    min-width: 47px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px
}

.a-container .a-content .a-content-item .item-label .labe-icon {
    color: #ff4365
}

.a-container .a-content .a-content-items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px
}

.a-container .a-content .a-content-items:last-child {
    margin-bottom: 10px
}

.a-container .a-content .a-content-items .items-label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 165px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 22px
}

.a-container .a-content .a-content-items .items-label .label-icons {
    color: #ff4365
}

.a-container .a-content .a-button {
    width: 100%;
    height: 47px;
    margin-top: 8px;
    margin-left: 4px;
    line-height: 47px;
    text-align: center;
    background: #ff4365;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer
}

.container-content {
    padding-top: 20px;
    background: #fff
}

.block-title {
    margin: 40 auto 41px;
    position: relative;
    text-align: center
}

.block-title .h2 {
    display: inline-block;
    margin-bottom: 16px;
    font-size: 34px;
    text-align: center;
    color: #212121;
    font-weight: 700
}

.block-title .point {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-107px);
    width: 214px;
    height: 2px;
    margin-top: 16px;
    background-color: #ebebeb
}

.block-title .point .tipMiddle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-12px);
    width: 24px;
    height: 3px;
    background: #336fff
}

.container-news {
    background: #fff
}

.container-news .container {
    width: 1220px;
    margin: 0 auto;
    display: flex
}

.container-news .container .main {
    order: 2;
    width: 980px
}

.container-news .container .sidebar {
    order: 1;
    width: 224px
}

#contactFormBox {
    overflow: hidden;
    width: 100%;
    padding-bottom: 72px;
    margin-top: 60px
}

#contactFormBox .block-title {
    margin-top: 54px
}

#contactFormBox .block-title .h2 {
    color: #fff;
    margin-left: 15px
}