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

html,
body {
    margin: 0px;
    padding: 0px;
    font-family: 'InterR', 'Arial';
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #000000;
    height: auto;
    clear: both
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
body,
strong,
span,
pre,
input {
    margin: 0;
    padding: 0;
    border: 0;
    background-repeat: no-repeat
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    font-weight: normal
}

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

button,
input,
select,
textarea {
    font-family: 'InterR', 'Arial';
    color: #000000
}

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

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

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

ul,
li {
    list-style: none
}

em,
i {
    font-style: normal
}

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

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

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

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

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

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

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

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

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

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

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

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

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

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

.clearfix {
    *zoom: 1
}

ul.ulclear {
    margin: 0px;
    padding: 0px;
    list-style: none
}

ul.ulclear li {
    margin: 0px;
    padding: 0px;
    list-style: none
}

ol.olclear {
    margin: 0px;
    padding: 0px;
    list-style: none
}

ol.olclear li {
    margin: 0px;
    padding: 0px;
    list-style: none
}

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

.fl {
    float: left
}

.fr {
    float: right
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

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

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

@media screen and (max-width: 980px) {

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

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

@-webkit-keyframes pic_m {
    0% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

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

@-o-keyframes pic_m {
    0% {
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pic_m {
    0% {
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

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

@-webkit-keyframes fadeIniup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeIniup {
    0% {
        opacity: 0;
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeIniup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.he_fadeup3 {
    -webkit-animation: fadeIniup 1s ease both;
    -o-animation: fadeIniup 1s ease both;
    animation: fadeIniup 1s ease both;
    -webkit-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #082899
}

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

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

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

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

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

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

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

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

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

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

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15)
}

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

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

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

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

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

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

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

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

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

.swiper-centered>.swiper-wrapper::before {
    content: '';
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    -moz-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

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

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: -webkit-calc(var(--swiper-navigation-size)/ 44 * 27);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: -webkit-calc(0px - (var(--swiper-navigation-size)/ 2));
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    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.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.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;
    font-variant: initial;
    line-height: 1
}

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

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

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

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

.swiper-button-lock {
    display: none
}

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2)
}

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

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

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

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

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

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

.swiper-pagination-progressbar {
    background: #e0e6e1;
    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%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

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

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

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-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, 0.1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

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

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    -o-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

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

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

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

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

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

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

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

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

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

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

.swiper-cube {
    overflow: visible
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

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

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

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

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

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: opacity, height, -webkit-transform;
    -o-transition-property: opacity, height, -o-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform, -o-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.wow {
    visibility: hidden
}

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

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

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

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@-o-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.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;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@-o-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

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

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

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

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

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

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

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

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

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

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

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

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

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

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

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

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes shake {

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

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@-o-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@-o-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

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

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

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes wobble {
    0% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

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

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

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-o-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

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

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

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

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

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

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

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

@-o-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

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

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

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

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@-o-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

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

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

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

@-o-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        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)
    }

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

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

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

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

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

    100% {
        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)
    }

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

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

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

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

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

    100% {
        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)
    }

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

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

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

@-o-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        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)
    }

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

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

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

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 0
    }
}

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

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

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

@-o-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

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

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

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

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

@-o-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

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

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

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

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

@-o-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

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

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

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

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

@-o-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

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

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

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

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

@-o-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

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

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

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

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

@-o-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

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

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

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

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

@-o-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

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

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

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

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

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

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

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-o-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        -o-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        -o-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

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

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-o-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

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

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@-o-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        -o-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -o-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s;
    -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) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@-o-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

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

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

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    60% {
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

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

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    60% {
        -webkit-transform: skewX(20deg);
        -o-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

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

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@-o-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

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

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -o-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -o-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 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
    }

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

@-o-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        -o-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

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

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

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

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

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

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@-o-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@-o-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

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

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

    100% {
        opacity: 0
    }
}

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

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

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@-o-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

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

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center
    }
}

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

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

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@-o-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -o-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-o-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }
}

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

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

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-o-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

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

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

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-o-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-o-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

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

.header_wrap {
    height: .7rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.header_wrap.ac {
    -webkit-box-shadow: 0px 0.12rem 0.25rem 0px rgba(204, 208, 214, 0.42);
    box-shadow: 0px 0.12rem 0.25rem 0px rgba(204, 208, 214, 0.42)
}

.header_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    padding-left: -webkit-calc((48/1920)*100%);
    padding-left: calc((48/1920)*100%);
    padding-right: -webkit-calc((48/1920)*100%);
    padding-right: calc((48/1920)*100%)
}

.logo {
    position: relative
}

.logo>img {
    height: 0.52rem
}

.header_nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header_nav ul {
    margin: 0 auto
}

.header_nav ul li {
    padding: 0 0.21rem;
    height: .7rem;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header_nav ul li h4 {
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header_nav ul li h4 a {
    font-size: 0.16rem;
    position: relative;
    font-family: "InterM";
    background: url(../images/sj.png) no-repeat 100% center;
    padding: 0 0.2rem 0 0
}

.header_nav ul li h4 a:hover {
    color: #082899 !important
}

.header_nav ul li:hover h4 a {
    color: #082899
}

.header_nav ul li:hover .header_subnav {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: initial
}

.header_nav ul li.cur h4::after {
    width: 100%
}

.header_subnav {
    padding: 0.01rem 0 0 0;
    position: absolute;
    top: .7rem;
    left: -0.2rem;
    right: -0.2rem;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
    font-size: 0.14rem;
    text-align: center
}

.header_subnav .aws {
    padding: 0.1rem 0.15rem;
    background-color: #fff;
    border-radius: 0.1rem;
    -webkit-box-shadow: 0px 0 0.17rem 0 rgba(37, 37, 37, 0.05);
    box-shadow: 0px 0 0.17rem 0 rgba(37, 37, 37, 0.05)
}

.header_subnav a {
    display: block;
    padding: 0.1rem 0;
    border-bottom: 1px solid #e9e9e9
}

.header_subnav a:hover {
    color: #082899
}

.header_subnav a:last-child {
    border: 0
}

.search_icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #dcdcdc
}

.search_icon span {
    color: #010101;
    font-size: 0.18rem
}

.language {
    cursor: pointer;
    position: relative;
    height: .7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.14rem;
    font-family: "InterB";
    margin: 0 0.18rem 0 0.11rem
}

.language .cur {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #dcdcdc;
    position: relative;
    z-index: 2
}

.language .drop {
    position: absolute;
    left: 0;
    top: 0.4rem;
    left: 0;
    right: 0;
    background-color: #fff;
    opacity: 0;
    text-align: center;
    padding: 0.3rem 0 0.1rem;
    -webkit-transform: translateY(0.2rem);
    -ms-transform: translateY(0.2rem);
    -o-transform: translateY(0.2rem);
    transform: translateY(0.2rem);
    pointer-events: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0.3rem
}

.language .drop a {
    display: block;
    padding: 0.08rem 0
}

.language .drop a:hover {
    color: #082899
}

.language:hover .drop {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.touch {
    line-height: 0.4rem;
    padding: 0 0.2rem;
    font-family: "InterSB";
    background-color: #c02236;
    border-radius: 0.3rem;
    color: #fff;
    font-size: 0.14rem
}

.touch:hover {
    background-color: #082899
}

.subnavbtn {
    display: none
}

.header_right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.search_form {
    position: absolute;
    right: 0;
    left: 0;
    top: .7rem;
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
    display: none;
    border-top: 1px solid #e0e2e7
}

.search_form::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.06rem solid transparent;
    border-right: 0.06rem solid transparent;
    border-top: 0.01rem solid transparent;
    border-bottom: 0.06rem solid #fff;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -0.06rem;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    display: none
}

.search_form .formboxh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(153, 153, 153, 0.8);
    border-radius: 0.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.2rem 0 0;
    max-width: 5rem;
    width: 80%
}

.search_form .input_text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    line-height: 0.45rem;
    padding: 0 0.2rem
}

.search_form .input_btn {
    width: 19px;
    height: 19px;
    background: url(../images/search.png) no-repeat center;
    -webkit-background-size: auto auto;
    background-size: auto
}

.search_form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto
}

.search_form .pclose {
    position: static;
    margin: 0 0 0 1rem;
    color: #999999
}

.search_form .pclose span {
    font-size: 0.2rem
}

.mNavBtn {
    cursor: pointer;
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: .7rem
}

.mNavBtn .icon {
    width: 0.23rem;
    height: 0.13rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.mNavBtn span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #082899;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 3px
}

.mNavBtn span:first-child {
    top: 0
}

.mNavBtn span:last-child {
    bottom: 0
}

.mNavBtn.close span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 45%
}

.mNavBtn.close span:nth-child(2) {
    opacity: 0
}

.mNavBtn.close span:last-child {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 45%
}

