

@font-face {
    font-family: MontserratAlternates-ExtraLight;
    src: url(../font/MontserratAlternates-ExtraLight.ttf) format("truetype")
}

@font-face {
    font-family: MontserratAlternates-Light;
    src: url(../font/MontserratAlternates-Light.ttf) format("truetype")
}

@font-face {
    font-family: MontserratAlternates-Bold;
    src: url(../font/MontserratAlternates-Bold.ttf) format("truetype")
}

@font-face {
    font-family: ITCAvantGardeStd-Bold;
    src: url(../font/ITCAvantGardeStd-Bold.otf) format("opentype")
}

@font-face {
    font-family: Montserrat-ExtraLight;
    src: url(../font/Montserrat-ExtraLight.ttf) format("truetype")
}

@font-face {
    font-family: icon;
    src: url(../font/icon.eot);
    src: url(../font/icon.eot) format('embedded-opentype'), url(../font/icon.ttf) format('truetype'), url(../font/icon.woff) format('woff'), url(../font/icon.svg) format('svg');
    font-weight: 400;
    font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
    vertical-align: sub;
    display: inline-block;
    font: normal normal normal 14px/1 icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-e928:before {
    content: "\e928"
}

.icon-e929:before {
    content: "\e929"
}

.icon-e92a:before {
    content: "\e92a"
}

.icon-e92b:before {
    content: "\e92b"
}

.icon-e92c:before {
    content: "\e92c"
}

.icon-e900:before {
    content: "\e900"
}

.icon-facebook:before {
    content: "\e901"
}

.icon-e902:before {
    content: "\e902"
}

.icon-play:before {
    content: "\e903"
}

.icon-e904:before {
    content: "\e904"
}

.icon-location:before {
    content: "\e905"
}

.icon-e906:before {
    content: "\e906"
}

.icon-e907:before {
    content: "\e907"
}

.icon-submit:before {
    content: "\e908"
}

.icon-e909:before {
    content: "\e909"
}

.icon-e90a:before {
    content: "\e90a"
}

.icon-e90b:before {
    content: "\e90b"
}

.icon-e90c:before {
    content: "\e90c"
}

.icon-e90d:before {
    content: "\e90d"
}

.icon-e90e:before {
    content: "\e90e"
}

.icon-e90f:before {
    content: "\e90f"
}

.icon-left:before {
    content: "\e910"
}

.icon-right:before {
    content: "\e911"
}

.icon-more:before {
    content: "\e912"
}

.icon-e913:before {
    content: "\e913"
}

.icon-e914:before {
    content: "\e914"
}

.icon-e915:before {
    content: "\e915"
}

.icon-e916:before {
    content: "\e916"
}

.icon-e917:before {
    content: "\e917"
}

.icon-e918:before {
    content: "\e918"
}

.icon-e919:before {
    content: "\e919"
}

.icon-e91a:before {
    content: "\e91a"
}

.icon-search:before {
    content: "\e91b"
}

.icon-e91c:before {
    content: "\e91c"
}

.icon-twitter:before {
    content: "\e91d"
}

.icon-weibo:before {
    content: "\e91e"
}

.icon-wechat:before {
    content: "\e91f"
}

.icon-download:before {
    content: "\e920"
}

.icon-e921:before {
    content: "\e921"
}

.icon-email:before {
    content: "\e922"
}

.icon-e923:before {
    content: "\e923"
}

.icon-e924:before {
    content: "\e924"
}

.icon-e925:before {
    content: "\e925"
}

.icon-e926:before {
    content: "\e926"
}

.icon-e927:before {
    content: "\e927"
}

html.has-scroll-smooth {
    overflow: hidden
}

html.has-scroll-dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.has-scroll-smooth body {
    overflow: hidden
}

.has-scroll-smooth [data-scroll-container] {
    min-height: 100vh
}

[data-scroll-direction=horizontal] [data-scroll-container] {
    white-space: nowrap;
    height: 100vh;
    font-size: 0;
    vertical-align: top;
    display: inline-block;
    white-space: nowrap
}

[data-scroll-direction=horizontal] [data-scroll-section] {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    height: 100%
}

.c-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 11px;
    height: 100%;
    transform-origin: center right;
    transition: transform .3s, opacity .3s;
    opacity: 0
}

.c-scrollbar:hover {
    transform: scaleX(1.45)
}

.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
    opacity: 1
}

[data-scroll-direction=horizontal] .c-scrollbar {
    width: 100%;
    height: 10px;
    top: auto;
    bottom: 0;
    transform: scaleY(1)
}

[data-scroll-direction=horizontal] .c-scrollbar:hover {
    transform: scaleY(1.3)
}

.c-scrollbar_thumb {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
    width: 7px;
    border-radius: 10px;
    margin: 2px;
    cursor: -webkit-grab;
    cursor: grab
}

.has-scroll-dragging .c-scrollbar_thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

[data-scroll-direction=horizontal] .c-scrollbar_thumb {
    right: auto;
    bottom: 0
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -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;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-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;
    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)
    }
}

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

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.rubberBand {
    -webkit-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)
    }
}

@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;
    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)
    }
}

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

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-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(0);
        transform: rotate(0)
    }
}

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

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

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .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)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .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)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

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

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .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;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .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(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-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)
    }
}

@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;
    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)
    }
}

@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;
    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)
    }
}

@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;
    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)
    }
}

@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;
    animation-name: bounceOutUp
}

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-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: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInLeft {
    -webkit-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: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-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: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInUp {
    -webkit-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: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-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)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

.fadeOutDown {
    -webkit-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)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-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)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

.fadeOutLeft {
    -webkit-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)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-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)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

.fadeOutRight {
    -webkit-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)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-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)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

.fadeOutUp {
    -webkit-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)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    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);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    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;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    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);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

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

@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-duration: .75s;
    animation-duration: .75s;
    -webkit-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
    }
}

@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-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-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);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@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);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-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
    }
}

@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;
    animation-name: lightSpeedOut;
    -webkit-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
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-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
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-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
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-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
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-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
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        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;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

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

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        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;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

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

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

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-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: translateZ(0);
        transform: translateZ(0)
    }
}

@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: translateZ(0);
        transform: translateZ(0)
    }
}

.rollIn {
    -webkit-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)
    }
}

@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;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-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)
    }
}

@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;
    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)
    }
}

@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;
    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)
    }
}

@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;
    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)
    }
}

@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;
    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)
    }
}

@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;
    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)
    }
}

@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;
    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)
    }
}

@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;
    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)
    }
}

@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;
    animation-name: slideOutUp
}

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

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

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

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

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important
    }
}

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

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

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

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0)
}

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

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

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

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

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

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

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

.swiper-container-3d {
    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 {
    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: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

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

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

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

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

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

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

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

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: 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%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

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

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

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

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

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

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

.swiper-container-cube {
    overflow: visible
}

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

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

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

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

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

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

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

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

body.fancybox-iosfix {
    position: fixed;
    left: 0;
    right: 0
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: .87;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 0;
    font-size: 13px;
    padding: 0 10px;
    height: 44px;
    min-width: 44px;
    line-height: 44px;
    color: #ccc;
    text-align: center;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased;
    mix-blend-mode: exclusion
}

.fancybox-toolbar {
    top: 0;
    right: 0;
    margin: 0;
    padding: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image:before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide>script,
.fancybox-slide>style {
    display: none
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    padding: 0;
    border: 0;
    height: 100%
}

.fancybox-error,
.fancybox-iframe {
    margin: 0;
    width: 100%;
    background: #fff
}

.fancybox-error {
    padding: 40px;
    max-width: 380px;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 16px;
    line-height: 20px
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-button {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 10px;
    border: 0;
    border-radius: 0;
    background: rgba(30, 30, 30, .6);
    color: #ccc;
    transition: color .3s ease;
    cursor: pointer
}

.fancybox-button[disabled] {
    cursor: default;
    opacity: .6
}

.fancybox-button:hover:not([disabled]) {
    color: #fff
}

.fancybox-button svg {
    display: block;
    position: relative;
    overflow: visible;
    shape-rendering: geometricPrecision
}

.fancybox-button svg path {
    fill: currentColor;
    stroke: currentColor;
    stroke-linejoin: round;
    stroke-width: 3
}

.fancybox-button--share svg path {
    stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-navigation {
    display: none
}

.fancybox-show-nav .fancybox-navigation {
    display: block
}

.fancybox-navigation button {
    position: absolute;
    top: 50%;
    margin: -50px 0 0;
    z-index: 99997;
    background: 0 0;
    width: 60px;
    height: 100px;
    padding: 17px
}

.fancybox-navigation button:before {
    content: "";
    position: absolute;
    top: 30px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
    right: 0
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background-color: transparent;
    transition: background-color .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 2vw 0;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0, 0%, 100%, .4);
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all;
    position: relative
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-slide>.fancybox-loading {
    border: 6px solid hsla(0, 0%, 39%, .4);
    border-top: 6px solid hsla(0, 0%, 100%, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: a .8s infinite linear;
    animation: a .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1)
}

.fancybox-share {
    padding: 30px;
    border-radius: 3px;
    background: #f4f4f4;
    max-width: 90%
}

.fancybox-share h1 {
    color: #222;
    margin: 0 0 20px;
    font-size: 33px;
    text-align: center
}

.fancybox-share p {
    margin: 0;
    padding: 0;
    text-align: center
}

.fancybox-share_button {
    display: inline-block;
    text-decoration: none;
    margin: 0 10px 10px 0;
    padding: 10px 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 3px;
    background: #fff;
    white-space: nowrap;
    font-size: 16px;
    line-height: 23px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 140px;
    color: #888
}

.fancybox-share_button:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    text-decoration: none;
    color: #555
}

.fancybox-share_button svg {
    margin-right: 5px;
    width: 23px;
    height: 23px;
    vertical-align: top
}

.fancybox-thumbs {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 212px;
    margin: 0;
    padding: 2px;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px
}

.fancybox-thumbs>ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
    white-space: nowrap
}

.fancybox-thumbs>ul>li {
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 2px;
    width: 100px;
    height: 75px;
    max-width: calc(50% - 4px);
    max-height: calc(100% - 8px);
    position: relative;
    cursor: pointer;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box
}

li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fancybox-thumbs>ul>li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
    opacity: 1
}

@media (max-width:800px) {
    .fancybox-thumbs {
        width: 110px
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px
    }

    .fancybox-thumbs>ul>li {
        max-width: calc(100% - 10px)
    }
}

.fp-enabled body,
html.fp-enabled {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: transparent
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.fp-slide {
    float: left
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

.fp-slidesContainer {
    float: left;
    position: relative
}

.fp-controlArrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff
}

.fp-scrollable {
    overflow: hidden;
    position: relative
}

.fp-scroller {
    overflow: hidden
}

.iScrollIndicator {
    border: 0 !important
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

#fp-nav {
    position: fixed;
    z-index: 100;
    top: 50%;
    opacity: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translate3d(0, -50%, 0)
}

#fp-nav.fp-right {
    right: 17px
}

#fp-nav.fp-left {
    left: 17px
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important
}

.fp-slidesNav.fp-bottom {
    bottom: 17px
}

.fp-slidesNav.fp-top {
    top: 17px
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative
}

.fp-slidesNav ul li {
    display: inline-block
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
    -webkit-transition: opacity .2s ease-in;
    transition: opacity .2s ease-in;
    width: auto;
    opacity: 1
}

#fp-nav ul li .fp-tooltip.fp-right {
    right: 20px
}

