.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(./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: 16px;
}

.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: 111px;
    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(./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: 26px;
    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: 64px;
    padding: 0 5px;
    position: relative;
    text-align: center;
    line-height: 64px;
    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: #f1f2f3;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
}

.footer a {
    color: inherit;
    text-decoration: none
}

.footer .copyright {
    margin-bottom: 16px;
    color: #999;
}

.footer .copyright .copy-icon {
    font-size: 20px;
    position: relative;
    top: 2px
}

.footer .icp-number {
    margin-bottom: 20px;
    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-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: 280px;
    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(./b8072a92b3694ae147eafeae4c86b071.png) no-repeat 50%/100% 100%
}

.customer-service .customer-service__group .service-logo.bax {
    background: url(./safe-pc-feedback.png) no-repeat 50%/100%
}

.customer-service .customer-service__group .service-logo.qq {
    background: url(./18462324f0fffdb03b4f3a82da6b4be6.png) no-repeat 50%/100% 100%
}

.customer-service .customer-service__group .service-logo.mobile {
    background: url(./2a1a28b5fb72e227b0178c341341addd.png) no-repeat 50%/100%
}

.customer-service .customer-service__group .service-logo.wechat {
    background: url(./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(./6bb9caf88a177d963031d2e087fbb27f.png) no-repeat 50%/100% 100%
}

.customer-service .customer-service__group .service-item:hover .qq {
    background: url(./b35eae79d56d8081f3c029e3e06c5040.png) no-repeat 50%/100% 100%
}

.customer-service .customer-service__group .service-item:hover .mobile {
    background: url(./274fb15f6bf4bf0cb1567d1fead4be0b.png) no-repeat 50%/100%
}

.customer-service .customer-service__group .service-item:hover .wechat {
    background: url(./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(./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(./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
}

.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(./05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%
}

.banner-content #banner-container .swiper-button-prev:hover {
    background: url(./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(./05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%;
    transform: rotate(180deg)
}

.banner-content #banner-container .swiper-button-next:hover {
    background: url(./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(./05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%
}

#banner-list .swiper-container .swiper-button-prev:hover {
    background: url(./a74c1d873881392c12a23826cd4e1a37.png) no-repeat 50%/100%;
    transform: rotate(0)
}

#banner-list .swiper-container .swiper-button-next {
    right: 4%;
    width: 60px;
    height: 60px;
    top: 50%;
    background: url(./05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%;
    transform: rotate(180deg)
}

#banner-list .swiper-container .swiper-button-next:hover {
    background: url(./af2916a86a85a940625a4a47c70d5fb3.png) 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
}

.big-image {
    width: 100%;
    height: auto
}

.item-p {
    position: relative;
    float: left;
    width: 384px;
    margin-right: 34px;
    border-radius: 6px;
    overflow: hidden;
    color: #212121;
    font-size: 24px;
    background-color: #f6f6f6
}

.item-p:hover .productImg {
    transform: scale(1.05)
}

.item-p:hover p {
    color: #fff
}

.item-p:hover p .arrow {
    display: inline-block
}

.item-p:nth-of-type(n+4) {
    margin-top: 20px
}

.item-p:nth-of-type(3n) {
    margin-right: 0
}

.item-p .em {
    overflow: hidden;
    height: 384px;
    width: 100%;
}

.item-p .em img {
    height: 100%;
    width: 100%;
    transition: all 1s
}

.item-p.video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 30%;
    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
}

.item-p .item-hot-icon {
    height: 43px;
    width: 84px;
    position: absolute;
    top: 0;
    right: 0
}

.item-p .item-hot-icon img {
    width: 100%;
    height: 100%
}

.item-p p {
    position: relative;
    box-sizing: border-box;
    text-align: left;
    padding: 0 20px 0 24px;
    height: 88px;
    width: 100%;
    margin: 0;
    line-height: 88px;
    overflow: hidden;
    border-radius: 6px;
}

.item-p p .arrow {
    display: none;
    position: absolute;
    top: 50%;
    right: 38px;
    transform: translateY(-50%);
    width: 43px;
    height: 21px;
    background: url(./6f2666c3e9484bb9dadd85e47001f9a3.png) no-repeat;
    background-size: 100%
}

.item-p .show-desc {
    display: none;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ff2d38;
    color: #fff;
    margin: 28px 70px
}

.self-advantage {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1220px;
    margin: 0 auto 70px
}

.self-advantage.one-line {
    justify-content: center
}

.self-advantage .advanItem {
    overflow: hidden;
    width: 280px;
    height: 428px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin-right: 33px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e5e5e5
}

.self-advantage .advanItem:hover {
    color: #fff;
    border: none
}

.self-advantage .advanItem:hover img {
    transform: scale(1.05)
}

.self-advantage .advanItem:nth-child(n+5) {
    margin-top: 8px
}

.self-advantage .advanItem:nth-child(4n) {
    margin-right: 0
}

.self-advantage .advanItem .em {
    overflow: hidden;
    width: 280px;
    height: 213px;
    background: #fff
}

.self-advantage .advanItem .em img {
    width: 100%;
    height: 100%;
    transition: all 1s;
    border: none
}

.self-advantage .advanItem .title {
    box-sizing: border-box;
    width: 100%;
    margin: 23px auto 14px;
    padding: 0 17px;
    text-align: center;
    color: #333;
    font-size: 24px
}

.self-advantage .advanItem .tips {
    width: 20px;
    height: 4px;
    margin-bottom: 16px;
    background-color: #fcab04
}

.self-advantage .advanItem .content {
    color: #5d5d5d;
    text-align: center;
    font-size: 14px;
    width: 218px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all
}

.about-us-bgc {
    box-sizing: border-box;
    width: 1190px;
    display: flex;
    justify-content: center;
    align-items: center
}

.about-us-bgc .content-left {
    position: relative;
    width: 637px;
    height: 359px;
    margin-top: 0;
    overflow: hidden;
    order: 0;
    border-radius: 6px
}

.about-us-bgc .content-left .tags {
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 999
}

.about-us-bgc .content-left .tags .tag {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: .79;
    margin-top: 6px;
    color: #fff;
    font-size: 14px
}

.about-us-bgc .content-left .tags .tag:first-child {
    margin-top: 0
}

.about-us-bgc .content-left .audio {
    width: 100%;
    height: 100%;
    transition: all 1s
}

.about-us-bgc .content-left .audio:hover {
    transform: scale(1.015)
}

.about-us-bgc .content-left audio {
    width: 100%;
    height: 100%
}

.about-us-bgc .content-left .ico-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 54px;
    height: 54px
}

.about-us-bgc .content-left .ico-video img {
    width: 100%;
    height: 100%
}

.about-us-bgc .content-right {
    box-sizing: border-box;
    order: 1;
    width: 700px;
    height: 397px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px 30px 25px 35px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.17);
    border-radius: 0 6px 6px 0;
    background: #fff;
}

.about-us-bgc .content-right .view-detail {
    width: 145px;
    height: 40px;
    margin-top: 21px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #5d5d5d;
}

.about-us-bgc .content-right .view-detail:hover {
    background: #ffbe36
}

.about-us-bgc .content-right .content-right-title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* margin-bottom: 12px; */
}

