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: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', '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: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', '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: #000000;
    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
}

.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: 1024px) {

    .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);
        -o-transform: translateY(30px);
        transform: translateY(30px)
    }

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

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

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

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-o-keyframes ripple {
    0% {
        -o-transform: scale(0.1);
        transform: scale(0.1);
        opacity: .8
    }

    100% {
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.1);
        -o-transform: scale(0.1);
        transform: scale(0.1);
        opacity: .8
    }

    100% {
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

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

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }

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

@-o-keyframes ripplesc {
    0% {
        -o-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

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

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

    50% {
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

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

@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: #008de8
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

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

.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-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -o-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

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

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

.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-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

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

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.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-css-mode.swiper-horizontal>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

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

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: none;
    -ms-scroll-snap-type: none;
    scroll-snap-type: none
}

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

.swiper-css-mode.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-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.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-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.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-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-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: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 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 svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

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

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

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

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

.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: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    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: var(--swiper-pagination-bullet-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: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    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-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -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: var(--swiper-pagination-progressbar-size, 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: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, 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: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: -webkit-calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-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;
    -ms-touch-action: none;
    touch-action: none
}

.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 {
    pointer-events: auto
}

.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-prev {
    pointer-events: auto;
    visibility: visible
}

.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-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

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

.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-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-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, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

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

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

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 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 {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.header_wrap.window_scroll .header_box {
    -webkit-transform: translateY(-.65rem);
    -ms-transform: translateY(-.65rem);
    -o-transform: translateY(-.65rem);
    transform: translateY(-.65rem)
}

.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 !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    background: #000;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px)
}

.logo {
    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.2rem;
    font-family: "albbBold";
    color: #fff;
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.logo>img {
    height: 0.35rem
}

.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;
    padding: 0 0 0 0.7rem
}

.header_nav ul li {
    height: .65rem;
    padding: 0 0.27rem;
    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;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2
}

.header_nav ul li h4 {
    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;
    z-index: 2;
    padding: 0 0.25rem 0 0
}

.header_nav ul li h4 a {
    font-size: 0.16rem;
    position: relative;
    color: #fff;
    font-family: "albbRegular"
}

.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_subnav {
    position: absolute;
    top: .65rem;
    left: -0.1rem;
    right: -0.1rem;
    -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;
    font-family: "albbRegular"
}

.header_subnav .aws {
    padding: 0.2rem 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 0 0 0.1rem 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;
    color: #fff
}

.header_subnav a:hover {
    color: #b60600
}

.hkf {
    color: #fff;
    font-size: 0.16rem
}

.zxys {
    background-color: #b60600;
    border-radius: 0.04rem;
    font-size: 0.15rem;
    font-family: "albbRegular";
    color: #fff;
    line-height: 0.4rem;
    padding: 0 0.2rem
}

.zxys:hover {
    background-color: #fff;
    color: #b60600
}

.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;
    cursor: pointer;
    margin: 0 0.33rem
}

.search_icon span {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 0.16rem
}

.search_icon:hover span {
    color: #fff
}

.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: .65rem;
    width: 100%;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    display: none;
    color: #fff
}

.search_form .formboxh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 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_text::-webkit-input-placeholder {
    color: #fff
}

.search_form .input_text::-moz-placeholder {
    color: #fff
}

.search_form .input_text:-ms-input-placeholder {
    color: #fff
}

.search_form .input_text::placeholder {
    color: #fff
}

.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;
    width: 0.3rem;
    height: 0.3rem;
    font-weight: bold;
    background-color: #b60600;
    color: #fff
}

.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: .65rem
}

.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: #fff;
    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%
}

.inside_header {
    height: .65rem
}

.inside_header .header_box {
    background-color: #000
}

.subnavbtn {
    position: absolute;
    top: 0;
    width: 60%;
    height: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0;
    font-size: 0.11rem;
    color: #9f9f9f
}

.subnavbtn::before {
    content: "\e6e0";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.subnavbtn.up::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.subnav_second .item {
    position: relative;
}

.subnav_second .item .second {
    padding: 0 0.15rem;
    position: relative;
}

.subnav_second .item .second a {
    display: block;
    padding: 0.1rem 0.14rem 0.1rem 0;
}

.subnav_second .item .second .thirdbtn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.14rem;
    color: #fff;
    font-size: 0.12rem;
}

.subnav_second .item .second .thirdbtn::before {
    content: "\e6e0";
}

.subnav_second .item .subnav_third {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1.5rem;
    opacity: 0;
    pointer-events: none;
    padding-left: 0.05rem;
}

.subnav_second .item .subnav_third .as {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 0.1rem;
}

.subnav_second .item .subnav_third a {
    font-size: 0.14rem;
    color: #fff;
    padding: 0.1rem ;
}

.subnav_second .item .subnav_third a:hover {
    color: #b60600;
}



.subnav_second .item:hover .second {
    color: #b60600;
}

.subnav_second .item:hover .second a {
    color: #b60600;
}

.subnav_second .item:hover .subnav_third {
    opacity: 1;
    pointer-events: all;
}


.subnav_third .thirditem {
    position: relative
}

.subnav_third .thirditem .third {
    padding: 0 0.15rem;
    position: relative
}

.subnav_third .thirditem .third a {
    display: block;
    padding: 0.1rem 0.14rem 0.1rem 0
}

.subnav_third .thirditem .third .foruthbtn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.14rem;
    color: #fff;
    font-size: 0.12rem
}

.subnav_third .thirditem .third .foruthbtn::before {
    content: "\e6e0"
}

.subnav_third .thirditem .subnav_foruth {
    position: absolute;
    left: 100%;
    top: 0;
    width: 1.6rem;
    opacity: 0;
    pointer-events: none;
    padding-left: 0.05rem
}

.subnav_third .thirditem .subnav_foruth .as {
    background: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 0.1rem
}

.subnav_third .thirditem .subnav_foruth a {
    font-size: 0.14rem;
    color: #fff;
    padding: 0.1rem 
}

.subnav_third .thirditem .subnav_foruth a:hover {
    color: #b60600
}

.subnav_third .thirditem:last-child .subnav_third {
    min-width: 1.5rem
}

.subnav_third .thirditem:last-child .subnav_third a {
    width: 100%
}

.subnav_third .thirditem:hover .second {
    color: #b60600
}

.subnav_third .thirditem:hover .second a {
    color: #b60600
}

.subnav_third .thirditem:hover .subnav_foruth {
    opacity: 1;
    pointer-events: all
}
@media screen and (max-width: 1024px) {
    .inside_header {
        height: .55rem
    }

    .header_wrap {
        padding: 0 0.2rem
    }

    .header_box {
        width: 100%;
        height: .55rem;
        padding-left: 0.2rem;
        padding-right: 0.2rem
    }

    .logo {
        margin: 0
    }

    .logo img {
        height: 0.28rem
    }

    .mNavBtn {
        height: 100%;
        padding: 0 0.2rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        right: 0;
        top: 0
    }

    .mNavBtn .icon {
        width: 0.22rem
    }

    .header_nav {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: #000;
        padding: 0.6rem 0 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 0
    }

    .header_nav ul {
        display: block;
        margin: 0
    }

    .header_nav ul li {
        width: 100%;
        height: auto !important;
        padding: 0 0.2rem;
        display: block;
        margin: 0
    }

    .header_nav ul li:first-child {
        padding: 0 0.2rem
    }

    .header_nav ul li h4 {
        border-bottom: 1px solid #c7c7c7;
        width: 100%;
        height: 0.5rem
    }

    .header_nav ul li h4 a {
        padding: 0;
        font-size: 0.15rem
    }

    .header_nav.cur {
        left: 0;
        opacity: 1
    }

    .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;
        background-color: transparent
    }

    .header_subnav a {
        padding: 0.1rem 0;
        border-bottom: 0
    }

    .header_subnav a:hover {
        background-color: transparent
    }

    .search_form {
        display: block !important;
        width: 100%;
        padding: 0 20px;
        position: static;
        border: 0;
        margin: 0.3rem 0;
        background: transparent;
        -webkit-backdrop-filter: blur(0);
        backdrop-filter: initial
    }

    .search_form form {
        width: 100%
    }

    .search_form .formboxh {
        width: 100%;
        border-color: #c7c7c7
    }

    .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 {
        opacity: 0;
        pointer-events: none;
        margin: 0 0.1rem
    }

    .subnavbtn::before {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        font-size: 0.12rem;
        color: #fff
    }
    
    .subnav_second {
        opacity: 1;
    }
    
    .subnav_second .item .second {
        position: relative;
        padding: 0;
    }
    
    .subnav_second .item .second a {
        font-size: 0.14rem;
        padding: 0.1rem 0;
    }
    
    .subnav_second .item .second .thirdbtn {
        width: 60%;
        height: 100%;
        color: #8f949b;
        display: block;
        right: 0;
    }
    
    .subnav_second .item .second .thirdbtn::before {
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 0.4rem;
        display: block;
    }
    
    .subnav_second .item .second .thirdbtn.up::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .subnav_second .item .subnav_third {
        position: static;
        display: none;
        opacity: 1;
        pointer-events: all;
        width: 100%;
        padding: 0 0.15rem;
    }
    
    .subnav_second .item .subnav_third a {
        width: 100%;
        display: inline-block;
        font-size: 0.14rem;
        padding: 0.05rem 0;
        border-bottom: 0;
    }
    
    
    .subnav_third {
        opacity: 1
    }

    .subnav_third .thirditem .third {
        position: relative;
        padding: 0
    }

    .subnav_third .thirditem .third a {
        font-size: 0.14rem;
        padding: 0.1rem 0
    }

    .subnav_third .thirditem .third .foruthbtn {
        width: 60%;
        height: 100%;
        color: #8f949b;
        display: block;
        right: 0
    }

    .subnav_third .thirditem .third .foruthbtn::before {
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        line-height: 0.4rem;
        display: block
    }

    .subnav_third .thirditem .third .foruthbtn.up::before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .subnav_third .thirditem .subnav_foruth {
        position: static;
        display: none;
        opacity: 1;
        pointer-events: all
    }

    .subnav_third .thirditem .subnav_foruth a {
        width: 100%;
        display: inline-block;
        font-size: 0.14rem;
        padding: 0.05rem 0;
        border-bottom: 0
    }
}

.commonweb {
    padding-left: 1.58rem;
    padding-right: 1.58rem
}

a,
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.pic_m .img 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: #b60600;
    border-radius: 10px
}

@font-face {
    font-family: "LEMONMILKB";
    src: url(../fonts/LEMONMILK-Bold.woff) format("woff2"), url(../fonts/LEMONMILK-Bold.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: "InterB";
    src: url(../fonts/Inter-Bold.woff) format("woff2"), url(../fonts/Inter-Bold.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "manropeR";
    src: url(../fonts/manrope-Regular.woff) format("woff2"), url(../fonts/manrope-Regular.woff) format("woff");
    font-display: swap
}

@font-face {
    font-family: "albbRegular";
    font-weight: 400;
    src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/ukeLscy5N238.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/0euyiBnPt2Y9.woff") format("woff");
    font-variation-settings: normal;
    font-display: swap
}

@font-face {
    font-family: "albbMedium";
    font-weight: 500;
    src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/v420lqIdgkjT.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/ylXSPITeKRnn.woff") format("woff");
    font-variation-settings: normal;
    font-display: swap
}

@font-face {
    font-family: "albbBold";
    font-weight: 700;
    src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/fIvNEQoURS0M.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/2Sh2yB7mFH6f.woff") format("woff");
    font-variation-settings: normal;
    font-display: swap
}

@font-face {
    font-family: "albbSemiBold";
    font-weight: 600;
    src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/xMCO3OIIX7nH.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/Nuro9zRqeW2t.woff") format("woff");
    font-variation-settings: normal;
    font-display: swap
}

@font-face {
    font-family: "SourceBold";
    font-weight: 700;
    src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/IWs4gRLQ92FA.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/Nh2PBrZJAIbG.woff") format("woff");
    font-variation-settings: normal;
    font-display: swap
}

@font-face {
    font-family: "SourceNormal";
    font-weight: 350;
    src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/tz3g99JfST7Q.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/6TQ1WYGH3Vxo.woff") format("woff");
    font-variation-settings: normal;
    font-display: swap
}

@font-face {
    font-family: "SourceRegular";
    font-weight: 400;
    src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/bXALi1fDfZ6h.woff2") format("woff2"), url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/F7YjmkFufHD0.woff") format("woff");
    font-variation-settings: normal;
    font-display: swap
}

.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff
}

.indexbanner {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    max-height: 100vh
}

.indexbanner ul {
    width: 100%
}

.indexbanner ul li {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 4;
    position: relative;
    text-align: center
}