#fp-nav ul li .fp-tooltip.fp-left {
    left: 20px
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
    height: auto !important
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
    height: auto !important
}

.fp-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#full-swiper {
    height: 100vh;
    width: 100%;
    overflow: hidden
}

@-ms-viewport {
    width: device-width
}

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

* {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
    outline: 0
}

body {
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    line-height: 1;
    font-weight: 400
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

address {
    font-style: normal;
    line-height: inherit
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

summary {
    display: list-item
}

fieldset {
    min-width: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    text-align: left;
    caption-side: bottom
}

dl,
ol,
ul {
    list-style: none
}

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

a {
    outline: 0;
    color: #333;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: linear .15s color;
    -o-transition: linear .15s color;
    transition: linear .15s color;
    -webkit-text-decoration-skip: objects
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img,
video {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

svg:not(:root) {
    overflow: hidden
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: 0
}

button,
input {
    overflow: hidden;
    border: 1px solid #dcdcdc;
    background: 0 0
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

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

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

output {
    display: inline-block
}

[hidden],
template {
    display: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit
}

p {
    white-space: normal
}

.h1,
h1 {
    font-size: 2.8rem
}

.h2,
h2 {
    font-size: 2.6rem
}

.h3,
h3 {
    font-size: 2.4rem
}

.h4,
h4 {
    font-size: 2.2rem
}

.h5,
h5 {
    font-size: 2rem
}

.h6,
h6 {
    font-size: 1.8rem
}

::selection {
    background: 0 0;
    color: none
}

::-moz-selection {
    background: 0 0;
    color: none
}

::-webkit-selection {
    background: 0 0;
    color: none
}

body::-webkit-scrollbar-track {
    width: 0;
    display: none
}

body::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none
}

body::-webkit-scrollbar-thumb {
    width: 0;
    height: 0;
    display: none
}

.container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px
}

.clearfix:before,
.container:before {
    content: '';
    clear: both
}

.clearfix:after,
.container:after {
    content: '';
    display: table;
    clear: both
}

.text-center {
    text-align: center
}

.pull-left {
    float: left
}

.pull-right {
    float: right
}

.relative {
    position: relative
}

.flex-center {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: 100%
}

[class^=paragraph-limit-] {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.paragraph-limit {
    -webkit-box-flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.paragraph-limit-2 {
    -webkit-line-clamp: 2
}

.paragraph-limit-3 {
    -webkit-line-clamp: 3
}

.paragraph-limit-4 {
    -webkit-line-clamp: 4
}

.paragraph-limit-7 {
    -webkit-line-clamp: 7
}

.full-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    pointer-events: none !important;
    background: #afc8e6;
    background: -moz-linear-gradient(top, #afc8e6 0, #dfe8ed 65%, #fff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, #afc8e6), color-stop(65%, #dfe8ed), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #afc8e6 0, #dfe8ed 65%, #fff 100%);
    background: -o-linear-gradient(top, #afc8e6 0, #dfe8ed 65%, #fff 100%);
    background: -ms-linear-gradient(top, #afc8e6 0, #dfe8ed 65%, #fff 100%);
    background: linear-gradient(to bottom, #afc8e6 0, #dfe8ed 65%, #fff 100%);
    z-index: 9999
}

.loading-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.webgl-clouds-group {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1
}

.webgl-clouds-group.webgl-clouds-fg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3
}

.webGL-clouds-wrapper {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -8%;
    left: -10%;
    pointer-events: none;
    animation-name: cloudsAnim;
    animation-duration: 50s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    will-change: transform;
    pointer-events: none
}

.webgl-clouds-bg {
    position: absolute;
    width: 120%;
    height: 120%;
    top: -22%;
    left: -10%;
    pointer-events: none;
    z-index: 2;
    animation-duration: 100s
}

@-webkit-keyframes cloudsAnim {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-moz-keyframes cloudsAnim {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@-o-keyframes cloudsAnim {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes cloudsAnim {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.webGL-clouds-wrapper .clouds-1 img,
.webGL-clouds-wrapper .clouds-2 img {
    position: absolute;
    width: 100%;
    bottom: 0
}

.webGL-clouds-wrapper .clouds-2 img {
    left: 100%
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%
}
.header{    height: 100px;
    background-color: rgba(0,0,0,0.1);}

.header-wrapper {
    position: relative;
    width: 100%;
    max-width: 1800px;
    height: 0;
    margin: auto;
    display: flex;
    justify-content: space-between
}

.logo {
    position: absolute;
    top: 50px;
	    max-width: 168px;
    left: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.navbar {
    position: absolute;
    top: 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navbar a,
.navbar span {
    cursor: pointer;
    display: inline-block;
    color: #fff
}

.search-in-nav {
    position: absolute;
    display: none;
    width: 420px;
    top: 100%;
    margin-top: 20px;
    right: 0;
    padding: 20px 20px;
    background-color: #fff
}

.search-in-nav:before {
    content: '';
    position: absolute;
    top: -13px;
    right: 68px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff
}

.search-in-nav.search-show {
    display: block
}

.search-group {
    display: inline-block;
    justify-content: space-between;
    align-items: center;    width: 100%;
}

.search-group input {
    font-size: 14px;
    padding: 10px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #f3f3f3;
    border: 1px solid rgb(11 77 101 / 21%); float:left
}
.search-group .inquiress_ct{ width:80%;}
.search-group .inquiress_tj{ width:18%;}
.search-group a {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 80px;
    height: 42px;
    font-size: 14px;
    text-align: center;
    padding: 0 14px;
    background-color: #006cb5;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.navbar span.search-showed .search-in-nav {
    display: flex
}

.navbar .menu-fixed-target {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 50%);
    transition: ease all .3s
}

.navbar .menu-fixed-target.is-active,
.navbar .menu-fixed-target:hover {
    background-color: #fff;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2)
}

.menu-fixed-target .menu-btn {
    display: inline-block;
    width: 15px;
    position: relative;
    border-top: 1px solid #333;
    transition: transform cubic-bezier(.55, .055, .675, .19) .3s, ease-in width .32s;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.menu-fixed-target .menu-btn::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -5px;
    width: 15px;
    border-top: inherit;
    transition: top .1s .34s ease-in, ease-in width .32s
}

.menu-fixed-target .menu-btn::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 15px;
    border-top: inherit;
    transition: bottom .1s .34s ease-in, ease-in width .32s, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .34s ease-in, ease-in width .32s, transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s .34s ease-in, ease-in width .32s, transform .3s cubic-bezier(.55, .055, .675, .19), -webkit-transform .3s cubic-bezier(.55, .055, .675, .19)
}

.menu-fixed-target.is-active .menu-btn,
.menu-fixed-target:hover .menu-btn {
    border-color: #217a9a
}

.menu-fixed-target.is-active span,
.menu-fixed-target:hover span {
    color: #c21277
}

.menu-fixed-target.is-active .menu-btn {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    transition: transform cubic-bezier(.215, .61, .355, 1) .3s .14s;
    background-color: #00936f
}

.menu-fixed-target.is-active .menu-btn::before {
    width: 100%;
    top: 0;
    opacity: 0;
    transition: top .1s ease-out, opacity .1s .14s ease-out
}

.menu-fixed-target.is-active .menu-btn::after {
    width: 100%;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom .1s ease-out, -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    transition: bottom .1s ease-out, transform .3s .14s cubic-bezier(.215, .61, .355, 1), -webkit-transform .3s .14s cubic-bezier(.215, .61, .355, 1);
    background-color: #00936f
}

.section {
    position: relative
}

.banner {
    position: relative;
    overflow: hidden
}

.full-banner {
    width: 100%;
    height: 100vh;
    overflow: hidden
}

.full-page-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.banner-wrapper {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 40px
}

.banner-wrapper:before {
    content: '';
    clear: both
}

.banner-wrapper:after {
    content: '';
    display: table;
    clear: both
}

.banner-info {
    position: relative;
    color: #fff;
    line-height: 1.35;
    font-weight: 500;
    font-size: calc(30px + 20 * (100vw - 300px)/ 1400)
}

.banner-info:after {
    content: '';
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 820px;
    height: 150px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 9
}

.banner-info .en {
    font-family: MontserratAlternates-ExtraLight;
    font-size: 20px;
    margin-top: 40px;
    font-weight: 200
}

.banner-content {
    width: 100%;
    will-change: transform;
    height: 100vh;
    position: relative;
    -webkit-transition: cubic-bezier(.77, 0, .175, 1) 1.6s transform;
    -o-transition: cubic-bezier(.77, 0, .175, 1) 1.6s transform;
    transition: cubic-bezier(.77, 0, .175, 1) 1.6s transform
}

.banner-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .08) 0, rgba(0, 0, 0, 0) 30%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, .08)), color-stop(30%, rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .08) 0, rgba(0, 0, 0, 0) 30%);
    background-repeat: repeat-x;
    z-index: -1
}

.full-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#banner_swiper .swiper-wrapper {
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    -o-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1)
}

#banner_swiper .swiper-slide {
    overflow: hidden
}

.banner .banner-drop {
    position: absolute;
    bottom: 50px;
    width: 100%;
    left: 0;
    z-index: 9;
    color: #fff
}

.banner .banner-drop .swiper-pagination {
    float: left;
    line-height: 1;
    font-size: 18px;
    font-family: MontserratAlternates-Light
}

.banner .banner-drop .swiper-pagination i {
    font-style: normal;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle
}

.banner .banner-drop .swiper-pagination span {
    display: inline-block;
    padding: 0 10px;
    text-align: center
}

.banner .banner-drop .swiper-pagination span:first-child {
    font-size: 35px
}

.banner .banner-drop .swiper-control {
    float: right;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 120px
}

.banner .banner-drop .swiper-control .swiper-btn-next,
.banner .banner-drop .swiper-control .swiper-btn-prev {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid rgb(255, 255, 255, 25%);
    color: #fff;
    font-size: 18px;
    transition: ease all .3s;
    cursor: pointer
}

.banner .banner-drop .swiper-control .swiper-btn-next i,
.banner .banner-drop .swiper-control .swiper-btn-prev i {
    transition: ease all .4s
}

.banner .banner-drop .swiper-control .swiper-btn-next:hover,
.banner .banner-drop .swiper-control .swiper-btn-prev:hover {
    border-color: #217a9a;
    background-color: #217a9a;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3)
}

.banner .banner-drop .swiper-control .swiper-btn-prev:hover i {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px)
}

.banner .banner-drop .swiper-control .swiper-btn-next:hover i {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px)
}

.about-background {
    height: 100vh;
    position: relative
}

.about-us {
    position: relative
}

.about-us-drop {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 115px 0;
    transition: ease 2s opacity 1s;
    opacity: 0;
    background: linear-gradient(rgb(255, 255, 255, 95%), rgb(255, 255, 255, 80%))
}

.about-us-drop-title {
    margin-right: 20%;
    border-bottom: 1px solid #999
}

.section.fp-section.active .about-us-drop {
    opacity: 1
}

.about-us-drop-title-en {
    white-space: nowrap;
    font-family: MontserratAlternates-Bold;
    color: #666;
    font-size: 30px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.about-us-drop-title-cn {
    color: #333;
    font-size: 18px;
    margin-bottom: 56px
}

.about-us-drop-main {
    display: flex;
    justify-content: space-between
}

.about-us-drop-content {
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin-top: 50px
}

.about-us-drop-main-t0 {
    width: 58%
}

.about-us-drop-main-t1 {
    width: 40%;
    position: relative
}

.about-us-drop-main-s1 {
    position: absolute;
    text-align: right;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    padding-right: 110px;
    transition: cubic-bezier(.77, 0, .175, 1) transform 2s, ease 1s opacity .2s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.section.fp-section.active .about-us-drop-main-s1 {
    opacity: 1;
    -webkit-transform: translateY(-78%);
    -moz-transform: translateY(-78%);
    -ms-transform: translateY(-78%);
    -o-transform: translateY(-78%);
    transform: translateY(-78%)
}

.anmite-to-top {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    transition: cubic-bezier(.77, 0, .175, 1) transform 2s, ease 1.2s opacity .7s
}

.section.fp-section.active .anmite-to-top {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
	text-align:justify;
}

.anmite-to-in {
    opacity: 0;
    transition: ease 1.2s opacity 1s
}

.section.fp-section.active .anmite-to-in {
    opacity: 1
}

.anmite-to-right {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: cubic-bezier(.77, 0, .175, 1) transform 2s, ease 1.2s opacity .7s
}

.section.fp-section.active .anmite-to-right {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.about-us-drop-main-s1 .section-title:after {
    right: 0
}

.section-title {
    display: inline-block;
    position: relative;
    line-height: 1.3;
    color: #006cb5;
    text-transform: uppercase;
    font-family: Montserrat-ExtraLight
}

.section-title-w {
    color: #fff
}

.section-title:after {
    content: attr(cn);
    color: inherit;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 18px;
    font-weight: 600
}

.section-title-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.section-title-s {
    font-size: 26px
}

.section-title-s:after {
    font-size: 20px
}

.video-area {
    margin-top: 70px
}

.about-us-drop-main-s2 {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between
}

.link-to {
    padding: 5px 0;
    display: flex;
    align-items: center;
    color: #333;
    font-size: 16px;
    font-weight: 500
}

.link-to>span {
    display: inline-block;
    margin: 0 15px;
    width: 240px;
    transition: ease width .5s;
    border-top: 1px solid #006cb5
}

.link-to:hover>span {
    width: 100px
}

.link-to>i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #006cb5;
    border: 1px solid #006cb5;
    border-radius: 50%;
    transition: ease all .3s
}

.link-to:hover>i {
    background-color: #0060a1;
    color: #fff;
    -webkit-transform: scale(1.2) translateX(10px);
    -moz-transform: scale(1.2) translateX(10px);
    -ms-transform: scale(1.2) translateX(10px);
    -o-transform: scale(1.2) translateX(10px);
    transform: scale(1.2) translateX(10px)
}

.link-to-w {
    color: #fff
}

.link-to-w>span {
    border-color: #fff
}

.link-to-w>i {
    color: #fff;
    border-color: #fff
}

.services {
    padding-top: 10vh
}

.service-infos {
    margin: 50px 0;
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
    font-weight: 200
}

.service-main {
    display: flex;
    justify-content: space-between
}

.service-infos-swiper {
    width: 50%
}

.service-pic-swiper {
    width: 45%;
    position: relative
}

.service-pic-swiper:before {
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 30%);
    box-shadow: 0 0 500px #fff
}

.service-main-drop {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 0 20px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.banner-drop .service-main-drop-item.actived {
    padding: 60px 77px
}

.service-main-drop {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition: ease all .5s .2s
}

.section.fp-section.active .service-main-drop {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: ease all 1s 1s;
    opacity: 1
}

.section.fp-section:not(footer) img {
    opacity: 0;
    transition: ease filter 1s 1.5s, linear opacity 2s 1s, transform ease .5s;
    filter: grayscale(.7)
}

.section.fp-section.active:not(footer) img {
    opacity: 1;
    filter: grayscale(0)
}

.service-main-drop-item {
    width: 20%;
    padding: 48px 26px;
    color: #fff;
    position: relative;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: ease-out all .5s
}

.service-main-drop-item.actived {
    padding: 40px 77px 70px 77px;
    width: 40%
}

.service-main-drop-item .item-top {
    font-size: 24px;
    display: flex;
    align-items: center
}

.service-main-drop-item .item-top>i {
    margin-right: 10px
}

.service-main-drop-item .item-en {
    padding-top: 20px;
    font-family: MontserratAlternates-Light;
    font-size: 16px
}

.service-main-drop-item:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: ease-out all .5s
}

.service-main-drop-item.actived:before {
    height: 115%
}

.service-main-drop-item:first-child:before {
    background: linear-gradient(0deg, rgba(3, 113, 155, .7) 0, #03719b 100%)
}

.service-main-drop-item:nth-child(2):before {
    background: linear-gradient(0deg, rgba(253, 143, 2, .7) 0, #fd8f02 100%)
}

.service-main-drop-item:nth-child(3):before {
    background: linear-gradient(0deg, rgba(39, 168, 76, .7) 0, #27a84c 100%)
}

.service-main-drop-item:nth-child(4):before {
    background: linear-gradient(0deg, rgba(4, 133, 204, .7) 0, #0485cc 100%)
}

.service-main-drop-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 10%;
    margin-top: -46px;
    height:82px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease all .5s
}

.service-main-drop-item.actived:after {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25)
}

.service-main-drop-item:first-child:after {
    background-image: url(../image/435456.png)
}

.service-main-drop-item:nth-child(2):after {
    background-image: url(../image/20210426102113.png)
}

.service-main-drop-item:nth-child(3):after {
    background-image: url(../image/20210426102125.png)
}

.service-main-drop-item:nth-child(4):after {
    background-image: url(../image/20210426102137.png)
}

#service_pic_swiper .slide-content {
    position: relative
}

#service_pic_swiper .slide-content:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

#service_pic_swiper .swiper-slide:first-child .slide-content:after {
    background-image: url(../image/435456.png)
}

#service_pic_swiper .swiper-slide:nth-child(2) .slide-content:after {
    background-image: url(../image/20210426102113.png)
}

#service_pic_swiper .swiper-slide:nth-child(3) .slide-content:after {
    background-image: url(../image/20210426102125.png)
}