.about-us-bgc .content-right .content-right-title .right-title-left {
    display: flex;
    justify-content: center;
    align-items: center
}

.about-us-bgc .content-right .content-right-title .right-title-left img {
    width: 88px;
    height: 88px
}

.about-us-bgc .content-right .content-right-title .right-title-right {
    /* margin-left: 21px */
}

.about-us-bgc .content-right .content-right-title .right-title-right .left-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #212121;
}

.about-us-bgc .content-right .content-right-body {
    position: relative;
    color: #5d5d5d;
    height: 217px;
    overflow: hidden
}

.about-us-bgc .content-right .content-right-body .body-content {
    height: 217px;
    color: #666;
    line-height: 22px;
    font-size: 15px;
    letter-spacing: 1.3;
}

.about-us-bgc .content-right .content-right-bottom {
    height: 40px;
    display: flex;
    align-items: center;
    margin-top: 16px
}

.about-us-bgc .content-right .content-right-bottom .bottom-left {
    display: flex;
    justify-content: center;
    align-items: center
}

.about-us-bgc .content-right .content-right-bottom .bottom-left img {
    width: 63px;
    height: 37px
}

.about-us-bgc .content-right .content-right-bottom .bottom-left .phone {
    margin-left: 13px;
    padding-left: 0;
    text-align: left
}