@media screen and (max-width: 980px) {
    .header_wrap {
        height: .5rem;
        padding: 0 0.2rem
    }

    .logo {
        margin: 0
    }

    .logo>img {
        height: 0.3rem
    }

    .mNavBtn {
        height: 100%;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .mNavBtn .icon {
        width: 0.22rem
    }

    .header_nav {
        display: none;
        position: fixed;
        top: .5rem;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        padding: 0
    }

    .header_nav ul {
        display: block;
        padding: 0
    }

    .header_nav ul li {
        width: 100%;
        height: auto;
        padding: 0 0.2rem;
        display: block
    }

    .header_nav ul li:first-child {
        padding: 0 0.2rem
    }

    .header_nav ul li h4 {
        border-bottom: 1px solid #a5a5a5;
        width: 100%;
        height: 0.5rem
    }

    .header_nav ul li h4 a {
        font-size: 0.16rem;
        background: none !important;
        padding: 0
    }

    .header_nav ul li h4 .pcicon {
        display: none
    }

    .header_subnav {
        display: none;
        position: static;
        pointer-events: all;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1;
        text-align: left;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        padding: 0.1rem;
        font-size: 0.14rem
    }

    .header_subnav .aws {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0
    }

    .header_subnav a {
        padding: 0.1rem 0
    }

    .subnavbtn {
        position: absolute;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        font-size: 0.18rem;
        color: #8f949b;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .subnavbtn::before {
        content: "\e6e0"
    }

    .subnavbtn.up::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .header_box {
        width: 100%;
        height: .5rem
    }

    .search_form {
        display: block !important;
        width: 100%;
        padding: 0 20px;
        position: static;
        border: 0;
        margin: 0.3rem 0
    }

    .search_form form {
        width: 100%
    }

    .search_form .formboxh {
        width: 100%
    }

    .search_form .input_text {
        line-height: 0.5rem
    }

    .search_form .pclose {
        display: none
    }

    .header_right {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .search_icon {
        display: none
    }

    .language {
        height: 0.3rem
    }

    .language .cur {
        display: none
    }

    .language .drop {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        pointer-events: all;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding: 0
    }

    .language .drop a {
        padding: 0 0.1rem 0 0;
        color: #082899
    }

    .language:hover {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.commonweb {
    padding-left: -webkit-calc((48/1920)*100%);
    padding-left: calc((48/1920)*100%);
    padding-right: -webkit-calc((48/1920)*100%);
    padding-right: calc((48/1920)*100%)
}

a,
img {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s
}

.pic_m img {
    -webkit-animation: pic_m 3s ease;
    -o-animation: pic_m 3s ease;
    animation: pic_m 3s ease
}

body::-webkit-scrollbar {
    width: 5px;
    background-color: #f0f0f0
}

body::-webkit-scrollbar-thumb {
    background-color: #082899
}

@font-face {
    font-family: "InterL";
    src: url(../fonts/Inter-Light.woff) format("woff2"), url(../fonts/Inter-Light.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "InterR";
    src: url(../fonts/Inter-Regular.woff) format("woff2"), url(../fonts/Inter-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "InterM";
    src: url(../fonts/Inter-Medium.woff) format("woff2"), url(../fonts/Inter-Medium.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "InterB";
    src: url(../fonts/Inter-Bold.woff) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "InterSB";
    src: url(../fonts/Inter-SemiBold.woff) format("woff2"), url(../fonts/Inter-SemiBold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "AiDeep";
    src: url(../fonts/AiDeep.woff) format("woff2"), url(../fonts/AiDeep.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "MonsterSB";
    src: url(../fonts/MONTSERRAT-SEMIBOLD.woff) format("woff2"), url(../fonts/MONTSERRAT-SEMIBOLD.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "albbRegular";
    font-weight: 400;
    src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/kEGitytjlQcV.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/tLkggsSRwSrb.woff") format("woff");
    font-display: swap
}

.indexbanner {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: #000
}

.indexbanner .mySwiper {
    width: 100%;
    height: 100%
}

.indexbanner .mySwiper ul {
    width: 100%
}

.indexbanner .mySwiper ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 44;
    position: relative;
    color: #fff
}

.indexbanner .mySwiper ul li video {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.indexbanner .mySwiper ul li .img {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.indexbanner .mySwiper ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: -webkit-transform 1s ease;
    transition: -webkit-transform 1s ease;
    -o-transition: -o-transform 1s ease;
    transition: transform 1s ease;
    transition: transform 1s ease, -webkit-transform 1s ease, -o-transform 1s ease
}

.indexbanner .mySwiper ul li .info {
    position: absolute;
    bottom: 1.55rem;
    left: 0;
    width: 100%;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.6s ease;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.2s ease-in-out, -o-transform 0.6s ease;
    transition: opacity 0.2s ease-in-out, transform 0.6s ease;
    transition: opacity 0.2s ease-in-out, transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease
}

.indexbanner .mySwiper ul li .info .flex {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.6s ease;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.6s ease;
    -o-transition: opacity 0.2s ease-in-out, -o-transform 0.6s ease;
    transition: opacity 0.2s ease-in-out, transform 0.6s ease;
    transition: opacity 0.2s ease-in-out, transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease
}

.indexbanner .mySwiper ul li .info .l {
    width: 56%
}

.indexbanner .mySwiper ul li .info .title {
    font-size: 0.6rem;
    line-height: 1;
    font-family: "MonsterSB";
    text-transform: uppercase
}

.indexbanner .mySwiper ul li .info .text {
    font-size: 0.2rem;
    font-family: "albbRegular";
    font-style: italic;
    padding: 0.34rem 0 0 0
}

.indexbanner .mySwiper ul li .info .daybtn {
    margin: 0.73rem 0 0 0
}

.indexbanner .mySwiper ul li.active .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.indexbanner .mySwiper ul li.active .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.indexbanner .swiper-btn .btn {
    border-color: #fff
}

.indexbanner .swiper-btn .btn::after {
    color: #fff
}

.banner-bot {
    bottom: 0.65rem;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.banner-page {
    position: absolute;
    right: 0.48rem !important;
    left: auto !important;
    top: 50% !important;
    bottom: auto !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 2;
    width: 0.3rem !important
}

.banner-page span {
    display: block;
    border-radius: 0;
    width: 0.19rem;
    height: 0.06rem;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0.05rem 0 !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1 !important
}

.banner-page span.swiper-pagination-bullet-active {
    background-color: #fff;
    width: 0.3rem
}

.inside_banner {
    position: relative;
    background-color: #000
}

.inside_banner .img {
    overflow: hidden;
    height: 100%
}

.inside_banner .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.inside_banner .info {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 24%;
    color: #fff
}

.inside_banner .info .title {
    font-size: 0.7rem;
    line-height: 1;
    font-family: "MonsterSB";
    text-transform: uppercase
}

.inside_pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.inside_pages a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.18rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 0.07rem;
    width: 0.65rem;
    height: 0.65rem;
    border: 2px solid #d6dadf;
    border-radius: 50%;
    color: #515357;
    font-family: "InterB";
    background-color: #fff
}

.inside_pages a:hover,
.inside_pages a.cur,
.inside_pages a.page-num-current {
    color: #fff;
    background-color: #082899
}

.inside_pages a.prev span,
.inside_pages a.next span {
    font-size: 0.16rem;
    font-weight: bold
}

.inside_pages a.prev span::after,
.inside_pages a.next span::after {
    content: "\e6e0"
}

.inside_pages a.prev:hover,
.inside_pages a.next:hover {
    color: #fff;
    background-color: #082899;
    border-color: #082899
}

.inside_pages a.prev {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.inside_pages a.prev span {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.inside_pages a.no {
    cursor: auto
}

.inside_pages a.no:hover {
    background-color: #fff;
    color: #515357
}

input[type="checkbox"] {
    position: absolute;
    z-index: 2;
    opacity: 0
}

.custom-checkbox {
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #999999;
    background-color: #fff;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -o-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s
}

input[type="checkbox"]:checked+.custom-checkbox::before {
    background-color: #082899;
    border-color: #082899
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 0.06rem;
    height: 0.11rem;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s
}

input[type="checkbox"]:checked+.custom-checkbox::after {
    opacity: 1
}

.form {
    position: relative;
    padding: 0 52.2% 1.2rem 0
}

.form ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.2rem
}

.form ul li {
    width: 50%;
    padding: 0 0.2rem 0.4rem;
    position: relative;
    font-weight: bold;
    text-align: left
}

.form ul li.last {
    width: 47.8%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0
}

.form ul li.last .text {
    top: 0.34rem;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.form ul li .text {
    font-size: 0.16rem;
    font-family: "MonsterSB";
    text-transform: uppercase;
    padding: 0 0 0.18rem
}

.form ul li input,
.form ul li textarea {
    display: block;
    width: 100%;
    padding: 0.1rem 0.3rem;
    font-size: 0.16rem;
    background-color: #f6f7f9;
    border-radius: 0.1rem
}

.form ul li input::-webkit-input-placeholder,
.form ul li textarea::-webkit-input-placeholder {
    color: #777777
}

.form ul li input::-moz-placeholder,
.form ul li textarea::-moz-placeholder {
    color: #777777
}

.form ul li input:-ms-input-placeholder,
.form ul li textarea:-ms-input-placeholder {
    color: #777777
}

.form ul li input::placeholder,
.form ul li textarea::placeholder {
    color: #777777
}

.form ul li input {
    height: 0.7rem
}

.form ul li textarea {
    height: 2.17rem;
    padding-top: 0.24rem
}

.form ul li textarea::-webkit-input-placeholder {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form ul li textarea::-moz-placeholder {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.form ul li textarea:-ms-input-placeholder {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form ul li textarea::placeholder {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.form .btn {
    width: 2.15rem;
    line-height: 0.6rem;
    border-radius: 0.3rem;
    background-color: #082899;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 0.2rem;
    font-family: "InterSB"
}

.form .btn:hover {
    background-color: #c02236
}

.compopup {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    overflow: auto;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s
}

.compopup .name {
    color: #082899;
    font-size: 0.36rem;
    font-family: "albbSemiBold"
}

.compopup::-webkit-scrollbar {
    width: 0;
    background-color: #f0f0f0
}

.compopup.cur {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: inherit
}

.compopup .form {
    margin: 0.8rem 0 0 0
}

.compopup .form ul {
    margin: -0.1rem
}

.compopup .form ul li {
    padding: 0.1rem
}

.compopup .form ul li input {
    height: 0.5rem
}

.compopup .form ul li textarea {
    height: 1.57rem
}

.compopup .content {
    padding: 0.8rem 0.6rem;
    width: 95%;
    max-width: 12.20rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.6rem 0;
    border-radius: 0.2rem;
    background-color: #fff
}

.pclose {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
    -webkit-background-size: 0.26rem 0.26rem;
    background-size: 0.26rem;
    width: 0.7rem;
    height: 0.7rem;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1.1rem
}

.pclose span {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 0.3rem
}

.pclose span::before {
    content: "\e664"
}

.pclose:hover span {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.index_header {
    height: 1rem
}

.video-player-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 201;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 0;
    text-align: center
}

.video-player-popup .video {
    border-radius: 0.1rem;
    height: 100%
}

.video-player-popup video {
    -o-object-fit: cover;
    object-fit: cover
}

.video-player-popup h4 {
    font-size: 0.24rem;
    color: #fff;
    text-align: center;
    margin: 0.36rem 0 0
}

.video-player-popup .video-player {
    width: 90%;
    height: 80%;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-player-popup:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}

@media screen and (max-width: 980px) {
    .index_header {
        height: 0.5rem
    }

    .indexbanner {
        height: 5.5rem
    }

    .indexbanner .mySwiper ul li .info {
        position: absolute;
        bottom: 1.55rem;
        left: 0;
        width: 100%;
        z-index: 3;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.6s ease;
        transition: opacity 0.2s ease-in-out, -webkit-transform 0.6s ease;
        -o-transition: opacity 0.2s ease-in-out, -o-transform 0.6s ease;
        transition: opacity 0.2s ease-in-out, transform 0.6s ease;
        transition: opacity 0.2s ease-in-out, transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease
    }

    .indexbanner .mySwiper ul li .info .flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .indexbanner .mySwiper ul li .info .l {
        width: 100%
    }

    .indexbanner .mySwiper ul li .info .title {
        font-size: 0.24rem
    }

    .indexbanner .mySwiper ul li .info .text {
        font-size: 0.14rem;
        padding: 0.2rem 0 0 0
    }

    .indexbanner .mySwiper ul li .info .daybtn {
        margin: 0.3rem 0 0 0
    }

    .indexbanner .swiper-btn {
        display: none
    }

    .banner-bot {
        bottom: 0.42rem
    }

    .inside_banner {
        height: 3.5rem
    }

    .inside_banner .info .title {
        font-size: 0.3rem
    }

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

    .inside_pages a {
        margin: 0 0.01rem;
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.12rem
    }

    .inside_pages a.prev span,
    .inside_pages a.next span {
        font-size: 0.12rem
    }

    .form {
        padding: 0.3rem 0 0
    }

    .form ul {
        margin: -0.1rem
    }

    .form ul li {
        width: 100%;
        padding: 0.1rem
    }

    .form ul li input,
    .form ul li textarea {
        height: 0.45rem;
        font-size: 0.14rem;
        padding: 0.1rem 0.2rem
    }

    .form ul li textarea {
        height: 1rem
    }

    .form ul li textarea::-webkit-input-placeholder {
        position: static;
        -webkit-transform: none;
        transform: none
    }

    .form ul li textarea::-moz-placeholder {
        position: static;
        transform: none
    }

    .form ul li textarea:-ms-input-placeholder {
        position: static;
        -ms-transform: none;
        transform: none
    }

    .form ul li textarea::placeholder {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .form ul li .text {
        font-size: 0.14rem;
        padding: 0 0 0.1rem
    }

    .form ul li.last {
        width: 100%;
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 0.1rem
    }

    .form .btn {
        width: 1.2rem;
        position: static;
        line-height: 0.4rem;
        font-size: 0.14rem;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        margin: 0.4rem auto 0
    }

    .compopup .name {
        font-size: 0.2rem
    }

    .compopup .content {
        padding: 0.3rem
    }

    .compopup .form {
        margin: 0
    }

    .pclose {
        width: 0.4rem;
        height: 0.4rem;
        bottom: -0.6rem
    }

    .pclose span {
        font-size: 0.16rem
    }

    .scrolldown {
        display: none
    }

    .video-player-popup .video-player {
        height: 50%
    }
}

.amap-logo,
.amap-copyright {
    display: none !important
}

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

@-webkit-keyframes fadeInUpimg {
    0% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInUpimg {
    0% {
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -o-transform: none;
        transform: none
    }
}

@keyframes fadeInUpimg {
    0% {
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -webkit-transform: none;
        -o-transform: none;
        transform: none
    }
}

@-webkit-keyframes arrowRun {
    0% {
        -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    7% {
        -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    7.1% {
        -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    14% {
        -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
}

@-o-keyframes arrowRun {
    0% {
        transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }

    7% {
        transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }

    7.1% {
        transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }

    14% {
        transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform-style: preserve-3d
    }
}

@keyframes arrowRun {
    0% {
        -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    7% {
        -webkit-transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(150%, -150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    7.1% {
        -webkit-transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(-150%, 150%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    14% {
        -webkit-transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        transform: translate3d(0%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }
}

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

@-webkit-keyframes img_show {
    0% {
        -webkit-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
        transform: translateZ(300px) translateY(200px) rotateX(-70deg);
        opacity: .1
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0) rotateX(0deg);
        transform: translateZ(0) translateY(0) rotateX(0deg);
        opacity: 1
    }
}

@-o-keyframes img_show {
    0% {
        transform: translateZ(300px) translateY(200px) rotateX(-70deg);
        opacity: .1
    }

    100% {
        transform: translateZ(0) translateY(0) rotateX(0deg);
        opacity: 1
    }
}

@keyframes img_show {
    0% {
        -webkit-transform: translateZ(300px) translateY(200px) rotateX(-70deg);
        transform: translateZ(300px) translateY(200px) rotateX(-70deg);
        opacity: .1
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0) rotateX(0deg);
        transform: translateZ(0) translateY(0) rotateX(0deg);
        opacity: 1
    }
}

.fn3 {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: fn3 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
    -o-animation: fn3 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
    animation: fn3 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fn3 {
    0% {
        opacity: 0;
        -webkit-transform: matrix(1, -0.1, 0, 1, 0, -20);
        transform: matrix(1, -0.1, 0, 1, 0, -20)
    }

    100% {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@-o-keyframes fn3 {
    0% {
        opacity: 0;
        -o-transform: matrix(1, -0.1, 0, 1, 0, -20);
        transform: matrix(1, -0.1, 0, 1, 0, -20)
    }

    100% {
        opacity: 1;
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes fn3 {
    0% {
        opacity: 0;
        -webkit-transform: matrix(1, -0.1, 0, 1, 0, -20);
        -o-transform: matrix(1, -0.1, 0, 1, 0, -20);
        transform: matrix(1, -0.1, 0, 1, 0, -20)
    }

    100% {
        opacity: 1;
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        -o-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

.scaleout {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: scale3d 2s cubic-bezier(0.49, 0.54, 0.16, 1);
    -o-animation: scale3d 2s cubic-bezier(0.49, 0.54, 0.16, 1);
    animation: scale3d 2s cubic-bezier(0.49, 0.54, 0.16, 1);
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

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

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

@-o-keyframes scale3d {
    0% {
        opacity: 0;
        transform: scale3d(0.9, 0.9, 0.9)
    }

    100% {
        opacity: 1;
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.ckplayer-ckplayer .ck-main .ck-center-play {
    background: url(../images/play.png) no-repeat 70% center;
    -webkit-background-size: 60% 60%;
    background-size: 60% 60%;
    border: 8px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 80px;
    height: 80px;
    position: absolute;
    display: none;
    z-index: 90;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-center-play {
    width: 100px;
    height: 100px
}

.ckplayer-ckplayer .ck-main .ck-center-play:hover {
    width: 100px;
    height: 100px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-center-play:hover {
    width: 120px;
    height: 120px
}

.ckplayer-error {
    position: fixed;
    z-index: 9999999;
    left: 10px;
    bottom: 10px;
    width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 .85rem;
    background: rgba(0, 0, 0, 0.9);
    border-radius: .25rem;
    color: #FFF;
    font-size: 14px;
    white-space: nowrap
}

.ckplayer-ckplayer {
    width: 100%;
    height: 100%;
    float: left;
    background: #000;
    overflow: hidden
}

.ckplayer-ckplayer .ck-main.ck-nocursor {
    cursor: none
}

.ckplayer-ckplayer-smallwindow {
    position: fixed;
    z-index: 9999999;
    width: 420px;
    max-width: 100%;
    height: 266px;
    right: 10px;
    bottom: 10px
}

.ckplayer-ckplayer .ck-main {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #000;
    position: relative
}

.ckplayer-ckplayer .ck-main .ck-video {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    margin: auto
}

.ckplayer-ckplayer .ck-main .ck-video video,
.ckplayer-ckplayer .ck-main .ck-video canvas {
    width: 100%;
    height: 100%
}

.ckplayer-ckplayer .ck-main .ck-error {
    width: 100%;
    height: 80px;
    line-height: 35px;
    text-align: center;
    color: #FFF;
    position: absolute;
    z-index: 70;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow: hidden
}

.ckplayer-ckplayer .ck-main .ck-logo {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 400
}

.ckplayer-ckplayer .ck-main .ck-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 80;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: url(../images/loading.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-animation: ck-Circle 1.5s linear infinite;
    animation: ck-Circle 1.5s linear infinite;
    -webkit-animation: ck-Circle 1.5s linear infinite
}

.ckplayer-ckplayer .ck-main .ck-buffer {
    background: url(../images/buffer.png) no-repeat center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
    -o-animation: ck-Circle 1s linear infinite;
    animation: ck-Circle 1s linear infinite;
    -webkit-animation: ck-Circle 1s linear infinite
}

.ckplayer-ckplayer .ck-main .ck-message {
    position: absolute;
    z-index: 240;
    left: 5px;
    bottom: 78px;
    padding: 0 1rem;
    line-height: 30px;
    height: 30px;
    width: auto;
    min-width: 1px;
    border-radius: .25rem;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    color: #FFF;
    display: none;
    white-space: nowrap
}

.ckplayer-ckplayer .ck-main .ck-message-right {
    left: auto;
    right: 5px
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-message {
    font-size: 18px;
    bottom: 100px
}

.ckplayer-ckplayer .ck-main .ck-tip {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 230;
    display: none;
    margin-bottom: 1px
}

.ckplayer-ckplayer .ck-main .ck-tip .ck-content {
    width: auto;
    height: auto;
    white-space: nowrap;
    min-width: 1px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    color: #FFF;
    line-height: 32px;
    height: 32px;
    padding: 0 15px
}

.ckplayer-ckplayer .ck-main .ck-tip .ck-content-float-auto {
    border-radius: 5px;
    margin: auto
}

.ckplayer-ckplayer .ck-main .ck-tip .ck-content-float-left {
    border-radius: 5px;
    float: left
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-tip .ck-content {
    font-size: 18px
}

.ckplayer-ckplayer .ck-main .ck-tip .ck-triangle {
    width: 0px;
    height: 0px
}

.ckplayer-ckplayer .ck-main .ck-tip .ck-triangle-auto {
    border-left: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.6);
    border-right: 8px solid transparent;
    margin: auto
}

.ckplayer-ckplayer .ck-main .ck-tip .ck-triangle-left {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid rgba(0, 0, 0, 0.6);
    float: left;
    margin-top: 10px
}

.ckplayer-ckplayer .ck-main .ck-preview {
    position: absolute;
    z-index: 210;
    width: 100%;
    left: 0;
    bottom: 64px;
    overflow: hidden;
    display: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-preview {
    bottom: 86px
}

.ckplayer-ckplayer .ck-main .ck-preview-load-img {
    position: absolute;
    z-index: 210;
    top: 110%
}

.ckplayer-ckplayer .ck-main .ck-preview .ck-preview-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    float: left;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-preview .ck-preview-bg .ck-preview-img {
    background-repeat: no-repeat;
    float: left
}

.ckplayer-ckplayer .ck-main .ck-preview .ck-preview-frame {
    position: absolute;
    z-index: 2;
    top: 0;
    left: -1000px;
    border: 4px solid #0078ff;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.ckplayer-ckplayer .ck-main .ck-prompt-words {
    position: absolute;
    z-index: 220;
    width: 213px;
    line-height: 23px;
    font-size: 14px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    margin-bottom: 10px;
    border-radius: 3px;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-name: ck-bounceIn;
    -o-animation-name: ck-bounceIn;
    animation-name: ck-bounceIn
}

.ckplayer-ckplayer .ck-main .ck-prompt-words .ck-prompt-content {
    padding: 5px
}

.ckplayer-ckplayer .ck-main .ck-layer {
    position: absolute;
    z-index: 101
}

.ckplayer-ckplayer .ck-main .ck-tempTime {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 5px;
    display: none;
    font-size: 14px;
    line-height: 28px;
    color: #FFF
}

.ckplayer-ckplayer .ck-main .ck-about {
    position: absolute;
    z-index: 200;
    width: 50%;
    max-width: 600px;
    min-width: 400px;
    left: 1rem;
    top: 1rem;
    background: rgba(0, 0, 0, 0.6);
    padding: 1rem 0;
    display: none
}

.ckplayer-ckplayer .ck-main .ck-about ul {
    padding: 0;
    margin: 0
}

.ckplayer-ckplayer .ck-main .ck-about ul li {
    list-style: none;
    color: #FFF;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    padding: 0;
    margin: 0
}

.ckplayer-ckplayer .ck-main .ck-about ul li .ck-about-title {
    width: 100px;
    text-align: right;
    float: left;
    padding-right: .5rem
}

.ckplayer-ckplayer .ck-main .ck-about ul li .ck-about-content {
    width: auto;
    float: left
}

.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 96px
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar {
    width: 140px
}

.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-copy {
    background-position: -1632px 0
}

.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-copy:hover {
    background-position: -1680px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-copy {
    background-position: -2380px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-copy:hover {
    background-position: -2450px 0
}

.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-close {
    background-position: -1728px 0
}

.ckplayer-ckplayer .ck-main .ck-about .ck-about-bar .ck-btn-about-close:hover {
    background-position: -1776px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-close {
    background-position: -2520px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-about .ck-about-bar .ck-btn-about-close:hover {
    background-position: -2590px 0
}

.ckplayer-ckplayer .ck-main .ck-screenshot {
    position: absolute;
    z-index: 220;
    width: auto;
    height: 144px;
    margin: auto !important;
    top: 0;
    bottom: 0;
    right: 55px;
    display: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-screenshot {
    height: 210px;
    right: 77px
}

.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%
}

.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-img img {
    height: 100%
}

.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 36px;
    bottom: 5px;
    text-align: center
}

.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn {
    display: inline-block;
    overflow: hidden;
    border: 0px solid transparent;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    font-size: 14px;
    line-height: 30px;
    padding: 0px 15px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    margin: 0 5px
}

.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn:hover {
    color: #FFFF00
}

.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-btn:focus {
    outline: 0
}

.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-down {
    background-color: #007bff
}

.ckplayer-ckplayer .ck-main .ck-screenshot .ck-screenshot-bar .ck-screenshot-close {
    background-color: #505050;
    color: #fff
}

.ckplayer-ckplayer .ck-main .ck-yytf {
    position: absolute;
    z-index: 800;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-link {
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-picture {
    width: 100%;
    height: 100%;
    background: #000;
    display: none;
    text-align: center;
    line-height: 100%
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-front-picture img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top div {
    float: right;
    margin-left: 10px;
    font-size: 14px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0px 10px;
    line-height: 30px;
    height: 30px;
    color: #FFF
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-top div {
    font-size: 18px;
    border-radius: 20px;
    line-height: 40px;
    height: 40px
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top .ck-yytf-closetime {
    display: none
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-top .ck-yytf-closead {
    cursor: pointer;
    display: none
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 10px
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-btn {
    background-color: rgba(0, 0, 0, 0.6);
    background-image: url(../images/ckplayer.png);
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 50%
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-btn {
    width: 40px;
    height: 40px
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit {
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    overflow: hidden
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit {
    width: 40px;
    height: 40px
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted {
    background-position: -180px 0
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted:hover {
    background-position: -210px 0
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted {
    background-position: -240px 0
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted:hover {
    background-position: -270px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted {
    background-position: -240px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-muted:hover {
    background-position: -280px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted {
    background-position: -320px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-mutedandexit .ck-yytf-mutedandexit-exitmuted:hover {
    background-position: -360px 0
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit {
    float: right;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    overflow: hidden
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit {
    width: 40px;
    height: 40px
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full {
    background-position: -300px 0
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full:hover {
    background-position: -330px 0
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull {
    background-position: -360px 0
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull:hover {
    background-position: -390px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full {
    background-position: -400px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-full:hover {
    background-position: -440px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull {
    background-position: -480px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-fullandexit .ck-yytf-fullandexit-exitfull:hover {
    background-position: -520px 0
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-details {
    float: right;
    font-size: 14px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    color: #FFF;
    line-height: 30px;
    height: 30px
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-yytf .ck-yytf-bottom .ck-yytf-details {
    font-size: 18px;
    border-radius: 20px;
    line-height: 40px;
    height: 40px
}

.ckplayer-ckplayer .ck-main .ck-yytf .ck-yytf-bottom .ck-yytf-details a {
    color: #FFF;
    text-decoration: none
}

.ckplayer-ckplayer .ck-main .ck-pause-yytf {
    display: none;
    position: absolute;
    z-index: 800;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.ckplayer-ckplayer .ck-main .ck-pause-yytf img {
    max-width: 100%;
    max-height: 100%
}

.ckplayer-ckplayer .ck-main .ck-pause-close {
    position: absolute;
    z-index: 1;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(../images/adclose.png);
    border: none;
    outline: none;
    cursor: pointer;
    background-repeat: no-repeat
}

.ckplayer-ckplayer .ck-main .ck-pause-close:hover {
    background-position: -30px 0
}

.ckplayer-ckplayer-menu {
    width: 120px;
    background: rgba(50, 50, 50, 0.6);
    position: absolute;
    z-index: 9000;
    font-size: 14px;
    border: 1px #000 solid;
    display: none
}

.ckplayer-ckplayer-menu .ck-li {
    color: #adadad;
    line-height: 35px;
    padding: 0 0 0 5px
}

.ckplayer-ckplayer-menu .ck-li a {
    color: #FFF;
    text-decoration: none
}

.ckplayer-ckplayer-menu .ck-underline {
    border-bottom: 1px #000 solid
}

.ckplayer-ckplayer .ck-main .ck-bar {
    position: absolute;
    z-index: 260;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 48px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar {
    height: 70px
}

.ckplayer-ckplayer .ck-main .ck-bar.ck-bar-out {
    bottom: -50px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar.ck-bar-out {
    bottom: -80px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.ckplayer-ckplayer .ck-main .ck-bar-btn {
    background-color: transparent;
    background-image: url(../images/ckplayer.48.png);
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    border: none;
    outline: none;
    width: 48px;
    height: 48px;
    cursor: pointer;
    background-repeat: no-repeat
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar-btn {
    background-image: url(../images/ckplayer.png);
    width: 70px;
    height: 70px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-btn:hover {
    -webkit-background-size: auto 100%;
    background-size: auto 100%
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause {
    float: left
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-play {
    background-position: 0px top
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-play:hover {
    background-position: -48px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-play:hover {
    background-position: -70px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-pause {
    background-position: -96px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-pause {
    background-position: -140px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-pause:hover {
    background-position: -144px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-pause:hover {
    background-position: -210px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-refresh {
    background-position: -192px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-refresh {
    background-position: -280px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playandpause .ck-btn-refresh:hover {
    background-position: -240px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playandpause .ck-btn-refresh:hover {
    background-position: -350px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive {
    float: left;
    font-size: 16px;
    line-height: 28px;
    border-radius: 3px;
    margin: 10px;
    border: 0px;
    background: rgba(3, 60, 146, 0.5);
    color: #FFF;
    cursor: pointer;
    padding: 0 8px
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-btn-backlive {
    font-size: 18px;
    line-height: 36px;
    margin: 17px 10px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive:hover {
    background: rgba(3, 60, 146, 0.9)
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-btn-backlive:focus {
    outline: 0;
    background: rgba(3, 60, 146, 0.6)
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-muted {
    background-position: -288px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-muted {
    background-position: -420px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-muted:hover {
    background-position: -336px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-muted:hover {
    background-position: -490px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-exitmuted {
    background-position: -384px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-exitmuted {
    background-position: -560px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-btn-exitmuted:hover {
    background-position: -432px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-btn-exitmuted:hover {
    background-position: -630px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit {
    float: right
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-full {
    background-position: -480px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-full {
    background-position: -700px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-full:hover {
    background-position: -528px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-full:hover {
    background-position: -770px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-exitfull {
    background-position: -672px 0;
    display: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-exitfull {
    background-position: -840px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-fullandexit .ck-btn-exitfull:hover {
    background-position: -720px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-fullandexit .ck-btn-exitfull:hover {
    background-position: -910px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit {
    display: none !important;
    float: right
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-webfull {
    background-position: -768px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-webfull {
    background-position: -1120px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-webfull:hover {
    background-position: -816px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-webfull:hover {
    background-position: -1190px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull {
    background-position: -864px 0;
    display: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull {
    background-position: -1260px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull:hover {
    background-position: -912px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-webfullandexit .ck-btn-exitwebfull:hover {
    background-position: -1330px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit {
    float: right
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-theatre {
    background-position: -960px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-theatre {
    background-position: -1400px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-theatre:hover {
    background-position: -1008px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-theatre:hover {
    background-position: -1470px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre {
    background-position: -1056px 0;
    display: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre {
    background-position: -1540px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre:hover {
    background-position: -1104px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-theatreandexit .ck-btn-exittheatre:hover {
    background-position: -1610px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box {
    float: right;
    height: 48px;
    line-height: 48px;
    position: relative;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playbackrate-box {
    height: 70px;
    line-height: 70px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate {
    height: 100%;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 16px;
    color: #FFF;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate {
    font-size: 18px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate:hover {
    color: #0368d0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box {
    width: auto;
    height: auto
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box:hover .ck-bar-playbackrate-bg-box {
    display: block
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box {
    float: right;
    height: 48px;
    line-height: 48px;
    position: relative;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-track-box {
    height: 70px;
    line-height: 70px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track {
    height: 100%;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 16px;
    color: #FFF;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-track-box .ck-bar-track {
    font-size: 18px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track:hover {
    color: #0368d0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box .ck-bar-track-bg-box {
    width: auto;
    height: auto
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-track-box:hover .ck-bar-track-bg-box {
    display: block
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box {
    float: right;
    height: 48px;
    line-height: 48px;
    position: relative;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-definition-box {
    height: 70px;
    line-height: 70px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition {
    height: 100%;
    padding: 0 10px;
    white-space: nowrap;
    font-size: 16px;
    color: #FFF;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-definition-box .ck-bar-definition {
    font-size: 18px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition:hover {
    color: #0368d0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box .ck-bar-definition-bg-box {
    width: auto;
    height: auto
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-definition-box:hover .ck-bar-definition-bg-box {
    display: block
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box {
    background: rgba(0, 0, 0, 0.001);
    position: absolute;
    z-index: 1;
    bottom: 46px;
    display: none;
    -webkit-animation-duration: .2s;
    -o-animation-duration: .2s;
    animation-duration: .2s;
    -webkit-animation-name: ck-bounceIn;
    -o-animation-name: ck-bounceIn;
    animation-name: ck-bounceIn
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box {
    bottom: 68px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg {
    background: rgba(0, 0, 0, 0.6);
    float: left;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p {
    width: 100%;
    float: left;
    line-height: 35px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0);
    border: 0px;
    white-space: nowrap;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p:hover {
    color: #0368d0;
    font-size: 16px
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p:hover {
    font-size: 20px
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p {
    font-size: 18px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg .ck-list-p-focus {
    color: #0368d0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-next {
    float: left;
    background-position: -672px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-next {
    background-position: -980px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-next:hover {
    background-position: -720px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-next:hover {
    background-position: -1050px 0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 12px;
    top: -11px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg {
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    margin-top: 2px;
    overflow: hidden;
    height: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-load {
    float: left;
    width: 0px;
    background: rgba(169, 169, 169, 0.7);
    height: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-play {
    width: 0px;
    background: #0368d0;
    position: absolute;
    z-index: 1;
    height: 10px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-mouseline {
    width: 3px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    z-index: 2;
    display: none;
    height: 10px;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg .ck-bar-progress-prompt {
    background: #FFF;
    position: absolute;
    z-index: 3;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    top: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-slider {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    float: left;
    z-index: 4;
    left: 0px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    top: -11px;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.5)
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-slider:hover {
    background: #0368d0
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress .ck-bar-progress-bg:hover .ck-bar-progress-mouseline {
    display: block
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out {
    height: 2px;
    top: -2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg,
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-load,
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg .ck-bar-progress-play {
    height: 2px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-slider {
    width: 12px;
    height: 2px;
    top: -2px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-out .ck-bar-progress-bg .ck-bar-progress-prompt {
    height: 2px;
    border-radius: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-slider-move .ck-bar-progress-play,
.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-progress.ck-bar-progress-slider-move .ck-bar-progress-slider {
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox {
    float: right;
    width: 48px;
    overflow-x: hidden
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox {
    width: 70px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume {
    width: 48px;
    height: 215px;
    background: rgba(0, 0, 0, 0.01);
    position: absolute;
    z-index: 1;
    bottom: 46px;
    display: none;
    overflow: hidden
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-bar-volume {
    width: 70px;
    bottom: 68px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox:hover .ck-bar-volume {
    display: block;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .1s;
    -o-animation-duration: .1s;
    animation-duration: .1s;
    -webkit-animation-name: ck-bounceIn;
    -o-animation-name: ck-bounceIn;
    animation-name: ck-bounceIn
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volumex {
    width: 100%;
    height: 200px;
    float: left;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-txt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    font-size: 0.16rem;
    overflow: hidden;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-bg {
    width: 8px;
    height: 140px;
    background: #808080;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    margin: auto
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-bg .ck-bar-volume-pp {
    width: 8px;
    height: 140px;
    background: #0368d0;
    margin-top: 140px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-slider {
    width: 10px;
    height: 10px;
    background: #FFF;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 0px 0px 8px rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 19px;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-volumebox .ck-bar-volume .ck-bar-volume-slider {
    left: 30px
}

.ckplayer-ckplayer .ck-main .ck-bar .ck-bar-time {
    float: left;
    line-height: 48px;
    font-size: 16px;
    color: #FFF;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-bar .ck-bar-time {
    float: left;
    line-height: 70px;
    font-size: 18px;
    color: #FFF
}

.ckplayer-ckplayer .ck-main .ck-right-bar {
    position: absolute;
    z-index: 260;
    top: 0;
    right: 2px;
    bottom: 0;
    margin: auto !important;
    width: 48px;
    height: 144px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-right-bar-hide {
    right: -48px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar {
    width: 70px;
    height: 210px
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar-hide {
    right: -70px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-btn-screenshot {
    float: left;
    background-position: -1536px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-btn-screenshot {
    background-position: -2240px 0
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-btn-screenshot:hover {
    background-position: -1584px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-btn-screenshot:hover {
    background-position: -2310px 0
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows {
    float: left
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows button {
    float: left
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open {
    background-position: -1248px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open {
    background-position: -1820px 0
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open:hover {
    background-position: -1296px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-open:hover {
    background-position: -1890px 0
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close {
    background-position: -1152px 0;
    display: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close {
    background-position: -1680px 0
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close:hover {
    background-position: -1200px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-smallwindows .ck-btn-smallwindows-close:hover {
    background-position: -1750px 0
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop {
    float: left
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open {
    background-position: -1440px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open {
    background-position: -2100px 0
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open:hover {
    background-position: -1488px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-open:hover {
    background-position: -2170px 0
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close {
    background-position: -1344px 0;
    display: none
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close {
    background-position: -1960px 0
}

.ckplayer-ckplayer .ck-main .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close:hover {
    background-position: -1392px 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-right-bar .ck-right-bar-loop .ck-btn-loop-close:hover {
    background-position: -2030px 0
}

.ckplayer-ckplayer .ck-main .ck-top-bar {
    position: absolute;
    z-index: 260;
    top: -36px;
    width: 100%;
    height: 36px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-top-bar-hide {
    top: -36px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-top-bar {
    top: 0
}

.ckplayer-ckplayer .ck-main.ck-main-full .ck-top-bar-hide {
    top: -36px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom {
    position: absolute;
    z-index: 260
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container {
    float: left;
    margin-left: 10px;
    margin-top: 9px;
    cursor: pointer
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left {
    float: left;
    width: 20px;
    height: 18px;
    border: 1px solid #FFF;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left,
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left {
    border-color: #0368d0
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-left div,
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-left div {
    background: #0368d0
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-right {
    float: left;
    font-size: 14px;
    color: #FFF;
    padding-left: 5px
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container:hover .ck-top-bar-zoom-right,
.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container.ck-top-bar-zoom-container-focus .ck-top-bar-zoom-right {
    color: #0368d0
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-50 {
    width: 50%;
    height: 50%;
    background: #FFF;
    margin: 4.5px 25%
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-75 {
    width: 75%;
    height: 50%;
    background: #FFF;
    margin: 4.5px 12.5%
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-zoom .ck-top-bar-zoom-container .ck-top-bar-zoom-left .ck-top-bar-zoom-button-100 {
    width: 100%;
    height: 50%;
    background: #FFF;
    margin: 4.5px 0
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-title {
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 18px;
    color: #FFF;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ckplayer-ckplayer .ck-main .ck-top-bar .ck-top-bar-time {
    float: right;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #FFF;
    padding: 0 1rem 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ck-animate {
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    -o-animation-duration: .3s;
    animation-duration: .3s
}

.ck-animate-bouncein {
    -webkit-animation-name: ck-bounceIn;
    -o-animation-name: ck-bounceIn;
    animation-name: ck-bounceIn
}

@-webkit-keyframes ck-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }

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

@-o-keyframes ck-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ck-bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.ck-animate-bounceout {
    -webkit-animation-name: ck-bounceOut;
    -o-animation-name: ck-bounceOut;
    animation-name: ck-bounceOut
}

@-webkit-keyframes ck-bounceOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5)
    }
}

@-o-keyframes ck-bounceOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }
}

@keyframes ck-bounceOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5)
    }
}

.ck-animate-circle {
    -o-animation: ck-Circle 1s linear infinite;
    animation: ck-Circle 1s linear infinite;
    -webkit-animation: ck-Circle 1s linear infinite
}

@-webkit-keyframes ck-Circle {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }

    25% {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

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

    75% {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg)
    }

    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@-o-keyframes ck-Circle {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }

    25% {
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

    75% {
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@keyframes ck-Circle {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg)
    }

    25% {
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg)
    }

    50% {
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }

    75% {
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg)
    }
}

@media screen and (max-width: 980px) {
    .ckplayer-ckplayer .ck-main .ck-center-play {
        width: 0.6rem;
        height: 0.6rem;
        -webkit-background-size: 40% 40%;
        background-size: 40% 40%;
        background-position: center center;
        border-width: 0.04rem
    }
}

@font-face {
    font-family: "iconfont";
    src: url(../fonts/iconfont.woff2) format("woff2"), url(../fonts/iconfont.woff) format("woff"), url(../fonts/iconfont.ttf) format("truetype")
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-shipinbofang:before {
    content: "\e635"
}

.icon-xiazai-blur:before {
    content: "\e612"
}

.icon-dasuolvetuliebiao:before {
    content: "\e610"
}

.icon-Fx09:before {
    content: "\e60f"
}

.icon-dianhua2:before {
    content: "\e60e"
}

.icon-zixun:before {
    content: "\ed8a"
}

.icon-icon-test:before {
    content: "\e60d"
}

.icon-jiantouxiangzuozuojiantou:before {
    content: "\e66c"
}

.icon-jiantouxiangzuozuojiantou-copy:before {
    content: "\ee3a"
}

.icon-tuite:before {
    content: "\e60c"
}

.icon-jiantou1:before {
    content: "\e66f"
}

.icon-11:before {
    content: "\e60a"
}

.icon-youtube4:before {
    content: "\e8c3"
}

.icon-jiantou_xiangzuo_o:before {
    content: "\eb92"
}

.icon-jiantou_xiangyou_o:before {
    content: "\eb94"
}

.icon-weixinshipinhao:before {
    content: "\e68c"
}

.icon-xinlangweibo:before {
    content: "\e609"
}

.icon-tubiao_youxiang:before {
    content: "\e61d"
}

.icon-youxiang1:before {
    content: "\e66a"
}

.icon-youjiantou8:before {
    content: "\ee39"
}

.icon-xiangyoujiantou1:before {
    content: "\e62b"
}

.icon-youjiantou9:before {
    content: "\e64e"
}

.icon-menu:before {
    content: "\e614"
}

.icon-fanhui2:before {
    content: "\e65c"
}

.icon-yuanquanjiantou-copy:before {
    content: "\ec9b"
}

.icon-yuanquanjiantou:before {
    content: "\e607"
}

.icon-zuojiantou:before {
    content: "\e6e1"
}

.icon-a-xiangzuojiantou:before {
    content: "\e675"
}

.icon-jichu_sousuo:before {
    content: "\e64c"
}

.icon-zuoyoujiantou:before {
    content: "\e623"
}

.icon-youjiantou7:before {
    content: "\e606"
}

.icon-jiantou:before {
    content: "\e615"
}

.icon-shuangjiantou-copy:before {
    content: "\ec9d"
}

.icon-shuangjiantou:before {
    content: "\e611"
}

.icon-youjiantou5:before {
    content: "\e622"
}

.icon-youjiantou6:before {
    content: "\e6df"
}

.icon-icon_fanhui:before {
    content: "\e61b"
}

.icon-weixin2:before {
    content: "\e63f"
}

.icon-fanhuidingbu1:before {
    content: "\e743"
}

.icon-fanhuidingbu:before {
    content: "\e6c4"
}

.icon-pinglun-04:before {
    content: "\ec9a"
}

.icon-weixin1:before {
    content: "\e65f"
}

.icon-dianhua:before {
    content: "\e618"
}

.icon-dianhua1:before {
    content: "\e65a"
}

.icon-youtube:before {
    content: "\e744"
}

.icon-youku:before {
    content: "\e776"
}

.icon-xiangyoujiantou:before {
    content: "\e7fe"
}

.icon-youjiantou4:before {
    content: "\e608"
}

.icon-Rrl_s_145:before {
    content: "\e613"
}

.icon-xiajiantou1:before {
    content: "\e604"
}

.icon-a-xiangxiajiantou:before {
    content: "\e676"
}

.icon-linkedin:before {
    content: "\e978"
}

.icon-Facebook:before {
    content: "\e695"
}

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

.icon-xiejiantou:before {
    content: "\e603"
}

.icon-caidan:before {
    content: "\eaf1"
}

.icon-weixin:before {
    content: "\e601"
}

.icon-youxiang:before {
    content: "\e605"
}

.icon-douyin:before {
    content: "\e602"
}

.icon-yuyan:before {
    content: "\e85f"
}

.icon-sousuo3:before {
    content: "\e60b"
}

.icon-fanhui1:before {
    content: "\e61f"
}

.icon-linedesign-04:before {
    content: "\e66e"
}

.icon-fanhui:before {
    content: "\e69e"
}

.icon-youjiantou2:before {
    content: "\e600"
}

.icon-youjiantou3:before {
    content: "\e80a"
}

.icon-sousuo1:before {
    content: "\e619"
}

.icon-sousuo2:before {
    content: "\e61a"
}

.icon-jiantouxiangxia:before {
    content: "\e634"
}

.icon-sousuo:before {
    content: "\e772"
}

.icon-youjiantou1-copy:before {
    content: "\ee3b"
}

.icon-youjiantou1:before {
    content: "\e624"
}

.icon-xiajiantou:before {
    content: "\e61c"
}

.icon-guanbianniu:before {
    content: "\e664"
}

.icon-youjiantou-copy:before {
    content: "\ec9c"
}

.icon-youjiantou:before {
    content: "\e6e0"
}

.footer_wrap {
    background: url(../images/fbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    color: #fff;
    padding-top: 0.6rem;
    overflow: hidden
}

.footer_wrap a {
    color: #bbbbbb
}

.footer_wrap a:hover {
    color: #fff
}

.footer_wrap .flogo img {
    height: 0.65rem
}

.footer_wrap .bd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer_wrap .bd .left {
    width: 18%
}

.ficonflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.1rem 0 0 0
}

.ficonflex .ficons {
    position: relative;
    margin: 0 0.23rem 0 0
}

.ficonflex .ficons span {
    width: 0.5rem;
    height: 0.5rem;
    border: 1px solid #4d4d4d;
    border-radius: 0.04rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.25rem;
    color: #a7a7a7;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.ficonflex .ficons:last-child {
    margin: 0
}

.ficonflex .ficons:hover span {
    background-color: #082899;
    border-color: #082899
}

.ficonflex .ficons:hover .fewm {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.ficonflex .fewm {
    width: 1.1rem;
    height: 1.1rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 0.1rem 0px rgba(161, 176, 170, 0.3);
    box-shadow: 0px 4px 0.1rem 0px rgba(161, 176, 170, 0.3);
    border-radius: 0.06rem;
    padding: 0.02rem;
    position: absolute;
    left: 50%;
    margin-left: -0.56rem;
    z-index: 2;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    top: 0.7rem;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.ficonflex .fewm img {
    border-radius: 0.06rem
}

.ficonflex .fewm::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
    border-top: 0.01rem solid transparent;
    border-bottom: 0.1rem solid #fff;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -0.1rem
}

.footer_nav {
    width: 66%;
    line-height: 2.25
}

.footer_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer_nav ul li h4 a {
    font-size: 0.22rem;
    font-family: "InterB";
    color: #fff
}

.footer_subnav {
    font-family: "albbRegular";
    color: #777777;
    font-size: 0.16rem;
    line-height: 2.25;
    padding: 0.4rem 0 0 0
}

.footer_subnav a {
    display: block;
    color: #777777;
    font-family: "InterM"
}

.footer_subnav a:hover {
    color: #fff
}

.copyright {
    font-size: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0;
    color: #979797;
    margin: 1.5rem 0 0 0
}

.copyright a {
    color: #979797;
    display: inline-block;
    margin: 0 0 0 0.32rem
}

.copyright a:hover {
    color: #fff
}

@media screen and (max-width: 980px) {
    .footer_wrap {
        padding-top: 0.6rem;
        position: relative
    }

    .footer_wrap .flogo img {
        height: 0.4rem
    }

    .footer_wrap .bd {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer_wrap .bd .left {
        width: 100%;
        position: relative
    }

    .ficonflex {
        padding: 0.6rem 0 0
    }

    .ficonflex .ficons {
        margin: 0 0.15rem 0 0
    }

    .ficonflex .ficons span {
        width: 0.42rem;
        height: 0.42rem;
        font-size: 0.18rem
    }

    .ficonflex .fewm {
        width: 1rem;
        height: 1rem;
        margin-left: -0.5rem
    }

    .footer_nav {
        width: 100%;
        padding: 0.3rem 0 0 0
    }

    .footer_nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -0.3rem;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer_nav ul li {
        padding: 0 0.3rem;
        width: 100%
    }

    .footer_nav ul li .subnavbtn {
        color: #fff
    }

    .footer_nav ul li h4 {
        padding: 0;
        position: relative;
        line-height: 0.5rem
    }

    .footer_nav ul li h4 a {
        font-size: 0.16rem
    }

    .footer_nav ul li:last-child h4 {
        pointer-events: none
    }

    .footer_nav ul li:last-child .subnavbtn {
        display: none !important
    }

    .footer_nav ul li:last-child .footer_subnav {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer_nav ul li:last-child .footer_subnav a {
        width: 33.333%
    }

    .footer_subnav {
        padding: 0;
        display: none
    }

    .footer_subnav a {
        font-size: 0.14rem;
        color: #fff
    }

    .copyright {
        font-size: 0.12rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.3rem 0;
        margin: 0.2rem 0 0
    }

    .copyright a {
        margin: 0 0.1rem 0 0
    }

    .copyright .right {
        padding: 0.1rem 0 0 0
    }

    .slide-nav {
        display: none
    }
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1.3rem
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.ac {
    color: #082899
}

.indexparallax {
    height: -webkit-calc(100vh - 0.7rem);
    height: calc(100vh - 0.7rem)
}

.indexparallaxSection {
    margin-top: 100vh;
    border-radius: 0.2rem 0.2rem 0 0
}

.nyparallax {
    height: 4.88rem
}

.nyparallaxSection {
    margin-top: 4.88rem;
    border-radius: 0.5rem 0.5rem 0 0
}

.parallax {
    width: 100%;
    position: fixed;
    top: 0.7rem;
    left: 0
}

.parallaxSection {
    width: 100%;
    position: relative;
    z-index: 8;
    background: #fff
}

.daybtn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0.4rem;
    color: #082899;
    font-size: 0.22rem;
    padding: 0 0.4rem;
    position: relative;
    line-height: 0.78rem;
    font-family: "InterSB"
}

.daybtn span {
    width: 0.24rem;
    height: 0.24rem;
    border: 2px solid #082899;
    border-radius: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 0.32rem
}

.daybtn span::before {
    content: "\ee3a"
}

.daybtn:hover {
    background-color: #082899;
    color: #fff
}

.daybtn:hover span {
    border-color: #fff
}

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

.swiper-btn .btn {
    width: 0.56rem;
    height: 0.56rem;
    border: 1px solid #e9e9e9;
    border-radius: 50%;
    margin: 0 0.15rem 0 0;
    position: static;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

.swiper-btn .btn:last-child {
    margin: 0
}

.swiper-btn .btn::after {
    font-size: 0.14rem;
    font-weight: bold;
    color: #313233
}

.swiper-btn .btn:hover {
    background-color: #082899;
    border-color: #082899
}

.swiper-btn .btn:hover::after {
    color: #fff
}

.swiper-btn.white .btn {
    border-color: #fff
}

.swiper-btn.white .btn::after {
    color: #fff
}

.swiper-btn.white .btn:hover {
    background-color: #fff
}

.swiper-btn.white .btn:hover::after {
    color: #082899
}

.swiper-btn.whitebg .btn {
    border-color: #fff;
    background-color: #fff
}

.swiper-btn.whitebg .btn::after {
    color: #082899
}

.swiper-btn.whitebg .btn:hover {
    background-color: #082899
}

.swiper-btn.whitebg .btn:hover::after {
    color: #fff
}

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

    100% {
        -webkit-transform: translateX(110%);
        transform: translateX(110%)
    }
}

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

    100% {
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }
}

@keyframes sonTitleRight {
    0% {
        -webkit-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        -webkit-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }
}

.f54 {
    font-size: 0.54rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: "MonsterSB"
}

.comtitle {
    position: relative;
    overflow: hidden;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.comtitle i {
    position: absolute;
    width: 100%;
    height: 110%;
    left: 0;
    top: -5%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0.7;
    background-color: #fff
}

.comtitle.active i {
    -webkit-animation: sonTitleRight 3s ease both;
    -o-animation: sonTitleRight 3s ease both;
    animation: sonTitleRight 3s ease both
}

.ctoptitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.16rem;
    text-transform: uppercase;
    overflow: hidden
}

.ctoptitle .s {
    color: #c02236;
    font-family: "MonsterSB"
}

.ctoptitle .b {
    font-family: "InterB"
}

.index_title {
    overflow: hidden;
    position: relative;
    z-index: 2;
    font-family: "MonsterSB";
    text-transform: uppercase;
    font-size: 0.54rem;
    line-height: 1
}

.index_title.white {
    color: #fff
}

.index_title.white .stitle {
    color: #fff
}

.index_title.white .stitle::before {
    background-color: #fff
}

.index_title.center {
    text-align: center
}

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

.ihd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.toggleitem .item {
    display: none
}

.toggleitem .item:first-child {
    display: block
}

.toggletab .tab {
    cursor: pointer
}

.acombtn {
    line-height: 0.58rem;
    padding: 0 0.45rem;
    border: 1px solid #082899;
    background-color: #082899;
    border-radius: 0.3rem;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.18rem
}

.acombtn:hover {
    background-color: #fff;
    color: #082899
}

.acombtn.nobg {
    background-color: transparent;
    color: #082899
}

.acombtn.nobg:hover {
    background-color: #082899;
    color: #fff
}

.amore {
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid #082899;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #082899
}

.amore span::before {
    content: "\e603"
}

.amore:hover {
    background-color: #082899;
    color: #fff
}

.comcnums .item .icon {
    padding: 0 0 0.24rem
}

.comcnums .item .icon img {
    height: 0.33rem
}

.comcnums .item .nums {
    font-size: 0.3rem;
    line-height: 1;
    position: relative
}

.comcnums .item .nums span {
    font-size: 0.7rem;
    line-height: 1;
    margin: 0 0.12rem 0 0;
    font-family: "AiDeep"
}

.comcnums .item .nums em {
    font-weight: bold
}

.comcnums .item .text {
    font-size: 0.18rem;
    color: #777777;
    font-family: "albbRegular"
}

.comdesc {
    font-size: 0.2rem;
    line-height: 1.5
}

.cdesc {
    font-size: 0.18rem;
    line-height: 1.66
}

.swiper-pages {
    text-align: center
}

.swiper-pages span {
    opacity: 1;
    position: relative;
    margin: 0 0.07rem !important;
    cursor: pointer;
    width: 0.23rem;
    height: 0.09rem;
    background-color: #e3e3e3;
    border-radius: 0.05rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.swiper-pages span.swiper-pagination-bullet-active {
    background-color: #082899;
    width: 0.53rem
}

.combox {
    border-radius: 0.5rem 0.5rem 0 0;
    margin-top: -0.68rem;
    background-color: #fff;
    padding-top: 0.56rem;
    position: relative;
    z-index: 4
}

.combox .box {
    position: relative;
    z-index: 2
}

.ani_in {
    --go: 0.1
}

.ani_out {
    border-radius: 0 0 3.64583vw 3.64583vw;
    overflow: hidden
}

.ani_in {
    will-change: opacity, clip-path;
    -webkit-animation-name: scrP1;
    -o-animation-name: scrP1;
    animation-name: scrP1;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-delay: -webkit-calc(var(--go)* -1s);
    -o-animation-delay: calc(var(--go)* -1s);
    animation-delay: calc(var(--go)* -1s);
    -webkit-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

@-webkit-keyframes scrP1 {
    0% {
        opacity: .95;
        -webkit-clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0);
        clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0)
    }

    to {
        opacity: 1;
        -webkit-clip-path: inset(0 round 3.64583vw 3.64583vw 0 0);
        clip-path: inset(0 round 3.64583vw 3.64583vw 0 0)
    }
}

@-o-keyframes scrP1 {
    0% {
        opacity: .95;
        -webkit-clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0);
        clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0)
    }

    to {
        opacity: 1;
        -webkit-clip-path: inset(0 round 3.64583vw 3.64583vw 0 0);
        clip-path: inset(0 round 3.64583vw 3.64583vw 0 0)
    }
}

@keyframes scrP1 {
    0% {
        opacity: .95;
        -webkit-clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0);
        clip-path: inset(1.5rem 10vw 0 round 3.64583vw 3.64583vw 0 0)
    }

    to {
        opacity: 1;
        -webkit-clip-path: inset(0 round 3.64583vw 3.64583vw 0 0);
        clip-path: inset(0 round 3.64583vw 3.64583vw 0 0)
    }
}

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

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@-o-keyframes ripple {
    0% {
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.index_about {
    padding-bottom: 1.8rem;
    background-color: #f9fafc;
    overflow: hidden
}

.index_about .comtitle i {
    opacity: 0.4
}

.index_about .ihd {
    padding: 1.2rem 0 2.8rem 0
}

.index_about .right {
    width: 49%
}

.index_about .btns {
    padding: 0.9rem 0 0 0
}

.index_about .btns a {
    margin: 0 0.15rem 0 0
}

.index_about .bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2
}

.index_about .bgvideo video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index_about .mySwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear !important;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform
}

.index_about .mySwiper .swiper-wrapper .swiper-slide {
    width: auto
}

.index_product {
    background: url(../images/ipbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 2.1rem;
    position: relative
}

.index_product .ihd {
    padding: 0.78rem 0 0 0
}

.index_product .left {
    width: 34%
}

.index_product .right {
    width: 52%;
    height: 100%;
    border: 1px solid #efefef;
    border-radius: 0.3rem;
    overflow: hidden;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1)
}

.index_product .comdesc {
    margin: 1.5rem 0 2.2rem
}

.index_product dl {
    padding: 0.5rem 0.6rem;
    border-bottom: 1px solid #e7e7e7
}

.index_product dl dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 0.3rem;
    font-family: "InterB";
    cursor: pointer
}

.index_product dl dt .icon img {
    height: 0.31rem
}

.index_product dl dd {
    padding: 0.35rem 0.56rem 0 0;
    display: none
}

.index_product dl dd .desc {
    font-size: 0.18rem;
    line-height: 1.33;
    color: #777777
}

.index_product dl dd .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.17rem;
    padding: 0.54rem 0 0 0
}

.index_product dl dd .list .item {
    width: 33.333%;
    padding: 0.17rem
}

.index_product dl dd .list .cont {
    border: 1px solid #e5e5e5;
    border-radius: 0.3rem;
    overflow: hidden;
    position: relative;
    display: block;
}

.index_product dl dd .list .cont::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 40, 153, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

.index_product dl dd .list .cont .img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    position: relative;
    z-index: 1
}

.index_product dl dd .list .cont .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index_product dl dd .list .cont .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0.3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_product dl dd .list .cont .s {
    width: 100%;
    font-size: 0.48rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: "MonsterSB";
    color: #082899
}

.index_product dl dd .list .cont .en {
    font-size: 0.18rem;
    line-height: 1.1;
    font-family: "InterSB";
    text-transform: uppercase;
    padding: 0.15rem 0 0 0
}

.index_product dl dd .list .cont:hover::after {
    opacity: 1
}

.index_product dl dd .list .cont:hover .img {
    opacity: 1
}

.index_product dl dd .list .cont:hover .text {
    text-align: center;
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index_product dl dd .list .cont:hover .s,
.index_product dl dd .list .cont:hover .en {
    color: #fff
}

.index_product dl:first-child dd {
    display: block
}

.index_product dl:first-child dd .list .cont .text {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.index_choose {
    padding-bottom: 2.5rem;
    overflow: hidden
}

.index_choose .ihd {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 12.13rem;
    margin: 0 auto;
    padding: 1.45rem 0 0 0
}

.index_choose .bd {
    position: relative;
    margin: 1.5rem 0 0 0
}

.index_choose .mySwiper ul li {
    width: 12.13rem;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5
}

.index_choose .mySwiper ul li a {
    display: block;
    position: relative;
    border-radius: 0.3rem;
    overflow: hidden
}

.index_choose .mySwiper ul li .img {
    border-radius: 0.1rem;
    overflow: hidden
}

.index_choose .mySwiper ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index_choose .mySwiper ul li .info {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.32rem;
    max-width: 4.8rem;
    border-radius: 0.2rem;
    overflow: hidden;
    background-color: #fff;
    padding: 0.9rem 0.5rem 0.5rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_choose .mySwiper ul li .info .p1 {
    font-size: 0.24rem;
    font-family: "InterSB"
}

.index_choose .mySwiper ul li .info .p2 {
    font-family: "InterB";
    font-size: 0.16rem;
    display: -webkit-box;
    height: .48rem;
    line-height: .24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin: 0.2rem 0 0.34rem;
    color: #888888;
}

.index_choose .mySwiper ul li .info .text {
    font-size: 0.16rem;
    color: #888888;
    display: -webkit-box;
    height: 1.68rem;
    line-height: .24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    margin: 0 0 0.4rem
}

.index_choose .mySwiper ul li .info .icon img {
    height: 0.39rem
}

.index_choose .mySwiper ul li.swiper-slide-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.index_choose .mySwiper ul li.swiper-slide-active .info {
    opacity: 1
}

.index_choose .swiper-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1.66rem;
    right: 1.66rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.index_buju {
    padding-top: 0;
    padding-bottom: 0.8rem;
    background-color: #fcfdfe;
    overflow: hidden
}

.index_buju .content {
    position: relative;
    height: 10.7rem;
    padding-top: 0.56rem
}

.index_buju .index_title {
    padding: 0.93rem 0 0 0
}

.index_buju .box {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 0 0 0.7rem;
    position: static
}

.index_buju .hd {
    width: 100%
}

.index_buju .bd {
    width: 100%
}

.index_buju .ibjmap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 100% 0;
    -webkit-background-size: 100% 100%;
    background-size: 100%
}

.index_buju .dotcont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.index_buju .dotcont .dot {
    width: 0;
    height: 0;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.index_buju .dotcont .dot .txt {
    font-size: 0.11rem;
    font-family: "MonsterSB";
    min-width: 0.8rem;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -0.2rem;
    text-align: center;
    text-transform: uppercase;
    z-index: 2
}

.index_buju .dotcont .dot .icon {
    width: 0.18rem;
    height: 0.27rem;
    background: url(../images/dot.png) no-repeat 0 0;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

.index_buju .dotcont .dot span {
    display: block;
    width: 3.8rem;
    height: 3.8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1.55rem 0 0 -1.9rem;
    background-color: rgba(8, 40, 153, 0.4);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: ripple 5s ease-in-out infinite;
    -o-animation: ripple 5s ease-in-out infinite;
    animation: ripple 5s ease-in-out infinite
}

.index_buju .dotcont .dot span:nth-child(2) {
    -webkit-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.index_buju .dotcont .dot span:nth-child(3) {
    -webkit-animation-delay: 2.8s;
    -o-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.index_buju .dotcont .dot:nth-child(1) {
    left: -webkit-calc((293/1920)*100%);
    left: calc((293/1920)*100%);
    top: -webkit-calc((310/1070)*100%);
    top: calc((310/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(2) {
    left: -webkit-calc((443/1920)*100%);
    left: calc((443/1920)*100%);
    top: -webkit-calc((475/1070)*100%);
    top: calc((475/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(3) {
    left: -webkit-calc((600/1920)*100%);
    left: calc((600/1920)*100%);
    top: -webkit-calc((740/1070)*100%);
    top: calc((740/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(4) {
    left: -webkit-calc((560/1920)*100%);
    left: calc((560/1920)*100%);
    top: -webkit-calc((850/1070)*100%);
    top: calc((850/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(5) {
    left: -webkit-calc((855/1920)*100%);
    left: calc((855/1920)*100%);
    top: -webkit-calc((454/1070)*100%);
    top: calc((454/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(6) {
    left: -webkit-calc((885/1920)*100%);
    left: calc((885/1920)*100%);
    top: -webkit-calc((340/1070)*100%);
    top: calc((340/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(7) {
    left: -webkit-calc((915/1920)*100%);
    left: calc((915/1920)*100%);
    top: -webkit-calc((410/1070)*100%);
    top: calc((410/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(8) {
    left: -webkit-calc((960/1920)*100%);
    left: calc((960/1920)*100%);
    top: -webkit-calc((355/1070)*100%);
    top: calc((355/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(9) {
    left: -webkit-calc((1020/1920)*100%);
    left: calc((1020/1920)*100%);
    top: -webkit-calc((630/1070)*100%);
    top: calc((630/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(10) {
    left: -webkit-calc((1190/1920)*100%);
    left: calc((1190/1920)*100%);
    top: -webkit-calc((550/1070)*100%);
    top: calc((550/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(11) {
    left: -webkit-calc((1490/1920)*100%);
    left: calc((1490/1920)*100%);
    top: -webkit-calc((660/1070)*100%);
    top: calc((660/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(12) {
    left: -webkit-calc((1560/1920)*100%);
    left: calc((1560/1920)*100%);
    top: -webkit-calc((470/1070)*100%);
    top: calc((470/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(13) {
    left: -webkit-calc((1643/1920)*100%);
    left: calc((1643/1920)*100%);
    top: -webkit-calc((436/1070)*100%);
    top: calc((436/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(14) {
    left: -webkit-calc((1647/1920)*100%);
    left: calc((1647/1920)*100%);
    top: -webkit-calc((828/1070)*100%);
    top: calc((828/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(15) {
    left: -webkit-calc((1438/1920)*100%);
    left: calc((1438/1920)*100%);
    top: -webkit-calc((525/1070)*100%);
    top: calc((525/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(15) .icon {
    width: 0.15rem;
    height: 0.17rem;
    background-image: url(../images/dot2.png)
}

.index_buju .dotcont .dot:nth-child(16) {
    left: -webkit-calc((1528/1920)*100%);
    left: calc((1528/1920)*100%);
    top: -webkit-calc((510/1070)*100%);
    top: calc((510/1070)*100%)
}

.index_buju .dotcont .dot:nth-child(16) .icon {
    width: 0.15rem;
    height: 0.17rem;
    background-image: url(../images/dot2.png)
}

.index_buju .dotcont .dot:nth-child(17) {
    left: -webkit-calc((1470 / 1920)* 100%);
    left: calc((1470 / 1920)* 100%);
    top: -webkit-calc((465 / 1070)* 100%);
    top: calc((465 / 1070)* 100%)
}

.index_buju .dotcont .dot:nth-child(17) .icon {
    width: 0.3rem;
    height: 0.4rem;
    background-image: url(../images/dot2.png)
}

.index_buju .mySwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear !important;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform
}

.index_buju .mySwiper .swiper-wrapper .swiper-slide {
    width: auto;
    background-color: #fff;
    border-radius: 0.05rem;
    padding: 0.3rem 0.13rem;
    text-align: center;
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(72, 83, 100, 0.07);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(72, 83, 100, 0.07);
    overflow: hidden
}

.index_buju .mySwiper .swiper-wrapper .swiper-slide img {
    height: 0.56rem
}

.index_news {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6f7f9), to(#fff));
    background-image: -webkit-linear-gradient(top, #f6f7f9 0, #fff 100%);
    background-image: -o-linear-gradient(top, #f6f7f9 0, #fff 100%);
    background-image: linear-gradient(to bottom, #f6f7f9 0, #fff 100%);
    padding-bottom: 1.7rem
}

.index_news .comtitle i {
    background-color: #f7f8fa
}

.index_news .ihd {
    padding: 1.3rem 0 0 0
}

.index_news .list {
    padding: 1.1rem 0 0 0
}

.index_news .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.24rem
}

.index_news .list ul li {
    width: 33.333%;
    padding: 0.24rem
}

.index_news .list ul li a {
    display: block;
    padding: 0.47rem;
    border-radius: 0.2rem;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #fff), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #fff 100%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #fff 100%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #fff 100%, rgba(255, 255, 255, 0) 100%);
    overflow: hidden
}

.index_news .list ul li a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.index_news .list ul li a img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.index_news .list ul li .img {
    border-radius: 0.1rem;
    position: relative;
    overflow: hidden
}

.index_news .list ul li .img::before {
    content: "";
    display: block;
    padding-top: 47%
}

.index_news .list ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.index_news .list ul li .text {
    font-size: 0.18rem;
    display: -webkit-box;
    height: .9rem;
    line-height: .3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-family: "InterM";
    margin: 0.26rem 0 0.42rem
}

.index_news .list ul li .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.16rem;
    color: #777777
}

.index_news .list ul li .date span {
    width: 0.54rem;
    height: 0.54rem;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(72, 83, 100, 0.07);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(72, 83, 100, 0.07);
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_news .list ul li .date span::before {
    content: "\e6e0"
}

.index_news .list ul li:hover a {
    -webkit-box-shadow: 0px 4px 0.27rem 2.1px rgba(97, 106, 120, 0.15);
    box-shadow: 0px 4px 0.27rem 2.1px rgba(97, 106, 120, 0.15)
}

.index_news .list ul li:hover .date span {
    background-color: #082899;
    color: #fff
}

.index_form {
    background: url(../images/ifbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0.86rem;
    padding-bottom: 0.8rem
}

.index_form .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.5rem;
    font-family: "MonsterSB"
}

.index_form .left {
    width: 16.5%;
    padding: 0 0 0.5rem
}

.index_form .right {
    width: 50%
}

.index_form .cform ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.15rem -0.21rem
}

.index_form .cform ul li {
    width: 50%;
    padding: 0.15rem 0.21rem
}

.index_form .cform ul li.last {
    width: 100%
}

.index_form .cform ul li input,
.index_form .cform ul li textarea {
    display: block;
    width: 100%;
    padding: 0.1rem 0.3rem;
    background-color: #fff;
    font-size: 0.16rem;
    border-radius: 0.1rem
}

.index_form .cform ul li input {
    height: 0.7rem
}

.index_form .cform ul li textarea {
    height: 1.2rem;
    padding-top: 0.24rem
}

.index_form .cform .btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0.34rem 0 0 0
}

.ccrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.16rem;
    font-family: "InterB";
    padding: 0.4rem 0 0 0
}

.ccrumbs a {
    color: #fff;
    background: url(../images/jt.png) no-repeat 0 center;
    padding: 0 0.32rem 0 0.28rem
}

.ccrumbs a:first-child {
    background: none;
    padding-left: 0
}

.nybox {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem
}

.contact {
    background-color: #f6f7f9
}

.contact .comtitle i {
    background-color: #f6f7f9
}

.ncomb {
    border: 1px solid #e2e3e4;
    border-radius: 0.2rem;
    background-color: #fff
}

.contact_A {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.7rem 1rem 0.86rem 0.7rem;
    margin: 1.1rem 0 0 0
}

.contact_A .left {
    width: 47%
}

.contact_A .right {
    width: 47%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.contact_A .img {
    border-radius: 0.1rem;
    overflow: hidden
}

.contact_A .img img {
    width: 100%
}

.contact_A dl {
    font-size: 0.18rem;
    padding: 0.4rem 0 0.24rem;
    border-bottom: 1px solid #dae1e5
}

.contact_A dl dt {
    font-family: "InterB";
    width: 50%;
    text-transform: uppercase
}

.contact_A dl dd {
    width: 50%;
    text-align: right
}

.contact_A dl:last-child dd {
    font-family: "MonsterSB";
    color: #082899;
    font-size: 0.36rem;
    line-height: 1
}

.contact_A dl:last-child dd a {
    color: #082899
}

.contact_B {
    text-align: center;
    margin: 0.5rem 0 0 0;
    padding: 0.85rem 0.5rem 1rem
}

.contact_B .index_title {
    margin: 0 auto
}

.contact_B .index_title i {
    background-color: #fff
}

.contact_B .form {
    margin: 1.1rem 0 0 0
}

.news {
    background-color: #f6f7f9
}

.news .index_title i {
    background-color: #f6f7f9
}

.news .cfilter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.news .cfilter a {
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    background-color: #fff;
    padding: 0 0.35rem;
    line-height: 0.48rem;
    color: #082899;
    font-size: 0.18rem;
    margin: 0 0.24rem 0 0;
    border-radius: 0.3rem
}

.news .cfilter a:last-child {
    margin: 0
}

.news .cfilter a:hover,
.news .cfilter a.cur {
    background-color: #082899;
    color: #fff
}

.news .list ul {
    padding: 0 0 2.16rem
}

.news .list ul li {
    padding: 1rem 0 0.93rem;
    border-bottom: 1px solid #cccccc
}

.news .list ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news .list ul li .date {
    width: 10.4%;
    color: #082899
}

.news .list ul li .date .p1 {
    font-size: 0.3rem;
    line-height: 1;
    font-family: "InterM"
}

.news .list ul li .date .p1::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 2px;
    background-color: #cccccc;
    margin: 0.1rem 0 0.05rem
}

.news .list ul li .date .p2 {
    font-size: 0.48rem;
    line-height: 1;
    font-family: "InterB"
}

.news .list ul li .mid {
    width: 39.6%;
    overflow: hidden
}

.news .list ul li .img {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.news .list ul li .img::before {
    content: "";
    display: block;
    padding-top: 55.62%
}

.news .list ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.news .list ul li .info {
    width: 50%;
    padding: 0 0 0 1.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news .list ul li .info .title {
    font-size: 0.26rem;
    display: -webkit-box;
    height: .84rem;
    line-height: .28rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.news .list ul li .info .text {
    font-size: 0.18rem;
    display: -webkit-box;
    height: .96rem;
    line-height: .24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #999999;
    margin: 0.45rem 0 0 0
}

.news .list ul li .info .more {
    border-top: 1px solid #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.2rem;
    padding: 0.53rem 0 0 0
}

.news .list ul li .info .more span {
    font-weight: bold
}

.news .list ul li .info .more span::before {
    content: "\e603"
}

.news .list ul li:hover .img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.news_detail {
    background-color: #f6f7f9
}

.news_detail .left {
    width: 30.2%
}

.news_detail .left .img {
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem
}

.news_detail .left .img::before {
    content: "";
    display: block;
    padding-top: 51.8%
}

.news_detail .left .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.news_detail .left .pages {
    font-size: 0.18rem;
    font-family: "InterSB";
    padding: 0.8rem 0 0.4rem 0
}

.news_detail .left .pages a {
    display: block;
    padding: 0 0 0.5rem
}

.news_detail .left .pages p {
    font-family: "InterR";
    color: #777777;
    display: -webkit-box;
    height: .48rem;
    line-height: .24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0.25rem 0 0 0
}

.news_detail .left .nbtn {
    display: block;
    font-size: 0.2rem;
    line-height: 0.68rem;
    width: 2.5rem;
    text-align: center;
    color: #082899;
    background-color: #fff;
    border: 1px solid #082899
}

.news_detail .left .nbtn:hover {
    background-color: #082899;
    color: #fff
}

.news_detail .right {
    width: 66%;
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.75rem
}

.news_detail .right .title {
    font-size: 0.36rem;
    font-family: "InterSB";
    line-height: 1.5
}

.news_detail .right .date {
    font-size: 0.18rem;
    font-family: "InterSB";
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.8rem 0 0 0
}

.news_detail .right .date span:nth-child(2) {
    color: #777777;
    font-family: "InterL"
}

.news_detail .right .content {
    font-size: 0.2rem;
    line-height: 2;
    padding: 1.15rem 0 0 0
}

.careers {
    overflow: hidden;
    background-color: #f6f7f9;
    padding-bottom: 0
}

.careers_A {
    padding-bottom: 1.6rem
}

.careers_A .index_title i {
    background-color: #f6f7f9
}

.careers_A .right {
    max-width: 8.5rem
}

.careers_A .mySwiper {
    margin: 1.2rem 0 1rem
}

.careers_A .mySwiper ul li {
    width: auto !important;
}

.careers_A .mySwiper ul li a {
    display: block;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
    background-color: #000;
    overflow: hidden;
    transform: scale(0.7);
    transform-origin: 50% 50%;
    max-width: 795px;
    margin: 0 auto;
}

.careers_A .mySwiper ul li a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.careers_A .mySwiper ul li a img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.careers_A .mySwiper ul li a::after {
    content: "";
    display: block;
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 50%;
    background: #fff url(../images/raicon1.png) no-repeat center center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.careers_A .mySwiper ul li .img {
    opacity: 0.7;
    position: relative;
    max-height: 4.5rem
}

.careers_A .mySwiper ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.careers_A .mySwiper ul li .text {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    font-size: 0.3rem;
    font-family: "InterSB";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.33rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem)
}

.careers_A .mySwiper ul li:hover a::after {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1
}

.careers_A .mySwiper ul li:hover .img {
    opacity: 0.7 !important
}

.careers_A .mySwiper ul li.swiper-slide-active a{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.careers_A .mySwiper ul li.swiper-slide-active .img {
    opacity: 1
}

.careers_A .mySwiper ul li.swiper-slide-active .text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.careers_B {
    border: 1px solid #e2e3e4;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem
}

.careers_B .list {
    text-align: left;
    padding: 1.05rem 0 0 0
}

.careers_B .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.25rem -0.23rem;
    padding: 0 0 1rem
}

.careers_B .list ul li {
    width: 25%;
    padding: 0.25rem 0.23rem
}

.careers_B .list ul li .box {
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    border: 1px solid #efefef;
    border-radius: 0.1rem;
    padding: 0.54rem 0.4rem 1.2rem;
    position: relative;
    overflow: hidden
}

.careers_B .list ul li .box .title {
    font-size: 0.24rem;
    font-family: "InterB";
    display: -webkit-box;
    height: .6rem;
    line-height: .3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.careers_B .list ul li .box .date {
    margin: 0.26rem 0 0 0;
    border-top: 1px solid #dadada;
    padding: 0.35rem 0
}

.careers_B .list ul li .box .desc {
    font-size: 0.16rem;
    color: #777777;
    display: -webkit-box;
    height: 1.44rem;
    line-height: .24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6
}

.careers_B .list ul li .box .btns {
    font-size: 0.16rem;
    font-family: "InterSB";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.careers_B .list ul li .box .btns a {
    width: 50%;
    line-height: 0.6rem;
    text-align: center
}

.careers_B .list ul li .box .btns a:hover {
    background-color: #c02236;
    color: #fff
}

.careers_B .list ul li .box .btns .viewmore {
    background-color: #eeeeee
}

.careers_B .list ul li .box .btns .apply {
    background-color: #082899;
    color: #fff
}

.careers_B .list ul li .popupcont {
    display: none
}

.viewjob .title {
    font-size: 0.3rem;
    font-family: "InterB"
}

.viewjob .md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    padding: 0.4rem 0 0.35rem;
    margin: 0.45rem 0
}

.viewjob .md dl {
    width: 33.33%;
    font-size: 0.16rem;
    color: #777777;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0.18rem
}

.viewjob .jobms {
    font-size: 0.2rem;
    font-family: "InterB"
}

.viewjob .desc {
    font-size: 0.18rem;
    line-height: 1.1;
    color: #777777;
    font-family: "InterL";
    max-height: 2rem;
    overflow-y: auto;
    margin: 0.53rem 0 0.65rem;
    padding: 0 0.5rem 0 0
}

.viewjob .desc::-webkit-scrollbar {
    width: 4px;
    background-color: #f2f2f2
}

.viewjob .desc::-webkit-scrollbar-thumb {
    background-color: #082899
}

.viewjob .text {
    font-size: 0.16rem;
    color: #777777;
    font-family: "InterL"
}

.viewjob .text a {
    color: #c02236;
    text-decoration: underline
}

.applyjob .content {
    padding: 0 0 0.3rem;
    max-width: 3.6rem;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.18rem;
    font-family: "InterM"
}

.applyjob .cdesc {
    background-color: #eaeefa;
    border-radius: 0.2rem;
    padding: 0.52rem 0.3rem 0.3rem;
    line-height: 1.33
}

.applyjob .copy {
    width: 100%;
    max-width: 3rem;
    margin: 0.24rem auto 0;
    background-color: #082899;
    border-radius: 0.3rem;
    color: #fff;
    text-align: center;
    line-height: 0.5rem;
    text-transform: uppercase;
    cursor: pointer
}

.applyjob .copy:hover {
    background-color: #c02236
}

.applyjob .pclose {
    background-color: transparent;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: auto;
    right: 0;
    top: 0
}

.applyjob .pclose span {
    font-size: 0.2rem
}

.careers_detail {
    background-color: #f6f7f9
}

.careers_detail .box {
    max-width: 12.2rem;
    margin: 0 auto;
    text-align: center;
    font-family: "InterL"
}

.careers_detail .md {
    position: relative;
    margin: 0.8rem 0 0 0
}

.careers_detail .content {
    text-align: left
}

.careers_detail .mySwiper {
    overflow: hidden
}

.careers_detail .mySwiper2 {
    overflow: hidden;
    margin: 0.35rem 0 0 0
}

.careers_detail .mySwiper2 .swiper-slide {
    border: 2px solid #efefef;
    padding: 0.1rem;
    background-color: #fff;
    cursor: pointer
}

.careers_detail .mySwiper2 .swiper-slide-thumb-active {
    border-color: #082899
}

.careers_detail .swiper-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -1.2rem;
    right: -1.2rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.careers_detail .swiper-btn .btn {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    border: 0
}

.careers_detail .swiper-btn .btn:hover {
    background-color: #082899
}

.careers_detail .content {
    font-size: 0.18rem;
    color: #777777;
    line-height: 1.33;
    padding: 0.86rem 0 1.8rem
}

.careers_detail .pages {
    text-align: left
}

.careers_detail .pages a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 0.2rem
}

.careers_detail .pages a span {
    color: #000
}

.careers_detail .pages a:hover {
    color: #082899
}

.cases {
    background-color: #f6f7f9
}

.cases .index_title i {
    background-color: #f6f7f9
}

.cases .left {
    width: 22%
}

.cases .right {
    width: 66%
}

.cases .item:nth-child(1) .box .more a{
    margin: 0 0.2rem 0 0;
}

.cases .item .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #efefef;
    border-radius: 0.2rem;
    overflow: hidden;
    padding: 0.4rem 0.6rem 0.4rem 0.4rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    margin: 0 0 0.7rem
}

.cases .item .box:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.cases .item .box img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.cases .item .box .img {
    width: 45.2%;
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem
}

.cases .item .box .img::before {
    content: "";
    display: block;
    padding-top: 54.3%
}

.cases .item .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.cases .item .box .info {
    width: 50%
}

.cases .item .box .info .name {
    font-family: "InterM";
    font-size: 0.26rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.cases .item .box .info .text {
    font-family: "InterL";
    font-size: 0.16rem;
    display: -webkit-box;
    height: .6rem;
    line-height: .2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #999999;
    margin: 0.4rem 0 0.7rem
}

.cases .item .box .info .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.16rem;
    font-family: "InterL";
    color: #777777
}
.cases .item .box .info .more a{
    font-weight: bold;
}
.cases .item .box .info .more a:hover{
    color: #082899;
}
.cases .item .box .info .more span {
    width: 0.54rem;
    height: 0.54rem;
    border: 1px solid #f0f0f1;
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(72, 83, 100, 0.07);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(72, 83, 100, 0.07);
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.cases .item .box .info .more span::before {
    content: "\e6e0"
}

.cases .item .box:hover .info .more span {
    background-color: #082899;
    border-color: #082899;
    color: #fff
}

.casenav {
    margin: 0.85rem 0 0 0
}

.casenav ul li {
    background-color: #fff;
    margin: 0 0 0.2rem
}

.casenav ul li h4 {
    padding: 0.23rem 0.6rem 0.23rem 0.32rem;
    position: relative;
    font-size: 0.2rem
}

.casenav ul li h4 a {
    color: #999999;
    font-family: "InterB";
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.casenav ul li h4 span {
    position: absolute;
    right: 0.32rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: bold;
    width: 50%;
    display: block;
    text-align: right
}

.casenav ul li h4 span::before {
    display: inline-block;
    content: "\e6e0"
}

.casenav ul li.cur h4 {
    background-color: #082899;
    color: #fff
}

.casenav ul li.cur h4 a {
    color: #fff
}

.casenav ul li.cur h4 span::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.casenav ul li.cur .casesubnav {
    display: block
}

.casesubnav {
    padding: 0.45rem 0.25rem 0.13rem;
    font-size: 0.16rem;
    display: none
}

.casesubnav a {
    display: block;
    padding: 0 0 0.17rem;
    margin: 0 0 0.2rem;
    position: relative
}

.casesubnav a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #082899;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.casesubnav a:hover,
.casesubnav a.cur {
    color: #082899
}

.casesubnav a:hover::after,
.casesubnav a.cur::after {
    width: 100%
}

.casedcont {
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 1rem
}

.casedcont .cdtitle {
    font-size: 0.24rem;
    font-family: "InterSB"
}

.casedcont .table {
    padding: 0.7rem 0
}

.casedcont .table table {
    width: 100%;
    border: 2px solid #000000;
    font-size: 0.18rem;
    font-family: "InterL"
}

.casedcont .table table tr {
    border-bottom: 1px solid #000000
}

.casedcont .table table tr:first-child {
    border-width: 2px;
    font-family: "InterSB"
}

.casedcont .table table tr:first-child td {
    padding: 0.06rem 0.15rem
}

.casedcont .table table tr:nth-child(odd) {
    background-color: #f3f3f3
}

.casedcont .table table tr td {
    border-right: 1px solid #000;
    text-align: center;
    padding: 0.2rem 0.15rem;
    width: 10%
}
.casedcont .table table tbody tr td{
    
    word-break: break-word !important;
}
.casedcont .table table tr td:nth-child(1) {
    width: 5%
}

.casedcont .table table tr td:nth-child(2) {
    text-align: left;
    width: 23%;
}

.casedcont .table table tr td:nth-child(4) {
    width: 17%
}

.casedcont .acbtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0.5rem;
    height: 0.96rem;
    max-width: 5rem;
    font-size: 0.24rem;
    font-family: "InterB";
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1)
}

.casedcont .acbtn span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.44rem;
    height: 0.44rem;
    background-color: #c02236;
    border-radius: 50%;
    color: #fff;
    margin: 0 0 0 0.26rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.casedcont .acbtn span::before {
    content: "\ee39"
}

.casedcont .acbtn:hover {
    background-color: #c02236;
    color: #fff
}

.casedcont .acbtn:hover span {
    background-color: #fff;
    color: #000
}

.npatents {
    padding-bottom: 1.1rem;
    overflow: hidden
}

.npatents .list {
    padding-top: 1.3rem
}

.npatents .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.46rem -0.49rem;
    padding: 0 0 1.1rem
}

.npatents .list ul li {
    width: 25%;
    padding: 0.46rem 0.49rem
}

.npatents .list ul li .img {
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 0.1rem
}

.npatents .list ul li .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.npatents .list ul li .img img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.npatents .list ul li .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/zlbg.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 2
}

.technology {
    background-color: #f6f7f9
}

.technology .index_title i {
    background-color: #f6f7f9
}

.technology .left {
    width: 28%
}

.technology .right {
    width: 66.7%;
    position: relative
}

.technology .hd .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.technology .hd .nums {
    padding: 0.7rem 0 0
}

.technology .hd .nums .num {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "AiDeep";
    font-size: 0.7rem;
    line-height: 0.8;
    color: #082899;
    position: relative;
    padding: 0 0.86rem 0 0;
    width: 2.4rem
}

.technology .hd .nums .num img {
    height: 0.27rem;
    position: absolute;
    top: 0;
    right: 0
}

.technology .hd .nums .text {
    color: #777777;
    font-size: 0.18rem;
    font-family: "albbRegular";
    padding: 0.15rem 0 0 0
}

.technology .hd .nums:nth-child(2) .num img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.technology .mySwiper {
    overflow: hidden;
    border-radius: 0.2rem
}

.technology .mySwiper ul li {
    overflow: hidden;
    border-radius: 0.2rem
}

.technology .mySwiper ul li:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.technology .mySwiper ul li img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.technology .mySwiper ul li::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    left: 0;
    bottom: 0
}

.technology .mySwiper ul li .text {
    position: absolute;
    z-index: 2;
    bottom: 1rem;
    padding: 0 2rem 0 0.62rem;
    font-size: 0.36rem;
    text-transform: uppercase;
    display: -webkit-box;
    height: .8rem;
    line-height: .4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #fff;
    font-family: "MonsterSB"
}

.technology .pages {
    position: absolute;
    bottom: 0.57rem;
    padding: 0 0.6rem;
    z-index: 2
}

.technology .pages span {
    opacity: 1;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 0.03rem;
    width: 6px;
    height: 6px;
    margin: 0 2px !important
}

.technology .pages span.swiper-pagination-bullet-active {
    width: 0.2rem
}

.technology .bd .title {
    font-size: 0.3rem;
    font-family: "InterB"
}

.technology .bd .desc {
    font-size: 0.2rem;
    line-height: 1.5
}

.technology .bd .item {
    padding-top: 1.53rem
}

.technology .bd .item .right {
    border-bottom: 1px solid #000;
    padding: 0 0 1.7rem
}

.technology .bd .item:last-child .right {
    border: 0;
    padding: 0
}

.technology .bd .item:last-child .desc {
    position: relative;
    background-color: #fff;
    margin: 0 0 0.3rem;
    padding: 0.5rem 1.7rem 0.5rem 0.4rem
}

.technology .bd .item:last-child .desc .num {
    color: #cbd9ee;
    font-family: "AiDeep";
    font-size: 0.48rem;
    position: absolute;
    top: 0.42rem;
    right: 0.35rem
}

.CoreEquipment {
    background-color: #fefefe;
    overflow: hidden
}

.CoreEquipment .index_title i {
    background-color: #fefefe
}

.CoreEquipment .list {
    padding: 1rem 0 0 0
}

.CoreEquipment .list .item {
    border-top: 1px solid #cccccc;
    padding: 1.03rem 0 1.15rem;
    overflow: hidden;
    overflow: visible
}

.CoreEquipment .list .item:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.CoreEquipment .list .item img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.CoreEquipment .list .item:last-child {
    padding-bottom: 0
}

.CoreEquipment .list .item .left {
    width: 39%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.CoreEquipment .list .item .right {
    width: 50%
}

.CoreEquipment .list .item .name {
    font-size: 0.26rem;
    font-family: "InterB";
    padding: 0 0 0.35rem
}

.CoreEquipment .list .item .desc {
    font-size: 0.18rem;
    color: #666666;
    line-height: 1.33
}

.CoreEquipment .list .item .bot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.CoreEquipment .list .item .bot .btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.25rem;
    height: 0.52rem;
    border: 1px solid #efefef;
    border-radius: 0.3rem;
    background-color: #fff;
    font-size: 0.16rem;
    color: #777777;
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.CoreEquipment .list .item .bot .btn:hover {
    background-color: #082899;
    border-color: #082899;
    color: #fff
}

.CoreEquipment .list .item .bot .btn span {
    margin: 0 0 0 0.34rem;
    font-size: 0.2rem
}

.CoreEquipment .list .item .bot .btn span::before {
    content: "\e6e0"
}

.CoreEquipment .list .item .bot .icon {
    width: 0.53rem;
    height: 0.53rem;
    margin: 0 0 0 0.36rem;
    background: url(../images/play2.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain
}

.CoreEquipment .list .item .img {
    width: 49.4%;
    border-radius: 0.1rem;
    position: relative;
    overflow: hidden
}

.CoreEquipment .list .item .img::before {
    content: "";
    display: block;
    padding-top: 75.72%
}

.CoreEquipment .list .item .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.CoreEquipment .list .item .img img {
    width: 100%
}

.CoreEquipment .list .item:hover .bot .btn {
    background-color: #082899;
    border-color: #082899;
    color: #fff
}

.CoreEquipment_detail {
    overflow: hidden;
    background-color: #f6f7f9
}

.CoreEquipment_detail .index_title i {
    background-color: #f6f7f9
}

.CoreEquipment_detail .ihd .left {
    width: 24%
}

.CoreEquipment_detail .ihd .right {
    width: 66.7%
}

.CoreEquipment_detail .hd .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.CoreEquipment_detail .hd .icon {
    font-size: 0.8rem;
    color: #082899;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0.76rem 0 0 0
}

.CoreEquipment_detail .hd .icon::before {
    content: "\e635"
}

.CoreEquipment_detail .hd .icon:hover {
    color: #c02236
}

.CoreEquipment_detail .hd .mySwiper {
    border-radius: 0.2rem 0 0 0.2rem;
    overflow: hidden;
    margin: 0 -0.48rem 0 0
}

.CoreEquipment_detail .hd .mySwiper ul li {
    overflow: hidden
}

.CoreEquipment_detail .hd .mySwiper ul li:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.CoreEquipment_detail .hd .mySwiper ul li img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.CoreEquipment_detail .hd .mySwiper ul li .img {
    border-radius: 0.2rem;
    overflow: hidden
}

.CoreEquipment_detail .hd .mySwiper ul li .img img {
    width: 100%
}

.CoreEquipment_detail .hd .swiper-pages {
    text-align: left
}

.CoreEquipment_detail .bd .title {
    font-size: 0.3rem;
    font-family: "InterB"
}

.CoreEquipment_detail .bd .desc {
    font-size: 0.2rem;
    line-height: 1.5
}

.CoreEquipment_detail .bd .item {
    padding-top: 1.53rem
}

.CoreEquipment_detail .bd .item .right {
    border-bottom: 1px solid #000;
    padding: 0 0 1.7rem
}

.CoreEquipment_detail .bd .item:last-child .right {
    border: 0;
    padding-bottom: 0
}

.CoreEquipment_detail .bd .item:last-child .desc {
    position: relative;
    background-color: #fff;
    margin: 0 0 0.3rem;
    padding: 0.5rem 1.7rem 0.5rem 0.4rem
}

.CoreEquipment_detail .bd .item:last-child .desc .num {
    color: #cbd9ee;
    font-family: "AiDeep";
    font-size: 0.48rem;
    position: absolute;
    top: 0.42rem;
    right: 0.35rem
}

.SNE_Team .list {
    padding: 1.4rem 0 0.7rem 0
}

.SNE_Team .list ul {
    margin: -5px
}

.SNE_Team .list ul li {
    float: left;
    width: 20%;
    padding: 5px
}

.SNE_Team .list ul li .box {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
    overflow: hidden
}

.SNE_Team .list ul li .box:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.SNE_Team .list ul li .box img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.SNE_Team .list ul li .box::after {
    content: "";
    display: block;
    width: 100%;
    height: 35%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.SNE_Team .list ul li .box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 40, 153, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2
}

.SNE_Team .list ul li .img {
    position: relative;
    overflow: hidden
}

.SNE_Team .list ul li .img::before {
    content: "";
    display: block;
    padding-top: 100.2%
}

.SNE_Team .list ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.SNE_Team .list ul li .info {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 2;
    padding: 0 0.4rem 0.3rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.SNE_Team .list ul li .name {
    font-family: "InterB";
    font-size: 0.18rem;
    line-height: 1.33;
    padding: 0 0.6rem 0 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.SNE_Team .list ul li .text {
    font-size: 0.16rem;
    padding: 0.3rem 0.4rem;
    line-height: 1.5;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    color: #fff
}

.SNE_Team .list ul li .icon {
    width: 0.62rem;
    height: 0.62rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0.17rem;
    bottom: 0.2rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.SNE_Team .list ul li .icon span {
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    background-color: #fff;
    color: #082899;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0.1rem;
    font-weight: bold
}

.SNE_Team .list ul li .icon span::before {
    content: "\e603"
}

.SNE_Team .list ul li:first-child {
    width: 40%
}

.SNE_Team .list ul li:first-child .info {
    padding: 0 0.5rem 0.4rem
}

.SNE_Team .list ul li:first-child .name {
    font-size: 0.24rem
}

.SNE_Team .list ul li:first-child .text {
    display: block;
    position: static;
    padding: 0.2rem 0 0 0
}

.SNE_Team .list ul li:first-child .icon {
    display: none
}

.SNE_Team .list ul li:not(:first-child):hover .box::before {
    opacity: 1;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0)
}

.SNE_Team .list ul li:not(:first-child):hover .box::after {
    opacity: 0
}

.SNE_Team .list ul li:not(:first-child):hover .info {
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    -o-transform: translateY(1rem);
    transform: translateY(1rem)
}

.SNE_Team .list ul li:not(:first-child):hover .text {
    -webkit-animation: fadeIniup 1s ease both;
    -o-animation: fadeIniup 1s ease both;
    animation: fadeIniup 1s ease both;
    display: block
}

.Business .left {
    width: 16.5%
}

.Business .right {
    width: 67%
}

.Business .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.08rem
}

.Business .list ul li {
    width: 33.333%;
    padding: 0.08rem
}

.Business .list ul li a {
    display: block;
    padding: 0.3rem 0.26rem 0.26rem;
    background-color: #eff3f9;
    border-radius: 0.1rem;
    overflow: hidden
}

.Business .list ul li a .img {
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 0.1rem
}

.Business .list ul li a .img::before {
    content: "";
    display: block;
    padding-top: 72.4%
}

.Business .list ul li a .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.Business .list ul li a .name {
    font-size: 0.2rem;
    font-family: "InterB";
    display: -webkit-box;
    height: .52rem;
    line-height: .26rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    position: relative;
    margin: 0.4rem 0 0 0;
    padding: 0 0.9rem 0 0;
    text-transform: uppercase
}

.Business .list ul li a .name span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: bold;
    color: #082899;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.12rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.Business .list ul li a .name span::before {
    content: "\e603"
}

.Business .list ul li a:hover .img img {
    width: 110%;
    height: 110%;
    max-width: 110%;
    max-height: 110%
}

.Business .list ul li a:hover .name span {
    background-color: #082899;
    color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.Business_detail .title {
    font-size: 0.3rem;
    font-family: "InterB";
    max-width: 3rem
}

.Business_detail .ihd .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.Business_detail .left {
    width: 23%
}

.Business_detail .right {
    width: 66.7%
}

.Business_detail .swiper-pages {
    text-align: left;
    padding: 0.67rem 0 0 0
}

.Business_detail .mySwiper {
    overflow: hidden
}

.Business_detail .mySwiper ul li .img {
    position: relative;
    overflow: hidden;
    border-radius: 0.2rem;
    overflow: hidden
}

.Business_detail .mySwiper ul li .img::before {
    content: "";
    display: block;
    padding-top: 143%
}

.Business_detail .mySwiper ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.Business_detail .mySwiper ul li .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.Business_detail .mySwiper ul li .img img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.Business_detail .mySwiper ul li .text {
    font-size: 0.2rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.4rem 0 0 0
}

.Business_detail .bd .item:last-child .right {
    border: none
}

.Business_detail .bd .desc {
    font-size: 0.2rem;
    line-height: 1.5
}

.Business_detail .bd .item {
    padding-top: 1.53rem
}

.Business_detail .bd .item .right {
    border-bottom: 1px solid #000;
    padding: 0 0 1.7rem
}

.Business_detail .bdlist ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.1rem
}

.Business_detail .bdlist ul li {
    width: 33.333%;
    padding: 0.1rem
}

.Business_detail .bdlist ul li .box {
    background-color: #f4f6f9;
    border-radius: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.46rem 0.46rem 0.4rem;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.Business_detail .bdlist ul li .num {
    font-family: "MonsterSB";
    font-size: 0.48rem;
    line-height: 1;
    color: #cbd9ee;
    text-align: right
}

.Business_detail .bdlist ul li .icon {
    padding: 1rem 0 0.35rem 0
}

.Business_detail .bdlist ul li .icon img {
    height: 0.69rem
}

.Business_detail .bdlist ul li .text {
    font-size: 0.2rem;
    line-height: 1.2
}

.Business_detail .bdlist ul li:hover .box {
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1)
}

.Business_detail .bdlist ul li:hover .box .icon img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.reaserch {
    padding-bottom: 0
}

.reaserch_A {
    padding-bottom: 2.1rem
}

.reaserch_A .left {
    width: 39%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.reaserch_A .right {
    width: 50%
}

.reaserch_A .comdesc {
    padding: 0.65rem 0 0 0
}

.reaserch_A .add {
    font-size: 0.24rem;
    font-family: "InterB";
    text-transform: uppercase;
    color: #082899;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.reaserch_A .add img {
    height: 0.37rem;
    margin: 0 0.3rem 0 0
}

.reaserch_A .img {
    position: relative;
    border-radius: 0.2rem;
    position: relative;
    overflow: hidden;
    overflow: hidden
}

.reaserch_A .img::before {
    content: "";
    display: block;
    padding-top: 59.6%
}

.reaserch_A .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.reaserch_A .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.reaserch_A .img img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.reaserch_A .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.reaserch_A .img img {
    width: 100%
}

.reaserch_A .img .text {
    color: #fff;
    font-size: 0.3rem;
    font-family: "InterB";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0.45rem 0.5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.reaserch_B {
    background-color: #f5f7f9;
    padding-top: 1.4rem;
    padding-bottom: 1.8rem
}

.reaserch_B .index_title i {
    background-color: #f5f7f9
}

.reaserch_B .left {
    width: 27.5%
}

.reaserch_B .right {
    width: 49%
}

.reaserch_B .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -0.1rem;
    padding: 1.85rem 0 0 0
}

.reaserch_B .list .box {
    position: relative;
    width: 100%
}

.reaserch_B .list .item {
    padding: 0.1rem;
    width: 32.2%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden
}

.reaserch_B .list .item:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.reaserch_B .list .item img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.reaserch_B .list .item.cur {
    width: 67.8%
}

.reaserch_B .list .item.cur .info .name {
    -webkit-animation: fadeIniup 1s ease both;
    -o-animation: fadeIniup 1s ease both;
    animation: fadeIniup 1s ease both
}

.reaserch_B .list .item.cur .info .text {
    display: block;
    -webkit-animation: fadeIniup 1s ease both;
    -o-animation: fadeIniup 1s ease both;
    animation: fadeIniup 1s ease both
}

.reaserch_B .list .img {
    width: 100%;
    height: 4.9rem;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden
}

.reaserch_B .list .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.reaserch_B .list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reaserch_B .list .info {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 0.44rem 0.55rem;
    color: #fff
}

.reaserch_B .list .info .name {
    font-size: 0.3rem;
    font-family: "InterB"
}

.reaserch_B .list .info .text {
    font-size: 0.18rem;
    line-height: 1.33;
    padding: 0.2rem 0 0 0;
    display: none;
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.about {
    padding-bottom: 0
}

.about_A {
    padding-bottom: 1.8rem
}

.about_A .index_title {
    max-width: 12.2rem
}

.about_A .texts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.7rem 0 0 0
}

.about_A .texts .cdesc {
    width: 50%;
    padding: 0 0.78rem 0 0
}

.about_A .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -0.1rem;
    padding: 1.85rem 0 0 0
}

.about_A .list .box {
    position: relative;
    width: 100%
}

.about_A .list .item {
    padding: 0.1rem;
    width: 24.7%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden
}

.about_A .list .item:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.about_A .list .item img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.about_A .list .item.cur,
.about_A .list .item:hover {
    width: 49.2%
}

.about_A .list .item.cur .img::before,
.about_A .list .item:hover .img::before {
    opacity: 0
}

.about_A .list .item.cur .info,
.about_A .list .item:hover .info {
    -webkit-animation: fadeIniup 1s ease both;
    -o-animation: fadeIniup 1s ease both;
    animation: fadeIniup 1s ease both
}

.about_A .list .item.cur .info .acombtn,
.about_A .list .item:hover .info .acombtn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.about_A .list .img {
    width: 100%;
    height: 5.6rem;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden
}

.about_A .list .img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.about_A .list .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 60%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.about_A .list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about_A .list .info {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.3rem 0.45rem;
    color: #fff;
    -webkit-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.about_A .list .info .name {
    font-size: 0.3rem;
    font-family: "InterB"
}

.about_A .list .info .text {
    font-size: 0.18rem;
    line-height: 1.33;
    padding: 0.4rem 0 0 0;
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    max-width: 5rem
}

.about_A .list .info .acombtn {
    background-color: #fff;
    color: #082899;
    border-color: #fff;
    position: absolute;
    bottom: 0.48rem;
    right: 0.48rem;
    display: none
}

.about_A .list .info .acombtn:hover {
    background-color: #082899;
    color: #fff;
    border-color: #082899
}

.about_B {
    background: url(../images/abbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.6rem;
    padding-bottom: 2.6rem
}

.about_B .index_title i {
    background-color: #eff2f5
}

.about_B .ihd {
    padding: 0 0 0 0.8rem
}

.about_B .left {
    width: 39.7%;
    padding: 0.1rem 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about_B .right {
    width: 52.3%
}

.about_B .img {
    border-radius: 0.2rem;
    position: relative;
    overflow: hidden;
    overflow: hidden
}

.about_B .img::before {
    content: "";
    display: block;
    padding-top: 64.13%
}

.about_B .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.about_B .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.about_B .img img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.about_B .toggletab {
    border-bottom: 1px solid #c6cddc
}

.about_B .toggletab .tab {
    font-size: 0.24rem;
    border-top: 1px solid #c6cddc;
    padding: 0.34rem 0;
    background-position: 100% center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto
}

.about_B .toggletab .tab.cur {
    font-size: 0.3rem;
    color: #082899;
    font-weight: bold;
    background-image: url(../images/zjt.png)
}

.about_C .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.11rem
}

.about_C .list .item {
    width: 25%;
    padding: 0.11rem
}

.about_C .list dl {
    border: 1px solid #cccccc;
    border-radius: 0.2rem;
    padding: 0.5rem 0.45rem 0.4rem 0.4rem;
    height: 100%
}

.about_C .list dl dt {
    text-align: right
}

.about_C .list dl dt img {
    height: 0.37rem
}

.about_C .list dl dd {
    padding: 2.2rem 0 0 0
}

.about_C .list dl dd .nums {
    font-size: 0.7rem;
    line-height: 0.7;
    color: #082899;
    font-family: "AiDeep"
}

.about_C .list dl dd .nums em {
    font-family: "InterB";
    font-size: 0.3rem;
    color: #000000
}

.about_C .list dl dd .text {
    font-size: 0.18rem;
    color: #777777;
    font-family: "albbRegular";
    padding: 0.13rem 0 0 0
}

.about_D {
    background: url(../images/adbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.1rem
}

.about_D .toggleitem {
    max-width: 12.2rem;
    margin: 0 auto
}

.about_D .togglecont {
    overflow: hidden;
    padding: 2rem 0 0.2rem
}

.about_D .item {
    position: relative;
    min-height: 3.7rem;
    text-align: right;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

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

.about_D .item .year {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 0px 3px 76.95px rgba(8, 40, 153, 0.05);
    color: #fff;
    opacity: 0.7;
    font-family: "MonsterSB";
    font-size: 5rem;
    line-height: 0.8;
    top: -0.8rem
}

.about_D .item .desc {
    position: relative;
    z-index: 4;
    max-width: 6rem;
    margin: 0 1.3rem
}

.about_D .item .name {
    font-family: "MonsterSB";
    font-size: 0.4rem;
    color: #082899;
    line-height: 1.05
}

.about_D .item .text {
    font-size: 0.18rem;
    color: #777777;
    line-height: 1.33;
    padding: 0.3rem 0 0 0
}

.about_D .item:first-child {
    text-align: left
}

.about_D .item:nth-child(3) .flex {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.about_D .bd {
    height: 210px;
    position: relative;
    z-index: 5
}

.about_D .toggletab {
    position: relative;
    z-index: 2;
    height: 100%
}

.about_D .tab {
    position: absolute;
    width: 0;
    height: 0
}

.about_D .tab::after {
    content: "";
    display: block;
    width: 2px;
    height: 0;
    background-color: #082899;
    position: absolute;
    left: 50%;
    bottom: 0.5rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.about_D .tab .dot {
    font-size: 0.18rem;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-family: "MonsterSB"
}

.about_D .tab .dot span {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about_D .tab .dot::after,
.about_D .tab .dot::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.about_D .tab .dot::before {
    width: 1rem;
    height: 1rem;
    border: 1px dashed #082899;
    margin: -0.5rem 0 0 -0.5rem
}

.about_D .tab .dot::after {
    width: 0.74rem;
    height: 0.74rem;
    margin: -0.37rem 0 0 -0.37rem;
    background-color: #082899
}

.about_D .tab:nth-child(1) {
    left: -webkit-calc((260/1920)*100%);
    left: calc((260/1920)*100%);
    top: -webkit-calc((126/210)*100%);
    top: calc((126/210)*100%)
}

.about_D .tab:nth-child(2) {
    left: -webkit-calc((1190/1920)*100%);
    left: calc((1190/1920)*100%);
    top: -webkit-calc((130/210)*100%);
    top: calc((130/210)*100%)
}

.about_D .tab:nth-child(3) {
    left: -webkit-calc((1730/1920)*100%);
    left: calc((1730/1920)*100%);
    top: -webkit-calc((100/210)*100%);
    top: calc((100/210)*100%)
}

.about_D .tab.cur .dot {
    font-size: 0.48rem
}

.about_D .tab.cur .dot::after {
    -webkit-transform: scale(2.3);
    -ms-transform: scale(2.3);
    -o-transform: scale(2.3);
    transform: scale(2.3)
}

.about_D .tab.cur .dot::before {
    -webkit-transform: scale(1.46);
    -ms-transform: scale(1.46);
    -o-transform: scale(1.46);
    transform: scale(1.46);
    border-color: #fff;
    z-index: 2
}

.about_D .tab.cur::after {
    height: 4.5rem
}

.about_D svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    position: absolute;
    left: -0.5rem;
    top: 0;
    pointer-events: none
}

.about_D .svg2 {
    left: -2rem
}

.about_D .path {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    -webkit-animation: draw 3s linear forwards;
    -o-animation: draw 3s linear forwards;
    animation: draw 3s linear forwards
}

@-webkit-keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@-o-keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

@keyframes draw {
    to {
        stroke-dashoffset: 0
    }
}

.about_D .dot {
    r: 6;
    fill: #082899
}

.about_D .dot2 {
    fill: #9dace0
}

.about_E {
    position: relative;
    overflow: hidden;
    padding-bottom: 1.7rem
}

.about_E .mySwiper {
    overflow: hidden;
    padding-right: 2rem;
    margin: 1.13rem 0 0 0
}

.about_E .mySwiper .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 5.9rem
}

.about_E .mySwiper .swiper-slide {
    width: 3.9rem !important;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.about_E .mySwiper .swiper-slide .img {
    border-radius: 0.2rem;
    overflow: hidden;
    height: 100%;
    position: relative
}

.about_E .mySwiper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about_E .mySwiper .swiper-slide .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.about_E .mySwiper .swiper-slide .info {
    position: absolute;
    color: #fff;
    z-index: 2;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0.5rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s
}

.about_E .mySwiper .swiper-slide .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #fff;
    color: #082899;
    font-weight: bold
}

.about_E .mySwiper .swiper-slide .icon::before {
    content: "\e603"
}

.about_E .mySwiper .swiper-slide .text {
    font-size: 0.24rem;
    line-height: 1.25;
    font-family: "MonsterSB";
    padding: 0.4rem 0 0 0
}

.about_E .mySwiper .swiper-slide.cur {
    width: 5.9rem !important
}

.about_E .mySwiper .swiper-slide.cur .info {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.about_E .bd {
    position: relative;
    background-color: #bfcad9;
    height: 4px;
    border-radius: 0.02rem;
    margin: 0.87rem 0 0 0
}

.about_E .swiper-scrollbar {
    background-color: transparent;
    max-width: 5rem;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.about_E .swiper-scrollbar-drag {
    background: #082899 url(../images/scrollbg.png) no-repeat center center;
    -webkit-background-size: auto auto;
    background-size: auto;
    height: 0.24rem;
    line-height: 0.24rem;
    border-radius: 0.12rem;
    margin-top: -0.12rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about_E .swiper-scrollbar-drag::after {
    content: "scroll";
    display: block;
    text-transform: uppercase;
    color: #fff
}

.about_F {
    background: url(../images/afbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 2.6rem;
    overflow: hidden
}

.about_F .left {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about_F .left .nums {
    font-family: "MonsterSB";
    font-size: 0.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #082899;
    padding: 0 0 0.35rem
}

.about_F .left .nums span {
    font-size: 1rem;
    margin: 0 0.15rem 0 0
}

.about_F .right {
    width: 67%
}

.about_F .swiper-pages {
    text-align: left
}

.about_F .mySwiper {
    overflow: hidden;
    padding: 0 0 0.95rem
}

.about_F .mySwiper ul li {
    background-color: #eff3f9;
    border-radius: 0.1rem;
    padding: 0.21rem
}

.about_F .mySwiper ul li .img {
    position: relative;
    overflow: hidden
}

.about_F .mySwiper ul li .img::before {
    content: "";
    display: block;
    padding-top: 141%
}

.about_F .mySwiper ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.about_F .mySwiper ul li:nth-child(even) {
    -webkit-transform: translateY(0.95rem);
    -ms-transform: translateY(0.95rem);
    -o-transform: translateY(0.95rem);
    transform: translateY(0.95rem)
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.about_G {
    background: url(../images/agbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    min-height: 10.2rem;
    padding-top: 1.9rem;
    position: relative
}

.about_G .index_title {
    position: relative;
    z-index: 6
}

.about_G .list {
    padding: 1.6rem 0 0 0;
    position: relative;
    z-index: 6
}

.about_G .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.11rem
}

.about_G .list ul li {
    padding: 0.11rem;
    width: 14.285%
}

.about_G .list ul li .img {
    background-color: #fff;
    border-radius: 0.06rem;
    -webkit-box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    box-shadow: 0px 4px 0.26rem 2.03px rgba(97, 106, 120, 0.1);
    padding: 0.3rem;
    overflow: hidden
}

.about_G .list ul li .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.about_G .list ul li .img img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.about_G .cirBg {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0.5rem;
    pointer-events: none;
    width: 9.6rem;
    height: 9.6rem;
    border-radius: 50%;
    border: 1px dashed #c3cce8
}

.about_G .cirBg img {
    -webkit-animation: rotate 10s linear infinite;
    -o-animation: rotate 10s linear infinite;
    animation: rotate 10s linear infinite
}

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

    50% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

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

@-o-keyframes jump {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }

    100% {
        -o-transform: scale(1);
        transform: scale(1)
    }
}

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

    50% {
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05)
    }

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

.TEPPC_System .ten {
    width: 0.7rem;
    height: 0.7rem;
    background-color: #082899;
    border-radius: 0.1rem;
    color: #fff;
    font-size: 0.55rem;
    font-family: "MonsterSB";
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0.54rem
}

.TEPPC_System_A {
    background: url(../images/tsabg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 2rem
}

.TEPPC_System_A .content {
    position: relative
}

.TEPPC_System_A .content .left {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 7.2rem
}

.TEPPC_System_A .comdesc {
    padding: 0.5rem 0 0 0
}

.TEPPC_System_A .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.16rem
}

.TEPPC_System_A .list .item {
    width: 25%;
    padding: 0.16rem
}

.TEPPC_System_A .list .item:last-child .cont {
    background-color: #082899;
    color: #fff
}

.TEPPC_System_A .list .item:last-child .cont .text {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.TEPPC_System_A .list .item:last-child .cont .icon {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.TEPPC_System_A .list .item:last-child .cont .icon img {
    -webkit-animation: jump 1.5s linear infinite;
    -o-animation: jump 1.5s linear infinite;
    animation: jump 1.5s linear infinite
}

.TEPPC_System_A .list .cont {
    border: 1px solid #e5e5e5;
    border-radius: 0.3rem;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    height: 100%
}

.TEPPC_System_A .list .cont::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(8, 40, 153, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0
}

.TEPPC_System_A .list .cont .img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    position: relative;
    z-index: 1
}

.TEPPC_System_A .list .cont .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.TEPPC_System_A .list .cont .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.8rem 0.55rem 0.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.TEPPC_System_A .list .cont .s {
    width: 100%;
    font-size: 0.8rem;
    line-height: 1;
    text-transform: uppercase;
    font-family: "MonsterSB";
    color: #082899
}

.TEPPC_System_A .list .cont .en {
    font-size: 0.24rem;
    line-height: 1.1;
    font-family: "InterSB";
    text-transform: uppercase;
    padding: 0.15rem 0 0 0
}

.TEPPC_System_A .list .cont:hover::after {
    opacity: 1
}

.TEPPC_System_A .list .cont:hover .img {
    opacity: 1
}

.TEPPC_System_A .list .cont:hover .text {
    text-align: center;
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.TEPPC_System_A .list .cont:hover .s,
.TEPPC_System_A .list .cont:hover .en {
    color: #fff
}

.TEPPC_System_B {
    padding-bottom: 2.2rem
}

.TEPPC_System_B .left {
    width: 19%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.TEPPC_System_B .right {
    width: 66.6%
}

.TEPPC_System_B .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: -0.13rem
}

.TEPPC_System_B .list .box {
    position: relative;
    width: 100%
}

.TEPPC_System_B .list .item {
    padding: 0.13rem;
    width: 24.2%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    overflow: hidden
}

.TEPPC_System_B .list .item:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.TEPPC_System_B .list .item img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.TEPPC_System_B .list .item.cur,
.TEPPC_System_B .list .item:hover {
    width: 51.6%
}

.TEPPC_System_B .list .item.cur .img::after,
.TEPPC_System_B .list .item:hover .img::after {
    height: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5))
}

.TEPPC_System_B .list .item.cur .info,
.TEPPC_System_B .list .item:hover .info {
    -webkit-animation: fadeIniup 1s ease both;
    -o-animation: fadeIniup 1s ease both;
    animation: fadeIniup 1s ease both
}

.TEPPC_System_B .list .item.cur .info .acombtn,
.TEPPC_System_B .list .item:hover .info .acombtn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.TEPPC_System_B .list .img {
    width: 100%;
    height: 6.6rem;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden
}

.TEPPC_System_B .list .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 80%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.TEPPC_System_B .list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.TEPPC_System_B .list .info {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.3rem 0.45rem;
    color: #fff;
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

.TEPPC_System_B .list .info .name {
    font-size: 0.3rem;
    font-family: "InterB"
}

.TEPPC_System_B .list .info .text {
    font-size: 0.18rem;
    line-height: 1.33;
    padding: 0.4rem 0 0 0;
    -webkit-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
    max-width: 5rem
}

.TEPPC_System_B .list .info .acombtn {
    background-color: #fff;
    color: #082899;
    border-color: #fff;
    position: absolute;
    bottom: 0.48rem;
    right: 0.48rem;
    display: none
}

.TEPPC_System_B .list .info .acombtn:hover {
    background-color: #082899;
    color: #fff;
    border-color: #082899
}

.TEPPC_System_C {
    background-color: #e4ecf4;
    padding-bottom: 0
}

.TEPPC_System_C .index_title i {
    background-color: #e4ecf4
}

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

.TEPPC_System_C .left {
    width: 22%
}

.TEPPC_System_C .right {
    width: 42%
}

.TEPPC_System_C .imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.07rem
}

.TEPPC_System_C .imgs p {
    width: 20%;
    padding: 0.07rem
}

.TEPPC_System_C .imgs p img {
    border-radius: 0.1rem
}

.TEPPC_System_C .bimg {
    border-radius: 0.5rem;
    overflow: hidden;
    margin: 1.24rem 0 0 0
}

.TEPPC_System_D {
    padding-bottom: 2.1rem
}

.TEPPC_System_D .left {
    width: 24.2%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.TEPPC_System_D .right {
    width: 66.5%
}

.TEPPC_System_D .toggletab {
    border-bottom: 1px solid #cccccc
}

.TEPPC_System_D .tab {
    font-size: 0.2rem;
    border-top: 1px solid #cccccc;
    padding: 0.4rem 0
}

.TEPPC_System_D .tab.cur {
    font-size: 0.3rem;
    color: #082899;
    font-family: "InterSB"
}

.TEPPC_System_D .item ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.TEPPC_System_D .item ul li {
    width: 50%;
    border: 1px solid #cccccc;
    position: relative;
    margin: -1px
}

.TEPPC_System_D .item ul li .img {
    position: relative;
    position: relative;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.TEPPC_System_D .item ul li .img::before {
    content: "";
    display: block;
    padding-top: 59%
}

.TEPPC_System_D .item ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.TEPPC_System_D .item ul li .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.TEPPC_System_D .item ul li .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6rem 0.5rem 0.45rem 0.5rem;
    font-size: 0.24rem
}

.TEPPC_System_D .item ul li .info .num {
    color: #082899;
    font-family: "MonsterSB"
}

.TEPPC_System_D .item ul li .info .text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "InterSB";
    padding: 0 0.5rem 0 0;
    position: relative
}

.TEPPC_System_D .item ul li .info .text span {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    font-weight: bold;
    color: #082899
}

.TEPPC_System_D .item ul li .info .text span::before {
    content: "\e603"
}

.TEPPC_System_D .item ul li:hover .img {
    opacity: 1
}

.TEPPC_System_D .item ul li:hover .info {
    color: #fff
}

.TEPPC_System_D .item ul li:hover .info .num {
    color: #fff
}

.TEPPC_System_D .item ul li:hover .info .text span {
    color: #fff
}

.TEPPC_System_E {
    background-color: #f4f6f9;
    padding-bottom: 2.2rem
}

.TEPPC_System_E .index_title i {
    background-color: #f4f6f9
}

.TEPPC_System_E .left {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.TEPPC_System_E .right {
    width: 67%
}

.TEPPC_System_E .mySwiper {
    height: 3rem;
    max-width: 3rem;
    overflow: hidden
}

.TEPPC_System_E .mySwiper ul li {
    font-size: 0.2rem;
    cursor: pointer
}

.TEPPC_System_E .mySwiper ul li .text {
    background-color: #fff;
    border-radius: 0.3rem;
    height: 0.6rem;
    border: 2px solid #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.4rem
}

.TEPPC_System_E .mySwiper ul li.swiper-slide-thumb-active .text {
    border-color: #082899;
    color: #082899
}

/*.TEPPC_System_E .mySwiper2 {*/
/*    overflow: hidden;*/
/*    border-radius: 0.2rem*/
/*}*/


.TEPPC_System_E .mySwiper2 ul{
    margin: -0.16rem;
}
.TEPPC_System_E .mySwiper2 ul li{
    width: 50%;
    padding: 0.16rem;
    position: relative;
}
.TEPPC_System_E .mySwiper2 ul li .img {
    position: relative;
    overflow: hidden;
}
.TEPPC_System_E .mySwiper2 ul li:hover .img img{
    transform: scale(1.2);
}

.TEPPC_System_E .mySwiper2 ul li .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.TEPPC_System_E .mySwiper2 ul li .img img {
    width: 100%;
}

.TEPPC_System_E .mySwiper2 ul li .text {
    font-size: 0.24rem;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0.5rem 0.6rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.TEPPC_System_E .mySwiper2 ul li.swiper-slide-active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.TEPPC_System_E .mySwiper2 ul li.swiper-slide-active .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.TEPPC_System_F .left {
    width: 25%
}

.TEPPC_System_F .right {
    width: 67%
}

.TEPPC_System_F .list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    margin: -0.2rem -0.16rem
}

.TEPPC_System_F .list ul li {
    width: 50%;
    padding: 0.2rem 0.16rem
}

.TEPPC_System_F .list ul li .box {
    position: relative
}

.TEPPC_System_F .list ul li .img {
    overflow: hidden;
    position: relative;
    overflow: hidden
}

.TEPPC_System_F .list ul li .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.TEPPC_System_F .list ul li .img img {
    -webkit-transition: -webkit-transform ease .7s;
    transition: -webkit-transform ease .7s;
    -o-transition: -o-transform ease .7s;
    transition: transform ease .7s;
    transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
}

.TEPPC_System_F .list ul li .img::before {
    content: "";
    display: block;
    padding-top: 52.4%
}

.TEPPC_System_F .list ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.TEPPC_System_F .list ul li .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 40%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    bottom: 0;
    left: 0
}

.TEPPC_System_F .list ul li .text {
    font-size: 0.24rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-family: "InterSB";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 0.24rem
}

.TEPPC_System_F .list ul li:last-child {
    position: absolute;
    right: 0;
    top: 0
}

.TEPPC_System_F .list ul li:last-child .img::before {
    padding-top: 111.7%
}

html {
    font-size: 100px
}

@media screen and (min-width: 1921px) and (max-width: 4000px) {
    html {
        font-size: 110px
    }

    .combox {
        margin-top: -0.1rem
    }
}

@media screen and (min-width: 1441px) and (max-width: 1919px) {
    html {
        font-size: 92px
    }
}

@media screen and (min-width: 1281px) and (max-width: 1440px) {
    html {
        font-size: 80px
    }
}

@media screen and (min-width: 981px) and (max-width: 1280px) {
    html {
        font-size: 70px
    }
}

@media screen and (max-width: 980px) {
    html {
        font-size: 100px
    }

    body {
        overflow-x: hidden
    }

    .commonweb {
        padding-left: -webkit-calc((100 / 1920)* 100%);
        padding-left: calc((100 / 1920)* 100%);
        padding-right: -webkit-calc((100 / 1920)* 100%);
        padding-right: calc((100 / 1920)* 100%)
    }

    .parallax {
        top: 0.5rem;
        position: static
    }

    .indexparallax {
        height: auto
    }

    .indexparallaxSection {
        margin-top: 0
    }

    .nyparallax {
        height: auto
    }

    .nyparallaxSection {
        margin-top: 0
    }

    .ani_in {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .swiper-btn .btn {
        width: 0.44rem;
        height: 0.44rem
    }

    .swiper-btn .btn::after {
        font-size: 0.12rem
    }

    .daybtn {
        font-size: 0.14rem;
        padding: 0 0.2rem;
        line-height: 0.45rem
    }

    .daybtn span {
        width: 0.24rem;
        height: 0.24rem;
        font-size: 0.12rem;
        margin: 0 0 0 0.1rem
    }

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

    .ihd .left {
        width: 100%
    }

    .ihd .right {
        width: 100%;
        padding: 0.3rem 0 0 0
    }

    .amore {
        width: 0.34rem;
        height: 0.34rem
    }

    .amore span {
        font-size: 0.12rem
    }

    .acombtn {
        font-size: 0.14rem;
        padding: 0 0.24rem;
        line-height: 0.45rem;
        border-radius: 0.28rem
    }

    .acombtn span {
        padding: 0 0.15rem 0 0
    }

    .comdesc {
        font-size: 0.14rem
    }

    .comcnums {
        padding: 0.5rem 0 0
    }

    .comcnums .item .icon {
        padding: 0 0 0.1rem
    }

    .comcnums .item .icon img {
        height: 0.2rem
    }

    .comcnums .item .nums {
        font-size: 0.14rem
    }

    .comcnums .item .nums span {
        font-size: 0.3rem;
        margin: 0 0.1rem 0 0
    }

    .comcnums .item .text {
        font-size: 0.14rem
    }

    .combox {
        border-radius: 0.2rem 0.2rem 0 0;
        margin-top: -0.5rem;
        padding-top: 0.5rem
    }

    .ctoptitle {
        font-size: 0.12rem
    }

    .index_title {
        font-size: 0.24rem
    }

    .index_about {
        padding-bottom: 1rem
    }

    .index_about .ihd {
        padding: 0.5rem 0
    }

    .index_about .btns {
        padding: 0.3rem 0 0 0
    }

    .index_about .btns a {
        margin: 0 0.1rem 0 0
    }

    .index_product {
        padding-bottom: 1rem
    }

    .index_product .ihd {
        padding: 0.5rem 0 0 0
    }

    .index_product .left {
        width: 100%
    }

    .index_product .right {
        width: 100%;
        border-radius: 0.2rem;
        margin: 0.4rem 0 0 0;
        padding: 0
    }

    .index_product .comdesc {
        margin: 0.3rem 0
    }

    .index_product dl {
        padding: 0.3rem
    }

    .index_product dl dt {
        font-size: 0.18rem
    }

    .index_product dl dt .icon img {
        height: 0.2rem
    }

    .index_product dl dd {
        padding: 0.2rem 0 0 0
    }

    .index_product dl dd .desc {
        font-size: 0.14rem
    }

    .index_product dl dd .list {
        margin: -0.05rem;
        padding: 0.3rem 0 0 0
    }

    .index_product dl dd .list .item {
        width: 50%;
        padding: 0.05rem
    }

    .index_product dl dd .list .cont {
        border-radius: 0.1rem
    }

    .index_product dl dd .list .cont .text {
        padding: 0.15rem
    }

    .index_product dl dd .list .cont .s {
        font-size: 0.2rem
    }

    .index_product dl dd .list .cont .en {
        font-size: 0.14rem;
        padding: 0.1rem 0 0 0
    }

    .index_choose {
        padding-bottom: 1rem
    }

    .index_choose .ihd {
        padding: 0.4rem 0 0 0
    }

    .index_choose .bd {
        margin: 0.5rem 0 0 0;
        padding: 0 0 0.8rem
    }

    .index_choose .mySwiper ul li {
        width: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .index_choose .mySwiper ul li a {
        border-radius: 0.1rem
    }

    .index_choose .mySwiper ul li .info {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        max-width: 100%;
        border-radius: 0.2rem;
        padding: 0.3rem 0 0 0
    }

    .index_choose .mySwiper ul li .info .p1 {
        font-size: 0.12rem
    }

    .index_choose .mySwiper ul li .info .p2 {
        font-size: 0.16rem;
        line-height: 0.24rem;
        height: 0.72rem;
        margin: 0.1rem 0
    }

    .index_choose .mySwiper ul li .info .text {
        font-size: 0.14rem;
        line-height: 0.2rem;
        height: 1.4rem;
        margin: 0 0 0.2rem
    }

    .index_choose .mySwiper ul li .info .icon img {
        height: 0.26rem
    }

    .index_choose .swiper-btn {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .index_buju .content {
        height: auto
    }

    .index_buju .index_title {
        padding: 0.3rem 0 0 0
    }

    .index_buju .box {
        height: auto;
        padding: 0 0 0.3rem
    }

    .index_buju .hd {
        width: 100%
    }

    .index_buju .bd {
        width: 100%
    }

    .index_buju .ibjmap {
        position: relative;
        height: auto;
        margin: 0.3rem 0
    }

    .index_buju .dotcont .dot .txt {
        font-size: 0.03rem;
        min-width: 0.2rem;
        margin-top: -0.06rem
    }

    .index_buju .dotcont .dot .icon {
        width: 0.05rem;
        height: 0.075rem
    }

    .index_buju .dotcont .dot span {
        width: 1rem;
        height: 1rem;
        margin: -0.5rem 0 0 -0.5rem
    }

    .index_buju .dotcont .dot:nth-child(15) .icon {
        width: 0.05rem;
        height: 0.075rem
    }

    .index_buju .dotcont .dot:nth-child(16) .icon {
        width: 0.05rem;
        height: 0.075rem
    }

    .index_buju .dotcont .dot:nth-child(17) .icon {
        width: 0.05rem;
        height: 0.075rem
    }

    .index_buju .mySwiper .swiper-wrapper .swiper-slide {
        padding: 0.1rem
    }

    .index_buju .mySwiper .swiper-wrapper .swiper-slide img {
        height: 0.3rem
    }

    .index_news {
        padding-bottom: 0.6rem
    }

    .index_news .ihd {
        padding: 0.3rem 0 0 0
    }

    .index_news .list {
        padding: 0.5rem 0 0 0
    }

    .index_news .list ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -0.05rem
    }

    .index_news .list ul li {
        width: 100%;
        padding: 0.05rem
    }

    .index_news .list ul li a {
        padding: 0.2rem
    }

    .index_news .list ul li .text {
        font-size: 0.14rem;
        line-height: 0.2rem;
        height: 0.6rem;
        margin: 0.1rem 0
    }

    .index_news .list ul li .date {
        font-size: 0.12rem
    }

    .index_news .list ul li .date span {
        width: 0.3rem;
        height: 0.3rem;
        font-size: 0.1rem
    }

    .index_form {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .index_form .title {
        font-size: 0.24rem
    }

    .index_form .left {
        width: 100%;
        padding: 0
    }

    .index_form .right {
        width: 100%;
        padding: 0.3rem 0 0 0
    }

    .index_form .cform ul {
        margin: -0.1rem
    }

    .index_form .cform ul li {
        width: 100%;
        padding: 0.1rem
    }

    .index_form .cform ul li input,
    .index_form .cform ul li textarea {
        height: 0.45rem;
        font-size: 0.14rem;
        padding: 0.1rem 0.2rem
    }

    .index_form .cform ul li textarea {
        height: 1rem
    }

    .cdesc {
        font-size: 0.14rem
    }

    .ccrumbs {
        font-size: 0.12rem;
        padding: 0.2rem 0 0 0
    }

    .ccrumbs a {
        padding: 0 0.13rem 0 0.15rem
    }

    .nybox {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .contact_A {
        padding: 0.3rem;
        margin: 0.5rem 0 0 0
    }

    .contact_A .left {
        width: 100%
    }

    .contact_A .right {
        width: 100%
    }

    .contact_A dl {
        font-size: 0.12rem;
        padding: 0.2rem 0
    }

    .contact_A dl:last-child dd {
        font-size: 0.18rem
    }

    .contact_B {
        margin: 0.5rem 0 0 0;
        padding: 0.6rem 0.2rem
    }

    .contact_B .form {
        margin: 0
    }

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

    .news .cfilter a {
        padding: 0 0.15rem;
        line-height: 0.4rem;
        font-size: 0.14rem;
        margin: 0 0.1rem 0 0
    }

    .news .list {
        padding: 0.4rem 0 0 0
    }

    .news .list ul {
        padding: 0 0 0.6rem
    }

    .news .list ul li {
        padding: 0.3rem 0
    }

    .news .list ul li .date {
        width: 100%;
        padding: 0 0 0.3rem
    }

    .news .list ul li .date .p1 {
        font-size: 0.16rem
    }

    .news .list ul li .date .p1::after {
        width: 0.1rem
    }

    .news .list ul li .date .p2 {
        font-size: 0.22rem
    }

    .news .list ul li .mid {
        width: 100%
    }

    .news .list ul li .info {
        width: 100%;
        padding: 0.3rem 0 0
    }

    .news .list ul li .info .title {
        font-size: 0.15rem;
        line-height: 0.24rem;
        height: 0.72rem
    }

    .news .list ul li .info .text {
        font-size: 0.14rem;
        line-height: 0.2rem;
        height: 0.8rem;
        margin: 0.2rem 0 0 0
    }

    .news .list ul li .info .more {
        font-size: 0.14rem;
        padding: 0.2rem 0 0 0;
        margin: 0.3rem 0 0 0
    }

    .news .list ul li:hover .img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1)
    }

    .news_detail .left {
        width: 100%;
        padding: 0 0 0.3rem
    }

    .news_detail .left .pages {
        font-size: 0.14rem;
        padding: 0.3rem 0
    }

    .news_detail .left .pages a {
        padding: 0 0 0.2rem
    }

    .news_detail .left .pages p {
        line-height: 0.2rem;
        height: 0.4rem;
        margin: 0.1rem 0 0 0
    }

    .news_detail .left .nbtn {
        font-size: 0.14rem;
        line-height: 0.4rem;
        width: 1.4rem
    }

    .news_detail .right {
        width: 100%;
        padding: 0.3rem
    }

    .news_detail .right .title {
        font-size: 0.2rem
    }

    .news_detail .right .date {
        font-size: 0.12rem;
        padding: 0.3rem 0 0 0
    }

    .news_detail .right .content {
        font-size: 0.14rem;
        line-height: 1.66;
        padding: 0.4rem 0 0 0
    }

    .swiper-pages span {
        width: 0.18rem;
        height: 0.05rem
    }

    .swiper-pages span.swiper-pagination-bullet-active {
        width: 0.26rem
    }

    .careers {
        padding-bottom: 0
    }

    .careers_A {
        padding-bottom: 1rem
    }

    .careers_A .bd {
        padding: 0 0.2rem
    }

    .careers_A .mySwiper {
        margin: 0.4rem 0
    }

    .careers_A .mySwiper ul li {
        width: 100% !important;
    }

    .careers_A .mySwiper ul li a {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        border-radius: 0.1rem
    }

    .careers_A .mySwiper ul li a::after {
        width: 0.6rem;
        height: 0.6rem;
        -webkit-background-size: 0.26rem 0.26rem;
        background-size: 0.26rem
    }

    .careers_A .mySwiper ul li .text {
        font-size: 0.16rem;
        padding: 0.2rem
    }

    .careers_B {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .careers_B .list {
        padding: 0.5rem 0 0 0
    }

    .careers_B .list ul {
        margin: -0.1rem;
        padding: 0 0 0.6rem
    }

    .careers_B .list ul li {
        width: 100%;
        padding: 0.1rem
    }

    .careers_B .list ul li .box {
        padding: 0.3rem
    }

    .careers_B .list ul li .box .title {
        font-size: 0.16rem;
        line-height: 0.2rem;
        height: auto;
        max-height: 0.4rem
    }

    .careers_B .list ul li .box .date {
        margin: 0.2rem 0 0 0;
        padding: 0.2rem 0
    }

    .careers_B .list ul li .box .desc {
        font-size: 0.12rem;
        line-height: 0.2rem;
        height: 1.2rem
    }

    .careers_B .list ul li .box .btns {
        font-size: 0.12rem
    }

    .careers_B .list ul li .box .btns a {
        line-height: 0.45rem
    }

    .viewjob .title {
        font-size: 0.18rem
    }

    .viewjob .md {
        padding: 0.2rem 0;
        margin: 0.2rem 0
    }

    .viewjob .md dl {
        width: 50%;
        font-size: 0.11rem;
        padding: 0 0 0.05rem
    }

    .viewjob .jobms {
        font-size: 0.16rem
    }

    .viewjob .desc {
        font-size: 0.13rem;
        max-height: 1.4rem;
        margin: 0.2rem 0 0.3rem;
        padding: 0 0.2rem 0 0
    }

    .viewjob .text {
        font-size: 0.14rem
    }

    .applyjob .content {
        font-size: 0.14rem
    }

    .applyjob .pclose {
        right: 0.1rem;
        top: 0.1rem
    }

    .careers_detail .md {
        position: relative;
        margin: 0.4rem 0 0 0
    }

    .careers_detail .mySwiper2 {
        margin: 0.2rem 0 0 0
    }

    .careers_detail .mySwiper2 .swiper-slide {
        padding: 0.05rem
    }

    .careers_detail .swiper-btn {
        left: -0.2rem;
        right: -0.2rem
    }

    .careers_detail .content {
        font-size: 0.14rem;
        padding: 0.3rem 0 0.6rem
    }

    .careers_detail .pages a {
        width: 100%;
        font-size: 0.14rem;
        padding: 0 0 0.1rem
    }

    .cases .left {
        width: 100%
    }

    .cases .right {
        width: 100%
    }

    .cases .item .box {
        padding: 0.2rem;
        margin: 0 0 0.2rem
    }

    .cases .item .box .img {
        width: 100%
    }

    .cases .item .box .info {
        width: 100%;
        padding: 0.3rem 0 0 0
    }

    .cases .item .box .info .name {
        font-size: 0.16rem
    }

    .cases .item .box .info .text {
        font-size: 0.14rem;
        line-height: 0.18rem;
        height: 0.54rem;
        margin: 0.2rem 0
    }

    .cases .item .box .info .more {
        font-size: 0.14rem
    }

    .cases .item .box .info .more span {
        width: 0.4rem;
        height: 0.4rem
    }

    .casenav {
        margin: 0.4rem 0 0 0
    }

    .casenav ul li {
        margin: 0 0 0.1rem
    }

    .casenav ul li h4 {
        padding: 0.12rem 0.2rem;
        font-size: 0.14rem
    }

    .casesubnav {
        padding: 0.1rem 0.2rem;
        font-size: 0.12rem
    }

    .casesubnav a {
        padding: 0.1rem 0;
        margin: 0
    }

    .casesubnav a::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background-color: #082899;
        position: absolute;
        left: 0;
        bottom: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }

    .casesubnav a:hover,
    .casesubnav a.cur {
        color: #082899
    }

    .casesubnav a:hover::after,
    .casesubnav a.cur::after {
        width: 100%
    }

    .casedcont {
        padding: 0.3rem 0.2rem
    }

    .casedcont .cdtitle {
        font-size: 0.18rem
    }

    .casedcont .table {
        padding: 0.4rem 0;
        overflow-x: auto
    }

    .casedcont .table table {
        font-size: 0.14rem;
        width: 200%
    }

    .casedcont .table table tr td {
        padding: 0.1rem
    }

    .casedcont .acbtn {
        height: 0.5rem;
        max-width: 2.8rem;
        font-size: 0.14rem
    }

    .casedcont .acbtn span {
        width: 0.3rem;
        height: 0.3rem;
        margin: 0 0 0 0.15rem
    }

    .casedcont .acbtn:hover {
        background-color: #c02236;
        color: #fff
    }

    .casedcont .acbtn:hover span {
        background-color: #fff;
        color: #000
    }

    .npatents {
        padding-bottom: 0.6rem
    }

    .npatents .list {
        padding-top: 0.5rem
    }

    .npatents .list ul {
        margin: -0.05rem;
        padding: 0 0 0.5rem
    }

    .npatents .list ul li {
        width: 50%;
        padding: 0.05rem
    }

    .npatents .list ul li .img {
        text-align: center;
        overflow: hidden;
        position: relative;
        padding: 0.1rem
    }

    .npatents .list ul li .img:hover img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15)
    }

    .npatents .list ul li .img img {
        -webkit-transition: -webkit-transform ease .7s;
        transition: -webkit-transform ease .7s;
        -o-transition: -o-transform ease .7s;
        transition: transform ease .7s;
        transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
    }

    .npatents .list ul li .img::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../images/zlbg.png) no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain;
        z-index: 2
    }

    .technology .left {
        width: 100%
    }

    .technology .right {
        width: 100%
    }

    .technology .hd .nums {
        padding: 0.5rem 0 0
    }

    .technology .hd .nums .num {
        font-size: 0.3rem;
        padding: 0 0.4rem 0 0;
        width: 1.5rem
    }

    .technology .hd .nums .num img {
        height: 0.2rem
    }

    .technology .hd .nums .text {
        font-size: 0.16rem;
        padding: 0.1rem 0 0 0
    }

    .technology .mySwiper {
        border-radius: 0.1rem
    }

    .technology .mySwiper ul li {
        border-radius: 0.1rem
    }

    .technology .mySwiper ul li .text {
        position: absolute;
        z-index: 2;
        bottom: 0.3rem;
        padding: 0 0.3rem;
        font-size: 0.16rem;
        line-height: 0.2rem;
        height: 0.4rem
    }

    .technology .pages {
        padding: 0 0.2rem;
        position: static;
        text-align: center;
        margin: 0.2rem 0 0
    }

    .technology .pages span {
        background-color: #e3e3e3
    }

    .technology .pages span.swiper-pagination-bullet-active {
        background-color: #082899
    }

    .technology .bd .title {
        font-size: 0.2rem;
        padding: 0 0 0.2rem
    }

    .technology .bd .desc {
        font-size: 0.14rem
    }

    .technology .bd .item {
        padding-top: 0.4rem
    }

    .technology .bd .item .right {
        padding: 0 0 0.4rem
    }

    .technology .bd .item:last-child .desc {
        margin: 0 0 0.3rem;
        padding: 0.3rem
    }

    .technology .bd .item:last-child .desc .num {
        font-size: 0.3rem;
        position: static;
        padding: 0 0 0.2rem
    }

    .CoreEquipment .list {
        padding: 0.4rem 0 0 0
    }

    .CoreEquipment .list .item {
        padding: 0.3rem 0
    }

    .CoreEquipment .list .item .left {
        width: 100%
    }

    .CoreEquipment .list .item .right {
        width: 100%
    }

    .CoreEquipment .list .item .name {
        font-size: 0.18rem;
        padding: 0 0 0.2rem
    }

    .CoreEquipment .list .item .desc {
        font-size: 0.14rem
    }

    .CoreEquipment .list .item .bot {
        padding: 0.3rem 0 0 0
    }

    .CoreEquipment .list .item .bot .btn {
        padding: 0 0.15rem;
        height: 0.42rem
    }

    .CoreEquipment .list .item .bot .btn span {
        margin: 0 0 0 0.16rem;
        font-size: 0.18rem
    }

    .CoreEquipment .list .item .bot .icon {
        width: 0.4rem;
        height: 0.42rem;
        margin: 0 0 0 0.2rem
    }

    .CoreEquipment .list .item .img {
        width: 49.4%;
        border-radius: 0.1rem;
        overflow: hidden
    }

    .CoreEquipment .list .item:hover .bot .btn {
        background-color: #082899;
        border-color: #082899;
        color: #fff
    }

    .CoreEquipment_detail .ihd .left {
        width: 100%
    }

    .CoreEquipment_detail .ihd .right {
        width: 100%
    }

    .CoreEquipment_detail .hd .icon {
        font-size: 0.5rem;
        margin: 0.3rem 0
    }

    .CoreEquipment_detail .hd .mySwiper {
        border-radius: 0.2rem 0 0 0.2rem;
        overflow: hidden;
        margin: 0 -0.48rem 0 0
    }

    .CoreEquipment_detail .hd .mySwiper ul li {
        overflow: hidden
    }

    .CoreEquipment_detail .hd .mySwiper ul li:hover img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15)
    }

    .CoreEquipment_detail .hd .mySwiper ul li img {
        -webkit-transition: -webkit-transform ease .7s;
        transition: -webkit-transform ease .7s;
        -o-transition: -o-transform ease .7s;
        transition: transform ease .7s;
        transition: transform ease .7s, -webkit-transform ease .7s, -o-transform ease .7s
    }

    .CoreEquipment_detail .hd .mySwiper ul li .img {
        border-radius: 0.2rem;
        overflow: hidden
    }

    .CoreEquipment_detail .hd .mySwiper ul li .img img {
        width: 100%
    }

    .CoreEquipment_detail .hd .swiper-pages {
        text-align: left
    }

    .CoreEquipment_detail .bd .title {
        font-size: 0.2rem;
        padding: 0 0 0.2rem
    }

    .CoreEquipment_detail .bd .desc {
        font-size: 0.14rem
    }

    .CoreEquipment_detail .bd .item {
        padding-top: 0.4rem
    }

    .CoreEquipment_detail .bd .item .right {
        padding: 0 0 0.4rem
    }

    .CoreEquipment_detail .bd .item:last-child .desc {
        margin: 0 0 0.3rem;
        padding: 0.3rem
    }

    .CoreEquipment_detail .bd .item:last-child .desc .num {
        font-size: 0.3rem;
        position: static;
        padding: 0 0 0.2rem
    }

    .SNE_Team .list {
        padding: 0.4rem 0
    }

    .SNE_Team .list ul {
        margin: -5px
    }

    .SNE_Team .list ul li {
        width: 50%
    }

    .SNE_Team .list ul li .box {
        border-radius: 0.2rem
    }

    .SNE_Team .list ul li .box::after {
        height: 50%
    }

    .SNE_Team .list ul li .info {
        padding: 0.2rem
    }

    .SNE_Team .list ul li .name {
        font-size: 0.14rem;
        padding: 0 0.1rem 0 0
    }

    .SNE_Team .list ul li .text {
        font-size: 0.1rem;
        padding: 0.2rem
    }

    .SNE_Team .list ul li .icon {
        width: 0.4rem;
        height: 0.4rem;
        right: 0.1rem;
        bottom: 0.1rem
    }

    .SNE_Team .list ul li .icon span {
        width: 0.2rem;
        height: 0.2rem;
        font-size: 0.1rem
    }

    .SNE_Team .list ul li:first-child {
        width: 100%
    }

    .SNE_Team .list ul li:first-child .info {
        padding: 0.2rem
    }

    .SNE_Team .list ul li:first-child .name {
        font-size: 0.14rem
    }

    .SNE_Team .list ul li:first-child .text {
        padding: 0.2rem 0 0 0
    }

    .Business .left {
        width: 100%
    }

    .Business .right {
        width: 100%
    }

    .Business .list ul {
        margin: -5px
    }

    .Business .list ul li {
        width: 50%;
        padding: 5px
    }

    .Business .list ul li a {
        display: block;
        padding: 0.15rem
    }

    .Business .list ul li a .name {
        font-size: 0.12rem;
        line-height: 0.2rem;
        height: 0.4rem;
        margin: 0.2rem 0 0 0;
        padding: 0 0.4rem 0 0
    }

    .Business .list ul li a .name span {
        width: 0.3rem;
        height: 0.3rem;
        font-size: 0.1rem
    }

    .Business .list ul li a:hover .img img {
        width: 110%;
        height: 110%;
        max-width: 110%;
        max-height: 110%
    }

    .Business .list ul li a:hover .name span {
        background-color: #082899;
        color: #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .Business_detail .title {
        font-size: 0.2rem;
        padding: 0 0 0.2rem
    }

    .Business_detail .left {
        width: 100%
    }

    .Business_detail .right {
        width: 100%
    }

    .Business_detail .swiper-pages {
        padding: 0.3rem 0 0 0
    }

    .Business_detail .mySwiper ul li .img {
        border-radius: 0.1rem
    }

    .Business_detail .mySwiper ul li .text {
        font-size: 0.14rem;
        padding: 0.15rem 0 0 0
    }

    .Business_detail .bd .desc {
        font-size: 0.14rem
    }

    .Business_detail .bd .item {
        padding-top: 0.4rem
    }

    .Business_detail .bd .item .right {
        padding: 0 0 0.4rem
    }

    .Business_detail .bdlist ul {
        margin: -0.05rem
    }

    .Business_detail .bdlist ul li {
        width: 50%;
        padding: 0.05rem
    }

    .Business_detail .bdlist ul li .box {
        border-radius: 0.2rem;
        padding: 0.2rem
    }

    .Business_detail .bdlist ul li .num {
        font-size: 0.3rem
    }

    .Business_detail .bdlist ul li .icon {
        padding: 0.4rem 0 0.2rem 0
    }

    .Business_detail .bdlist ul li .icon img {
        height: 0.4rem
    }

    .Business_detail .bdlist ul li .text {
        font-size: 0.14rem
    }

    .reaserch {
        padding-bottom: 0
    }

    .reaserch_A {
        padding-bottom: 0.6rem
    }

    .reaserch_A .left {
        width: 100%
    }

    .reaserch_A .right {
        width: 100%
    }

    .reaserch_A .comdesc {
        padding: 0.3rem 0
    }

    .reaserch_A .add {
        font-size: 0.18rem
    }

    .reaserch_A .add img {
        height: 0.2rem;
        margin: 0 0.1rem 0 0
    }

    .reaserch_A .img {
        border-radius: 0.1rem
    }

    .reaserch_A .img .text {
        font-size: 0.16rem;
        padding: 0.2rem
    }

    .reaserch_B {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .reaserch_B .left {
        width: 100%
    }

    .reaserch_B .right {
        width: 100%
    }

    .reaserch_B .list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -0.05rem;
        padding: 0.4rem 0 0 0
    }

    .reaserch_B .list .item {
        padding: 0.05rem;
        width: 100%
    }

    .reaserch_B .list .item.cur {
        width: 100%
    }

    .reaserch_B .list .img {
        height: 2rem;
        border-radius: 0.1rem;
        overflow: hidden
    }

    .reaserch_B .list .img::after {
        height: 100%
    }

    .reaserch_B .list .info {
        padding: 0.2rem
    }

    .reaserch_B .list .info .name {
        font-size: 0.16rem;
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .reaserch_B .list .info .text {
        font-size: 0.14rem;
        padding: 0.1rem 0 0 0;
        display: block;
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .about {
        padding-bottom: 0
    }

    .about_A {
        padding-bottom: 1.5rem
    }

    .about_A .texts {
        padding: 0.4rem 0 0 0
    }

    .about_A .texts .cdesc {
        width: 100%;
        padding: 0 0 0.2rem
    }

    .about_A .list {
        margin: -0.05rem;
        padding: 0.5rem 0 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .about_A .list .item {
        padding: 0.05rem;
        width: 100%
    }

    .about_A .list .item .img::before {
        opacity: 1
    }

    .about_A .list .item .info {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .about_A .list .item .info .acombtn {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .about_A .list .item.cur,
    .about_A .list .item:hover {
        width: 100%
    }

    .about_A .list .item.cur .img::before,
    .about_A .list .item:hover .img::before {
        opacity: 1
    }

    .about_A .list .item.cur .info,
    .about_A .list .item:hover .info {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .about_A .list .img {
        height: 3rem;
        border-radius: 0.1rem
    }

    .about_A .list .info {
        padding: 0.2rem
    }

    .about_A .list .info .name {
        font-size: 0.16rem
    }

    .about_A .list .info .text {
        font-size: 0.12rem;
        padding: 0.2rem 0 0 0
    }

    .about_A .list .info .acombtn {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        position: static;
        margin: 0.2rem 0 0 0
    }

    .about_B {
        padding-top: 0.6rem;
        padding-bottom: 1.5rem
    }

    .about_B .index_title i {
        background-color: #eff2f5
    }

    .about_B .ihd {
        padding: 0
    }

    .about_B .left {
        width: 100%;
        padding: 0 0 0.5rem
    }

    .about_B .right {
        width: 100%;
        padding: 0
    }

    .about_B .img {
        border-radius: 0.1rem
    }

    .about_B .toggletab {
        padding: 0.3rem 0 0 0
    }

    .about_B .toggletab .tab {
        font-size: 0.14rem;
        padding: 0.2rem 0
    }

    .about_B .toggletab .tab.cur {
        font-size: 0.16rem
    }

    .about_C .list {
        margin: -0.05rem
    }

    .about_C .list .item {
        width: 50%;
        padding: 0.05rem
    }

    .about_C .list dl {
        border-radius: 0.1rem;
        padding: 0.2rem
    }

    .about_C .list dl dt img {
        height: 0.26rem
    }

    .about_C .list dl dd {
        padding: 0.6rem 0 0 0
    }

    .about_C .list dl dd .nums {
        font-size: 0.26rem
    }

    .about_C .list dl dd .nums em {
        font-size: 0.14rem
    }

    .about_C .list dl dd .text {
        font-size: 0.14rem;
        padding: 0.1rem 0 0 0
    }

    .about_D {
        padding-top: 0.6rem
    }

    .about_D .togglecont {
        padding: 0.5rem 0 0.5rem
    }

    .about_D .item {
        min-height: 2.6rem;
        padding: 0 0 0.3rem
    }

    .about_D .item:nth-child(2) {
        text-align: center
    }

    .about_D .item .year {
        display: none
    }

    .about_D .item .desc {
        margin: 0 0.2rem
    }

    .about_D .item .name {
        font-size: 0.17rem
    }

    .about_D .item .text {
        font-size: 0.14rem;
        padding: 0.2rem 0 0 0
    }

    .about_D .bd {
        height: 0.8rem;
        padding: 0 0.3rem;
        z-index: 5;
        background: url(../images/adlingbg.png) no-repeat center center;
        -webkit-background-size: contain;
        background-size: contain
    }

    .about_D .toggletab {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .about_D .tab {
        position: static;
        width: auto;
        height: auto
    }

    .about_D .tab::after {
        display: none
    }

    .about_D .tab .dot {
        font-size: 0.14rem;
        width: 0.6rem;
        height: 0.6rem
    }

    .about_D .tab .dot::before {
        width: 0.56rem;
        height: 0.56rem;
        margin: -0.28rem 0 0 -0.28rem
    }

    .about_D .tab .dot::after {
        width: 0.46rem;
        height: 0.46rem;
        margin: -0.23rem 0 0 -0.23rem
    }

    .about_D .tab.cur .dot {
        font-size: 0.22rem
    }

    .about_D .tab.cur .dot::after {
        -webkit-transform: scale(1.8);
        -ms-transform: scale(1.8);
        -o-transform: scale(1.8);
        transform: scale(1.8)
    }

    .about_D .tab.cur .dot::before {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3)
    }

    .about_D svg {
        display: none
    }

    .about_E {
        padding-bottom: 1.5rem
    }

    .about_E .mySwiper {
        padding-right: 0;
        margin: 0.4rem 0 0 0
    }

    .about_E .mySwiper .swiper-wrapper {
        height: 3rem
    }

    .about_E .mySwiper .swiper-slide {
        width: 3rem !important
    }

    .about_E .mySwiper .swiper-slide .info {
        padding: 0.2rem;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        opacity: 1
    }

    .about_E .mySwiper .swiper-slide .icon {
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.12rem
    }

    .about_E .mySwiper .swiper-slide .text {
        font-size: 0.14rem;
        padding: 0.2rem 0 0 0
    }

    .about_E .mySwiper .swiper-slide.cur {
        width: 3rem !important
    }

    .about_E .mySwiper .swiper-slide.cur .info {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .about_F {
        padding-bottom: 1.5rem;
        position: relative
    }

    .about_F .left {
        width: 100%
    }

    .about_F .left .nums {
        font-size: 0.3rem;
        padding: 0 0 0.2rem
    }

    .about_F .left .nums span {
        font-size: 0.5rem;
        margin: 0 0.15rem 0 0
    }

    .about_F .right {
        width: 100%
    }

    .about_F .swiper-pages {
        text-align: left;
        position: absolute;
        left: 0.2rem;
        bottom: 1rem
    }

    .about_F .mySwiper {
        padding: 0
    }

    .about_F .mySwiper ul li {
        padding: 0.16rem
    }

    .about_F .mySwiper ul li:nth-child(even) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .about_G {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        min-height: auto
    }

    .about_G .list {
        padding: 0.5rem 0 0 0
    }

    .about_G .list ul {
        margin: -0.05rem
    }

    .about_G .list ul li {
        padding: 0.05rem;
        width: 33.33%
    }

    .about_G .list ul li .img {
        padding: 0.1rem
    }

    .about_G .cirBg {
        display: none
    }

    .TEPPC_System .ten {
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.2rem;
        margin: 0 0 0.2rem
    }

    .TEPPC_System_A {
        padding-bottom: 1.5rem
    }

    .TEPPC_System_A .content .left {
        position: static
    }

    .TEPPC_System_A .comdesc {
        padding: 0.3rem 0 0 0
    }

    .TEPPC_System_A .list {
        margin: -0.05rem;
        padding: 0.3rem 0 0 0
    }

    .TEPPC_System_A .list .item {
        width: 50%;
        padding: 0.05rem
    }

    .TEPPC_System_A .list .cont {
        border-radius: 0.1rem
    }

    .TEPPC_System_A .list .cont .text {
        padding: 0.15rem
    }

    .TEPPC_System_A .list .cont .s {
        font-size: 0.2rem
    }

    .TEPPC_System_A .list .cont .en {
        font-size: 0.14rem;
        padding: 0.1rem 0 0 0
    }

    .TEPPC_System_B {
        padding-bottom: 1.5rem
    }

    .TEPPC_System_B .left {
        width: 100%
    }

    .TEPPC_System_B .right {
        width: 100%
    }

    .TEPPC_System_B .acombtn {
        margin: 0.3rem 0 0 0
    }

    .TEPPC_System_B .list {
        margin: -0.05rem;
        padding: 0.5rem 0 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .TEPPC_System_B .list .item {
        padding: 0.05rem;
        width: 100%
    }

    .TEPPC_System_B .list .item .img::before {
        opacity: 1
    }

    .TEPPC_System_B .list .item .info {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .TEPPC_System_B .list .item .info .acombtn {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex
    }

    .TEPPC_System_B .list .item.cur,
    .TEPPC_System_B .list .item:hover {
        width: 100%
    }

    .TEPPC_System_B .list .item.cur .img::before,
    .TEPPC_System_B .list .item:hover .img::before {
        opacity: 1
    }

    .TEPPC_System_B .list .item.cur .info,
    .TEPPC_System_B .list .item:hover .info {
        -webkit-animation: none;
        -o-animation: none;
        animation: none
    }

    .TEPPC_System_B .list .img {
        height: 2rem;
        border-radius: 0.1rem
    }

    .TEPPC_System_B .list .info {
        padding: 0.2rem
    }

    .TEPPC_System_B .list .info .name {
        font-size: 0.16rem
    }

    .TEPPC_System_C {
        padding-bottom: 0.5rem
    }

    .TEPPC_System_C .left {
        width: 100%
    }

    .TEPPC_System_C .right {
        width: 100%
    }

    .TEPPC_System_C .imgs {
        margin: -0.04rem
    }

    .TEPPC_System_C .imgs p {
        padding: 0.04rem
    }

    .TEPPC_System_C .bimg {
        border-radius: 0.2rem;
        margin: 0.5rem 0 0 0
    }

    .TEPPC_System_D {
        padding-bottom: 1.5rem
    }

    .TEPPC_System_D .left {
        width: 100%
    }

    .TEPPC_System_D .right {
        width: 100%
    }

    .TEPPC_System_D .bot {
        padding: 0.3rem 0 0 0
    }

    .TEPPC_System_D .toggletab {
        border-bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .TEPPC_System_D .tab {
        font-size: 0.16rem;
        border-top: 0;
        padding: 0.2rem 0
    }

    .TEPPC_System_D .tab.cur {
        font-size: 0.16rem
    }

    .TEPPC_System_D .item ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .TEPPC_System_D .item ul li {
        width: 100%
    }

    .TEPPC_System_D .item ul li .info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0.3rem;
        font-size: 0.16rem
    }

    .TEPPC_System_E {
        padding-bottom: 1.5rem
    }

    .TEPPC_System_E .left {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .TEPPC_System_E .right {
        width: 100%
    }

    .TEPPC_System_E .bot {
        padding: 0.5rem 0 0.3rem
    }

    .TEPPC_System_E .mySwiper {
        height: auto;
        max-width: 100%
    }

    .TEPPC_System_E .mySwiper ul li {
        font-size: 0.14rem;
        cursor: pointer
    }

    .TEPPC_System_E .mySwiper ul li .text {
        padding: 0 0.2rem;
        height: 0.5rem
    }

    .TEPPC_System_E .mySwiper2 {
        border-radius: 0.1rem
    }

    .TEPPC_System_E .mySwiper2 ul li .text {
        font-size: 0.14rem;
        padding: 0.2rem
    }

    .TEPPC_System_F .left {
        width: 100%
    }

    .TEPPC_System_F .right {
        width: 100%
    }

    .TEPPC_System_F .list ul {
        margin: -0.1rem
    }

    .TEPPC_System_F .list ul li {
        width: 100%;
        padding: 0.1rem
    }

    .TEPPC_System_F .list ul li .text {
        font-size: 0.16rem
    }

    .TEPPC_System_F .list ul li:last-child {
        position: static
    }
}