#service_pic_swiper .swiper-slide:nth-child(4) .slide-content:after {
    background-image: url(../image/20210426102137.png)
}

.service-pic-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px
}

.service-pic-swiper .swiper-pagination span {
    width: 8px;
    height: 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 10px
}

.service-pic-swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: transparent
}

.fp-tableCell {
    position: relative
}

.news {
    width: 100%
}

.news .swiper-container {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px)
}

.news-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 90px
}

.news-nav {
    display: flex
}

.news-nav a {
    color: #3188a7;
    font-weight: 500;
    position: relative;
    font-size: 16px
}

.news-nav a:not(:last-child) {
    margin-right: 60px
}

.news-nav a:not(:last-child):after {
    content: '/';
    font-weight: 200;
    position: absolute;
    right: -30px;
    top: 0;
    color: #3188a7;
    line-height: 1;
    font-size: 14px
}

.news-nav a:hover {
    color: #006cb5
}

.news-grid {
    overflow: hidden;
    position: relative;
    padding: 20px 10px;
    margin-right: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #333;
    transition: ease all .3s
}

.news-grid:before {
    content: '';
    display: block;
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -2;
    position: absolute;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 0 8px 0 rgb(25, 33, 34, 20%);
    pointer-events: none
}

.news-grid:after {
    content: '';
    display: block;
    top: 30px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    opacity: 0;
    position: absolute;
    background-image: url(../image/3255576.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    filter: grayscale(.7);
    transition: ease opacity .5s
}

.news-grid:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.news-grid:hover:after {
    filter: grayscale(0);
    opacity: 1
}

.news-grid:hover {
    color: #fff
}

.news-grid-t0 {
    width:80px;
    padding: 70px 10px 70px 30px;
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
	letter-spacing: 10px;
    color: #006cb5;
    font-weight: 600;
    border-right: 1px solid rgb(199, 199, 199, 34%);
	writing-mode: vertical-lr;
}

.news-grid:hover .news-grid-t0 {
    color: #fff
}

.news-grid-t1 {
    width: calc(100% - 80px);
    padding: 40px 30px 20px 30px
}

.news-grid-t1 .news-pic {

    overflow: hidden
}

.news-grid-t1 .news-pic img {
    transform-origin: center bottom;
    transition: ease all 1s; width:100%;
}

.news-grid:hover .news-grid-t1 .news-pic img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07)
}

.news-grid-t1 .news-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin: 15px 0
}

.news-grid-t1 .news-content {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.75
}

.news-date {
    font-size: 14px
}

.news-grid-t2 {
    display: flex;
    width: 100%;
    border-top: 1px solid rgb(199, 199, 199, 34%);
    padding: 25px 50px
}

.news-more {
    font-size: 14px;
    transition: ease transform .5s;
    display: flex
}

.news-more i {
    margin-right: 5px
}

.news-grid:hover .news-more {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px)
}

.contact {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.page-contact-us .contact {
    padding: 80px 0
}

.contact-map {
    position: relative
}

.contact-map .point {
    position: absolute;
    color: #0a4d64;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(16%, -32%);
    -moz-transform: translate(16%, -32%);
    -ms-transform: translate(16%, -32%);
    -o-transform: translate(16%, -32%);
    transform: translate(16%, -32%)
}

.contact-map .point i {
    font-size: 20px;
    transform-origin: center bottom;
    transition: ease all .2s
}

.contact-map .point.actived i {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.contact-map .point span {
    position: absolute;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    z-index: 0
}

.contact-map .point.actived span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation-name: circle;
    animation-duration: 4s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 0s;
    background-color: rgb(10, 77, 100, 59%)
}

.contact-map .point.actived span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation-name: circle;
    animation-duration: 4s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 1s;
    background-color: rgb(10, 77, 100, 59%)
}