.about-us-bgc .content-right .content-right-bottom .bottom-left .phone .active {
    font-size: 20px;
    color: #ff4365;
    font-weight: 700
}

.about-us-bgc .content-right .content-right-bottom .bottom-left .phone .service-hot {
    margin-bottom: 1px;
    font-size: 12px;
    color: #333;
    font-weight: 700
}

.about-us-bgc .content-right .content-right-bottom .bottom-left .phone .service-tel {
    font-size: 24px;
    color: #ff4365;
    font-weight: 700
}

.about-us-bgc .content-right .content-right-bottom .bottom-right {
    width: 160px;
    height: 40px;
    margin-left: 20px;
    background-color: #ed4646;
    border-radius: 6px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    cursor: pointer
}

.about-us-bgc .video-con {
    width: 100%;
    height: 100%
}

.about-us-bgc .video-con .video-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #000
}

.about-us-bgc .video-con .video-wrapper video {
    flex: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9
}

.about-us-bgc .video-con .video-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    cursor: pointer
}

.about-us-bgc .video-con .video-cover img {
    width: 100%;
    height: 100%
}

.about-us-bgc .video-con .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(./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)
    }
}

.news-list {
    align-content: center;
    flex-wrap: wrap;
    width: 1220px;
    margin: 0 auto;
    /* background-color: #f1f2f3; */
    border-radius: 6px;
}

.news-list,.news-list .news-item {
    display: flex;
    justify-content: space-between
}

.news-list .news-item {
    align-items: flex-start;
    width: 577px;
    height: 122px;
    margin-bottom: 36px;
    border: 2px solid #ebebeb;
    border-radius: 6px;
}

.news-list .news-item:nth-child(2n) {
    margin-right: 0
}

.news-list .news-item .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 95px;
    height: 100%;
    /* background-color: #ebebeb; */
}

.news-list .news-item .left .date {
    font-size: 36px;
    font-weight: 700
}

.news-list .news-item .left .year-month {
    font-size: 16px;
    color: #666
}

.news-list .news-item .right {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    padding: 20px 23px;
    border-left: 2px dashed #d4d4d4;
}

.news-list .news-item .right .title {
    max-width: 436px;
    margin-bottom: 14px;
    font-size: 20px;
    color: #212121
}

.news-list .news-item .right .content {
    line-height: 24px;
    font-size: 14px;
    color: #999
}

.show-more-btn {
    display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 4px auto 98px;
    cursor: pointer;
    border: 1px solid #eee;
    border-radius: 24px;
    color: #5d5d5d;
    width: 145px;
    height: 40px;
    margin-top: 21px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #5d5d5d;
}

.show-more-btn .set-color {
    font-size: 16px;
    color: #666;
    font-weight: 500
}

.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
}

.user-defined-list {
    width: 1220px;
    margin: 0 auto
}

.user-defined-list .user-defined-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    width: 100%;
}

.user-defined-list .user-defined-item .user-defined-item-img {
    overflow: hidden;
    width: 500px;
    height: 400px;
    transition: all 1s;
    z-index: 999;
    padding: 0px 0px 50px 0px;
}