.indexbanner ul li video {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.indexbanner ul li .img {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.indexbanner ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: transform 1s ease, -webkit-transform 1s ease, -o-transform 1s ease
}

.indexbanner ul li .info {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    z-index: 3;
    color: #fff
}

.indexbanner ul li .info .title {
    font-size: 0.6rem;
    line-height: 1.2;
    font-family: "SourceBold";
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.indexbanner ul li .info .text {
    font-size: 0.18rem;
    font-family: "albbMedium";
    padding: 0.45rem 0 0.85rem;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s
}

.indexbanner ul li .info .ysbtn {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s
}

.indexbanner ul li.active .title,
.indexbanner ul li.active .text,
.indexbanner ul li.active .ysbtn {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.indexbanner ul li.active .img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.indexbanner .sbtn {
    color: #c7c7c7
}

.indexbanner .swiper-button-prev {
    left: 0.5rem
}

.indexbanner .swiper-button-next {
    right: 0.5rem
}

.banner-pages {
    z-index: 2;
    position: static;
    width: auto !important
}

.banner-pages span {
    opacity: 1;
    background-color: rgba(255, 255, 255, 0.3);
    width: 0.8rem;
    height: 3px;
    border-radius: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.banner-pages span.swiper-pagination-bullet-active {
    background-color: #fff
}

@-webkit-keyframes scroll {
    0% {
        top: -0.2rem
    }

    100% {
        top: 0.3rem
    }
}

@-o-keyframes scroll {
    0% {
        top: -0.2rem
    }

    100% {
        top: 0.3rem
    }
}

@keyframes scroll {
    0% {
        top: -0.2rem
    }

    100% {
        top: 0.3rem
    }
}

.scroll-down {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0
}

.scroll-down .jump {
    position: relative;
    color: #fff;
    font-size: 0.14rem;
    font-family: "albbMedium";
    text-align: center;
    -webkit-animation: jump both ease-in 2s infinite;
    -o-animation: jump both ease-in 2s infinite;
    animation: jump both ease-in 2s infinite
}

.scroll-down .jump span {
    width: 0.16rem;
    height: 0.26rem;
    margin: 0 auto 0.1rem;
    border-radius: 0.08rem;
    border: 2px solid #fff;
    display: block;
    position: relative;
    overflow: hidden
}

.scroll-down .jump span::before {
    content: "";
    display: block;
    height: 0.06rem;
    width: 0.02rem;
    background-color: #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.03rem;
    -webkit-animation: scroll 2s linear infinite;
    -o-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite
}

.inside_banner {
    position: relative;
    overflow: hidden;
    color: #fff
}

.inside_banner .img {
    overflow: hidden;
    height: 100%
}

.inside_banner .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -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
}

.inside_banner .info {
    position: absolute;
    left: 0;
    width: 100%;
    top: 37%;
    z-index: 2;
    overflow: hidden
}

.inside_banner .info .stitle {
    font-size: 0.24rem;
    padding: 0 0 0.5rem;
    font-family: "SourceBold"
}

.inside_banner .info .btitle {
    font-size: 0.46rem;
    line-height: 1.25;
    font-family: "SourceBold"
}

.inside_banner .info .ani_in {
    letter-spacing: -webkit-calc(var(--progress) * .25em);
    letter-spacing: calc(var(--progress) * .25em)
}

.inside_banner .info .text {
    margin: 0.2rem 0 0 0;
    font-size: 0.17rem;
    max-width: 8rem;
    line-height: 1.66
}

.inside_banner .info .abtn {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0.5rem 0 0 0
}

.detail_banner {
    height: auto
}

.detail_banner .info .stitle,
.detail_banner .info .btitle,
.detail_banner .info .idesc {
    color: #fff
}

.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 li{
    margin: 0 0.08rem 0 0;
}

.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;
    width: 0.48rem;
    height: 0.48rem;
    font-size: 0.16rem;
    
    font-family: "manropeM";
    border-radius: 50%;
    color: #949494;
    background-color: #f7f6f6
}

.inside_pages a:last-child {
    margin: 0
}

.inside_pages a:hover,
.inside_pages a.cur,
.inside_pages a.page-num-current,
.inside_pages a:hover {
    background-color: #b60600;
    color: #fff
}

.inside_pages .prev a,
.inside_pages .next a {
    background-color: transparent !important
}

.inside_pages .prev a span,
.inside_pages .next a span {
    font-size: 0.2rem;
    color: #cccccc
}

.inside_pages .prev a span::before,
.inside_pages .next a span::before {
    content: "\e6e0"
}

.inside_pages .prev a:hover span,
.inside_pages .next a:hover span {
    color: #000000
}

.inside_pages .prev a {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.inside_pages a.no {
    cursor: auto;
    pointer-events: none;
    background-color: transparent !important
}

input[type="checkbox"] {
    position: absolute;
    z-index: 2;
    opacity: 0;
    left: 0;
    top: 0
}

.yszc {
    display: block;
    position: relative;
    font-size: 0.16rem;
    line-height: 1.5;
    color: #868686;
    font-family: "albbRegular";
    margin: 0.44rem 0 0;
    padding: 0 0 0 0.5rem;
    max-width: 6.6rem
}

.yszc a:hover {
    color: #b60600
}

.custom-checkbox {
    display: inline-block;
    position: absolute;
    top: 0.05rem;
    left: 0;
    width: 22px;
    height: 22px;
    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: 100%;
    height: 100%;
    border: 1px solid #999999;
    background-color: #fff;
    border-radius: 0.04rem;
    -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 {
    border-color: #ff0000
}

.custom-checkbox::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 4px;
    width: 0.08rem;
    height: 0.11rem;
    border: solid #ff0000;
    border-width: 0 1px 1px 0;
    border-radius: 0.01rem;
    -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 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.22rem -0.12rem
}

.form ul li {
    width: 25%;
    padding: 0.22rem 0.12rem;
    position: relative;
    margin: 0
}

.form ul li input,
.form ul li textarea,
.form ul li .select {
    display: block;
    width: 100%;
    padding: 0.2rem 0.32rem;
    font-size: 0.16rem;
    border-radius: 0.1rem;
    background-color: #f2f2f2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    height: 0.6rem
}

.form ul li input::-webkit-input-placeholder,
.form ul li textarea::-webkit-input-placeholder,
.form ul li .select::-webkit-input-placeholder {
    font-family: "albbRegular";
    color: #999999
}

.form ul li input::-moz-placeholder,
.form ul li textarea::-moz-placeholder,
.form ul li .select::-moz-placeholder {
    font-family: "albbRegular";
    color: #999999
}

.form ul li input:-ms-input-placeholder,
.form ul li textarea:-ms-input-placeholder,
.form ul li .select:-ms-input-placeholder {
    font-family: "albbRegular";
    color: #999999
}

.form ul li input::placeholder,
.form ul li textarea::placeholder,
.form ul li .select::placeholder {
    font-family: "albbRegular";
    color: #999999
}

.form ul li input:focus,
.form ul li textarea:focus,
.form ul li .select:focus {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 0.2rem 0px rgba(5, 37, 93, 0.1);
    box-shadow: 0px 6px 0.2rem 0px rgba(5, 37, 93, 0.1)
}

.form ul li textarea {
    height: 1.5rem
}

.form ul li .text {
    font-size: 0.18rem;
    font-family: "albbMedium";
    padding: 0 0 0.2rem
}

.form ul li .text em {
    color: #ea5515;
    margin: 0 0.05rem 0 0
}

.form ul li .select {
    position: relative
}

.form ul li.last {
    width: 100% !important;
    margin: 0
}

.form ul li.last .text {
    top: 0.45rem;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

.form .btn {
    display: block;
    margin: 0.7rem auto 0;
    font-size: 0.18rem;
    font-family: "albbBold";
    padding: 0 0.6rem;
    line-height: 0.5rem;
    background-color: #b60600;
    color: #fff;
    border-radius: 0.4rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.onlinebox {
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    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
}

.onlinebox .name {
    font-size: 0.26rem;
    font-weight: bold
}

.onlinebox::-webkit-scrollbar {
    width: 0;
    background-color: #f0f0f0
}

.onlinebox.cur {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: inherit
}

.onlinebox .form {
    margin: 0.5rem 0 0 0
}

.onlinebox .form ul {
    margin: -0.1rem
}

.onlinebox .form ul li {
    width: 50%;
    padding: 0.1rem
}

.onlinebox .form ul li input,
.onlinebox .form ul li textarea {
    background-color: #fafafa
}

.onlinebox .form ul li .text {
    font-size: 0.15rem
}

.onlinebox .form ul li.last {
    width: 100%
}

.onlinebox .form ul li.last .text {
    top: 0.25rem
}

.onlinebox .form .btn {
    margin: 0.3rem 0 0 0
}

.onlinebox .content {
    padding: 0.6rem;
    width: 90%;
    max-width: 11rem;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 1rem 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;
    position: absolute;
    top: 0.3rem;
    right: 0.3rem;
    -webkit-background-size: 0.26rem 0.26rem;
    background-size: 0.26rem;
    width: 0.42rem;
    height: 0.42rem;
    border: 1px solid #b60600;
    border-radius: 50%;
    color: #b60600;
    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.14rem
}

.pclose span::before {
    content: "\e664"
}

.pclose:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #b60600;
    color: #fff
}

.index_header {
    height: 1rem
}

.ficonflex {
    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;
    position: relative;
    z-index: 5
}

.ficonflex .ficons {
    position: relative;
    margin: 0 0.16rem 0 0;
    color: #fff
}

.ficonflex .ficons span {
    width: 0.4rem;
    height: 0.4rem;
    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-size: 0.18rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.1);
    -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: #fff;
    color: #b60600
}

.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.55rem;
    z-index: 2;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    top: -webkit-calc((100% + 0.2rem));
    top: calc((100% + 0.2rem));
    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
}

.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 .video-player {
   width: 94%;
    height: 60%;
    max-height: 5.4rem;
    max-width: 9.6rem;
    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 .close {
    position: absolute;
    right: -0.5rem;
    top: -0.5rem;
    z-index: 2;
    border: 1px solid #fff;
    background-color: #fff;
    font-size: 0.2rem;
    font-weight: bold;
}
.video-player-popup .close:hover{
    color: #b60600;
}
.video-player-popup .close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.video-player-popup:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}

@media screen and (max-width: 1024px) {
    .indexbanner {
        height: 4.5rem
    }

    .indexbanner ul li .img {
        -webkit-clip-path: none !important;
        clip-path: none !important
    }

    .indexbanner ul li .info .title {
        font-size: 0.22rem
    }

    .indexbanner ul li .info .text {
        font-size: 0.15rem;
        padding: 0.2rem 0 0.3rem
    }

    .indexbanner .bot {
        bottom: 0.2rem
    }

    .scroll-down .jump {
        font-size: 0.12rem
    }

    .scroll-down .jump span {
        width: 0.13rem;
        height: 0.2rem
    }

    .banner-pages {
        max-width: 1rem
    }

    .detail_banner {
        height: 4rem
    }

    .inside_banner .info .stitle {
        font-size: 0.18rem;
        padding: 0 0 0.2rem
    }

    .inside_banner .info .btitle {
        font-size: 0.24rem
    }

    .inside_banner .info .text {
        font-size: 0.12rem;
        margin: 0.1rem 0 0 0
    }

    .inside_banner .info .abtn {
        margin: 0.3rem 0 0 0
    }

    .inside_pages a {
        margin: 0 0.1rem 0 0;
        font-size: 0.13rem;
        width: 0.34rem;
        height: 0.34rem
    }

    .form ul {
        margin: -0.1rem
    }

    .form ul li {
        width: 100%;
        padding: 0.1rem
    }

    .form ul li input,
    .form ul li textarea,
    .form ul li .select {
        font-size: 0.13rem;
        padding: 0.2rem;
        height: 0.5rem
    }

    .form ul li textarea {
        height: 1rem
    }

    .form ul li .text {
        font-size: 0.14rem;
        padding: 0 0 0.1rem
    }

    .form ul li .chosen-single {
        left: 0.2rem;
        background-position: right 0.1rem center
    }

    .form .btn {
        line-height: 0.5rem;
        font-size: 0.14rem;
        padding: 0 0.5rem;
        margin: 0.3rem 0 0
    }

    .form .custom-checkbox {
        top: 2px;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .custom-checkbox {
        width: 0.18rem;
        height: 0.18rem
    }

    .onlinebox .name {
        font-size: 0.2rem
    }

    .onlinebox .content {
        padding: 0.3rem;
        margin: 0.5rem 0
    }

    .onlinebox .form {
        margin: 0.3rem 0 0 0
    }

    .onlinebox .form ul li {
        width: 100%
    }

    .onlinebox .form ul li .text {
        display: none
    }

    .pclose {
        right: 0.3rem;
        top: 0.25rem;
        width: 0.3rem;
        height: 0.3rem
    }

    .ficonflex {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 0 0.3rem
    }

    .ficonflex .ficons {
        margin: 0 0.2rem 0 0
    }

    .ficonflex .ficons span {
        width: 0.42rem;
        height: 0.42rem;
        font-size: 0.16rem
    }

    .ficonflex .fewm {
        left: 100%
    }

    .ficonflex .fewm::before {
        left: 26%;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .video-player-popup .pclose {
        left: 50%;
        bottom: -0.46rem;
        top: auto
    }
    .video-player-popup .video-player{
        max-height: 3.4rem;
    }
}

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

@-webkit-keyframes fn3s {
    0% {
        opacity: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% -100%, 0 -50%);
        clip-path: polygon(0 0, 100% 0, 100% -100%, 0 -50%);
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fn3s {
    0% {
        opacity: 0;
        clip-path: polygon(0 0, 100% 0, 100% -100%, 0 -50%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        opacity: 1;
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fn3s {
    0% {
        opacity: 0;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% -100%, 0 -50%);
        clip-path: polygon(0 0, 100% 0, 100% -100%, 0 -50%);
        -webkit-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%)
    }

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

.fn3 {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-animation: fn3s 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
    -o-animation: fn3s 1.2s cubic-bezier(0.49, 0.54, 0.16, 1);
    animation: fn3s 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
}

.scaleout {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -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)
    }
}

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

    50% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

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

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

    50% {
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }

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

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

    50% {
        -webkit-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }

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

@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-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-weibiaoti-12:before {
    content: "\e64d"
}

.icon-weibiaoti-21:before {
    content: "\e64f"
}

.icon-weibiaoti-51:before {
    content: "\e64b"
}

.icon-weibiaoti-81:before {
    content: "\e64a"
}

.icon-weibiaoti-6:before {
    content: "\e649"
}

.icon-weibiaoti-41:before {
    content: "\e648"
}

.icon-weibiaoti-31:before {
    content: "\e647"
}

.icon-weibiaoti-8:before {
    content: "\e645"
}

.icon-weibiaoti-7:before {
    content: "\e646"
}

.icon-weibiaoti-5:before {
    content: "\e644"
}

.icon-weibiaoti-4:before {
    content: "\e643"
}

.icon-shipin-bofang:before {
    content: "\e696"
}

.icon-zixun5:before {
    content: "\e642"
}

.icon-dingbudaohang-zaixiangoutong:before {
    content: "\e63d"
}

.icon-weixinyunying:before {
    content: "\e6b1"
}

.icon-zaixianwenzhen_xianxingzaixianzixun:before {
    content: "\e694"
}

.icon-weixinshipinhao2:before {
    content: "\e703"
}

.icon-shipin:before {
    content: "\e650"
}

.icon-weibiaoti-3:before {
    content: "\e63c"
}

.icon-dianhuatianchong:before {
    content: "\e63a"
}

.icon-weibiaoti-2:before {
    content: "\e639"
}

.icon-weibiaoti-11:before {
    content: "\e638"
}

.icon-dizhi2:before {
    content: "\e633"
}

.icon-weibiaoti-1:before {
    content: "\e632"
}

.icon-jiantou0:before {
    content: "\e631"
}

.icon-weibiaoti-27:before {
    content: "\e630"
}

.icon-weibiaoti-25:before {
    content: "\e62f"
}

.icon-daohang:before {
    content: "\e640"
}

.icon-denglu:before {
    content: "\e62e"
}

.icon-a-dianji2:before {
    content: "\e62d"
}

.icon-dianji:before {
    content: "\e62c"
}

.icon-jiantou3:before {
    content: "\e62a"
}

.icon-sousuo4:before {
    content: "\e6ea"
}

.icon-dianhua3:before {
    content: "\e636"
}

.icon-soldon:before {
    content: "\e629"
}

.icon-jiantou2:before {
    content: "\e721"
}

.icon-xiazai1:before {
    content: "\e6a8"
}

.icon-eer:before {
    content: "\e628"
}

.icon-top:before {
    content: "\e627"
}

.icon-top1:before {
    content: "\e6ae"
}

.icon-zixunjilu:before {
    content: "\e626"
}

.icon-kuaishou1:before {
    content: "\e621"
}

.icon-kuaishou:before {
    content: "\e6a3"
}

.icon-zixun4:before {
    content: "\e620"
}

.icon-zixun3:before {
    content: "\e873"
}

.icon-pingjiazixun-xianxing:before {
    content: "\e66d"
}

.icon-xiazai:before {
    content: "\e63b"
}

.icon-play-fill:before {
    content: "\e71d"
}

.icon-zixun2:before {
    content: "\e617"
}

.icon-zixun1:before {
    content: "\e625"
}

.icon-shijian:before {
    content: "\e7eb"
}

.icon-search1:before {
    content: "\e65e"
}

.icon-msg:before {
    content: "\e61e"
}

.icon-liuyan:before {
    content: "\e7f7"
}

.icon-index:before {
    content: "\e616"
}

.icon-s1:before {
    content: "\eaa7"
}

.icon-T_kefu_kf:before {
    content: "\e637"
}

.icon-yuyan1:before {
    content: "\e7f8"
}

.icon-24gf-phoneBubble:before {
    content: "\e966"
}

.icon-uf3-t-bofangshipin:before {
    content: "\e699"
}

.icon-dizhi:before {
    content: "\e641"
}

.icon-xiaohongshu:before {
    content: "\e65b"
}

.icon-dizhi1:before {
    content: "\e65d"
}

.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-jiantou1-copy:before {
    content: "\ee3e"
}

.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-youjiantou9-copy:before {
    content: "\ee40"
}

.icon-youjiantou9-copy-copy:before {
    content: "\ee41"
}

.icon-menu:before {
    content: "\e614"
}

.icon-fanhui2:before {
    content: "\e65c"
}

.icon-yuanquanjiantou-copy:before {
    content: "\ec9b"
}

.icon-yuanquanjiantou:before {
    content: "\e607"
}

.icon-a-xiangzuojiantou-copy:before {
    content: "\ee3c"
}

.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-xiajiantou1-copy:before {
    content: "\ee3f"
}

.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-copy:before {
    content: "\ee3d"
}

.icon-xiajiantou:before {
    content: "\e61c"
}

.icon-guanbianniu:before {
    content: "\e664"
}

.icon-youjiantou-copy:before {
    content: "\ec9c"
}

.icon-youjiantou:before {
    content: "\e6e0"
}

.footer_wrap {
    overflow: hidden;
    position: relative;
    color: #717173;
    background: #111113;
    padding: 0.93rem 0.5rem 0.7rem
}

.footer_wrap .left {
    width: 40%
}

.footer_wrap .right {
    width: 50%;
    text-align: right
}

.footer_wrap .bd {
    padding: 0.73rem 0 0.65rem 0
}

.footer_wrap .ftitle {
    font-size: 0.18rem;
    font-family: "albbRegular";
    line-height: 1.44;
    padding: 0.8rem 0 0.26rem 0;
    color: #fff
}

.footer_wrap .ftel {
    padding: 0.23rem 0 0 0;
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer_wrap .ftel a {
    display: block;
    color: #b60600;
    font-size: 0.28rem;
    line-height: 1;
    font-family: "InterR";
    margin: 0 0 0 0.1rem
}

.footer_wrap .ftext {
    font-size: 0.15rem;
    font-family: "albbRegular";
    color: #717173;
    line-height: 1.733;
    padding: 0.36rem 0 0 0
}

.footer_wrap .subnavbtn {
    display: none !important
}

.footer_form {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 4.05rem
}

.footer_form .input_btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.15rem;
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/ficon1.png) no-repeat center center;
    -webkit-background-size: auto auto;
    background-size: auto
}

.footer_form .input_text {
    width: 100%;
    font-size: 0.16rem;
    color: #717173;
    padding: 0.22rem 0.5rem 0.22rem 0
}

.footer_form .input_text::-webkit-input-placeholder {
    font-family: "albbRegular";
    color: #717173
}

.footer_form .input_text::-moz-placeholder {
    font-family: "albbRegular";
    color: #717173
}

.footer_form .input_text:-ms-input-placeholder {
    font-family: "albbRegular";
    color: #717173
}

.footer_form .input_text::placeholder {
    font-family: "albbRegular";
    color: #717173
}

.flogo {
    font-size: 0.24rem
}

.flogo img {
    height: 0.38rem
}

.backTop {
    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;
    cursor: pointer;
    font-size: 0.2rem;
    font-family: "FUTURA";
    text-transform: uppercase;
    color: #fff
}

.backTop span {
    margin: 0 0.1rem 0 0;
    font-size: 0.16rem;
    font-weight: bold
}

.footer_nav {
    text-align: left
}

.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 {
    font-size: 0.18rem;
    font-family: "albbBold"
}

.footer_nav ul li h4 a {
    color: #fff
}

.fewms {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "albbRegular";
    font-size: 0.16rem
}

.fewms div {
    margin: 0 0.35rem 0 0
}

.fewms img {
    display: block;
    margin: 0.2rem 0 0 0
}

.footer_subnav {
    font-size: 0.16rem;
    font-family: "albbRegular";
    padding: 0.6rem 0 0 0
}

.footer_subnav a {
    display: block;
    color: #717173;
    margin: 0 0 0.18rem
}

.footer_subnav a:hover {
    color: #fff
}

.copyright {
    font-size: 0.15rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    font-family: "albbRegular"
}

.copyright a {
    display: inline-block;
    margin: 0 0.1rem;
    color: #717173
}

.copyright a:hover {
    color: #fff
}

.slide-nav {
    position: fixed;
    right: 0.2rem;
    bottom: 1.5rem;
    border-radius: 0.3rem;
    z-index: 11;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(0.8rem);
    -ms-transform: translateX(0.8rem);
    -o-transform: translateX(0.8rem);
    transform: translateX(0.8rem)
}

.slide-nav.hshow {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.slide-nav ul {
    border-radius: 0.3rem;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(148, 149, 152, 0.28);
    box-shadow: 0px 6px 15px 0px rgba(148, 149, 152, 0.28);
    padding: 0.1rem 0.08rem
}

.slide-nav .ab {
    text-align: center;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    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.07rem
}

.slide-nav .ab:last-child {
    margin: 0
}

.slide-nav .ab .icon {
    font-size: 0.24rem;
    color: #7f7f7f;
    width: 0.45rem;
    height: 0.45rem;
    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-radius: 50%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.slide-nav .ab .popup {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.65rem;
    background-color: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    -webkit-box-shadow: 0px 0.1rem 0.2rem 0px rgba(144, 149, 158, 0.2);
    box-shadow: 0px 0.1rem 0.2rem 0px rgba(144, 149, 158, 0.2);
    display: none
}

.slide-nav .ab .popup .tel {
    color: #b60600;
    font-size: 0.2rem;
    padding: 0.1rem;
    width: 2rem;
    font-family: "RobotoM"
}

.slide-nav .ab .popup .ewm {
    width: 1rem
}

.slide-nav .ab:hover .icon,
.slide-nav .ab.cur .icon {
    background-color: #b60600;
    color: #fff
}

.slide-nav .ab:hover .popup,
.slide-nav .ab.cur .popup {
    opacity: 1
}

.slide-nav .ab:last-child::after {
    display: none
}

@media screen and (max-width: 1024px) {
    .flogo img {
        height: 0.36rem
    }

    .footer_wrap {
        padding: 0.6rem 0.2rem 0.3rem
    }

    .footer_wrap .left {
        width: 100%
    }

    .footer_wrap .right {
        width: 100%;
        text-align: left
    }

    .footer_wrap .bd {
        padding: 0.4rem 0
    }

    .footer_wrap .ftitle {
        padding: 0.3rem 0
    }

    .footer_wrap .ftext {
        font-size: 0.14rem;
        padding: 0.3rem 0 0 0
    }

    .footer_wrap .ftel {
        padding: 0.3rem 0 0 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer_wrap .ftel img {
        height: 0.3rem
    }

    .footer_wrap .ftel a {
        font-size: 0.22rem
    }

    .footer_wrap .subnavbtn {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .footer_form .input_text {
        font-size: 0.14rem;
        padding: 0.15rem 0.5rem 0.15rem 0
    }

    .footer_nav {
        padding: 0.3rem 0 0 0
    }

    .footer_nav ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .footer_nav ul li {
        width: 100%
    }

    .footer_nav ul li h4 {
        padding: 0.15rem 0;
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        font-size: 0.16rem
    }

    .footer_subnav {
        font-size: 0.15rem;
        padding: 0.2rem 0 0 0;
        display: none
    }

    .footer_subnav a {
        margin: 0 0 0.1rem
    }

    .copyright {
        font-size: 0.13rem
    }

    .copyright a {
        margin: 0.05rem 0.05rem 0 0
    }

    .fight {
        width: 75%;
        padding: 0.4rem 0 0 0
    }

    .fight h4 {
        padding: 0 0 0.2rem;
        font-size: 0.16rem
    }

    .slide-nav {
        display: none
    }
}

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

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 1.5rem
}

.f18 {
    font-size: 0.18rem;
    line-height: 1.333;
    color: #76787a
}

.f28 {
    font-size: 0.28rem
}

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

.swiper-btn .btn {
    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;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    margin: 0 0.5rem 0 0;
    color: #c0c0c0;
    top: auto;
    right: auto;
    left: auto;
    font-weight: bold;
    width: auto;
    height: auto
}

.swiper-btn .btn:last-child {
    margin: 0
}

.swiper-btn .btn::after {
    font-size: 0.17rem
}

.swiper-btn .btn:hover {
    color: #b60600
}

.swiper-page {
    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
}

.swiper-page span {
    width: 0.12rem;
    height: 0.12rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    margin: 0 0.09rem !important;
    opacity: 1;
    background-color: #bfbfbf
}

.swiper-page span.swiper-pagination-bullet-active {
    background-color: #b60600
}

.swiper-page.white span {
    background-color: rgba(255, 255, 255, 0.4)
}

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

.commask_nav {
    position: relative
}

.commask_nav .mask {
    position: absolute;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #b60600;
    bottom: 0
}

.comcnums {
    text-align: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comcnums .item .nums {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.34rem;
    line-height: 0.8;
    font-family: "InterB";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #c84642), to(#b60802));
    background: -webkit-linear-gradient(top, #c84642 30%, #b60802 100%);
    background: -o-linear-gradient(top, #c84642 30%, #b60802 100%);
    background: linear-gradient(to bottom, #c84642 30%, #b60802 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.comcnums .item .nums span {
    font-size: 0.6rem;
    margin: 0 0.05rem 0 0
}

.comcnums .item .text {
    font-size: 0.18rem;
    padding: 0.15rem 0 0 0
}

.toggletab .tab {
    cursor: pointer
}

.toggleitem .item {
    display: none
}

.toggleitem .item:first-child {
    display: block
}

.index_title {
    overflow: hidden
}

.index_title .stitle {
    color: #5e5e5e;
    font-size: 0.2rem;
    font-family: "albbRegular";
    padding: 0 0 0.2rem
}

.index_title .btitle {
    font-size: 0.4rem;
    line-height: 1.2;
    font-family: "albbSemiBold"
}

.index_title.center {
    text-align: center
}

.index_title.white {
    color: #fff
}

.index_title.white .stitle {
    color: #fff
}

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

    50% {
        -webkit-transform: translateX(0.05rem);
        transform: translateX(0.05rem)
    }

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

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

    50% {
        -o-transform: translateX(0.05rem);
        transform: translateX(0.05rem)
    }

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

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

    50% {
        -webkit-transform: translateX(0.05rem);
        -o-transform: translateX(0.05rem);
        transform: translateX(0.05rem)
    }

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

.ysbtn {
    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: #b60600;
    color: #fff;
    border-radius: 0.3rem;
    font-size: 0.16rem;
    font-family: "albbMedium";
    padding: 0 0.26rem;
    line-height: 0.54rem
}

.ysbtn span {
    margin: 0 0 0 0.14rem;
    font-size: 0.2rem;
    -webkit-animation: arright 2s linear infinite;
    -o-animation: arright 2s linear infinite;
    animation: arright 2s linear infinite
}

.ysbtn:hover {
    background-color: #fff;
    color: #b60600
}

.abtn {
    display: inline-block;
    font-size: 0.16rem;
    font-family: "albbRegular";
    line-height: 0.46rem;
    border: 1px solid #fff;
    padding: 0 0.35rem;
    background-color: #fff;
    border-radius: 0.3rem;
    -webkit-box-shadow: 0px 0.1rem 0.3rem 0px rgba(144, 149, 158, 0.4);
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(144, 149, 158, 0.4);
    margin: 0 0.2rem 0 0
}

.abtn:last-child {
    margin: 0
}

.abtn:hover {
    border-color: #b60600;
    color: #b60600
}

.abtn.abgc {
    border-color: #b60600;
    background-color: #b60600;
    color: #fff
}

.abtn.abgc:hover {
    border-color: #b60600;
    background-color: #fff;
    color: #b60600
}

.cmore {
    width: 0.46rem;
    height: 0.46rem;
    border-radius: 50%;
    background-color: #b60600;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    position: relative
}

.cmore span {
    position: relative;
    z-index: 2
}

.cmore::after,
.cmore::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.23rem 0 0 -0.23rem;
    border-radius: 50%;
    background-color: #b60600;
    z-index: -1;
    -webkit-animation: round1 3s linear infinite;
    -o-animation: round1 3s linear infinite;
    animation: round1 3s linear infinite
}

.cmore::after {
    -webkit-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes moveAlongPath {
    0% {
        offset-distance: 0%
    }

    100% {
        offset-distance: 100%
    }
}

@-o-keyframes moveAlongPath {
    0% {
        offset-distance: 0%
    }

    100% {
        offset-distance: 100%
    }
}

@keyframes moveAlongPath {
    0% {
        offset-distance: 0%
    }

    100% {
        offset-distance: 100%
    }
}

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

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@-o-keyframes round1 {
    0% {
        opacity: 1;
        -o-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -o-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes round1 {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2)
    }
}

.index_yinqing {
    background: url(../images/iybg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.13rem;
    padding-bottom: 1.3rem
}

.index_yinqing .content {
    position: relative;
    text-align: center;
    max-width: 12.36rem;
    margin: 0.8rem auto 0
}

.index_yinqing .bgimg {
    width: 100%
}

.index_yinqing .svg-container {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    top: 0
}

.index_yinqing svg {
    width: 100%;
    max-height: 5.6rem;
    pointer-events: none
}

.index_yinqing .path {
    fill: none;
    stroke: #f50700;
    stroke-width: 1px
}

.index_yinqing .moving {
    fill: #fe0700;
    -webkit-animation: moveAlongPath 8s linear infinite;
    -o-animation: moveAlongPath 8s linear infinite;
    animation: moveAlongPath 8s linear infinite;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.index_yinqing .moving-triangle {
    offset-path: path("M793.303,172.640 L359.500,373.500");
    -webkit-animation: moveAlongPath 8s linear infinite;
    -o-animation: moveAlongPath 8s linear infinite;
    animation: moveAlongPath 8s linear infinite
}

.index_yinqing .moving-triangle-2 {
    offset-path: path("M562.500,298.500 L659.128,250.784 C675.855,242.866 701.275,241.500 715.906,247.734 L810.500,288.500");
    -webkit-animation: moveAlongPath 6s linear infinite;
    -o-animation: moveAlongPath 6s linear infinite;
    animation: moveAlongPath 6s linear infinite
}

.index_yinqing .moving-triangle-3 {
    offset-path: path("M437.500,145.499 L609.113,219.443 C623.744,225.677 622.045,237.150 605.318,245.068 L534.500,279.499");
    -webkit-animation: moveAlongPath 7s linear infinite;
    -o-animation: moveAlongPath 7s linear infinite;
    animation: moveAlongPath 7s linear infinite
}

.index_yinqing .moving-triangle-4 {
    offset-path: path("M405.379,132.361 L480.128,96.186 C496.855,88.268 522.276,86.902 536.906,93.136 L739.102,176.957");
    -webkit-animation: moveAlongPath 9s linear infinite;
    -o-animation: moveAlongPath 9s linear infinite;
    animation: moveAlongPath 9s linear infinite
}

.index_yinqing .moving-triangle-5 {
    offset-path: path("M732.500,73.500 L831.095,115.505 C845.725,121.739 844.026,133.211 827.299,141.129 L773.500,167.499");
    -webkit-animation: moveAlongPath 5s linear infinite;
    -o-animation: moveAlongPath 5s linear infinite;
    animation: moveAlongPath 5s linear infinite
}

.index_yinqing .moving-triangle-6 {
    offset-path: path("M300.802,391.838 L10.615,269.395 C-4.016,263.162 -2.317,251.689 14.410,243.771 L516.129,7.768 C532.856,-0.150 558.276,-1.516 572.907,4.718 L775.101,91.832");
    -webkit-animation: moveAlongPath 12s linear infinite;
    -o-animation: moveAlongPath 12s linear infinite;
    animation: moveAlongPath 12s linear infinite
}

.index_yinqing .moving-triangle-7 {
    offset-path: path("M341.799,391.051 L110.606,289.044 C95.975,282.810 97.675,271.337 114.401,263.419 L382.500,141.500");
    -webkit-animation: moveAlongPath 10s linear infinite;
    -o-animation: moveAlongPath 10s linear infinite;
    animation: moveAlongPath 10s linear infinite
}

.index_yinqing .moving-triangle-8 {
    offset-path: path("M1075.877,231.431 L1220.075,294.163 C1234.706,300.397 1233.006,311.870 1216.280,319.788 L727.561,549.001 C710.834,556.919 685.413,558.285 670.783,552.051 L353.500,411.499");
    -webkit-animation: moveAlongPath 15s linear infinite;
    -o-animation: moveAlongPath 15s linear infinite;
    animation: moveAlongPath 15s linear infinite
}

.index_yinqing .moving-triangle-9 {
    offset-path: path("M808.300,305.743 L526.566,443.666 C509.839,451.584 484.419,452.950 469.788,446.716 L363.597,398.361");
    -webkit-animation: moveAlongPath 11s linear infinite;
    -o-animation: moveAlongPath 11s linear infinite;
    animation: moveAlongPath 11s linear infinite
}

.index_yinqing .infocont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

.index_yinqing .infocont .item {
    position: absolute;
    width: 0;
    height: 0;
    cursor: pointer
}

.index_yinqing .infocont .item .bicon {
    width: 1.27rem;
    height: 1.03rem;
    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%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_yinqing .infocont .item .dotcont {
    position: absolute;
    top: -webkit-calc(100% + 0.2rem);
    top: calc(100% + 0.2rem);
    left: 0.1rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    z-index: 4;
    text-align: left
}

.index_yinqing .infocont .item .dotcont .dotsc {
    width: 0.33rem;
    height: 0.33rem;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_yinqing .infocont .item .dotcont .dotsc span {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -0.16rem 0 0 -0.16rem;
    border-radius: 50%;
    background-color: #fff;
    -webkit-animation: round1 3s linear infinite;
    -o-animation: round1 3s linear infinite;
    animation: round1 3s linear infinite
}

.index_yinqing .infocont .item .dotcont .desc {
    width: 0.33rem;
    height: 0.33rem;
    border-radius: 0.2rem;
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
    z-index: 4
}

.index_yinqing .infocont .item .dotcont .desc .sicon {
    width: 0.33rem;
    height: 0.33rem;
    border-radius: 0.22rem;
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_yinqing .infocont .item .dotcont .desc .jh {
    display: block;
    text-align: center;
    width: 0.33rem;
    height: 0.33rem;
    color: #fe0700;
    font-weight: bold;
    font-size: 0.22rem;
    border-radius: 50%
}

.index_yinqing .infocont .item .dotcont .desc .jh::after {
    content: "+";
    display: block
}

.index_yinqing .infocont .item .dotcont .desc .tit {
    display: block;
    font-size: 0.15rem;
    line-height: 0.33rem;
    min-width: 1rem;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.4rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_yinqing .infocont .item .dotcont .desc .text {
    font-size: 0.14rem;
    opacity: 0;
    padding: 0.25rem 0.1rem;
    position: absolute;
    left: 0.1rem;
    right: 0.1rem;
    top: 0.4rem;
    min-width: 1rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_yinqing .infocont .item:hover {
    z-index: 5
}

.index_yinqing .infocont .item:hover .bicon {
    margin-top: -0.1rem
}

.index_yinqing .infocont .item:hover .dotcont {
    opacity: 1
}

.index_yinqing .infocont .item:hover .dotcont .desc {
    width: 2.25rem;
    height: 1.35rem;
    padding: 0.1rem
}

.index_yinqing .infocont .item:hover .dotcont .desc .sicon {
    width: 100%;
    background-color: rgba(254, 7, 0, 0.7)
}

.index_yinqing .infocont .item:hover .dotcont .desc .jh {
    background-color: transparent;
    color: #fff
}

.index_yinqing .infocont .item:hover .dotcont .desc .tit {
    opacity: 1
}

.index_yinqing .infocont .item:hover .dotcont .desc .text {
    opacity: 1
}

.index_yinqing .infocont .item:nth-child(1) {
    left: -webkit-calc((710 / 1236) * 100%);
    left: calc((710 / 1236) * 100%);
    top: -webkit-calc((48 / 649) * 100%);
    top: calc((48 / 649) * 100%)
}

.index_yinqing .infocont .item:nth-child(2) {
    left: -webkit-calc((1025 / 1236) * 100%);
    left: calc((1025 / 1236) * 100%);
    top: -webkit-calc((196 / 649) * 100%);
    top: calc((196 / 649) * 100%)
}

.index_yinqing .infocont .item:nth-child(3) {
    left: -webkit-calc((760 / 1236) * 100%);
    left: calc((760 / 1236) * 100%);
    top: -webkit-calc((167 / 649) * 100%);
    top: calc((167 / 649) * 100%)
}

.index_yinqing .infocont .item:nth-child(4) {
    left: -webkit-calc((410 / 1236) * 100%);
    left: calc((410 / 1236) * 100%);
    top: -webkit-calc((112 / 649) * 100%);
    top: calc((112 / 649) * 100%)
}

.index_yinqing .infocont .item:nth-child(5) {
    left: -webkit-calc((842 / 1236) * 100%);
    left: calc((842 / 1236) * 100%);
    top: -webkit-calc((280 / 649) * 100%);
    top: calc((280 / 649) * 100%)
}

.index_yinqing .infocont .item:nth-child(6) {
    left: -webkit-calc((520 / 1236) * 100%);
    left: calc((520 / 1236) * 100%);
    top: -webkit-calc((286 / 649) * 100%);
    top: calc((286 / 649) * 100%)
}

.index_yinqing .infocont .item:nth-child(7) {
    left: -webkit-calc((330 / 1236) * 100%);
    left: calc((330 / 1236) * 100%);
    top: -webkit-calc((370 / 649) * 100%);
    top: calc((370 / 649) * 100%)
}

.index_yinqing .iybtn {
    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_yitiji {
    background: url(../images/iytbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.1rem;
    padding-bottom: 1.4rem;
    height: 10.8rem
}

.index_yitiji .bd {
    margin: 1.6rem 0 0 0;
    position: relative
}

.index_yitiji dl {
    margin: 0 0 0.51rem;
    width: 31.25%
}

.index_yitiji dl dt {
    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;
    cursor: pointer
}

.index_yitiji dl dt .dot {
    width: 0.1rem;
    height: 0.1rem;
    border: 2px solid #b60600;
    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: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_yitiji dl dt .dot::after {
    content: "";
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    border: 3px solid #b60600;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.13rem 0 0 -0.13rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.index_yitiji dl dt .title {
    padding: 0 0 0 0.46rem;
    font-size: 0.22rem;
    font-weight: bold;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.index_yitiji dl dt .title img {
    height: 0.37rem;
    margin: 0 0.2rem 0 0;
    display: none
}

.index_yitiji dl dd {
    padding: 0.38rem 0 0.6rem 0.53rem;
    display: none
}

.index_yitiji dl dd .desc {
    font-size: 0.16rem;
    color: #5e5e5e;
    margin: 0 0 0.7rem;
    display: -webkit-box;
    height: 1.2rem;
    line-height: .24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.index_yitiji dl dd .btns {
    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
}

.index_yitiji .list {
    width: 58.43%;
    position: absolute;
    right: 0;
    top: 0;
    display: none
}

.index_yitiji .list ul {
    margin: -0.08rem
}

.index_yitiji .list li {
    width: 50%;
    padding: 0.08rem
}

.index_yitiji .list .box {
    height: 100%;
    border-radius: 0.1rem;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.45rem 0.6rem;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.index_yitiji .list .box .name {
    font-size: 0.18rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 0.2rem;
    display: -webkit-box;
    height: .48rem;
    line-height: .24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.index_yitiji .list .box .name::before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.17rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b60600), to(#e09996));
    background-image: -webkit-linear-gradient(top, #b60600 0%, #e09996 100%);
    background-image: -o-linear-gradient(top, #b60600 0%, #e09996 100%);
    background-image: linear-gradient(to bottom, #b60600 0%, #e09996 100%);
    position: absolute;
    left: 0.01rem;
    top: 0.05rem;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg)
}

.index_yitiji .list .box .text {
    margin: 0.36rem 0 0 0;
    font-size: 0.15rem;
    color: #5e5e5e;
    display: -webkit-box;
    height: 1.44rem;
    line-height: .24rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_yitiji .list .box:hover {
    background-color: #b60600;
    background-image: url(../images/bglo.png);
    background-position: 100% 0;
    color: #fff
}

.index_yitiji .list .box:hover .name::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e09996));
    background-image: -webkit-linear-gradient(top, #fff 0%, #e09996 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e09996 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e09996 100%)
}

.index_yitiji .list .box:hover .text {
    color: #fff
}

.index_yitiji .item.cur dl dt .dot {
    background-color: #b60600
}

.index_yitiji .item.cur dl dt .dot::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.index_yitiji .item.cur dl dt .title img {
    display: block
}

.index_yitiji .item.cur .list {
    display: block
}

.index_yitiji .item:first-child dl dd {
    display: block
}

.index_solution {
    position: relative
}

.index_solution::after,
.index_solution::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.index_solution::before {
    background-color: rgba(0, 0, 0, 0.2)
}

.index_solution::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.3) 100%);
    z-index: 3
}

.index_solution .index_title {
    width: 100%;
    position: absolute;
    top: 1.2rem;
    left: 0;
    z-index: 4
}

.index_solution .mySwiper {
    height: 9.82rem;
    overflow: hidden
}

.index_solution .mySwiper .swiper-slide {
    overflow: hidden
}

.index_solution .mySwiper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index_solution .bd {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 4
}

.index_solution .btn {
    margin: 0;
    top: auto;
    bottom: 1.2rem
}

.index_solution .btn::after {
    color: #fff;
    font-size: 0.16rem
}

.index_solution .swiper-button-prev {
    left: 0.98rem
}

.index_solution .swiper-button-next {
    right: 0.98rem
}

.index_solution .mySwiper2 {
    overflow: hidden;
    text-align: center;
    color: #fff;
    padding: 0 0 1.12rem
}

.index_solution .mySwiper2 .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.index_solution .mySwiper2 .swiper-slide {
    cursor: pointer
}

.index_solution .mySwiper2 .icon {
    padding: 0 0 0.2rem
}

.index_solution .mySwiper2 .icon img {
    max-height: 0.29rem
}

.index_solution .mySwiper2 .name {
    font-size: 0.18rem;
    font-family: "albbMedium";
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.index_solution .mySwiper2 .cmore {
    display: none
}

.index_solution .mySwiper2 .swiper-slide-thumb-active .icon {
    display: none
}

.index_solution .mySwiper2 .swiper-slide-thumb-active .name {
    font-size: 0.3rem;
    font-family: "albbBold";
    padding: 0 0 0.5rem
}

.index_solution .mySwiper2 .swiper-slide-thumb-active .cmore {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.index_partner {
    padding: 1.55rem 0.48rem 0
}

.index_partner .bd {
    margin: -0.1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.9rem 0 0 0
}

.index_partner .item {
    padding: 0.1rem;
    text-align: center;
    width: 15.5%
}

.index_partner .item .box {
    border-radius: 0.1rem;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), color-stop(50%, #fff), to(#dfdfdf));
    background: -webkit-linear-gradient(top, #ededed 0%, #fff 50%, #dfdfdf 100%);
    background: -o-linear-gradient(top, #ededed 0%, #fff 50%, #dfdfdf 100%);
    background: linear-gradient(to bottom, #ededed 0%, #fff 50%, #dfdfdf 100%);
    height: 100%;
    position: relative;
    -webkit-box-shadow: 0px 0.15rem 0.3rem 0px rgba(151, 154, 160, 0.2);
    box-shadow: 0px 0.15rem 0.3rem 0px rgba(151, 154, 160, 0.2)
}

.index_partner .item .box::after {
    content: "";
    display: block;
    width: -webkit-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: calc(100% - 4px);
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 0.1rem;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f2f3), color-stop(51%, #fff), color-stop(80%, #f1f2f3), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f1f2f3 0%, #fff 51%, #f1f2f3 80%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #f1f2f3 0%, #fff 51%, #f1f2f3 80%, #fff 100%);
    background-image: linear-gradient(0deg, #f1f2f3 0%, #fff 51%, #f1f2f3 80%, #fff 100%)
}

.index_partner .item .title {
    font-size: 0.21rem;
    font-family: "albbSemiBold";
    position: relative;
    z-index: 4;
    padding: 0.47rem 0.3rem 0.43rem;
    border-bottom: 1px solid #fff
}

.index_partner .item ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 4;
    border-top: 1px solid #d9d9d9;
    padding: 0.2rem 0
}

.index_partner .item ul li {
    padding: 0.2rem;
    width: 100%;
    overflow: hidden
}

.index_partner .item ul li:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.index_partner .item 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
}

.index_partner .item:first-child {
    width: 43%
}

.index_partner .item:first-child ul li {
    width: 33.333%
}

.index_partner .item:nth-child(2) {
    width: 26%
}

.index_partner .item:nth-child(2) ul li {
    width: 50%
}

.index_service {
    padding: 1.4rem 0.5rem 0
}

.index_service .bd {
    padding: 0.95rem 0 0 0;
    margin: -0.13rem
}

.index_service .item {
    width: 50%;
    padding: 0.13rem
}

.index_service .box {
    position: relative;
    border-radius: 0.15rem;
    overflow: hidden
}

.index_service .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.index_service .box::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/iseimgbg.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}

.index_service .box .info {
    position: absolute;
    left: 0;
    bottom: 0.98rem;
    z-index: 2;
    width: 100%;
    padding: 0 0.8rem
}

.index_service .box .icon {
    padding: 0 0 0.7rem
}

.index_service .box .icon img {
    height: 0.58rem
}

.index_service .box .name {
    font-size: 0.32rem;
    font-family: "albbMedium";
    color: #fff
}

.index_service .box .alink {
    max-width: 4.5rem;
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.45rem 0 0 0
}

.index_service .box .alink a {
    font-size: 0.18rem;
    font-family: "albbMedium";
    margin: 0.24rem 0.3rem 0 0;
    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
}

.index_service .box .alink a::before {
    content: "";
    display: block;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #b60600;
    border-radius: 50%;
    margin: 0 0.1rem 0 0
}

.index_service .box .cmore {
    position: absolute;
    right: 0.68rem;
    bottom: 0;
    background-color: #fff;
    color: #b60600
}

.index_service .box .cmore::after,
.index_service .box .cmore::before {
    background-color: #fff;
    display: none
}

.index_service .box:hover::after {
    background: rgba(234, 234, 234, 0.83)
}

.index_service .box:hover .name {
    color: #171616
}

.index_service .box:hover .icon,
.index_service .box:hover .name {
    -webkit-animation: fadeIniup 1s ease both;
    -o-animation: fadeIniup 1s ease both;
    animation: fadeIniup 1s ease both
}

.index_service .box:hover .alink {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: fadeIniup 1s ease both;
    -o-animation: fadeIniup 1s ease both;
    animation: fadeIniup 1s ease both
}

.index_service .box:hover .cmore {
    background-color: #b60600;
    color: #fff
}

.index_service .box:hover .cmore::before,
.index_service .box:hover .cmore::after {
    display: block
}

.index_toggier {
    background: url(../images/iyqbg.jpg) no-repeat 0 center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 2.4rem;
    padding-bottom: 2.3rem;
    text-align: center
}

.index_toggier .ysbtn {
    margin: 0.5rem 0 0 0
}

.comdotext {
    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
}

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

.comdotext.cur .comdot {
    display: block
}

.comdot {
    position: relative;
    width: 0.23rem;
    height: 0.08rem;
    margin: 0 0.3rem 0 0;
    display: none
}

.comdot .dot {
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffe3e2
}

.comdot .dot:nth-child(1) {
    opacity: 0.5;
    -webkit-animation: redSwap 3s infinite ease-in-out;
    -o-animation: redSwap 3s infinite ease-in-out;
    animation: redSwap 3s infinite ease-in-out
}

.comdot .dot:nth-child(2) {
    -webkit-animation: blueSwap 3s infinite ease-in-out;
    -o-animation: blueSwap 3s infinite ease-in-out;
    animation: blueSwap 3s infinite ease-in-out
}

@-webkit-keyframes redSwap {

    0%,
    100% {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    25% {
        left: 0%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    75% {
        left: 100%;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }
}

@-o-keyframes redSwap {

    0%,
    100% {
        left: 50%;
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    25% {
        left: 0%;
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    75% {
        left: 100%;
        -o-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }
}

@keyframes redSwap {

    0%,
    100% {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    25% {
        left: 0%;
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }

    75% {
        left: 100%;
        -webkit-transform: translate(-100%, -50%);
        -o-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }
}

@-webkit-keyframes blueSwap {

    0%,
    100% {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    25% {
        left: 100%;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }

    75% {
        left: 0%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@-o-keyframes blueSwap {

    0%,
    100% {
        left: 50%;
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    25% {
        left: 100%;
        -o-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }

    75% {
        left: 0%;
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

@keyframes blueSwap {

    0%,
    100% {
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    25% {
        left: 100%;
        -webkit-transform: translate(-100%, -50%);
        -o-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%)
    }

    75% {
        left: 0%;
        -webkit-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%)
    }
}

.news {
    padding-top: 1.46rem;
    padding-bottom: 1.73rem
}

.news .left {
    width: 13.75%
}

.news .right {
    width: 75%
}

.news .bd {
    padding: 1.2rem 0 0 0
}

.news .filter a {
    font-size: 0.18rem;
    font-family: "albbMedium";
    line-height: 0.54rem;
    padding: 0 0.54rem 0 0.29rem;
    border-radius: 0.3rem;
    color: #5e5e5e;
    margin: 0 0 0.1rem
}

.news .filter a.cur {
    background-image: -webkit-gradient(linear, left top, right top, from(#b60701), color-stop(50%, #d64e4e), to(#b60701));
    background-image: -webkit-linear-gradient(left, #b60701 0%, #d64e4e 50%, #b60701 100%);
    background-image: -o-linear-gradient(left, #b60701 0%, #d64e4e 50%, #b60701 100%);
    background-image: linear-gradient(90deg, #b60701 0%, #d64e4e 50%, #b60701 100%);
    -webkit-background-size: 200% 100%;
    background-size: 200% 100%;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
    color: #fff;
    margin: 0 0 0.3rem
}

.news .filter a:hover {
    color: #b60600
}

.news .list {
    padding: 0 0 1rem
}

.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.5rem -0.3rem
}

.news .list ul li {
    width: 33.333%;
    padding: 0.5rem 0.3rem
}

.news .list ul li a {
    display: block;
    overflow: hidden
}

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

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

.news .list ul li .img {
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem
}

.news .list ul li .img::before {
    content: "";
    display: block;
    padding-top: 66.666%
}

.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 .date {
    font-size: 0.15rem;
    color: #5e5e5e;
    font-family: "albbRegular";
    padding: 0.3rem 0 0.2rem
}

.news .list ul li .title {
    font-size: 0.22rem;
    display: -webkit-box;
    height: .6rem;
    line-height: .3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 0 0.32rem
}

.news .list ul li .more {
    display: inline-block;
    line-height: 0.4rem;
    border-radius: 0.04rem;
    padding: 0 0.25rem;
    font-size: 0.15rem;
    font-family: "albbRegular";
    border: 1px solid #b60600;
    color: #b60600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.news .list ul li:hover .more {
    background-color: #b60600;
    color: #fff
}

.news_form {
    max-width: 5.9rem;
    margin: 0 auto;
    background-color: #eaeaea;
    border-radius: 0.3rem;
    position: relative
}

.news_form .input_text {
    width: 100%;
    line-height: 0.6rem;
    padding: 0 0.6rem 0 0.4rem;
    font-size: 0.16rem
}

.news_form .input_text::-webkit-input-placeholder {
    font-family: "albbRegular"
}

.news_form .input_text::-moz-placeholder {
    font-family: "albbRegular"
}

.news_form .input_text:-ms-input-placeholder {
    font-family: "albbRegular"
}

.news_form .input_text::placeholder {
    font-family: "albbRegular"
}

.news_form .input_btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0.3rem;
    width: 0.18rem;
    height: 0.18rem;
    background: url(../images/search2.png) no-repeat center center;
    -webkit-background-size: auto auto;
    background-size: auto
}

.news_detail {
    position: relative;
    z-index: 2;
    padding-bottom: 1.4rem
}

.news_detail .content {
    margin-top: -2rem;
    background-color: #fff;
    padding: 0.9rem 1.4rem 2.6rem;
    font-size: 0.16rem;
    line-height: 1.625;
    color: #5e5e5e
}

.news_detail .content .f28 {
    color: #171717
}

.news_detail .content b {
    color: #171717
}

.news_detail .news_page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.7rem 0 1.2rem
}

.news_detail .news_page a {
    display: block;
    width: 49.5%;
    text-align: center;
    line-height: 1.4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    font-size: 0.17rem;
    padding: 0 1rem
}

.news_detail .news_page a 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.47rem;
    height: 0.47rem;
    background-color: #b60600;
    color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -0.23rem;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.news_detail .news_page a span::before {
    content: "\ee39"
}

.news_detail .news_page .prev a span {
    left: 0.47rem;
    -webkit-transform: translateX(-0.1rem);
    -ms-transform: translateX(-0.1rem);
    -o-transform: translateX(-0.1rem);
    transform: translateX(-0.1rem)
}

.news_detail .news_page .prev a span::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.news_detail .news_page .next a span {
    right: 0.47rem;
    -webkit-transform: translateX(0.1rem);
    -ms-transform: translateX(0.1rem);
    -o-transform: translateX(0.1rem);
    transform: translateX(0.1rem)
}

.news_detail .news_page a:hover {
    text-decoration: underline
}

.news_detail .news_page a:hover span {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.news_recommend {
    padding: 0.95rem 1.35rem 1.4rem;
    background-color: #fff
}

.news_recommend .title {
    font-size: 0.34rem;
    font-family: "albbMedium"
}

.news_recommend .list {
    padding: 0.4rem 0 0 0
}

.news_recommend .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.5rem -0.3rem
}

.news_recommend .list ul li {
    width: 33.333%;
    padding: 0.5rem 0.3rem
}

.news_recommend .list ul li a {
    display: block;
    overflow: hidden
}

.news_recommend .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)
}

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

.news_recommend .list ul li .img {
    position: relative;
    overflow: hidden
}

.news_recommend .list ul li .img::before {
    content: "";
    display: block;
    padding-top: 66.666%
}

.news_recommend .list ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.news_recommend .list ul li .date {
    font-size: 0.15rem;
    color: #5e5e5e;
    font-family: "albbRegular";
    padding: 0.3rem 0 0.2rem
}

.news_recommend .list ul li .title {
    font-size: 0.22rem;
    display: -webkit-box;
    height: .6rem;
    line-height: .3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 0 0 0.32rem
}

.news_recommend .list ul li .more {
    display: inline-block;
    line-height: 0.4rem;
    border-radius: 0.04rem;
    padding: 0 0.25rem;
    font-size: 0.15rem;
    font-family: "albbRegular";
    border: 1px solid #b60600;
    color: #b60600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.news_recommend .list ul li:hover .more {
    background-color: #b60600;
    color: #fff
}

.detail_banner .info {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.inside_subnav {
    border-bottom: 1px solid #ededed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.inside_subnav a {
    font-size: 0.16rem;
    font-family: "SourceRegular";
    margin: 0 0.96rem 0 0;
    padding: 0.18rem 0;
    position: relative
}

.inside_subnav a::after {
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background-color: #b60600;
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -1px
}

.inside_subnav a:last-child {
    margin: 0
}

.inside_subnav a.cur::after {
    width: 100%
}

.inside_subnav a:hover {
    color: #b60600
}

.inside_title {
    overflow: hidden
}

.inside_title .btitle {
    font-size: 0.4rem;
    line-height: 1.2;
    font-family: "SourceBold"
}

.inside_title.center {
    text-align: center
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.01);
        -o-transform: scale(0.01);
        transform: scale(0.01);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(3);
        -o-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

.contact_A {
    padding-top: 1.1rem
}

.contact_A .bd {
    margin: 1rem 0 0 0;
    position: relative
}

.contact_A .wrap {
    position: relative
}

.contact_A .wrap .img img {
    width: 100%
}

.contact_A .dotcont {
    position: absolute;
    left: -webkit-calc((1190/1600)*100%);
    left: calc((1190/1600)*100%);
    top: -webkit-calc((315/773)*100%);
    top: calc((315/773)*100%);
    width: 0;
    height: 0
}

.contact_A .dotcont .text {
    font-size: 0.24rem;
    font-family: "albbBold";
    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;
    background-color: #b60600;
    border-radius: 0.37rem;
    color: #fff;
    width: 2.4rem;
    height: 0.72rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.36rem 0 0 -1.2rem;
    -webkit-transform: translateY(-0.63rem);
    -ms-transform: translateY(-0.63rem);
    -o-transform: translateY(-0.63rem);
    transform: translateY(-0.63rem)
}

.contact_A .dotcont .text img {
    margin: 0 0.2rem 0 0;
    height: 0.4rem
}

.contact_A .dotcont .text::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 0.14rem solid #b60600;
    border-left: 0.07rem solid transparent;
    border-right: 0.07rem solid transparent;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -0.14rem
}

.contact_A .dotcont .dot {
    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%);
    width: 0;
    height: 0
}

.contact_A .dotcont .dot::after,
.contact_A .dotcont .dot::before {
    content: "";
    display: block;
    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%);
    border-radius: 50%
}

.contact_A .dotcont .dot::before {
    width: 0.06rem;
    height: 0.06rem;
    background-color: #fff;
    z-index: 4
}

.contact_A .dotcont .dot::after {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #b60600
}

.contact_A .dotcont .dot span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 0.8rem;
    height: 0.8rem;
    margin: -0.4rem 0 0 -0.4rem;
    background-color: rgba(182, 6, 0, 0.2);
    -webkit-animation: ripple 5s ease-in-out infinite;
    -o-animation: ripple 5s ease-in-out infinite;
    animation: ripple 5s ease-in-out infinite;
    opacity: 0
}

.contact_A .dotcont .dot span:nth-child(2) {
    -webkit-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.contact_A .dotcont .dot span:nth-child(3) {
    -webkit-animation-delay: 3s;
    -o-animation-delay: 3s;
    animation-delay: 3s
}

.contact_A .infocont {
    position: absolute;
    top: 0.6rem;
    left: 0.7rem;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 0.2rem;
    padding: 0.75rem 0.7rem 0.3rem;
    max-width: 7.7rem
}

.contact_A .infocont .title {
    font-size: 0.28rem;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    position: relative;
    padding: 0 0 0.42rem
}

.contact_A .infocont .title::after {
    content: "";
    display: block;
    width: 0.5rem;
    height: 0.03rem;
    background-color: #b60600;
    position: absolute;
    left: 0;
    bottom: -1px
}

.contact_A .infocont .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact_A .infocont dl {
    width: 50%;
    padding: 0.5rem 0 0.45rem
}

.contact_A .infocont dl dt {
    font-size: 0.2rem;
    font-family: "albbBold";
    padding: 0 0 0.15rem
}

.contact_A .infocont dl dd {
    font-size: 0.16rem;
    font-family: "albbRegular";
    color: #777777
}

.contact_A .infocont dl dd a {
    color: #b60600;
    font-family: "InterB";
    font-size: 0.2rem
}

.contact_A .infocont dl dd p {
    padding: 0 0 0.15rem
}

.contact_A .infocont dl:first-child {
    width: 100%;
    border-bottom: 1px solid #cccccc
}

.contact_B {
    padding-top: 1.88rem;
    padding-bottom: 1.88rem
}

.contact_B .bd {
    padding: 1.1rem 0 0 0
}

.join_A {
    background-color: #f8f8f8;
    padding-top: 1.05rem;
    padding-bottom: 1.82rem
}

.join_A .list {
    padding: 1.05rem 0 0 0
}

.join_A .list 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;
    margin: -0.14rem
}

.join_A .list ul li {
    width: 17.875%;
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
    padding: 0.14rem
}

.join_A .list ul li .box {
    height: 5.14rem;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0.13rem 0.21rem 2.4px rgba(140, 80, 80, 0.07);
    box-shadow: 0px 0.13rem 0.21rem 2.4px rgba(140, 80, 80, 0.07)
}

.join_A .list ul li .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.join_A .list ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.join_A .list ul li .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    padding: 0.85rem 0.7rem;
    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;
    text-align: center
}

.join_A .list ul li .info .name {
    font-size: 0.3rem;
    font-family: "SourceBold"
}

.join_A .list ul li .info .name::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.04rem;
    background-color: #b60600;
    margin: 0.3rem 0 0 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0
}

.join_A .list ul li .info .text {
    font-size: 0.16rem;
    color: #777777;
    display: -webkit-box;
    height: 1.12rem;
    line-height: .28rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: 0.28rem 0 0;
    max-width: 4.1rem;
    opacity: 0
}

.join_A .list ul li .info .icon img {
    max-height: 0.51rem
}

.join_A .list ul li.cur {
    width: 64.25%
}

.join_A .list ul li.cur .img {
    opacity: 1
}

.join_A .list ul li.cur .info {
    text-align: left
}

.join_A .list ul li.cur .info .name::after {
    opacity: 1
}

.join_A .list ul li.cur .info .text {
    opacity: 1
}

.join_B {
    padding-top: 1.5rem
}

.join_B .list {
    padding: 0.73rem 0 0
}

.join_B .list .hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 0.18rem;
    font-family: "SourceBold";
    padding: 0.27rem 0.6rem 0.27rem 0.8rem;
    background-color: #5a5a5a;
    color: #fff
}

.join_B .list .comp {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.join_B .list .comp p {
    text-align: left;
    width: 20%
}

.join_B .list .comp p:first-child {
    width: 40%
}

.join_B .list .comp p:last-child {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 0.4rem;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none
}

.join_B .list dl {
    border-bottom: 1px solid #ecedf0;
    margin: 0.08rem 0 0 0
}

.join_B .list dl dt {
    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;
    cursor: pointer;
    font-size: 0.19rem;
    padding: 0.36rem 0.6rem 0.36rem 0.8rem;
    background-color: #ececec
}

.join_B .list dl dt p {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.join_B .list dl dt p:last-child span {
    width: 0.16rem;
    height: 0.16rem;
    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
}

.join_B .list dl dt p:last-child span::before,
.join_B .list dl dt p:last-child span::after {
    content: "";
    display: block;
    background-color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.join_B .list dl dt p:last-child span::before {
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.5px
}

.join_B .list dl dt p:last-child span::after {
    width: 2px;
    height: 100%
}

.join_B .list dl dd {
    padding: 0.75rem 0.6rem 1.26rem 0.8rem;
    font-size: 0.16rem;
    line-height: 1.875;
    display: none;
    color: #777777;
    background-color: #f8f8f8
}

.join_B .list dl dd .info b {
    font-size: 0.19rem;
    font-weight: normal;
    color: #000000
}

.join_B .list dl dd .info div {
    width: 46%
}

.join_B .list dl.cur {
    border-color: #f9fafd;
    background-color: #fff
}

.join_B .list dl.cur dt {
    background-color: #b60600;
    color: #fff
}

.join_B .list dl.cur dt p:last-child span {
    background-color: #b60600;
    border-color: #b60600
}

.join_B .list dl.cur dt p:last-child span::after,
.join_B .list dl.cur dt p:last-child span::before {
    background-color: #fff
}

.join_B .list dl.cur dt p:last-child span::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.f24 {
    font-size: 0.24rem
}

.about_A {
    background: url(../images/aabg.jpg) no-repeat 0 100%;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.26rem;
    padding-bottom: 2.1rem
}

.about_A .comcnums {
    padding: 1rem 0 0 0
}

.about_A .comcnums .item {
    padding: 0.65rem 0 0 0
}

.about_A .left {
    width: 37.5%
}

.about_A .right {
    width: 50%
}

.about_A .right>div {
    padding: 0 0 0.86rem
}

.about_A .right>div:last-child {
    padding: 0
}

.about_A .f24 {
    font-weight: bold
}

.about_A .desc {
    font-size: 0.16rem;
    color: #777777;
    line-height: 2.25;
    padding: 0.24rem 0 0 0
}

.about_B {
    background: url(../images/abbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.77rem;
    padding-bottom: 1.9rem;
    color: #fff;
    position: relative
}

.about_B video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about_B::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.about_B .left {
    width: 23.75%;
    position: relative;
    z-index: 3
}

.about_B .right {
    width: 76%;
    position: relative;
    z-index: 3
}

.about_B .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.8rem -0.9rem
}

.about_B .list .item {
    width: 33.333%;
    padding: 0.8rem 0.9rem
}

.about_B .list .item .icon img {
    height: 0.4rem
}

.about_B .list .item .name {
    font-size: 0.24rem;
    font-weight: bold;
    padding: 0.42rem 0 0.3rem
}

.about_B .list .item .text {
    font-size: 0.18rem;
    line-height: 2
}

.swiperbot {
    text-align: center
}

.swiperbot .swrap {
    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;
    position: relative
}

.swiperbot .btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.swiperbot .swiper-button-prev {
    left: -0.54rem
}

.swiperbot .swiper-button-next {
    right: -0.54rem
}

.about_C {
    padding-top: 1.5rem;
    padding-bottom: 1.08rem
}

.about_C .bd {
    padding: 1.05rem 0 0 0
}

.about_C .mySwiper {
    overflow: hidden;
    padding: 0 0 1rem
}

.about_C .mySwiper .img {
    border: 3px solid #d4d4d4
}

.about_C .mySwiper .img img {
    width: 100%
}

.about_C .mySwiper .text {
    font-size: 0.18rem;
    padding: 0.35rem 0 0 0;
    text-align: center
}

.about_D {
    background-color: #eff0f2;
    padding-top: 1.6rem;
    padding-bottom: 1.84rem;
    overflow: hidden
}

.about_D .left {
    width: 21.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_D .right {
    width: 73%;
    padding: 0.65rem 0 0 0;
    position: relative
}

.about_D .tab span {
    display: block;
    cursor: pointer;
    font-size: 0.21rem;
    font-family: "albbSemiBold";
    margin: 0 0 0.55rem
}

.about_D .tab span.cur {
    color: #b60600
}

.about_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;
    margin: -0.11rem -0.1rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(0.5rem);
    -ms-transform: translateY(0.5rem);
    -o-transform: translateY(0.5rem);
    transform: translateY(0.5rem)
}

.about_D .item ul li {
    width: 25%;
    padding: 0.11rem 0.1rem
}

.about_D .item ul li .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1.56rem;
    background-color: #fff;
    border-radius: 0.1rem;
    padding: 0.2rem;
    -webkit-box-shadow: 0px 9px 0.31rem 6.08px rgba(152, 163, 190, 0.14);
    box-shadow: 0px 9px 0.31rem 6.08px rgba(152, 163, 190, 0.14)
}

.about_D .item ul li:nth-child(2n) {
    -webkit-transform: translateY(-0.63rem);
    -ms-transform: translateY(-0.63rem);
    -o-transform: translateY(-0.63rem);
    transform: translateY(-0.63rem)
}

.about_D .item.active ul {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.about_D .item.leave ul {
    -webkit-transform: translateY(-0.5rem);
    -ms-transform: translateY(-0.5rem);
    -o-transform: translateY(-0.5rem);
    transform: translateY(-0.5rem)
}

.support_problems {
    padding-top: 1rem;
    padding-bottom: 1.15rem
}

.support_problems .bd {
    padding-top: 1.3rem
}

.support_problems .left {
    width: 18.125%
}

.support_problems .right {
    width: 76%
}

.support_problems .sub a {
    display: block;
    padding: 0 0.3rem 0 0.85rem;
    line-height: 0.66rem;
    position: relative;
    font-size: 0.2rem;
    color: #5e5e5e;
    border-radius: 0.35rem;
    margin: 0 0 0.12rem
}

.support_problems .sub a img {
    height: 0.2rem;
    position: absolute;
    left: 0.38rem;
    top: 50%;
    margin-top: -0.1rem
}

.support_problems .sub a.cur {
    background-color: #fff;
    color: #000000;
    -webkit-box-shadow: 0px 4px 0.12rem 0px rgba(185, 185, 185, 0.4);
    box-shadow: 0px 4px 0.12rem 0px rgba(185, 185, 185, 0.4)
}

.support_problems .list {
    padding: 0 0 0.9rem
}

.support_problems .list dl {
    border-bottom: 1px solid #f1f1f1;
    padding: 0.35rem 0
}

.support_problems .list dl dt {
    font-size: 0.18rem
}

.support_problems .list dl dt span {
    color: #b60600;
    margin: 0 0.15rem 0 0
}

.support_problems .list dl dd {
    font-size: 0.16rem;
    color: #5e5e5e;
    padding: 0.25rem 0 0 0
}

.support_problems .list dl:first-child {
    padding-top: 0
}

.support_technical {
    background-color: #f8f8f8;
    padding-top: 1.06rem;
    padding-bottom: 1.82rem
}

.support_technical .filter {
    padding: 0.75rem 0;
    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
}

.support_technical .filter a {
    font-size: 0.18rem;
    color: #5e5e5e;
    line-height: 0.48rem;
    margin: 0 0.05rem;
    padding: 0 0.26rem;
    border-radius: 0.3rem
}

.support_technical .filter a:hover {
    color: #b60600
}

.support_technical .filter a.cur {
    background-color: #b60600;
    color: #fff;
    font-weight: bold
}

.support_technical .list {
    overflow: hidden;
    font-size: 0.18rem;
    padding: 0 0 0.8rem
}

.support_technical .list .topname {
    background-color: #5a5a5a;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.support_technical .list .item {
    width: 20%;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.3rem 0.2rem
}

.support_technical .list .item:first-child {
    width: 60%;
    text-align: left;
    padding: 0.3rem 0.73rem
}

.support_technical .list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #5e5e5e;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.support_technical .list ul li:last-child {
    border-bottom: 0
}

.support_technical .list ul li:hover {
    background-color: #b60600;
    color: #fff
}

.support_technical .list ul li:hover img {
    -webkit-filter: brightness(100);
    filter: brightness(100)
}

.service_customize {
    overflow: hidden;
    padding-top: 1rem;
    padding-bottom: 2.03rem;
    background-color: #f8f8f8
}

.service_customize .list {
    padding: 1rem 0 0 0
}

.service_customize dl {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 1.2rem
}

.service_customize dl dt {
    width: 52.8%;
    position: relative
}

.service_customize dl dt .img {
    position: relative;
    overflow: hidden
}

.service_customize dl dt .img::before {
    content: "";
    display: block;
    padding-top: 44.85%
}

.service_customize dl dt .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.service_customize dl dt .info {
    position: absolute;
    left: 0;
    top: 20%;
    padding: 0.3rem 0.67rem
}

.service_customize dl dt .name {
    font-size: 0.3rem;
    font-weight: bold
}

.service_customize dl dt .num {
    color: #b60600;
    font-size: 0.24rem;
    font-family: "LEMONMILKB";
    padding: 0.65rem 0 0 0
}

.service_customize dl dd {
    width: 47.2%;
    font-size: 0.18rem;
    line-height: 2;
    color: #5e5e5e;
    padding: 0 1.2rem
}

.service_customize dl:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.service_customize dl:last-child {
    padding: 0
}

.service_partnerA {
    padding-top: 1.1rem;
    padding-bottom: 1.7rem
}

.service_partnerA .bd {
    background: url(../images/spaimg1.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 1.08rem 0 0 0;
    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-shadow: 0px 0.1rem 0.3rem 0px rgba(144, 149, 158, 0.13);
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(144, 149, 158, 0.13);
    border-radius: 0.15rem;
    overflow: hidden;
    padding: 0.7rem 0.8rem 0.8rem
}

.service_partnerA .bd .info {
    width: 45.5%
}

.service_partnerA .bd .info .title {
    font-family: "SourceBold"
}

.service_partnerA .bd .info .tel {
    color: #b60600;
    font-family: "LEMONMILKB";
    font-size: 0.36rem;
    padding: 0.45rem 0 0.36rem
}

.service_partnerA .bd .info .lxfs {
    font-size: 0.18rem;
    color: #5e5e5e;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-family: "InterR"
}

.service_partnerA .bd .info .lxfs p {
    width: 50%;
    background: url(../images/spyx.png) no-repeat 0 center;
    padding: 0 0 0 0.34rem;
    margin: 0 0 0.28rem
}

.service_partnerB {
    background: url(../images/spbbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.3rem;
    padding-bottom: 1.65rem
}

.service_partnerB .list {
    padding: 2rem 0 0 0
}

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

.service_partnerB .list ul li {
    width: 25%;
    padding: 0.08rem
}

.service_partnerB .list ul li .box {
    -webkit-box-shadow: 0px 0.1rem 0.3rem 0px rgba(144, 149, 158, 0.15);
    box-shadow: 0px 0.1rem 0.3rem 0px rgba(144, 149, 158, 0.15);
    background-color: #fff;
    border-radius: 0.1rem;
    text-align: center;
    padding: 0 0.3rem 0.68rem;
    height: 100%
}

.service_partnerB .list ul li .icon {
    -webkit-transform: translateY(-0.56rem);
    -ms-transform: translateY(-0.56rem);
    -o-transform: translateY(-0.56rem);
    transform: translateY(-0.56rem)
}

.service_partnerB .list ul li .icon img {
    max-height: 1.15rem;
    -webkit-filter: drop-shadow(2px 15px 6px rgba(157, 159, 161, 0.3));
    filter: drop-shadow(2px 15px 6px rgba(157, 159, 161, 0.3))
}

.service_partnerB .list ul li .name {
    font-size: 0.22rem;
    font-weight: bold
}

.service_partnerB .list ul li .text {
    font-size: 0.18rem;
    color: #5e5e5e;
    padding: 0.2rem 0 0 0
}

.service_partnerB .list ul li:hover .icon img {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    -o-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem)
}

.service_partnerC {
    padding-top: 1.45rem;
    padding-bottom: 1.25rem
}

.service_partnerC .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.6rem;
    padding: 1.28rem 0 0 0
}

.service_partnerC dl {
    width: 33.333%;
    padding: 0.6rem
}

.service_partnerC dl dt {
    text-align: center;
    border-radius: 0.1rem;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #fff), to(#ffe5e4));
    background-image: -webkit-linear-gradient(top, #fff 30%, #ffe5e4 100%);
    background-image: -o-linear-gradient(top, #fff 30%, #ffe5e4 100%);
    background-image: linear-gradient(to bottom, #fff 30%, #ffe5e4 100%);
    padding: 0.1rem 0 0.27rem;
    position: relative;
    margin: 0 0 0.44rem
}

.service_partnerC dl dt::after {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.27rem;
    background: url(../images/spcjt.png) no-repeat 100% center;
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    left: -webkit-calc(100% + 0.3rem);
    left: calc(100% + 0.3rem);
    top: 50%;
    margin-top: -0.13rem
}

.service_partnerC dl dt .num {
    display: inline-block;
    font-size: 0.3rem;
    color: #b60600;
    font-family: "LEMONMILKB";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #b60600), to(#fff));
    background: -webkit-linear-gradient(top, #b60600 20%, #fff 100%);
    background: -o-linear-gradient(top, #b60600 20%, #fff 100%);
    background: linear-gradient(to bottom, #b60600 20%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent
}

.service_partnerC dl dt .title {
    font-size: 0.26rem;
    font-weight: bold
}

.service_partnerC dl dd {
    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;
    border-radius: 0.1rem;
    background: url(../images/spcddbg.jpg) no-repeat center 0;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin: -0.25rem;
    padding: 0.25rem 0.55rem
}

.service_partnerC dl dd .info {
    width: 45%;
    padding: 0.52rem 0
}

.service_partnerC dl dd .name {
    font-size: 0.2rem;
    font-weight: bold
}

.service_partnerC dl dd .text {
    font-size: 0.16rem;
    line-height: 2.25;
    padding: 0.23rem 0 0 0;
    color: #5e5e5e
}

.service_partnerC dl:last-child dt::after {
    display: none
}

.service_partnerD {
    background: url(../images/spdbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.3rem;
    padding-bottom: 1rem
}

.service_partnerD .inside_title {
    color: #fff
}

.service_partnerD .mySwiper {
    padding: 1.1rem 0 0.74rem;
    overflow: hidden
}

.service_partnerD .mySwiper a {
    display: block;
    background-color: #fff;
    overflow: hidden
}

.service_partnerD .mySwiper a:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.service_partnerD .mySwiper 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
}

.service_partnerD .mySwiper a:hover .title {
    color: #b60600
}

.service_partnerD .mySwiper .img {
    position: relative;
    overflow: hidden
}

.service_partnerD .mySwiper .img::before {
    content: "";
    display: block;
    padding-top: 57.9%
}

.service_partnerD .mySwiper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.service_partnerD .mySwiper .info {
    padding: 0.3rem 0.26rem 0.38rem
}

.service_partnerD .mySwiper .title {
    font-size: 0.2rem;
    display: -webkit-box;
    height: .9rem;
    line-height: .3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: bold
}

.service_partnerD .mySwiper .more {
    color: #5e5e5e;
    padding: 0.2rem 0 0 0
}

.service_partnerE {
    padding-top: 1.4rem;
    padding-bottom: 1.9rem
}

.service_partnerE .list {
    padding: 1.1rem 0 0 0
}

.service_partnerE .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.5rem
}

.service_partnerE .list ul li {
    width: 20%;
    text-align: center;
    padding: 0.5rem
}

.service_partnerE .list ul li .img {
    height: 100%;
    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
}

.service_partnerF {
    background: url(../images/spfbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.9rem;
    padding-bottom: 2.4rem
}

.service_partnerF .left {
    width: 23.125%
}

.service_partnerF .right {
    width: 60%
}

.service_partnerF .desc {
    padding: 0.62rem 0 0 0;
    line-height: 2
}

.service_partnerF .form ul {
    margin: -0.03rem
}

.service_partnerF .form ul li {
    width: 50%;
    padding: 0.03rem
}

.service_partnerF .form ul li input,
.service_partnerF .form ul li textarea {
    background-color: #fff;
    border-radius: 0.06rem
}

.service_partnerF .form ul li input {
    height: 0.7rem
}

.service_partnerF .form ul li textarea {
    height: 2.2rem
}

.service_partnerF .form .btn {
    margin: 0.5rem 0 0
}

.solution {
    padding-top: 1.3rem;
    overflow: hidden
}

.solution dl {
    padding: 0 0 1.55rem
}

.solution dl dt {
    width: 40%;
    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.23rem 0 0.45rem
}

.solution dl dt .name {
    font-size: 0.32rem;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 0 0 0.54rem
}

.solution dl dt .name::before,
.solution dl dt .name::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%
}

.solution dl dt .name::before {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #b60600;
    left: 0.09rem
}

.solution dl dt .name::after {
    left: 0;
    width: 0.26rem;
    height: 0.26rem;
    border: 3px solid #b60600
}

.solution dl dt .name span {
    color: #b60600
}

.solution dl dt .text {
    font-size: 0.18rem;
    line-height: 1.666;
    color: #5e5e5e
}

.solution dl dd {
    width: 50%;
    position: relative;
    border-radius: 0.2rem;
    overflow: hidden;
}

.solution dl dd .img {
    border-radius: 0.2rem;
    background-color: #000;
    position: relative;
    overflow: hidden;
}

.solution dl dd .img::before {
    content: "";
    display: block;
    padding-top: 51%
}

.solution dl dd .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.solution dl dd video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.solution dl dd .img:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.solution dl dd .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
}

.solution dl dd .img img {
    opacity: 0.7
}

.solution dl dd .playbtn {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: url(../images/splay.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%);
    cursor: pointer;
    display: none;
}

.solution dl:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

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

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

@-o-keyframes rounda {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

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

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

.solution_detailA {
    padding-top: 1.07rem;
    padding-bottom: 1.3rem;
    overflow: hidden
}

.solution_detailA .content {
    max-width: 12.2rem;
    margin: 0 auto
}

.solution_detailA .hd {
    padding: 0.7rem 0 0 0
}

.solution_detailA .hd .desc {
    font-size: 0.16rem;
    line-height: 1.5;
    color: #5e5e5e;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.solution_detailA .hd .img {
    width: 30%;
    text-align: right
}

.solution_detailA .bd {
    padding: 0.76rem 0 0 0
}

.solution_detailA .avideo {
    border-radius: 0.2rem;
    position: relative;
    background-color: #000;
    cursor: pointer;
    overflow: hidden
}

.solution_detailA .avideo:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.solution_detailA .avideo 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
}

.solution_detailA .avideo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.5
}

.solution_detailA .avideo span {
    color: #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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    font-size: 0.2rem;
    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%);
    background: url(../images/splay.png) no-repeat center center
}

.solution_detailA .avideo span::after {
    content: "";
    display: block;
    width: 1.15rem;
    height: 1.15rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.57rem 0 0 -0.57rem;
    background: url(../images/sdabg.png) no-repeat center center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-animation: rounda 2.5s linear infinite;
    -o-animation: rounda 2.5s linear infinite;
    animation: rounda 2.5s linear infinite
}

.solution_detailB {
    padding-top: 1.1rem;
    padding-bottom: 1.23rem;
    background-color: #f2f4f7
}

.solution_detailB .mySwiper {
    padding: 0.9rem 0 0.7rem;
    overflow: hidden
}

.solution_detailB .mySwiper .swiper-slide {
    background-color: #fff;
    border-radius: 0.1rem;
    height: auto;
    overflow: hidden
}

.solution_detailB .mySwiper .swiper-slide:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.solution_detailB .mySwiper .swiper-slide 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
}

.solution_detailB .mySwiper .img {
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem
}

.solution_detailB .mySwiper .img::before {
    content: "";
    display: block;
    padding-top: 55.6%
}

.solution_detailB .mySwiper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.solution_detailB .mySwiper .info {
    padding: 0.52rem 0.5rem 0.66rem
}

.solution_detailB .mySwiper .title {
    font-size: 0.22rem
}

.solution_detailB .mySwiper .text {
    font-size: 0.16rem;
    color: #777777;
    padding: 0.2rem 0 0 0
}

.solution_detailC {
    padding-top: 0.94rem;
    padding-bottom: 1.5rem;
    height: 10.04rem;
    overflow: hidden
}

.solution_detailC .tdesc {
    font-size: 0.16rem;
    text-align: center;
    padding: 0.32rem 0 0 0
}

.solution_detailC .bd {
    margin: 0.9rem 0 0 0;
    position: relative
}

.solution_detailC dl {
    margin: 0 0 0.5rem;
    width: 31.25%
}

.solution_detailC dl dt {
    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;
    cursor: pointer
}

.solution_detailC dl dt .dot {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #e4e4e4;
    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: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.solution_detailC dl dt .dot::after {
    content: "";
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    border: 2px solid #e4e4e4;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.11rem 0 0 -0.11rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.solution_detailC dl dt .title {
    padding: 0 0 0 0.46rem;
    font-size: 0.18rem;
    line-height: 1.5
}

.solution_detailC dl dt .title span {
    display: block;
    font-size: 0.16rem
}

.solution_detailC dl dd {
    padding: 0.13rem 0 0.2rem 0.53rem;
    display: none
}

.solution_detailC dl dd .desc {
    font-size: 0.16rem;
    color: #5e5e5e;
    margin: 0 0 0.4rem;
    display: -webkit-box;
    height: .44rem;
    line-height: .22rem;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.solution_detailC dl dd .btns {
    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
}

.solution_detailC .rimg {
    width: 62.5%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    overflow: hidden;
    border-radius: 0.2rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.solution_detailC .rimg img {
    width: 100%
}

.solution_detailC .item.cur dl dt .dot {
    background-color: #b60600
}

.solution_detailC .item.cur dl dt .dot::after {
    border-color: #b60600
}

.solution_detailC .item.cur dl dt .title img {
    display: block
}

.solution_detailC .item.cur .rimg {
    opacity: 1
}

.solution_detailC .item:first-child dl dd {
    display: block
}

.solution_detailD {
    text-align: center;
    background: url(../images/sddbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    height: 9.6rem;
    color: #fff;
    overflow: hidden
}

.solution_detailD::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0
}

.solution_detailD .inside_title {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1.4rem
}

.solution_detailD .inside_title .btitle {
    color: #fff
}

.solution_detailD .content {
    height: 100%;
    position: relative;
    z-index: 2
}

.solution_detailD .item {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    overflow: hidden
}

.solution_detailD .item .img {
    display: none
}

.solution_detailD .item .info {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 1.1rem;
    padding: 0 0.8rem;
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.solution_detailD .item .icon {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 0 0.76rem;
    display: none
}

.solution_detailD .item .icon img {
    max-height: 0.64rem
}

.solution_detailD .item .name {
    font-size: 0.22rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.solution_detailD .item .text {
    font-family: "albbRegular";
    font-size: 0.16rem;
    line-height: 1.5;
    padding: 0.25rem 0 0;
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.solution_detailD .item:hover .icon {
    display: block
}

.solution_detailD .item:hover .info {
    height: 100%
}

.solution_detailD .item:hover .text {
    display: block
}

.solution_detailE {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    overflow: hidden
}

.solution_detailE .list {
    padding-top: 1.3rem
}

.solution_detailE .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.1rem
}

.solution_detailE .list ul li {
    width: 33.333%;
    padding: 0.1rem;
    overflow: hidden
}

.solution_detailE .list ul li:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.solution_detailE .list 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
}

.solution_detailE .list ul li .box {
    position: relative
}

.solution_detailE .list ul li .box::after {
    content: "";
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    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%)
}

.solution_detailE .list ul li .img {
    position: relative;
    overflow: hidden
}

.solution_detailE .list ul li .img::before {
    content: "";
    display: block;
    padding-top: 76.92%
}

.solution_detailE .list ul li .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.solution_detailE .list ul li .text {
    font-size: 0.18rem;
    color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0.5rem
}

.solution_detailF {
    background: url(../images/sdfbg.jpg) no-repeat 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1rem;
    overflow: hidden
}

.solution_detailF .mySwiper {
    padding: 1.2rem 0.6rem 0
}

.solution_detailF .mySwiper .swiper-slide {
    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
}

.solution_detailF .mySwiper dl {
    width: 52.25%;
    padding: 0.2rem 0.9rem 0
}

.solution_detailF .mySwiper dl dt {
    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;
    cursor: pointer
}

.solution_detailF .mySwiper dl dt .dot {
    width: 0.08rem;
    height: 0.08rem;
    background-color: #b60600;
    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: relative;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.solution_detailF .mySwiper dl dt .dot::after {
    content: "";
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    border: 2px solid #b60600;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -0.11rem 0 0 -0.11rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.solution_detailF .mySwiper dl dt .title {
    padding: 0 0 0 0.46rem;
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 1.5;
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.solution_detailF .mySwiper dl dt .title img {
    height: 0.37rem;
    margin: 0 0.2rem 0 0
}

.solution_detailF .mySwiper dl dd {
    padding: 0.4rem 0 0.2rem 0.53rem
}

.solution_detailF .mySwiper dl dd .desc {
    font-size: 0.16rem;
    line-height: 1.5;
    color: #5e5e5e;
    margin: 0 0 0.7rem
}

.solution_detailF .mySwiper dl dd .btns {
    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
}

.solution_detailF .mySwiper .rimg {
    width: 40.6%;
    text-align: center
}

.solution_detailF .mySwiper2 {
    overflow: hidden;
    padding: 1.9rem 0.6rem 1.2rem
}

.solution_detailF .mySwiper2 .box {
    -webkit-box-shadow: 0px 0px 0.3rem 0px rgba(190, 190, 190, 0.4);
    box-shadow: 0px 0px 0.3rem 0px rgba(190, 190, 190, 0.4);
    background-color: #fff;
    padding: 0.32rem;
    border-radius: 0.1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: 100% center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer
}

.solution_detailF .mySwiper2 .box .text {
    font-size: 0.18rem;
    font-weight: bold
}

.solution_detailF .mySwiper2 .swiper-slide-thumb-active .box {
    background-color: #b60600;
    background-image: url(../images/sdflibg.png);
    color: #fff
}

.solution_detailF .mySwiper2 .swiper-slide-thumb-active .box .comdot {
    display: block
}

.solution_detailG {
    padding-top: 1.15rem;
    padding-bottom: 0.7rem
}

.solution_detailG .mySwiper {
    overflow: hidden;
    padding: 0.7rem 0 0.6rem
}

.solution_detailG .mySwiper .swiper-slide {
    height: auto
}

.solution_detailG .mySwiper .box {
    border-radius: 0.1rem;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden
}

.solution_detailG .mySwiper .box:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.solution_detailG .mySwiper .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
}

.solution_detailG .mySwiper .box:hover {
    -webkit-box-shadow: 0px 0.17rem 0.3rem 0px #f0f2f5;
    box-shadow: 0px 0.17rem 0.3rem 0px #f0f2f5
}

.solution_detailG .mySwiper .img {
    position: relative;
    overflow: hidden
}

.solution_detailG .mySwiper .img::before {
    content: "";
    display: block;
    padding-top: 55.33%
}

.solution_detailG .mySwiper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.solution_detailG .mySwiper .info {
    padding: 0.26rem 0.34rem 0.4rem
}

.solution_detailG .mySwiper .title {
    font-size: 0.18rem;
    font-weight: bold
}

.solution_detailG .mySwiper .text {
    font-size: 0.16rem;
    line-height: 1.5;
    color: #5e5e5e;
    padding: 0.1rem 0 0
}

.product {
    padding-top: 1.3rem;
    padding-bottom: 1.76rem
}

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

.product .hd .left {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.product .hd .right {
    width: 50%
}

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

.product .tab {
    font-size: 0.22rem;
    color: #5e5e5e;
    font-family: "albbMedium";
    margin: 0 0.6rem 0 0;
    padding: 0 0 0.14rem;
    position: relative
}

.product .tab::after {
    content: "";
    display: block;
    width: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    height: 3px;
    background-color: #b60600;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.product .tab:last-child {
    margin: 0
}

.product .tab.cur {
    color: #b60600;
    font-family: "albbBold"
}

.product .tab.cur::after {
    width: 100%
}

.product .commask_nav .mask {
    height: 3px
}

.product .bd .item {
    padding: 1rem 0 0 0
}

.product .bd .item .top {
    position: relative
}

.product .bd .item .top .img img {
    width: 100%
}

.product .bd .item .top .info {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1rem 1.2rem 0
}

.product .bd .item .top .info .title {
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff
}

.product .bd .item .top .info .text {
    font-size: 0.16rem;
    color: #d1d1d1;
    line-height: 1.5;
    padding: 0.4rem 0 1.04rem;
    max-width: 5.7rem
}

.product .bd .item .top .info .abtn {
    -webkit-box-shadow: none;
    box-shadow: none
}

.product .list {
    padding: 0.43rem 0 0
}

.product .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.15rem -0.17rem
}

.product .list ul li {
    width: 33.333%;
    padding: 0.15rem 0.17rem
}

.product .list ul li a {
    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: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background-color: #f5f5f5;
    text-align: center;
    padding: 0.9rem 0.3rem 0.4rem;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%
}

.product .list ul li a:hover {
    background-image: url(../images/pliabg.jpg)
}

.product .list ul li a:hover .img img {
    -webkit-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    -o-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem)
}

.product .list ul li a:hover .info .p1,
.product .list ul li a:hover .info .p2 {
    -webkit-transform: translateY(-0.2rem);
    -ms-transform: translateY(-0.2rem);
    -o-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem)
}

.product .list ul li a:hover .more {
    opacity: 1
}

.product .list ul li .img {
    background: url(../images/pimgbg.png) no-repeat center bottom;
    padding: 0 0 0.2rem;
    -webkit-background-size: contain;
    background-size: contain
}

.product .list ul li .info {
    padding: 0.27rem 0 0 0;
    font-size: 0.2rem
}

.product .list ul li .info .p1 {
    font-weight: bold;
    color: #b60600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0 0 0.07rem;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.product .list ul li .info .p2 {
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.product .list ul li .more {
    font-size: 0.16rem;
    font-weight: bold;
    color: #b60600;
    opacity: 0
}

.product .list ul li .more::before {
    content: "\ee39"
}

.produc_yinqingA {
    background: url(../images/pyqbg.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 0.87rem
}

.produc_yinqingA .index_title .stitle {
    color: #fff
}

.produc_yinqingA .img {
    padding: 0.6rem 0 0 0
}

.produc_yinqingA .img img {
    margin: 0 auto
}

.produc_yinqingB {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #c4c4c5
}

.produc_yinqingB .index_title {
    position: absolute;
    z-index: 3;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 1rem;
    color: #fff
}

.produc_yinqingB .index_title .stitle {
    color: #fff
}

.produc_yinqingB .mySwiper .swiper-slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.produc_yinqingB .mySwiper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.produc_yinqingB .mySwiper .info {
    position: absolute;
    left: 0;
    bottom: 2.6rem;
    width: 100%;
    color: #fff;
    z-index: 3
}

.produc_yinqingB .mySwiper .info .title {
    font-size: 0.48rem;
    font-family: "albbBold"
}

.produc_yinqingB .mySwiper .info .text {
    font-size: 0.19rem;
    padding: 0.25rem 0 0 0
}

.produc_yinqingB .mySwiper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.produc_yinqingB .mySwiper2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 3
}

.produc_yinqingB .mySwiper2 .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.produc_yinqingB .mySwiper2 .title {
    font-size: 0.2rem;
    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;
    height: 1rem;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
    font-family: "albbRegular"
}

.produc_yinqingB .mySwiper2 .swiper-slide-thumb-active .title {
    height: 1.5rem;
    background-color: rgba(182, 6, 0, 0.7)
}

.product_banner .info {
    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-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 30%
}

.product_banner .info .stitle {
    color: #f05853;
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}

.product_banner .info .btitle {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-weight: bold;
    display: flex;
    align-items: center;
}
.product_banner .info .btitle span{
    font-size: 0.2rem;
    font-weight: normal;
    background: #b60600;
    color: #fff;
    line-height: 0.4rem;
    border-radius: 0.1rem;
    padding: 0 0.1rem;
    margin: 0 0 0 0.2rem;
}

.product_banner .info .text {
    min-height: 0.84rem;
    color: #cccccc
}

.product_banner .info .abtn {
    font-size: 0.18rem;
    line-height: 0.58rem
}

.product_banner .info .abtn span {
    margin: 0 0 0 0.28rem
}

.product_banner .left {
    width: 40%
}

.product_banner .right {
    width: 48%
}

.product_banner .pimg {
    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
}

.product_banner .pimg img {
    max-height: 4.26rem
}

.product_yjA {
    text-align: center;
    padding-top: 1.2rem;
    padding-bottom: 1.25rem
}

.product_yjA .content {
    padding: 1.1rem 0 0 0
}

.product_yjB {
    background-color: #f8f8f8;
    padding-bottom: 1.25rem;
    padding-top: 1.2rem
}

.product_yjB .hd {
    position: relative
}

.product_yjB .swiper-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.product_yjB .mySwiper {
    overflow: hidden;
    padding: 1rem 0 0 0
}

.product_yjB .mySwiper .swiper-slide {
    overflow: hidden;
    border-bottom: 2px solid #f5f5f5;
    padding: 0 0 0.63rem;
    height: auto
}

.product_yjB .mySwiper .swiper-slide:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.product_yjB .mySwiper .swiper-slide 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
}

.product_yjB .mySwiper .img {
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem
}

.product_yjB .mySwiper .img::before {
    content: "";
    display: block;
    padding-top: 58.7%
}

.product_yjB .mySwiper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.product_yjB .mySwiper .name {
    font-size: 0.18rem;
    font-weight: bold;
    padding: 0.5rem 0 0.2rem
}

.product_yjB .mySwiper .text {
    color: #777777;
    font-size: 0.16rem
}

.product_yjC {
    padding-top: 1.2rem;
    padding-bottom: 1.26rem
}

.product_yjC .table {
    margin: 0.9rem 0 0 0;
    overflow: hidden;
    border: 1px solid #e2e3e3;
    border-radius: 0.2rem
}

.product_yjC table {
    width: 100%;
    font-size: 0.16rem
}

.product_yjC table thead tr {
    background-color: #b60600;
    color: #fff
}

.product_yjC table thead tr th,
.product_yjC table tbody tr td {
    width: 33.75%;
    border-left: 1px solid #e2e3e3;
    margin-left: -1px;
    padding: 0.36rem 0.7rem
}

.product_yjC table thead tr th:nth-child(odd),
.product_yjC table tbody tr td:nth-child(odd) {
    font-weight: bold;
    width: 16.25%;
    text-align: center
}

.product_yjC table tbody tr:nth-child(odd) {
    background-color: #f8f8f8
}

.product_ytjA {
    background: url(../images/prodytiabg.jpg) no-repeat 0 100%;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.3rem;
    padding-bottom: 1.24rem
}

.product_ytjA .left {
    width: 40.625%
}

.product_ytjA .right {
    width: 53.125%
}

.product_ytjA .comcnums {
    padding: 2rem 0 1.1rem 0;
    margin: -0.25rem
}

.product_ytjA .comcnums .item {
    width: 50%;
    padding: 0.25rem
}

.product_ytjA .comcnums .item .nums {
    color: #b60600
}

.product_ytjA .comcnums .item .nums span {
    font-size: 0.5rem;
    margin: 0
}

.product_ytjA .comcnums .item .nums em {
    font-size: 0.5rem
}

.product_ytjA .comcnums .item .text {
    padding: 0.2rem 0 0 0
}

.product_ytjA .list li {
    margin: 0 0 0.2rem
}

.product_ytjA .list .box {
    border-radius: 0.2rem;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 0.45rem 0.6rem;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    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
}

.product_ytjA .list .box .name {
    font-size: 0.2rem;
    font-weight: bold;
    position: relative;
    padding: 0 0 0 0.2rem;
    width: 35%
}

.product_ytjA .list .box .name::before {
    content: "";
    display: block;
    width: 0.05rem;
    height: 0.17rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b60600), to(#e09996));
    background-image: -webkit-linear-gradient(top, #b60600 0%, #e09996 100%);
    background-image: -o-linear-gradient(top, #b60600 0%, #e09996 100%);
    background-image: linear-gradient(to bottom, #b60600 0%, #e09996 100%);
    position: absolute;
    left: 0.01rem;
    top: 0.05rem;
    -webkit-transform: skewX(10deg);
    -ms-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg)
}

.product_ytjA .list .box .text {
    width: 62%;
    overflow: hidden;
    font-size: 0.16rem;
    line-height: 1.875;
    color: #777777;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.product_ytjA .list .box:hover {
    background-color: #b60600;
    background-image: url(../images/bglo.png);
    background-position: 100% 0;
    color: #fff
}

.product_ytjA .list .box:hover .name::before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e09996));
    background-image: -webkit-linear-gradient(top, #fff 0%, #e09996 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #e09996 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #e09996 100%)
}

.product_ytjA .list .box:hover .text {
    color: #fff
}

.product_ytjB {
    padding-bottom: 1.25rem;
    padding-top: 1.2rem
}

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

.product_ytjB .mySwiper {
    overflow: hidden;
    padding: 1rem 0 0 0
}

.product_ytjB .mySwiper .swiper-slide {
    overflow: hidden;
    border-bottom: 2px solid #f5f5f5;
    padding: 0 0 0.45rem;
    height: auto
}

.product_ytjB .mySwiper .swiper-slide:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.product_ytjB .mySwiper .swiper-slide 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
}

.product_ytjB .mySwiper .swiper-slide::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #b60600;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.product_ytjB .mySwiper .swiper-slide:hover .name {
    color: #b60600
}

.product_ytjB .mySwiper .swiper-slide:hover::after {
    width: 100%
}

.product_ytjB .mySwiper .img {
    position: relative;
    overflow: hidden;
    border-radius: 0.1rem
}

.product_ytjB .mySwiper .img::before {
    content: "";
    display: block;
    padding-top: 43.47%
}

.product_ytjB .mySwiper .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.product_ytjB .mySwiper .name {
    font-size: 0.2rem;
    font-weight: bold;
    padding: 0.28rem 0 0.2rem
}

.product_ytjB .mySwiper .text {
    color: #777777;
    font-size: 0.16rem;
    line-height: 1.625
}

.product_ytjC {
    background: url(../images/pdytjcbg.jpg) no-repeat 0 100%;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 1.3rem;
    padding-bottom: 1.73rem
}

.product_ytjC .list {
    padding: 1.1rem 0 0 0
}

.product_ytjC .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.13rem
}

.product_ytjC .list ul li {
    width: 25%;
    padding: 0.13rem
}

.product_ytjC .list ul li .box {
    height: 100%;
    background-color: #fff;
    border-radius: 0.2rem;
    padding: 0.78rem 0.42rem 0.5rem;
    text-align: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.product_ytjC .list ul li .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;
    margin: 0 auto;
    width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    -webkit-box-shadow: 0px 6px 0.27rem 1.45px rgba(144, 149, 158, 0.26);
    box-shadow: 0px 6px 0.27rem 1.45px rgba(144, 149, 158, 0.26);
    background-color: #fff
}

.product_ytjC .list ul li .icon img {
    height: 0.47rem
}

.product_ytjC .list ul li .name {
    font-size: 0.24rem;
    font-weight: bold;
    padding: 0.7rem 0 0.2rem
}

.product_ytjC .list ul li .text {
    font-size: 0.16rem;
    color: #777777;
    line-height: 1.625;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.product_ytjC .list ul li:hover .box {
    background-color: #b60600;
    color: #fff
}

.product_ytjC .list ul li:hover .icon img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.product_ytjC .list ul li:hover .text {
    color: #fff
}

.common-scrollbar {
    position: relative;
    z-index: 2;
    background-color: #eaeaea;
    height: 3px;
    margin: 1.2rem 0 0 0
}

.common-scrollbar .swiper-scrollbar {
    background-color: transparent;
    width: 100%;
    height: 2px;
    margin: 0 auto;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.common-scrollbar .swiper-scrollbar-drag {
    background: url(../images/scrollbg.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 0.19rem;
    margin-top: -0.1rem;
    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;
    cursor: pointer
}

.product_ytjD {
    overflow: hidden;
    padding-top: 1.7rem;
    padding-bottom: 2.9rem
}

.product_ytjD .hd .desc {
    max-width: 8rem;
    font-size: 0.16rem;
    line-height: 1.875
}

.product_ytjD .bd {
    padding: 1.4rem 0 0 0
}

.product_ytjD .swiper-page {
    display: none
}

.product_ytjD .mySwiper {
    overflow: hidden
}

.product_ytjD .mySwiper ul li {
    height: auto
}

.product_ytjD .mySwiper ul li .box {
    height: 100%;
    overflow: hidden
}

.product_ytjD .mySwiper ul li .box:hover img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15)
}

.product_ytjD .mySwiper 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
}

.product_ytjD .mySwiper ul li .box .img {
    position: relative;
    overflow: hidden
}

.product_ytjD .mySwiper ul li .box .img::before {
    content: "";
    display: block;
    padding-top: 61.75%
}

.product_ytjD .mySwiper ul li .box .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.product_ytjD .mySwiper ul li .box .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2;
    color: #fff;
    padding: 0.36rem 0.44rem
}

.product_ytjD .mySwiper ul li .box .num {
    font-size: 0.6rem;
    line-height: 1;
    font-family: "InterB";
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.product_ytjD .mySwiper ul li .box .name {
    font-size: 0.2rem;
    font-weight: bold;
    padding: 0 0 0.15rem
}

.product_ytjD .mySwiper ul li .box .text {
    font-size: 0.16rem;
    line-height: 1.5;
    max-width: 5.3rem
}

.product_ytjE {
    background-color: #f8f8f8;
    padding-top: 1.24rem;
    padding-bottom: 1.15rem
}

.product_ytjE .content {
    position: relative
}

.product_ytjE .inside_title {
    position: absolute;
    left: 0;
    top: 0
}

.product_ytjE .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.23rem -0.27rem
}

.product_ytjE .list ul li {
    width: 33.333%;
    padding: 0.23rem 0.27rem
}

.product_ytjE .list ul li .box {
    background-color: #fff;
    border-radius: 0.1rem;
    padding: 0.45rem 0.45rem 0.36rem 0.45rem;
    height: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s
}

.product_ytjE .list ul li .name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.product_ytjE .list ul li .text {
    font-size: 0.18rem
}

.product_ytjE .list ul li .icon img {
    max-height: 0.51rem
}

.product_ytjE .list ul li .desc {
    font-size: 0.16rem;
    color: #777777;
    line-height: 1.625;
    padding: 0.3rem 0 0 0
}

.product_ytjE .list ul li:hover .box {
    -webkit-transform: translateY(-0.1rem);
    -ms-transform: translateY(-0.1rem);
    -o-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem)
}

.product_ytjE .list ul li:hover .icon img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.product_ytjF {
    padding-top: 1.1rem;
    padding-bottom: 1.15rem
}

.product_ytjF .list {
    padding: 0.85rem 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -0.13rem
}

.product_ytjF .item {
    width: 50%;
    padding: 0.13rem
}

.product_ytjF .item .box {
    border: 1px solid #e2e3e3;
    border-radius: 0.2rem;
    overflow: hidden;
    height: 100%
}

.product_ytjF .item .title {
    font-size: 0.2rem;
    font-family: "albbMedium";
    text-align: center;
    background-color: #f8f8f8;
    padding: 0.26rem
}

.product_ytjF .item .info {
    padding: 0.46rem 0.6rem 0.8rem;
    font-size: 0.16rem;
    color: #777777;
    line-height: 1.5
}

.product_ytjF .item .info b {
    display: block;
    color: #000;
    margin: 0 0 0.1rem
}

html {
    font-size: 100px
}

@media screen and (min-width: 1921px) and (max-width: 4000px) {
    html {
        font-size: 110px
    }
}

@media screen and (min-width: 1441px) and (max-width: 1919px) {
    html {
        font-size: 92px
    }
}

@media screen and (min-width: 1261px) and (max-width: 1440px) {
    html {
        font-size: 80px
    }

    .commonweb {
        padding-left: 0.8rem;
        padding-right: 0.8rem
    }

    .index_yinqing svg {
        max-height: none
    }
}

@media screen and (min-width: 1025px) and (max-width: 1260px) {
    html {
        font-size: 70px
    }

    .commonweb {
        padding-left: 0.8rem;
        padding-right: 0.8rem
    }

    .index_yinqing svg {
        max-height: none
    }
}

@media screen and (max-width: 1024px) {
    html {
        font-size: 100px
    }

    body {
        overflow-x: hidden
    }

    .commonweb {
        padding-left: 0.2rem;
        padding-right: 0.2rem
    }

    :root {
        --cx: 21;
        --cy: 21;
        --r: 20
    }

    .swiper-btn .btn::after {
        font-size: 0.14rem
    }

    .swiper-page span {
        width: 0.06rem;
        height: 0.06rem;
        margin: 0 0.04rem !important
    }

    .comcnums .item .nums {
        font-size: 0.14rem
    }

    .comcnums .item .nums span {
        font-size: 0.28rem;
        margin: 0 0.05rem 0 0
    }

    .comcnums .item .text {
        font-size: 0.13rem;
        padding: 0.1rem 0 0 0
    }

    .index_title {
        width: 100%
    }

    .index_title .stitle {
        font-size: 0.14rem;
        padding: 0 0 0.1rem
    }

    .index_title .btitle {
        font-size: 0.2rem
    }

    .f18 {
        font-size: 0.15rem
    }

    .f28 {
        font-size: 0.16rem
    }

    .cmore {
        width: 0.36rem;
        height: 0.36rem
    }

    .cmore::after,
    .cmore::before {
        margin: -0.18rem 0 0 -0.18rem
    }

    .abtn {
        font-size: 0.14rem;
        line-height: 0.38rem;
        padding: 0 0.26rem;
        margin: 0 0.1rem 0 0
    }

    .ysbtn {
        font-size: 0.14rem;
        padding: 0 0.2rem;
        line-height: 0.4rem
    }

    .ysbtn span {
        margin: 0 0 0 0.1rem;
        font-size: 0.16rem
    }

    .index_yinqing {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .index_yinqing .content {
        margin: 0.5rem -0.1rem 0
    }

    .index_yinqing .infocont .item .bicon {
        width: 0.5rem;
        height: 0.4rem
    }

    .index_yinqing .infocont .item .dotcont {
        top: -webkit-calc(100% + 0.05rem);
        top: calc(100% + 0.05rem);
        left: 0
    }

    .index_yinqing .infocont .item .dotcont .dotsc {
        width: 0.12rem;
        height: 0.12rem
    }

    .index_yinqing .infocont .item .dotcont .dotsc span {
        margin: -0.06rem 0 0 -0.06rem
    }

    .index_yinqing .infocont .item .dotcont .desc {
        width: 0.12rem;
        height: 0.12rem
    }

    .index_yinqing .infocont .item .dotcont .desc .sicon {
        width: 0.12rem;
        height: 0.12rem
    }

    .index_yinqing .infocont .item .dotcont .desc .jh {
        width: 0.12rem;
        height: 0.12rem;
        font-size: 0.08rem;
        font-weight: normal
    }

    .index_yinqing .infocont .item .dotcont .desc .tit {
        font-size: 0.12rem;
        left: 0.2rem
    }

    .index_yinqing .infocont .item .dotcont .desc .text {
        font-size: 0.12rem;
        padding: 0.15rem 0.1rem;
        top: 0.4rem
    }

    .index_yinqing .infocont .item:nth-child(1) .dotcont,
    .index_yinqing .infocont .item:nth-child(2) .dotcont,
    .index_yinqing .infocont .item:nth-child(3) .dotcont,
    .index_yinqing .infocont .item:nth-child(5) .dotcont {
        left: auto;
        right: -0.12rem
    }

    .index_yinqing .infocont .item:hover .bicon {
        margin-top: -0.05rem
    }

    .index_yinqing .infocont .item:hover .dotcont .desc {
        width: 2rem;
        height: 1.2rem;
        padding: 0.1rem
    }

    .index_yinqing .infocont .item:hover .dotcont .desc .sicon {
        height: 0.3rem
    }

    .index_yinqing .infocont .item:hover .dotcont .desc .jh {
        opacity: 0
    }

    .index_yinqing .iybtn {
        padding: 0.3rem 0 0 0
    }

    .index_yitiji {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        height: auto
    }

    .index_yitiji .right {
        padding: 0.3rem 0 0 0
    }

    .index_yitiji .bd {
        margin: 0.5rem 0 0 0
    }

    .index_yitiji dl {
        margin: 0 0 0.2rem;
        width: 100%
    }

    .index_yitiji dl dt .dot {
        width: 0.06rem;
        height: 0.06rem;
        border-width: 1px;
        background-color: #b60600
    }

    .index_yitiji dl dt .dot::after {
        width: 0.16rem;
        height: 0.16rem;
        border-width: 2px;
        margin: -0.08rem 0 0 -0.08rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .index_yitiji dl dt .title {
        padding: 0 0 0 0.3rem;
        font-size: 0.16rem
    }

    .index_yitiji dl dt .title img {
        display: block;
        height: 0.26rem;
        margin: 0 0.1rem 0 0
    }

    .index_yitiji dl dd {
        padding: 0.2rem 0 0.2rem 0.36rem;
        display: block
    }

    .index_yitiji dl dd .desc {
        font-size: 0.14rem;
        margin: 0 0 0.3rem
    }

    .index_yitiji .list {
        width: 100%;
        position: static;
        display: block
    }

    .index_yitiji .list ul {
        margin: -0.05rem
    }

    .index_yitiji .list li {
        padding: 0.05rem
    }

    .index_yitiji .list .box {
        padding: 0.2rem;
        height: 100%
    }

    .index_yitiji .list .box .name {
        font-size: 0.14rem;
        padding: 0 0 0 0.1rem;
        line-height: 0.2rem;
        height: 0.4rem
    }

    .index_yitiji .list .box .name::before {
        width: 0.03rem;
        height: 0.12rem
    }

    .index_yitiji .list .box .text {
        margin: 0.1rem 0 0 0;
        font-size: 0.13rem;
        line-height: 0.2rem;
        height: 1rem
    }

    .index_yitiji .swiper-page {
        padding: 0.3rem 0 0 0
    }

    .index_solution::after,
    .index_solution::before {
        pointer-events: none
    }

    .index_solution .index_title {
        top: 0.6rem
    }

    .index_solution .mySwiper {
        height: 5rem
    }

    .index_solution .btn {
        bottom: 0.6rem
    }

    .index_solution .swiper-button-prev {
        left: 0.1rem
    }

    .index_solution .swiper-button-next {
        right: 0.1rem
    }

    .index_solution .mySwiper2 {
        padding: 0 0 0.6rem
    }

    .index_solution .mySwiper2 .icon {
        padding: 0 0 0.1rem
    }

    .index_solution .mySwiper2 .icon img {
        max-height: 0.2rem
    }

    .index_solution .mySwiper2 .name {
        font-size: 0.14rem
    }

    .index_solution .mySwiper2 .swiper-slide-thumb-active .name {
        font-size: 0.16rem;
        padding: 0 0 0.2rem
    }

    .index_partner {
        padding: 0.6rem 0.2rem 0
    }

    .index_partner .bd {
        padding: 0.5rem 0 0 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .index_partner .item {
        width: 100%
    }

    .index_partner .item .title {
        font-size: 0.16rem;
        padding: 0.2rem 0.3rem
    }

    .index_partner .item ul {
        padding: 0.2rem 0
    }

    .index_partner .item ul li {
        padding: 0.1rem 0.2rem;
        width: 33.333%
    }

    .index_partner .item:first-child {
        width: 100%
    }

    .index_partner .item:nth-child(2) {
        width: 100%
    }

    .index_partner .item:nth-child(2) ul li {
        width: 33.333%
    }

    .index_service {
        padding: 0.6rem 0.2rem 0
    }

    .index_service .bd {
        padding: 0.5rem 0 0 0;
        margin: -0.1rem
    }

    .index_service .item {
        width: 100%;
        padding: 0.1rem
    }

    .index_service .box .info {
        bottom: 0.3rem;
        padding: 0 0.3rem
    }

    .index_service .box .icon {
        padding: 0 0 0.2rem
    }

    .index_service .box .icon img {
        height: 0.4rem
    }

    .index_service .box .name {
        font-size: 0.18rem
    }

    .index_service .box .alink {
        max-width: 2.5rem;
        padding: 0.1rem 0 0 0
    }

    .index_service .box .alink a {
        font-size: 0.12rem;
        margin: 0.1rem 0.15rem 0 0
    }

    .index_service .box .alink a::before {
        width: 0.04rem;
        height: 0.04rem;
        margin: 0 0.05rem 0 0
    }

    .index_service .box .cmore {
        right: 0.3rem
    }

    .index_toggier {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .index_toggier .ysbtn {
        margin: 0.3rem 0 0 0
    }

    .comdot {
        display: none !important
    }

    .news {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .news .left {
        width: 100%
    }

    .news .right {
        width: 100%;
        padding: 0.3rem 0 0 0
    }

    .news .bd {
        padding: 0.5rem 0 0 0
    }

    .news .filter {
        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
    }

    .news .filter a {
        font-size: 0.14rem;
        line-height: 0.36rem;
        padding: 0 0.15rem;
        margin: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .news .filter a.cur {
        margin: 0
    }

    .news .list {
        padding: 0 0 0.5rem
    }

    .news .list ul {
        margin: -0.15rem
    }

    .news .list ul li {
        width: 100%;
        padding: 0.15rem
    }

    .news .list ul li .date {
        font-size: 0.13rem;
        padding: 0.2rem 0 0.1rem
    }

    .news .list ul li .title {
        font-size: 0.16rem;
        line-height: 0.24rem;
        height: 0.24rem;
        margin: 0 0 0.2rem;
        -webkit-line-clamp: 1
    }

    .news .list ul li .more {
        line-height: 0.36rem;
        padding: 0 0.2rem;
        font-size: 0.13rem
    }

    .news_form .input_text {
        line-height: 0.5rem;
        padding: 0 0.6rem 0 0.3rem;
        font-size: 0.14rem
    }

    .news_form .input_btn {
        right: 0.2rem
    }

    .news_detail {
        padding-bottom: 0.5rem
    }

    .news_detail .content {
        margin-top: -1rem;
        padding: 0.3rem;
        font-size: 0.14rem
    }

    .news_detail .news_page {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0.5rem 0
    }

    .news_detail .news_page a {
        width: 100%;
        line-height: 0.8rem;
        font-size: 0.14rem;
        margin: 0 0 0.2rem;
        padding: 0 0.5rem
    }

    .news_detail .news_page a span {
        width: 0.3rem;
        height: 0.3rem;
        margin-top: -0.15rem
    }

    .news_detail .news_page .prev a span {
        left: 0.1rem
    }

    .news_detail .news_page .next a span {
        right: 0.1rem
    }

    .news_recommend {
        padding: 0.3rem
    }

    .news_recommend .title {
        font-size: 0.2rem
    }

    .news_recommend .list {
        padding: 0.3rem 0 0
    }

    .news_recommend .list ul {
        margin: -0.15rem
    }

    .news_recommend .list ul li {
        width: 100%;
        padding: 0.15rem
    }

    .news_recommend .list ul li .date {
        font-size: 0.13rem;
        padding: 0.2rem 0 0.1rem
    }

    .news_recommend .list ul li .title {
        font-size: 0.16rem;
        line-height: 0.24rem;
        height: 0.24rem;
        margin: 0 0 0.2rem;
        -webkit-line-clamp: 1
    }

    .news_recommend .list ul li .more {
        line-height: 0.36rem;
        padding: 0 0.2rem;
        font-size: 0.13rem
    }

    .inside_subnav {
        overflow-x: auto
    }

    .inside_subnav a {
        font-size: 0.14rem;
        margin: 0 0.15rem 0 0;
        padding: 0.15rem 0;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none
    }

    .inside_subnav a::after {
        bottom: 0
    }

    .inside_title .btitle {
        font-size: 0.22rem
    }

    .contact_A {
        padding-top: 0.6rem
    }

    .contact_A .bd {
        margin: 0.3rem 0 0 0
    }

    .contact_A .dotcont .text {
        font-size: 0.14rem;
        width: 1.2rem;
        height: 0.4rem;
        margin: -0.3rem 0 0 -0.6rem;
        -webkit-transform: translateY(-0.26rem);
        -ms-transform: translateY(-0.26rem);
        -o-transform: translateY(-0.26rem);
        transform: translateY(-0.26rem)
    }

    .contact_A .dotcont .text img {
        margin: 0 0.1rem 0 0;
        height: 0.16rem
    }

    .contact_A .dotcont .text::after {
        border-top: 0.08rem solid #b60600;
        border-left: 0.06rem solid transparent;
        border-right: 0.06rem solid transparent;
        bottom: -0.08rem
    }

    .contact_A .dotcont .dot::before {
        width: 0.04rem;
        height: 0.04rem
    }

    .contact_A .dotcont .dot::after {
        width: 0.12rem;
        height: 0.12rem
    }

    .contact_A .dotcont .dot span {
        width: 0.2rem;
        height: 0.2rem;
        margin: -0.1rem 0 0 -0.1rem
    }

    .contact_A .infocont {
        position: static;
        padding: 0.3rem 0.2rem;
        -webkit-box-shadow: 0px 6px 0.15rem 0px rgba(148, 149, 152, 0.1);
        box-shadow: 0px 6px 0.15rem 0px rgba(148, 149, 152, 0.1)
    }

    .contact_A .infocont .title {
        font-size: 0.18rem;
        padding: 0 0 0.2rem
    }

    .contact_A .infocont .title::after {
        width: 0.5rem;
        height: 0.02rem
    }

    .contact_A .infocont dl {
        width: 100%;
        padding: 0.2rem 0;
        border-bottom: 1px solid #cccccc
    }

    .contact_A .infocont dl dt {
        font-size: 0.16rem;
        padding: 0 0 0.1rem
    }

    .contact_A .infocont dl dd {
        font-size: 0.14rem
    }

    .contact_A .infocont dl dd a {
        font-size: 0.18rem
    }

    .contact_A .infocont dl dd p {
        padding: 0 0 0.1rem
    }

    .contact_A .infocont dl:last-child {
        border: 0
    }

    .contact_B {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .contact_B .bd {
        padding: 0.5rem 0 0 0
    }

    .join_A {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .join_A .list {
        padding: 0.5rem 0 0 0
    }

    .join_A .list ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -0.1rem
    }

    .join_A .list ul li {
        width: 100%;
        padding: 0.1rem
    }

    .join_A .list ul li .box {
        height: 3rem
    }

    .join_A .list ul li .box::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.7)
    }

    .join_A .list ul li .img {
        opacity: 1
    }

    .join_A .list ul li .info {
        padding: 0.3rem;
        text-align: left
    }

    .join_A .list ul li .info .name {
        font-size: 0.18rem
    }

    .join_A .list ul li .info .name::after {
        opacity: 1;
        height: 0.02rem;
        margin: 0.15rem 0 0 0
    }

    .join_A .list ul li .info .text {
        font-size: 0.13rem;
        line-height: 0.23rem;
        height: 0.92rem;
        margin: 0.2rem 0 0;
        opacity: 1
    }

    .join_A .list ul li .info .icon img {
        max-height: 0.26rem
    }

    .join_A .list ul li.cur {
        width: 100%
    }

    .join_B {
        padding-top: 0.6rem
    }

    .join_B .list {
        padding: 0.4rem 0 0
    }

    .join_B .list .hd {
        font-size: 0.14rem;
        padding: 0.15rem
    }

    .join_B .list .comp p {
        width: 25%
    }

    .join_B .list .comp p:nth-child(1) {
        width: 50%
    }

    .join_B .list .comp p:nth-child(4) {
        display: none
    }

    .join_B .list dl dt {
        font-size: 0.12rem;
        padding: 0.18rem 0.15rem
    }

    .join_B .list dl dt p:last-child span {
        width: 0.1rem;
        height: 0.1rem
    }

    .join_B .list dl dd {
        padding: 0.2rem 0.15rem;
        font-size: 0.13rem
    }

    .join_B .list dl dd .info b {
        font-size: 0.16rem;
        margin: 0 0 0.1rem
    }

    .f24 {
        font-size: 0.18rem
    }

    .about_A {
        padding-top: 0.6rem;
        padding-bottom: 1rem;
        -webkit-background-size: contain;
        background-size: contain
    }

    .about_A .comcnums {
        padding: 0.5rem 0 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .about_A .comcnums .item {
        padding: 0
    }

    .about_A .left {
        width: 100%
    }

    .about_A .right {
        width: 100%;
        padding: 0.3rem 0 0 0
    }

    .about_A .right>div {
        padding: 0 0 0.3rem
    }

    .about_A .desc {
        font-size: 0.14rem;
        line-height: 1.66;
        padding: 0.1rem 0 0 0
    }

    .about_B {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .about_B .left {
        width: 100%
    }

    .about_B .right {
        width: 100%;
        padding: 0.5rem 0 0 0
    }

    .about_B .list {
        margin: -0.2rem
    }

    .about_B .list .item {
        width: 50%;
        padding: 0.2rem
    }

    .about_B .list .item .icon img {
        height: 0.3rem
    }

    .about_B .list .item .name {
        font-size: 0.16rem;
        padding: 0.2rem 0 0.1rem
    }

    .about_B .list .item .text {
        font-size: 0.13rem;
        line-height: 1.5
    }

    .swiperbot .swiper-button-prev {
        left: -0.4rem
    }

    .swiperbot .swiper-button-next {
        right: -0.4rem
    }

    .about_C {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .about_C .bd {
        padding: 0.5rem 0 0 0
    }

    .about_C .mySwiper {
        padding: 0 0 0.5rem
    }

    .about_C .mySwiper .text {
        font-size: 0.14rem;
        padding: 0.2rem 0 0 0
    }

    .about_D {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .about_D .left {
        width: 100%
    }

    .about_D .right {
        width: 100%;
        padding: 0.5rem 0 0 0;
        position: relative
    }

    .about_D .tab {
        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;
        padding: 0.5rem 0 0 0
    }

    .about_D .tab span {
        width: 50%;
        font-size: 0.15rem;
        margin: 0;
        padding: 0.1rem
    }

    .about_D .item ul {
        margin: -0.05rem;
        -webkit-transform: translateY(0.2rem);
        -ms-transform: translateY(0.2rem);
        -o-transform: translateY(0.2rem);
        transform: translateY(0.2rem)
    }

    .about_D .item ul li {
        width: 33.333%;
        padding: 0.05rem
    }

    .about_D .item ul li .img {
        height: 0.8rem;
        padding: 0.2rem
    }

    .about_D .item ul li:nth-child(2n) {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .about_D .item.active ul {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .about_D .item.leave ul {
        -webkit-transform: translateY(-0.5rem);
        -ms-transform: translateY(-0.5rem);
        -o-transform: translateY(-0.5rem);
        transform: translateY(-0.5rem)
    }

    .support_problems {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .support_problems .bd {
        padding-top: 0.5rem
    }

    .support_problems .left {
        width: 100%
    }

    .support_problems .right {
        width: 100%
    }

    .support_problems .sub {
        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
    }

    .support_problems .sub a {
        padding: 0 0.15rem;
        line-height: 0.5rem;
        font-size: 0.14rem;
        margin: 0
    }

    .support_problems .sub a img {
        display: none
    }

    .support_problems .sub a.cur {
        color: #b60600
    }

    .support_problems .list {
        padding: 0.5rem 0
    }

    .support_problems .list dl dt {
        font-size: 0.16rem
    }

    .support_problems .list dl dt span {
        margin: 0 0.1rem 0 0
    }

    .support_problems .list dl dd {
        font-size: 0.14rem;
        padding: 0.2rem 0 0 0
    }

    .support_technical {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .support_technical .filter {
        padding: 0.3rem 0;
        overflow-x: auto;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .support_technical .filter a {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        font-size: 0.14rem;
        line-height: 0.34rem;
        margin: 0;
        padding: 0 0.1rem
    }

    .support_technical .list {
        font-size: 0.14rem;
        padding: 0 0 0.5rem
    }

    .support_technical .list .item {
        padding: 0.2rem 0.1rem
    }

    .support_technical .list .item:first-child {
        padding: 0.2rem
    }

    .support_technical .list .item:nth-child(2) {
        display: none
    }

    .support_technical .list ul li:last-child {
        border-bottom: 0
    }

    .support_technical .list ul li:hover {
        background-color: #b60600;
        color: #fff
    }

    .support_technical .list ul li:hover img {
        -webkit-filter: brightness(100);
        filter: brightness(100)
    }

    .service_customize {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .service_customize .list {
        padding: 0.5rem 0 0 0
    }

    .service_customize dl {
        padding: 0 0 0.3rem
    }

    .service_customize dl dt {
        width: 100%
    }

    .service_customize dl dt .info {
        padding: 0.3rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .service_customize dl dt .name {
        font-size: 0.18rem
    }

    .service_customize dl dt .num {
        font-size: 0.16rem;
        padding: 0.1rem 0 0
    }

    .service_customize dl dd {
        width: 100%;
        font-size: 0.14rem;
        line-height: 1.5;
        padding: 0.3rem 0 0
    }

    .service_partnerA {
        padding-top: 0.6rem;
        padding-bottom: 0.5rem
    }

    .service_partnerA .bd {
        background: #F7F7F9;
        margin: 0.5rem 0 0 0;
        padding: 0.3rem
    }

    .service_partnerA .bd .info {
        width: 100%
    }

    .service_partnerA .bd .info .tel {
        font-size: 0.22rem;
        padding: 0.3rem 0 0.25rem
    }

    .service_partnerA .bd .info .lxfs {
        font-size: 0.16rem
    }

    .service_partnerA .bd .info .lxfs p {
        width: 100%;
        margin: 0 0 0.1rem
    }

    .service_partnerB {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .service_partnerB .list {
        padding: 0.8rem 0 0 0
    }

    .service_partnerB .list ul {
        margin: -0.3rem -0.05rem
    }

    .service_partnerB .list ul li {
        width: 50%;
        padding: 0.3rem 0.05rem
    }

    .service_partnerB .list ul li .box {
        padding: 0 0.2rem 0.4rem
    }

    .service_partnerB .list ul li .icon {
        -webkit-transform: translateY(-0.3rem);
        -ms-transform: translateY(-0.3rem);
        -o-transform: translateY(-0.3rem);
        transform: translateY(-0.3rem)
    }

    .service_partnerB .list ul li .icon img {
        max-height: 0.7rem
    }

    .service_partnerB .list ul li .name {
        font-size: 0.15rem
    }

    .service_partnerB .list ul li .text {
        font-size: 0.13rem;
        padding: 0.1rem 0 0 0
    }

    .service_partnerC {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .service_partnerC .list {
        margin: -0.1rem;
        padding: 0.6rem 0 0 0
    }

    .service_partnerC dl {
        width: 100%;
        padding: 0.1rem
    }

    .service_partnerC dl dt {
        padding: 0.1rem 0 0.16rem;
        margin: 0 0 0.2rem
    }

    .service_partnerC dl dt::after {
        display: none
    }

    .service_partnerC dl dt .num {
        font-size: 0.2rem
    }

    .service_partnerC dl dt .title {
        font-size: 0.18rem
    }

    .service_partnerC dl dd {
        padding: 0.2rem 0.4rem
    }

    .service_partnerC dl dd .info {
        width: 48%;
        padding: 0.3rem 0
    }

    .service_partnerC dl dd .name {
        font-size: 0.16rem
    }

    .service_partnerC dl dd .text {
        font-size: 0.13rem;
        padding: 0.15rem 0 0 0
    }

    .service_partnerD {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .service_partnerD .mySwiper {
        padding: 0.5rem 0
    }

    .service_partnerD .mySwiper .title {
        font-size: 0.16rem;
        line-height: 0.26rem;
        height: 0.72rem
    }

    .service_partnerE {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .service_partnerE .list {
        padding: 0.5rem 0 0 0
    }

    .service_partnerE .list ul {
        margin: -0.2rem -0.3rem
    }

    .service_partnerE .list ul li {
        width: 33.33%;
        padding: 0.2rem 0.3rem
    }

    .service_partnerF {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .service_partnerF .left {
        width: 100%
    }

    .service_partnerF .right {
        width: 100%;
        padding: 0.3rem 0 0 0
    }

    .service_partnerF .desc {
        padding: 0.3rem 0 0 0
    }

    .service_partnerF .form ul li {
        width: 100%
    }

    .service_partnerF .form ul li input {
        height: 0.5rem
    }

    .service_partnerF .form ul li textarea {
        height: 1rem
    }

    .service_partnerF .form .btn {
        margin: 0.5rem 0 0
    }

    .solution {
        padding-top: 0.6rem
    }

    .solution dl {
        padding: 0 0 0.3rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .solution dl dt {
        width: 100%;
        display: block;
        padding: 0.23rem 0 0.45rem
    }

    .solution dl dt .name {
        font-size: 0.2rem;
        padding: 0 0 0 0.3rem
    }

    .solution dl dt .name::before {
        width: 0.04rem;
        height: 0.04rem;
        left: 0.08rem
    }

    .solution dl dt .name::after {
        left: 0;
        width: 0.2rem;
        height: 0.2rem;
        border: 2px solid #b60600
    }

    .solution dl dt .text {
        font-size: 0.14rem;
        padding: 0.2rem 0
    }

    .solution dl dd {
        width: 100%
    }

    .solution dl dd .img {
        border-radius: 0.1rem
    }
    .solution dl dd .playbtn{
        display: block;
    }
    .solution dl:nth-child(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .solution_detailA {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .solution_detailA .hd {
        padding: 0.5rem 0 0 0
    }

    .solution_detailA .hd .desc {
        font-size: 0.14rem;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%
    }

    .solution_detailA .hd .img {
        width: 100%;
        text-align: center;
        padding: 0.3rem
    }

    .solution_detailA .bd {
        padding: 0.5rem 0 0 0
    }

    .solution_detailA .avideo {
        height: 2rem;
        border-radius: 0.1rem
    }

    .solution_detailA .avideo span {
        width: 0.36rem;
        height: 0.36rem
    }

    .solution_detailA .avideo span::after {
        width: 0.8rem;
        height: 0.8rem;
        margin: -0.4rem 0 0 -0.4rem
    }

    .solution_detailB {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .solution_detailB .mySwiper {
        padding: 0.5rem 0
    }

    .solution_detailB .mySwiper .info {
        padding: 0.3rem
    }

    .solution_detailB .mySwiper .title {
        font-size: 0.18rem
    }

    .solution_detailB .mySwiper .text {
        font-size: 0.14rem;
        padding: 0.1rem 0 0 0
    }

    .solution_detailC {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        height: auto
    }

    .solution_detailC .tdesc {
        font-size: 0.14rem;
        padding: 0.3rem 0 0 0
    }

    .solution_detailC .bd {
        margin: 0.5rem 0 0 0
    }

    .solution_detailC .wrap {
        padding: 0 0 0.5rem
    }

    .solution_detailC dl {
        margin: 0 0 0.2rem;
        width: 100%
    }

    .solution_detailC dl dt .dot {
        width: 0.06rem;
        height: 0.06rem;
        border-width: 1px;
        background-color: #b60600
    }

    .solution_detailC dl dt .dot::after {
        width: 0.16rem;
        height: 0.16rem;
        border-width: 2px;
        margin: -0.08rem 0 0 -0.08rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .solution_detailC dl dt .title {
        padding: 0 0 0 0.3rem;
        font-size: 0.16rem
    }

    .solution_detailC dl dt .title span {
        font-size: 0.14rem
    }

    .solution_detailC dl dd {
        padding: 0.13rem 0 0.2rem 0.35rem;
        display: block
    }

    .solution_detailC dl dd .desc {
        font-size: 0.14rem
    }

    .solution_detailC .rimg {
        width: 100%;
        position: static;
        display: block
    }

    .solution_detailD {
        height: auto;
        padding: 1rem 0 0.6rem
    }

    .solution_detailD .inside_title {
        top: 0.6rem
    }

    .solution_detailD .content {
        margin: -0.2rem 0;
        height: auto;
        padding: 0.5rem 0 0 0
    }

    .solution_detailD .item {
        width: 50%;
        border: 0;
        padding: 0.2rem;
        display: block
    }

    .solution_detailD .item .img {
        display: block
    }

    .solution_detailD .item .info {
        width: 100%;
        height: auto;
        padding: 0;
        background-color: transparent;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .solution_detailD .item .icon {
        padding: 0 0 0.3rem;
        display: block
    }

    .solution_detailD .item .icon img {
        max-height: 0.35rem
    }

    .solution_detailD .item .name {
        font-size: 0.16rem
    }

    .solution_detailD .item .text {
        font-size: 0.13rem;
        padding: 0.2rem 0 0;
        display: block
    }

    .solution_detailD .item:hover .info {
        height: auto
    }

    .solution_detailE {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .solution_detailE .list {
        padding-top: 0.5rem
    }

    .solution_detailE .list ul {
        margin: -0.1rem
    }

    .solution_detailE .list ul li {
        width: 100%
    }

    .solution_detailE .list ul li .text {
        font-size: 0.16rem;
        padding: 0.3rem
    }

    .solution_detailF {
        padding-top: 0.6rem
    }

    .solution_detailF .mySwiper {
        padding: 0.5rem 0 0
    }

    .solution_detailF .mySwiper .swiper-slide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .solution_detailF .mySwiper dl {
        margin: 0 0 0.2rem;
        width: 100%;
        padding: 0
    }

    .solution_detailF .mySwiper dl dt .dot {
        width: 0.06rem;
        height: 0.06rem;
        border-width: 1px;
        background-color: #b60600
    }

    .solution_detailF .mySwiper dl dt .dot::after {
        width: 0.16rem;
        height: 0.16rem;
        border-width: 2px;
        margin: -0.08rem 0 0 -0.08rem;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .solution_detailF .mySwiper dl dt .title {
        padding: 0 0 0 0.3rem;
        font-size: 0.16rem
    }

    .solution_detailF .mySwiper dl dt .title img {
        display: block;
        height: 0.26rem;
        margin: 0 0.1rem 0 0
    }

    .solution_detailF .mySwiper dl dd {
        padding: 0.2rem 0 0.2rem 0.36rem;
        display: block
    }

    .solution_detailF .mySwiper dl dd .desc {
        font-size: 0.14rem;
        margin: 0 0 0.3rem
    }

    .solution_detailF .mySwiper .rimg {
        width: 100%;
        padding: 0.3rem 1rem
    }

    .solution_detailF .mySwiper2 {
        padding: 0.3rem 0 0.5rem
    }

    .solution_detailF .mySwiper2 .box {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0.12rem 0.1rem
    }

    .solution_detailF .mySwiper2 .box .text {
        font-size: 0.14rem
    }

    .solution_detailF .mySwiper2 .swiper-slide-thumb-active .box {
        background-color: #b60600;
        background-image: url(../images/sdflibg.png);
        color: #fff
    }

    .solution_detailF .mySwiper2 .swiper-slide-thumb-active .box .comdot {
        display: block
    }

    .solution_detailG {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .solution_detailG .mySwiper {
        padding: 0.5rem 0
    }

    .solution_detailG .mySwiper .info {
        padding: 0.3rem
    }

    .solution_detailG .mySwiper .title {
        font-size: 0.16rem
    }

    .solution_detailG .mySwiper .text {
        font-size: 0.14rem
    }

    .product {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .product .hd {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .product .hd .left {
        width: 100%;
        padding: 0.3rem 0 0 0
    }

    .product .hd .right {
        width: 100%
    }

    .product .tab {
        font-size: 0.16rem;
        margin: 0 0.4rem 0 0
    }

    .product .bd .item {
        padding: 0.5rem 0 0 0
    }

    .product .bd .item .top .info {
        position: static;
        padding: 0.3rem 0 0
    }

    .product .bd .item .top .info .title {
        font-size: 0.18rem;
        color: #000
    }

    .product .bd .item .top .info .text {
        color: #000;
        font-size: 0.14rem;
        padding: 0.2rem 0 0.3rem
    }

    .product .list {
        padding: 0.5rem 0 0 0
    }

    .product .list ul {
        margin: -0.05rem
    }

    .product .list ul li {
        width: 50%;
        padding: 0.05rem
    }

    .product .list ul li a {
        padding: 0.2rem 0.2rem 0.3rem
    }

    .product .list ul li a:hover .img img {
        -webkit-transform: translateY(-0.05rem);
        -ms-transform: translateY(-0.05rem);
        -o-transform: translateY(-0.05rem);
        transform: translateY(-0.05rem)
    }

    .product .list ul li a:hover .info .p1,
    .product .list ul li a:hover .info .p2 {
        -webkit-transform: translateY(-0.05rem);
        -ms-transform: translateY(-0.05rem);
        -o-transform: translateY(-0.05rem);
        transform: translateY(-0.05rem)
    }

    .product .list ul li .img {
        padding: 0.2rem 0.1rem
    }

    .product .list ul li .img img {
        max-height: 1.3rem
    }

    .product .list ul li .info {
        padding: 0.1rem 0 0 0;
        font-size: 0.14rem
    }

    .product .list ul li .info .p1 {
        margin: 0
    }

    .product .list ul li .info .p2 {
        margin: 0.03rem 0
    }

    .product .list ul li .more {
        opacity: 1
    }

    .produc_yinqingA {
        padding-top: 0.6rem
    }

    .produc_yinqingA .img {
        padding: 0.5rem 0 0 0
    }

    .produc_yinqingB .index_title {
        top: 0.6rem
    }

    .produc_yinqingB .mySwiper .info {
        bottom: 1.4rem
    }

    .produc_yinqingB .mySwiper .info .title {
        font-size: 0.24rem
    }

    .produc_yinqingB .mySwiper .info .text {
        font-size: 0.14rem;
        padding: 0.1rem 0 0 0
    }

    .produc_yinqingB .mySwiper .img {
        height: 5rem
    }

    .produc_yinqingB .mySwiper2 .title {
        font-size: 0.16rem;
        height: 0.6rem
    }

    .produc_yinqingB .mySwiper2 .swiper-slide-thumb-active .title {
        height: 0.8rem
    }

    .product_banner .info {
        top: 19%;
        text-align: center
    }

    .product_banner .info .text {
        min-height: auto
    }

    .product_banner .info .abtn {
        font-size: 0.14rem;
        line-height: 0.38rem
    }
    .product_banner .info .btitle{
        justify-content: center;
    }
    .product_banner .info .btitle span{
        font-size: 0.16rem;
        line-height: 0.28rem;
        margin: 0 0 0 0.1rem;
    }

    .product_banner .info .abtn span {
        margin: 0 0 0 0.1rem
    }

    .product_banner .left {
        width: 100%
    }

    .product_banner .right {
        width: 100%;
        padding: 0.3rem 0.5rem
    }

    .product_banner .pimg img {
        max-height: 2rem
    }

    .product_yjA {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .product_yjA .content {
        padding: 0.5rem 0 0 0
    }

    .product_yjB {
        padding-top: 0.6rem;
        padding-bottom: 1rem;
        position: relative
    }

    .product_yjB .hd {
        position: static
    }

    .product_yjB .swiper-btn {
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        bottom: 0.6rem;
        left: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .product_yjB .mySwiper {
        padding: 0.5rem 0 0 0
    }

    .product_yjB .mySwiper .swiper-slide {
        padding: 0 0 0.3rem
    }

    .product_yjB .mySwiper .name {
        font-size: 0.16rem;
        padding: 0.2rem 0 0.1rem
    }

    .product_yjB .mySwiper .text {
        font-size: 0.14rem
    }

    .product_yjC {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .product_yjC .table {
        margin: 0.5rem 0 0 0;
        border-radius: 0.1rem;
        overflow-x: auto
    }

    .product_yjC table {
        font-size: 0.14rem;
        width: 200%
    }

    .product_yjC table thead tr th,
    .product_yjC table tbody tr td {
        padding: 0.2rem
    }

    .product_ytjA {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_ytjA .left {
        width: 100%
    }

    .product_ytjA .right {
        width: 100%;
        padding: 0.5rem 0 0 0
    }

    .product_ytjA .comcnums {
        padding: 0.5rem 0 0 0;
        margin: -0.2rem
    }

    .product_ytjA .comcnums .item {
        width: 50%;
        padding: 0.2rem
    }

    .product_ytjA .comcnums .item .nums span {
        font-size: 0.28rem
    }

    .product_ytjA .comcnums .item .nums em {
        font-size: 0.28rem
    }

    .product_ytjA .comcnums .item .text {
        padding: 0.1rem 0 0 0
    }

    .product_ytjA .list li {
        margin: 0 0 0.1rem
    }

    .product_ytjA .list .box {
        padding: 0.2rem;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .product_ytjA .list .box .name {
        width: 100%;
        font-size: 0.16rem;
        padding: 0 0 0 0.1rem
    }

    .product_ytjA .list .box .name::before {
        width: 0.03rem;
        height: 0.12rem
    }

    .product_ytjA .list .box .text {
        width: 100%;
        margin: 0.15rem 0 0 0;
        font-size: 0.13rem
    }

    .product_ytjB {
        padding-bottom: 0.6rem;
        padding-top: 0.6rem
    }

    .product_ytjB .mySwiper {
        padding: 0.5rem 0 0 0
    }

    .product_ytjB .mySwiper .swiper-slide {
        padding: 0 0 0.3rem
    }

    .product_ytjB .mySwiper .name {
        font-size: 0.16rem;
        padding: 0.2rem 0 0.1rem
    }

    .product_ytjB .mySwiper .text {
        font-size: 0.14rem
    }

    .product_ytjC {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .product_ytjC .list {
        padding: 0.5rem 0 0 0
    }

    .product_ytjC .list ul {
        margin: -0.05rem
    }

    .product_ytjC .list ul li {
        width: 50%;
        padding: 0.05rem
    }

    .product_ytjC .list ul li .box {
        padding: 0.2rem
    }

    .product_ytjC .list ul li .icon {
        width: 0.6rem;
        height: 0.6rem
    }

    .product_ytjC .list ul li .icon img {
        height: 0.25rem
    }

    .product_ytjC .list ul li .name {
        font-size: 0.16rem;
        padding: 0.3rem 0 0.1rem
    }

    .product_ytjC .list ul li .text {
        font-size: 0.13rem
    }

    .common-scrollbar {
        width: auto;
        height: auto;
        background-color: transparent;
        margin: 0.5rem 0 0 0
    }

    .swiper-scrollbar {
        display: none
    }

    .product_ytjD {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .product_ytjD .hd .desc {
        padding: 0.3rem 0 0 0;
        font-size: 0.14rem
    }

    .product_ytjD .bd {
        padding: 0.5rem 0 0 0
    }

    .product_ytjD .swiper-page {
        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
    }

    .product_ytjD .mySwiper ul li .box .img {
        height: 3rem
    }

    .product_ytjD .mySwiper ul li .box .info {
        padding: 0.2rem
    }

    .product_ytjD .mySwiper ul li .box .num {
        font-size: 0.26rem;
        right: 0.2rem;
        top: 0.2rem;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .product_ytjD .mySwiper ul li .box .name {
        font-size: 0.2rem;
        padding: 0 0 0.1rem
    }

    .product_ytjD .mySwiper ul li .box .text {
        font-size: 0.14rem
    }

    .product_ytjE {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .product_ytjE .inside_title {
        position: static
    }

    .product_ytjE .list {
        padding: 0.3rem 0 0 0
    }

    .product_ytjE .list ul {
        margin: -0.1rem
    }

    .product_ytjE .list ul li {
        width: 100%;
        padding: 0.1rem
    }

    .product_ytjE .list ul li .box {
        padding: 0.3rem
    }

    .product_ytjE .list ul li .text {
        font-size: 0.16rem
    }

    .product_ytjE .list ul li .icon img {
        max-height: 0.36rem
    }

    .product_ytjE .list ul li .desc {
        font-size: 0.14rem;
        padding: 0.2rem 0 0 0
    }

    .product_ytjF {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }

    .product_ytjF .list {
        padding: 0.3rem 0 0 0;
        margin: -0.1rem
    }

    .product_ytjF .item {
        width: 100%;
        padding: 0.1rem
    }

    .product_ytjF .item .box {
        height: 100%
    }

    .product_ytjF .item .title {
        font-size: 0.16rem;
        padding: 0.2rem
    }

    .product_ytjF .item .info {
        padding: 0.3rem;
        font-size: 0.14rem
    }
}