.contact-map .point.actived span+span:before {
    animation-delay: 2s
}

.contact-map .point.actived span+span:after {
    animation-delay: 3s
}

@-webkit-keyframes circle {
    0% {
        width: 0%;
        height: 0%;
        opacity: 1
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

@keyframes circle {
    0% {
        width: 0%;
        height: 0%;
        opacity: 1
    }

    100% {
        width: 100%;
        height: 100%;
        opacity: 0
    }
}

.contact-main {
    flex-grow: 1;
    padding-left: 70px
}

.contact-map .point:first-child {
    top: 86%;
    right: 28%
}

.contact-map .point:nth-child(2) {
    top: 87%;
    right: 29%
}

.contact-map .point:nth-child(3) {
    top: 87%;
    right: 28.2%
}

.map-logo {
    position: absolute;
    top: 75%;
    right: 32%
}

.contact-ways {
    padding-top: 50px;
    display: flex
}

.contact-ways a {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 20px;
    font-size: 16px;
    margin-bottom: 40px;
    font-family: Montserrat-ExtraLight
}

.contact-ways a>i {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 50%;
    background-color: #fff;
    color: #0a4d64;
    text-align: center;
    line-height: 66px;
    font-size: 24px;
    margin-right: 20px;
    transition: ease all .3s
}

.contact-ways a:hover>i {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.contact-ways a p {
    margin-bottom: 10px
}

.contact-main {
    width: 40%
}

.contact-main-swiper {
    color: #fff
}

.contact-main-swiper .top {
    font-size: 18px;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 50px
}

.contact-main-swiper .top:before {
    content: '';
    display: block;
    width: 80px;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0
}

.contact-main-swiper .infos {
    margin-top: 20px;
    font-size: 14px;
    line-height: 2
}

.contact-main-swiper .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 40px
}

.contact-main-swiper .swiper-pagination span {
    width: 8px;
    height: 8px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 10px
}

.contact-main-swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: transparent
}

footer {
    overflow: hidden;
    background-image: url(../image/20210422142009.png)
}

.footer-top {
    position: relative;
    display: flex;
    justify-content: space-between
}

.footer-top:after {
    content: '';
    display: block;
    border-bottom: 1px solid #494d4e;
    left: 0;
    bottom: 0;
    width: 200vw;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer-logo {
    padding: 50px 0;
    padding-right: 10px;
    display: flex
}

.hot-line {
    color: #afafaf;
    margin-left: 25px;
    padding-left: 25px;
    border-left: 1px solid #494d4e;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.hot-line p {
    margin-bottom: 10px
}

.hot-line a {
    font-weight: 200;
    color: #afafaf;
    font-size: 26px
}

.hot-line a:hover {
    color: #fff
}

.footer-social {
    position: relative;
    width: 330px;
    padding: 50px 0;
    padding-left: 50px;
    display: flex;
    align-items: center;
    font-size: 20px
}

.footer-social:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50vh;
    border-left: 1px solid #494d4e
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #dedede;
    margin-left: 15px;
    transition: ease all .3s
}

.footer-social a:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    background-color: #fff;
    color: #343839
}

.footer-main {
    position: relative;
    display: flex
}

.footer-main:after {
    content: '';
    display: block;
    border-bottom: 1px solid #494d4e;
    left: 0;
    bottom: 0;
    width: 200vw;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.footer-nav {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
    padding-right: 50px
}

.page-menu-nav {
    width: 100%;
    flex-grow: 1;
    display: flex;
    justify-content: space-between
}

.footer-nav .nav-item,
.page-menu-nav .nav-item {
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    font-size: 14px
}

.footer-nav .nav-item li {
    color: #afafaf;
    display: inline-block;
    margin-bottom: 15px;
    position: relative
}

.page-menu-nav .nav-item li {
    color: #afafaf;
    display: inline-block;
    margin-bottom: 20px;
    position: relative
}

.footer-nav .nav-item li:first-child,
.page-menu-nav .nav-item li:first-child {
    color: #fff;
    font-size: 18px
}

.footer-nav .nav-item a,
.page-menu-nav .nav-item a {
    color: inherit;
    position: relative;
    padding-bottom: 8px;
    display: inline-block
}

.footer-nav .nav-item a:hover,
.page-menu-nav .nav-item a:hover {
    color: #fff
}

.footer-nav .nav-item a:after,
.page-menu-nav .nav-item a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    transition: ease all .3s;
    border-bottom: 1px solid #afafaf
}

.footer-nav .nav-item a:hover:after,
.page-menu-nav .nav-item a:hover:after {
    left: 0;
    right: unset;
    width: 100%
}

.footer-contact,
.footer-contact-form {
    width: 330px;
    flex-shrink: 0;
    border-left: 1px solid #494d4e;
    padding: 50px 0;
    padding-left: 50px
}

.footer-contact-form {
    color: #fff;
    font-size: 14px
}

.footer-contact-form p {
    font-family: MontserratAlternates-Light;
    margin-bottom: 15px
}

.footer-contact-form .form {
    padding: 20px 0;
    width: 100%
}

.footer-contact-form .form input {
    padding: 10px 9px;
    font-size: 14px;
    color: #ababab;
    width: 100%;
    border: 1px solid #636363;
    margin-bottom: 15px
}

.footer-contact-form .form-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    font-size: 13px;
    padding: 12px 30px;
    background-color: #636363;
    color: #fff
}

.footer-contact-form .form-submit i {
    margin-right: 5px
}

.contact-qrcode {
    display: flex
}

.contact-qrcode div {
    padding-right: 20px
}

.contact-qrcode p {
    padding-top: 20px;
    color: #afafaf;
    font-size: 14px;
    margin-bottom: 0
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
    line-height: 1.45;
    font-size: 16px;
    color: #afafaf
}

.copyright a {
    color: #afafaf
}

.copyright a:hover {
    color: #fff
}

.page-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: ease all .3s
}

.page-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -25vw;
    left: -25vw;
    height: 100%;
    z-index: 0;
    background: linear-gradient(40deg, #184586 -38%, #006950)
}

.page-menu.is-show {
    z-index: 998;
    opacity: 1
}

.page-contact-us {
    position: relative;
    padding: 20vh 0
}

.page-contact-us-form {
    padding-top: 50px;
    display: flex;
    justify-content: space-between
}

.page-contact-us-form .contact-ways {
    flex-direction: column;
    padding-top: 0;
    flex-shrink: 0;
    width: 40%
}

.contact-online-form {
    display: flex;
    flex-wrap: wrap;
    width: 60%
}

.form-grid {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px
}

.form-grid-large {
    width: 100%;
    padding: 0 10px
}

.form-grid .form-item {
    padding: 10px 20px;
    font-size: 14px;
    color: #fff;
    width: 100%;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255, 38%)
}

.form-grid textarea.form-item {
    padding: 20px;
    height: 200px
}

.form-grid .form-item::placeholder {
    color: #dedede
}

.form-grid .form-submit {
    float: right;
    color: #fff;
    padding: 15px 40px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255, 38%);
    transition: ease all .3s
}

.form-grid .form-submit:hover {
    background-color: #0a4d64
}

.service-content-top {
    text-align: center;
    color: #006cb5;
    padding-bottom: 40px;
    border-bottom: 1px solid rgb(0, 108, 181, 21%)
}

.service-content-top .service-content-top-t1 {
    font-family: Montserrat-ExtraLight;
    padding-top: 40px;
    font-size: 26px
}

.service-content-top .service-content-top-t2 {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500
}

.service-content-edit-area {
    font-size: 14px;
    color: #333;
    line-height: 2;
    margin-top: 40px
}

.service-content-edit-area * {
    white-space: normal !important
}

.service-content-edit-area img {
    height: auto !important
}

.banner-navbar {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.banner-navbar-item {
    display: block;
    margin: 0 5px;
    color: #006cb5;
    font-size: 16px;
    transition: ease all .3s;
    padding: 20px 80px;
    background-color: rgb(255, 255, 255, 70%)
}
#banner-drop .banner-navbar-item{padding: 20px 2vw;}

.banner-navbar-item i {
    margin-right: 15px
}

.banner-navbar-item div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    padding-bottom: 10px
}

.banner-navbar-item p {
    font-family: Montserrat-ExtraLight
}

.banner-navbar-item.actived {
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 108, 181, .8) 0, rgba(0, 108, 181, .2) 100%)
}

.banner-navbar-item:not(.actived):hover {
    color: #fff
}

.banner-navbar-item:hover {
    background-color: rgb(0, 93, 156, 80%);
    padding: 40px 80px
}
#banner-drop .banner-navbar-item:hover{padding: 40px 2vw}
.page-section {
    padding: 10vh 0
}


.reports-des,
.talent-des {
    color: #333;
    margin-top: 50px;
    line-height: 2;
    font-size: 16px
}

.talent-block {
    width: 75%;
    margin: auto;
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.talent-block-item {
    padding: 40px 40px 25px 40px;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    transition: ease all .3s
}

.talent-block-item:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .1)
}

.talent-block-item span {
    font-size: 45px;
    color: #006cb5;
    position: relative
}

.talent-block-item span:before {
    content: '';
    display: block;
    height: 28px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 90px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 100%;
    pointer-events: none;
    z-index: -1;
    background: linear-gradient(0deg, #89a9b5, #fff);
    transition: ease all .3s
}

.talent-block-item:hover span:before {
    -webkit-transform: translateX(-50%) translateY(10px);
    -moz-transform: translateX(-50%) translateY(10px);
    -ms-transform: translateX(-50%) translateY(10px);
    -o-transform: translateX(-50%) translateY(10px);
    transform: translateX(-50%) translateY(10px)
}

.talent-block-item p {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin-top: 50px
}

.talent-block-t1 {
    margin: auto;
    width: 100%;
    padding: 0 50px;
    height: 136px;
    font-size: 16px;
    color: #333;
    text-align: center
}

.talent-block-t2 {
    font-size: 30px;
    color: #006cb5;
    font-weight: 600;
    text-align: center
}

.talent-block-t1 span {
    display: inline-block;
    line-height: 1.5;
    position: relative;
    padding: 60px 0
}

.talent-block-t1 span:before {
    content: '';
    width: 40px;
    height: 60px;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: 0;
    -webkit-transform: rotate(260deg);
    -moz-transform: rotate(260deg);
    -ms-transform: rotate(260deg);
    -o-transform: rotate(260deg);
    transform: rotate(260deg);
    background-image: url(../image/465457788.png)
}

.talent-block-t1 span:after {
    content: '';
    width: 40px;
    height: 60px;
    background-size: contain;
    position: absolute;
    right: -40px;
    bottom: 0;
    background-image: url(../image/465457788.png)
}

.activities {
    position: relative
}

.activity-top {
    overflow: hidden;
    padding: 100px 0;
    display: flex;
    justify-content: center;
    position: relative
}

.activity-grid {
    color: #333
}

#activities_background_swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.activity-grid h4 {
    font-size: 24px;
    font-weight: 500;
    color: #333
}