.user-defined-list .user-defined-item .user-defined-item-img img {
    width: 100%;
    height: 100%;
    transition: all 1s
}

.user-defined-list .user-defined-item .user-defined-item-img:hover img {
    transform: scale(1.05)
}

.user-defined-list .user-defined-item .user-defined-item-content {
    box-sizing: border-box;
    overflow: hidden;
    width: 700px;
    height: 350px;
    padding: 48px 77px;
    position: relative;
    background: url(./f1cb30122397a1449163788bcfdd6fd5.png) no-repeat;
    background-size: 100% 100%;
}

.user-defined-list .user-defined-item .user-defined-item-content .triangle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 10px solid transparent
}

.user-defined-list .user-defined-item .user-defined-item-content .triangle.left {
    right: -15px;
    border-left: 15px solid #fff;
    border-right: 0
}

.user-defined-list .user-defined-item .user-defined-item-content .triangle.right {
    left: -15px;
    border-left: 0;
    border-right: 15px solid #fff
}

.user-defined-list .user-defined-item .user-defined-item-content .title {
    margin-bottom: 16px;
    padding-right: 64px;
    font-size: 32px;
    font-weight: 700;
    color: #333;
}

.user-defined-list .user-defined-item .user-defined-item-content .line {
    width: 30px;
    height: 4px;
    margin-bottom: 18px;
    background: #d8d8d8
}

.user-defined-list .user-defined-item .user-defined-item-content .desc {
    font-size: 22px;
    color: #5d5d5d;
    line-height: 35px;
    letter-spacing: .5px;
}

.user-defined-list .user-defined-item .user-defined-item-content .numbering {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 29px;
    width: 65px;
    height: 74px;
    border-radius: 0 0 6px 6px;
    color: #fff;
    font-size: 36px;
}

.user-defined-list .user-defined-item .user-defined-item-content .numbering img {
    width: 38px;
    height: 26px
}

.contact-tel {
    flex-direction: column;
    width: 100%;
    height: 140px
}

.contact-tel,.contact-tel .tel-title {
    display: flex;
    justify-content: center;
    align-items: center
}

.contact-tel .tel-title .title-icon {
    width: 38px;
    height: 38px
}

.contact-tel .tel-title .title-icon img {
    width: 100%;
    height: 100%
}

.contact-tel .tel-title .titel-hot {
    width: 255px;
    height: 32px;
    margin: 0 9px 0 14px
}

.contact-tel .tel-title .titel-hot img {
    width: 100%;
    height: 100%
}

.contact-tel .tel-title .titel-number {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px
}

.contact-tel .tel-title .titel-consult {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-left: 20px;
    background: #fdab00;
    border-radius: 20px;
    font-weight: 700;
    cursor: pointer
}

.contact-tel .tel-content {
    margin-top: 19px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1
}

.item-p-new {
    position: relative;
    float: left;
    width: 291px;
    margin-right: 23px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff
}

.item-p-new:hover img {
    transform: scale(1.05)
}

.item-p-new:hover p {
    color: #fff
}

.item-p-new:nth-child(-n+3) {
    margin-bottom: 20px
}

.item-p-new:nth-child(3n) {
    margin-right: 0
}

.item-p-new .em {
    overflow: hidden;
    height: 280px;
    width: 100%;
}

.item-p-new .em img {
    height: 100%;
    width: 100%;
    transition: all 1s
}

.item-p-new.video:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 30%;
    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
}

.item-p-new .hot-icon {
    height: 36px;
    width: auto;
    position: absolute;
    top: 157px;
    left: 0
}

.item-p-new p {
    box-sizing: border-box;
    font-size: 20px;
    color: #333;
    text-align: justify;
    width: 291px;
    height: 65px;
    line-height: 65px;
    padding-left: 20px;
    color: #212121;
    overflow: hidden
}

.item-p-new .show-desc {
    display: none;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ff2d38;
    color: #fff;
    margin: 28px 70px
}

