html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    cursor: pointer
}

html, body, h1, h2, h3, h4, h5, h6 {
    margin: 0px ;
    padding: 0px;
    font-weight: 400;
    font-size: inherit
}

p {
    margin: 0px;
    padding: 0px
}

body, button, input, select, textarea {
    font: 14px/1.5 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif, Arial;
    color: #333
}

img {
    border: 0px;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table th, table td {
    border: 1px solid #ccc
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none
}

a, input[type="button"], button, label, input[type="submit"], input[type="reset"] {
    cursor: pointer
}

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

input, textarea, select, button {
    border: none;
    outline: none;
    color: inherit;
    font-size: 14px;
    background: none;
    font-family: inherit;
    outline: none
}

input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    border-radius: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
    -webkit-appearance: none;
    background: none;
    outline: none;
    border: none
}

a, button, input, optgroup, select, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

input::-ms-clear {
    display: none
}

input::-ms-reveal {
    display: none
}

input:-internal-autofill-previewed, input:-internal-autofill-selected {
    -webkit-text-fill-color: #999 !important;
    -webkit-transition: background-color 99999999s ease-in-out 0s !important;
    -o-transition: background-color 99999999s ease-in-out 0s !important;
    transition: background-color 99999999s ease-in-out 0s !important
}

input, textarea {
    -webkit-appearance: none
}

.bd_weixin_popup, .content-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

.clearfix {
    *zoom: 1
}

:root dd {
    list-style: none;
    margin: 0px;
    padding: 0px
}

:root dt {
    list-style: none;
    margin: 0px;
    padding: 0px
}

input, textarea, button {
    border: none;
    outline: none;
    color: inherit;
    font-size: 14px;
    background: none;
    font-family: inherit;
    outline: none
}

textarea {
    resize: none;
    overflow: auto
}

input {
    -webkit-appearance: none
}

input {
    background: none;
    outline: none;
    border: none
}