.activity-grid .acts {
    margin: 40px 0;
    font-size: 18px
}

.activity-grid .acts span {
    padding-right: 40px
}

.activity-grid .infos {
    line-height: 2;
    font-size: 14px;
    color: #333
}

.activity-box {
    max-width: 800px;
    margin: auto;
    padding: 80px 94px;
    color: #333;
    background-color: rgb(255, 255, 255, 90%)
}

.activity-box {
    position: relative
}

.activity-box .swiper-btn-next,
.activity-box .swiper-btn-prev {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 54px;
    height: 54px;
    background-color: #b7b7b7;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: ease all .3s
}

.activity-box .swiper-btn-prev {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.activity-box .swiper-btn-next:hover,
.activity-box .swiper-btn-prev:hover {
    background-color: #006cb5
}

.activity-list {
    padding-top: 30px;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap
}

.activity-item {
    width: 50%;
    padding: 0 15px
}

.activity-item-content {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat
}

.activity-item-content p {
    position: relative;
    z-index: 1;
    transition: ease all .75s
}

.activity-item-content:hover p {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.activity-item-content .content-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.activity-item-content .content-video:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .7;
    pointer-events: none;
    transition: ease all .2s
}

.activity-item-content .content-video.video-played:after {
    opacity: 0
}

.activity-item-content .content-video video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.activity-video-play {
    margin-top: 20px;
    position: relative;
    z-index: 1;
    text-align: center
}

.activity-video-play span {
    display: inline-block;
    padding: 8px 12px;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #dedede
}

.join-overview {
    display: flex;
    padding-top: 100px;
    padding-bottom: 50px
}

.join-overview .item {
    width: 25%;
    padding: 0 25px;
    text-align: center
}

.join-overview .item .item-grid-main {
    text-align: center
}

.join-overview .item .item-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #006cb5;
    transition: ease all .2s
}

.join-overview .item .item-icon:before {
    content: '';
    display: block;
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -45px -45px;
    border-radius: 50%;
    border: 1px dashed #959da0;
    animation-name: roate;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.join-overview .item .item-icon:after {
    content: '';
    display: block;
    width: 78px;
    height: 78px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -39px -39px;
    border-radius: 50%;
    border: 1px dashed #959da0;
    animation-name: roate;
    animation-duration: 10s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.join-overview .item .item-icon:hover:after,
.join-overview .item .item-icon:hover:before {
    opacity: 0;
    transition: ease opacity .5s
}

.join-overview .item .item-icon:hover {
    color: #fff
}

.join-overview .item .item-icon:hover span:after,
.join-overview .item .item-icon:hover span:before {
    visibility: visible
}

.join-overview .item .item-icon span:after,
.join-overview .item .item-icon span:before {
    visibility: hidden;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #296378;
    z-index: -1;
    animation-name: pulseInOut;
    animation-duration: 2.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

.join-overview .item .item-icon span:before {
    animation-delay: 0s
}

.join-overview .item .item-icon span:after {
    animation-delay: .6s
}

.join-overview .item .item-icon span+span:before {
    animation-delay: 1.2s
}

.join-overview .item .item-icon span+span:after {
    animation-delay: 1.8s
}

@keyframes pulseInOut {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.6);
        -moz-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -o-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes roate {
    to {
        -webkit-transform: rotate(1turn);
        -moz-transform: rotate(1turn);
        -ms-transform: rotate(1turn);
        -o-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.join-overview .item .item-grid-main .item-title {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 30px 0
}

.join-overview .item .item-grid-main .item-des {
    line-height: 1.7;
    font-size: 16px
}

.jobs-main {
    margin-top: 50px
}

.join-top h4 {
    color: #333;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center
}

.join-top p {
    line-height: 1.5;
    text-align: center;
    color: #333;
    font-size: 16px
}

.jobs-search {
    margin-top: 80px;
    display: flex;
    justify-content: space-between
}

.jobs-search input {
    flex-grow: 1;
    color: #999;
    background-color: #fcfcfc;
    padding: 10px 40px;
    font-size: 16px
}

.jobs-search input::placeholder {
    color: #999
}

.jobs-search a {
    display: block;
    background-color: #006cb5;
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
    padding: 20px 70px;
    transition: ease all .2s
}

.jobs-search a:hover {
    background-color: #02161d
}

.join-top {
    text-align: center
}

.join-list {
    margin: 50px 0
}

.join-head {
    background: #f0f2f5;
    color: #525456;
    font-size: 16px
}

.join-grid {
    font-size: 14px;
    font-weight: 400;
    color: #6d6d6d;
    border: 1px solid #f0f2f5;
    border-top: none;
    transition: ease all .3s
}

.join-grid:hover {
    background-color: #e8e8e8
}

.join-list ul {
    display: flex
}

.join-list li {
    width: calc(100% / 6);
    padding: 30px 10px;
    text-align: center
}

.join-grid ul {
    cursor: pointer
}

.join-infos {
    padding: 80px 110px;
    font-size: 14px;
    color: #9da0a5;
    background: #fff;
    line-height: 1.75;
    display: none
}

.join-al {
    margin: 100px 0
}

.join-bg {
    position: absolute;
    width: 400px;
    top: 100px;
    left: 0;
    height: 600px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left 20%;
    background-image: url(https://www.seduno.com/static/images/2342510.png?2106031628)
}

.join-sc {
    width: 100%;
    display: flex;
    margin-top: 100px
}

.join-map {
    width: 55%;
    position: relative
}

.join-adds {
    width: 45%;
    flex-grow: 1;
    padding-left: 100px
}

.news-main {
    position: relative;
    z-index: 1;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 30px
}

.mews-list-item {
    width: 50%;
    margin-bottom: 20px
}
#products .mews-list-item {
    width: 33.33%;
    margin-bottom: 20px
}

.mews-list-item .news-grid {
    height: 100%
}

.news-paginations {
    margin: 100px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.news-paginations a {
display: inline-block;
    margin: 0 10px;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    color: #006cb5;
    border-radius: 0;
    border: 1px solid #006cb5;
}

.news-paginations a.on {
    border-color: #006cb5;
    color: #fff;
    background-color: #006cb5
}

.news-detail-top {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee
}

.news-detail-top a {
    display: block;
    margin-right: 20px;
    position: relative
}

.news-detail-top a:not(:last-child):after {
    content: "\e911";
    vertical-align: sub;
    display: inline-block;
    font: normal normal normal 14px/1 icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: -15px;
    top: 0
}

.testing-detail-main {
    padding: 60px 0;
    color: #333;
    font-size: 16px;
    line-height: 2
}

.news-detail-main {
    padding: 60px 0;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    line-height: 2
}

.news-detail-main *,
.testing-detail-main * {
    white-space: normal !important
}

.news-detail-main img {
    height: auto !important
}

.news-others {
    padding: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.news-others a {
    font-size: 14px;
    color: #999;
    display: flex;
    align-items: center
}

.news-others a>i {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #006cb5;
    display: inline-block;
    background-color: #f4f4f5;
    margin: 0 20px;
    transition: ease all .2s
}

.news-others a:hover {
    color: #006cb5
}

.news-others a:hover>i {
    color: #fff;
    background-color: #006cb5
}

.news-others a:hover>i.icon-left {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px)
}

.news-others a:hover>i.icon-right {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.reports-m1 {
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.m1-grid {
    padding: 20px;
    width: 24vw;
    height: 24vw;
    line-height: 2;
    font-weight: 200;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    position: relative
}

.m1-grid:after {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    border-radius: 50%;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-image: url(../image/21347634877.png)
}

.m1-grid:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    z-index: 0;
    background-color: transparent;
    border: 1px solid #006cb5;
    border-radius: 50%;
    transition: ease all .3s
}

.m1-grid:hover:before {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
    background-color: #006cb5
}

.m1-grid h4 {
    color: #006cb5;
    font-weight: 500;
    margin-bottom: 10px
}

.m1-grid:hover,
.m1-grid:hover h4 {
    color: #fff
}

.m1-grid div {
    position: relative;
    z-index: 1
}

.report-download {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.report-download-item {
    margin: 0 50px;
    width: 20%;
}
.report-download-item img{
    width: 100%;
}

.report-download-item a {
    position: relative;
    display: block
}

.report-download-item a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1;
    opacity: 0;
    transition: ease all .2s;
    background-color: #006cb5
}

.report-download-item a:after {
    content: "\e920";
    color: #fff;
    position: absolute;
    vertical-align: sub;
    display: inline-block;
    font: normal normal normal 14px/1 icon;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 40px
}

.report-download-item a:hover:before {
    opacity: .5
}

.report-download-item a>p {
    height: 30px;
    padding-top: 15px;
    font-size: 16px;
    text-align: center
}

.policies-download {
    width: 100%;
    margin: auto;
    max-width: 960px;
    margin-top: 50px
}

.policies-download .policies-download-item {
    color: #006cb5;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    transition: ease all .15s;
    border-bottom: 1px solid #dedede
}

.policies-download .policies-download-item i {
    font-size: 22px
}

.policies-download .policies-download-item:hover {
    color: #fff;
    background-color: #006cb5
}

.policy-wrap {
    max-width: 1000px;
    width: 100%;
    padding: 0 20px;
    margin: auto
}

.policy-grid {
    background-color: #006cb5;
    padding: 50px 50px 30px 50px;
    position: relative;
    margin: 100px 0;
    overflow: hidden;
    display: flex;
    justify-content: space-between
}

.policy-grid:before {
    content: attr(data-title);
    color: #245f75;
    font-size: 200px;
    padding: 0 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    font-family: ITCAvantGardeStd-Bold
}

.policy-grid:nth-child(2n) {
    flex-direction: row-reverse
}

.policy-grid>div {
    width: 45%;
    color: #fff;
    font-size: 20px;
    line-height: 2;
    position: relative;
    z-index: 1
}

.policy-grid .r1 {
    line-height: 1;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: ITCAvantGardeStd-Bold
}

.policy-grid .r2 {
    line-height: 1.5
}

.brands-m1 {
    margin-top: 100px
}

.brands-grid {
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between
}

.brands-grid .brand-pictures {
    width: 50%;
    position: relative
}

.brands-grid .brand-pictures .swiper-container {
    height: 100%
}

.brands-grid .brand-pictures img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.brands-grid .brand-infos {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    position: relative;
    background-color: #f6f9f9
}

.brands-grid .brand-infos-main {
    padding: 0 50px;
    font-size: 14px;
    line-height: 2
}

.brand-infos-title {
    position: absolute;
    top: 50px;
    padding: 15px 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-color: #006cb5
}

.brand-infos-title:after {
    content: '';
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    background-color: #006cb5
}

.brands-grid:nth-child(2n) {
    flex-direction: row-reverse
}

.brands-grid:nth-child(2n+1) .brand-infos-title {
    left: 0;
    padding-right: 20px
}

.brands-grid:nth-child(2n) .brand-infos-title {
    right: 0;
    padding-left: 20px
}

.brands-grid:nth-child(2n+1) .brand-infos-title:after {
    right: -45px;
    border-radius: 0 60px 0 0
}

.brands-grid:nth-child(2n) .brand-infos-title:after {
    left: -45px;
    border-radius: 60px 0 0 0
}

.brand-pictures .swiper-btn-next,
.brand-pictures .swiper-btn-prev {
    position: absolute;
    bottom: 0;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background-color: #006cb5;
    z-index: 2;
    cursor: pointer;
    transition: ease all .3s
}

.brand-pictures .swiper-btn-next:hover,
.brand-pictures .swiper-btn-prev:hover {
    background-color: #042835
}

.brands-grid:nth-child(2n+1) .swiper-btn-next,
.brands-grid:nth-child(2n+1) .swiper-btn-prev {
    right: 0
}

.brands-grid:nth-child(2n) .swiper-btn-next,
.brands-grid:nth-child(2n) .swiper-btn-prev {
    left: 0
}

.brands-grid:nth-child(2n+1) .swiper-btn-next {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.brands-grid:nth-child(2n) .swiper-btn-prev {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%)
}

.about-main .about-title {
    font-size: 28px;
    color: #006cb5;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center
}

.about-main .about-title-en {
    font-size: 20px;
    color: #d4d4d4;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    font-family: MontserratAlternates-Light
}

.about-main .about-des {
    color: #333;
    margin-top: 50px;
    line-height: 2;
    font-weight: 200;
    font-size: 16px;
    margin-bottom: 100px;text-align: justify;
}

.num-item {
    width: 250px;
    position: relative;
    padding-bottom: 50px
}

.num-item p {
    position: absolute;
    bottom: 0;
    line-height: 1;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px
}

.num-item p>i {
    vertical-align: top
}

.num-item:after {
    content: attr(data-unit);
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px
}

.num-item span {
    font-size: 46px;
    font-family: Montserrat-ExtraLight;
    font-weight: 700;
    position: relative
}

.company-overview {
    height: 110px
}

.company-overview .nums {
    display: flex;
    justify-content: space-around;
    width: 85%;
    margin: auto
}

.company-swiper {
    max-height: 300px;
    margin-top: 100px
}

.history-section {
    position: relative
}

.history-main {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 120px 0
}

.history-main-pictures {
    width: 32vw
}

.history-main-line {
    width: 68vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.history-coentent {
    padding: 80px 0;
    text-align: center
}

.history-coentent .date {
    font-size: 24px;
    font-weight: 500;
    color: #006cb5
}

.history-coentent .infos {
    font-size: 20px;
    margin-top: 23px;
    line-height: 1.5;
    color: #151515
}

.history-time-line {
    overflow: auto;
    font-size: 0;
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 20px;
    position: relative
}

.history-time-line::-webkit-scrollbar {
    height: 4px;
    background-color: #eee
}

.history-time-line::-webkit-scrollbar-thumb {
    height: 4px;
    background-color: #006cb5
}

.time-line-item {
    color: #8c8c8c;
    border-top: 1px solid #006cb5;
    cursor: pointer;
    width: 16.65%;
    font-size: 16px;
    padding: 20px 0;
    display: inline-block;
    position: relative;
    text-align: center;
    transition: ease all .2s
}

.time-line-item.actived {
    font-weight: 500;
    font-size: 18px;
    color: #006cb5;
    padding: 18px 0
}

.time-line-item:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #006cb5;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: ease all .15s
}

.time-line-item.actived:before {
    width: 14px;
    height: 14px
}

.honor-main {
    margin: 110px 0
}

.honor-grid {
    position: relative;
    border: 1px solid #bbb;
    padding: 40px 50px;
    line-height: 1.5;
    padding-right: 100px;
    margin-top: 30px;
    background-color: #f8f8f8;
    transition: ease all .3s
}

.honor-list {
    position: relative;
    padding: 0 25%
}

.honor-grid-top {
    font-size: 16px;
    transition: ease all .3s;
    font-weight: 700;
    margin-bottom: 20px
}

.honor-grid-date {
    font-size: 14px;
    color: #333
}

.honor-grid-des {
    margin-top: 26px;
    font-size: 14px;
    line-height: 1.7
}

.honor-grid:hover {
    background-color: #e6edef;
    border-color: #006cb5;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

.honor-grid-pin {
    position: absolute;
    top: 50px;
    right: 50px;
    transition: ease all .3s;
    filter: grayscale(1)
}

.honor-grid:hover .honor-grid-pin {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    filter: grayscale(0)
}

.honor-grid:hover .honor-grid-top {
    color: #006cb5
}

.honor-list:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../image/235443765986.png)
}

.honor-list:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 350px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../image/23453468.png)
}

.testing-slide-grid {
    display: block;
    overflow: hidden
}

.testing-slide-grid img {
    transform-origin: center bottom;
    transition: ease all 1s
}

.testing-slide-grid:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.culture {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center
}

.culture-circle {
    margin: 70px 0;
    width: 750px;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.culture-content {
    width: 750px;
    height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px
}

.culture-circle .circle-content-item {
    position: absolute;
    z-index: 1;
    cursor: pointer
}

.circle-content-item .content-title {
    font-size: 24px;
    color: #3d3d3d;
    white-space: nowrap;
    margin-bottom: 20px;
    line-height: 2;
    transition: ease all .3s
}

.circle-content-item.on .content-title {
    color: #006cb5
}

.circle-content-item .content-info {
    line-height: 1.75;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 300;
    transition: ease all .55s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
}

.circle-content-item.on .content-info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.span-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 4px;
    border-radius: 50%;
    background-color: #006cb5;
    cursor: pointer
}

.circle-content-item.on .span-icon:before {
    content: '';
    font-family: icon;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 30px
}

.circle-content-item.on .span-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease all .15s
}

.circle-content-item .span-icon:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    border-radius: 100%;
    background-color: rgb(0, 108, 181, 30%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation-name: radiate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite
}

@keyframes radiate {
    0% {
        opacity: 1;
        width: 100%;
        height: 100%
    }

    50% {
        opacity: .7
    }

    100% {
        opacity: 0;
        width: 200%;
        height: 200%
    }
}

.culture-list {
    margin-top: 70px;
    padding-left: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.culture-list .span-icon {
    top: 15px;
    left: 0
}

.culture-list .circle-content-item {
    margin-bottom: 50px;
    padding-left: 50px;
    cursor: pointer
}

.culture-list .circle-content-item.on .span-icon {
    top: 4px
}

.culture-content-infos {
    color: #006cb5;
    line-height: 2;
    font-size: 14px;
    padding: 0 50px;
    font-weight: 200;
    text-align: center
}

.culture-content-infos span {
    font-size: 48px;
    display: inline-block;
    line-height: 1
}

.culture-content-infos h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 20px
}

#particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none
}

.scroll-down svg {
    transition-timing-function: ease;
    transition-delay: .5s
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: .7
}

#an_down {
    animation: down 1s linear infinite
}

@-webkit-keyframes down {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
}

@keyframes down {
    0% {
        opacity: 0
    }

    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
        opacity: 0
    }
}