.a-container .a-content .a-content-items .items-label {
    width: 165px
}

.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: 164px;
    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
}

.a-container .a-content .a-slider {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center
}

.a-container .a-content .a-slider label {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: left;
    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-slider input[type=range] {
    width: 100%;
    height: 44px;
    background: linear-gradient(90deg,#55cea7 calc(var(--value)*(100% - 40px)/100),#fff calc(var(--value)*(100% - 40px)/100),#fff);
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    appearance: none
}

.a-container .a-content .a-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 40px;
    height: 44px;
    border-radius: 5px;
    background: #55cea7;
    cursor: pointer;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1)
}

.a-container .a-content .slider-hint {
    position: absolute;
    top: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: #ddd
}

.contact-module {
    position: relative;
    width: 100%;
    min-width: 1189px;
    height: 556px
}

.contact-module .module {
    width: 100%;
    height: 100%
}

.contact-module .contact-postion {
    position: absolute;
    top: 20px;
    right: 182px;
    width: 432px;
    background: #fff;
    border-radius: 6px
}

.container {
    width: 100%;
    background: #fff
}

.block-title {
    margin: 70px 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
}

.product-catogeries-list {
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    width: 1220px;
    border-radius: 6px
}

.autoConfigServer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    background: url(./db9ed74649f1bd2fb9443b53c6dcb1e6.png) no-repeat 50%/100% 100%
}

.container-hot-product {
    width: 1220px;
    margin: 0 auto 70px
}

.container-about-us {
    box-sizing: border-box;
    height: 605px;
    padding-bottom: 45px;
    background: url(./bj.jpg) no-repeat 50%/100% 100%;
}

.container-about-us,.shop-product-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.shop-product-list {
    justify-content: center;
    padding-bottom: 70px;
    background: url(./bj2.jpg) no-repeat 50%/100% 100%;
}

.shop-product-list .block-title .h2 {
    color: #fff
}

#contactFormBox {
    overflow: hidden;
    width: 100%;
    padding-bottom: 72px
}

#contactFormBox .block-title {
    margin-top: 54px
}

#contactFormBox .block-title .h2 {
    color: #fff
}

.contactTemplate4 {
    margin-top: 98px
}



.cdx_top{overflow:hidden;background:#fff;padding:5px 0}
.cdx_top .c_logo { height:100px;float:left;display:flex;align-items:center; overflow:hidden;}
.cdx_top .c_logo img {height:47px;}
.cdx_top .c_company{height:100px;display:flex;align-items:center; float:left; }
.cdx_top .c_company i { height:40px; display:inline-block; background:#ddd; width:1px; margin:0 15px;}
.cdx_top .c_company h3 {font-size:22px;color:#333; display:block; line-height:30px;max-width:320px;}
.cdx_top .c_company p {font-size:14px; line-height:20px; margin-top:2px;max-width:320px; color:#999;}
.cdx_top .c_tel { float:right;display:flex;align-items:center;height:100px;}
.cdx_top .c_tel .quanxian { text-align:center;}
.cdx_top .c_tel .quanxian i {display:block;width:34px;height:34px;line-height:34px;border: 1px solid #336fff;border-radius:50%;margin:0 auto 8px;color: #336fff;font-size:18px;}
.cdx_top .c_tel .quanxian span {font-size: 13px;color:#336fff;display:block;} 
.cdx_top .c_tel .xian { height:60px; width:1px; background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #336fff 50%, rgba(255, 255, 255, 0) 100%); margin:0 15px;}
.cdx_top .c_tel .dianhua_icon {font-size:48px;color:#336fff;margin: 0 10px 0 25px;}
.cdx_top .c_tel .dianhua { }
.cdx_top .c_tel .dianhua b { display:block; color:#333; font-size:18px; font-weight:400;}
.cdx_top .c_tel .dianhua p {font-size: 25px;color: #336FFF;font-weight:700;font-family: "Century Gothic";}