.iconfont {
    color: inherit;
    font-size: inherit;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fl {
    float: left
}

.fr {
    float: right
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.commonweb {
    padding: 0px 10px
}

.commonwebbox {
    margin-left: 0px;
    margin-right: 0px
}

.commonleft {
    float: none
}

.commonright {
    float: none
}

.visible-sm, .visible-md, .visible-lg {
    display: none
}

.hidden-sm, .hidden-md, .hidden-lg {
    display: block
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

@media (max-width: 320px) {
    body {
        min-width: 320px
    }
}

@media (min-width: 768px) {
    .commonweb {
        padding: 0px 20px
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .visible-sm {
        display: block
    }

    .hidden-sm {
        display: none
    }

    .commonweb {
        margin: 0px auto;
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .commonweb {
        padding: 0px 10px
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px
    }

    .commonleft {
        float: left
    }

    .commonright {
        float: right
    }

    .visible-md {
        display: block
    }

    .hidden-md {
        display: none
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .commonweb {
        max-width: 970px
    }
}

@media (min-width: 1260px) {
    html {
        cursor: default
    }

    .commonleft {
        float: left
    }

    .commonright {
        float: right
    }

    .visible-lg {
        display: block
    }

    .hidden-lg {
        display: none
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

@media (min-width: 1260px) {
    .commonweb {
        max-width: 1220px
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

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

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

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-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: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

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

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

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

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23007aff%27%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23007aff%27%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2027%2044%27%3E%3Cpath%20d%3D%27M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%27%20fill%3D%27%23ffffff%27%2F%3E%3C%2Fsvg%3E")
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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-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;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

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

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

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

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

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

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -o-transform: translate(0, -50%);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

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

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

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

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

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

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

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}

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

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

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube, .swiper-container-flip {
    overflow: visible
}

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

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

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

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

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

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -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-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 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, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%20120%20120%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cdefs%3E%3Cline%20id%3D%27l%27%20x1%3D%2760%27%20x2%3D%2760%27%20y1%3D%277%27%20y2%3D%2727%27%20stroke%3D%27%236c6c6c%27%20stroke-width%3D%2711%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2830%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2860%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2890%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28120%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28150%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.37%27%20transform%3D%27rotate%28180%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.46%27%20transform%3D%27rotate%28210%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.56%27%20transform%3D%27rotate%28240%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.66%27%20transform%3D%27rotate%28270%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.75%27%20transform%3D%27rotate%28300%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.85%27%20transform%3D%27rotate%28330%2060%2C60%29%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%270%200%20120%20120%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20xmlns%3Axlink%3D%27http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%27%3E%3Cdefs%3E%3Cline%20id%3D%27l%27%20x1%3D%2760%27%20x2%3D%2760%27%20y1%3D%277%27%20y2%3D%2727%27%20stroke%3D%27%23fff%27%20stroke-width%3D%2711%27%20stroke-linecap%3D%27round%27%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2830%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2860%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%2890%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28120%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.27%27%20transform%3D%27rotate%28150%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.37%27%20transform%3D%27rotate%28180%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.46%27%20transform%3D%27rotate%28210%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.56%27%20transform%3D%27rotate%28240%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.66%27%20transform%3D%27rotate%28270%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.75%27%20transform%3D%27rotate%28300%2060%2C60%29%27%2F%3E%3Cuse%20xlink%3Ahref%3D%27%23l%27%20opacity%3D%27.85%27%20transform%3D%27rotate%28330%2060%2C60%29%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@-o-keyframes swiper-preloader-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.animated {
    -webkit-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s
}

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-o-keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%, 43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%, 43%, 70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@-o-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%, 75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    -o-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-o-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-o-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    -o-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-o-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    -o-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    -o-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-o-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        -o-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-o-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.tada {
    -webkit-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes wobble {
    0% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@-o-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        -o-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        -o-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        -o-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        -o-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        -o-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        -o-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    -o-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@-o-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-o-keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@-o-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    -o-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-o-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -o-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-o-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -o-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-o-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -o-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-o-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -o-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -o-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -o-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -o-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -o-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -o-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -o-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-o-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%, 80% {
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    -o-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-o-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-o-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%, 40% {
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -o-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -o-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -o-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-o-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        -o-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%, 80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        -o-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-o-keyframes rotateIn {
    0% {
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        -o-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        -o-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-o-keyframes rotateInDownLeft {
    0% {
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-o-keyframes rotateInDownRight {
    0% {
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-o-keyframes rotateInUpLeft {
    0% {
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@-o-keyframes rotateInUpRight {
    0% {
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@-o-keyframes rotateOut {
    0% {
        -o-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        -o-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        -o-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownLeft {
    0% {
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutDownRight {
    0% {
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpLeft {
    0% {
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@-o-keyframes rotateOutUpRight {
    0% {
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%, to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@-o-keyframes hinge {
    0% {
        -o-transform-origin: top left;
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -o-transform: rotate(80deg);
        transform: rotate(80deg);
        -o-transform-origin: top left;
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left
    }
    0%, 20%, 60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%, 60% {
        -webkit-transform: rotate(80deg);
        -o-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left
    }
    40%, 80% {
        -webkit-transform: rotate(60deg);
        -o-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    -o-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@-o-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    -o-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@-o-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    -o-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@-o-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@-o-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 30px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -30px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    -o-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50%, to {
        opacity: 0
    }
}

@-o-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50%, to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50%, to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@-o-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    -o-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-o-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    -o-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-o-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    -o-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@-o-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    -o-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-o-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    -o-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-o-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -o-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-o-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    -o-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@-o-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@-o-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    -o-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@-o-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@-o-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp
}

img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top
}

.PopupVideoBox {
    position: fixed;
    z-index: 9999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none
}

.PopupVideo {
    position: absolute;
    left: 50%;
    width: 100%;
    top: 50%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0px 25px
}

.PopupVideo video {
    width: 100%
}

.PopupVideo iframe {
    width: 100%;
    height: 460px
}

.closeVideo {
    position: absolute;
    right: 25px;
    top: -25px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.closeVideo::after {
    content: '';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.closeVideo::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.commonTitleLocation {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb
}

.commonTitleLocation h3 {
    float: left;
    font-size: 16px;
    position: relative
}

.commonTitleLocation p {
    float: right
}

.commonTitleLocation p a {
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    color: #999;
    margin-left: 10px;
    padding-left: 15px;
    position: relative
}

.commonTitleLocation p a::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%)
}

.commonTitleLocation p a:first-child {
    padding-left: 0px;
    margin: 0px;
    line-height: 11px
}

.commonTitleLocation p a:first-child::after {
    display: none
}

.commonTitleLocation p a.current {
    color: #333
}

.commonTitleLocation p img {
    display: inline-block;
    vertical-align: middle
}

.commonLocation {
    padding: 10px 0;
    border-bottom: 1px solid #ebebeb
}

.commonLocation a {
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    color: #999;
    margin-left: 10px;
    padding-left: 15px;
    position: relative
}

.commonLocation a::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    width: 8px;
    height: 8px;
    border: 1px solid #999;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%)
}

.commonLocation a:first-child {
    padding-left: 0px;
    margin: 0px;
    line-height: 11px
}

.commonLocation a:first-child::after {
    display: none
}

.commonLocation a.current {
    color: #333
}

.commonLocation img {
    display: inline-block;
    vertical-align: middle
}

.select2-container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    width: 100% !important;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 30px;
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    overflow: hidden;
    border: 1px solid #dedede;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    padding: 0 30px
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999999;
    line-height: 54px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 54px;
    position: absolute;
    top: 1px;
    right: 30px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 150px;
    background-color: #fff;
    overflow-y: auto
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    background-color: #fff
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff
}

.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #0166b3
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f5f5f5
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0166b3;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}


.select2-container--default .select2-search--dropdown .select2-search__field{
    outline: none;
}

.select2-container .select2-selection--single {
     user-select: none;
    -webkit-user-select: none;
    outline:none; /*wl更改*/
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-results__option[aria-selected] {
    line-height: 54px
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.DefaultSelector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.DefaultSelector > span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.DefaultSelector > span:nth-child(2) {
    margin-right: 10px
}

.DefaultSelector > span:nth-child(4) {
    margin-right: 10px
}

.DefaultSelector .select2-container--default .select2-selection--single {
    border-radius: 0px;
    height: 35px
}

.DefaultSelector .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px
}

.DefaultSelector .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    top: 0px
}

.defaSearchList {
    padding: 50px 0px
}

.defaSearchList dl {
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

.defaSearchList dl dt {
    float: left;
    font-size: 16px
}

.defaSearchList dl dd {
    float: right;
    font-size: 14px
}

.defaSearchList li {
    padding: 10px 20px 15px;
    margin-top: 15px;
    border-bottom: 1px solid #eee;
    background: #f6f6f6
}

.defaSearchList li h3 {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 26px;
    padding-bottom: 5px
}

.defaSearchList li .defaDesc {
    font-size: 12px;
    color: #adadad;
    padding-top: 5px;
    line-height: 20px
}

.defaWebMap {
    background-color: #fff
}

.defaWebMap dl {
    border: 1px solid #e6e6e6;
    margin-top: 30px
}

.defaWebMap dl h3 {
    padding-left: 20px;
    padding-bottom: 5px
}

.defaWebMap dl h3 span {
    font-size: 20px;
    color: #bf2d2f;
    position: relative;
    top: -12px;
    background-color: #fff;
    padding: 0px 13px
}

.defaWebMap dl h3 span a {
    color: #bf2d2f
}

.defaWebMap dl dd {
    padding-left: 33px;
    padding-bottom: 15px
}

.defaWebMap dl dd a {
    font-size: 14px;
    padding-right: 20px;
    display: inline-block;
    padding-bottom: 8px
}

.defaWebMap dl dd a em {
    display: inline-block;
    margin-right: 8px;
    width: 3px;
    height: 3px;
    background-color: #bf2d2f;
    vertical-align: middle
}

.defaContent {
    font-size: 14px;
    line-height: 24px
}

.defaContent p {
    margin-bottom: 10px
}

.defaContent img {
    display: block;
    max-width: 100%;
    margin: 0px auto
}

.defaPrevNextpage {
    margin-top: 40px;
    border-top: 1px solid #3d3f48;
    border-bottom: 1px solid #3d3f48
}

.defaPrevNextpage p {
    border-bottom: 1px solid #dddddd;
    position: relative;
    padding: 0px 90px 0px 90px;
    font-size: 14px;
    line-height: 50px;
    white-space: nowrap;
    height: 50px
}

.defaPrevNextpage p span {
    position: absolute;
    left: 0px;
    padding-left: 10px;
    top: 0px;
    display: block;
    width: 75px
}

.defaPrevNextpage p span:after {
    content: '';
    border-left: 5px solid transparent;
    border-bottom: 5px solid #000000;
    border-right: 5px solid transparent;
    position: absolute;
    right: 0%;
    width: 0px;
    height: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.defaPrevNextpage p em {
    position: absolute;
    right: 0px;
    font-style: normal;
    top: 0px;
    padding-right: 0px;
    width: 80px;
    display: block
}

.defaPrevNextpage p a {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden
}

.defaPrevNextpage p:nth-child(2) {
    border: none
}

.defaPrevNextpage p:nth-child(2) span:after {
    border-bottom: none;
    border-top: 5px solid #000000
}

.background_img {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.picture_container {
    position: relative;
    overflow: hidden;
    background: none
}

.picture_container img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    max-width: none;
    max-height: none
}
.picture_container9 img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    max-height: none
}

[class*=animate_] {
    -webkit-animation-duration: 1.2s;
    -o-animation-duration: 1.2s;
    animation-duration: 1.2s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.bgcolor {
    background-color: #999
}

.oneText {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.flex_column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.flex_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex_row_center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.flex_row_start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex_row_end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex_row_justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex_column_center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_column_start {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_column_end {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.flex_rank_1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.flex_rank_2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.picture_scale {
    position: relative;
    overflow: hidden
}

.picture_scale:hover img {
    -o-transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1)
}

.center1200 {
    width: 1200px;
    margin: 0 auto
}

.center1300 {
    width: 1300px;
    margin: 0 auto
}

.center1380 {
    width: 1380px;
    margin: 0 auto
}

.center1400 {
    width: 1400px;
    margin: 0 auto
}

.center1500 {
    width: 1500px;
    margin: 0 auto
}

.center1680 {
    width: 1680px;
    margin: 0 auto
}

.center1600 {
    width: 1600px;
    margin: 0 auto
}

@media (max-width: 1600px) {
    .center1600 {
        width: 100%;
        padding: 0 15px
    }
}

@media (max-width: 1500px) {
    .center1500 {
        width: 100%;
        padding: 0 15px
    }
}

@media (max-width: 1400px) {
    .center1400 {
        width: 100%;
        padding: 0 15px
    }

    .center1380 {
        width: 100%;
        padding: 0 15px
    }
}

@media (max-width: 1300px) {
    .center1300 {
        width: 100%;
        padding: 0 15px
    }
}

@media (max-width: 1200px) {
    .center1200 {
        width: 100%;
        padding: 0 15px
    }
}

@media (min-width: 768px) {
    .defaWebMap dl {
        margin-top: 50px
    }

    .defaWebMap dl dd a {
        padding-right: 50px
    }
}

@media (min-width: 992px) {
    .commonTitleLocation {
        padding: 20px 0
    }

    .commonTitleLocation h3 {
        font-size: 24px
    }

    .commonTitleLocation p {
        padding-top: 5px
    }

    .commonTitleLocation p a {
        font-size: 14px
    }

    .commonLocation {
        padding: 20px 0
    }

    .commonLocation a {
        font-size: 14px
    }

    .defaSearchList li {
        padding: 15px 35px 25px;
        margin-top: 25px
    }

    .defaSearchList li h3 {
        font-size: 20px;
        line-height: 36px;
        padding-bottom: 5px
    }

    .defaSearchList li .defaDesc {
        font-size: 13px;
        padding-top: 10px;
        line-height: 24px
    }

    .defaPrevNextpage p span {
        position: absolute;
        left: 0px;
        padding-left: 40px;
        top: 0px;
        display: block;
        width: 15%
    }

    .defaPrevNextpage p span:after {
        content: '';
        border-left: 5px solid transparent;
        border-bottom: 5px solid #000000;
        border-right: 5px solid transparent;
        position: absolute;
        right: 0%;
        width: 0px;
        height: 0px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .defaPrevNextpage p em {
        position: absolute;
        right: 0px;
        font-style: normal;
        top: 0px;
        padding-right: 30px;
        width: 120px;
        display: block
    }

    .defaPrevNextpage p {
        border-bottom: 1px solid #dddddd;
        position: relative;
        padding: 0px 130px 0px 20%;
        font-size: 18px;
        line-height: 70px;
        white-space: nowrap;
        height: 70px
    }
}

@-webkit-keyframes fadeInLeft200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeft200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-200px, 0, 0);
        transform: translate3d(-200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft200 {
    -webkit-animation-name: fadeInLeft200;
    -o-animation-name: fadeInLeft200;
    animation-name: fadeInLeft200
}

@-webkit-keyframes fadeInLeft150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeft150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-150px, 0, 0);
        transform: translate3d(-150px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft150 {
    -webkit-animation-name: fadeInLeft150;
    -o-animation-name: fadeInLeft150;
    animation-name: fadeInLeft150
}

@-webkit-keyframes fadeInLeft100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeft100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft100 {
    -webkit-animation-name: fadeInLeft100;
    -o-animation-name: fadeInLeft100;
    animation-name: fadeInLeft100
}

@-webkit-keyframes fadeInLeft80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-80px, 0, 0);
        transform: translate3d(-80px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeft80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-80px, 0, 0);
        transform: translate3d(-80px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-80px, 0, 0);
        transform: translate3d(-80px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft80 {
    -webkit-animation-name: fadeInLeft80;
    -o-animation-name: fadeInLeft80;
    animation-name: fadeInLeft80
}

@-webkit-keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        transform: translate3d(-50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft50 {
    -webkit-animation-name: fadeInLeft50;
    -o-animation-name: fadeInLeft50;
    animation-name: fadeInLeft50
}

@-webkit-keyframes fadeInLeft30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeft30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-30px, 0, 0);
        transform: translate3d(-30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft30 {
    -webkit-animation-name: fadeInLeft30;
    -o-animation-name: fadeInLeft30;
    animation-name: fadeInLeft30
}

@-webkit-keyframes fadeInLeft20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeft20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft20 {
    -webkit-animation-name: fadeInLeft20;
    -o-animation-name: fadeInLeft20;
    animation-name: fadeInLeft20
}

@-webkit-keyframes fadeInLeft10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInLeft10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft10 {
    -webkit-animation-name: fadeInLeft10;
    -o-animation-name: fadeInLeft10;
    animation-name: fadeInLeft10
}

@-webkit-keyframes fadeInRight200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRight200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(200px, 0, 0);
        transform: translate3d(200px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight200 {
    -webkit-animation-name: fadeInRight200;
    -o-animation-name: fadeInRight200;
    animation-name: fadeInRight200
}

@-webkit-keyframes fadeInRight150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRight150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(150px, 0, 0);
        transform: translate3d(150px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight150 {
    -webkit-animation-name: fadeInRight150;
    -o-animation-name: fadeInRight150;
    animation-name: fadeInRight150
}

@-webkit-keyframes fadeInRight100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRight100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight100 {
    -webkit-animation-name: fadeInRight100;
    -o-animation-name: fadeInRight100;
    animation-name: fadeInRight100
}

@-webkit-keyframes fadeInRight80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(80px, 0, 0);
        transform: translate3d(80px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRight80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(80px, 0, 0);
        transform: translate3d(80px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(80px, 0, 0);
        transform: translate3d(80px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight80 {
    -webkit-animation-name: fadeInRight80;
    -o-animation-name: fadeInRight80;
    animation-name: fadeInRight80
}

@-webkit-keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        transform: translate3d(50px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight50 {
    -webkit-animation-name: fadeInRight50;
    -o-animation-name: fadeInRight50;
    animation-name: fadeInRight50
}

@-webkit-keyframes fadeInRight30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRight30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight30 {
    -webkit-animation-name: fadeInRight30;
    -o-animation-name: fadeInRight30;
    animation-name: fadeInRight30
}

@-webkit-keyframes fadeInRight20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRight20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight20 {
    -webkit-animation-name: fadeInRight20;
    -o-animation-name: fadeInRight20;
    animation-name: fadeInRight20
}

@-webkit-keyframes fadeInRight10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInRight10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight10 {
    -webkit-animation-name: fadeInRight10;
    -o-animation-name: fadeInRight10;
    animation-name: fadeInRight10
}

@-webkit-keyframes fadeInUp200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUp200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp200 {
    -webkit-animation-name: fadeInUp200;
    -o-animation-name: fadeInUp200;
    animation-name: fadeInUp200
}

@-webkit-keyframes fadeInUp150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUp150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150px, 0);
        transform: translate3d(0, 150px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp150 {
    -webkit-animation-name: fadeInUp150;
    -o-animation-name: fadeInUp150;
    animation-name: fadeInUp150
}

@-webkit-keyframes fadeInUp100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUp100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp100 {
    -webkit-animation-name: fadeInUp100;
    -o-animation-name: fadeInUp100;
    animation-name: fadeInUp100
}

@-webkit-keyframes fadeInUp80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUp80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 80px, 0);
        transform: translate3d(0, 80px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp80 {
    -webkit-animation-name: fadeInUp80;
    -o-animation-name: fadeInUp80;
    animation-name: fadeInUp80
}

@-webkit-keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp50 {
    -webkit-animation-name: fadeInUp50;
    -o-animation-name: fadeInUp50;
    animation-name: fadeInUp50
}

@-webkit-keyframes fadeInUp30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUp30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp30 {
    -webkit-animation-name: fadeInUp30;
    -o-animation-name: fadeInUp30;
    animation-name: fadeInUp30
}

@-webkit-keyframes fadeInUp20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUp20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp20 {
    -webkit-animation-name: fadeInUp20;
    -o-animation-name: fadeInUp20;
    animation-name: fadeInUp20
}

@-webkit-keyframes fadeInUp10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInUp10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp10 {
    -webkit-animation-name: fadeInUp10;
    -o-animation-name: fadeInUp10;
    animation-name: fadeInUp10
}

@-webkit-keyframes fadeInDown200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDown200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown200 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -200px, 0);
        transform: translate3d(0, -200px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown200 {
    -webkit-animation-name: fadeInDown200;
    -o-animation-name: fadeInDown200;
    animation-name: fadeInDown200
}

@-webkit-keyframes fadeInDown150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDown150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown150 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -150px, 0);
        transform: translate3d(0, -150px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown150 {
    -webkit-animation-name: fadeInDown150;
    -o-animation-name: fadeInDown150;
    animation-name: fadeInDown150
}

@-webkit-keyframes fadeInDown100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDown100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown100 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown100 {
    -webkit-animation-name: fadeInDown100;
    -o-animation-name: fadeInDown100;
    animation-name: fadeInDown100
}

@-webkit-keyframes fadeInDown80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDown80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown80 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -80px, 0);
        transform: translate3d(0, -80px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown80 {
    -webkit-animation-name: fadeInDown80;
    -o-animation-name: fadeInDown80;
    animation-name: fadeInDown80
}

@-webkit-keyframes fadeInDown50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDown50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown50 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown50 {
    -webkit-animation-name: fadeInDown50;
    -o-animation-name: fadeInDown50;
    animation-name: fadeInDown50
}

@-webkit-keyframes fadeInDown30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDown30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown30 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown30 {
    -webkit-animation-name: fadeInDown30;
    -o-animation-name: fadeInDown30;
    animation-name: fadeInDown30
}

@-webkit-keyframes fadeInDown20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDown20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown20 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown20 {
    -webkit-animation-name: fadeInDown20;
    -o-animation-name: fadeInDown20;
    animation-name: fadeInDown20
}

@-webkit-keyframes fadeInDown10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes fadeInDown10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown10 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInDown10 {
    -webkit-animation-name: fadeInDown10;
    -o-animation-name: fadeInDown10;
    animation-name: fadeInDown10
}

@-webkit-keyframes fadeInWidth100 {
    from {
        width: 0;
        opacity: 1
    }
    to {
        width: 100%;
        opacity: 1
    }
}

@-o-keyframes fadeInWidth100 {
    from {
        width: 0;
        opacity: 1
    }
    to {
        width: 100%;
        opacity: 1
    }
}

@keyframes fadeInWidth100 {
    from {
        width: 0;
        opacity: 1
    }
    to {
        width: 100%;
        opacity: 1
    }
}

.fadeInWidth100 {
    -webkit-animation-name: fadeInWidth100;
    -o-animation-name: fadeInWidth100;
    animation-name: fadeInWidth100
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn
}

.head_mobile_btn {
    width: 17px;
    height: 37px;
    cursor: pointer;
    padding: 12px 0
}

.head_mobile_btn .btn1 {
    height: 100%
}

.head_mobile_btn .btn1 .line {
    height: 2px;
    width: 100%;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: rgba(162, 203, 196, 0.58)
}

.head_mobile_btn.active .btn1 .line:nth-child(1) {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg)
}

.head_mobile_btn.active .btn1 .line:nth-child(2) {
    opacity: 0
}

.head_mobile_btn.active .btn1 .line:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
    -ms-transform: translateY(-5px) rotate(-45deg);
    -o-transform: translateY(-5px) rotate(-45deg);
    transform: translateY(-5px) rotate(-45deg)
}

.head_dropdown {
    border-top: 1px solid #eeeeee;
    display: none;
    z-index: 99;
    position: fixed;
    top: 75px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden
}

.head_dropdown .head_dropdown1 {
    display: none
}

.head_dropdown .head_dropdown1 .pc_down {
    width: 100%;
    height: 100%;
    background-color: #fff
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container {
    height: 100%
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(1) .block {
    -o-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(2) .block {
    -o-animation-delay: .1s;
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(3) .block {
    -o-animation-delay: .2s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(4) .block {
    -o-animation-delay: .3s;
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(5) .block {
    -o-animation-delay: .4s;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .swiper-slide:nth-child(6) .block {
    -o-animation-delay: .5s;
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block_box {
    padding-top: 50%;
    background-color: #fff;
    height: 100%;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block_box:hover {
    background-color: transparent
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block_box:hover .block {
    top: -30px;
    color: #fff
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block {
    position: relative;
    top: 0;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-align: center
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block .icon {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 1px;
    height: 50px;
    background-color: #bf2d2f
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block .number {
    font-size: 46px;
    margin-bottom: 30px
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block .title {
    font-size: 22px
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block .title:hover {
    color: #bf2d2f;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block .second_nav {
    font-size: 16px;
    margin-top: 30px;
    line-height: 36px
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block .second_nav .line {
    display: block
}

.head_dropdown .head_dropdown1 .pc_down .swiper-container .block .second_nav .line:hover {
    color: #bf2d2f;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.head_dropdown .head_dropdown1 .mobile_down {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    display: none
}

.head_dropdown .head_dropdown1 .mobile_down .mobile_search {
    width: 96%;
    margin-bottom: 10px;
    border-radius: 35px;
    border: 1px solid #999999;
    padding: 0 15px
}

.head_dropdown .head_dropdown1 .mobile_down .mobile_search input {
    line-height: 46px;
    padding: 0 5px;
    color: #999999
}

.head_dropdown .head_dropdown1 .mobile_down .mobile_search .iconfont {
    color: #999999;
    font-size: 26px;
    cursor: pointer
}

.head_dropdown .head_dropdown1 .mobile_down .block {
    color: #333333;
    border-bottom: 1px solid #f4f4f4
}

.head_dropdown .head_dropdown1 .mobile_down .block .title_box {
    line-height: 32px;
    font-size: 16px;
    padding-left: 15px
}

.head_dropdown .head_dropdown1 .mobile_down .block .title_box .iconfont {
    font-size: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.head_dropdown .head_dropdown1 .mobile_down .block .title_box .icon {
    width: 100px;
    text-align: right;
    padding-right: 15px
}

.head_dropdown .head_dropdown1 .mobile_down .block .mobile_nav_down {
    background-color: #fafafa;
    display: none;
    padding: 10px 15px
}

.head_dropdown .head_dropdown1 .mobile_down .block .mobile_nav_down .line {
    line-height: 24px;
    display: block
}

.head_dropdown .head_dropdown1 .mobile_down .block .mobile_nav_down .line:hover {
    color: #bf2d2f
}

.head_dropdown .head_dropdown1 .mobile_down .block.active .title, .head_dropdown .head_dropdown1 .mobile_down .block:hover .title {
    color: #bf2d2f
}

.head_dropdown .head_dropdown1 .mobile_down .block.active .title_box .iconfont {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.head_dropdown .head_dropdown2 .pc_down {
    position: relative
}

.head_dropdown .head_dropdown2 .pc_down .back_color {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    width: 0;
    height: 0;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-color: #0d7c0d
}

.head_dropdown .head_dropdown2 .pc_down.bg_on .back_color {
    width: 200vw;
    height: 200vw;
    right: -50vw;
    top: -50vw
}

.head_dropdown .head_dropdown2 .mobile_down {
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    display: none
}

.head_dropdown .head_dropdown2 .mobile_down .mobile_search {
    width: 96%;
    margin-bottom: 10px;
    border-radius: 35px;
    border: 1px solid #999999;
    padding: 0 15px
}

.head_dropdown .head_dropdown2 .mobile_down .mobile_search input {
    line-height: 46px;
    padding: 0 5px;
    color: #999999
}

.head_dropdown .head_dropdown2 .mobile_down .mobile_search .iconfont {
    color: #999999;
    font-size: 26px;
    cursor: pointer
}

.head_dropdown .head_dropdown2 .mobile_down .block {
    color: #333333;
    border-bottom: 1px solid #f4f4f4
}

.head_dropdown .head_dropdown2 .mobile_down .block .title_box {
    line-height: 32px;
    font-size: 16px;
    padding-left: 15px
}

.head_dropdown .head_dropdown2 .mobile_down .block .title_box .iconfont {
    font-size: 14px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.head_dropdown .head_dropdown2 .mobile_down .block .title_box .icon {
    width: 100px;
    text-align: right;
    padding-right: 15px
}

.head_dropdown .head_dropdown2 .mobile_down .block .mobile_nav_down {
    background-color: #fafafa;
    display: none;
    padding: 10px 15px
}

.head_dropdown .head_dropdown2 .mobile_down .block .mobile_nav_down .line {
    line-height: 24px;
    display: block
}

.head_dropdown .head_dropdown2 .mobile_down .block .mobile_nav_down .line:hover {
    color: #bf2d2f
}

.head_dropdown .head_dropdown2 .mobile_down .block.active .title, .head_dropdown .head_dropdown2 .mobile_down .block:hover .title {
    color: #bf2d2f
}

.head_dropdown .head_dropdown2 .mobile_down .block.active .title_box .iconfont {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

@media (max-width: 768px) {
    .pc_down {
        display: none
    }

    .mobile_down {
        display: block
    }
}

.social-share {
    font-size: inherit;
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale
}

.social-share .social-share-icon {
    position: relative;
    display: block;
    font-size: 27px;
    line-height: 27px;
    color: #b3b3b3;
    text-align: center;
    top: 10px;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.social-share .social-share-icon:not(:first-child) {
    margin-top: 15px
}

.social-share .social-share-icon:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.social-share .social-share-icon:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.social-share .icon-weibo {
    color: #b3b3b3
}

.social-share .icon-weibo:hover {
    color: #ff763b
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7
}

.social-share .icon-tencent:hover {
    background: #56b6e7
}

.social-share .icon-qq {
    color: #b3b3b3
}

.social-share .icon-qq:hover {
    color: #56b6e7
}

.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D
}

.social-share .icon-qzone:hover {
    background: #FDBE3D
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045
}

.social-share .icon-douban:hover {
    background: #33b045
}

.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5
}

.social-share .icon-linkedin:hover {
    background: #0077B5
}

.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D
}

.social-share .icon-facebook:hover {
    background: #44619D
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437
}

.social-share .icon-google:hover {
    background: #db4437
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee
}

.social-share .icon-twitter:hover {
    background: #55acee
}

.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA
}

.social-share .icon-diandian:hover {
    background: #307DCA
}

.social-share .icon-wechat {
    position: unset;
    color: #b3b3b3
}

.social-share .icon-wechat:hover {
    color: #7bc549
}

.social-share a {
    position: relative;
    text-decoration: none;
    outline: none
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: fixed;
    z-index: 20;
    top: 50%;
    left: 50%;
    width: 250px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px #aaa;
    box-shadow: 0 2px 10px #aaa;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 200px;
    margin: 20px auto;
    text-align: center
}

.social-share .icon-wechat .wechat-qrcode .qrcode img {
    width: 150px;
    height: 150px;
    margin: 0 auto
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}

.inner_crumbs {
    position: relative
}

.inner_crumbs .item {
    position: relative;
    line-height: 1.1;
    font-size: 14px;
    margin-bottom: 50px
}

.inner_crumbs .item a {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: lighter;
    -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;
    position: relative;
    color: #ffffff;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.inner_crumbs .item .iconfont {
    color: #fff;
    font-size: 12px
}

.inner_crumbs .icon-triangle-right {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #fff;
    margin: 0 10px
}

.inner_crumbs.fixed {
    position: fixed;
    top: 170px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    -webkit-box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018);
    box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018)
}

.crumbs {
    position: relative;
    border-bottom: 1px solid #dcdcdc
}

.crumbs .monu {
    position: relative
}

.crumbs .monu .line {
    color: #323232;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.crumbs .monu .line:not(:last-child) {
    padding-right: 20px
}

.crumbs .monu .line:not(:first-child) {
    padding-left: 20px
}

.crumbs .monu .line.active, .crumbs .monu .line:hover {
    color: #bf2d2f
}

.crumbs .monu .line.active a::after, .crumbs .monu .line:hover a::after {
    width: 100%;
    left: 0
}

.crumbs .monu a {
    position: relative;
    line-height: 64px;
    font-size: 14px;
    text-align: center;
    display: block;
    color: inherit;
    font-weight: bold
}

.crumbs .monu a::after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 1px;
    background-color: #bf2d2f;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.crumbs .monu .line_icon {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    background-color: #ffffff
}

.crumbs .item {
    position: relative;
    line-height: 74px;
    font-size: 14px
}

.crumbs .item a {
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -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;
    position: relative;
    color: #ffffff;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s
}

.crumbs .item .iconfont {
    color: #fff;
    font-size: 12px
}

.crumbs .icon-triangle-right {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent transparent #fff;
    margin: 0 10px
}

.crumbs.fixed {
    position: fixed;
    top: 170px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
    -webkit-box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018);
    box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018)
}

.layui-box {
    margin-top: 40px;
    text-align: center;
    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
}

.layui-box em {
    font-style: normal
}

.layui-box a, .layui-box .layui-laypage-curr {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #333333;
    margin: 0 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: bold;
    background-color: #ebebeb
}

.layui-box a:hover, .layui-box .layui-laypage-curr:hover {
    color: #fff;
    background-color: #bf2d2f;
    border: solid 1px #bf2d2f
}

.layui-box .layui-laypage-curr {
    color: #fff;
    border: solid 1px #bf2d2f;
    background-color: #bf2d2f
}

.layui-box .layui-laypage-prev, .layui-box .layui-laypage-next, .layui-box .layui-laypage-last, .layui-box .layui-laypage-first {
    line-height: 40px;
    margin: 0 10px
}

.layui-box .layui-laypage-next {
    margin-left: 17px
}

.layui-box .layui-laypage-prev {
    margin-right: 17px
}

.switch .line {
    padding: 30px 40px;
    font-size: 18px;
    font-family: 'MicrosoftYaHei';
    color: #333333;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.switch .line .tag {
    padding-right: 35px;
    position: relative
}

.switch .line .tag::after {
    content: ' ';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border: 5px solid;
    -o-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.switch .line.prev {
    border-top: 1px solid #141d29;
    border-bottom: 1px solid #dddddd
}

.switch .line.prev .tag::after {
    top: -webkit-calc(50% - 2px);
    top: calc(50% - 2px);
    border-color: transparent transparent #333333 transparent
}

.switch .line.next {
    border-bottom: 1px solid #141d29
}

.switch .line.next .tag::after {
    top: -webkit-calc(50% + 2px);
    top: calc(50% + 2px);
    border-color: #333333 transparent transparent transparent
}

.switch .line .name {
    width: 72.72727%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.switch .line .time {
    color: #333333
}

.switch .line:hover {
    color: #bf2d2f
}

.switch .line:hover .time {
    color: #bf2d2f
}

.switch .line:hover.prev .tag::after {
    border-color: transparent transparent #bf2d2f transparent
}

.switch .line:hover.next .tag::after {
    border-color: #bf2d2f transparent transparent transparent
}

.search .main1 {
    padding: 80px 0
}

.search .main1 .search_title {
    text-align: center;
    font-size: 32px;
    font-weight: bold
}

.search .main1 .search_box {
    width: 60%;
    margin: 30px auto 30px;
    border: 1px solid #bf2d2f;
    border-radius: 25px;
    overflow: hidden
}

.search .main1 .search_box input {
    padding: 0 20px;
    line-height: 48px
}

.search .main1 .search_box .btn {
    background-color: #bf2d2f;
    width: 80px;
    cursor: pointer;
    font-size: 28px;
    color: #fff
}

.search .main1 .content {
    border-top: 1px solid #dddddd
}

.search .main1 .content .length {
    padding: 10px 0
}

.search .main1 .content .block_box .block {
    padding: 20px 0
}

.search .main1 .content .block_box .block:not(:first-child) {
    border-top: 1px solid #dddddd
}

.search .main1 .content .block_box .block .img {
    width: 23.33333%
}

.search .main1 .content .block_box .block .img .picture_container {
    padding-top: 60.71429%
}

.search .main1 .content .block_box .block .txt {
    width: 70%;
    padding-left: 20px
}

.search .main1 .content .block_box .block .txt .name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    max-height: 48px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.search .main1 .content .block_box .block .txt .abstract {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px
}

.search .main1 .content .block_box .block:hover .txt .name {
    color: #bf2d2f
}

.often_btn1 {
    width: 150px;
    line-height: 40px;
    text-align: center;
    font-size: 16px
}

body {
    overflow-x: hidden
}

.pcbtnbox {
    cursor: pointer
}

.con1260 {
    width: 1260px;
    margin: 0 auto
}

.pcbtnbox .openbtn .openbtn_box {
    display: block;
    width: 40px;
    height: 20px;
    cursor: pointer;
    position: relative
}

.openbtn_box span {
    display: block;
    width: 75%;
    height: 2px;
    background: #fff;
    position: absolute
}

.openbtn_box span:nth-child(1) {
    top: 0;
    right: 0
}

.openbtn_box span:nth-child(2) {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.openbtn_box span:nth-child(3) {
    bottom: 0;
    right: 0
}

.closebtn {
    display: none
}

.closebtn i {
    font-size: 17px
}

.pcbtnbox.cur .closebtn {
    display: block
}

.pcbtnbox.cur .openbtn_box {
    display: none
}

.navmenu_box {
    display: none;
    width: 20px;
    height: 30px;
    position: relative;
    cursor: pointer;
    z-index: 1003
}

.navmenu_box span {
    display: block;
    height: 2px;
    background: #fff;
    position: absolute;
    width: 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 0
}

.navmenu_box span:nth-child(1) {
    top: 8px
}

.navmenu_box span:nth-child(2) {
    top: 50%
}

.navmenu_box span:nth-child(3) {
    bottom: 6px
}

.navmenu_box.closeNavbtn span {
    background-color: #333
}

.closeNavbtn span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px
}

.closeNavbtn span:nth-child(2) {
    display: none
}

.closeNavbtn span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px
}

header {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 84px;
    padding: 0 40px
}

header .logo a {
    display: block;
    width: 240px
}

header .logo a img {
    width: 100%
}

header .logo a .Lhide {
    display: none
}

header .header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

header .header_nav .li {
    position: relative
}

header .header_nav .li .link {
    display: block;
    padding: 0 30px;
    line-height: 84px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap
}

header .header_nav .li .nav2 {
    min-width: 100%;
    width: auto;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    text-align: center;
    display: none
}

header .header_nav .li .nav2 a {
    display: block;
    padding: 0 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    color: #333;
    line-height: 40px;
    text-align: left;
    white-space: nowrap
}

header .header_nav .li .nav2 a.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

header .header_nav .li .nav2 a:hover {
    background-color: rgba(0, 0, 0, 0.1)
}

header .header_nav .li .nav2 .line {
    position: relative
}

header .header_nav .li .nav2 .down_block {
    height: 220px
}

header .header_nav .li .nav2 .down_block .down {
    height: 100%
}

header .header_nav .li .nav2 .down_block .down:not(:first-child) {
    display: none
}

header .header_nav .li .nav2 .down_block .down .flex {
    height: 100%
}

header .header_nav .li .nav2 .img_box {
    max-height: 150px;
    width: 200px;
    margin-left: 20px;
    text-align: left
}

header .header_nav .li .nav2 .img_box img {
    max-width: 100%
}

header .header_nav .li .nav2 .img_box img:not(:first-child) {
    display: none
}

header .header_nav .li .nav2.nav2product {
    position: fixed;
    left: 50%;
    width: 100vw;
    top: 100%;
    padding: 30px 0;
    background-color: rgba(255, 255, 255, 0.9)
}

header .header_nav .li .nav2 .line_box {
    border-right: 1px solid #dedede
}

header .header_nav .li.active .link {
    color: #ff1111
}

header .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

header .right .search {
    position: relative
}

header .right .search .icon {
    font-size: 22px;
    color: #fff;
    margin-right: 25px;
    cursor: pointer
}

header .right .search form {
    position: absolute;
    top: 100%;
    right: 0;
    width: 300px;
    height: 60px;
    display: none
}

header .right .search form .con {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

header .right .search form .con input {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 0 10px;
    border-top: 1px solid #ddd
}

header .right .search form .con button {
    width: 60px;
    height: 60px;
    background-color: #0166b3;
    position: relative
}

header .right .search form .con button i {
    color: #fff;
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

header.active {
    background-color: #fff;
    position: fixed;
    right: 0;
    -webkit-box-shadow: 0px 0px 6px -2px #eee;
    box-shadow: 0px 0px 6px -2px #eee
}

header.active .logo .Lshow {
    display: none
}

header.active .logo .Lhide {
    display: block
}

header.active .header_nav .li .link {
    color: #333
}

header.active .right .search .icon {
    color: #333
}

header.active .right .navmenu_box span {
    background-color: #333
}

header.active .openbtn_box span {
    background-color: #333
}

.mobile_full {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 20px 15px;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    overflow-y: auto;
    z-index: 99;
    display: none
}

.mobile_full .iconfont {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.mobile_full a {
    display: block
}

.mobile_full .block.active .title_box .iconfont {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.mobile_full .title_box {
    line-height: 35px;
    font-size: 16px
}

.mobile_full .title_box .icon {
    width: 50%;
    text-align: right
}

.mobile_full .title_box .title {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.mobile_full .down_box {
    display: none;
    padding-left: 10px
}

.mobile_full .down_box .down.active .down_title .iconfont {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.mobile_full .down_box .down_title {
    line-height: 35px
}

.mobile_full .down_box .down_title .title {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.mobile_full .down_box .down_title .icon {
    width: 50%;
    text-align: right
}

.mobile_full .down_box .s_down {
    display: none
}

.mobile_full .down_box .line {
    line-height: 35px
}

.full-main-nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #fff
}

.full-main-nav .full-navbg {
    position: relative;
    z-index: 3;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

.full-main-nav .full-navbg .nav-swiper {
    position: relative;
    z-index: 3;
    height: 100%;
    overflow: visible
}

.full-main-nav .full-navbg .nav-swiper li {
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition-duration: 0.5s, 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0.5s;
    -webkit-transition-property: opacity, top;
    -o-transition-property: opacity, top;
    transition-property: opacity, top;
    width: 16.66666%;
    border-right: 1px solid #f0f0f0;
    background-color: #ffffff
}

.full-main-nav .full-navbg .nav-swiper li a {
    font-weight: normal;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    display: block;
    width: 100%;
    height: 100%
}

.full-main-nav .full-navbg .nav-swiper li a:nth-child(1) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s
}

.full-main-nav .full-navbg .nav-swiper li .full-text {
    position: absolute;
    left: 0;
    top: 20%;
    width: 100%
}

.full-main-nav .full-navbg .nav-swiper li .full-text .id {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 56px;
    line-height: 56px;
    color: #f6f6f6;
    font-family: DINEng;
    text-align: center
}

.full-main-nav .full-navbg .nav-swiper li .full-text .id::before {
    content: '';
    display: block;
    width: 1px;
    height: 62px;
    background-color: #9f2273;
    margin: 0 auto 25px;
    opacity: 0
}

.full-main-nav .full-navbg .nav-swiper li .full-text .channel .title {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    text-align: center;
    font-size: 22px;
    color: #545454;
    line-height: 28px;
    margin: 30px 0 29px
}

.full-main-nav .full-navbg .nav-swiper li .full-text .channel .title .subnav {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    font-size: 16px;
    line-height: 28px;
    opacity: 1;
    text-align: center;
    margin-top: 50px
}

.full-main-nav .full-navbg .nav-swiper li .full-text .channel .title .subnav p {
    margin-bottom: 10px;
    line-height: 1.5
}

.full-main-nav .full-navbg .nav-swiper li .full-text .channel .title .subnav a {
    color: #9a9a9a;
    position: relative;
    z-index: 11
}

.full-main-nav .full-navbg .nav-swiper li .full-text .channel .title .subnav a:hover {
    color: #21297a
}

.full-main-nav .full-navbg .nav-swiper li:hover {
    background: none
}

.full-main-nav .full-navbg .nav-swiper li:hover a {
    opacity: 1
}

.full-main-nav .full-navbg .nav-swiper li:hover .id::before {
    opacity: 1
}

.full-main-nav .full-navbg .nav-swiper li:hover .id, .full-main-nav .full-navbg .nav-swiper li:hover .title, .full-main-nav .full-navbg .nav-swiper li:hover .subnav {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px)
}

.full-main-nav.active {
    z-index: 51;
    opacity: 1
}

.full-main-nav.active li {
    top: 0;
    opacity: 1
}

.header_box.header_bg {
    background: #fff !important
}

.con1380 {
    width: 1380px;
    margin: 0 auto
}

.indexBanner .bannerSwiper {
    position: relative
}
.indexBanner .bannerSwiper .swiper-slide .img{overflow:hidden;}

.indexBanner .bannerSwiper .swiper-slide .img img {
    width: 100%;
    -webkit-animation: innerBannertran 10s linear infinite;
    -o-animation: innerBannertran 10s linear infinite;
    animation: innerBannertran 10s linear infinite
}

.indexBanner .bannerSwiper .swiper-slide .img .mobile_img{display:none;}
.indexBanner .bannerSwiper .swiper-slide .bannerText {
    position: absolute;
    top: 31.5%;
    width: 100%;
    left: 0;
    color: #ffffff
}

.indexBanner .bannerSwiper .swiper-slide .bannerText .t1 {
    font-size: 48px;
    line-height: 1;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.indexBanner .bannerSwiper .swiper-slide .bannerText h5 {
    font-size: 60px;
    line-height: 1;
    font-weight: 100;
    padding: 16px 0 18px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s
}

.indexBanner .bannerSwiper .swiper-slide .bannerText .t2 {
    font-size: 14px;
    opacity: 0.6;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s
}

.indexBanner .bannerSwiper .swiper-slide .bannerText .LMore {
    margin-top: 75px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s
}

.indexBanner .bannerSwiper .swiper-slide.swiper-slide-active .bannerText .t1, .indexBanner .bannerSwiper .swiper-slide.swiper-slide-active .bannerText h5, .indexBanner .bannerSwiper .swiper-slide.swiper-slide-active .bannerText .LMore {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.indexBanner .bannerSwiper .swiper-slide.swiper-slide-active .bannerText .t2 {
    opacity: 0.6;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.indexBanner .bannerSwiper .control {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 60px;
    z-index: 10
}

.indexBanner .bannerSwiper .control .con1380 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.indexBanner .bannerSwiper .control .con1380 .Tips {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px
}

.indexBanner .bannerSwiper .control .con1380 .Tips .icon {
    width: 51px;
    height: 51px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    border-radius: 50%
}

.indexBanner .bannerSwiper .control .con1380 .Tips .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    -webkit-animation: mouse 1s linear infinite alternate;
    -o-animation: mouse 1s linear infinite alternate;
    animation: mouse 1s linear infinite alternate
}

.indexBanner .bannerSwiper .control .con1380 .Tips .t {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px
}

.indexBanner .bannerSwiper .control .con1380 .banner_prev, .indexBanner .bannerSwiper .control .con1380 .banner_next {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-top: 0;
    background-image: none;
    opacity: 1;
    width: auto;
    height: 26px
}

.indexBanner .bannerSwiper .control .con1380 .banner_prev i, .indexBanner .bannerSwiper .control .con1380 .banner_next i {
    color: #fff;
    font-size: 26px;
    line-height: 1
}

.indexBanner .bannerSwiper .control .con1380 .banner_pagination {
    position: static;
    width: auto;
    color: #fff;
    font-size: 14px;
    margin: 0 30px;
    height: 26px;
    line-height: 26px
}

.indexBanner .bannerSwiper .control .con1380 .banner_pagination i {
    font-style: normal
}

.indexBanner .bannerSwiper .control .con1380 .off {
    width: 7px;
    height: 11px;
    position: relative;
    margin-left: 22px;
    cursor: pointer
}

.indexBanner .bannerSwiper .control .con1380 .off::before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff
}

.indexBanner .bannerSwiper .control .con1380 .off::after {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff
}

.indexBanner .bannerSwiper .control .con1380 .off.active::before {
    width: auto;
    height: auto;
    border: 8px solid transparent;
    border-left-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent
}

.indexBanner .bannerSwiper .control .con1380 .off.active::after {
    display: none
}

.LMore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 160px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
    background-color: #f7f7f7;
    border-radius: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.LMore .icon {
    width: 25px;
    height: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 19px;
    margin-top: 2px
}

.LMore .icon span {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 50%;
    background-color: #0166b3;
    width: 2px;
    height: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: wo1 1.2s both infinite alternate;
    -o-animation: wo1 1.2s both infinite alternate;
    animation: wo1 1.2s both infinite alternate
}

.LMore .icon span:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.LMore .icon span:nth-child(3) {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.LMore:hover {
    background-color: #0166b3;
    color: #fff
}

.LMore:hover span {
    background-color: #fff
}

@-webkit-keyframes mouse {
    from {
        top: 50%
    }
    to {
        top: 70%
    }
}

@-o-keyframes mouse {
    from {
        top: 50%
    }
    to {
        top: 70%
    }
}

@keyframes mouse {
    from {
        top: 50%
    }
    to {
        top: 70%
    }
}

@-webkit-keyframes wo1 {
    from {
        -webkit-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1)
    }
    to {
        -webkit-transform: translateY(-50%) scale(3);
        transform: translateY(-50%) scale(3)
    }
}

@-o-keyframes wo1 {
    from {
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1)
    }
    to {
        -o-transform: translateY(-50%) scale(3);
        transform: translateY(-50%) scale(3)
    }
}

@keyframes wo1 {
    from {
        -webkit-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1)
    }
    to {
        -webkit-transform: translateY(-50%) scale(3);
        -o-transform: translateY(-50%) scale(3);
        transform: translateY(-50%) scale(3)
    }
}

@-webkit-keyframes wo {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 1
    }
}

@-o-keyframes wo {
    from {
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    to {
        -o-transform: scale(3);
        transform: scale(3);
        opacity: 1
    }
}

@keyframes wo {
    from {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    to {
        -webkit-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        opacity: 1
    }
}

.Ltitle .t1 {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    line-height: 1
}

.Ltitle .t22 {
    font-size: 26px;
    color: #333;
    line-height: 1.5
}

.Ltitle h5 {
    font-size: 36px;
    color: #0166b3;
    line-height: 42px;
    font-weight: 100
}

.Ltitle .t2 {
    font-size: 14px;
    color: #fff
}

.Ltitle.W .t1 {
    color: #fff
}

.Ltitle.W h5 {
    color: #fff
}

.home2 {
    position: relative;
    overflow: hidden
}

.home2 .imgBox {
    position: relative
}

.home2 .imgBox img {
    width: 100%
}

.home2 .imgBox .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.home2 .imgBox .icon.icon1 {
    -webkit-animation: ss1 2.5s linear infinite;
    -o-animation: ss1 2.5s linear infinite;
    animation: ss1 2.5s linear infinite
}

.home2 .imgBox .icon.icon2 {
    -webkit-animation: ss2 2.5s linear infinite;
    -o-animation: ss2 2.5s linear infinite;
    animation: ss2 2.5s linear infinite
}

.home2 .imgBox .icon.icon3 {
    -webkit-animation: ss1 2.5s linear infinite;
    -o-animation: ss1 2.5s linear infinite;
    animation: ss1 2.5s linear infinite
}

.home2 .Ltitle {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 5;
    top: 22.5%
}

.home2 .Ltitle .LMore {
    margin-top: 62px
}

.home2 .Ltitle h5 {
    margin-top: 15px
}

.home2::before {
    content: "";
    width: 100px;
    height: 222px;
    background-image: url(../images/bj1.png);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 18%;
    z-index: 10
}

.home22 {
    position: relative;
    overflow: hidden
}

.home22 .imgBox {
    position: relative
}

.home22 .imgBox img {
    width: 100%
}

.home22 .imgBox .icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.home22 .imgBox .icon.icon1 {
    -webkit-animation: ss1 2.5s linear infinite;
    -o-animation: ss1 2.5s linear infinite;
    animation: ss1 2.5s linear infinite
}

.home22 .imgBox .icon.icon2 {
    -webkit-animation: ss2 2.5s linear infinite;
    -o-animation: ss2 2.5s linear infinite;
    animation: ss2 2.5s linear infinite
}

.home22 .imgBox .icon.icon3 {
    -webkit-animation: ss1 2.5s linear infinite;
    -o-animation: ss1 2.5s linear infinite;
    animation: ss1 2.5s linear infinite
}

.home22 .Ltitle {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 5;
    top: 12.5%
}

.home22 .Ltitle .LMore {
    margin-top: 22px
}

.home22 .Ltitle h5 {
    margin-top: 15px
}

.home22::before {
    content: "";
    width: 100px;
    height: 222px;
    background-image: url(../images/bj1.png);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 18%;
    z-index: 10
}

@-webkit-keyframes ss1 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes ss1 {
    0% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes ss1 {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes ss2 {
    0% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-o-keyframes ss2 {
    0% {
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes ss2 {
    0% {
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    50% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

.home3 {
    overflow: hidden;
    padding: 182px 0 150px;
    position: relative
}

.home3 .Ltitle {
    position: relative;
    z-index: 5
}

.home3 .Ltitle .t2 {
    margin-top: 15px
}

.home3 .Ltitle .LMore {
    margin-top: 50px
}

.home3 .con {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 184px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home3 .con .box {
    text-align: center
}

.home3 .con .box .icon {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 73px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.home3 .con .box .icon img {
    max-width: 79px;
    max-height: 100%
}

.home3 .con .box .icon img.Lhide {
    display: none
}

.home3 .con .box h5 {
    margin-top: 30px;
    font-size: 16px;
    color: #fff
}

.home3 .con .box .t {
    font-size: 14px;
    color: #fff;
    opacity: 0.4
}

.home3 .con .box .dian {
    margin-top: 35px;
    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;
    position: relative
}

.home3 .con .box .dian span {
    display: block;
    border-radius: 50%;
    margin: 0 6px;
    opacity: 0;
    width: 2px;
    height: 2px;
    background-color: #fff
}

.home3 .con .box:hover .icon img.Lshow {
    display: none
}

.home3 .con .box:hover .icon img.Lhide {
    display: block
}

.home3 .con .box:hover .dian span {
    -webkit-animation: wo 1.2s both infinite alternate;
    -o-animation: wo 1.2s both infinite alternate;
    animation: wo 1.2s both infinite alternate
}

.home3 .con .box:hover .dian span:nth-child(2) {
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.home3 .con .box:hover .dian span:nth-child(3) {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.home3 .imgCont {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1
}

.home3 .imgCont .swiper-container {
    height: 100%
}

.home3 .imgCont .swiper-slide {
    width: 100%;
    height: 100%
}

.home3 .imgCont img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
    width: 100%;
    min-width: 1920px
}

.home4 {
    padding: 165px 0 160px
}

.home4 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.home4 .top .Ltitle h5 {
    margin-top: 20px
}

.home4 .top .on {
    margin-top: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.home4 .top .on .home4_prev, .home4 .top .on .home4_next {
    width: 48px;
    height: 48px;
    border: 1px solid #ececec;
    position: static;
    margin-top: 0;
    border-radius: 50%;
    background-image: none;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1
}

.home4 .top .on .home4_prev i, .home4 .top .on .home4_next i {
    font-size: 22px;
    line-height: 48px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #c9c9c9
}

.home4 .top .on .home4_prev:hover, .home4 .top .on .home4_next:hover {
    background-color: #0166b3;
    border-color: #0166b3
}

.home4 .top .on .home4_prev:hover i, .home4 .top .on .home4_next:hover i {
    color: #fff
}

.home4 .top .on .home4_next {
    margin-left: 10px
}

.home4 .home4_swiper {
    margin-top: 85px
}

.home4 .home4_swiper .swiper-slide a {
    display: block
}

.home4 .home4_swiper .swiper-slide a .img {
    padding-top: 71.42857%;
    position: relative;
    overflow: hidden
}

.home4 .home4_swiper .swiper-slide a .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 100%;
    min-width: 100%;
    max-width: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.home4 .home4_swiper .swiper-slide a .text {
    padding-top: 20px
}

.home4 .home4_swiper .swiper-slide a .text h5 {
    font-size: 18px;
    color: #000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 28px;
    max-height: 56px;
    min-height: 56px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.home4 .home4_swiper .swiper-slide a .text .data {
    font-size: 14px;
    color: #999;
    margin-top: 30px
}

.home4 .home4_swiper .swiper-slide a:hover .img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1)
}

.home4 .home4_swiper .swiper-slide a:hover .text h5 {
    color: #0166b3
}

.home5 {
    overflow: hidden;
    padding: 175px 0 135px;
    position: relative
}

.home5::before {
    content: "";
    width: 100%;
    height: 100%;
    /*background-color: #fff;*/
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.home5 .bj {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.home5 .bj .img{background-size:cover;}

.home5 .bj video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.home5 .con1380 {
    position: relative;
    z-index: 5
}

.home5 .con1380 .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.home5 .con1380 .top .Ltitle h5 {
    margin-top: 20px
}

.home5 .con1380 .block_box {
    margin-top: 105px;
    overflow-y: auto;
    max-height: 500px;
}
.home5 .con1380 .block_box::-webkit-scrollbar {
     display: none;
}

.home5 .con1380 .block_box .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70px;
    margin-bottom: 55px;
    padding: 0 10px;
    cursor: auto
}

.home5 .con1380 .block_box .block img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.home5 .con1380 .block_box .block:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.home6 {
    padding: 60px 0;
    background: url(../images/bj4.jpg);
    -webkit-background-size: cover;
    background-size: cover
}

.home6 .con1380 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.home6 .con1380 .Ltitle {
    max-width: 80%
}

.home6 .con1380 .Ltitle .t2 {
    margin-top: 10px
}

footer {
    overflow: hidden;
    background-color: #000;
    padding-top: 82px
}

footer .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px
}

footer .top .left {
    max-width: 50%
}

footer .top .left .logo img {
    width: 249px
}

footer .top .left .address {
    margin-top: 22px;
    font-size: 14px;
    color: #fff
}

footer .top .left .Fax {
    font-size: 13px;
    color: #fff;
    opacity: 0.4;
    margin-top: 5px
}

footer .top .left .Fax span:not(:first-child) {
    margin-left: 32px
}

footer .top .left .number {
    margin-top: 15px
}

footer .top .left .number h5 {
    font-size: 12px;
    color: #fff
}

footer .top .left .number .num {
    font-size: 40px;
    color: #ff0b0b;
    line-height: 1.1;
    margin-top: 5px
}

footer .top .left .ewm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px
}

footer .top .left .ewm .img img {
    width: 85px;
    height: 85px
}

footer .top .left .ewm .text {
    margin-left: 17px
}

footer .top .left .ewm .text .t1 {
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
    line-height: 20px
}

footer .top .left .ewm .text .icon {
    margin-top: 10px
}

footer .top .left .ewm .text .icon img {
    width: 20px;
    height: 20px
}

footer .top .left .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

footer .top .left .list .li {
    position: relative
}

footer .top .left .list .li:not(:first-child) {
    margin-left: 27px
}

footer .top .left .list .li .icon {
    width: 22px
}

footer .top .left .list .li .icon i {
    font-size: 22px;
    color: #a0a0a0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

footer .top .left .list .li .Lhide {
    width: 100px;
    height: 100px;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none
}

footer .top .left .list .li .Lhide img {
    width: 100%
}

footer .top .left .list .li:hover .icon i {
    color: #fff
}

footer .top .left .list .li:hover .Lhide {
    opacity: 1
}

footer .top .foot_nav {
    max-width: 55%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

footer .top .foot_nav .li:not(:first-child) {
    margin-left: 50px
}

footer .top .foot_nav .li h5 {
    font-size: 14px;
    color: #fff
}

footer .top .foot_nav .li .foot_ul2 {
    margin-top: 14px
}

footer .top .foot_nav .li .foot_ul2 a {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    opacity: 0.7;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

footer .top .foot_nav .li .foot_ul2 a:hover {
    opacity: 1
}

footer .bot {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

footer .bot .con1380 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

footer .bot .con1380 .text {
    font-size: 13px;
    color: #fff;
    opacity: 0.4
}

footer .bot .con1380 .text a {
    display: inline-block;
    font-size: 13px;
    color: #fff
}

footer .bot .con1380 .Links {
    position: relative;
    cursor: pointer
}

footer .bot .con1380 .Links .on {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 205px;
    line-height: 50px;
    height: 50px;
    border-radius: 30px;
    background-color: #212121;
    position: relative;
    padding: 0 20px
}

footer .bot .con1380 .Links .on .icon i {
    color: #666;
    font-size: 24px
}

footer .bot .con1380 .Links .on h5 {
    font-size: 13px;
    color: #fff;
    opacity: 0.4;
    margin-left: 10px
}

footer .bot .con1380 .Links .on::before {
    content: "";
    border: 4px solid transparent;
    border-bottom-color: #636363;
    position: absolute;
    top: 19px;
    right: 20px
}

footer .bot .con1380 .Links .Lhide {
    display: none;
    min-width: 100%;
    background-color: #212121;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 10px
}

footer .bot .con1380 .Links .Lhide a {
    display: block;
    color: #fff;
    opacity: 0.4;
    line-height: 30px;
    padding: 0 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

footer .bot .con1380 .Links .Lhide a:hover {
    background-color: rgba(255, 255, 255, 0.1)
}

.inner_banner {
    position: relative;
    overflow: hidden
}

.inner_banner .img img {
    width: 100%
}

.inner_banner .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff
}

.inner_banner .name {
    font-size: 48px;
    line-height: 46px;
    letter-spacing: -1px;
    color: #ffffff
}

.inner_banner .tag {
    font-size: 18px;
    font-weight: 400;
    color: rgb(255 255 255 / 60%);
    line-height: 26px;
    letter-spacing: -1px;
    margin-top: 15px
}

.inner_banner .icon {
    margin-top: 35px
}

.inner_banner:not([class*=product_details_banner]) .img img {
    -webkit-animation: innerBannertran 10s linear infinite;
    -o-animation: innerBannertran 10s linear infinite;
    animation: innerBannertran 10s linear infinite
}

@-webkit-keyframes innerBannertran {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    1100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes innerBannertran {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    1100% {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes innerBannertran {
    0% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }
    1100% {
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes innerBannertran1 {
    0% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%)
    }
    50% {
        -webkit-transform: scale(1.1) translate(-50%, -50%);
        transform: scale(1.1) translate(-50%, -50%)
    }
    1100% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%)
    }
}

@-o-keyframes innerBannertran1 {
    0% {
        -o-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%)
    }
    50% {
        -o-transform: scale(1.1) translate(-50%, -50%);
        transform: scale(1.1) translate(-50%, -50%)
    }
    1100% {
        -o-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%)
    }
}

@keyframes innerBannertran1 {
    0% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        -o-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%)
    }
    50% {
        -webkit-transform: scale(1.1) translate(-50%, -50%);
        -o-transform: scale(1.1) translate(-50%, -50%);
        transform: scale(1.1) translate(-50%, -50%)
    }
    1100% {
        -webkit-transform: scale(1) translate(-50%, -50%);
        -o-transform: scale(1) translate(-50%, -50%);
        transform: scale(1) translate(-50%, -50%)
    }
}

.inner_abstract {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.7;
    text-align: center;
    margin-top: 15px
}

.inner_tag {
    background-color: #fff;
    position: relative
}

.inner_tag:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1)
}

.inner_tag .block_box {
    overflow-x: auto;
    overflow-y: hidden
}

.inner_tag .block_box::-webkit-scrollbar {
    width: 1px;
    height: 3px;
    background-color: #fff
}

.inner_tag .block_box::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff
}

.inner_tag .block_box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #0166b3
}

.inner_tag .tag {
    font-size: 16px;
    font-weight: bold;
    color: #828282;
    line-height: 70px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: relative;
    padding-bottom: 1px;
    white-space: nowrap
}

.inner_tag .tag:not(:first-child) {
    margin-left: 100px
}

.inner_tag .tag:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #ff1111;
    z-index: 2
}

.inner_tag .tag.active:after {
    width: 104px
}

.inner_tag .tag.active, .inner_tag .tag:hover {
    color: #333333
}

.inner_title {
    font-size: 36px;
    font-weight: lighter;
    line-height: 1.4;
    color: #333333;
    text-align: center;

    /* max-width: 600px; */
    margin: auto;
    font-weight: 600;
}

.inner_title.white_title {
    color: #fff
}

.inner_main {
    padding-top: 100px ;
}

.industry_main1 {
    background-image: url(../images/industry_bg1.jpg)
}

.industry_main1 .content {
    margin-top: 25px
}

.industry_main1 .block {
    position: relative;
    background-color: #ffffff
}

.industry_main1 .block .industry_anchor {
    position: absolute;
    top: -100px
}

.industry_main1 .block .img {
    width: 50%
}

.industry_main1 .block .picture_container {
    padding-top: 64.05797%
}

.industry_main1 .block .picture_container img {
    width: 100%
}

.industry_main1 .block .txt_box {
    padding: 0 40px;
    width: 50%
}

.industry_main1 .block .txt_box .name {
    font-size: 24px;
    line-height: 1.1;
    color: #000000
}

.industry_main1 .block .txt_box .en {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #0072ff;
    margin-top: 5px
}

.industry_main1 .block .txt_box .abstract {
    padding-right: 5px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #828282;
    max-height: 154px;
    overflow-y: auto;
    overflow-x: hidden
}

.industry_main1 .block .txt_box .abstract::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    background-color: #fff
}

.industry_main1 .block .txt_box .abstract::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff
}

.industry_main1 .block .txt_box .abstract::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #0072ff
}

.industry_main1 .block .txt_box .icon {
    margin-top: 25px
}

.industry_main1 .block:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.industry_main1 .block:nth-child(even) .txt_box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right
}

.direction_main1 .block_box {
    margin-top: 50px
}

.direction_main1 .block {
    width: 31.88406%
}

.direction_main1 .block .picture_container {
    padding-top: 59.09091%
}

.direction_main1 .block .swiper-button-prev, .direction_main1 .block .swiper-button-next {
    color: #fff;
    width: auto;
    height: auto;
    margin-top: 0;
    display: none;
    font-size: 15px;
    font-weight: bold;
    background-image: none
}

.direction_main1 .block .swiper-button-prev {
    left: 20px
}

.direction_main1 .block .swiper-button-next {
    right: 20px
}

.direction_main1 .block .name {
    color: #000000;
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.1;
    font-weight: bold
}

.direction_main1 .block .tip {
    color: #828282;
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px
}

.direction_main1 .block .icon {
    width: 34px;
    height: 3px;
    margin: 20px 0;
    background-color: #0166b3
}

.direction_main1 .block .txt {
    color: #828282;
    font-size: 14px;
    font-weight: bold
}

.direction_main1 .block .txt span {
    color: #333
}

.direction_main1 .block:not(:nth-child(3n)) {
    margin-right: 2.17391%
}

.direction_main1 .block:nth-child(n+4) {
    margin-top: 0px
}

.direction_main1 .block:hover .swiper-button-prev, .direction_main1 .block:hover .swiper-button-next {
    display: block
}

.direction_main9 .block_box {
    margin-top: 50px
}

.direction_main9 .block {
    width: 31.88406%;
    margin-right: 1.2%;
}

.direction_main9 .block .picture_container9 {
    padding-top: 59.09091%
}

.direction_main9 .block .swiper-button-prev, .direction_main9 .block .swiper-button-next {
    color: #fff;
    width: auto;
    height: auto;
    margin-top: 0;
    display: none;
    font-size: 15px;
    font-weight: bold;
    background-image: none
}

.direction_main9 .block .swiper-button-prev {
    left: 20px
}

.direction_main9 .block .swiper-button-next {
    right: 20px
}

.direction_main9 .block .name {
    color: #000000;
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.1;
    font-weight: bold
}

.direction_main9 .block .tip {
    color: #828282;
    font-size: 16px;
    margin-top: 10px;
    line-height: 26px
}

.direction_main9 .block .icon {
    width: 34px;
    height: 3px;
    margin: 20px 0;
    background-color: #0166b3
}

.direction_main9 .block .txt {
    color: #828282;
    font-size: 14px;
    font-weight: bold
}

.direction_main9 .block .txt span {
    color: #333
}

.direction_main9 .block:not(:nth-child(3n)) {

}

.direction_main9 .block:nth-child(n+4) {
    margin-top: 0px
}

.direction_main9 .block:hover .swiper-button-prev, .direction_main9 .block:hover .swiper-button-next {
    display: block
}

.direction_main2 {
    background-image: url(../images/news_bg1.jpg)
}

.direction_main2 .box {
    margin-top: 60px;
    position: relative;
    text-align: center
}

.direction_main2 .box .tag_box {
    left: 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.direction_main2 .ty7{
    position: relative;
    border-radius: 50%;
    width: 15.75% !important
}

.direction_main2 .box .tag {
    position: relative;
    border-radius: 50%;
    width: 17.75%
}

.direction_main2 .box .tag .picture_container {
    padding-top: 100%
}

.direction_main2 .box .tag .mask {
    top: 50%;
    left: 50%;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #0072ff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.direction_main2 .box .tag .txt {
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.1;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.direction_main2 .box .tag:not(:first-child) {
    margin-left: -15px
}

.direction_main2 .box .tag.active .mask {
    opacity: 1
}

.direction_main2 .block_box {
    margin-top: 40px
}

.direction_main2 .block_box .block {
    padding: 20px;
    margin-bottom:30px;
    border-radius: 20px;
    background-color: #ffffff
}

.direction_main2 .block_box .block .swiper-container {
    width: 48.50746%
}

.direction_main2 .block_box .block .img .picture_container {
    padding-top: 61.84615%
}

.direction_main2 .block_box .block .title {
    text-align: center;
    font-size: 16px;
    margin-top: 10px
}

.direction_main2 .block_box .block .txt_box {
    margin-left: 60px;
    width: 44.77612%
}

.direction_main2 .block_box .block .txt_box .name {
    color: #000000;
    font-size: 24px;
    line-height: 1.1;
    font-weight: lighter
}

.direction_main2 .block_box .block .txt_box .en {
    color: #0072ff;
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.1;
    letter-spacing: -1px
}

.direction_main2 .block_box .block .txt_box .abstract {
    color: #828282;
    font-size: 14px;
    margin-top: 20px;
    font-weight: bold;
    line-height: 22px
}

.direction_main2 .block_box .block .txt_box .icon {
    margin-top: 25px
}

.direction_main2 .block_box .block .txt_box9 {
    margin-left: 60px;
    width: 44.77612%;
    margin-top:70px;
}

.direction_main2 .block_box .block .txt_box9 .name {
    color: #000000;
    font-size: 24px;
    line-height: 1.1;
    font-weight: lighter
}

.direction_main2 .block_box .block .txt_box9 .en {
    color: #0072ff;
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.1;
    letter-spacing: -1px
}

.direction_main2 .block_box .block .txt_box9 .abstract {
    color: #000000;
    font-size: 14px;
    margin-top: 20px;
    line-height: 22px
}

.direction_main2 .block_box .block .txt_box9 .icon {
    margin-top: 25px
}

.direction_main2 .block_box .swiper-button-prev, .direction_main2 .block_box .swiper-button-next {
    width: auto;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    background-image: none
}

.direction_main2 .block_box .swiper-button-prev {
    left: 10px
}

.direction_main2 .block_box .swiper-button-next {
    right: 10px
}

.case_main1 .content {
    margin-top: 30px
}

.case_main1 .content .tag_box {
    line-height: 63px;
    border-bottom: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #e5e5e5
}

.case_main1 .content .tag {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #828282;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #0166b3
}

.case_main1 .content .tag:first-child {
    border-left: 1px solid #e5e5e5
}

.case_main1 .content .tag.active {
    border-bottom: 1px solid transparent;
    color: #333333;
    border-left: 1px solid #0166b3;
    border-right: 1px solid #0166b3
}

.case_main1 .content .tag.active:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0166b3;
    height: 3px
}

.case_main1 .block_box {
    margin-top: 100px
}

.case_main1 .block_box .LMore {
    background-color: #fff;
    margin-top: 55px
}

.case_main1 .block_box .LMore:hover {
    background-color: #0166b3;
    color: #fff
}

.case_main1 .block_box .LMore:hover span {
    background-color: #fff
}

.case_main1 .block_box .block {
    background-color: #f6fbff
}

.case_main1 .block_box .block:nth-child(even) .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.case_main1 .block_box .block:nth-child(even) .txt_box {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: right
}

.case_main1 .block_box .block:nth-child(even) .txt_box .icon_line {
    left: auto;
    right: -90px;
    margin-left: auto
}

.case_main1 .block_box .block:nth-child(even) .LMore {
    margin-left: auto
}

.case_main1 .block_box .block:hover .txt_box .title {
    color: #0166b3
}

.case_main1 .block_box .img {
    width: 50%
}

.case_main1 .block_box .img .picture_container {
    padding-top: 54.16667%
}

.case_main1 .block_box .txt_box {
    position: relative;
    width: 50%;
    padding: 0 35px
}

.case_main1 .block_box .txt_box .title {
    font-size: 26px;
    line-height: 46px;
    letter-spacing: -1px;
    color: #000000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.case_main1 .block_box .txt_box .icon_line {
    position: relative;
    width: 193px;
    height: 2px;
    left: -90px;
    margin-top: 25px;
    background-color: #0166b3;
    z-index: 2
}

.case_main1 .block_box .txt_box .abstract {
    margin-top: 25px;
    font-size: 14px;
    color: #000000;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px
}

.case_main1 .more {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    width: 256px;
    line-height: 68px;
    background-color: #f7f7f7;
    border-radius: 34px;
    text-align: center;
    border: solid 1px #e4e4e4;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.case_main1 .more:hover {
    color: #fff;
    background-color: #0166b3;
    border: 1px solid #0166b3
}

.case_details_main1 {
    padding-top: 100px
}

.case_details_main1 .inner_title {
    font-weight: bold
}

.case_details_main1 .block_box {
    position: relative;
    margin-top: 40px
}

.case_details_main1 .block_box .img {
    overflow: hidden
}

.case_details_main1 .block_box .img img {
    width: 100%
}

.case_details_main1 .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.case_details_main1 .title {
    font-size: 48px;
    font-weight: lighter;
    line-height: 62px;
    color: #fafafa
}

.case_details_main1 .abstract {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-top: 35px
}

.case_details_main2 {
    position: relative;
    background-image: url(../images/case_details_bg2.jpg)
}

.case_details_main2 .bg_img {
    position: relative
}

.case_details_main2 .bg_img img {
    width: 100%
}

.case_details_main2 .title {
    font-size: 48px;
    font-weight: lighter;
    line-height: 1.1;
    text-align: center;
    color: #ffffff
}

.case_details_main2 .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.case_details_main2 .mask .center1380 {
    height: 100%
}

.case_details_main2 .block_box {
    margin-top: 50px
}

.case_details_main2 .block {
    width: 48.91304%;
    background-color: rgba(19, 34, 59, 0.5);
    border-radius: 20px;
    border: solid 1px #14314b;
    padding: 65px 55px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.case_details_main2 .block .icon {
    width: 65px;
    margin-right: 10px
}

.case_details_main2 .block .icon .picture_container {
    padding-top: 100%
}

.case_details_main2 .block .txt_box {
    width: 91.32743%;
    font-weight: bold;
    color: #ffffff
}

.case_details_main2 .block .txt_box .name {
    font-size: 20px;
    line-height: 1.1
}

.case_details_main2 .block .txt_box .abstract {
    margin-top: 15px;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow-y: auto;
    overflow-x: hidden
}

.case_details_main2 .block .txt_box .abstract::-webkit-scrollbar {
    width: 2px;
    height: 3px;
    background-color: #fff
}

.case_details_main2 .block .txt_box .abstract::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff
}

.case_details_main2 .block .txt_box .abstract::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #0072ff
}

.case_details_main2 .block .txt_box .tag {
    font-size: 16px
}

.case_details_main2 .block:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(19, 34, 59, 0.3)), to(rgba(0, 114, 255, 0.3)));
    background-image: -webkit-linear-gradient(bottom, rgba(19, 34, 59, 0.3), rgba(0, 114, 255, 0.3));
    background-image: -o-linear-gradient(bottom, rgba(19, 34, 59, 0.3), rgba(0, 114, 255, 0.3));
    background-image: linear-gradient(to top, rgba(19, 34, 59, 0.3), rgba(0, 114, 255, 0.3))
}

.case_details_main3 {
    padding: 120px 0 10px
}

.case_details_main3 .title {
    font-size: 48px;
    font-weight: lighter;
    line-height: 1.1;
    color: #282828;
    text-align: center
}

.case_details_main3 .tag_box {
    margin-top: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 5px
}

.case_details_main3 .tag_box::-webkit-scrollbar {
    width: 1px;
    height: 3px;
    background-color: #fff
}

.case_details_main3 .tag_box::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    border-radius: 2px;
    background-color: #fff
}

.case_details_main3 .tag_box::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: none;
    background-color: #fff
}

.case_details_main3 .tag_box .tag {
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    padding-bottom: 24px;
    color: #282828;
    min-width: 160px;
    text-align: center;
    position: relative;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1
}

.case_details_main3 .tag_box .tag:not(:first-child) {
    margin-left: 30px
}

.case_details_main3 .tag_box .tag:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #cfcfcf
}

.case_details_main3 .tag_box .tag.active:after {
    background-color: #0072ff
}

.case_details_main3 .swiper-slide {
    width: 48.75%;
    margin-right: 12px
}

.case_details_main3 .swiper-slide-active .block .mask {
    opacity: 1
}

.case_details_main3 .block_box {
    margin-top: 50px
}

.case_details_main3 .block {
    position: relative
}

.case_details_main3 .block img {
    width: 100%
}

.case_details_main3 .block .mask {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    position: absolute;
    font-weight: lighter;
    color: #fff;
    bottom: 77px;
    left: 50px;
    right: 0
}

.case_details_main3 .block .title {
    font-size: 30px;
    line-height: 1.1;
    color: #ffffff
}

.nys {
    margin-top:80px;
}
.nys .ntitle {
    font-size: 30px;
    line-height: 1.1;
    color: #000;
    float: left;

    text-align: right;
    padding-right: 20px;
}

.nys .nzw {
    font-size: 16px;
    opacity: 0.8;

    padding-bottom: 30px;
    float: left;
    line-height: 40px;

}

.nysdiv {
    width:33%;
    float: left;
}

.clearf{
    clear: both;
}

.case_details_main3 .block .tag {
    font-size: 16px;
    opacity: 0.8;
    margin-left: 30px
}

.case_details_main3 .col_box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 48.75%;
    margin: 0 auto;
    z-index: 2
}

.case_details_main3 .swiper-button-next, .case_details_main3 .swiper-button-prev {
    position: static;
    margin-top: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-image: none;
    margin-left: -6px;
    margin-right: 6px;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
    color: #fff;
    font-size: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.case_details_main3 .swiper-button-next:hover, .case_details_main3 .swiper-button-prev:hover {
    background-color: #0166b3
}

.news_main1 {
    background-image: url(../images/industry_bg1.jpg)
}

.news_main1 .top_block {
    margin-top: 60px
}

.news_main1 .top_block .block {
    border-radius: 20px;
    overflow: hidden
}

.news_main1 .top_block .block .img {
    width: 64.78261%
}

.news_main1 .top_block .block .img .picture_container {
    padding-top: 50.33557%
}

.news_main1 .top_block .block .txt_box {
    padding: 0 30px;
    background-color: #fff;
    width: 35.21739%
}

.news_main1 .top_block .block .time {
    font-size: 18px;
    line-height: 24px;
    color: #d41e1e
}

.news_main1 .top_block .block .name {
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    max-height: 60px;
    min-height: 60px
}

.news_main1 .top_block .block .abstract {
    margin-top: 25px;
    font-size: 14px;
    color: #333333;
    opacity: 0.7;
    margin-bottom: 50px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 22px;
    max-height: 88px;
    min-height: 88px
}

.news_main1 .top_block .swiper-pagination {
    bottom: 75px;
    width: auto;
    left: 66.95652%
}

.news_main1 .top_block .swiper-pagination-bullet {
    border-radius: 0;
    width: 6px;
    height: 6px;
    background-color: #333333;
    opacity: 0.33;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news_main1 .top_block .swiper-pagination-bullet-active {
    width: 20px;
    height: 6px;
    opacity: 1;
    background-color: #0072ff
}

.news_main1 .from_box {
    margin-top: 30px
}

.news_main1 .from_box .left_box .icon_box {
    width: 20px
}

.news_main1 .from_box .left_box .icon_box span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #d3d3d3
}

.news_main1 .from_box .left_box .year_box a {
    font-size: 14px;
    color: #b7bac0;
    margin-left: 20px;
    font-weight: bold
}

.news_main1 .from_box .left_box .year_box a.active {
    color: #fff
}

.news_main1 .from_box .right_box {
    width: 440px;
    border-radius: 10px;
    overflow: hidden
}

.news_main1 .from_box .right_box input {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 0 10px 0 60px;
    background-color: #e6e6ea;
    line-height: 60px;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.7)
}

.news_main1 .from_box .right_box input::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.7)
}

.news_main1 .from_box .right_box input:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.7)
}

.news_main1 .from_box .right_box input::-moz-placeholder {
    color: rgba(51, 51, 51, 0.7)
}

.news_main1 .from_box .right_box input::placeholder {
    color: rgba(51, 51, 51, 0.7)
}

.news_main1 .from_box .right_box .btn {
    background-color: #0072ff;
    width: 120px;
    line-height: 60px;
    font-size: 24px;
    color: #fff
}

.news_main1 .block_box {
    margin-top: 30px
}

.news_main1 .block_box .block {
    border-radius: 20px;
    overflow: hidden;
    width: 31.88406%
}

.news_main1 .block_box .block:nth-child(n+4) {
    margin-top: 30px
}

.news_main1 .block_box .block:not(:nth-child(3n)) {
    margin-right: 2.17391%
}

.news_main1 .block_box .block .img {
    position: relative
}

.news_main1 .block_box .block .img .picture_container {
    padding-top: 60.45455%
}

.news_main1 .block_box .block .img .mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    overflow: hidden;
    max-height: 0;
    height: 100%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#0072ff), to(rgba(0, 114, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, #0072ff, rgba(0, 114, 255, 0));
    background-image: -o-linear-gradient(bottom, #0072ff, rgba(0, 114, 255, 0));
    background-image: linear-gradient(to top, #0072ff, rgba(0, 114, 255, 0))
}

.news_main1 .block_box .block .img .mask .icon {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 100px;
    height: 100px;
    position: relative
}

.news_main1 .block_box .block .img .mask .icon:after, .news_main1 .block_box .block .img .mask .icon:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff
}

.news_main1 .block_box .block .img .mask .icon:after {
    width: 100%;
    height: 1px
}

.news_main1 .block_box .block .img .mask .icon:before {
    height: 100%;
    width: 1px
}

.news_main1 .block_box .block .txt_box {
    background-color: #fff;
    padding: 30px 50px 35px 30px
}

.news_main1 .block_box .block .txt_box .name {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 30px;
    max-height: 60px;
    min-height: 60px
}

.news_main1 .block_box .block .txt_box .time {
    font-size: 18px;
    line-height: 1.1;
    color: #d41e1e;
    margin-top: 20px
}

.news_main1 .block_box .block:hover .img .mask {
    max-height: 100%
}

.news_main1 .block_box .block:hover .img .mask .icon {
    opacity: 1
}

.news_main1 .more {
    margin: 0 auto;
    margin-top: 100px;
    width: 200px;
    text-align: center;
    line-height: 56px;
    border: solid 2px #0072ff;
    font-size: 14px;
    letter-spacing: 3px;
    color: #ffffff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block
}

.news_main1 .more:hover {
    background-color: #0072ff
}

.news_details_main1 {
    overflow: hidden;
    position: relative
}

.news_details_main1 .left_box {
    width: 65.21739%;
    padding-right: 110px;
    position: relative
}

.news_details_main1 .left_box:after {
    content: ' ';
    position: absolute;
    background-color: rgba(201, 201, 201, 0.4);
    width: 1px;
    height: 100000px;
    right: 0;
    top: -100px
}

.news_details_main1 .left_box .tag {
    font-weight: bold;
    font-size: 18px;
    color: #3b54ec
}

.news_details_main1 .left_box .title {
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #282828;
    font-weight: lighter;
    margin-top: 25px
}

.news_details_main1 .left_box .tip_box {
    font-size: 14px;
    color: #282828;
    opacity: 0.8;
    margin-top: 25px
}

.news_details_main1 .left_box .tip_box p:not(:first-child) {
    margin-left: 20px
}

.news_details_main1 .left_box .tag_box {
    margin-top: 10px;
    font-weight: bold;
    line-height: 23px;
    padding-bottom: 17px;
    border-bottom: 1px solid #e9e9e9
}

.news_details_main1 .left_box .tag_box a {
    margin-top: 5px;
    color: #3b54ec;
    display: block;
    padding: 0 10px;
    border-radius: 20px;
    border: 1px solid #3b54ec
}

.news_details_main1 .left_box .tag_box a:not(:first-child) {
    margin-left: 10px
}

.news_details_main1 .left_box .back_btn {
    margin: 0 auto;
    margin-top: 100px;
    width: 200px;
    text-align: center;
    line-height: 56px;
    border: solid 2px #0072ff;
    font-size: 14px;
    letter-spacing: 3px;
    color: #828282;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block
}

.news_details_main1 .left_box .back_btn:hover {
    color: #fff;
    background-color: #0072ff
}

.news_details_main1 .right_box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.news_details_main1 .right_box .title {
    font-size: 18px;
    line-height: 1.1;
    font-weight: bold;
    color: #282828
}

.news_details_main1 .right_box .news_title {
    margin-left: 35px
}

.news_details_main1 .right_box .top_box {
    padding-left: 40px
}

.news_details_main1 .right_box .block_box {
    margin-top: 35px
}

.news_details_main1 .right_box .block_box .block {
    position: relative;
    display: block;
    padding: 30px 0 40px;
    padding-left: 40px
}

.news_details_main1 .right_box .block_box .block .picture_container {
    padding-top: 60.45455%
}

.news_details_main1 .right_box .block_box .block:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 10000px;
    background-color: rgba(201, 201, 201, 0.4)
}

.news_details_main1 .right_box .block_box .block .time {
    font-size: 14px;
    line-height: 1.1;
    color: #282828;
    opacity: 0.8;
    margin-top: 20px
}

.news_details_main1 .right_box .block_box .block .name {
    font-size: 18px;
    line-height: 24px;
    color: #282828;
    margin-top: 15px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news_details_main1 .right_box .block_box .block:hover .name {
    color: #3b54ec
}

.news_details_main1 .details_txt {
    font-size: 14px;
    line-height: 24px;
    color: rgba(40, 40, 40, 0.9)
}

.news_details_main1 .details_txt p {
    margin-top: 15px
}

.news_details_main1 .details_txt img {
    max-width: 100%
}

.news_details_main1 .shaare_box {
    margin-top: 23px
}

.news_details_main1 .shaare_box a {
    width: 38px;
    height: 38px;
    font-size: 20px;
    line-height: 38px;
    border-radius: 10px;
    text-align: center;
    color: #999999;
    background-color: #f5f5f5;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.news_details_main1 .shaare_box a:not(:first-child) {
    margin-left: 6px
}

.news_details_main1 .shaare_box a:hover {
    background-color: #0072ff;
    color: #fff
}

.news_details_main1 .bg_img {
    position: absolute;
    right: 0;
    bottom: 110px;
    z-index: -1
}

.download_main1 {
    background-image: url(../images/aftersales_bg2.jpg)
}

.download_main1 .content {
    margin-top: 60px
}

.download_main1 .left_box {
    width: 26.81159%
}

.download_main1 .left_box .block {
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

.download_main1 .left_box .block:not(:first-child) {
    margin-top: 10px
}

.download_main1 .left_box .block .title {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.download_main1 .left_box .block.active .title {
    background-color: #0166b3;
    color: #fff
}

.download_main1 .left_box .block.active .title .iconfont {
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.download_main1 .left_box .block .icon_slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 30px;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #0166b3
}

.download_main1 .left_box .line {
    cursor: pointer;
    line-height: 1.3;
    padding: 30px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #828282;
    background-color: #ffffff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.download_main1 .left_box .line .iconfont {
    font-weight: 400;
    font-size: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.download_main1 .left_box .down {
    display: none
}

.download_main1 .left_box .down .line {
    margin-top: 1px
}

.download_main1 .left_box .down .line:hover {
    color: #0166b3
}

.download_main1 .right_box {
    width: 71.01449%
}

.download_main1 .right_box .block {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.download_main1 .right_box .block:not(:first-child) {
    margin-top: 20px
}

.download_main1 .right_box .block .txt_box {
    max-width: 70%
}

.download_main1 .right_box .block .name {
    font-size: 16px;
    line-height: 42px;
    color: #333333;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.download_main1 .right_box .block .icon_line {
    width: 82px;
    height: 2px;
    background-color: #071b3e
}

.download_main1 .right_box .block .icon {
    margin-top: 15px
}

.download_main1 .right_box .block .btn {
    width: 160px;
    line-height: 50px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.download_main1 .right_box .block .iconfont {
    margin-left: 15px
}

.download_main1 .right_box .block .bg_icon {
    position: absolute;
    top: 0;
    right: 29.79592%
}

.download_main1 .right_box .block .bg_icon1 {
    position: absolute;
    bottom: 0;
    left: 28.67347%
}

.download_main1 .right_box .block:hover {
    -webkit-box-shadow: inset 0 30px 30px rgba(1, 102, 179, 0.1);
    box-shadow: inset 0 30px 30px rgba(1, 102, 179, 0.1)
}

.download_main1 .right_box .block:hover .name {
    color: #0166b3
}

.download_main1 .right_box .block:hover .btn {
    background-color: #0166b3;
    color: #fff
}

.advantage_main1 {
    padding: 109px 0 109px
}

.advantage_main1 .block_box {
    margin-top: 60px;
    position: relative
}

.advantage_main1 .block_box .icon_line {
    position: absolute;
    top: 72px;
    width: 1180px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.advantage_main1 .block_box .icon_line:after {
    content: ' ';
    position: absolute;
    left: 0;
    height: 2px;
    width: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
    background-color: #0072ff
}

.advantage_main1 .block_box .icon_line.animated:after {
    width: 100%
}

.advantage_main1 .block {
    position: relative;
    z-index: 2;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.advantage_main1 .block .img {
    width: 62px;
    margin: 0 auto;
    position: relative;
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.advantage_main1 .block .img .picture_container {
    padding-top: 70.96774%
}

.advantage_main1 .block .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border: solid 2px #0072ff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    line-height: 16px;
    color: #0072ff;
    margin: 0 auto;
    margin-top: 20px
}

.advantage_main1 .block .tag {
    font-size: 12px;
    font-weight: lighter;
    line-height: 1.1;
    margin-top: 15px;
    letter-spacing: -1px;
    color: #0072ff;
    opacity: 0.5
}

.advantage_main1 .block .name {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 8px;
    opacity: 0.8
}

.advantage_main1 .block:hover .icon {
    background-color: #0072ff;
    color: #fff
}

.advantage_main1 .block:hover .img {
    top: -5px
}

.advantage_main1 .intro {

    font-size: 16px ;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    max-width: 933px;
    margin: 30px auto 0;
    text-align: center;
}

.advantage_main2 {
    background-image: url(../images/bg_.png);
    padding: 135px 0 185px
}
.advantage_main2 .inner_title{
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 80px;
    text-align: center;
}

.advantage_main2 .columns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.advantage_main2 .columns .column{
   width: calc(50% - 10px);
   padding: 50px 30px 50px 50px;
   background: rgb(255 255 255 / 90%);
   border-radius: 15px;
   margin-bottom: 20px;
   display: flex;
   align-items: flex-start;
}
.advantage_main2 .columns .column:hover{
   background: rgb(255 255 255 / 100%);
}
.advantage_main2 .columns .column img{
    width: 66px;
    margin-right: 50px;
}
.advantage_main2 .columns .title{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    padding-bottom: 20px;
}
.advantage_main2 .columns p{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-left: 1em;
    position: relative;
    text-align: initial;
}
.advantage_main2 .columns p::before{
    position: absolute;
    left: -1em;
    top: 12px;
    content: '';
    width: 6px;
    height: 6px;
    background: #0072FF;
    border-radius: 50%;
    display: inline-block;
}


@media(max-width:768px){
    .advantage_main2 .columns p,
    .advantage_main1 .intro{
        font-size: 14px;
    }
}

.advantage_main4 {
    background-image: url(../images/fuwubg_.png);
    padding: 140px 0 130px
}
.advantage_main4 .columns{
    display: flex;
    justify-content: space-around;
}
.advantage_main4 .columns .column{
    padding: 0 20px;
    width: 33.33%;
    text-align: center;
    box-sizing: border-box;
}
.advantage_main4 .column>div:nth-child(1){
    font-weight: bold;
    color: #0072FF;
    font-size: 30px;
    line-height: 1;
}
.advantage_main4 .column>div:nth-child(1) span{
    font-size: 70px;
    padding-right: 10px;
}
.advantage_main4 .columns {
    padding-top: 90px;
}
.advantage_main4 .columns .column .intro{
    font-size: 18px;
    font-family: HarmonyOS_Sans_SC_Light;
    font-weight: 400;
    color: #333333;
    line-height: 1;
    padding-top: 25px;
}
@media(max-width:768px){
    .advantage_main2 .inner_title{
        margin-bottom: 30px;
        font-size: 20px;
    }

    .advantage_main2 .columns{
        display: block;
    }
    .advantage_main2 .columns .column{
        width: 100%;
        padding: 20px;
        display: block;
    }
    .advantage_main2 .columns .title{
        font-size: 18px;
        padding: 20px 0;
    }
    .advantage_main4{
        padding: 40px 0 30px;
    }
    .advantage_main4 .columns{
        padding-top: 30px;
    }
    .advantage_main4 .column>div:nth-child(1){
        font-size: 18px;
    }
    .advantage_main4 .column>div:nth-child(1) span {
        font-size: 25px;
        padding-right: 5px;
    }
    .advantage_main4 .columns .column .intro{
        font-size: 14px;
        line-height: 20px;
        padding-top: 14px;
    }
    .advantage_main4 .columns .column{
        padding: 0 10px;
    }
}

.advantage_main2 .block {
    width: 23.91304%;
    background-color: rgba(19, 34, 59, 0.5);
    border-radius: 20px;
    border: solid 1px #14314b;
    padding: 0 30px 35px
}

.advantage_main2 .block .tag {
    width: 68px;
    height: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #0072ff;
    border-radius: 0px 0px 10px 10px
}

.advantage_main2 .block .name {
    font-size: 22px;
    font-weight: lighter;
    line-height: 30px;
    color: #ffffff;
    margin-top: 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 30px;
    max-height: 90px;
    min-height: 90px
}

.advantage_main2 .block .icon {
    margin-top: 15px
}

.advantage_main2 .block:not(:nth-child(4n)) {
    margin-right: 1.44928%
}

.advantage_main2 .block:nth-child(n+5) {
    margin-top: 20px
}

.advantage_main2 .block:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 114, 255, 0.3)), to(rgba(19, 34, 59, 0.3)));
    background-image: -webkit-linear-gradient(rgba(0, 114, 255, 0.3), rgba(19, 34, 59, 0.3));
    background-image: -o-linear-gradient(rgba(0, 114, 255, 0.3), rgba(19, 34, 59, 0.3));
    background-image: linear-gradient(rgba(0, 114, 255, 0.3), rgba(19, 34, 59, 0.3))
}

.advantage_main3 .bg_img {
    margin-top: 30px;
    position: relative
}

.advantage_main3 .bg_img img {
    width: 100%
}

.advantage_main3 .bg_img .txt {
    position: absolute;
    top: -webkit-calc(50% - 100px);
    top: calc(50% - 100px);
    width: 100%;
    text-align: center;
    font-size: 54px;
    line-height: 1.1;
    letter-spacing: 22px;
    color: #ffffff
}

.advantage_main3 .block_box {
    margin-top: -100px;
    position: relative;
    z-index: 2
}

.advantage_main3 .block_box .block {
    width: 49.27536%;
    background-color: #f7f7f7;
    padding-bottom: 50px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.advantage_main3 .block_box .block .title {
    font-size: 24px;
    font-weight: lighter;
    color: #333333;
    padding: 40px 0;
    text-align: center;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.advantage_main3 .block_box .block .title:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 480px;
    height: 2px;
    background-color: #333333;
    opacity: 0.7;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.advantage_main3 .block_box .block .abstract {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    opacity: 0.7;
    padding: 0 100px;
    margin-top: 25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.advantage_main3 .block_box .block .abstract p {
    position: relative;
    padding-left: 15px
}

.advantage_main3 .block_box .block .abstract p:after {
    content: ' ';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: 0;
    top: 13px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #333333
}

.advantage_main3 .block_box .block:hover {
    background-color: #0072ff
}

.advantage_main3 .block_box .block:hover .title {
    color: #fff
}

.advantage_main3 .block_box .block:hover .title:after {
    width: 100%;
    background-color: #fff
}

.advantage_main3 .block_box .block:hover .abstract {
    color: #fff
}

.advantage_main3 .block_box .block:hover .abstract P:after {
    background-color: #fff
}


.aftersales_main1 {
    background: #fff url(../images/aftersales_bg1.jpg) top no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto
}

.aftersales_main1 .tag {
    font-size: 24px;
    font-weight: lighter;
    line-height: 30px;
    color: #282828;
    text-align: center;
    margin-top: 35px
}

.aftersales_main1 .block_box {
    margin-top: 90px;
    border-radius: 15px;
    overflow: hidden
}

.aftersales_main1 .block_box .block {
    width: 50%;
    font-weight: bold;
    padding: 60px 70px 80px;
    background-color: #0166b3
}

.aftersales_main1 .block_box .block:nth-child(2) {
    background-color: #444b5c
}

.aftersales_main1 .block_box .block .title {
    font-size: 26px;
    line-height: 30px;
    color: #ffffff
}

.aftersales_main1 .block_box .block .abstract {
    font-size: 16px;
    line-height: 26px;
    opacity: 0.8;
    margin-top: 25px;
    color: #fff
}

.aftersales_main2 {
    padding-bottom: 100px
}

.aftersales_main2 .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    color: #211f1f
}

.aftersales_main2 .abstract {
    font-size: 16px;
    color: #211f1f;
    margin-top: 18px;
    text-align: center
}

.aftersales_main2 .block {
    width: 48.91304%
}

.aftersales_main2 .block .name {
    font-size: 14px;
    font-weight: bold;
    color: #333333
}

.aftersales_main2 .block .name span {
    color: #ff0000
}

.aftersales_main2 .block:nth-child(n+3) {
    margin-top: 30px
}

.aftersales_main2 .item_box {
    position: relative;
    margin-top: 10px
}

.aftersales_main2 .title_box {
    font-size: 20px;
    line-height: 1.1;
    color: #282828;
    margin-top: 70px;
    width: 100%
}

.aftersales_main2 .form_box {
    margin-top: 40px;
}

.aftersales_main2 .down {
    width: 100%
}

.aftersales_main2 .item {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #999999
}

.aftersales_main2 .item::-webkit-input-placeholder {
    color: #999
}

.aftersales_main2 .item:-ms-input-placeholder {
    color: #999
}

.aftersales_main2 .item::-moz-placeholder {
    color: #999
}

.aftersales_main2 .item::placeholder {
    color: #999
}

.aftersales_main2 .item input, .aftersales_main2 .item textarea {
    font-weight: inherit;
    font-size: inherit;
    line-height: 52px;
    padding: 0 30px;
    width: 100%
}

.aftersales_main2 .item_code .item {
    width: 71.11111%
}

.aftersales_main2 .item_code .code_img {
    cursor: pointer;
    width: 27.40741%;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden
}

.aftersales_main2 .item_code .code_img .picture_container {
    height: 100%;
    width: 100%
}

.aftersales_main2 .item_code .code_img .picture_container img {
    width: 100%;
    height: 100%
}

.aftersales_main2 .block_mes {
    width: 100%
}

.aftersales_main2 .block_mes textarea {
    min-height: 124px
}

.aftersales_main2 .block_img {
    width: 100%
}

.aftersales_main2 .block_img .item {
    width: 81.23188%
}

.aftersales_main2 .block_img .item textarea {
    min-height: 124px
}

.aftersales_main2 .block_img .img_updata {
    cursor: pointer;
    width: 17.3913%;
    overflow: hidden;
    border-radius: 10px;
    position: relative
}

.aftersales_main2 .block_img .img_updata input {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    cursor: pointer
}

.aftersales_main2 .block_img .img_updata .up_btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #0166b3
}

.aftersales_main2 .block_img .img_updata .txt {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aftersales_main2 .block_img .img_updata .mask {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0.6)
}

.aftersales_main2 .block_img .img_updata .mask .icon {
    width: 50px;
    height: 50px;
    position: relative
}

.aftersales_main2 .block_img .img_updata .mask .icon:after, .aftersales_main2 .block_img .img_updata .mask .icon:before {
    content: ' ';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff
}

.aftersales_main2 .block_img .img_updata .mask .icon:after {
    width: 100%;
    height: 1px
}

.aftersales_main2 .block_img .img_updata .mask .icon:before {
    height: 100%;
    width: 1px
}

.aftersales_main2 .block_img .img_updata .picture_container {
    padding-top: 51.66667%
}

.aftersales_main2 .block_img .img_updata.noimg:hover .txt {
    opacity: 0
}

.aftersales_main2 .block_img .img_updata.noimg:hover .mask {
    opacity: 1
}

.aftersales_main2 .block_img .img_updata .img_mask {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0.6)
}

.aftersales_main2 .block_img .img_updata:not([class*=noimg]):hover .img_mask {
    opacity: 1
}

.aftersales_main2 .block_btn {
    width: 100%
}

.aftersales_main2 .block_btn .btn {
    width: 200px;
    line-height: 54px;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 16px
}

.aftersales_main2 .block_btn .btn:nth-child(1) {
    color: #ffffff;
    background-color: #0166b3
}

.aftersales_main2 .block_btn .btn:nth-child(2) {
    color: #999999;
    margin-left: 20px;
    border: solid 1px rgba(130, 130, 130, 0.3)
}

.aftersales_main3 {
    position: relative;
    overflow: hidden
}

.aftersales_main3 .bg_video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.aftersales_main3 .bg_video video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.aftersales_main3 .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    text-align: center
}

.aftersales_main3 .abstract {
    font-size: 16px;
    line-height: 1.3;
    margin-top: 15px;
    text-align: center;
    color: #ffffff
}

.aftersales_main3 .content {
    position: relative;
    z-index: 2
}

.aftersales_main3 .block_box {
    border-radius: 30px;
    overflow: hidden;
    margin-top: 40px;
    padding-bottom: 100px;
    background-color: #fff
}

.aftersales_main3 .block {
    border-bottom: 2px solid #eaeaea
}

.aftersales_main3 .block .title_box {
    cursor: pointer;
    padding: 35px 40px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    color: #5f5c5c;
    background-color: #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aftersales_main3 .block .title_box .name {
    position: relative;
    padding-left: 25px
}

.aftersales_main3 .block .title_box .name:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 15px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #828282;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0.3
}

.aftersales_main3 .block .title_box .iconfont {
    font-size: 20px;
    color: #c0c0c0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aftersales_main3 .block .down {
    display: none;
    padding: 40px 60px;
    background-color: #f5f4f4;
    font-size: 16px;
    line-height: 28px;
    color: #828282
}

.aftersales_main3 .block.active .title_box {
    color: #fff;
    background-color: #0166b3
}

.aftersales_main3 .block.active .title_box .name:after {
    background-color: #fff;
    opacity: 1
}

.aftersales_main3 .block.active .title_box .iconfont {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    color: #fff
}

.aftersales_main4 {
    background-image: url(../images/aftersales_bg2.jpg)
}

.aftersales_main4 .title {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    text-align: center
}

.aftersales_main4 .block_box {
    margin-top: 40px
}

.aftersales_main4 .block {
    border-radius: 20px;
    padding: 40px 30px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #fff
}

.aftersales_main4 .block:not(:first-child) {
    margin-top: 20px
}

.aftersales_main4 .block .name {
    font-size: 16px;
    line-height: 42px;
    color: #333333
}

.aftersales_main4 .block .icon_line {
    width: 82px;
    height: 2px;
    background-color: #071b3e
}

.aftersales_main4 .block .icon {
    margin-top: 15px
}

.aftersales_main4 .block .btn {
    width: 160px;
    line-height: 50px;
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 25px;
    text-align: center;
    font-weight: bold;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aftersales_main4 .block .iconfont {
    margin-left: 15px
}

.aftersales_main4 .block .bg_icon {
    position: absolute;
    top: 0;
    right: 29.79592%
}

.aftersales_main4 .block .bg_icon1 {
    position: absolute;
    bottom: 0;
    left: 28.67347%
}

.aftersales_main4 .block .time {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #333333;
    opacity: 0.7
}

.aftersales_main4 .block:hover {
    -webkit-box-shadow: inset 0 30px 30px rgba(1, 102, 179, 0.1);
    box-shadow: inset 0 30px 30px rgba(1, 102, 179, 0.1)
}

.aftersales_main4 .block:hover .btn {
    background-color: #0166b3;
    color: #fff
}

.product section {
    position: relative
}

.product .main_anchor {
    position: absolute;
    top: -80px
}

.product_banner .bg_img img {
    width: 100%;
    -webkit-animation: innerBannertran 10s linear infinite;
    -o-animation: innerBannertran 10s linear infinite;
    animation: innerBannertran 10s linear infinite
}

.product_banner .name {
    color: #ffffff;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: -1px
}

.product_banner .tag {
    font-size: 18px;
    margin-top: 15px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    width: 700px;
    max-width: 100%;
    text-align: justify;
}

.product_banner .btn {
    width: 250px;
    display: block;
    margin-top: 70px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #ffffff;
    margin-right: 15px;
}
.product_banner .btn:last-child{margin-right: 0;}

.product_banner .btn .iconfont {
    margin-left: 10px
}

.product_banner .btn:hover {
    color: #fff;
    background-color: #0166b3
}

.product_main1 {
    background-image: -webkit-gradient(linear, 45deg, from(#f4fbff), to(#eef8ff));
    background-image: -webkit-linear-gradient(45deg, #f4fbff, #eef8ff);
    background-image: -o-linear-gradient(45deg, #f4fbff, #eef8ff);
    background-image: linear-gradient(to 45deg, #f4fbff, #eef8ff)
}

.product_main1 .tag_box {
    height: 66px;
    padding: 5px;
    width: 400px;
    margin: 0 auto;
    color: #333333;
    font-size: 16px;
    margin-top: 25px;
    font-weight: bold;
    text-align: center;
    border-radius: 33px;
    background-color: #ffffff
}

.product_main1 .tag_box .tag {
    width: 195px;
    cursor: pointer;
    line-height: 56px;
    border-radius: 28px
}

.product_main1 .tag_box .tag.active {
    color: #fff;
    background-color: #0166b3;
    -webkit-box-shadow: 0 0 30px -10px #0166b3;
    box-shadow: 0 0 30px -10px #0166b3
}

.product_main1 .tip {
    color: #333333;
    font-size: 22px;
    margin-top: 30px;
    line-height: 42px;
    text-align: center
}

.product_main1 .box .content_box:not(:first-child) {
    display: none
}

.product_main1 .box .block_box {
    margin-top: 45px;
    border-radius: 20px;
    border: solid 1px rgba(1, 102, 179, 0.1)
}

.product_main1 .box .block_box1 {
    padding: 30px
}

.product_main1 .box .block_box1 .img {
    position: relative
}

.product_main1 .box .block_box1 .img:nth-child(1) {
    z-index: 3;
    width: 26.51515%
}

.product_main1 .box .block_box1 .img:nth-child(1) .icon {
    width: 32.57143%;
    position: absolute;
    left: -webkit-calc(100% - 30px);
    left: calc(100% - 30px)
}

.product_main1 .box .block_box1 .img:nth-child(1) .icon .round_icon {
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #ffffff;
    border: solid 2px #086ab5
}

.product_main1 .box .block_box1 .img:nth-child(1) .icon .round_icon.fade {
    opacity: 1
}

.product_main1 .box .block_box1 .img:nth-child(1) .icon1 {
    top: 28.3105%;
    height: 10.27397%
}

.product_main1 .box .block_box1 .img:nth-child(1) .icon2 {
    top: 62.78539%;
    height: 35.84475%
}

.product_main1 .box .block_box1 .img:nth-child(2) {
    width: 26.51515%;
    z-index: 2
}

.product_main1 .box .block_box1 .img:nth-child(2) .icon {
    width: 28.85714%;
    position: absolute;
    left: -webkit-calc(100% - 16px);
    left: calc(100% - 16px)
}

.product_main1 .box .block_box1 .img:nth-child(2) .icon .round_icon {
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 11px;
    height: 11px;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #ffffff;
    border: solid 2px #086ab5
}

.product_main1 .box .block_box1 .img:nth-child(2) .icon .round_icon.fade {
    opacity: 1
}

.product_main1 .box .block_box1 .img:nth-child(2) .icon1 {
    top: 14.56311%;
    height: 11.84466%
}

.product_main1 .box .block_box1 .img:nth-child(2) .icon2 {
    top: 33.78641%;
    height: 49.90291%
}

.product_main1 .box .block_box1 .img:nth-child(2) .icon3 {
    top: 56.1165%;
    height: 52.42718%
}

.product_main1 .box .block_box1 .img:nth-child(3) {
    z-index: 1;
    width: 34.84848%
}

.product_main1 .box .block_box1 .obturateursss {
    fill: none;
    stroke: #bfbfbf;
    stroke-width: 1
}

.product_main1 .box .block_box2 {
    position: relative;
    text-align: center;
    padding: 60px 20px 20px
}

.product_main1 .box .block_box2 .en {
    color: #333333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    margin: 23px 0
}

.product_main1 .box .block_box2 .tilte_box {
    color: #000000;
    font-size: 24px;
    line-height: 1.1;
    position: relative;
    font-weight: lighter;
    display: inline-block
}

.product_main1 .box .block_box2 .tilte_box span {
    z-index: 2;
    position: relative
}

.product_main1 .box .block_box2 .tilte_box:after, .product_main1 .box .block_box2 .tilte_box:before {
    top: 50%;
    height: 2px;
    width: 45px;
    content: ' ';
    border-radius: 1px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product_main1 .box .block_box2 .tilte_box:after {
    left: -64px;
    background-image: -webkit-gradient(linear, right top, left top, from(#0166b3), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(right, #0166b3, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(right, #0166b3, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to left, #0166b3, rgba(255, 255, 255, 0))
}

.product_main1 .box .block_box2 .tilte_box:before {
    right: -64px;
    background-image: -webkit-gradient(linear, left top, right top, from(#0166b3), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(left, #0166b3, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(left, #0166b3, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to right, #0166b3, rgba(255, 255, 255, 0))
}

.product_main1 .box .block_box2 .tilte_box .title_icon {
    top: -webkit-calc(100% - 10px);
    top: calc(100% - 10px)
}

.product_main1 .box .block_box2 .title_icon {
    left: 50%;
    top: 100%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: iconArrow 1s linear infinite;
    -o-animation: iconArrow 1s linear infinite;
    animation: iconArrow 1s linear infinite
}

.product_main1 .box .block_box2 .img_box {
    margin-top: 32px
}

.product_main1 .box .block_box2 .img_box.img_box1 {
    margin-top: 23px
}

.product_main1 .box .block_box2 .block {
    padding: 0 100px;
    margin-top: 30px
}

.product_main1 .box .block_box2 .block .txt {
    color: #000000;
    font-size: 24px;
    line-height: 1.1;
    font-weight: lighter
}

.product_main1 .box .block_box2 .block .icon_box {
    position: relative
}

.product_main1 .box .block_box2 .block .icon_box .title_icon {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    position: static
}

.product_main1 .box .block_box2 .block .icon_box:after {
    top: 38px;
    bottom: 0;
    left: 50%;
    width: 1px;
    content: ' ';
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#a3ceff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #a3ceff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(top, #a3ceff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to bottom, #a3ceff, rgba(255, 255, 255, 0))
}

.product_main1 .box .block_box2 .block.block1 .img_box {
    margin-bottom: 30px
}

.product_main1 .box .block_box2 .block.block1 .icon_box .title_icon {
    -webkit-animation: iconArrow1 1s linear infinite;
    -o-animation: iconArrow1 1s linear infinite;
    animation: iconArrow1 1s linear infinite
}

.product_main1 .box .block_box2 .block.block1 .icon_box:after {
    top: 38px;
    bottom: 32px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#a3ceff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, #a3ceff, rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(bottom, #a3ceff, rgba(255, 255, 255, 0));
    background-image: linear-gradient(to top, #a3ceff, rgba(255, 255, 255, 0))
}

.product_main1 .box .block_box2 .outside_img1 {
    top: 214px;
    right: -128px;
    position: absolute
}

.product_main1 .box .block_box2 .outside_img2 {
    top: 1111px;
    right: -128px;
    position: absolute
}

.product_main2 {
    overflow: hidden;
    position: relative
}

.product_main2 .bg_video {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute
}

.product_main2 .bg_video video {
    top: 50%;
    left: 50%;
    height: 100%;
    max-width: none;
    min-width: 100%;
    object-fit: cover;
    position: absolute;
    -o-object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product_main2 .content {
    position: relative;
    z-index: 2
}

.product_main2 .block_box {
    margin-top: 28px
}

.product_main2 .block {
    border-radius: 20px;
    background-color: #ffffff;
    width: 48.91304%;
    padding: 60px 20px 40px 40px
}

.product_main2 .block .icon {
    width: 78px
}

.product_main2 .block .icon .picture_container {
    padding-top: 85.89744%
}

.product_main2 .block .txt_box {
    width: 82.92683%
}

.product_main2 .block .txt_box .name {
    color: #000000;
    font-size: 20px;
    line-height: 1.1;
    font-weight: bold
}

.product_main2 .block .txt_box .abstract {
    color: #828282;
    font-size: 14px;
    margin-top: 15px;
    overflow-y: auto;
    font-weight: bold;
    line-height: 22px;
    max-height: 105px;
    overflow-x: hidden
}

.product_main2 .block .txt_box .abstract::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #fff
}

.product_main2 .block .txt_box .abstract::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff
}

.product_main2 .block .txt_box .abstract::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #0166b3
}

.product_main2 .block:nth-child(n+3) {
    margin-top: 20px
}

.bg_video .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.product_main3 {
    position: relative
}

.product_main3 .bg_img {
    margin: 43px auto 0;
    width: 62.17391%
}

.product_main3 .content {
    position: relative
}

.product_main3 .block_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.product_main3 .block {
    position: absolute
}

.product_main3 .block .name {
    color: #333333;
    font-size: 22px;
    line-height: 1.1
}

.product_main3 .block .icon_box {
    margin-top: 5px
}

.product_main3 .block .icon_box .icon_line {
    width: 100%;
    height: 1px;
    background-color: #0072ff
}

.product_main3 .block .icon_box .icon {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    border: dotted 2px #0072ff;
    -webkit-animation: iconRotate 10s linear infinite;
    -o-animation: iconRotate 10s linear infinite;
    animation: iconRotate 10s linear infinite
}

.product_main3 .block .icon_box .icon:after {
    top: 50%;
    left: 50%;
    width: 11px;
    height: 11px;
    content: ' ';
    position: absolute;
    border-radius: 50%;
    background-color: #0072ff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.product_main3 .block .tip {
    color: #828282;
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.product_main3 .block .LMore {
    margin-top: 18px
}

.product_main3 .block:nth-child(even) .icon_line {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.product_main3 .block:nth-child(even) .icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.product_main3 .block:nth-child(1) {
    left: 0;
    top: 16.19048%;
    width: 40.57971%
}

.product_main3 .block:nth-child(2) {
    right: 0;
    top: 11.42857%;
    width: 30.94203%
}

.product_main3 .block:nth-child(2) .name, .product_main3 .block:nth-child(2) .tip, .product_main3 .block:nth-child(2) .LMore {
    margin-left: 47px
}

.product_main3 .block:nth-child(3) {
    left: 0;
    top: 58.47619%;
    width: 33.18841%
}

.product_main3 .block:nth-child(4) {
    right: 0;
    top: 64.19048%;
    width: 38.18841%
}

.product_main3 .block:nth-child(4) .name, .product_main3 .block:nth-child(4) .tip, .product_main3 .block:nth-child(4) .LMore {
    margin-left: 150px
}

.product_main3 .txt_block {
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute
}

.product_main3 .txt_block .txt_box {
    top: 0;
    bottom: 0;
    width: 50%;
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    left: -webkit-calc(-50% - 46px);
    left: calc(-50% - 46px);
    padding-left: 13.54167%;
    background-color: rgba(0, 114, 255, 0.96)
}

.product_main3 .txt_block .txt_box .txt {
    color: #ffffff;
    padding: 80px 0;
    overflow-y: auto
}

.product_main3 .txt_block .txt_box .txt::-webkit-scrollbar {
    width: 1px;
    height: 3px;
    background-color: #fff
}

.product_main3 .txt_block .txt_box .txt::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff
}

.product_main3 .txt_block .txt_box .txt::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #bf2d2f
}

.product_main3 .txt_block .txt_box .txt .name {
    font-size: 28px;
    line-height: 1.1
}

.product_main3 .txt_block .txt_box .txt .name::-moz-selection {
    background-color: #ff0000
}

.product_main3 .txt_block .txt_box .txt .name::selection {
    background-color: #ff0000
}

.product_main3 .txt_block .txt_box .txt .name::-moz-selection {
    background-color: #ff0000
}

.product_main3 .txt_block .txt_box .txt .abstract {
    font-weight: bold
}

.product_main3 .txt_block .txt_box .txt .abstract::-moz-selection {
    background-color: #ff0000
}

.product_main3 .txt_block .txt_box .txt .abstract::selection {
    background-color: #ff0000
}

.product_main3 .txt_block .txt_box .txt .abstract::-moz-selection {
    background-color: #ff0000
}

.product_main3 .txt_block .txt_box .txt .abstract P {
    margin-top: 20px
}

.product_main3 .txt_block .txt_box .txt .abstract P::-moz-selection {
    background-color: #ff0000
}

.product_main3 .txt_block .txt_box .txt .abstract P::selection {
    background-color: #ff0000
}

.product_main3 .txt_block .txt_box .txt .abstract P::-moz-selection {
    background-color: #ff0000
}

.product_main3 .txt_block .txt_box .exit_btn {
    top: 50%;
    left: 100%;
    width: 46px;
    cursor: pointer;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product_main3 .txt_block .txt_box .exit_btn:after {
    top: 50%;
    left: 50%;
    content: ' ';
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent #fff transparent transparent
}

.product_main3 .txt_block .txt_box:nth-child(even) {
    left: auto;
    padding-left: 0;
    text-align: right;
    right: -webkit-calc(-50% - 46px);
    right: calc(-50% - 46px);
    padding-right: 13.54167%
}

.product_main3 .txt_block .txt_box:nth-child(even) .exit_btn {
    left: auto;
    right: 100%;
    -webkit-transform: rotateY(180deg) translateY(-50%);
    transform: rotateY(180deg) translateY(-50%)
}

@-webkit-keyframes iconRotate {
    from {
        -webkit-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    to {
        -webkit-transform: rotateZ(365deg);
        transform: rotateZ(365deg)
    }
}

@-o-keyframes iconRotate {
    from {
        -o-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    to {
        -o-transform: rotateZ(365deg);
        transform: rotateZ(365deg)
    }
}

@keyframes iconRotate {
    from {
        -webkit-transform: rotateZ(0);
        -o-transform: rotateZ(0);
        transform: rotateZ(0)
    }
    to {
        -webkit-transform: rotateZ(365deg);
        -o-transform: rotateZ(365deg);
        transform: rotateZ(365deg)
    }
}

@-webkit-keyframes iconArrow {
    from {
        margin-top: 0
    }
    to {
        margin-top: 5px
    }
}

@-o-keyframes iconArrow {
    from {
        margin-top: 0
    }
    to {
        margin-top: 5px
    }
}

@keyframes iconArrow {
    from {
        margin-top: 0
    }
    to {
        margin-top: 5px
    }
}

@-webkit-keyframes iconArrow1 {
    from {
        margin-bottom: 0
    }
    to {
        margin-bottom: -5px
    }
}

@-o-keyframes iconArrow1 {
    from {
        margin-bottom: 0
    }
    to {
        margin-bottom: -5px
    }
}

@keyframes iconArrow1 {
    from {
        margin-bottom: 0
    }
    to {
        margin-bottom: -5px
    }
}

.product_main4 {
    background-image: url(../images/platform_bg1.jpg)
}

.product_main4 .block_box {
    margin-top: 30px
}

.product_main4 .block {
    width: 23.91304%;
    background-color: #fff;
    border-radius: 20px;
    border: solid 1px #14314b;
    padding: 0 30px 35px;
    position: relative;
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product_main4 .block .tag {
    width: 68px;
    height: 32px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background-color: #0072ff;
    border-radius: 0px 0px 10px 10px
}

.product_main4 .block .name {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 35px
}

.product_main4 .block .abstract {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #666666;
    margin-top: 15px
}

.product_main4 .block .icon {
    margin-top: 15px
}

.product_main4 .block:not(:nth-child(4n)) {
    margin-right: 1.44928%
}

.product_main4 .block:nth-child(n+5) {
    margin-top: 20px
}

.product_main4 .block:hover {
    top: -10px
}

.product_main5 {
    position: relative
}
.product_main5 .bg_img img{width:100%;}

.product_main5 .mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
    position: absolute
}

.product_main5 .en {
    color: #0072ff;
    font-size: 32px;
    line-height: 42px
}

.product_main5 .name {
    color: #ffffff;
    font-size: 48px;
    margin-top: 15px;
    line-height: 42px;
    font-weight: lighter
}

.product_main5 .btn {
    color: #fff;
    width: 73px;
    height: 73px;
    margin: 0 auto;
    font-size: 20px;
    cursor: pointer;
    margin-top: 40px;
    line-height: 69px;
    border-radius: 50%;
    border: solid 2px rgba(255, 255, 255, 0.5)
}

.product_details section {
    position: relative
}

.product_details .main_anchor {
    position: absolute;
    top: -80px
}

.product_details .inner_title {
    font-weight: bold
}

.product_details_banner .bg_img img {
    width: 100%
}

.product_details_banner .name {
    color: #ffffff;
    font-size: 36px;
    line-height: 1.1;
    margin-top: 30px
}

.product_details_banner .tag {
    font-size: 16px;
    margin-top: 40px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.55)
}

.product_details_banner .img {
    width: 43.62319%;
    overflow: hidden
}

.product_details_main1 {
    padding: 120px 0
}

.product_details_main1 .txt_box {
    color: #34353d;
    font-size: 14px;
    line-height: 26px;
    width: 68.47826%
}

.product_details_main2 {
    background-image: url(../images/case_details_bg2.jpg)
}

.product_details_main2 .right_box {
    width: 69.56522%
}

.product_details_main2 .right_box .block {
    width: 41.66667%
}

.product_details_main2 .right_box .block .num {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 26px
}

.product_details_main2 .right_box .block .txt {
    color: #ffffff;
    font-size: 18px;
    margin-top: 20px;
    padding-top: 20px;
    line-height: 26px;
    border-top: 1px solid #ffffff
}

.product_details_main2 .right_box .block:nth-child(n+3) {
    margin-top: 60px
}

.product_details_main2 .right_box .block.blocks {
    width: 100%
}

.product_details_main2 .right_box .img {
    margin-top: 55px
}

.product_details_main3 .right_box {
    width: 69.56522%
}

.product_details_main3 .right_box .title_box {
    width: 200px;
    color: #282828;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 40px;
    border-radius: 20px 0px 0px 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 114, 255, 0.4)), to(#fbfdff));
    background-image: -webkit-linear-gradient(rgba(0, 114, 255, 0.4), #fbfdff);
    background-image: -o-linear-gradient(rgba(0, 114, 255, 0.4), #fbfdff);
    background-image: linear-gradient(rgba(0, 114, 255, 0.4), #fbfdff)
}

.product_details_main3 .right_box .title_box .title {
    padding: 15px 0
}

.product_details_main3 .right_box .block {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    padding: 25px 0;
    overflow-x: auto
}

.product_details_main3 .right_box .block::-webkit-scrollbar {
    width: 1px;
    height: 3px;
    background-color: #fff
}

.product_details_main3 .right_box .block::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff
}

.product_details_main3 .right_box .block::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #0166b3
}

.product_details_main3 .right_box .line_box {
    padding-left: 40px
}

.product_details_main3 .right_box .line_box .line {
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    padding: 15px 0;
    min-width: 33.33%
}

.product_details_main4 {
    background-image: url(../images/case_details_bg2.jpg)
}

.product_details_main4 .right_box {
    min-height: 400px;
    text-align: center;
    border-radius: 20px;
    border: solid 1px #004aa3;
    width: 69.56522%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 114, 255, 0.2)), to(rgba(19, 34, 59, 0.2)));
    background-image: -webkit-linear-gradient(rgba(0, 114, 255, 0.2), rgba(19, 34, 59, 0.2));
    background-image: -o-linear-gradient(rgba(0, 114, 255, 0.2), rgba(19, 34, 59, 0.2));
    background-image: linear-gradient(rgba(0, 114, 255, 0.2), rgba(19, 34, 59, 0.2))
}

.about_main1 {
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 662px, #f5f5f5 662px, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #fff 662px, #f5f5f5 662px, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 662px, #f5f5f5 662px, #f5f5f5 100%)
}

.about_main1 .img {
    margin-top: 30px;
    position: relative
}

.about_main1 .img .txt_box {
    left: 0;
    top: 50%;
    min-width: 660px;
    padding: 80px 60px;
    position: absolute;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about_main1 .img .txt_box .name {
    color: #282828;
    font-size: 36px;
    line-height: 42px;
    font-weight: lighter
}

.about_main1 .img .txt_box .tip {
    color: #b9b9b9;
    font-size: 18px;
    margin-top: 35px;
    font-weight: bold;
    padding-top: 40px;
    line-height: 28px;
    border-top: 1px solid #dfdfdf
}

.about_main1 .details_txt {
    color: #686868;
    font-size: 16px;
    margin-top: 50px;
    line-height: 30px
}

.about_main1 .details_txt p:not(:first-child) {
    margin-top: 20px
}

.about_main2 {
    background-image: url(../images/about_bg5.jpg)
}

.historyBox {
    overflow: hidden
}

.historyBox .history {
    max-width: 1440px;
    margin: 0px auto
}

.historyBox .history .title {
    font-size: 36px;
    color: #282828;
    font-weight: 700;
    text-align: center
}

.historyBox .history .yearSegment {
    padding-top: 50px
}

.historyBox .history .yearSegment ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid rgba(229, 229, 229, 0.2)
}

.historyBox .history .yearSegment ul li {
    text-align: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    cursor: pointer;
    position: relative;
    padding-bottom: 30px
}

.historyBox .history .yearSegment ul li:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: #e5e5e5;
    opacity: 0.3
}

.historyBox .history .yearSegment ul li h3 {
    font-size: 30px;
    font-weight: 600
}

.historyBox .history .yearSegment ul li p {
    font-size: 16px;
    font-weight: 600
}

.historyBox .history .yearSegment ul li.cur {
    color: #0072ff
}

.historyBox .history .yearSegment ul li.cur:before {
    content: ' ';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0072ff
}

.historyBox .history .yearSegment ul li:last-child:after {
    display: none
}

.historyBox .history .historyList {
    overflow: hidden;
    position: relative
}

.historyBox .history .historyList .historyListContentBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 80px 0px 0px
}

.historyBox .history .historyList .historyListContentBox .historyListYaer {
    width: 40%;
    padding-bottom: 20px
}

.historyBox .history .historyList .historyListContentBox .historyListYaer h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
    line-height: 1.1;
    padding-bottom: 20px
}

.historyBox .history .historyList .historyListContentBox .historyListYaer .desc {
    font-size: 24px;
    color: #fff;
    line-height: 36px
}

.historyBox .history .historyList .historyListContentBox .historyListYaer .tip {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.5;
    margin-top: 15px
}

.historyBox .history .historyList .historyListContentBox .historyListYaer .img {
    margin-top: 20px
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox {
    width: 60%
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 0px;
    border-bottom: 1px solid rgba(237, 237, 237, 0.2)
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dt {
    width: 155px;
    position: relative;
    padding-left: 35px;
    font-size: 24px;
    color: #fff;
    font-weight: 700
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dt .line {
    position: absolute;
    top: -40px;
    height: 1px;
    left: 0px;
    display: none;
    background: #0072ff;
    width: 155px
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li .month {
    min-width: 40px;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li .desc {
    font-size: 16px;
    color: #fff
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl.cur {
    background: #ededed;
    padding: 40px 0px 50px
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl.cur dt .line {
    display: block
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl.cur dt {
    color: #282828
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl.cur dd ul li .month {
    color: #3b54ec
}

.historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl.cur dd ul li .desc {
    color: #3b54ec
}

.about_main3 {
    background-image: url(../images/about_bg1.jpg)
}

.about_main3 .inner_abstract {
    color: rgba(0, 0, 0, 0.7)
}

.about_main3 .block_box {
    margin-top: 40px
}

.about_main3 .block {
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
    width: 32.36382%;
    -webkit-box-shadow: 0 20px 20px -10px #dedede;
    box-shadow: 0 20px 20px -10px #dedede
}

.about_main3 .block .bg_img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-image: url(../images/about_bg2.png)
}

.about_main3 .block .picture_container {
    padding-top: 61.53846%
}

.about_main3 .block .box {
    z-index: 2;
    padding: 35px 20px;
    position: relative
}

.about_main3 .block .box .icon_on {
    display: none
}

.about_main3 .block .box .txt_box {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(35, 97, 165, 0.2)
}

.about_main3 .block .box .name {
    color: #333333;
    font-size: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    font-weight: lighter
}

.about_main3 .block .box .iconfont {
    color: #2361a5;
    font-size: 26px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.about_main3 .block:hover .bg_img {
    opacity: 1
}

.about_main3 .block:hover .icon_on {
    display: block
}

.about_main3 .block:hover .icon_off {
    display: none
}

.about_main3 .block:hover .box .txt_box {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.about_main3 .block:hover .box .name {
    color: #fff
}

.about_main3 .block:hover .box .iconfont {
    color: #fff
}

/* .about_main3 .block:not(:nth-child(5n)) {
    margin-right: 1.44928%
} */
.about_main3 .block:not(:nth-child(3n)) {
    margin-right: 1.44928%
}
.about_main3 .block:nth-child(n+6) {
    margin-top: 20px
}

.about_main4 {
    background-image: url(../images/about_bg3.jpg)
}

.about_main4 .block_box {
    margin-top: 60px;
    position: relative
}

.about_main4 .swiper-slide {
    width: 18.04348%
}

.about_main4 .picture_container {
    padding-top: 136.14458%
}

.about_main4 .picture_container img {
    width: 100%
}

.about_main4 .swiper-button-prev, .about_main4 .swiper-button-next {
    background-image: none;
    opacity: 1;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    border: solid 1px #ececec
}

.about_main4 .swiper-button-prev {
    left: -87px
}

.about_main4 .swiper-button-next {
    right: -87px
}

.about_main4 .aboutMain4Swiper:after {
    content: ' ';
    position: absolute;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.3;
    width: 100%;
    bottom: 36px
}

.about_main4 .aboutMain4Swiper:before {
    content: ' ';
    position: absolute;
    height: 3px;
    bottom: 36px;
    left: -webkit-calc(50% - 10px);
    left: calc(50% - 10px);
    background-color: #0072ff;
    width: 22.46377%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about_main4 .name {
    opacity: 0;
    color: #ffffff;
    font-weight: bold;
    margin-top: 50px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.about_main4 .swiper-slide-active {
    width: 22.46377%
}

.about_main4 .swiper-slide-active .name {
    opacity: 1
}

.about_main5 .content {
    margin-top: 40px
}

.about_main6 {
    overflow: hidden;
    position: relative
}

.about_main6 .bg_img img {
    width: 100%
}

.about_main6 .right_box {
    z-index: 2;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    width: 62.5%;
    left: 65.65657%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.4)
}

.about_main6 .right_box .picture_container {
    padding-top: 100%
}

.about_main6 .right_box .tag_box {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    -webkit-transform: rotateZ(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg)
}

.about_main6 .right_box .tag_box .tag {
    width: 16px;
    height: 16px;
    opacity: 0.6;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    background-color: #2a374e;
    border: solid 2px #ffffff;
    -webkit-transform: rotateZ(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.about_main6 .right_box .tag_box .tag:after {
    top: 50%;
    left: 50%;
    width: 22px;
    height: 22px;
    content: ' ';
    border-radius: 50%;
    position: absolute;
    border: 1px dotted #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about_main6 .right_box .tag_box .tag .txt {
    top: 50%;
    color: #ffffff;
    font-size: 20px;
    position: absolute;
    white-space: nowrap;
    font-weight: lighter;
    right: -webkit-calc(100% + 21px);
    right: calc(100% + 21px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about_main6 .right_box .tag_box .tag.active {
    opacity: 1;
    background-color: #0072ff
}

.about_main6 .img {
    top: 50%;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
    width: 62.5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 69.19192%
}

.about_main6 .img .picture_container {
    padding-top: 100%
}

.about_main6 .img .picture_container img {
    width: 100%
}

.about_main6 .block_box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.about_main6 .block_box .block {
    position: absolute
}

.about_main6 .block_box .block .icon {
    left: -webkit-calc(50% + 7px);
    left: calc(50% + 7px);
    width: 30px;
    bottom: 100%;
    height: 29px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about_main6 .block_box .block .icon_on {
    display: none
}

.about_main6 .block_box .block .name {
    left: 50%;
    top: 100%;
    opacity: 0;
    width: 100px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.about_main6 .block_box .block .txt_box {
    top: 50%;
    opacity: 0;
    width: 532px;
    padding: 40px;
    min-height: 147px;
    position: absolute;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    pointer-events: none;
    right: -webkit-calc(100% + 25px);
    right: calc(100% + 25px);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: url(../images/address_txt_bg.png)
}

.about_main6 .block_box .block .txt_box .title {
    color: #333333;
    font-size: 14px;
    font-weight: bold
}

.about_main6 .block_box .block .txt_box .abstract {
    color: #333333;
    font-size: 20px;
    margin-top: 10px;
    line-height: 28px;
    font-weight: lighter
}

.about_main6 .block_box .block.active {
    z-index: 2
}

.about_main6 .block_box .block.active .icon_on {
    display: block
}

.about_main6 .block_box .block.active .icon_off {
    display: none
}

.about_main6 .block_box .block.active .name {
    opacity: 1
}

.about_main6 .block_box .block.active .txt_box {
    opacity: 1;
    pointer-events: auto
}

.about .aftersales_main2 .block_code {
    width: 100%
}

.about .aftersales_main2 .block_code .item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-right: 10px
}

.about .aftersales_main2 .block_code .item_code .code_img {
    width: 200px
}

.module_search1 .content {
    padding: 80px 0
}

.module_search1 .search_title {
    font-size: 32px;
    text-align: center;
    font-weight: bold
}

.module_search1 .search_box {
    width: 60%;
    margin: 30px auto 30px;
    border: 1px solid #bf2d2f;
    border-radius: 25px;
    overflow: hidden
}

.module_search1 .search_box input {
    padding: 0 20px;
    line-height: 48px
}

.module_search1 .search_box .btn {
    background-color: #bf2d2f;
    width: 80px;
    cursor: pointer;
    font-size: 28px;
    color: #fff
}

.module_search1 .content {
    border-top: 1px solid #dddddd
}

.module_search1 .content .length {
    padding: 10px 0
}

.module_search1 .content .block_box .block {
    padding: 20px 0
}

.module_search1 .content .block_box .block:not(:first-child) {
    border-top: 1px solid #dddddd
}

.module_search1 .content .block_box .block .img {
    width: 23.33333%
}

.module_search1 .content .block_box .block .img .picture_container {
    padding-top: 60.71429%
}

.module_search1 .content .block_box .block .txt {
    width: 70%;
    padding-left: 20px
}

.module_search1 .content .block_box .block .txt .name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    max-height: 48px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.module_search1 .content .block_box .block .txt .abstract {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px
}

.module_search1 .content .block_box .block:hover .txt .name {
    color: #bf2d2f
}

.right_aside {
    -webkit-box-shadow: 0 0 20px -10px #333;
    box-shadow: 0 0 20px -10px #333;
    position: fixed;
    right: 10px;
    top: 50%;
    width: 130px;
    border-radius: 15px;
    z-index: 10;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.right_aside .block {
    padding: 11px 11px 25px;
    background-color: #ffffff;
    border-radius: 15px;
    position: relative;
    z-index: 2
}

.right_aside .exit_btn {
    font-size: 14px;
    text-align: right;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.right_aside .exit_btn:hover {
    color: #bf2d2f
}

.right_aside .name {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    color: #333333
}

.right_aside .img {
    margin: 5px 5px 0
}

.right_aside .img .picture_container {
    padding-top: 100%
}

.right_aside .btn {
    width: 85px;
    line-height: 30px;
    text-align: center;
    display: block;
    margin: 8px auto 0;
    background-color: #b90000;
    border-radius: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff
}

.right_aside .bottom_box {
    margin-top: -15px;
    padding: 35px 11px 20px;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    border-radius: 0 0 15px 15px;
    background-color: #000;
    color: rgba(255, 255, 255, 0.7)
}

.right_aside .open_btn {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 100%;
    background-color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px 0 0 10px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.right_aside.active {
    right: -130px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.right_aside.active .open_btn {
    opacity: 1;
    pointer-events: auto
}

.from_popup {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.from_popup .aftersales_main2 {
    position: relative;
    padding: 40px 20px;
    background-color: #fff
}

.from_popup .mask {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5% 0
}

.from_popup .exit_btn {
    position: absolute;
    top: -20px;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #bf2d2f;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.from_popup .exit_btn:after {
    content: ' ';
    position: absolute;
    width: 60%;
    background-color: #fff;
    height: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.from_popup .exit_btn:before {
    content: ' ';
    position: absolute;
    height: 60%;
    background-color: #fff;
    width: 1px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.details_bottom {
    margin-top: 40px
}

.details_bottom a {
    font-size: 18px;
    color: #7f7f7f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    line-height: 40px
}

.details_bottom a span {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.details_bottom a:hover span {
    color: #bf2d2f
}

.debtn_list {
    width: 22px;
    height: 18px;
    margin: 0 45px
}

.debtn_list:hover span {
    background: #bf2d2f
}

.debtn_list span {
    display: block;
    height: 3px;
    background: #7f7f7f
}

.debtn_list span:nth-child(2) {
    width: 18px;
    margin-top: 4px
}

.debtn_list span:nth-child(3) {
    width: 12px;
    margin-top: 4px
}

@media (min-width: 992px) {
    header .header_nav .li:hover .nav2 {
        opacity: 1;
        pointer-events: all;
        top: 100%
    }
}

@media (max-width: 1700px) {
    .product_main1 .box .block_box2 {
        margin: 0 auto;
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px)
    }
}

@media (max-width: 1500px) {
    .historyBox .history {
        max-width: 1260px
    }

    .historyBox .history .title {
        font-size: 30px
    }

    .historyBox .history .yearSegment {
        padding-top: 40px
    }

    .historyBox .history .yearSegment ul li h3 {
        font-size: 24px
    }

    .historyBox .history .yearSegment ul li p {
        font-size: 14px
    }

    .historyBox .history .historyList .historyListContentBox {
        padding: 60px 0px 0px
    }

    .historyBox .history .historyList .historyListContentBox .historyListYaer h3 {
        font-size: 38px;
        padding-bottom: 15px
    }

    .historyBox .history .historyList .historyListContentBox .historyListYaer .desc {
        font-size: 20px;
        line-height: 30px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl {
        padding: 25px 0px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dt {
        width: 155px;
        padding-left: 35px;
        font-size: 20px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dt .line {
        top: -30px;
        width: 155px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li {
        line-height: 30px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li .month {
        font-size: 14px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li .desc {
        font-size: 14px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl.cur {
        padding: 30px 0px 40px
    }

    .about_main4 .swiper-button-next {
        right: 0
    }

    .about_main4 .swiper-button-prev {
        left: 0
    }

    .about_main4 .swiper-button-prev, .about_main4 .swiper-button-next {
        color: #fff;
        background-color: #0072ff;
        border: solid 1px #0072ff
    }
}

@media (max-width: 1400px) {
    .con1380 {
        width: 100%;
        padding: 0 15px
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText .LMore {
        margin-top: 30px
    }

    .indexBanner .bannerSwiper .control {
        bottom: 30px
    }

    footer .top .left .Fax span:not(:first-child) {
        margin-left: 10px
    }

    .news_details_main1 .right_box .block_box .block {
        padding: 20px 0;
        padding-left: 20px
    }

    .news_details_main1 .right_box .top_box {
        padding-left: 20px
    }

    .news_details_main1 .right_box .news_title {
        margin-left: 20px
    }

    .news_details_main1 .left_box {
        padding-right: 40px
    }

    .news_details_main1 .left_box .title {
        font-size: 26px
    }
}

@media (max-width: 1300px) {
    .con1260 {
        width: 100%;
        padding: 0 15px
    }

    .case_details_main2 .block {
        padding: 30px
    }

    .advantage_main1 .block_box .icon_line {
        width: 84%
    }

    footer .top .foot_nav .li:not(:first-child) {
        margin-left: 30px
    }

    .from_popup .aftersales_main2 {
        padding: 20px 0;
        width: 100%
    }

    .from_popup .mask {
        padding: 20% 0
    }
}

@media (max-width: 1260px) {
    header .header_nav .li .link {
        padding: 0 10px
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText .t1 {
        font-size: 38px
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText h5 {
        font-size: 44px
    }

    .home3 {
        padding: 110px 0
    }

    .home3 .con {
        margin-top: 100px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .home3 .con .box {
        width: 25%
    }

    .home3 .imgCont {
        width: 100%;
        height: 100%
    }

    .home3 .imgCont .home3Img_swiper {
        height: 100%
    }

    .home3 .imgCont .home3Img_swiper img {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: none;
        min-width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    footer .top {
        display: block
    }

    footer .top .left {
        max-width: none;
        width: 100%
    }

    footer .top .foot_nav {
        width: 100%;
        max-width: none;
        margin-top: 25px
    }

    .historyBox .history {
        max-width: 950px
    }

    .historyBox .history .title {
        font-size: 24px
    }

    .historyBox .history .yearSegment {
        padding-top: 30px
    }

    .historyBox .history .yearSegment ul li h3 {
        font-size: 18px
    }

    .historyBox .history .yearSegment ul li p {
        font-size: 14px
    }

    .historyBox .history .historyList .historyListContentBox {
        padding: 40px 0px 0px
    }

    .historyBox .history .historyList .historyListContentBox .historyListYaer h3 {
        font-size: 28px;
        padding-bottom: 10px
    }

    .historyBox .history .historyList .historyListContentBox .historyListYaer .desc {
        font-size: 16px;
        line-height: 24px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl {
        padding: 20px 0px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dt {
        width: 135px;
        padding-left: 35px;
        font-size: 18px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dt .line {
        top: -25px;
        width: 135px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li {
        line-height: 26px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li .month {
        font-size: 14px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li .desc {
        font-size: 14px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl.cur {
        padding: 25px 0px 35px
    }

    .inner_main {
        padding: 80px 0
    }

    .inner_banner .name {
        font-size: 22px;
        line-height: 1.1
    }

    .inner_banner .tag {
        font-size: 30px;
        line-height: 1.1
    }

    .inner_title {
        font-size: 30px
    }

    .case_main1 .content .tag_box {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .case_main1 .content .tag_box {
        line-height: 53px
    }

    .case_main1 .block_box {
        margin-top: 60px
    }

    .case_main1 .block_box .txt_box .title {
        font-size: 20px
    }

    .case_main1 .block_box .txt_box .icon_line {
        margin-top: 20px
    }

    .case_main1 .block_box .LMore {
        margin-top: 30px
    }

    .case_main1 .block_box .txt_box {
        padding: 15px 20px
    }

    .case_main1 .more {
        width: 200px
    }

    .case_details_main1 {
        padding-top: 80px
    }

    .case_details_main1 .title {
        font-size: 30px;
        line-height: 1.1
    }

    .case_details_main2 .title {
        font-size: 30px;
        line-height: 1.1
    }

    .case_details_main1 .abstract {
        margin-top: 20px
    }

    .case_details_main3 .title {
        font-size: 30px;
        line-height: 1.1
    }

    .case_details_main3 {
        padding: 80px 0 10px
    }

    .case_details_main3 .tag_box {
        margin-top: 40px
    }

    .case_details_main2 .block_box {
        margin-top: 20px
    }

    .case_details_main3 .block_box {
        margin-top: 40px
    }

    .case_details_main3 .block .mask {
        left: 30px;
        bottom: 30px
    }

    .case_details_main3 .block .title {
        font-size: 22px
    }

    .case_details_main2 .bg_img {
        height: 375px
    }

    .case_details_main2 .bg_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none;
        width: 1200px
    }

    .download_main1 .right_box .block {
        padding: 20px
    }

    .download_main1 .left_box .line {
        padding: 20px
    }

    .inner_tag .tag {
        line-height: 40px
    }

    .inner_tag .tag:not(:first-child) {
        margin-left: 50px
    }

    .inner_tag .tag:after {
        top: 0;
        bottom: auto
    }

    .advantage_main1 {
        padding: 80px 0
    }

    .advantage_main2 {
        padding: 80px 0
    }

    .advantage_main2 .block .name {
        font-size: 20px;
        line-height: 22px;
        max-height: 66px;
        min-height: 66px
    }

    .advantage_main1 .block_box {
        margin-top: 40px
    }

    .advantage_main2 .block {
        padding: 0 20px 25px
    }

    .advantage_main3 .bg_img .txt {
        font-size: 40px;
        letter-spacing: 3px;
        top: -webkit-calc(50% - 50px);
        top: calc(50% - 50px)
    }

    .advantage_main3 .block_box .block .abstract {
        padding: 0 50px
    }

    .advantage_main3 .block_box .block .title:after {
        width: 70%
    }

    .advantage_main3 .block_box .block .title {
        font-size: 22px;
        padding: 20px 0
    }

    .aftersales_main2 {
        padding-bottom: 80px
    }

    .aftersales_main1 .block_box .block {
        padding: 30px
    }

    .aftersales_main1 .block_box {
        margin-top: 40px
    }

    .aftersales_main1 .tag {
        font-size: 20px;
        margin-top: 20px
    }

    .aftersales_main2 .title_box {
        margin-top: 40px
    }

    .news_main1 .top_block {
        margin-top: 40px
    }

    .news_main1 .top_block .swiper-pagination {
        bottom: 20px
    }

    .news_main1 .top_block .block .abstract {
        line-height: 18px;
        max-height: 54px;
        min-height: 54px;
        -webkit-line-clamp: 3
    }

    .news_main1 .block_box .block .txt_box {
        padding: 15px
    }

    .news_main1 .block_box .block .txt_box .name {
        font-size: 18px
    }

    .news_main1 .more {
        margin-top: 40px
    }

    .industry_main1 .block .txt_box .abstract {
        max-height: 100px
    }

    .industry_main1 .block .txt_box .name {
        font-size: 20px
    }

    .industry_main1 .block .txt_box .en {
        font-size: 18px
    }

    .industry_main1 .block .txt_box {
        padding: 0 20px
    }

    .direction_main1 .block_box {
        margin-top: 30px
    }

    .direction_main2 .box {
        margin-top: 30px
    }

    .direction_main2 .block_box .block .txt_box {
        margin-left: 30px
    }

    .product_details_main1 {
        padding: 80px 0
    }

    .product_details_banner .tag {
        font-size: 16px;
        margin-top: 15px
    }

    .product_details_banner .name {
        margin-top: 15px
    }

    .product_details_banner .img {
        width: 30%
    }

    .product_details_main1 .txt_box {
        width: 75%
    }

    .product_details_main2 .right_box {
        width: 75%
    }

    .product_details_main3 .right_box {
        width: 75%
    }

    .product_main2 .block {
        padding: 20px
    }

    .product_main3 .block .name {
        font-size: 16px
    }

    .product_main3 .bg_img {
        margin: 30px auto 0
    }

    .product_main5 .name {
        font-size: 40px
    }

    .product_main3 .block:nth-child(4) .name, .product_main3 .block:nth-child(4) .tip, .product_main3 .block:nth-child(4) .LMore {
        margin-left: 15px
    }

    .product_main3 .block:nth-child(2) .name, .product_main3 .block:nth-child(2) .tip, .product_main3 .block:nth-child(2) .LMore {
        margin-left: 15px
    }

    .product_main3 .txt_block .txt_box {
        padding: 0 15px
    }

    .product_main3 .txt_block .txt_box .txt {
        padding-right: 10px
    }

    .product_main3 .txt_block .txt_box .txt::-webkit-scrollbar {
        width: 1px;
        height: 3px;
        background-color: #fff
    }

    .product_main3 .txt_block .txt_box .txt::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        background-color: #fff
    }

    .product_main3 .txt_block .txt_box .txt::-webkit-scrollbar-thumb {
        border-radius: 2px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
        background-color: #bf2d2f
    }

    .product_main3 .txt_block .txt_box:nth-child(even) {
        padding-right: 15px
    }

    .product_main3 .txt_block .txt_box .txt .name {
        font-size: 22px
    }

    .product_banner .tag {
        font-size: 18px
    }

    .about_main1 .img .txt_box {
        padding: 40px 20px;
        min-height: auto
    }

    .about_main1 .img .txt_box .name {
        font-size: 30px;
        line-height: 1.3
    }

    .about_main1 .img .txt_box .tip {
        margin-top: 20px;
        padding-top: 20px
    }

    .about_main6 .block_box .block .txt_box {
        width: 332px;
        padding: 20px
    }

    .about_main6 .block_box .block .txt_box .abstract {
        font-size: 18px
    }

    .product_main1 .box .block_box2 .block {
        padding: 0 15px
    }

    .product_main1 .box .block_box2 .en {
        font-size: 24px
    }

    .product_main1 .box .block_box2 .tilte_box {
        font-size: 20px
    }

    .product_main1 .box .block_box2 .block .txt {
        font-size: 20px
    }
}

@media (max-width: 992px) {
    .home5 .con1380 .block_box{
        max-height: 400px;
    }
    .full-main-nav {
        display: none
    }

    .navmenu_box {
        display: block
    }

    .pcbtnbox {
        display: none
    }

    header {
        padding: 0 15px;
        height: 60px
    }

    header .logo a {
        width: 120px
    }

    header .header_nav {
        display: none;
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        border-top: 1px solid #ddd;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    header .header_nav .li {
        border-bottom: 1px solid #ddd
    }

    header .header_nav .li .link {
        line-height: 50px;
        padding-left: 20px;
        width: 50%
    }

    header .header_nav .li i {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 50px
    }

    header .header_nav .li i::before {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 1px solid #333;
        border-right: 1px solid #333;
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }

    header .header_nav .li i.active::before {
        -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
        -o-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg)
    }

    header .header_nav .li .nav2 {
        position: static;
        width: 100%;
        text-align: left;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        display: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    header .header_nav .li .nav2 a {
        padding-left: 10px
    }

    header .right .search::before {
        display: none
    }

    header .right .search .icon {
        line-height: 60px;
        padding: 0 20px;
        margin-right: 0
    }

    header .header_nav .li .nav2 .line .down {
        position: static
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText .t1 {
        font-size: 30px
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText h5 {
        font-size: 34px;
        padding: 10px 0
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText .LMore {
        margin-top: 15px
    }

    .indexBanner .bannerSwiper .control {
        bottom: 10px
    }

    .LMore {
        width: 120px;
        line-height: 40px;
        font-size: 12px
    }

    .Ltitle .t1 {
        font-size: 20px
    }

    .Ltitle h5 {
        font-size: 30px;
        line-height: 1.4
    }

    .home3 {
        padding: 50px 0
    }

    .home3 .con {
        margin-top: 50px
    }

    .home3 .con .box {
        margin-top: 20px
    }

    .home3 .con .box .icon {
        height: 55px
    }

    .home3 .con .box .icon img {
        max-width: 55px
    }

    .home3 .con .box h5 {
        margin-top: 10px;
        font-size: 14px
    }

    .home3 .con .box .t {
        font-size: 12px
    }

    .home3 .con .box .dian {
        margin-top: 15px
    }

    .home4 {
        padding: 30px 0
    }

    .home4 .top .on {
        margin-top: 10px
    }

    .home4 .home4_swiper {
        margin-top: 30px
    }

    .home4 .home4_swiper .swiper-slide a .text h5 {
        font-size: 16px
    }

    .home4 .home4_swiper .swiper-slide a .text .data {
        margin-top: 15px
    }

    .home5 {
        padding: 30px 0
    }

    .home5 .con1380 .block_box {
        padding-bottom: 15px;
        margin-top: 40px
    }

    .home5 .con1380 .block_box .block {
        margin-bottom: 20px
    }


    footer {
        padding-top: 30px
    }

    footer .top .left .list .li .Lhide {
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    footer .top .foot_nav {
        display: block
    }

    footer .top .foot_nav .li {
        width: 100%;
        margin: 0 !important;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    footer .top .foot_nav .li h5 {
        line-height: 40px;
        padding-left: 15px
    }

    footer .top .foot_nav .li i {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 40px;
        z-index: 5
    }

    footer .top .foot_nav .li i::before {
        content: '';
        width: 10px;
        height: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }

    footer .top .foot_nav .li i.active::before {
        -webkit-transform: translateY(-50%) rotate(135deg);
        -ms-transform: translateY(-50%) rotate(135deg);
        -o-transform: translateY(-50%) rotate(135deg);
        transform: translateY(-50%) rotate(135deg)
    }

    footer .top .foot_nav .li .foot_ul2 {
        display: none;
        margin-top: 0;
        padding: 0 0 10px 20px
    }

    header .header_nav .li .nav2.nav2product {
        position: static
    }

    .historyBox .history {
        max-width: 750px
    }

    .historyBox .history .title {
        font-size: 18px
    }

    .historyBox .history .yearSegment {
        padding-top: 20px
    }

    .historyBox .history .yearSegment ul li h3 {
        font-size: 14px
    }

    .historyBox .history .yearSegment ul li p {
        font-size: 12px
    }

    .historyBox .history .historyList .historyListContentBox {
        padding: 30px 0px 0px
    }

    .historyBox .history .historyList .historyListContentBox .historyListYaer {
        width: 100%
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox {
        width: 100%
    }

    .historyBox .history .historyList .historyListContentBox .historyListYaer h3 {
        font-size: 18px;
        padding-bottom: 10px
    }

    .historyBox .history .historyList .historyListContentBox .historyListYaer .desc {
        font-size: 14px;
        line-height: 20px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl {
        padding: 15px 0px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dt {
        width: 100%;
        padding-left: 20px;
        font-size: 18px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dt .line {
        top: -25px;
        width: 100%
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd {
        width: 100%;
        padding: 15px 20px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li {
        line-height: 26px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li .month {
        font-size: 14px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl dd ul li .desc {
        font-size: 14px
    }

    .historyBox .history .historyList .historyListContentBox .historyListMonthBox .historyListMonth dl.cur {
        padding: 25px 0px 5px
    }

    .inner_tag .block_box {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .about_main6 .block_box .block .icon {
        display: none
    }

    .about_main6 .block_box .block .name {
        display: none
    }

    .about_main6 .block {
        left: 15px !important;
        top: 50% !important;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .about_main6 .block_box .block .txt_box {
        background-image: none;
        background-color: #fff;
        border-radius: 20px;
        border: 1px solid #0072ff;
        position: static;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .product_main1 .box .block_box2 .outside_img1 {
        display: none
    }

    .product_main1 .box .block_box2 .outside_img2 {
        display: none
    }

    .product_main1 .box .block_box2 {
        width: 100%
    }
}

@media (max-width: 768px) {


    .home5 .con1380 .block_box{
        max-height: 300px;
    }
    
    .indexBanner .bannerSwiper {
        height: 350px
    }

    .indexBanner .bannerSwiper .swiper-slide {
        height: 100%
    }

    .indexBanner .bannerSwiper .swiper-slide .img {
        height: 100%
    }

    .indexBanner .bannerSwiper .swiper-slide .img img {
        height: 100%;
        width: auto;
        min-width: 100%;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText .t1 {
        font-size: 20px
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText h5 {
        font-size: 24px
    }

    .indexBanner .bannerSwiper .control .con1380 .Tips {
        margin-right: 20px
    }

    .indexBanner .bannerSwiper .control .con1380 .Tips .icon {
        width: 45px;
        height: 45px
    }

    .Ltitle .t1 {
        font-size: 18px
    }

    .Ltitle h5 {
        font-size: 22px
    }

    .home2 .Ltitle h5 {
        margin-top: 10px
    }

    .home2 .Ltitle .LMore {
        margin-top: 20px
    }

    .home3 {
        padding: 40px 0
    }

    .home3 .Ltitle .LMore {
        margin-top: 15px
    }

    .home3 .con {
        margin-top: 20px
    }

    .home3 .con .box {
        margin-top: 10px;
        width: 33%
    }

    .home3 .con .box .icon {
        height: 40px
    }

    .home3 .con .box .icon img {
        max-width: 40px
    }

    .home3 .con .box .dian {
        margin-top: 10px
    }

    .home4 .top .on .home4_prev, .home4 .top .on .home4_next {
        width: 40px;
        height: 40px
    }

    .home4 .top .on .home4_prev i, .home4 .top .on .home4_next i {
        font-size: 20px;
        line-height: 40px
    }

    .home6 .con1380 {
        display: block
    }

    .home6 .con1380 .right {
        margin-top: 20px
    }

    footer .top {
        padding-bottom: 20px
    }

    footer .top .left .Fax span {
        display: block
    }

    footer .top .left .Fax span:not(:first-child) {
        margin-left: 0;
        margin-top: 5px
    }

    footer .top .left .number .num {
        font-size: 22px
    }

    footer .top .left .list {
        margin-top: 20px
    }

    footer .bot .con1380 {
        display: block
    }

    footer .bot .con1380 .Links {
        margin-top: 15px
    }

    .home2::before {
        display: none
    }

    .home2 .Ltitle {
        position: static
    }

    .home2 .imgBox {
        position: relative;
        top: 0
    }
    
    .home22::before {
        display: none
    }

    .home22 .Ltitle {
        position: static
    }

    .home22 .imgBox {
        position: relative;
        top: 0
    }

    .inner_abstract {
        text-align: left
    }

    .news_details_main1 .right_box {
        display: none
    }

    .news_details_main1 .left_box {
        width: 100%;
        padding-right: 0
    }

    .news_details_main1 .left_box:after {
        display: none
    }

    .news_details_main1 .left_box .title {
        font-size: 20px
    }

    .inner_main {
        padding: 60px 0
    }

    .inner_banner {
        height: 280px;
        overflow: hidden
    }

    .inner_banner .img img {
        width: 768px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none
    }

    .inner_banner:not([class*=product_details_banner]) .img img {
        -webkit-animation: innerBannertran1 10s linear infinite;
        -o-animation: innerBannertran1 10s linear infinite;
        animation: innerBannertran1 10s linear infinite
    }

    .product_banner .bg_img img {
        -webkit-animation: innerBannertran1 10s linear infinite;
        -o-animation: innerBannertran1 10s linear infinite;
        animation: innerBannertran1 10s linear infinite
    }

    .inner_banner .name {
        font-size: 18px
    }

    .inner_banner .tag {
        font-size: 22px
    }

    .inner_banner .icon {
        margin-top: 20px
    }

    .inner_banner .icon img {
        width: 50px
    }

    .inner_title {
        font-size: 22px
    }

    .industry_main1 .block .txt_box .abstract {
        overflow-y: hidden;
        max-height: none
    }

    .case_main1 .content .tag_box {
        line-height: 43px;
        overflow-x: auto
    }

    .case_main1 .content .tag {
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        padding: 0 15px;
        white-space: nowrap
    }

    .case_main1 .content {
        margin-top: 20px
    }

    .case_main1 .block_box {
        margin-top: 30px
    }

    .case_main1 .block_box .img {
        width: 100%
    }

    .case_main1 .block_box .txt_box .title {
        line-height: 1.1
    }

    .case_main1 .block_box .txt_box {
        width: 100%;
        padding: 15px
    }

    .case_main1 .block_box .txt_box .icon_line {
        left: 0
    }

    .case_main1 .block_box .block:nth-child(even) .txt_box {
        text-align: left;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .case_main1 .block_box .block:nth-child(even) .txt_box .icon_line {
        left: 0;
        right: auto;
        margin-left: 0
    }

    .case_main1 .block_box .block:nth-child(even) .LMore {
        margin-left: 0
    }

    .case_main1 .more {
        margin-top: 30px;
        line-height: 50px
    }

    .case_details_main1 {
        padding-top: 60px
    }

    .case_details_main1 .title {
        font-size: 22px
    }

    .case_details_main2 .title {
        font-size: 22px
    }

    .case_details_main1 .abstract {
        margin-top: 20px
    }

    .case_details_main3 .title {
        font-size: 22px
    }

    .case_details_main3 {
        padding: 60px 0 10px
    }

    .case_details_main1 .block_box .img {
        position: relative;
        height: 200px
    }

    .case_details_main2 .bg_img {
        height: 300px
    }

    .case_details_main1 .block_box .img img {
        width: 768px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none
    }

    .case_details_main2 .block {
        padding: 20px
    }

    .case_details_main2 .block .txt_box .name {
        font-size: 18px
    }

    .case_details_main2 .block .icon {
        width: 40px
    }

    .case_details_main3 .tag_box {
        margin-top: 20px
    }

    .case_details_main3 .tag_box .tag {
        font-size: 16px;
        padding-bottom: 15px
    }

    .case_details_main3 .tag_box .tag:not(:first-child) {
        margin-left: 15px
    }

    .case_details_main3 .block_box {
        margin-top: 20px
    }

    .case_details_main3 .block .mask {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .case_details_main3 .block .title {
        font-size: 18px;
        width: 100%;
        text-align: left
    }

    .case_details_main3 .block .tag {
        font-size: 16px;
        margin-left: 0
    }

    .case_details_main3 .block .mask {
        left: 20px;
        bottom: 20px
    }

    .case_details_main3 .swiper-button-next, .case_details_main3 .swiper-button-prev {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .download_main1 .content {
        margin-top: 40px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .download_main1 .right_box {
        width: 100%;
        margin-top: 20px
    }

    .download_main1 .left_box {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        z-index: 5
    }

    .download_main1 .left_box .block:not(:first-child) {
        margin-top: 0
    }

    .download_main1 .left_box .block:nth-child(n+3) {
        margin-top: 10px
    }

    .download_main1 .left_box .block {
        width: 49%;
        overflow: inherit
    }

    .download_main1 .left_box .down {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 0 20px -10px #333;
        box-shadow: 0 0 20px -10px #333
    }

    .download_main1 .left_box .block .title {
        border-radius: 20px
    }

    .download_main1 .left_box .down .line {
        margin-top: 0
    }

    .download_main1 .left_box .block .icon_slider {
        display: none
    }

    .download_main1 .right_box .block .btn {
        width: 120px;
        background-color: #0166b3;
        color: #fff
    }

    .advantage_main1 {
        padding: 60px 0
    }

    .advantage_main2 {
        padding: 60px 0
    }

    .advantage_main1 .block {
        width: 33%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .advantage_main1 .block_box .icon_line {
        display: none
    }

    .advantage_main1 .block:nth-child(n+4) {
        margin-top: 20px
    }

    .advantage_main2 .block {
        width: 49%
    }

    .advantage_main2 .block:not(:nth-child(4n)) {
        margin-right: 0
    }

    .advantage_main2 .block:nth-child(odd) {
        margin-right: 2%
    }

    .advantage_main2 .block:nth-child(n+3) {
        margin-top: 20px
    }

    .advantage_main2 .block .name {
        font-size: 18px
    }

    .advantage_main3 .bg_img .txt {
        font-size: 20px
    }

    .advantage_main3 .block_box {
        margin-top: 20px
    }

    .advantage_main3 .block_box .block .title {
        font-size: 20px
    }

    .advantage_main3 .block_box .block .abstract {
        padding: 0 10px
    }

    .advantage_main3 .block_box .block {
        width: 100%;
        padding-bottom: 10px;
        pointer-events: none
    }

    .advantage_main3 .block_box .center1380 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .advantage_main3 .block_box .block:nth-child(2) {
        margin-top: 20px
    }

    .aftersales_main1 .block_box {
        margin-top: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .aftersales_main1 .block_box .block {
        width: 100%;
        padding: 20px
    }

    .aftersales_main1 .block_box .block .title {
        font-size: 20px
    }

    .aftersales_main1 .tag {
        line-height: 1.3
    }

    .aftersales_main2 .title {
        font-size: 22px
    }

    .aftersales_main3 .title {
        font-size: 22px
    }

    .aftersales_main4 .title {
        font-size: 22px
    }

    .aftersales_main2 .form_box {
        margin-top: 20px
    }

    .aftersales_main2 .block {
        width: 100%
    }

    .aftersales_main2 .block:nth-child(n+2) {
        margin-top: 20px
    }

    .aftersales_main2 .title_box {
        font-size: 18px;
        margin-top: 30px
    }

    .aftersales_main3 .block .title_box {
        padding: 20px;
        font-size: 18px
    }

    .aftersales_main3 .block_box {
        padding-bottom: 40px
    }

    .aftersales_main3 .block .down {
        padding: 20px
    }

    .aftersales_main4 .block {
        padding: 10px
    }

    .aftersales_main4 .block_box {
        margin-top: 20px
    }

    .news_main1 .top_block {
        margin-top: 20px
    }

    .news_main1 .top_block .block .img {
        width: 100%
    }

    .news_main1 .top_block .block .txt_box {
        width: 100%;
        padding: 20px
    }

    .news_main1 .top_block .swiper-pagination {
        bottom: 0;
        left: 20px
    }

    .news_main1 .top_block .block .name {
        font-size: 18px;
        margin-top: 15px;
        line-height: 20px;
        max-height: 40px;
        min-height: 40px
    }

    .news_main1 .top_block .block .abstract {
        margin-bottom: 20px
    }

    .news_main1 .from_box .right_box {
        width: 40%
    }

    .news_main1 .from_box .right_box input {
        padding: 0 10px;
        line-height: 40px
    }

    .news_main1 .from_box .right_box .btn {
        width: 70px;
        line-height: 40px
    }

    .news_main1 .block_box .block:not(:nth-child(3n)) {
        margin-right: 0
    }

    .news_main1 .block_box .block:nth-child(odd) {
        margin-right: 2%
    }

    .news_main1 .block_box .block {
        width: 49%
    }

    .news_main1 .block_box .block:nth-child(n+3) {
        margin-top: 20px
    }

    .news_main1 .block_box .block .txt_box .name {
        font-size: 16px;
        line-height: 20px;
        max-height: 40px;
        min-height: 40px
    }

    .news_main1 .block_box .block .txt_box .time {
        font-size: 14px
    }

    .news_main1 .more {
        width: 120px;
        line-height: 40px;
        margin-top: 20px
    }

    .news_details_main1 .left_box .back_btn {
        margin-top: 30px;
        line-height: 40px;
        width: 150px
    }

    .industry_main1 .block .img {
        width: 100%
    }

    .industry_main1 .block .txt_box {
        width: 100%;
        padding: 20px
    }

    .industry_main1 .block:nth-child(even) .img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .industry_main1 .block:not(:first-child) {
        margin-top: 20px
    }

    .industry_main1 .block:nth-child(even) .txt_box {
        text-align: left
    }

    .direction_main1 .block {
        width: 49%
    }

    .direction_main1 .block_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .direction_main1 .block:not(:nth-child(3n)) {
        margin-right: 0
    }

    .direction_main1 .block:nth-child(odd) {
        margin-right: 2%
    }

    .direction_main1 .block:nth-child(n+3) {
        margin-top: 20px
    }

    .direction_main1 .block .swiper-button-prev, .direction_main1 .block .swiper-button-next {
        display: block
    }

    .direction_main1 .block .name {
        font-size: 16px;
        margin-top: 15px
    }

    .direction_main1 .block .tip {
        font-size: 14px
    }

    .direction_main1 .block .icon {
        margin: 10px 0
    }

    .direction_main2 .box .tag {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .direction_main2 .box .tag .txt {
        font-size: 16px
    }

    .direction_main2 .block_box .block .swiper-container {
        width: 100%
    }

    .direction_main2 .block_box .block .txt_box {
        margin-top: 20px;
        margin-left: 0;
        width: 100%
    }

    .direction_main2 .block_box .block .txt_box .name {
        font-size: 20px
    }

    .direction_main2 .block_box .block .txt_box .en {
        font-size: 20px
    }

    .product_details_main1 {
        padding: 60px 0
    }

    .product_details_main1 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_details_banner .img img {
        width: 100%;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .product_details_banner .txt_box {
        width: 50%
    }

    .product_details_banner .tag {
        display: none
    }

    .product_details_main1 .txt_box {
        width: 100%;
        margin-top: 20px
    }

    .product_details_main2 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_details_main2 .right_box {
        width: 100%;
        margin-top: 20px
    }

    .product_details_main2 .right_box .block .num {
        font-size: 20px
    }

    .product_details_main2 .right_box .block .txt {
        font-size: 16px;
        margin-top: 10px;
        padding-top: 10px
    }

    .product_details_main2 .right_box .block:nth-child(n+3) {
        margin-top: 30px
    }

    .product_details_main3 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_details_main3 .right_box {
        width: 100%;
        margin-top: 20px
    }

    .product_details_main3 .right_box .title_box {
        padding: 15px
    }

    .product_details_main3 .right_box .block {
        padding: 15px 0
    }

    .product_details_main4 .right_box {
        width: 100%;
        margin-top: 20px
    }

    .product_details_main4 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_details_main3 .right_box .line_box .line {
        white-space: nowrap
    }

    .product_main2 .block {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_main2 .block .txt_box {
        width: 100%;
        margin-top: 15px
    }

    .product_main2 .block:nth-child(n+2) {
        margin-top: 20px
    }

    .product_main2 .block .txt_box .name {
        font-size: 16px
    }

    .product_main3 .block_box {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .product_main3 .block {
        position: static
    }

    .product_main3 .block:nth-child(1) {
        width: 100%
    }

    .product_main3 .block:nth-child(2) {
        width: 100%
    }

    .product_main3 .block:nth-child(3) {
        width: 100%
    }

    .product_main3 .block:nth-child(4) {
        width: 100%
    }

    .product_main3 .block:not(:first-child) {
        padding-top: 20px;
        border-top: 1px solid #dedede
    }

    .product_main3 .block:nth-child(2) .name, .product_main3 .block:nth-child(2) .tip, .product_main3 .block:nth-child(2) .LMore {
        margin-left: 0
    }

    .product_main3 .block:nth-child(2) .name, .product_main3 .block:nth-child(2) .tip, .product_main3 .block:nth-child(4) .LMore {
        margin-left: 0
    }

    .product_main3 .block:nth-child(n+2) {
        margin-top: 20px
    }

    .product_main3 .block .icon_box {
        display: none
    }

    .product_main3 .txt_block .txt_box .txt {
        padding: 20px 0
    }

    .product_main3 .txt_block .txt_box .txt .name {
        font-size: 18px
    }

    .product_main4 .block {
        width: 100%
    }

    .product_main4 .block:not(:nth-child(4n)) {
        margin-right: 0
    }

    .product_main4 .block:nth-child(n+2) {
        margin-top: 20px
    }

    .product_main4 .block .name {
        font-size: 18px;
        margin-top: 20px
    }

    .product_main4 .block {
        padding: 0 20px 25px
    }

    .product_main5 .en {
        font-size: 24px;
        line-height: 1.1
    }

    .product_main5 .name {
        font-size: 26px;
        line-height: 1.1
    }

    .product_main5 .btn {
        width: 53px;
        height: 53px;
        line-height: 49px;
        margin-top: 20px
    }

    .product_banner .tag {
        font-size: 16px
    }

    .product_banner .btn {
        margin-top: 30px;
        line-height: 40px
    }

    .product_banner .bg_img img {
        width: 768px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none
    }

    .about_main1 .img .txt_box .name {
        font-size: 20px
    }

    .about_main1 .img .txt_box {
        min-width: auto;
        padding: 20px 10px
    }

    .about_main1 .img .txt_box .tip {
        margin-top: 10px;
        padding-top: 10px
    }

    .about_main1 .details_txt {
        margin-top: 30px
    }

    .about_main3 .block_box {
        margin-top: 30px
    }

    .about_main3 .block {
        width: 32%
    }

    .about_main3 .block:not(:nth-child(5n)) {
        margin-right: 0
    }

    .about_main3 .block:not(:nth-child(3n)) {
        margin-right: 1.5%
    }

    .about_main3 .block:nth-child(n+4) {
        margin-top: 20px
    }

    .about_main3 .block .box .name {
        font-size: 18px
    }

    .about_main3 .block .box {
        padding: 20px
    }

    .about_main4 .block_box {
        margin-top: 30px
    }

    .about_main5 .content {
        margin-top: 30px
    }

    .about_main6 .right_box .tag_box .tag .txt {
        font-size: 16px
    }

    .about_main6 .right_box {
        left: 70%
    }

    .about_main6 .img {
        left: 75%
    }

    .about_main6 .block_box .block .txt_box .abstract {
        font-size: 16px;
        line-height: 1.3
    }

    .about_main6 .block_box .block .txt_box {
        min-height: auto;
        padding: 10px
    }

    .about .aftersales_main2 .block_code .item_code .code_img {
        width: 26%
    }

    .module_search1 .search_title {
        font-size: 22px
    }

    .module_search1 .search_box {
        width: 90%;
        margin: 10px auto 10px
    }

    .module_search1 .search_box input {
        line-height: 40px
    }

    .module_search1 .search_box .btn {
        font-size: 22px
    }

    .module_search1 .content .block_box .block {
        -webkit-box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .module_search1 .content .block_box .block .img {
        width: 100%;
        margin-bottom: 10px
    }

    .module_search1 .content .block_box .block .txt {
        width: 100%
    }

    .product_main1 .tip {
        font-size: 18px
    }

    .product_main1 .box .block_box2 {
        padding: 10px
    }

    .product_main1 .box .block_box2 .en {
        font-size: 20px
    }

    .product_main1 .box .block_box2 .tilte_box {
        font-size: 16px
    }

    .product_main1 .box .block_box1 {
        padding: 10px;
        margin-top: 20px
    }

    .about_main4 .swiper-button-prev, .about_main4 .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 38px
    }

    .about_main4 .swiper-slide {
        width: 22%
    }

    .about_main4 .swiper-slide-active {
        width: 33%
    }

    .about_main4 .aboutMain4Swiper:after {
        bottom: 38px
    }

    .about_main4 .aboutMain4Swiper:before {
        width: 33%;
        bottom: 38px
    }

    .about_main4 .name {
        margin-top: 30px
    }

    .from_popup .mask {
        display: block
    }
        /*.indexBanner .bannerSwiper .swiper-slide .img img{object-fit: contain;-o-object-fit: contain;width:100%}*/
    .indexBanner .bannerSwiper .swiper-slide .img .pc_img{display:none}
    .indexBanner .bannerSwiper .swiper-slide .img .mobile_img{display:block}
     .indexBanner .bannerSwiper .swiper-slide .img img{width:100%;}
    footer .bot{border-top:none;}
    
}

@media (max-width: 465px) {
    .news_main1 .block_box .block .img .mask .icon{width:30px;height:30px;}
    .news_main1 .from_box .left_box .year_box a{font-size:12px;margin-left:10px;}

    .news_main1 .block_box .block:nth-child(odd){margin-right:0;}
    .news_main1 .block_box .block{width:100%;}
        .news_main1 .block_box .block:nth-child(n + 2){margin-top:20px;}
    .indexBanner .bannerSwiper {
        height: 300px
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText .t1 {
        font-size: 16px
    }

    .indexBanner .bannerSwiper .swiper-slide .bannerText h5 {
        font-size: 18px
    }

    .indexBanner .bannerSwiper .control .con1380 {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .indexBanner .bannerSwiper .control .con1380 .Tips {
        display: none
    }

    .Ltitle .t1 {
        font-size: 16px
    }

    .Ltitle h5 {
        font-size: 18px
    }

    .Ltitle .t2 {
        font-size: 12px
    }

    .home2 {
        padding: 25px 0
    }

    .news_details_main1 .left_box .title {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 10px
    }

    .news_details_main1 .left_box .tip_box {
        margin-top: 15px;
        font-size: 12px
    }

    .news_details_main1 .left_box .tip_box p:not(:first-child) {
        margin-left: 10px
    }

    .inner_main {
        padding: 40px 0
    }

    .inner_banner {
        height: 200px
    }

    .inner_banner .name {
        font-size: 16px;
        letter-spacing: 0
    }

    .inner_banner .tag {
        font-size: 20px;
        letter-spacing: 0
    }

    .inner_banner .icon {
        margin-top: 15px
    }

    .inner_banner .icon img {
        width: 40px
    }

    .inner_title {
        font-size: 20px
    }

    .direction_main2 .box .tag {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .direction_main2 .box .tag:not(:first-child) {
        margin-left: -5px
    }

    .case_main1 .content .tag_box {
        font-size: 14px;
        line-height: 40px
    }

    .case_main1 .block_box .txt_box {
        padding: 20px 10px
    }

    .case_main1 .block_box .txt_box .title {
        font-size: 16px
    }

    .case_main1 .block_box .txt_box .icon_line {
        margin-top: 10px;
        width: 100px
    }

    .case_main1 .block_box .txt_box .abstract {
        margin-top: 15px
    }

    .case_main1 .block_box .LMore {
        margin-top: 20px
    }

    .case_main1 .more {
        line-height: 35px;
        width: 150px;
        margin-top: 20px
    }

    .case_details_main1 {
        padding-top: 40px
    }

    .case_details_main1 .title {
        font-size: 20px
    }

    .case_details_main2 .title {
        font-size: 20px
    }

    .case_details_main3 .title {
        font-size: 20px
    }

    .case_details_main3 {
        padding: 40px 0 10px
    }

    .case_details_main1 .block_box {
        margin-top: 20px
    }

    .case_details_main1 .abstract {
        font-size: 14px;
        line-height: 1.3
    }

    .case_details_main2 .block {
        width: 100%
    }

    .case_details_main2 .block:nth-child(n+2) {
        margin-top: 15px
    }

    .case_details_main2 .bg_img {
        display: none
    }

    .case_details_main2 .mask {
        position: static;
        padding: 40px 0
    }

    .case_details_main2 .block {
        padding: 10px
    }

    .case_details_main3 .tag_box {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-bottom: 0
    }

    .case_details_main3 .tag_box .tag {
        font-size: 14px;
        min-width: 100px
    }

    .case_details_main3 .swiper-slide {
        width: 100%
    }

    .case_details_main3 .swiper-slide {
        margin-right: 0
    }

    .case_details_main3 .col_box {
        width: 100%;
        left: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    .case_details_main3 .swiper-button-next, .case_details_main3 .swiper-button-prev {
        margin-right: 0;
        margin-left: 0
    }

    .inner_tag .tag:not(:first-child) {
        margin-left: 20px
    }

    .download_main1 .content {
        margin-top: 20px
    }

    .download_main1 .left_box .block .title {
        padding: 10px
    }

    .download_main1 .left_box .line {
        padding: 10px
    }

    .download_main1 .left_box .down {
        max-height: 150px;
        overflow-y: auto
    }

    .download_main1 .left_box .down::-webkit-scrollbar {
        width: 1px;
        height: 3px;
        background-color: #fff
    }

    .download_main1 .left_box .down::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
        border-radius: 2px;
        background-color: #fff
    }

    .download_main1 .left_box .down::-webkit-scrollbar-thumb {
        border-radius: 2px;
        -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
        background-color: #bf2d2f
    }

    .download_main1 .right_box .block {
        padding: 10px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .download_main1 .right_box .block .txt_box {
        width: 100%;
        max-width: 100%
    }

    .download_main1 .right_box .block .name {
        line-height: 1.3
    }

    .download_main1 .right_box .block .icon_line {
        margin-top: 15px
    }

    .download_main1 .right_box .block .btn {
        margin-top: 10px;
        font-size: 12px;
        line-height: 40px
    }

    .home6 {
        padding: 30px 0
    }

    .advantage_main1 {
        padding: 40px 0
    }

    .advantage_main2 {
        padding: 40px 0
    }

    .advantage_main1 .block .name {
        font-size: 14px
    }

    .advantage_main1 .block .icon {
        margin-top: 10px
    }

    .advantage_main2 .block {
        padding: 0 10px 15px
    }

    .advantage_main2 .block .name {
        font-size: 14px;
        line-height: 18px;
        max-height: none;
        min-height: auto;
        display: block
    }

    .advantage_main3 .bg_img .txt {
        top: 50%
    }

    .advantage_main3 .bg_img {
        margin-top: 20px
    }

    .advantage_main3 .block_box .block .title {
        font-size: 16px;
        padding: 10px 0
    }

    .advantage_main3 .block_box .block .abstract {
        margin-top: 10px
    }

    .aftersales_main1 {
        background-image: none
    }

    .aftersales_main1 .tag {
        font-size: 16px;
        margin-top: 15px
    }

    .aftersales_main1 .block_box .block {
        padding: 10px
    }

    .aftersales_main1 .block_box .block .title {
        font-size: 16px
    }

    .aftersales_main1 .block_box .block .abstract {
        line-height: 1.3;
        font-size: 14px;
        margin-top: 10px
    }

    .aftersales_main2 .title {
        font-size: 20px
    }

    .aftersales_main3 .title {
        font-size: 20px
    }

    .aftersales_main4 .title {
        font-size: 20px
    }

    .aftersales_main2 .abstract {
        margin-top: 15px
    }

    .aftersales_main2 .title_box {
        font-size: 16px;
        margin-top: 20px
    }

    .aftersales_main2 .item_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .aftersales_main2 .block_img .item {
        width: 100%
    }

    .aftersales_main2 .block_img .img_updata {
        width: 30%;
        margin-top: 10px;
        height: 100px
    }

    .aftersales_main2 .block_img .img_updata .up_btn {
        font-size: 16px
    }

    .aftersales_main2 .block_img .img_updata .picture_container {
        padding-top: 100%
    }

    .aftersales_main2 .block_btn .btn {
        line-height: 40px
    }

    .aftersales_main2 {
        padding-bottom: 40px
    }

    .aftersales_main3 .block .title_box {
        padding: 10px
    }

    .aftersales_main3 .block .down {
        padding: 10px;
        font-size: 14px
    }

    .aftersales_main3 .block .title_box .name {
        font-size: 16px
    }

    .aftersales_main3 .block .title_box .iconfont {
        font-size: 16px
    }

    .aftersales_main4 .block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .aftersales_main4 .block .time {
        width: 100%;
        margin-top: 10px
    }

    .aftersales_main4 .block .btn {
        line-height: 40px;
        margin-top: 10px;
        width: 120px
    }

    .aftersales_main4 .block .iconfont {
        margin-left: 5px
    }

    .news_main1 .top_block .block .name {
        font-size: 16px
    }

    .news_main1 .block_box .block .txt_box {
        padding: 10px
    }

    .news_main1 .from_box {
        margin-top: 20px
    }

    .news_main1 .from_box .center1380 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .news_main1 .from_box .left_box {
        width: 100%
    }

    .news_main1 .from_box .right_box {
        width: 100%;
        margin-top: 10px
    }

    .industry_main1 .block .txt_box {
        padding: 10px
    }

    .industry_main1 .block .txt_box .name {
        font-size: 16px
    }

    .industry_main1 .block .txt_box .icon {
        margin-top: 10px;
        display: none
    }

    .industry_main1 .block .txt_box .en {
        font-size: 16px
    }

    .industry_main1 .block .txt_box .icon img {
        width: 50px
    }

    .direction_main2 .box .tag .txt {
        font-size: 14px
    }

    .direction_main2 .box {
        margin-top: 20px
    }

    .direction_main2 .block_box .block {
        padding: 10px
    }

    .direction_main2 .block_box {
        margin-top: 20px
    }

    .direction_main2 .block_box .block .txt_box .name {
        font-size: 18px
    }

    .direction_main2 .block_box .block .txt_box .en {
        font-size: 18px
    }

    .direction_main2 .block_box .swiper-button-prev {
        left: 0
    }

    .direction_main2 .block_box .swiper-button-next {
        right: 0
    }

    .direction_main1 .block_box {
        margin-top: 20px
    }

    .product_details_banner .tag {
        font-size: 14px
    }

    .product_details_banner {
        height: 250px
    }

    .product_details_banner .txt_box {
        width: 65%
    }

    .product_details_banner .txt_img {
        width: 70%
    }

    .product_details_banner .bg_img img {
        width: 768px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: none
    }

    .product_details_main1 {
        padding: 40px 0
    }

    .product_details_main2 .right_box .block {
        width: 45%
    }

    .product_details_main2 .right_box .block .num {
        font-size: 16px
    }

    .product_details_main2 .right_box .block .txt {
        font-size: 14px;
        line-height: 1.1
    }

    .product_details_main2 .right_box .block:nth-child(n+3) {
        margin-top: 20px
    }

    .product_details_main2 .right_box .img {
        margin-top: 20px
    }

    .product_details_main3 .right_box .line_box {
        padding-left: 10px
    }

    .product_details_main3 .right_box .title_box .title {
        padding: 10px 0
    }

    .product_details_main3 .right_box .title_box {
        width: 250px
    }

    .product_details_main3 .right_box .line_box .line {
        padding: 10px;
        min-width: 70%
    }

    .product_details_main4 .right_box {
        min-height: auto;
        padding: 20px 10px
    }

    .product_banner {
        height: 280px
    }

    .product_banner .tag {
        font-size: 14px
    }

    .product_main4 .block_box {
        margin-top: 20px
    }

    .product_main4 .block {
        padding: 0 10px 15px
    }

    .product_main5 .en {
        font-size: 18px
    }

    .product_main5 .name {
        font-size: 20px
    }

    .product_main5 .btn {
        width: 43px;
        height: 43px;
        line-height: 39px;
        font-size: 14px
    }

    .product_main3 .txt_block .txt_box {
        width: 70%;
        left: -webkit-calc(-70% - 46px);
        left: calc(-70% - 46px)
    }

    .product_main3 .txt_block .txt_box:nth-child(even) {
        right: -webkit-calc(-70% - 46px);
        right: calc(-70% - 46px)
    }

    .product_main3 .bg_img {
        width: 100%
    }

    .product_main3 .block_box {
        margin-top: 20px
    }

    .about_main1 .img .txt_box .name {
        font-size: 14px
    }

    .about_main1 .img .txt_box .tip {
        font-size: 14px
    }

    .about_main1 .img .txt_box {
        padding: 10px
    }

    .about_main1 .details_txt {
        font-size: 14px
    }

    .about_main1 .img {
        margin-top: 20px
    }

    .about_main3 .block_box {
        margin-top: 20px
    }

    .about_main5 .content {
        margin-top: 20px
    }

    .about_main3 .block:not(:nth-child(3n)) {
        margin-right: 0
    }

    .about_main3 .block:nth-child(odd) {
        margin-right: 2%
    }

    .about_main3 .block:nth-child(n+3) {
        margin-top: 20px
    }

    .about_main3 .block {
        width: 49%
    }

    .about_main3 .block .box .name {
        font-size: 16px
    }

    .about_main3 .block .box {
        padding: 10px
    }

    .about_main3 .block .box .txt_box {
        margin-top: 10px;
        padding-top: 10px
    }

    .about_main6 .block_box .block .txt_box {
        max-width: 170px
    }

    .about_main6 .block_box .block .txt_box .abstract {
        font-size: 14px
    }

    .about_main6 .right_box .tag_box .tag .txt {
        font-size: 14px
    }

    .product_main1 .tip {
        font-size: 16px;
        line-height: 1.3
    }

    .product_main1 .box .block_box2 .en {
        font-size: 18px
    }

    .product_main1 .box .block_box2 .tilte_box {
        font-size: 14px
    }

    .product_main1 .tag_box {
        width: 100%;
        height: 46px
    }

    .product_main1 .tag_box .tag {
        width: 50%;
        line-height: 40px;
        font-size: 14px
    }

    .product_main1 .box .block_box2 .block .txt {
        font-size: 14px
    }

    .about_main4 .swiper-slide {
        width: 20%
    }

    .about_main4 .swiper-slide-active {
        width: 40%
    }

    .about_main4 .aboutMain4Swiper:after {
        bottom: 45px
    }

    .about_main4 .aboutMain4Swiper:before {
        width: 33%;
        bottom: 45px;
        left: 50%
    }

    .about_main4 .name {
        margin-top: 30px
    }

    .details_bottom {
        margin-top: 20px
    }

    .details_bottom a {
        font-size: 16px;
        line-height: 30px
    }
}
.city-picker-span {
    height: auto !important;
    line-height: 52px !important;
  width: 100% !important;
  background-color: transparent;
  padding: 0 50px 0 30px;
  border-bottom: none;
}
.city-picker-span > .arrow{
  right: 40px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.aftersales_main2 .title{
  /*font-size: 14px;*/
  font-weight: bold;
  color: #999999;
}
.city-picker-span > .title > span:hover{
  background-color: transparent;
  color: $color;
}
.city-picker-span.focus, .city-picker-span.open{
  border-bottom: none;
}

.aftersales_main5 {
    padding-top: 100px
}

.aftersales_main5 .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    color: #211f1f;
    text-align: center;
    margin: 0
}

.aftersales_main5 .tag_box {
    margin-top: 30px
}

.aftersales_main5 .tag_box .box {
    padding: 5px;
    border-radius: 33px;
    background-color: #f5f5f5
}

.aftersales_main5 .tag {
    padding: 0 33px;
    line-height: 56px;
    border-radius: 28px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.aftersales_main5 .tag.active {
    color: #fff;
    background-color: #0166b3;
    -webkit-box-shadow: 0 0 10px -2px #0166b3;
    box-shadow: 0 0 10px -2px #0166b3
}

.aftersales_main5 .aftersalesMain5Swiper {
    margin-top: 60px
}

.aftersales_main5 .block {
    position: relative
}

.aftersales_main5 .block .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.aftersales_main5 .block .name {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff
}

.aftersales_main5 .block .abstract {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 15px
}

.aftersales_main5 .block .txt:not(:first-child) {
    margin-top: 35px
}

.about_main7 {
    padding: 100px 0 120px
}

.about_main7 .block_box {
    margin-top: 60px
}

.about_main7 .block {
    position: relative
}

.about_main7 .block .mask {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 40px 40px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 22, 38, 0.8)), to(rgba(10, 22, 38, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(10, 22, 38, 0.8), rgba(10, 22, 38, 0));
    background-image: -o-linear-gradient(bottom, rgba(10, 22, 38, 0.8), rgba(10, 22, 38, 0));
    background-image: linear-gradient(to top, rgba(10, 22, 38, 0.8), rgba(10, 22, 38, 0))
}

.about_main7 .block .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff
}

.about_main7 .block .title img {
    margin-right: 20px
}

.about_main7 .block .abstract {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    margin-top: 30px;
    display: none;
    max-height: 150px;
    overflow-y: auto
}

.about_main7 .block .abstract::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    background-color: #fff
}

.about_main7 .block .abstract::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    background-color: #fff
}

.about_main7 .block .abstract::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.1);
    background-color: #0166b3
}

.about_main7 .block:nth-child(n+3) {
    margin-top: 30px
}

.about_main7 .block:nth-child(1), .about_main7 .block:nth-child(4) {
    width: 65.21739%
}

.about_main7 .block:nth-child(1) .picture_container, .about_main7 .block:nth-child(4) .picture_container {
    padding-top: 48.88889%
}

.about_main7 .block:nth-child(2), .about_main7 .block:nth-child(3) {
    width: 32.6087%
}

.about_main7 .block:nth-child(2) .picture_container, .about_main7 .block:nth-child(3) .picture_container {
    padding-top: 97.77778%
}

.about_main7 .block:hover .abstract {
    display: block
}

.q_ai .product_banner .btn {
    line-height: 50px;
    width: 200px;
    text-align: center
}

.q_ai .product_banner .btn:nth-child(2) {
    border-radius: 25px;
    border: solid 2px #ffffff;
    margin-left: 10px;
    background-color: transparent;
    color: #fff
}

.q_ai .product_banner .btn:nth-child(2) img {
    margin-left: 10px
}

.q_ai .product_banner .btn:nth-child(2):hover {
    border: 2px solid #0166b3;
    background-color: #0166b3
}

.q_ai .inner_abstract {
    font-size: 16px
}

.q_ai_main1 {
    background-image: url(../images/q_ai_bg1.jpg)
}

.q_ai_main1 .block_box {
    margin-top: 60px
}

.q_ai_main1 .block {
    width: 31.88406%;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 65px 90px 90px;
    text-align: center;
    border: 1px solid #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.q_ai_main1 .block .icon {
    height: 68px
}

.q_ai_main1 .block .txt_box {
    margin-top: 25px
}

.q_ai_main1 .block .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #333333
}

.q_ai_main1 .block .abstract {
    font-size: 14px;
    line-height: 22px;
    color: #828282;
    margin-top: 10px
}

.q_ai_main1 .block:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c7e0ff), to(#fff));
    background-image: -webkit-linear-gradient(top, #c7e0ff, #fff);
    background-image: -o-linear-gradient(top, #c7e0ff, #fff);
    background-image: linear-gradient(to bottom, #c7e0ff, #fff);
    border: solid 1px #0072ff
}

.q_ai_main2 .inner_abstract {
    color: #666666;
    opacity: 0.6
}

.q_ai_main2 .tag_box {
    margin-top: 60px
}

.q_ai_main2 .tag_box .tag {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.1;
    color: #333333;
    text-align: center;
    padding-bottom: 24px;
    width: 18.84058%;
    border-bottom: 4px solid #cfcfcf;
    cursor: pointer
}

.q_ai_main2 .tag_box .tag:not(:first-child) {
    margin-left: 20px
}

.q_ai_main2 .tag_box .tag.active {
    border-bottom: 4px solid #0072ff
}

.q_ai_main2 .q_ai_main2Swiper {
    margin-top: 50px
}

.q_ai_main2 .block .img {
    width: 49.27536%
}

.q_ai_main2 .block .img .picture_container {
    aspect-ratio: 680 / 400
}

.q_ai_main2 .block .txt_box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 30px 80px 0
}

.q_ai_main2 .block .name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #333333
}

.q_ai_main2 .block .name:not(:first-child) {
    margin-top: 50px
}

.q_ai_main2 .block .abstract {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #828282;
    margin-top: 15px
}

.q_ai_main3 {
    background-image: url(../images/q_ai_bg2.jpg)
}

.q_ai_main3 .inner_title {
    color: #fff
}

.q_ai_main3 .block_box {
    margin-top: 60px
}

.q_ai_main3 .left_box {
    width: 45.65217%
}

.q_ai_main3 .left_box .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
    color: #ffffff
}

.q_ai_main3 .left_box .abstract {
    display: none
}

.q_ai_main3 .left_box .abstract .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff
}

.q_ai_main3 .left_box .abstract .txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    color: #ffffff;
    opacity: 0.6
}

.q_ai_main3 .left_box .block {
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

.q_ai_main3 .left_box .block .title {
    cursor: pointer
}

.q_ai_main3 .left_box .block .title .iconfont {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.4;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.q_ai_main3 .left_box .block .abstract {
    padding-top: 30px
}

.q_ai_main3 .left_box .block .abstract .name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3;
    color: #ffffff
}

.q_ai_main3 .left_box .block .abstract .name:not(:first-child) {
    margin-top: 15px
}

.q_ai_main3 .left_box .block .abstract .txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    color: #ffffff;
    opacity: 0.6
}

.q_ai_main3 .left_box .block.active .title .iconfont {
    color: #0072ff;
    opacity: 1;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.q_ai_main3 .right_box {
    width: 43.47826%
}

.q_ai_main4 {
    background-image: url(../images/q_ai_bg3.jpg)
}

.q_ai_main4 .inner_abstract {
    color: #666666;
    opacity: 0.6
}

.q_ai_main4 .block_box {
    margin-top: 60px
}

.q_ai_main4 .block {
    width: 27.53623%;
    background-image: -webkit-linear-gradient(315deg, #f2f2f2, #efefef);
    background-image: -o-linear-gradient(315deg, #f2f2f2, #efefef);
    background-image: linear-gradient(135deg, #f2f2f2, #efefef);
    border-radius: 20px;
    padding: 50px 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.q_ai_main4 .block .title_box {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 2px;
    color: #666666;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.q_ai_main4 .block .title_box .tip {
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 10px
}

.q_ai_main4 .block .abstract {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 30px;
    background-color: #fcfcfc;
    border-radius: 20px;
    padding: 30px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.q_ai_main4 .block .abstract .icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0.3)
}

.q_ai_main4 .block .abstract .txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #666666;
    margin-left: 30px;
    margin-top: 3px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.q_ai_main4 .block .abstract .line:not(:first-child) {
    margin-top: 30px
}

.q_ai_main4 .block.active {
    width: 40.57971%;
    background-image: -webkit-linear-gradient(315deg, #4a9bff, #0173ff);
    background-image: -o-linear-gradient(315deg, #4a9bff, #0173ff);
    background-image: linear-gradient(135deg, #4a9bff, #0173ff)
}

.q_ai_main4 .block.active .title_box {
    color: #ffffff
}

.q_ai_main4 .block.active .title_box .tip {
    opacity: 0.6
}

.q_ai_main4 .block.active .abstract {
    background-color: #ffffff
}

.q_ai_main4 .block.active .abstract .icon {
    background-color: #0072ff
}

.q_ai_main5 {
    background-image: url(../images/q_ai_bg5.jpg)
}

.q_ai_main5 .block_box {
    margin-top: 60px
}

.q_ai_main5 .block {
    overflow: hidden;
    border-radius: 20px;
    display: block;
    background-color: #fff
}

.q_ai_main5 .block .picture_container {
    aspect-ratio: 440/260
}

.q_ai_main5 .block .txt_box {
    padding: 30px
}

.q_ai_main5 .block .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    color: #333333
}

.q_ai_main5 .block .tip {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    color: #0072ff;
    margin-top: 15px
}

.q_ai_main5 .block .abstract {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #999999;
    margin-top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 22px;
    height: 0
}

.q_ai_main5 .swiper-slide-active .abstract {
    height: 88px;
    margin-top: 25px
}

.news_tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    z-index: 2;
    background-color: #c7000b
}

.index_main8 {
    padding-bottom: 165px
}

.index_main8 .title {
    color: #333333;
    font-size: 26px;
    line-height: 1.1;
    font-weight: bold
}

.index_main8 .left_box {
    width: 23.33333%
}

.index_main8 .left_box .block {
    display: block;
    position: relative;
    margin-top: 30px
}

.index_main8 .left_box .block .picture_container {
    aspect-ratio: 322/380
}

.index_main8 .left_box .block .name {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff
}

.index_main8 .left_box .block:hover img {
    scale: 1.1
}

.index_main8 .right_box {
    width: 74.49275%
}

.index_main8 .right_box .bottom_box {
    margin-top: 30px
}

.index_main8 .right_box .block {
    display: block;
    width: 58.36576%;
    position: relative
}

.index_main8 .right_box .block .picture_container {
    aspect-ratio: 600/380
}

.index_main8 .right_box .block .name {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff
}

.index_main8 .right_box .block:hover img {
    scale: 1.1
}

.index_main8 .right_box .line_box {
    background-color: #f5f6fa;
    width: 41.63424%;
    padding: 20px 50px 20px 30px
}

.index_main8 .right_box .line_box .line {
    display: block
}

.index_main8 .right_box .line_box .line:not(:first-child) {
    margin-top: 30px
}

.index_main8 .right_box .line_box .line:hover .name {
    color: #0166b3
}

.index_main8 .right_box .line_box .line:hover .tip {
    color: #0166b3
}

.index_main8 .right_box .line_box .name {
    font-size: 18px;
    color: #000000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 26px
}

.index_main8 .right_box .line_box .tip {
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    color: #999999;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.index_main8 .right_box .line_box .tip span:nth-child(2) {
    margin-left: 50px
}

.industry_details_banner {
    position: relative
}

.industry_details_banner .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.industry_details_banner .title {
    font-size: 48px;
    line-height: 46px;
    letter-spacing: -1px;
    color: #ffffff
}

.industry_details_banner .tip {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #ffffff;
    margin-top: 25px
}

.industry_details_banner .abstract {
    width: 770px;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    opacity: 0.8;
    margin-top: 10px
}

.industry_details_main1 .txt_box {
    width: 41.30435%
}

.industry_details_main1 .txt_box .name {
    font-size: 36px;
    line-height: 1.1;
    color: #333333
}

.industry_details_main1 .txt_box .icon {
    width: 80px;
    height: 2px;
    margin-top: 20px;
    background-color: #0166b3
}

.industry_details_main1 .txt_box .abstract {
    margin-top: 35px;
    font-size: 14px;
    line-height: 24px;
    color: #666666
}

.industry_details_main1 .img {
    position: relative;
    width: 49.27536%
}

.industry_details_main1 .img .picture_container {
    aspect-ratio: 680/360
}

.industry_details_main1 .img .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.industry_details_main1 .img .mask .video {
    cursor: pointer
}

.industry_details_main2 {
    background-image: url(../images/q_ai_bg2.jpg)
}

.industry_details_main2 .title_box .title {
    font-size: 36px;
    line-height: 1.1;
    color: #ffffff
}

.industry_details_main2 .title_box .btn {
    width: 200px;
    line-height: 50px;
    background-color: #0166b3;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff
}

.industry_details_main2 .title_box .btn img {
    margin-left: 20px
}

.industry_details_main2 .block_box {
    margin-top: 50px
}

.industry_details_main2 .block {
    display: block;
    background-color: #fff
}

.industry_details_main2 .block .picture_container {
    aspect-ratio: 440/260
}

.industry_details_main2 .block .txt_box {
    padding: 30px 40px 70px
}

.industry_details_main2 .block .name {
    font-size: 24px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.industry_details_main2 .block .abstract {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px
}

.industry_details_main3 .title {
    font-size: 36px;
    line-height: 1.1;
    color: #333333;
    text-align: center
}

.industry_details_main3 .block_box {
    margin-top: 60px
}

.industry_details_main3 .block {
    width: 20.28986%;
    position: relative;
    height: 563px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.industry_details_main3 .block.active {
    width: 39.13043%
}

.industry_details_main3 .block.active .mask1 {
    opacity: 1
}

.industry_details_main3 .block.active .mask {
    opacity: 0
}

.industry_details_main3 .img {
    position: relative;
    text-align: center;
    height: 100%
}

.industry_details_main3 .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: none;
    max-width: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.industry_details_main3 .mask, .industry_details_main3 .mask1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(0, 0, 0, 0.3)
}

.industry_details_main3 .mask1 {
    opacity: 0
}

.industry_details_main3 .num {
    font-size: 24px;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 55px
}

.industry_details_main3 .name {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px
}

.industry_details_main3 .abstract {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 25px
}

.industry_details_main4 {
    background-image: url(../images/q_ai_bg5.jpg)
}

.industry_details_main4 .title {
    font-size: 36px;
    text-align: center;
    color: #ffffff
}

.industry_details_main4 .block_box {
    margin-top: 60px
}

.industry_details_main4 .block {
    width: 23.33333%;
    background-color: #0c1b37;
    padding: 50px 20px;
    text-align: center
}
.industry_details_main4 .block:hover .picture_container img{top: calc(50% - 10px);}

.industry_details_main4 .block .picture_container {
    aspect-ratio: 260/162
}

.industry_details_main4 .block .name {
    font-size: 16px;
    line-height: 1.1;
    color: #ffffff;
    margin-top: 20px
}

.industry_details_main4 .block:not(:nth-child(4n)) {
    margin-right: 2.17391%
}

.industry_details_main5 .title {
    font-size: 36px;
    color: #333333;
    text-align: center
}

.industry_details_main5 .block_box {
    margin-top: 50px
}

.industry_details_main5 .block {
    width: 31.88406%;
    padding: 30px 18px;
    border-radius: 15px;
    border: solid 1px #eeeeee
}

.industry_details_main5 .block:not(:nth-child(3n)) {
    margin-right: 2.17391%
}

.industry_details_main5 .img {
    width: 56.68317%;
    position: relative
}

.industry_details_main5 .img .bg_box {
    position: absolute;
    border-radius: 50%;
    background-color: #f3f3f3;
    aspect-ratio: 1/1;
    width: 100%
}

.industry_details_main5 .img .picture_container {
    margin: 0 auto;
    width: 73.79913%;
    aspect-ratio: 169/230
}

.industry_details_main5 .txt_box {
    width: 37.12871%;
    margin-top: 10px
}

.industry_details_main5 .txt_box .name {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -1px;
    color: #000000
}

.industry_details_main5 .txt_box .tip {
    font-size: 14px;
    color: #666666;
    margin-top: 10px
}

.industry_details_main5 .txt_box .icon {
    width: 31.18812%;
    height: 1px;
    background-color: #e3e3e3;
    opacity: 0.5;
    margin-top: 20px
}

.industry_details_main5 .txt_box .btn {
    display: inline-block;
    margin-top: 30px;
    line-height: 33px;
    border-radius: 16px;
    font-size: 14px;
    color: #333333;
    padding: 0 8px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #f3f3f3
}

.industry_details_main5 .txt_box .btn:hover {
    color: #fff;
    background-color: #0166b3
}

.q_ai_main6 {
    background-image: url(../images/q_ai_bg6.jpg)
}

.q_ai_main6 .content {
    margin-top: 60px
}

.q_ai_main6 .inner_abstract {
    color: #666666;
    opacity: 0.6
}

.q_ai_main7 {
    background-image: url(../images/q_ai_bg7.jpg)
}

.q_ai_main7 .block_box {
    margin-top: 60px
}

.q_ai_main7 .block {
    position: relative;
    background-color: #fff;
    width: 48.91304%;
    padding: 45px 35px;
    border-radius: 15px
}

.q_ai_main7 .block .bg_icon {
    position: absolute;
    top: 37px;
    right: 40px
}

.q_ai_main7 .block .icon {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    text-align: center;
    line-height: 94px;
    background-color: #00a4bc
}

.q_ai_main7 .block .txt_box {
    width: 68.59259%;
    margin-left: 25px
}

.q_ai_main7 .block .name {
    font-size: 20px;
    font-weight: bold;
    color: #000000
}

.q_ai_main7 .block .abstract {
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    color: #828282;
    margin-top: 10px
}

.q_ai_main7 .block:nth-child(2) .icon {
    background-color: #2a80f5
}
.q_ai_main8.inner_main{
    background: url('/dist/images/bg.png') no-repeat center;
    background-size: cover;
}
.q_ai_main8 {
    background-color: #edf5ff
}

.q_ai_main8 .inner_abstract {
    color: #666666;
    opacity: 0.6
}

.q_ai_main8 .block_box {
    margin-top: 20px
}

.q_ai_main8 .mobile_img {
    display: none
}

.news .q_tag_box{
    margin-top: 20px;
    margin-left: -15px;
}

.news .q_tag{
    margin-left: 15px;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 20px;
    color: #fff;
    line-height: 30px;
    padding: 0 10px;
    margin-top: 10px;
    transition: all .5s;
}
.news .q_tag:hover,.news .q_tag.cur{
    border: 1px solid #006ffa;
    background-color: #006ffa;
}

@media (max-width: 1600px) {
    .aftersales_main5 .bg_img {
        position: relative;
        height: 500px;
        overflow: hidden
    }

    .aftersales_main5 .bg_img img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: auto;
        max-width: none;
        max-height: none
    }
}

@media (max-width: 1380px) {
    .center1380 {
        width: 100%;
        padding: 0 15px
    }

    .index_main8 .right_box .block .img {
        height: 100%
    }

    .index_main8 .right_box .block .picture_container {
        aspect-ratio: inherit;
        height: 100%
    }

    .index_main8 .right_box .block .picture_container img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 1200px) {
    .about_main7 .block .abstract {
        max-height: 100px;
        padding-right: 5px
    }

    .about_main7 .block .mask {
        padding: 0 20px 20px
    }

    .about_main7 .block .title {
        font-size: 24px
    }

    .industry_details_main5 .block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .industry_details_main5 .img {
        width: 60%
    }

    .industry_details_main5 .txt_box {
        width: 100%
    }

    .q_ai_main1 .block {
        padding: 30px
    }

    .index_main8 .left_box {
        display: none
    }

    .index_main8 .right_box {
        width: 100%
    }
}

@media (max-width: 992px) {
    .q_ai_main8 .mobile_img {
        display: block
    }

    .q_ai_main8 .mobile_img img {
        width: 100%
    }

    .q_ai_main8 .pc_img {
        display: none
    }
}

@media (max-width: 768px) {
    .aftersales_main5 {
        padding-top: 40px
    }

    .aftersales_main5 .tag_box .box {
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        overflow-x: auto
    }

    .aftersales_main5 .tag_box {
        margin-top: 20px
    }

    .aftersales_main5 .tag {
        line-height: 40px;
        padding: 0 20px;
        font-size: 14px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .aftersales_main5 .title {
        font-size: 20px
    }

    .aftersales_main5 .aftersalesMain5Swiper {
        margin-top: 20px
    }

    .aftersales_main5 .block .name {
        font-size: 16px
    }

    .aftersales_main5 .block .abstract {
        font-size: 14px;
        line-height: 1.4;
        margin-top: 10px
    }

    .aftersales_main5 .block .txt:not(:first-child) {
        margin-top: 15px
    }

    .aftersales_main5 .bg_img {
        height: 350px
    }

    .about_main7 {
        padding: 40px 0
    }

    .about_main7 .block_box {
        margin-top: 20px
    }

    .about_main7 .block:nth-child(1), .about_main7 .block:nth-child(4) {
        width: 100%
    }

    .about_main7 .block:nth-child(2), .about_main7 .block:nth-child(3) {
        width: 49%
    }

    .about_main7 .block:nth-child(n+2) {
        margin-top: 20px
    }

    .about_main7 .block .abstract {
        display: block
    }

    .about_main7 .block .title {
        font-size: 16px
    }

    .about_main7 .block .abstract {
        font-size: 12px;
        margin-top: 15px
    }

    .about_main7 .block .mask {
        padding: 0 10px 10px
    }

    .about_main7 .block .title img {
        margin-right: 10px;
        width: 30px
    }

    .industry_details_banner .abstract {
        width: auto;
        font-size: 14px
    }

    .industry_details_banner .title {
        font-size: 20px
    }

    .industry_details_banner .tip {
        font-size: 16px;
        margin-top: 15px
    }

    .industry_details_banner .bg_img {
        position: relative;
        height: 350px;
        overflow: hidden
    }

    .industry_details_banner .bg_img img {
        width: 1200px;
        max-width: none;
        max-height: none;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .industry_details_main1 .txt_box {
        width: 100%
    }

    .industry_details_main1 .img {
        width: 100%;
        margin-top: 15px
    }

    .industry_details_main1 .txt_box .name {
        font-size: 20px
    }

    .industry_details_main1 .txt_box .abstract {
        margin-top: 15px
    }

    .industry_details_main1 .block_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .industry_details_main2 .title_box .title {
        font-size: 20px
    }

    .industry_details_main2 .block_box {
        margin-top: 20px
    }

    .industry_details_main2 .block .txt_box {
        padding: 20px 15px
    }

    .industry_details_main2 .block .name {
        font-size: 16px
    }

    .industry_details_main2 .block .abstract {
        margin-top: 10px
    }

    .industry_details_main2 .title_box .btn {
        line-height: 35px;
        width: 170px
    }

    .industry_details_main2 .title_box .btn {
        margin-left: 10px
    }

    .industry_details_main3 .title {
        font-size: 20px
    }

    .industry_details_main3 .block_box {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .industry_details_main3 .block {
        width: 100%;
        height: 200px
    }

    .industry_details_main3 .block.active {
        width: 100%
    }

    .industry_details_main3 .block .mask1 {
        opacity: 1
    }

    .industry_details_main3 .block .mask {
        opacity: 0
    }

    .industry_details_main4 .title {
        font-size: 20px
    }

    .industry_details_main4 .block_box {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .industry_details_main4 .block {
        width: 49%;
        padding: 20px 15px
    }

    .industry_details_main4 .block .name {
        font-size: 14px
    }

    .industry_details_main4 .block:not(:nth-child(4n)) {
        margin-right: 0
    }

    .industry_details_main5 .title {
        font-size: 20px
    }

    .industry_details_main5 .block_box {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .industry_details_main5 .txt_box {
        margin-top: 20px
    }

    .industry_details_main5 .block_box .block {
        width: 100%
    }

    .industry_details_main5 .block {
        padding: 20px 15px
    }

    .industry_details_main5 .block:not(:nth-child(3n)) {
        margin-right: 0
    }

    .industry_details_main5 .block:not(:first-child) {
        margin-top: 20px
    }

    .industry_details_main5 .txt_box .icon {
        width: 100%
    }

    .industry_details_main5 .txt_box .name {
        font-size: 16px
    }

    .q_ai_main1 .block_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px
    }

    .q_ai_main1 .block {
        width: 100%
    }

    .q_ai_main1 .block:not(:first-child) {
        margin-top: 20px
    }

    .q_ai_main1 .block .icon {
        height: 40px
    }

    .q_ai_main1 .block .name {
        font-size: 16px
    }

    .q_ai_main1 .block .txt_box {
        margin-top: 15px
    }

    .q_ai_main2 .tag_box {
        margin-top: 20px
    }

    .q_ai_main2 .block .img {
        width: 100%
    }

    .q_ai_main2 .block .txt_box {
        width: 100%;
        padding: 20px 0
    }

    .q_ai_main2 .block .name {
        font-size: 16px
    }

    .q_ai_main2 .block .name:not(:first-child) {
        margin-top: 20px
    }

    .q_ai_main2 .block {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .q_ai_main2 .tag_box .tag {
        font-size: 16px;
        padding-bottom: 15px
    }

    .q_ai_main2 .q_ai_main2Swiper {
        margin-top: 20px
    }

    .q_ai_main3 .block_box {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .q_ai_main3 .left_box {
        width: 100%
    }

    .q_ai_main3 .right_box {
        width: 100%;
        margin-top: 20px
    }

    .q_ai_main3 .left_box .block {
        padding: 15px 0
    }

    .q_ai_main3 .left_box .title {
        font-size: 16px
    }

    .q_ai_main4 .block_box {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .q_ai_main4 .block {
        width: 100%;
        padding: 20px 15px
    }

    .q_ai_main4 .block.active {
        width: 100%
    }

    .q_ai_main4 .block:not(:first-child) {
        margin-top: 20px
    }

    .q_ai_main4 .block .title_box {
        font-size: 18px;
        letter-spacing: 1
    }

    .q_ai_main4 .block .abstract {
        margin-top: 20px;
        padding: 15px
    }

    .index_main8 .right_box .bottom_box {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index_main8 .right_box .block {
        width: 100%
    }

    .index_main8 .right_box .line_box {
        width: 100%
    }

    .index_main8 .right_box .block .picture_container img {
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .index_main8 .right_box .block .name {
        left: 15px;
        right: 15px;
        bottom: 15px;
        font-size: 16px
    }

    .index_main8 .right_box .line_box {
        padding: 20px 15px
    }

    .index_main8 .right_box .line_box .name {
        font-size: 16px
    }

    .index_main8 .right_box .line_box .line:not(:first-child) {
        margin-top: 20px
    }

    .index_main8 {
        padding-bottom: 40px
    }

    .index_main8 .title {
        font-size: 18px
    }

    .q_ai_main6 .content {
        margin-top: 20px
    }

    .q_ai_main5 .block .txt_box {
        padding: 20px 15px
    }

    .q_ai_main5 .block .name {
        font-size: 16px
    }

    .q_ai_main5 .block .tip {
        font-size: 14px
    }

    .q_ai_main5 .swiper-slide-active .abstract {
        margin-top: 15px
    }

    .q_ai_main5 .block_box {
        margin-top: 20px
    }

    .q_ai .product_banner .btn {
        line-height: 35px;
        width: 150px
    }

    .q_ai_main7 .block_box {
        margin-top: 20px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .q_ai_main7 .block {
        width: 100%;
        padding: 15px
    }

    .q_ai_main7 .block:not(:first-child) {
        margin-top: 20px
    }

    .q_ai_main7 .block .icon {
        width: 70px;
        height: 70px;
        line-height: 70px
    }

    .q_ai_main7 .block .name {
        font-size: 16px
    }

    .q_ai_main7 .block .abstract {
        font-size: 14px
    }

    .q_ai_main7 .block .bg_icon {
        right: 10px;
        top: 10px
    }

    .news .q_tag_box{
        overflow-x: auto;
    }
}


/* 2023/04/07 新加 */
.kehuswiperBox{display: flex;flex-wrap: wrap;}
.kehuswiperBox .item{width: 25%;height: 130px;display: flex;align-items: center;justify-content: center;}
.kehuswiperBox .item img{max-width: 45%;max-height: 70%;}
.city-picker-span .title{font-size: 16px;}
.q_ai_main8 .pc_img img:nth-child(2){margin: 0 2.344vw;}
.caseCategory_content{padding-bottom: 80px;text-align: center;}
.caseCategory_content p{font-size: 16px;margin-top: 20px;line-height: 1.7;text-align: left;max-width: 950px;margin: auto;text-align: justify;}
.caseCategory_content video{width: 100%;margin-top: 30px;}

.fuwucont_main{padding-top: 100px;}

/* .fuwucont_main .swiper-wrapper {justify-content: center;} */
.fuwucont_swiper{margin-top: 40px;}
.fuwucont_box{display: block;}
.fuwucont_box .imgbox{overflow: hidden;}
.fuwucont_box .imgbox img{width: 100%;transition: all 0.4s;}
.fuwucont_box .imgbox:hover img{transform: scale(1.1);}
.fuwucont_box .desctext{margin-top: 20px;}
.fuwucont_box .tit1{font-size: 22px;font-weight: bold;}
.fuwucont_box .tit2{color: #7a7a7a;font-size: 16px;margin-top: 15px;line-height: 1.7;}
.fuwucont_box .see_more{display: inline-block;padding: 6px 15px;font-size: 14px;color: #fff;background: #0166b3;margin-top: 20px;transition: all 0.4s;}
.fuwucont_box:hover .see_more{background: #2095ef;}
.fuwucont_pagination {text-align: center;margin-top: 15px;display: none;}
.fuwucont_pagination span{margin: 0 3px !important;}

@media (max-width: 1400px) {
    header .header_nav .li .link{padding: 0 15px;}
}
@media (max-width: 1200px) {
    header .header_nav{left: 56%;}
    header .logo a{width: 240px;}
    .index_main8 .left_box{display: block;}
    .index_main8 .center1380{flex-wrap: wrap;}
}
@media (max-width: 992px) {
    .kehuswiperBox .item{width: 33.3333%;height: 80px;}
}
@media (max-width: 768px) {
    .caseCategory_content{padding-bottom: 35px;}
    .caseCategory_content p{font-size: 14px;line-height: 1.6;}
    .fuwucont_main{margin-top: 40px;}
    .fuwucont_swiper{margin-top: 20px;}
    .fuwucont_box .tit1{font-size: 16px;}
    .fuwucont_box .tit2{font-size: 14px;margin-top: 10px;}
    .fuwucont_pagination{display: block;}
    .kehuswiperBox .item img{max-width: 70%;}
    .index_main8 .left_box{width: 100%;margin-bottom: 25px;}
    .index_main8 .left_box .picture_container img{width: 100%;}
    .index_main8 .left_box .img{overflow: hidden;}
    .q_ai .product_banner .btn,.product_banner .btn{width: auto;padding: 0 20px;font-size: 12px;white-space: nowrap;}
    .q_ai .product_banner .btn:nth-child(2){margin-left: 0;}
    .industry_details_main3 .abstract{margin-top: 8px;font-size: 12px;line-height: 1.5;padding: 0 15px;text-align: left;}
    .industry_details_main3 .abstract br{display: none;}
    .industry_details_main5 .txt_box{width: 60%;margin-top: 0;padding-left: 15px;}
    .industry_details_main5 .img{width: 40%;}
    .industry_details_main5 .txt_box .btn{margin-top: 15px;}
    .aftersales_main5 .block .mask{position: static;padding-top: 20px;}
    .aftersales_main5 .block .name{color: #333;}
    .aftersales_main5 .block .abstract{color: #6d6c6c;font-weight: normal;}
    .aftersales_main5 .bg_img{height: 200px;}

}
.industry_details_banner .bg_img img{width: 100%;}

@media(min-width:768px){
    .dot3{
        display: -webkit-box;
        display: box;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .fuwucont_box .tit2{
        min-height: 82px;
    }

    .from_popup .aftersales_main2 .block {
        width: 47.91304%
    }
    .from_popup .aftersales_main2 .form_box{
        width: 78%;
        margin-left: auto;
        margin-right: auto;
    }
}

.direction_main9 .block {
        width: 48%
    }

    .direction_main9 .block_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .direction_main9 .block:not(:nth-child(3n)) {
        margin-right: 0
    }

    .direction_main9 .block:nth-child(odd) {
        margin-right: 2%
    }

    .direction_main9 .block:nth-child(n+3) {
        margin-top: 20px
    }

    .direction_main9 .block .swiper-button-prev, .direction_main1 .block .swiper-button-next {
        display: block
    }

    .direction_main9 .block .name {
        font-size: 16px;
        margin-top: 15px
    }

    .direction_main9 .block .tip {
        font-size: 14px
    }

    .direction_main9 .block .icon {
        margin: 10px 0
    }

.q_ai_main8 .inner_title {
    display: flex;
    justify-content: center;
    color: #ffffff;
    align-items: center;
    padding-bottom: 30px;
}
.q_ai_main8 .flex_column_center{
    zoom: .85;
}
.q_ai_main8 .inner_title img{
    max-height: 35px;
    margin: 0 20px;
    margin-left: -25px;
}
.flex_column_center img:nth-child(1){
    max-width: 289px;
}
.flex_column_center9 img:nth-child(1){
    max-width: 500px;
}
.flex_column_center img:nth-child(2),
.flex_column_center img:nth-child(4){
    max-width: 78px;
}
.flex_column_center img:nth-child(3){
    max-width: 595px;
}
.flex_column_center img:nth-child(5){
    max-width: 314px;
}
.q_ai_main8 .pc_img img:nth-child(2){
    margin: 0;
}
@media(min-width:1380){
    .q_ai_main8 .center1380{
        width: 1500px;
    }
}
@media(max-width: 992px){
    .q_ai_main8 .inner_title {
        display: block;
    }
    .q_ai_main8 .inner_title img {
        margin: auto;
        display: block;
    }
}