[data-fancybox] {
    display: block;
    overflow: hidden
}

[data-fancybox]>img {
    transform-origin: center bottom;
    transition: ease all .7s
}

[data-fancybox]:hover>img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07)
}

@media (max-width:1699px) {
    .reports-m1 {
        flex-wrap: wrap;
        padding: 50px 0
    }

    .m1-grid {
        height: auto;
        padding: 20px 0;
        width: 100%;
        margin-bottom: 40px
    }

    .m1-grid:before {
        display: none
    }

    .m1-grid:hover,
    .m1-grid:hover h4 {
        color: #006cb5
    }
}

@media (max-width:1599px) {
    .banner-navbar-item {
        padding: 20px 50px
    }

    .culture-circle {
        width: 600px;
        height: 600px
    }

    .culture-content {
        width: 600px;
        height: 600px
    }

    .culture-content-infos {
        font-size: 12px
    }

    .culture-content-infos span {
        font-size: 28px
    }

    .culture-content-infos h4 {
        font-size: 20px;
        margin-bottom: 10px
    }
}

@media (min-width:1366px) {
    .section-title {
        font-size: 40px;
        padding-bottom: 40px
    }

    #service_pic_swiper .slide-content:after {
        width: 130px;
        height: 130px
    }

    #service_pic_swiper .slide-content {
        padding: 60px 60px 0 80px
    }

    .service-main-drop-item:after {
        width: 70px
    }
}

@media (max-width:1365px) {
    .brand-infos-title {
        top: 20px
    }

    .brands-grid .brand-infos {
        padding-top: 80px
    }

    .brand-infos-main {
        font-size: 13px
    }

    .banner-middle {
        height: 400px
    }

    .banner-middle .banner-content {
        height: 400px
    }

    .section-title {
        font-size: 36px;
        padding-bottom: 30px
    }

    .about-main .about-des {
        font-size: 16px
    }

    .company-overview {
        height: 200px
    }

    .company-overview .nums {
        width: 100%;
        max-width: 600px;
        flex-wrap: wrap
    }

    .company-overview .num-item {
        width: 50%;
        padding-bottom: 30px;
        margin-bottom: 40px
    }

    .services {
        padding: 100px 0
    }

    .news-top {
        margin-top: 100px
    }

    .news {
        padding-bottom: 100px;
        overflow: hidden
    }

    .service-main-drop-item {
        padding: 25px 15px;
        width: 23%
    }

    .service-main-drop-item .item-top {
        font-size: 18px
    }

    .service-main-drop-item.actived {
        padding: 30px 50px;
        width: 32%
    }

    #service_pic_swiper .slide-content:after {
        width: 90px;
        height: 90px
    }

    #service_pic_swiper .slide-content {
        padding: 30px 30px 0 30px
    }

    .service-main-drop {
        padding: 0
    }

    .service-main-drop-item:after {
        width: 45px
    }

    .scroll-down {
        display: none
    }

    .service-main-drop-item .item-en {
        font-size: 14px
    }

    .contact {
        padding: 100px 0
    }

    .contact-main {
        padding-left: 20px
    }

    .contact-ways {
        flex-wrap: wrap
    }

    .contact-ways a {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0
    }
}

@media (max-width:1199px) {

    .footer-logo,
    .footer-social {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .footer-nav {
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .footer-nav .nav-item {
        width: 25%;
        margin-bottom: 20px
    }

    .banner-navbar-item {
        font-size: 14px;
        padding: 16px 40px
    }

    .circle-content-item.on .span-icon {
        width: 20px;
        height: 20px
    }

    .circle-content-item .content-title {
        min-width: 150px;
        font-size: 18px;
        font-weight: 500
    }
}

@media (max-width:1023px) {
    .talent-block {
        width: 100%
    }
.header{ height:80px;}
    .join-overview {
        flex-wrap: wrap
    }
.proPg-hd{ display:block!important}
.proPg-rt{width: 100%!important;}
.proPg-lt{width: 100%!important;
    margin-right: 0!important;
    padding-top: 20px;}
	.proPg-pv, .proPg-nt{padding: 0 5px!important;}
	.d_DecTab{    width: calc((100% - 4px)/2)!important;}
    .join-overview .item {
        width: 50%;
        margin-bottom: 50px
    }

    .mews-list-item {
        width: 100%!important;
    }

.container{padding: 0 10px;}
    .news-main {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0
    }

    .honor-list:after,
    .honor-list:before {
        display: none
    }

    .honor-list {
        padding: 0 50px
    }

    .banner-drop {
        display: none
    }

    .page-menu-nav {
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .page-menu-nav .nav-item {
        width: 25%;text-align: CENTER;
    }

    .news-grid-t1 {
            padding: 0;
    }
.news-grid-t1 .news-title,.news-grid-t1 .news-content{    padding: 0 15px;}
    .news-grid-t2 {
        display: none
    }

    .link-to {
        font-size: 13px
    }

    .link-to>span {
        width: 100px
    }

    .contact {
        flex-wrap: wrap;
        flex-direction: column-reverse
    }

    .contact-main {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .contact-map {
        width: 100%;
        max-width: 500px;
        margin: auto
    }

    .contact-ways a {
        width: 50%
    }

    .contact-main-swiper {
        width: 100%;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px
    }

    .culture-circle,
    .culture-content {
        width: 460px;
        height: 460px
    }

    .culture-content {
        padding: 60px
    }

    .culture-circle .circle-content-item:nth-child(1),
    .culture-circle .circle-content-item:nth-child(3) {
        padding-right: 40px
    }

    .culture-circle .circle-content-item:nth-child(2),
    .culture-circle .circle-content-item:nth-child(4) {
        padding-left: 40px
    }
}

@media (max-width:899px) {

    .service-main-drop-item,
    .service-main-drop-item.actived {
        width: 50%;
        padding: 40px 20px
    }

    .service-main-drop {
        flex-wrap: wrap
    }

    .service-main-drop-item.actived:before {
        height: 100%
    }

    .service-main-drop-item .item-en {
        font-size: 12px
    }

    .service-infos {
        font-size: 13px
    }

    .service-infos-swiper {
        width: 45%
    }

    .service-pic-swiper {
        width: 55%
    }

    .about-background {
        height: 20vw;
        min-height: 200px
    }

    .about-us-drop {
        position: relative
    }

    .about-us-drop-main {
        flex-direction: column-reverse;
        flex-wrap: wrap
    }

    .about-us-drop-main-t0 {
        width: 100%
    }

    .about-us-drop-main-t1 {
        width: 100%;
        max-width: 400px
    }

    .about-us-drop-main-s1 {
        padding: 0
    }

    .about-us-drop-main-s2 {
        padding: 40px 0
    }

    .section.fp-section.active .about-us-drop-main-s1 {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        position: relative
    }

    .about-us-drop-main-s1 .section-title {
        color: #063c54
    }

    .footer-nav .nav-item li {
        margin-bottom: 5px
    }

    .copyright {
        font-size: 14px
    }

    .history-main {
        width: 100%;
        margin: 50px 0;
        padding: 0 20px
    }

    .history-main-line {
        width: 100%
    }

    .history-coentent {
        padding: 50px 0
    }

    .page-contact-us-form {
        flex-wrap: wrap
    }

    .contact-online-form,
    .page-contact-us-form .contact-ways {
        width: 100%
    }

    .page-contact-us-form .contact-ways {
        flex-direction: row
    }

    .page-contact-us-form .contact-ways a.contact-item {
        width: auto;
        margin-right: 50px
    }

    .contact-online-form {
        padding-top: 50px
    }

    .honor-list {
        padding: 0
    }

    .honor-grid {
        padding: 40px 20px;
        padding-right: 80px
    }

    .honor-grid-pin {
        right: 10px;
        top: 40px
    }

    .honor-grid-des {
        font-size: 12px
    }

    .activity-list {
        flex-wrap: wrap
    }

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

    .activity-item-content {
        height: 40vw
    }
}

@media (min-width:800px) {
    .culture-content-infos {
        color: #fff
    }

    .culture-circle:before {
        content: '';
        position: absolute;
        width: 90%;
        height: 90%;
        border-radius: 50%;
        opacity: .3;
        border: 1px solid #006cb5
    }

    .culture-circle:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        opacity: .1;
        border: 1px solid #006cb5
    }

    .culture-content-main {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        border: 1px solid #006cb5;
        background: linear-gradient(59deg, #006cb5 0, rgba(0, 108, 181, .8) 100%);
        box-shadow: 0 0 31px 7px rgba(0, 0, 0, .35)
    }

    .culture-circle .circle-content-item:nth-child(1) {
        right: 81%;
        top: 10%;
        padding-right: 70px
    }

    .culture-circle .circle-content-item:nth-child(1) .content-title {
        text-align: right
    }

    .culture-circle .circle-content-item:nth-child(1) .span-icon {
        right: 0
    }

    .culture-circle .circle-content-item:nth-child(2) {
        left: 93.7%;
        top: 27%;
        padding-left: 70px
    }

    .culture-circle .circle-content-item:nth-child(2) .content-title {
        text-align: left
    }

    .culture-circle .circle-content-item:nth-child(2) .span-icon {
        left: 0
    }

    .culture-circle .circle-content-item:nth-child(3) {
        right: 83%;
        top: 77%;
        padding-right: 70px
    }

    .culture-circle .circle-content-item:nth-child(3) .content-title {
        text-align: right
    }

    .culture-circle .circle-content-item:nth-child(3) .span-icon {
        right: 0
    }

    .culture-circle .circle-content-item:nth-child(4) {
        left: 86%;
        top: 73%;
        padding-left: 70px
    }

    .culture-circle .circle-content-item:nth-child(4) .content-title {
        text-align: left
    }

    .culture-circle .circle-content-item:nth-child(4) .span-icon {
        left: 0
    }
}

@media (max-width:799px) {
.num-item p{font-size: 14px;letter-spacing: 0;}
    .talent-block {
        display: flex;
        flex-wrap: wrap
    }

    .span-icon {
        left: 0
    }

    .culture-circle .circle-content-item {
        padding: 0 0 0 40px !important;
        margin-bottom: 50px
    }

    .circle-content-item .content-info {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .span-icon {
        top: 11px
    }

    .culture-content-infos {
        padding: 0 20px
    }

    .culture-circle {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between
    }

    .culture-content {
        width: 100%;
        padding: 0;
        height: auto
    }

    .culture-content-items {
        width: 100%;
        padding: 0 20px;
        margin-top: 100px
    }

    .culture-circle .circle-content-item {
        position: relative
    }

    .brands-grid {
        flex-wrap: wrap;
        flex-direction: column-reverse !important
    }

    .brands-grid .brand-infos,
    .brands-grid .brand-pictures {
        width: 100%
    }

    .brands-grid:nth-child(2n) .swiper-btn-prev {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .brands-grid:nth-child(2n) .swiper-btn-next {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media (max-width:767px) {
    .news-paginations {
        margin: 20px 0
    }

    .policy-grid {
        margin: 40px 0;
        padding: 40px 20px 20px 20px
    }

    .policy-grid .r1 {
        font-size: 30px
    }

    .policy-grid .r2 {
        font-size: 14px;
        line-height: 1.5
    }

    .service-content-top>img {
        width: 80px
    }

    .news {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }

    .news .swiper-container {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    .news-grid {
        margin-right: 0
    }

    .news-top {
        flex-wrap: wrap;
        margin-bottom: 20px
    }

    .news-nav {
        width: 100%;
        margin-top: 50px
    }

    .about-main .about-des {
        margin: 50px 0
    }

    .company-swiper {
        margin-top: 20px
    }

    .num-item span {
        font-size: 28px;
        padding-right: 10px
    }

    .footer-main {
        padding: 50px 0;
        flex-wrap: wrap
    }

    .footer-contact-form,
    .footer-nav {
        width: 100%;
        padding: 0;
        border: none
    }

    .history-coentent .date {
        font-size: 18px
    }

    .history-coentent .infos {
        font-size: 16px
    }

    .page-section {
        padding: 50px 0
    }

    .join-list li {
        padding: 23px 10px
    }

    .join-grid {
        font-size: 12px
    }

    .join-infos {
        padding: 40px 20px
    }
}

@media (max-width:599px) {
    .jobs-search input {
        padding: 10px 20px
    }

    .jobs-search a {
        padding: 20px 30px
    }

    .report-download-item {
        margin: 0 10px
    }

    .join-head {
        font-size: 14px
    }

    .copyright,
    .service-main {
        flex-wrap: wrap
    }

    .copyright div,
    .service-infos-swiper,
    .service-pic-swiper {
        width: 100%
    }

    .copyright {
        padding: 20px 0
    }

    .copyright div {
        padding-top: 10px
    }

    #service_pic_swiper .slide-content {
        padding: 30px 0
    }

    .navbar {
        width: 100px
    }

    .logo {
        top: 40px;
        left: 20px
    }

    .navbar {
        top: 40px;
        right: 20px
    }

    .page-menu-nav .nav-item {
        width: 50%;
        margin-bottom: 20px
    }

    .page-menu-nav .nav-item li {
        margin-bottom: 10px
    }

    .page-menu-nav .nav-item li:first-child {
        width: 100%
    }

    .map-logo {
        top: 7%;
        right: 25%
    }

    .contact-main-swiper .swiper-pagination {
        padding-top: 0
    }

    .about-main .about-title {
        font-size: 24px;
        margin-bottom: 10px
    }

    .time-line-item {
        width: 90px;
        font-size: 13px
    }

    .reports-des,
    .talent-des,
    .time-line-item.actived {
        font-size: 15px
    }

    .section-title {
        font-size: 24px
    }

    .section-title-s:after {
        font-size: 18px
    }

    .policies-download .policies-download-item {
        font-size: 13px;
        padding-left: 0;
        padding-right: 0
    }

    .policies-download .policies-download-item i {
        font-size: 13px
    }

    .webgl-clouds-group {
        display: none;
        visibility: hidden
    }
}

@media (max-width:499px) {
    .banner-info {
        font-size: 26px
    }

    .banner-info .en {
        font-size: 17px;
        margin-top: 20px
    }

    .about-main .about-des {
        font-size: 14px;
        font-weight: 300
    }

    .news-grid-t0 {
        width: 100%;
        padding: 20px;
        text-align: left;
        border-right: none
    }

    .news-grid-t1 {
        padding-top: 10px;
        width: 100%
    }

    .contact-ways a {
        width: 100%
    }

    .about-us-drop-title-en {
        font-size: 22px
    }

    .footer-nav .nav-item {
        width: 50%
    }

    .footer-top {
        flex-wrap: wrap
    }

    .footer-logo {
        width: 100%;
        padding-right: 0;
        justify-content: center
    }

    .footer-social {
        width: 100%;
        justify-content: center;
        padding-left: 0;
        border-left: none
    }

    .footer-social:before {
        display: none
    }

    .footer-social a {
        width: 36px;
        height: 36px;
        font-size: 16px
    }

    .page-menu-nav {
        padding-top: 60px
    }

    .copyright,
    .footer-nav .nav-item,
    .page-menu-nav .nav-item {
        font-size: 12px
    }

    .footer-nav .nav-item li:first-child,
    .page-menu-nav .nav-item li:first-child {
        font-size: 16px
    }

    .page-menu-nav .nav-item a {
        padding-bottom: 0
    }

    .page-menu-nav .nav-item li:first-child {
        margin-bottom: 15px
    }

    .page-menu-nav .nav-item li {
        margin-bottom: 10px
    }

    .report-download {
        flex-wrap: wrap
    }

    .report-download-item {
        width: 100%;
        margin: 0;
        text-align: center;
        margin-bottom: 20px
    }

    .join-overview .item {
        width: 100%
    }

    .jobs-search input {
        padding: 10px 20px;
        font-size: 14px
    }

    .jobs-search a {
        font-size: 14px;
        white-space: nowrap;
        padding: 20px 30px
    }

    .join-main {
        margin-left: 0px;
        margin-right: 0px
    }

    .join-list li {
        width: 20%;
        padding: 12px 8px
    }

    .join-list li:nth-child(2) {
        display: none
    }

    .join-head {
        font-size: 12px
    }

    .talent-block {
        justify-content: center
    }
}

.join-infos-foot {
    float: right;
    justify-content: space-between;
    align-items: center
}

.join-infos-foot a {
    display: inline-block;
    margin: 0 10px;
    background-color: #006cb5;
    padding: 5px 12px;
    color: #fff;
    transition: ease all .2s
}

.join-infos-foot a:hover {
    background-color: #02161d
}

.search-fast {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    padding: 20px 0
}

.search-fast p {
    flex-shrink: 0;
    font-weight: 700
}

.search-fast div {
    width: 100%
}

.search-fast a {
    color: #333;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px
}

.search-fast a:hover {
    color: #006cb5
}

.join-form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none
}

.join-form-main {
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 90%);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center
}

.join-form-body {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    flex-wrap: wrap;
    box-shadow: 0 0 7px #e4e4e4
}

.join-form-item {
    width: 30%;
    padding: 0 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.join-form-item label {
    width: 80px;
    font-size: 15px;
    padding-right: 20px;
    text-align: right;
    flex-shrink: 0
}

.join-form-item input {
    width: 100%;
    height: 46px;
    -webkit-appearance: none;
    background-color: #fbfbfb;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    font-weight: 200;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1)
}

.join-form-item.join-form-item-large {
    width: 100%
}

.join-form-item textarea {
    width: 100%;
    height: 120px;
    -webkit-appearance: none;
    background-color: #fbfbfb;
    background-image: none;
    border-radius: 4px;
    padding: 20px 22px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    outline: 0;
    font-weight: 200;
    -webkit-transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
    transition: border-color .2s cubic-bezier(.645, .045, .355, 1)
}

.join-form-item input:focus,
.join-form-item textarea:focus {
    border-color: #b9c0c3
}

.join-form-item input.error,
.join-form-item textarea.error {
    border-color: #ff4e16
}

.join-form-top {
    width: 100%;
    text-align: center;
    margin-bottom: 50px
}

.join-form-top h4 {
    font-weight: 500;
    font-size: 28px;
    color: #006cb5;
    margin-bottom: 25px
}

.join-form-top p {
    font-size: 16px
}

.join-form-top a {
    color: #006cb5;
    font-weight: 400
}

.join-form-item-submit {
    width: 100%;
    padding: 0 90px;
    padding-top: 20px;
    display: flex
}

.join-form-item-submit a {
    padding: 14px 45px;
    letter-spacing: 2px;
    border: 1px solid #006cb5;
    background-color: #006cb5;
    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    transition: ease all .25s
}

.join-form-item-submit a:hover {
    background-color: #021319
}

.join-form-close {
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer
}

.join-form-close svg {
    fill: #231f20;
    transition: ease all .2s
}

.join-form-close:hover svg {
    fill: #006cb5;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width:767px) {
    .join-form-main {
        padding: 0
    }

    .join-form-body {
        padding: 50px 10px
    }

    .join-form-item {
        width: 50%
    }
}

@media (max-width:499px) {
    .join-form-item {
        width: 100%
    }

    .join-form-body {
        height: 100%;
        overflow: auto
    }

    .join-form-close {
        top: 10px;
        right: 10px
    }
}
.new_ul ul {
	margin-top: 20px;
	margin-bottom: 30px;
}
.new_ul li {
	position: relative;
	z-index: 1;
	margin-top: -1px;
}
.new_ul li a {
	display: block;
	overflow: hidden;
	padding: 30px 50px;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	background-position: right bottom;
	transition: all 0.3s;
}
.new_ul li a .imgs {
	width: 25%;
	height: auto;
	float: left;
	overflow: hidden;
}
.new_ul li a .imgs img {
	display: block;
	width: 100%;
	height: 100%;
}
.new_ul li a .text {
	float: right;
	width: calc(100% - 28%);
	box-sizing: border-box;
	padding-right: 9%;
	position: relative;
	height: auto;
}
.new_ul li h2 {
	padding-top: 10px;
	font-size: 20px;
	line-height: 30px;
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 15px;
	color: #111;
	font-weight: bolder;
}
.new_ul li p {
	font-size: 14px;
	color: #808080;
	line-height:26px;
	margin-bottom: 20px;
	height: 62px;
	overflow: hidden;
}
.new_ul li h6 {
	font-size: 14px;
	color: #808080;
	line-height: 20px;
	position: absolute;
	right: 10px;
	top: 16px;
}
.new_ul li a .text i {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 6px;
	display: block;
	border: 1px dashed #d2d2d2;
	position: absolute;
	right: 0;
	top: 60%;
	transform: translateY(-32px);
}
.new_ul li a .text span {
	display: block;
	height: 100%;
	background: url("http://host2851828.xincache1.cn/template/index/css/../images/g_ico1.png") no-repeat center #d2d2d2;
	border-radius: 50%;
	transition: all 0.3s;
}
.new_ul li a:hover .text span {
	background: url("http://host2851828.xincache1.cn/template/index/css/../images/g_ico1.png") no-repeat center #006cb5;
}
.new_ul li a:hover {
	box-shadow: 0 0 12px 0 #eeeeee;
	border-color: #fff;
	background: url("http://host2851828.xincache1.cn/template/index/css/../images/g_ico2.jpg") no-repeat right bottom #fff;
	transition: all 0.3s;
}
.new_ul span {
	padding:0 10px;
}
.proPgtxBox {
	padding: 80px 0 100px;
	overflow: hidden;
	background:#f7f7f7
}
.proPg-hd {
	justify-content: space-between;
	margin-bottom: 80px;     display: -webkit-flex;
}
.proPg-lt {
	width: 30%;
	margin-right: 50px;
}
.proPg-lt .tit {
	font-size: 40px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 25px;
}
.proPg-lt .txt {
	font-size: 16px;
	line-height: 36px;
	color: #666666;
	margin-bottom: 45px;
}
.proPg-lt .xqBut, .proPg-rt .xqBut {
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-color: #006cb5;
	display: block;
}
.proPg-rt .xqBut {
	display: none;
}
.proPg-rt {
	width: 62%;
}
.proPg-rt ul {
	margin: 0 -15px;
}
.proPg-rt ul:after {
	content: "";
	display: block;
	clear: both;
}
.proPg-rt li {
	float: left;
	width: 50%;
	font-size: 16px;
	color: #333;
	padding: 15px;
}
.proPg-rt li .nm {
	color: #000;
	font-weight: bold;
}
.proPg-imglist {
	justify-content: space-between;    display: -webkit-flex;
	position: relative;
}
.proPg-bigimg {
	width: 84.868%;
	margin-left: 0;
	margin-right: 0;
}
.proPg-rtswp {
	width: 13.815%;
	padding-bottom: 63px;
	position: relative;
	position: absolute;
	height: 100%;
	right: 0;
}
.proPg-but {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #006cb5;
	height: 43px;
	justify-content: center;
	align-items: center;display: -webkit-flex;
}
.proPg-pv, .proPg-nt {
	padding: 0 20px;
	font-size: 0;
	cursor: pointer;
}
.proPg-nt {
	position: relative;
}
.proPg-nt:after {
	content: "";
	width: 1px;
	height: 10px;
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.proPg-nt img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.proPg-smlimg {
	height: 100%;
}
.proPg-smlimg .swiper-slide {
	position: relative;
}
.proPg-smlimg .swiper-slide:after {
	content: "";
	width: 100%;
	height: 100%;
	border: solid 2px #006cb5;
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.proPg-smlimg .swiper-slide-thumb-active:after {
	visibility: visible;
	opacity: 1;
}
.proTit {
	text-align: center;
}
.proXqing {
	padding: 90px 0 100px;
}
.proPg-smlimg .swiper-slide-thumb-active:after {
    visibility: visible;
    opacity: 1;
}
.proPg-smlimg .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    border: solid 2px #006cb5;
    background-color: rgba(0, 0, 0, .2);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    opacity: 0;
}
.proPg-nt:after {
    content: "";
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p_TabTitleBox {
    overflow: hidden;
    border-bottom: 5px solid #006cb5;
}
.d_DecTab.active {
    background: #8bbb42;
}

.d_DecTab {
    float: left;
    height: 70px;
    width: calc((100% - 4px)/3);
    text-align: center;
    margin-right: 2px;
    padding: 0 25px;
    background: #e8e8e8;
    border-bottom: 2px solid #025597;
    cursor: pointer;
}
.d_DecTab .p_DecTabA_1 {
    color: #fff;
    line-height: 70px;
    font-size: 18px;
    font-weight: bold;
}
.d_DecTabtxt {
    font-size: 16px;
    color: #666666;
    border-top: 1px solid #f7f7f7;
    padding-top: 30px;
    line-height: 36px;
    clear: both;
}
.mauto{    height: 56px;
    width: 150px;
    margin: auto;
    float: right;
    color: #fff;
    padding: 15px 40px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255, 38%);
    transition: ease all .3s;
}