<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}


*{
    word-break: keep-all!important;
    word-wrap: normal;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
    overflow: hidden;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    max-width: 100%;
    height: auto;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

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

pre {
    overflow: auto;
}

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

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

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

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td, th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *, *:before, *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn&gt;.caret, .dropup&gt;.btn&gt;.caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "MiSans", Arial, 'Microsoft Yahei';
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
    background-color: #ffffff;
}

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

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

table {
    background-color: transparent;
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table&gt;thead&gt;tr&gt;th, .table&gt;tbody&gt;tr&gt;th, .table&gt;tfoot&gt;tr&gt;th, .table&gt;thead&gt;tr&gt;td, .table&gt;tbody&gt;tr&gt;td, .table&gt;tfoot&gt;tr&gt;td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table&gt;thead&gt;tr&gt;th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}

.table&gt;caption+thead&gt;tr:first-child&gt;th, .table&gt;colgroup+thead&gt;tr:first-child&gt;th, .table&gt;thead:first-child&gt;tr:first-child&gt;th, .table&gt;caption+thead&gt;tr:first-child&gt;td, .table&gt;colgroup+thead&gt;tr:first-child&gt;td, .table&gt;thead:first-child&gt;tr:first-child&gt;td {
    border-top: 0;
}

.table&gt;tbody+tbody {
    border-top: 2px solid #dddddd;
}

.table .table {
    background-color: #ffffff;
}

.table-condensed&gt;thead&gt;tr&gt;th, .table-condensed&gt;tbody&gt;tr&gt;th, .table-condensed&gt;tfoot&gt;tr&gt;th, .table-condensed&gt;thead&gt;tr&gt;td, .table-condensed&gt;tbody&gt;tr&gt;td, .table-condensed&gt;tfoot&gt;tr&gt;td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

.table-bordered&gt;thead&gt;tr&gt;th, .table-bordered&gt;tbody&gt;tr&gt;th, .table-bordered&gt;tfoot&gt;tr&gt;th, .table-bordered&gt;thead&gt;tr&gt;td, .table-bordered&gt;tbody&gt;tr&gt;td, .table-bordered&gt;tfoot&gt;tr&gt;td {
    border: 1px solid #dddddd;
}

.table-bordered&gt;thead&gt;tr&gt;th, .table-bordered&gt;thead&gt;tr&gt;td {
    border-bottom-width: 2px;
}

.table-striped&gt;tbody&gt;tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover&gt;tbody&gt;tr:hover {
    background-color: #f5f5f5;
}

.table&gt;thead&gt;tr&gt;td.active, .table&gt;tbody&gt;tr&gt;td.active, .table&gt;tfoot&gt;tr&gt;td.active, .table&gt;thead&gt;tr&gt;th.active, .table&gt;tbody&gt;tr&gt;th.active, .table&gt;tfoot&gt;tr&gt;th.active, .table&gt;thead&gt;tr.active&gt;td, .table&gt;tbody&gt;tr.active&gt;td, .table&gt;tfoot&gt;tr.active&gt;td, .table&gt;thead&gt;tr.active&gt;th, .table&gt;tbody&gt;tr.active&gt;th, .table&gt;tfoot&gt;tr.active&gt;th {
    background-color: #f5f5f5;
}

.table-hover&gt;tbody&gt;tr&gt;td.active:hover, .table-hover&gt;tbody&gt;tr&gt;th.active:hover, .table-hover&gt;tbody&gt;tr.active:hover&gt;td, .table-hover&gt;tbody&gt;tr:hover&gt;.active, .table-hover&gt;tbody&gt;tr.active:hover&gt;th {
    background-color: #e8e8e8;
}

.table&gt;thead&gt;tr&gt;td.success, .table&gt;tbody&gt;tr&gt;td.success, .table&gt;tfoot&gt;tr&gt;td.success, .table&gt;thead&gt;tr&gt;th.success, .table&gt;tbody&gt;tr&gt;th.success, .table&gt;tfoot&gt;tr&gt;th.success, .table&gt;thead&gt;tr.success&gt;td, .table&gt;tbody&gt;tr.success&gt;td, .table&gt;tfoot&gt;tr.success&gt;td, .table&gt;thead&gt;tr.success&gt;th, .table&gt;tbody&gt;tr.success&gt;th, .table&gt;tfoot&gt;tr.success&gt;th {
    background-color: #dff0d8;
}

.table-hover&gt;tbody&gt;tr&gt;td.success:hover, .table-hover&gt;tbody&gt;tr&gt;th.success:hover, .table-hover&gt;tbody&gt;tr.success:hover&gt;td, .table-hover&gt;tbody&gt;tr:hover&gt;.success, .table-hover&gt;tbody&gt;tr.success:hover&gt;th {
    background-color: #d0e9c6;
}

.table&gt;thead&gt;tr&gt;td.info, .table&gt;tbody&gt;tr&gt;td.info, .table&gt;tfoot&gt;tr&gt;td.info, .table&gt;thead&gt;tr&gt;th.info, .table&gt;tbody&gt;tr&gt;th.info, .table&gt;tfoot&gt;tr&gt;th.info, .table&gt;thead&gt;tr.info&gt;td, .table&gt;tbody&gt;tr.info&gt;td, .table&gt;tfoot&gt;tr.info&gt;td, .table&gt;thead&gt;tr.info&gt;th, .table&gt;tbody&gt;tr.info&gt;th, .table&gt;tfoot&gt;tr.info&gt;th {
    background-color: #d9edf7;
}

.table-hover&gt;tbody&gt;tr&gt;td.info:hover, .table-hover&gt;tbody&gt;tr&gt;th.info:hover, .table-hover&gt;tbody&gt;tr.info:hover&gt;td, .table-hover&gt;tbody&gt;tr:hover&gt;.info, .table-hover&gt;tbody&gt;tr.info:hover&gt;th {
    background-color: #c4e3f3;
}

.table&gt;thead&gt;tr&gt;td.warning, .table&gt;tbody&gt;tr&gt;td.warning, .table&gt;tfoot&gt;tr&gt;td.warning, .table&gt;thead&gt;tr&gt;th.warning, .table&gt;tbody&gt;tr&gt;th.warning, .table&gt;tfoot&gt;tr&gt;th.warning, .table&gt;thead&gt;tr.warning&gt;td, .table&gt;tbody&gt;tr.warning&gt;td, .table&gt;tfoot&gt;tr.warning&gt;td, .table&gt;thead&gt;tr.warning&gt;th, .table&gt;tbody&gt;tr.warning&gt;th, .table&gt;tfoot&gt;tr.warning&gt;th {
    background-color: #fcf8e3;
}

.table-hover&gt;tbody&gt;tr&gt;td.warning:hover, .table-hover&gt;tbody&gt;tr&gt;th.warning:hover, .table-hover&gt;tbody&gt;tr.warning:hover&gt;td, .table-hover&gt;tbody&gt;tr:hover&gt;.warning, .table-hover&gt;tbody&gt;tr.warning:hover&gt;th {
    background-color: #faf2cc;
}

.table&gt;thead&gt;tr&gt;td.danger, .table&gt;tbody&gt;tr&gt;td.danger, .table&gt;tfoot&gt;tr&gt;td.danger, .table&gt;thead&gt;tr&gt;th.danger, .table&gt;tbody&gt;tr&gt;th.danger, .table&gt;tfoot&gt;tr&gt;th.danger, .table&gt;thead&gt;tr.danger&gt;td, .table&gt;tbody&gt;tr.danger&gt;td, .table&gt;tfoot&gt;tr.danger&gt;td, .table&gt;thead&gt;tr.danger&gt;th, .table&gt;tbody&gt;tr.danger&gt;th, .table&gt;tfoot&gt;tr.danger&gt;th {
    background-color: #f2dede;
}

.table-hover&gt;tbody&gt;tr&gt;td.danger:hover, .table-hover&gt;tbody&gt;tr&gt;th.danger:hover, .table-hover&gt;tbody&gt;tr.danger:hover&gt;td, .table-hover&gt;tbody&gt;tr:hover&gt;.danger, .table-hover&gt;tbody&gt;tr.danger:hover&gt;th {
    background-color: #ebcccc;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

    .table-responsive&gt;.table {
        margin-bottom: 0;
    }

    .table-responsive&gt;.table&gt;thead&gt;tr&gt;th, .table-responsive&gt;.table&gt;tbody&gt;tr&gt;th, .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;th, .table-responsive&gt;.table&gt;thead&gt;tr&gt;td, .table-responsive&gt;.table&gt;tbody&gt;tr&gt;td, .table-responsive&gt;.table&gt;tfoot&gt;tr&gt;td {
        white-space: nowrap;
    }

    .table-responsive&gt;.table-bordered {
        border: 0;
    }

    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:first-child, .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:first-child, .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:first-child, .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:first-child, .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:first-child, .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:first-child {
        border-left: 0;
    }

    .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;th:last-child, .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;th:last-child, .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;th:last-child, .table-responsive&gt;.table-bordered&gt;thead&gt;tr&gt;td:last-child, .table-responsive&gt;.table-bordered&gt;tbody&gt;tr&gt;td:last-child, .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr&gt;td:last-child {
        border-right: 0;
    }

    .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;th, .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;th, .table-responsive&gt;.table-bordered&gt;tbody&gt;tr:last-child&gt;td, .table-responsive&gt;.table-bordered&gt;tfoot&gt;tr:last-child&gt;td {
        border-bottom: 0;
    }
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.radio label, .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-top: 4px \9;
    margin-left: -20px;
}

.radio+.radio, .checkbox+.checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0;
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-lg {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg+.form-control-feedback, .input-group-lg+.form-control-feedback, .form-group-lg .form-control+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm+.form-control-feedback, .input-group-sm+.form-control-feedback, .form-group-sm .form-control+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label~.form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group&gt;.form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #333333;
    text-decoration: none;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: 0.65;
    box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:focus, .btn-default.focus {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:hover {
    color: #333333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open&gt;.dropdown-toggle.btn-default {
    color: #333333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad;
}

.btn-default:active:hover, .btn-default.active:hover, .open&gt;.dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open&gt;.dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open&gt;.dropdown-toggle.btn-default.focus {
    color: #333333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default .badge {
    color: #ffffff;
    background-color: #333333;
}

.btn-primary {
    color: #ffffff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
    color: #ffffff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active, .btn-primary.active, .open&gt;.dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open&gt;.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open&gt;.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open&gt;.dropdown-toggle.btn-primary.focus {
    color: #ffffff;
    background-color: #204d74;
    border-color: #122b40;
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #ffffff;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}

.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}

.btn-success:active, .btn-success.active, .open&gt;.dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439;
}

.btn-success:active:hover, .btn-success.active:hover, .open&gt;.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open&gt;.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open&gt;.dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #1b6d85;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #31b0d5;
    border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open&gt;.dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc;
}

.btn-info:active:hover, .btn-info.active:hover, .open&gt;.dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open&gt;.dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open&gt;.dropdown-toggle.btn-info.focus {
    color: #ffffff;
    background-color: #269abc;
    border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #985f0d;
}

.btn-warning:hover {
    color: #ffffff;
    background-color: #ec971f;
    border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open&gt;.dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open&gt;.dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open&gt;.dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open&gt;.dropdown-toggle.btn-warning.focus {
    color: #ffffff;
    background-color: #d58512;
    border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #ffffff;
}

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #761c19;
}

.btn-danger:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open&gt;.dropdown-toggle.btn-danger {
    color: #ffffff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open&gt;.dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open&gt;.dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open&gt;.dropdown-toggle.btn-danger.focus {
    color: #ffffff;
    background-color: #ac2925;
    border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #ffffff;
}

.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg, .btn-group-lg&gt;.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm&gt;.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs&gt;.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group&gt;.btn, .btn-group-vertical&gt;.btn {
    position: relative;
    float: left;
}

.btn-group&gt;.btn:hover, .btn-group-vertical&gt;.btn:hover, .btn-group&gt;.btn:focus, .btn-group-vertical&gt;.btn:focus, .btn-group&gt;.btn:active, .btn-group-vertical&gt;.btn:active, .btn-group&gt;.btn.active, .btn-group-vertical&gt;.btn.active {
    z-index: 2;
}

.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.btn-toolbar&gt;.btn, .btn-toolbar&gt;.btn-group, .btn-toolbar&gt;.input-group {
    margin-left: 5px;
}

.btn-group&gt;.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group&gt;.btn:first-child {
    margin-left: 0;
}

.btn-group&gt;.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group&gt;.btn:last-child:not(:first-child), .btn-group&gt;.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group&gt;.btn-group {
    float: left;
}

.btn-group&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
    border-radius: 0;
}

.btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child, .btn-group&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group&gt;.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group&gt;.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical&gt;.btn, .btn-group-vertical&gt;.btn-group, .btn-group-vertical&gt;.btn-group&gt;.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical&gt;.btn-group&gt;.btn {
    float: none;
}

.btn-group-vertical&gt;.btn+.btn, .btn-group-vertical&gt;.btn+.btn-group, .btn-group-vertical&gt;.btn-group+.btn, .btn-group-vertical&gt;.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical&gt;.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical&gt;.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
    border-radius: 0;
}

.btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.btn:last-child, .btn-group-vertical&gt;.btn-group:first-child:not(:last-child)&gt;.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical&gt;.btn-group:last-child:not(:first-child)&gt;.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified&gt;.btn, .btn-group-justified&gt;.btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified&gt;.btn-group .btn {
    width: 100%;
}

.btn-group-justified&gt;.btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"]&gt;.btn input[type="radio"], [data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="radio"], [data-toggle="buttons"]&gt;.btn input[type="checkbox"], [data-toggle="buttons"]&gt;.btn-group&gt;.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-lg&gt;.form-control, .input-group-lg&gt;.input-group-addon, .input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

select.input-group-lg&gt;.form-control, select.input-group-lg&gt;.input-group-addon, select.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg&gt;.form-control, textarea.input-group-lg&gt;.input-group-addon, textarea.input-group-lg&gt;.input-group-btn&gt;.btn, select[multiple].input-group-lg&gt;.form-control, select[multiple].input-group-lg&gt;.input-group-addon, select[multiple].input-group-lg&gt;.input-group-btn&gt;.btn {
    height: auto;
}

.input-group-sm&gt;.form-control, .input-group-sm&gt;.input-group-addon, .input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm&gt;.form-control, select.input-group-sm&gt;.input-group-addon, select.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm&gt;.form-control, textarea.input-group-sm&gt;.input-group-addon, textarea.input-group-sm&gt;.input-group-btn&gt;.btn, select[multiple].input-group-sm&gt;.form-control, select[multiple].input-group-sm&gt;.input-group-addon, select[multiple].input-group-sm&gt;.input-group-btn&gt;.btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child&gt;.btn, .input-group-btn:first-child&gt;.btn-group&gt;.btn, .input-group-btn:first-child&gt;.dropdown-toggle, .input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child&gt;.btn-group:not(:last-child)&gt;.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child&gt;.btn, .input-group-btn:last-child&gt;.btn-group&gt;.btn, .input-group-btn:last-child&gt;.dropdown-toggle, .input-group-btn:first-child&gt;.btn:not(:first-child), .input-group-btn:first-child&gt;.btn-group:not(:first-child)&gt;.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn&gt;.btn {
    position: relative;
}

.input-group-btn&gt;.btn+.btn {
    margin-left: -1px;
}

.input-group-btn&gt;.btn:hover, .input-group-btn&gt;.btn:focus, .input-group-btn&gt;.btn:active {
    z-index: 2;
}

.input-group-btn:first-child&gt;.btn, .input-group-btn:first-child&gt;.btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child&gt;.btn, .input-group-btn:last-child&gt;.btn-group {
    z-index: 2;
    margin-left: -1px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination&gt;li {
    display: inline;
}

.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:hover, .pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #dddddd;
}

.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination&gt;li:last-child&gt;a, .pagination&gt;li:last-child&gt;span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span:hover, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;span:focus {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination&gt;.disabled&gt;span, .pagination&gt;.disabled&gt;span:hover, .pagination&gt;.disabled&gt;span:focus, .pagination&gt;.disabled&gt;a, .pagination&gt;.disabled&gt;a:hover, .pagination&gt;.disabled&gt;a:focus {
    color: #777777;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #dddddd;
}

.pagination-lg&gt;li&gt;a, .pagination-lg&gt;li&gt;span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}

.pagination-lg&gt;li:first-child&gt;a, .pagination-lg&gt;li:first-child&gt;span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg&gt;li:last-child&gt;a, .pagination-lg&gt;li:last-child&gt;span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm&gt;li&gt;a, .pagination-sm&gt;li&gt;span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm&gt;li:first-child&gt;a, .pagination-sm&gt;li:first-child&gt;span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm&gt;li:last-child&gt;a, .pagination-sm&gt;li:last-child&gt;span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical&gt;.btn-group:before, .btn-group-vertical&gt;.btn-group:after {
    display: table;
    content: " ";
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical&gt;.btn-group:after {
    clear: both;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}

.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

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

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

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

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

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

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

.fancybox-infobar, .fancybox-toolbar, .fancybox-caption, .fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar, .fancybox-show-caption .fancybox-caption, .fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

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

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

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

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

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

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

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

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

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

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

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

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

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

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video, .fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

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

/* Buttons */
.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    -webkit-transition: color .2s;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button, .fancybox-button:visited, .fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2), .fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1), .fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

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

/* Loading indicator */
.fancybox-loading {
    -webkit-animation: fancybox-rotate 1s linear infinite;
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

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

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

/* Transition effects */
.fancybox-animated {
    -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

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

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

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

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

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

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

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

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

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

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited, .fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}


@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

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

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


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

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

.swiper-container-vertical&gt;.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;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

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

.swiper-container-multirow&gt;.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

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

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}

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

/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

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

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

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, 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: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left 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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left 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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal&gt;.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical&gt;.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}

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

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

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

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



.swiper-button-lock {
    display: none;
}

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

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

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal&gt;.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.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);
    transform: scale(0.33);
    position: relative;
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-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);
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-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);
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

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

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

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

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

.swiper-container-vertical&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

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

.swiper-container-vertical&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl&gt;.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

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

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

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

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

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

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}

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

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}

.swiper-pagination-lock {
    display: none;
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none;
}

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

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

.swiper-slide-zoomed {
    cursor: move;
}

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

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
   background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
    }

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

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

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

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

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

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

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

.swiper-container-cube {
    overflow: visible;
}

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

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

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

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

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

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

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

.swiper-container-flip {
    overflow: visible;
}

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

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

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

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

.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}


:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: calc(1 * 2);
    animation-iteration-count: calc(1 * 2);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
    animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: calc(1 * 3);
    animation-iteration-count: calc(1 * 3);
    -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
    animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: calc(1s * 2);
    animation-delay: calc(1s * 2);
    -webkit-animation-delay: calc(var(--animate-delay) * 2);
    animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: calc(1s * 3);
    animation-delay: calc(1s * 3);
    -webkit-animation-delay: calc(var(--animate-delay) * 3);
    animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: calc(1s * 4);
    animation-delay: calc(1s * 4);
    -webkit-animation-delay: calc(var(--animate-delay) * 4);
    animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: calc(1s * 5);
    animation-delay: calc(1s * 5);
    -webkit-animation-delay: calc(var(--animate-delay) * 5);
    animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
    -webkit-animation-duration: calc(1s / 2);
    animation-duration: calc(1s / 2);
    -webkit-animation-duration: calc(var(--animate-duration) / 2);
    animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
    -webkit-animation-duration: calc(1s * 0.8);
    animation-duration: calc(1s * 0.8);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
    animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
    -webkit-animation-duration: calc(1s * 3);
    animation-duration: calc(1s * 3);
    -webkit-animation-duration: calc(var(--animate-duration) * 3);
    animation-duration: calc(var(--animate-duration) * 3);
}

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

    .animate__animated[class*='Out'] {
        opacity: 0;
    }
}

/* Attention seekers  */
@-webkit-keyframes bounce {
    from, 20%, 53%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

    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) scaleY(0.95);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

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

@keyframes bounce {
    from, 20%, 53%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

    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) scaleY(0.95);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

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

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

@-webkit-keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    from, 50%, to {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
    from {
        -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);
    }

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

@keyframes pulse {
    from {
        -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);
    }

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

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
    from {
        -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);
    }

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

@keyframes rubberBand {
    from {
        -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);
    }

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

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

@-webkit-keyframes shakeX {
    from, to {
        -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 shakeX {
    from, to {
        -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);
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX;
}

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

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

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

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

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

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

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY;
}

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

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

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: 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);
    }

    to {
        -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);
    }

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

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

@-webkit-keyframes tada {
    from {
        -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);
    }

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

@keyframes tada {
    from {
        -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);
    }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

@-webkit-keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

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

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

@keyframes jello {
    from, 11.1%, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: calc(1s * 1.3);
    animation-duration: calc(1s * 1.3);
    -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
    animation-duration: calc(var(--animate-duration) * 1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

/* Back entrances */
@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }

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

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(0.7);
        transform: translateY(-1200px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }

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

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

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

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

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

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

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

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

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

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight;
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }

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

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(0.7);
        transform: translateY(1200px) scale(0.7);
        opacity: 0.7;
    }

    80% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }

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

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp;
}

/* Back exits */
@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    20% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}

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

    20% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateY(700px) scale(0.7);
        transform: translateY(700px) scale(0.7);
        opacity: 0.7;
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown;
}

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

    20% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}

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

    20% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateX(-2000px) scale(0.7);
        transform: translateX(-2000px) scale(0.7);
        opacity: 0.7;
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft;
}

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

    20% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}

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

    20% {
        -webkit-transform: translateX(0px) scale(0.7);
        transform: translateX(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateX(2000px) scale(0.7);
        transform: translateX(2000px) scale(0.7);
        opacity: 0.7;
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight;
}

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

    20% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}

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

    20% {
        -webkit-transform: translateY(0px) scale(0.7);
        transform: translateY(0px) scale(0.7);
        opacity: 0.7;
    }

    100% {
        -webkit-transform: translateY(-700px) scale(0.7);
        transform: translateY(-700px) scale(0.7);
        opacity: 0.7;
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp;
}

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

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

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

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

.animate__bounceIn {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

@keyframes bounceInDown {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

@keyframes bounceInLeft {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

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

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

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

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

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

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

@-webkit-keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }

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

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

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

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

@keyframes bounceInRight {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3);
    }

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

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

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

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

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

@-webkit-keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }

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

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

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

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

@keyframes bounceInUp {
    from, 60%, 75%, 90%, to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5);
    }

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

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

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

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

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

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

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

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

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

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

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

.animate__bounceOut {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Fading entrances  */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft;
}

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

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

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

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

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight;
}

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

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

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

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

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft;
}

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

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

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

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

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight;
}

/* Fading exits */
@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

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

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

@-webkit-keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes fadeOutTopLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes fadeOutTopRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes fadeOutBottomRight {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

@keyframes fadeOutBottomLeft {
    from {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft;
}

/* Flippers */
@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) 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) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) 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) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }

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

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }

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

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

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }

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

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-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-animation-timing-function: ease-in;
        animation-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);
    }

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

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

@-webkit-keyframes flipOutX {
    from {
        -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;
    }

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

@keyframes flipOutX {
    from {
        -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;
    }

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

.animate__flipOutX {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -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;
    }

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

@keyframes flipOutY {
    from {
        -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;
    }

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

.animate__flipOutY {
    -webkit-animation-duration: calc(1s * 0.75);
    animation-duration: calc(1s * 0.75);
    -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
    animation-duration: calc(var(--animate-duration) * 0.75);
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

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

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

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

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

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

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

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

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

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

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

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

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

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

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

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

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

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOutRight {
    from {
        opacity: 1;
    }

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

@keyframes lightSpeedOutRight {
    from {
        opacity: 1;
    }

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

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
    from {
        opacity: 1;
    }

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

@keyframes lightSpeedOutLeft {
    from {
        opacity: 1;
    }

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

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

/* Rotating entrances */
@-webkit-keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

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

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

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

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

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

@keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

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

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

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

@keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

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

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

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

@keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

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

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

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

@keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

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

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

/* Rotating exits */
@-webkit-keyframes rotateOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
}

/* Specials */
@-webkit-keyframes hinge {
    0% {
        -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-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-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

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

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

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

.animate__hinge {
    -webkit-animation-duration: calc(1s * 2);
    animation-duration: calc(1s * 2);
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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


@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        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 {
    from {
        opacity: 1;
    }

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

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


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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        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);
    }
}

@keyframes zoomInDown {
    from {
        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);
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        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);
    }
}

@keyframes zoomInLeft {
    from {
        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);
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        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);
    }
}

@keyframes zoomInRight {
    from {
        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);
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        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);
    }
}

@keyframes zoomInUp {
    from {
        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);
    }
}

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

/* Zooming exits */
@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

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

    to {
        opacity: 0;
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-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);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

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

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

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

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

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

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

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
}

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

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

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

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

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

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

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-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);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

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

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}

/* Sliding entrances */
@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Sliding exits */
@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

html {
    font-size: 14px;
}

@media (min-width: 668px) and (max-width: 1919px) {
    html {
        /* Adds a fallback for unsupported browsers */ font-size: 19.5px;
        font-size: calc(14px + (25 - 14) * (100vw - 668px) / (1920 - 668));
    }
}

@media (min-width: 1920px) {
    html {
        font-size: 25px;
    }
}



@media (max-width: 1440px) {
    body {
        font-size: 14px;
    }
}

#wraper {
    max-width: 1920px;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover, a:focus {
    color: #c40f23;
    text-decoration: none;
}

.target-fix {
    position: relative;
    top: -70px;
    display: block;
    height: 0;
    line-height: 0;
    background: none;
    overflow: hidden;
    outline: 0;
    text-decoration: none;
    border: none;
}

@media (max-width: 1201px) {
    .target-fix {
        top: -59px;
    }
}

.target-fix:focus {
    outline: 0;
}

.w_col {
    width: 100%;
    /* max-width: 1400px; */
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 1440px) {
    .w_col {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media (max-width: 1201px) {
    .w_col {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.w_left {
    padding-left: 80px;
}

@media (max-width: 1440px) {
    .w_left {
        padding-left: 60px;
    }
}

@media (max-width: 1201px) {
    .w_left {
        padding-left: 20px;
    }
}

.w_right {
    padding-right: 80px;
}

@media (max-width: 1440px) {
    .w_right {
        padding-right: 60px;
    }
}

@media (max-width: 1201px) {
    .w_right {
        padding-right: 20px;
    }
}

.w_small {
    /* max-width: 1520px; */
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 1201px) {
    .w_small {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* SVG */
svg {
    overflow: hidden;
    display: inline-block;
    fill: currentColor;
}

.hidden-svg {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.pagenation {
    text-align: center;
    font-size: 14px;
}

.pagenation a, .pagenation .current {
    display: inline-block;
    margin: 0 5px;
    line-height: 30px;
    padding: 0 12px;
}

@media (max-width: 668px) {
    .pagenation a, .pagenation .current {
        display: none;
    }
}

@media (max-width: 668px) {
    .pagenation .page-numbers.dots {
        display: none;
    }
}

.pagenation a {
    border: 1px solid #999999;
    color: #999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pagenation a:hover {
    border-color: #c40f23;
    color: #c40f23;
}

@media (max-width: 668px) {
    .pagenation a {
        padding: 0 20px;
        margin: 0;
    }

    .pagenation a.prev {
        display: block;
        float: left;
    }

    .pagenation a.next {
        display: block;
        float: right;
    }
}

.pagenation .current {
    border-color: #c40f23;
    background-color: #c40f23;
    color: #fff;
}

.body-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 501;
}

.body-overlay.morezindex {
    z-index: 505;
}

.mobile-icon {
    display: none;
}

@media (max-width: 1201px) {
    .mobile-icon {
        display: block;
    }
}

.hamburger {
    display: block;
    width: 20px;
    height: 16px;
    position: fixed;
    right: 20px;
    top: 22px;
    z-index: 503;
    background: transparent;
    border: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.hamburger:hover, .hamburger:focus, .hamburger:active {
    outline: none;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    width: 20px;
    height: 2px;
    position: absolute;
    right: 0;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom {
    background-color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.scrolled .hamburger.is-closed .hamb-top, .scrolled .hamburger.is-closed .hamb-middle, .scrolled .hamburger.is-closed .hamb-bottom {
    background-color: #333;
}

.case_single_pubuliu .scrolled .hamburger.is-closed .hamb-top, .case_single_pubuliu .scrolled .hamburger.is-closed .hamb-middle, .case_single_pubuliu .scrolled .hamburger.is-closed .hamb-bottom {
    background-color: #fff;
}

.hamburger.is-closed .hamb-top {
    top: 0px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-middle {
    top: 50%;
    margin-top: -1px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hamburger.is-closed .hamb-bottom {
    bottom: 0px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
    background-color: #fff;
}

.hamburger.is-open .hamb-top, .hamburger.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08), -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.hamburger.is-open .hamb-middle {
    display: none;
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
    transition: transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08), -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
}

.icon_mnav {
    display: none;
}

#wraper .side__bar-inner {
    width: 200px;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    position: fixed;
    left: -250px;
    right: 0;
    top: 0;
    z-index: 502;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#wraper .side__bar-logo {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#wraper .side__bar-logo svg {
    width: 150px;
    height: 48px;
}

#wraper .side__bar-logo svg .st0 {
    fill: #f39700;
}

#wraper .side__bar-logo svg .st1 {
    fill: #006BB4;
}

#wraper .side__bar-logo svg .st2 {
    fill: #333333;
}

#wraper .side__bar ul {
    margin: 0;
    padding: 0;
}

#wraper .side__bar ul&gt;li {
    display: block;
}

#wraper .side__bar ul&gt;li&gt;a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#wraper .side__bar ul&gt;li&gt;a svg {
    display: none;
}

#wraper .side__bar ul&gt;li.m {
    position: relative;
}

#wraper .side__bar ul&gt;li.m i.icon {
    display: block;
    width: 40px;
    height: 40px;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

#wraper .side__bar ul&gt;li.m i.icon svg {
    width: 20px;
    height: 20px;
    color: #333;
    vertical-align: top;
    margin-top: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#wraper .side__bar ul&gt;li.m i.icon.on svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

#wraper .side__bar ul&gt;li .sub {
    display: none;
    margin: 0;
    padding: 10px 0 0 0;
}

#wraper .side__bar ul&gt;li .sub li {
    display: block;
}

#wraper .side__bar ul&gt;li .sub li a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    padding-left: 10px;
    color: #666;
}

#wraper.toggled .side__bar-inner {
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
    background-color: #fff;
    border-color: #fff;
}


.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-image img {
    max-width: 100% !important;
    height: auto !important;
}

.wp-block-image .aligncenter {
    text-align: center;
}

.wp-video {
    width: 600px !important;
    margin: 0.8rem auto;
}

.pop_message {
    display: none;
    padding: 1.6rem;
}

.pop_message h2.title {
    margin: 0 0 1.6rem;
    font-size: 0.96rem;
    line-height: 30px;
    color: #000;
}

@media (max-width: 668px) {
    .pop_message h2.title {
        font-size: 20px;
    }
}

.pop_message .fancybox-close-small {
    width: 30px;
    height: 30px;
    padding: 0;
    right: 1.6rem;
    top: 1.6rem;
}

.pop_message .wpcf7 {
    max-width: 640px;
    margin: 0 auto;
}

@media (max-width: 968px) {
    .pop_message .wpcf7 {
        max-width: 100%;
    }
}

.pop_message .wpcf7 span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.pop_message .wpcf7 span.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pop_message .wpcf7 span.wpcf7-form-control-wrap.captcha-tqchina .wpcf7-not-valid-tip {
    position: static;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.pop_message .wpcf7 span[role=alert] {
    width: 100%;
    color: #c40f23;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.pop_message .wpcf7 div.wpcf7-validation-errors, .pop_message .wpcf7 div.wpcf7-acceptance-missing {
    border: 1px solid #c40f23;
}

.pop_message .wpcf7 div.wpcf7-mail-sent-ok {
    background-color: rgba(197, 197, 197, 0.3);
}

.pop_message .wpcf7 div.wpcf7-response-output {
    margin: 30px 0 0;
    font-size: 12px;
    color: #666;
    border-width: 1px;
}

@media (max-width: 668px) {
    .pop_message .wpcf7 div.wpcf7-response-output {
        margin-top: 10px;
    }
}

.pop_message .wpcf7 .ajax-loader {
    margin: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0.7);
    -ms-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
    background-color: #fff;
}

.pop_message .wpcf7 .ajax-loader::before {
    background-color: #c40f23;
}

.pop_message .consult_form&gt;ul {
    margin: 0 -10px;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pop_message .consult_form&gt;ul&gt;li {
    list-style-type: none;
    width: 100%;
    padding: 0 10px;
    margin-bottom: 20px;
    position: relative;
}

.pop_message .consult_form&gt;ul&gt;li.item {
    width: 50%;
}

@media (max-width: 668px) {
    .pop_message .consult_form&gt;ul&gt;li.item {
        width: 100%;
    }
}

.pop_message .consult_form&gt;ul&gt;li.item_content {
    width: 100%;
}

.pop_message .consult_form&gt;ul&gt;li input[type=text], .pop_message .consult_form&gt;ul&gt;li input[type=tel], .pop_message .consult_form&gt;ul&gt;li input[type=email], .pop_message .consult_form&gt;ul&gt;li input[type=date] {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    padding: 0 1.2rem;
    outline: 0;
    font-size: 14px;
    color: #333;
    border: none;
    font-weight: lighter;
    background: #f5f5f5;
    border-radius: 0;
}

.pop_message .consult_form&gt;ul&gt;li input[type=text]::-webkit-input-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=tel]::-webkit-input-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=email]::-webkit-input-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=date]::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
}

.pop_message .consult_form&gt;ul&gt;li input[type=text]::-moz-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=tel]::-moz-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=email]::-moz-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=date]::-moz-placeholder {
    color: #333;
    font-size: 14px;
}

.pop_message .consult_form&gt;ul&gt;li input[type=text]:-moz-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=tel]:-moz-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=email]:-moz-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=date]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
    font-size: 14px;
}

.pop_message .consult_form&gt;ul&gt;li input[type=text]:-ms-input-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=tel]:-ms-input-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=email]:-ms-input-placeholder, .pop_message .consult_form&gt;ul&gt;li input[type=date]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
    font-size: 14px;
}

@media (max-width: 1201px) {
    .pop_message .consult_form&gt;ul&gt;li input[type=text], .pop_message .consult_form&gt;ul&gt;li input[type=tel], .pop_message .consult_form&gt;ul&gt;li input[type=email], .pop_message .consult_form&gt;ul&gt;li input[type=date] {
        height: 50px;
        line-height: 50px;
        font-weight: normal;
    }
}

.pop_message .consult_form&gt;ul&gt;li input[type=text]:focus, .pop_message .consult_form&gt;ul&gt;li input[type=tel]:focus, .pop_message .consult_form&gt;ul&gt;li input[type=email]:focus, .pop_message .consult_form&gt;ul&gt;li input[type=date]:focus {
    border-color: #c5c5c5;
}

.pop_message .consult_form&gt;ul&gt;li textarea {
    width: 100%;
    height: 190px;
    line-height: 30px;
    padding: 1.2rem;
    border: none;
    font-weight: lighter;
    outline: 0;
    font-size: 14px;
    color: #333;
    background: #f5f5f5;
    border-radius: 0;
}

.pop_message .consult_form&gt;ul&gt;li textarea::-webkit-input-placeholder {
    color: #333;
    font-size: 14px;
}

.pop_message .consult_form&gt;ul&gt;li textarea::-moz-placeholder {
    color: #333;
    font-size: 14px;
}

.pop_message .consult_form&gt;ul&gt;li textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
    font-size: 14px;
}

.pop_message .consult_form&gt;ul&gt;li textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #333;
    font-size: 14px;
}

@media (max-width: 1201px) {
    .pop_message .consult_form&gt;ul&gt;li textarea {
        height: 150px;
        font-weight: normal;
    }
}

@media (max-width: 668px) {
    .pop_message .consult_form&gt;ul&gt;li textarea {
        height: 150px;
    }
}

.pop_message .consult_form&gt;ul&gt;li.item_submit {
    width: 100%;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.pop_message .consult_form&gt;ul&gt;li.item_submit .captcha {
    width: 50%;
    max-width: 180px;
    height: 2.2rem;
    position: relative;
}

@media (max-width: 1201px) {
    .pop_message .consult_form&gt;ul&gt;li.item_submit .captcha {
        height: 50px;
        line-height: 50px;
        font-weight: normal;
    }
}

@media (max-width: 668px) {
    .pop_message .consult_form&gt;ul&gt;li.item_submit .captcha {
        max-width: 100%;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 10px;
    }
}

.pop_message .consult_form&gt;ul&gt;li.item_submit .captcha .wpcf7-captchac {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

@media (max-width: 668px) {
    .pop_message .consult_form&gt;ul&gt;li.item_submit .captcha .wpcf7-captchac {
        right: 20px;
    }
}

.pop_message .consult_form&gt;ul&gt;li.item_submit .submit {
    width: 50%;
    max-width: 180px;
    position: relative;
}

@media (max-width: 668px) {
    .pop_message .consult_form&gt;ul&gt;li.item_submit .submit {
        width: 100%;
        max-width: 100%;
        padding-left: 10px;
    }
}

.pop_message .consult_form&gt;ul&gt;li.item_submit .submit .wpcf7-submit {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    border: none;
    outline: 0;
    font-size: 16px;
    color: #fff;
    background: #c40f23;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1201px) {
    .pop_message .consult_form&gt;ul&gt;li.item_submit .submit .wpcf7-submit {
        height: 50px;
        line-height: 50px;
        font-weight: normal;
    }
}

.pop_message .consult_form&gt;ul&gt;li.item_submit .submit .wpcf7-submit:hover {
    color: #fff;
    border-color: #032065;
    background: #032065;
}

.pop__search {
    display: none;
}

.pop__search-box {
    width: 680px;
    height: 70px;
    background: #fff;
    padding: 10px 20px;
    position: fixed;
    left: 50%;
    margin-left: -340px;
    top: 0%;
    margin-top: 0px;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .pop__search-box {
        width: 90%;
        margin-left: -45%;
    }
}

.pop__search-box form {
    display: block;
    width: 100%;
    height: 50px;
    position: relative;
    padding-right: 50px;
}

.pop__search-box form .btn01 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: none;
    background: none;
    outline: 0;
}

.pop__search-box form .btn02 {
    display: block;
    padding: 10px;
    width: 50px;
    height: 50px;
    border: none;
    background: none;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.pop__search-box form .btn02 svg {
    vertical-align: top;
    width: 100%;
    height: 100%;
    color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pop__search-box form .btn02:hover svg {
    color: #c40f23;
}

.pop__search-close {
    width: 80px;
    opacity: 0;
    background: none;
    border: none;
    outline: 0;
    position: fixed;
    right: 0px;
    top: 20px;
    z-index: 1000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pop__search-close svg {
    width: 30px;
    height: 30px;
    vertical-align: top;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pop__search-close span {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.pop__search-close:hover svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #c40f23;
}

.pop__search-close:hover span {
    color: #c40f23;
}

.pop__search.on {
    display: block;
}

.pop__search.on .pop__search-box {
    top: 30%;
}

.pop__search.on .pop__search-close {
    opacity: 1;
}

.float_sidebar {
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 50;
}

@media (max-width: 668px) {
    .float_sidebar {
        width: 100%;
        left: 0px;
        right: 0;
        top: auto;
        bottom: 0;
        background: #c40f23;
    }
}

.float_sidebar&gt;ul {
    margin: 0;
    padding: 0;
}

@media (max-width: 668px) {
    .float_sidebar&gt;ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

.float_sidebar&gt;ul&gt;li {
    display: block;
    height: 50px;
    height: 50px;
    position: relative;
    margin-bottom: 10px;
}

.float_sidebar&gt;ul&gt;li:nth-last-of-type(1) {
    margin-bottom: 0;
}

@media (max-width: 668px) {
    .float_sidebar&gt;ul&gt;li {
        width: 33.33%;
        height: 50px;
        margin-bottom: 0;
        position: relative;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

    .float_sidebar&gt;ul&gt;li:after {
        content: "";
        display: block;
        width: 1px;
        height: 20px;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
    }

    .float_sidebar&gt;ul&gt;li:nth-last-of-type(1):after {
        display: none;
    }
}

@media (max-width: 668px) {
    .float_sidebar&gt;ul&gt;li .item {
        display: block;
        width: 100%;
        height: 100%;
    }
}

.float_sidebar&gt;ul&gt;li .col {
    display: block;
    width: 100%;
    height: 100%;
}

@media (max-width: 668px) {
    .float_sidebar&gt;ul&gt;li .col {
        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;
    }
}

.float_sidebar&gt;ul&gt;li .col .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    overflow: hidden;
    background: #ddd;
    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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .float_sidebar&gt;ul&gt;li .col .icon {
        width: 40px;
        height: 40px;
        margin: 0 auto;
        background: none;
    }
}

.float_sidebar&gt;ul&gt;li .col .icon svg {
    vertical-align: top;
    width: 20px;
    height: 20px;
    color: #000;
}

@media (max-width: 668px) {
    .float_sidebar&gt;ul&gt;li:hover {
        background: #042b88;
    }
}

.float_sidebar&gt;ul&gt;li:hover .col .icon {
    background: #c40f23;
}

@media (max-width: 668px) {
    .float_sidebar&gt;ul&gt;li:hover .col .icon {
        background: none;
    }
}

.float_sidebar&gt;ul&gt;li.sidebar_phone {
    position: relative;
}

@media (max-width: 668px) {
    .float_sidebar&gt;ul&gt;li.sidebar_phone {
        display: none;
    }
}

.float_sidebar&gt;ul&gt;li.sidebar_phone .col {
    width: 210px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.float_sidebar&gt;ul&gt;li.sidebar_phone .col a {
    width: 160px;
    height: 100%;
    font-size: 20px;
    color: #000;
    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;
    opacity: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.float_sidebar&gt;ul&gt;li.sidebar_phone:hover .col {
    background: #c40f23;
    left: -160px;
    border-radius: 25px;
    overflow: hidden;
}

.float_sidebar&gt;ul&gt;li.sidebar_phone:hover .col a {
    opacity: 1;
}

.float_sidebar&gt;ul&gt;li.sidebar_phone_mobile {
    display: none;
}

@media (max-width: 668px) {
    .float_sidebar&gt;ul&gt;li.sidebar_phone_mobile {
        display: block;
    }
}

.float_sidebar&gt;ul&gt;li .backtotop {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: 0;
}

.title01 {
    margin: 0;
    padding: 0;
}

.title01 b {
    display: block;
    font-size: 32px;
    line-height: 1em;
    color: #c40f23;
    font-weight: normal;
}

@media (max-width: 1440px) {
    .title01 b {
        font-size: 1.44rem;
    }
}

@media (max-width: 668px) {
    .title01 b {
        font-size: 16px;
        font-weight: bold;
    }
    .boxLeft .item a .right .content2{font-size:15px;}
}

.title01 p {
    margin: 10px 0 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.5em;
    color: #666;
    font-weight: 300;
}
.index_news_title .title01 p span{opacity:0.2;margin:0 10px;}

@media (max-width: 1440px) {
    .title01 p {
        font-size: 16px;
    }
}

@media (max-width: 668px) {
    .title01 p {
        font-size: 14px;
        font-weight: normal;
    }
}

.title01 p.small {
    font-size: 0.8rem;
}

.title01 .des {
    margin: 10px 0 0;
    font-size: 0.8rem;
    line-height: 1.8em;
    color: #666;
    font-weight: 300;
}

@media (max-width: 668px) {
    .title01 .des {
        font-size: 14px;
        line-height: 1.5em;
        font-weight: normal;
    }
}

.title01.white b {
    color: #fff;
}

.title01.white p {
    color: #fff;
}

.title01.center {
    text-align: center;
}

a .more01 {
    padding: 0 20px 0 30px;
    width: 160px;
    height: 50px;
    background:linear-gradient(145deg, rgba(23,56,133,0.9) , rgba(23,56,133,0.6) , rgba(23,56,133,0.2));
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    a .more01 {
        padding: 0 10px 0 20px;
        width: 140px;
        height: 44px;
    }
}

a .more01 span {
    font-size: 16px;
    line-height: 1em;
    color: #666;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a .more01 .icon {
    width: 30px;
    height: 16px;
    border-left: 1px solid #fff;
    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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

a .more01 .icon svg {
    width: 16px;
    height: 16px;
    color: #c40f23;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
}

a .more01 .icon svg path {
    fill: #fff;
}

a:hover .more01 .icon svg path {
    fill: #c40f23;
}
.index_products_slide .swiper-slide:hover .more01{background:#fff}
.index_products_slide .swiper-slide:hover .more01 span{color:#c40f23}
.index_products_slide .swiper-slide:hover .more01 .icon{border-left:1px solid #c40f23}
.index_products_slide .swiper-slide:hover .more01 .icon svg{border:none}

.index_quality_slide .swiper-slide:hover .more01{background:#fff}
.index_quality_slide .swiper-slide:hover .more01 span{color:#c40f23}
.index_quality_slide .swiper-slide:hover .more01 .icon{border-left:1px solid #c40f23}
.index_quality_slide .swiper-slide:hover .more01 .icon svg{border:none}

a .more01.gray {
    background-color: #f5f5f5;
}

a .more01.gray span {
    color: #333;
}

a .more01.gray .icon {
    border-left-color: #333;
}

a .more01.gray .icon svg {
    color: #333;
}

a .more01.colored {
    background-color: #c40f23;
    background: linear-gradient(145deg, rgba(23,56,133,0.9) , rgba(23,56,133,0.6) , rgba(23,56,133,0.2));
}

a .more01.colored span {
    color: #fff;
}

a .more01.colored .icon {
    border-left-color: #fff;
}

a .more01.colored .icon svg {
    color: #fff;
}

a:hover .more01 {
    background-color: #c40f23;
    background: linear-gradient(145deg, rgba(23,56,133,0.9) , rgba(23,56,133,0.6) , rgba(23,56,133,0.2));
}

a:hover .more01 span {
    color: #fff;
}

a:hover .more01 .icon {
    border-left-color: #fff;
}

a:hover .more01 .icon svg {
    color: #fff;
}

a:hover .more01_hoverWhite {
    background-color: #fff;
}

a:hover .more01_hoverWhite span {
    color: #c40f23;
}

a:hover .more01_hoverWhite .icon {
    border-left-color: #c40f23;
}

a:hover .more01_hoverWhite .icon svg {
    color: #c40f23;
}

a:hover .more01.colored {
    background-color: #f39700;
}

.index_quality .more01_hoverWhite .icon svg path {
    fill: #c40f23 !important;
}

.index_news_title .colored .icon svg path {
    fill: #ffffff !important;
}

.swiper_arrows&gt;ul {
    margin: 0 -0.6rem;
    padding: 0;
    list-style: 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;
}

.swiper_arrows&gt;ul&gt;li {
    padding: 0 0.6rem;
}

.swiper_arrows&gt;ul&gt;li&gt;div {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    outline: 0;
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    border: 1px solid #ddd;
    border-radius: 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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper_arrows&gt;ul&gt;li .index_products_prev {
    transform: rotateY(180deg);
}
.swiper_arrows&gt;ul&gt;li .index_quality_prev {
    transform: rotateY(180deg);
}

.swiper_arrows&gt;ul&gt;li&gt;div svg {
    width: 16px;
    height: 16px;
    color: #aaa;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper_arrows&gt;ul&gt;li&gt;div:hover {
    border-color: #c40f23;
    background-color: #c40f23;
}

.swiper_arrows&gt;ul&gt;li&gt;div:hover svg path {
    fill: #fff;
}

.swiper_page {
    width: 100%;
    height: 10px;
    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;
}

.swiper_page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 5px;
    background-color: #fff;
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.swiper_page .swiper-pagination-bullet-active {
    width: 2rem;
    opacity: 1;
}

.swiper_page.colored .swiper-pagination-bullet {
    background-color: #000;
    opacity: 0.4;
}

.swiper_page.colored .swiper-pagination-bullet-active {
    background-color: #c40f23;
    opacity: 1;
}

.common_txt {
    line-height: 1.5;
    color: #fff;
    font-size: 16px;
}

.common_txt img {
    max-width: 100% !important;
    height: auto !important;
}

.common_txt p {
    margin: 0 0 15px;
}

@media (max-width: 668px) {
    .common_txt p {
        margin: 0 0 10px;
    }
}

.infobar {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 1em;
    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;
}

.infobar&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.infobar&gt;ul&gt;li&gt;a {
    color: #333;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.infobar&gt;ul&gt;li&gt;a::after {
    content: "&gt;";
    margin: 0 5px;
}

.infobar&gt;ul&gt;li&gt;a:hover {
    color: #c40f23;
}

.infobar&gt;ul&gt;li:nth-last-of-type(1)&gt;a::after {
    display: none;
}

.btn_back {
    width: 120px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #333;
    background: none;
    outline: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .btn_back {
        margin: 20px auto 0;
    }
}

.btn_back svg {
    width: 12px;
    height: 12px;
    color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_back span {
    font-size: 14px;
    margin-left: 10px;
    color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.btn_back:hover {
    border-color: #c40f23;
    background-color: #c40f23;
}

.btn_back:hover svg {
    color: #fff;
}

.btn_back:hover span {
    color: #fff;
}

.backtotop {
    visibility: hidden;
    width: 2rem;
    height: 2rem;
    border-radius: 6px;
    background: #c40f23;
    margin: 0;
    padding: 0;
    border: none;
    position: fixed;
    right: 20px;
    bottom: 0;
    z-index: 20;
    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;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .backtotop {
        right: 10px;
    }
}

.backtotop svg {
    width: 0.8rem;
    height: 0.8rem;
    color: #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.backtotop:hover {
    background: #f39700;
}

.backtotop.show {
    visibility: visible;
    opacity: 1;
    bottom: 20px;
}

@media (max-width: 668px) {
    .backtotop.show {
        bottom: 10px;
    }
}

@media (max-width: 668px) {
    .fancybox-slide {
        padding: 20px;
    }
}


.social-share {
    font-size: 14px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.social-share * {
}

.social-share .icon-tencent:before {
    content: "\f07a";
}

.social-share .icon-qq:before {
    content: "\f11a";
}

.social-share .icon-weibo:before {
    content: "\f12a";
}

.social-share .icon-wechat:before {
    content: "\f09a";
}

.social-share .icon-douban:before {
    content: "\f10a";
}

.social-share .icon-heart:before {
    content: "\f20a";
}

.social-share .icon-like:before {
    content: "\f00a";
}

.social-share .icon-qzone:before {
    content: "\f08a";
}

.social-share .icon-linkedin:before {
    content: "\f01a";
}

.social-share .icon-diandian:before {
    content: "\f05a";
}

.social-share .icon-facebook:before {
    content: "\f03a";
}

.social-share .icon-google:before {
    content: "\f04a";
}

.social-share .icon-twitter:before {
    content: "\f06a";
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 0 0.8rem 0 0;
    display: inline-block;
    outline: none;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 1.84rem;
    height: 1.84rem;
    font-size: 0.8rem;
    border-radius: 100%;
    line-height: 1.84rem;
    background-color: #fff;
    color: #666;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: background 0.6s ease-out 0s;
    transition: background 0.6s ease-out 0s;
}

@media (max-width: 668px) {
    .social-share .social-share-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff;
}

.social-share .icon-weibo:hover {
    background: #c40f23;
    color: #fff;
}

.social-share .icon-tencent {
    color: #56b6e7;
    border-color: #56b6e7;
}

.social-share .icon-tencent:hover {
    background: #56b6e7;
}

.social-share .icon-qq {
    color: #56b6e7;
    border-color: #56b6e7;
}

.social-share .icon-qq:hover {
    background: #56b6e7;
}

.social-share .icon-qzone {
    color: #FDBE3D;
    border-color: #FDBE3D;
}

.social-share .icon-qzone:hover {
    background: #FDBE3D;
}

.social-share .icon-douban {
    color: #33b045;
    border-color: #33b045;
}

.social-share .icon-douban:hover {
    background: #33b045;
}

.social-share .icon-linkedin {
    color: #0077B5;
    border-color: #0077B5;
}

.social-share .icon-linkedin:hover {
    background: #0077B5;
}

.social-share .icon-facebook {
    color: #44619D;
    border-color: #44619D;
}

.social-share .icon-facebook:hover {
    background: #44619D;
}

.social-share .icon-google {
    color: #db4437;
    border-color: #db4437;
}

.social-share .icon-google:hover {
    background: #db4437;
}

.social-share .icon-twitter {
    color: #55acee;
    border-color: #55acee;
}

.social-share .icon-twitter:hover {
    background: #55acee;
}

.social-share .icon-diandian {
    color: #307DCA;
    border-color: #307DCA;
}

.social-share .icon-diandian:hover {
    background: #307DCA;
}

.social-share .icon-wechat {
    position: relative;
}

.social-share .icon-wechat:hover {
    background: #c40f23;
    color: #fff;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

.index_banner {
    width: 100%;
    position: relative;
}

.index_banner .swiper-slide .item {
    width: 100%;
    height: 100vh;
    position: relative;
}

.index_banner .swiper-slide .item .txt {
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    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;
}

.index_banner .swiper-slide .item .txt&gt;.inner {
    max-width: 48rem;
    margin: 0 auto;
    padding-top: 4.6rem;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media (max-width: 1440px) {
    .index_banner .swiper-slide .item .txt&gt;.inner {
        padding-top: 2.2rem;
    }
}

@media (max-width: 1201px) {
    .index_banner .swiper-slide .item .txt&gt;.inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.index_banner .swiper-slide .item .txt b.t {
    display: block;
    font-size: 2.4rem;
    line-height: 1em;
    font-weight: normal;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .index_banner .swiper-slide .item .txt b.t {
        font-size: 30px;
    }
}

.index_banner .swiper-slide .item .txt .des {
    margin-top: 1.6rem;
    font-size: 16px;
    line-height: 2em;
    font-weight: lighter;
    position: relative;
    z-index: 2;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .index_banner .swiper-slide .item .txt .des {
        font-size: 14px;
    }
}

@media (max-width: 668px) {
    .index_banner .swiper-slide .item .txt .des {
        font-size: 12px;
        line-height: 2em;
        font-weight: normal;
    }
}

.index_banner .swiper-slide .item .txt .en {
    display: block;
    white-space: nowrap;
    font-size: 6rem;
    line-height: 0.8em;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 1px #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(1.2rem);
    -ms-transform: translateX(-50%) translateY(1.2rem);
    transform: translateX(-50%) translateY(1.2rem);
    top: 30px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .index_banner .swiper-slide .item .txt .en {
        font-size: 5rem;
    }
}

@media (max-width: 668px) {
    .index_banner .swiper-slide .item .txt .en {
        font-size: 40px;
    }
}

.index_banner .swiper-slide .item .txt a {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index_banner .swiper-slide .item .txt a .more01 {
    margin: 1.6rem auto 0;
}

.index_banner .swiper-slide .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner .swiper-slide .item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_banner .swiper-slide-active .item .txt b.t {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.index_banner .swiper-slide-active .item .txt .des {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.index_banner .swiper-slide-active .item .txt .en {
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    opacity: 0.2;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.index_banner .swiper-slide-active .item .txt a {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.index_banner .index_banner_page {
    position: absolute;
    left: 0;
    bottom: 2rem;
    z-index: 10;
}

@media (max-width: 668px) {
    .index_banner .index_banner_page {
        bottom: 10px;
    }
}


.index_products{padding-top: 100px;padding-bottom: 100px;background: url(../image/cpbj.jpg) no-repeat center;background-size: cover;}
.index_products_title{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}
.index_products_slide{margin-top: 40px;}
.index_products_slide a{width:100%;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;/* display:flex;*/position:relative;border-radius:5px;overflow:hidden;border: 1px solid #e5e5e5;}
.index_products_slide .swiper-slide:hover a::after {animation:myfirst2 3s;animation-iteration-count:800;}
.index_products_slide .swiper-slide:hover a::before {animation:myfirst 3s; animation-iteration-count:800;}
.index_products_slide a .img{width:100%;height:0;position:relative;z-index:2;padding-bottom:100%;background: #fff;}
.index_products_slide a .img:before{content:'';height: 100px;width: 100%;position: absolute;top: 0;width: 100%;background: url(../image/y0.png) no-repeat;background-size: contain;z-index: 9;}
.index_products_slide a .img img{max-width: 80%;max-height: 80%;width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute}
.index_products_slide a .txt{padding: 15px;background: rgba(0,0,0,0.5);z-index:2;width:100%;overflow:hidden;position:absolute;bottom:0;text-align: center;color:#fff}
.index_products_slide a .txt&gt;.inner{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.index_products_slide a .txt .keywords&gt;ul{margin:0 -5px;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.index_products_slide a .txt .keywords&gt;ul&gt;li{padding:0 5px}
.index_products_slide a .txt .keywords&gt;ul&gt;li span{display:block;font-size:19px;line-height:2em;padding:0 0.8rem;border:2px solid #c40f23;border-radius:calc(1em + 2px);color:#c40f23}
.index_products_slide .swiper-slide:hover a .txt .keywords&gt;ul&gt;li span{border:2px solid #fff;color:#fff}
.index_products_slide a .txt .t{font-size: 16px;font-weight: normal;line-height:1.5;color:#fff}
.index_products_slide .swiper-slide:hover a .txt .t{color:#fff}
.index_products_slide a .txt .des{font-size:14px;line-height:1.6em;color:#555;font-weight:lighter;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.index_products_slide .swiper-slide:hover a .txt .des{color:#eee}
.index_products_slide a .txt .more01{margin-top:auto}

.index_quality{padding-top: 80px;padding-bottom:80px;background:#fff}
.index_quality_title{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}
.index_quality_slide{margin-top: 40px;}
.index_quality_slide a{width:100%;height:auto;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;/* display:flex;*/position:relative;border-radius: 25px;overflow:hidden;/* border:1px solid #eee; */}
.index_quality_slide .swiper-slide:hover a::after {animation:myfirst2 3s;animation-iteration-count:800;}
.index_quality_slide .swiper-slide:hover a::before {animation:myfirst 3s; animation-iteration-count:800;}
.index_quality_slide a .img{width:100%;height:0;position:relative;z-index:2;padding-bottom:100%}
.index_quality_slide a .img img{max-width: 100%;max-height: 100%;width:100%;height:100%;object-fit:cover;transition:all .5s ease;left:50%!important;top:50%!important;-webkit-transform:translate(-50%,-50%)!important;-ms-transform:translate(-50%,-50%)!important;transform:translate(-50%,-50%)!important;position:absolute}
.index_quality_slide a .txt{padding: 120px 30px 15px;background:linear-gradient(0deg,rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 100%);z-index:2;width:100%;overflow:hidden;position:absolute;bottom:0;color:#fff;text-align: center;}
.index_quality_slide a .txt&gt;.inner{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.index_quality_slide a .txt .keywords&gt;ul{margin:0 -5px;padding:0;list-style:none;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.index_quality_slide a .txt .keywords&gt;ul&gt;li{padding:0 5px}
.index_quality_slide a .txt .keywords&gt;ul&gt;li span{display:block;font-size:19px;line-height:2em;padding:0 0.8rem;border:2px solid #c40f23;border-radius:calc(1em + 2px);color:#c40f23}
.index_quality_slide .swiper-slide:hover a .txt .keywords&gt;ul&gt;li span{border:2px solid #fff;color:#fff}
.index_quality_slide a .txt .t{font-size: 24px;line-height:1.5;color:#fff;}
.index_quality_slide .swiper-slide:hover a .txt .t{color:#fff}
.index_quality_slide a .txt .des{font-size:14px;line-height:1.6em;color:#555;font-weight:lighter;min-width:0;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}
.index_quality_slide .swiper-slide:hover a .txt .des{color:#eee}
.index_quality_slide a .txt .more01{margin-top:auto}

@media (max-width: 1440px) {
    .index_products_slide a{height:16rem}
    .index_products_slide{margin-top:2rem}
    .index_products{padding-top:3.2rem;padding-bottom:3.2rem}
	.index_products_slide a .txt{padding:1.6rem}
	.index_products_slide a .txt&gt;.inner{width:100%}
	.index_products_slide a .txt .des{font-size:14px}
	.index_products_slide a .txt .t{font-size:18px}
	
	.index_quality_slide a{height:16rem}
	.index_quality_slide{margin-top:2rem}
	.index_quality{padding-top:3.2rem;padding-bottom:3.2rem}
	.index_quality_slide a .txt{/* padding:1.6rem; */}
	.index_quality_slide a .txt&gt;.inner{width:100%}
	.index_quality_slide a .txt .des{font-size:14px}
	.index_quality_slide a .txt .t{font-size: 22px;}
}

@media (max-width: 968px) {
    .index_products_slide a{height:300px}
	
	.index_quality_slide a{height:300px}
}

@media (max-width: 668px) {
    .index_products_slide a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column-reverse;padding: 0;height:auto}
	.index_products_slide a::after{width:100%}
	.index_products_slide a .img{width:100%;height: 0;position:static;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
	.index_products_slide a .txt{padding: 0;flex:0 0 100%;width:100%}
	.index_products_slide a .txt .des{font-size:12px;height:6em;font-weight:normal;margin-bottom:10px}

    .index_quality_slide a{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column-reverse;padding: 0;height:auto;border-radius: 0;}
	.index_quality_slide a::after{width:100%}
	.index_quality_slide a .img{width:100%;height:200px;position:static;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
	.index_quality_slide a .txt{padding:20px 0 0;flex:0 0 100%;width:100%}
	.index_quality_slide a .txt .des{font-size:12px;height:6em;font-weight:normal;margin-bottom:10px}
}
@keyframes myfirst {
    0% {right:-5%;}

    50% {right:0%;}

    100% {right:-5%;}
}
@keyframes myfirst2 {
    0% {right:5%;}

    50% {right:0%;}

    100% {right:5%;}
}



.index_intro {
    position: relative;
    color: #fff;
}

.index_intro_bg {
    width: 100%;
    height: 27.4rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

@media (max-width: 1201px) {
    .index_intro_bg {
        height: 20rem;
    }
}

@media (max-width: 668px) {
    .index_intro_bg {
        height: 500px;
    }
}

@media (min-width: 668px) {
    .index_intro_bg {
        background-attachment: fixed;
    }
}

.index_intro_inner {
    position: relative;
    z-index: 2;
}

.index_intro_top {
    padding: 6rem 0 6.6rem;
    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;
}

@media (max-width: 1440px) {
    .index_intro_top {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 968px) {
    .index_intro_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 968px) {
    .index_intro_top_nums {
        margin-top: 20px;
    }
}

.index_intro_top_nums .jump_num&gt;ul {
    margin: 0 -2rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1440px) {
    .index_intro_top_nums .jump_num&gt;ul {
        margin: 0 -0.8rem;
    }
}

@media (max-width: 968px) {
    .index_intro_top_nums .jump_num&gt;ul {
        margin: 0 -10px;
    }
}

@media (max-width: 668px) {
    .index_intro_top_nums .jump_num&gt;ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.index_intro_top_nums .jump_num&gt;ul&gt;li {
    padding: 0 2rem;
    text-align: center;
}

@media (max-width: 1440px) {
    .index_intro_top_nums .jump_num&gt;ul&gt;li {
        padding: 0 0.8rem;
    }
}

@media (max-width: 968px) {
    .index_intro_top_nums .jump_num&gt;ul&gt;li {
        padding: 0 10px;
    }
}

@media (max-width: 668px) {
    .index_intro_top_nums .jump_num&gt;ul&gt;li {
        width: 50%;
    }
}

.index_intro_top_nums .jump_num&gt;ul&gt;li .top {
    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;
}

.index_intro_top_nums .jump_num&gt;ul&gt;li .top .num {
    font-size: 2rem;
    line-height: 1em;
}

.index_intro_top_nums .jump_num&gt;ul&gt;li .top em {
    font-style: normal;
    font-size: 0.88rem;
}

.index_intro_top_nums .jump_num&gt;ul&gt;li .des {
    margin: 0;
    font-size: 14px;
    line-height: 2em;
    font-weight: lighter;
}

@media (max-width: 668px) {
    .index_intro_top_nums .jump_num&gt;ul&gt;li .des {
        line-height: 1.5em;
        font-weight: normal;
    }
}

.index_intro_info {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 668px) {
    .index_intro_info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.index_intro_info .index_intro_info_slide {
    width: 50%;
}

@media (max-width: 668px) {
    .index_intro_info .index_intro_info_slide {
        width: 100%;
    }
}

.index_intro_info .index_intro_info_slide img {
    width: 100%;
}

.index_intro_info .index_intro_info_slide .index_intro_info_page {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: 10;
}

@media (max-width: 668px) {
    .index_intro_info .index_intro_info_slide .index_intro_info_page {
        bottom: 10px;
    }
}

.index_intro_info .txt {
    width: 50%;
    position: relative;
    overflow: hidden;
}

@media (max-width: 668px) {
    .index_intro_info .txt {
        width: 100%;
    }
}

.index_intro_info .txt::after {
    content: "ABOUT";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 8rem;
    line-height: 1em;
    font-style: italic;
    color: rgba(221, 221, 221, 0);
    -webkit-text-stroke: 1px #ddd;
    position: absolute;
    left: 0;
    bottom: -10%;
    z-index: 1;
    opacity: 0.6;
    -webkit-transform: translateX(-3%);
    -ms-transform: translateX(-3%);
    transform: translateX(-3%);
}

@media (max-width: 668px) {
    .index_intro_info .txt::after {
        font-size: 80px;
    }
}

.index_intro_info .txt_inner {
    max-width: 22.8rem;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 968px) {
    .index_intro_info .txt_inner {
        padding: 20px;
    }
}

.index_intro_info .txt_inner .title {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.index_intro_info .txt_inner .title b {
    display: block;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #333;
    font-weight: normal;
}

.index_intro_info .txt_inner .title span {
    display: block;
    font-size: 1.04rem;
    line-height: 1.5em;
    color: #c40f23;
}

.index_intro_info .txt_inner .common_txt {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 6em;
    margin: 1.2rem 0 3.2rem;
}

@media (max-width: 668px) {
    .index_intro_info .txt_inner .common_txt {
        margin: 20px 0;
    }
}

.index_intro_info .txt_inner .icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border: 1px solid #aaa;
    border-radius: 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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index_intro_info .txt_inner .icon svg {
    width: 16px;
    height: 16px;
    color: #aaa;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border: none;
}

.index_intro_info .txt_inner .icon:hover {
    border-color: #c40f23;
    background-color: #c40f23;
}

.index_intro_info .txt_inner .icon:hover svg path {
    fill: #fff;
}
.index_quality{background:#fff;padding-bottom: 100px;}
.index_quality_list{
    /* padding: 0!important; */
    /* width: 94%; */
    /* max-width: 1400px; */
    /* margin: 0 auto; */
}
.index_quality_title {
    padding-top: 0;
    padding-bottom: 0px;
    background: #fff;
    overflow:hidden
}

@media (max-width: 1440px) {
    .index_quality_title {
        /* padding-top: 3.2rem; */
        /* padding-bottom: 2rem; */
    }
}

.index_quality_list&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 668px) {
    .index_quality_list&gt;ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.index_quality_list&gt;ul&gt;li {
    flex: 0 0 calc(33.3% - 20px);
    margin: 0 0 30px;
    height: auto;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-radius: 5px;
    overflow: hidden;
}


.index_quality_list&gt;ul&gt;li:nth-child(2n){}
@media (max-width: 1440px) {
    .index_quality_list&gt;ul&gt;li {
        /* height: 22rem; */
    }
}

@media (max-width: 668px) {
    .index_quality_list&gt;ul&gt;li {
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
        height: 200px;
    }
}


.index_quality_list&gt;ul&gt;li .txt {
    width: 100%;
    height: auto;
    color: #fff;
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    /* 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;
    font-size: 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.65), rgba(0,0,0,0.0));
}

@media (max-width: 668px) {
    .index_quality_list&gt;ul&gt;li .txt {
        padding: 20px;
    }
}

.index_quality_list&gt;ul&gt;li .txt_top .icon {
    width: 1.2rem;
    height: 1.2rem;
}

@media (max-width: 668px) {
    .index_quality_list&gt;ul&gt;li .txt_top .icon {
        width: 30px;
        height: 30px;
    }
}

.index_quality_list&gt;ul&gt;li .txt_top .icon img {
    width: 100%;
    height: 100%;
}

.index_quality_list&gt;ul&gt;li .txt_top b.t {
    display: block;
    margin: 1.2rem 0 0.8rem;
    font-size: 0.96rem;
    line-height: 1em;
}

@media (max-width: 668px) {
    .index_quality_list&gt;ul&gt;li .txt_top b.t {
        font-size: 15px;
    }
}

.index_quality_list&gt;ul&gt;li .txt_top .des {
    visibility: hidden;
    font-weight: lighter;
    color: #fff;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    opacity: 0;
    -webkit-transform: translateY(1.2rem);
    -ms-transform: translateY(1.2rem);
    transform: translateY(1.2rem);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .index_quality_list&gt;ul&gt;li .txt_top .des {
        display: none;
    }
}

.index_quality_list&gt;ul&gt;li .txt_more {
    margin-top: auto;
    height: 2rem;
    position: relative;
}

.index_quality_list&gt;ul&gt;li .txt_more .icon_before {
    width: 2rem;
    height: 2rem;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .index_quality_list&gt;ul&gt;li .txt_more .icon_before {
        width: 30px;
        height: 30px;
    }
}

.index_quality_list&gt;ul&gt;li .txt_more .icon_before svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

.index_quality_list&gt;ul&gt;li .txt_more .icon_before svg path {
    fill: #fff;
}

.index_quality_list&gt;ul&gt;li .txt_more .icon_after {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translateX(-1.2rem);
    -ms-transform: translateX(-1.2rem);
    transform: translateX(-1.2rem);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index_quality_list&gt;ul&gt;li .img {
    width: 100%;
    height: 0;
    padding-bottom: 66.6%;
    overflow: hidden;
    position: relative;
}

.index_quality_list&gt;ul&gt;li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    height:100%;
    object-fit: cover;
    transition:all .5s ease;
    left: 50%!important;
    top: 50%!important;
    -webkit-transform: translate(-50%,-50%)!important;
    -ms-transform: translate(-50%,-50%)!important;
    transform: translate(-50%,-50%)!important;
    position: absolute;
}
.index_quality_list li:hover .img img{width:105%;height:105%;max-width:105%;max-height:105%}
.index_quality_list li:hover .txt{background: linear-gradient(to top, rgba(81,153 ,54,0.8), rgba(0,0,0,0.0));}

@media (min-width: 668px) {
    .index_quality_list&gt;ul&gt;li.active {
        width:62%;
    }

    .index_quality_list&gt;ul&gt;li.active::after {
        background: linear-gradient(145deg, rgba(23,56,133,0.9) , rgba(23,56,133,0.6) , rgba(23,56,133,0.2));
        opacity: 0.8;
    }

    .index_quality_list&gt;ul&gt;li.active .txt_top .des {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .index_quality_list&gt;ul&gt;li.active .txt_more .icon_before {
        opacity: 0;
        -webkit-transform: translateX(-1.2rem);
        -ms-transform: translateX(-1.2rem);
        transform: translateX(-1.2rem);
    }

    .index_quality_list&gt;ul&gt;li.active .txt_more .icon_after {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        -webkit-transition-delay: 0.6s;
        transition-delay: 0.6s;
        background: #fff;
    }

    .index_quality_list&gt;ul&gt;li.not_active {
        width: 15.5%;
    }
}

.index_application_title {
    padding-top: 4.8rem;
    padding-bottom: 3.2rem;
    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;
}

@media (max-width: 1440px) {
    .index_application_title {
        padding-top: 3.2rem;
        padding-bottom: 2rem;
    }
}

.index_application_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1.6rem 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1.6rem;
    grid-template-areas: "list01 list02 list03 list04" "list01 list02 list05 list06";
}

@media (max-width: 1201px) {
    .index_application_list {
        gap: 20px;
    }
}

@media (max-width: 668px) {
    .index_application_list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
        grid-template-areas: "list01 list02" "list03 list04" "list05 list06";
    }
}

.index_application_list .list01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: list01;
}

.index_application_list .list02 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: list02;
}

.index_application_list .list03 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: list03;
}

.index_application_list .list04 {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
    grid-area: list04;
}

.index_application_list .list05 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: list05;
}

.index_application_list .list06 {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
    grid-area: list06;
}

.index_application_list a {
    width: 100%;
    height: 12.4rem;
    position: relative;
    display: block;
    overflow: hidden;
}

@media (max-width: 668px) {
    .index_application_list a {
        height: 200px;
    }
}

.index_application_list a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .index_application_list a::before {
        background-color: rgba(0, 0, 0, 0.6);
    }
}

.index_application_list a .txt {
    width: 100%;
    height: 100%;
    padding: 2rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    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;
}

@media (max-width: 1201px) {
    .index_application_list a .txt {
        padding: 20px;
    }
}

.index_application_list a .txt_top b.t {
    display: block;
    font-size: 1.04rem;
    line-height: 1em;
    color: #333;
    font-weight: normal;
    margin-bottom: 0.8rem;
}

@media (max-width: 668px) {
    .index_application_list a .txt_top b.t {
        font-size: 16px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: bold;
    }
}

.index_application_list a .txt_top .des {
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    font-weight: lighter;
}

@media (max-width: 1440px) {
    .index_application_list a .txt_top .des {
        font-size: 14px;
    }
}

@media (max-width: 668px) {
    .index_application_list a .txt_top .des {
        font-weight: normal;
        font-size: 12px;
        color: #fff;
    }
}

.index_application_list a .txt_more {
    margin-top: auto;
    height: 2rem;
    position: relative;
}

.index_application_list a .txt_more .icon_before {
    width: 2rem;
    height: 2rem;
    border: 1px solid #c7c7c7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .index_application_list a .txt_more .icon_before {
        width: 30px;
        height: 30px;
    }
}

.index_application_list a .txt_more .icon_before svg {
    width: 11px;
    height: 11px;
    color: #c7c7c7;
}

.index_application_list a .txt_more .icon_after {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index_application_list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
}

@media (min-width: 668px) {
    .index_application_list a:hover::before {
        background-color: rgba(4, 40, 126, 0.8);
    }

    .index_application_list a:hover .txt_top b.t {
        color: #fff;
    }

    .index_application_list a:hover .txt_top .des {
        color: #fff;
    }

    .index_application_list a:hover .txt_more .icon_before {
        opacity: 0;
    }

    .index_application_list a:hover .txt_more .icon_after {
        opacity: 1;
    }

    .index_application_list a:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (min-width: 668px) {
    .index_application_list .list01 a, .index_application_list .list02 a {
        height: 26.4rem;
    }

    .index_application_list .list01 a::before, .index_application_list .list02 a::before {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .index_application_list .list01 a .txt, .index_application_list .list02 a .txt {
        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;
    }

    .index_application_list .list01 a .txt_top b.t, .index_application_list .list02 a .txt_top b.t {
        color: #fff;
    }

    .index_application_list .list01 a .txt_top .des, .index_application_list .list02 a .txt_top .des {
        color: #fff;
    }

    .index_application_list .list01 a .txt_more .icon_before, .index_application_list .list02 a .txt_more .icon_before {
        border: 1px solid #fff;
    }

    .index_application_list .list01 a .txt_more .icon_before svg, .index_application_list .list02 a .txt_more .icon_before svg {
        color: #fff;
    }

    .index_application_list .list01 a:hover::before, .index_application_list .list02 a:hover::before {
        background-color: rgba(4, 40, 126, 0.8);
    }
}

.index_brand_title {
    padding-top: 4.8rem;
    padding-bottom: 3.2rem;
    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;
}

@media (max-width: 1440px) {
    .index_brand_title {
        padding-top: 3.2rem;
        padding-bottom: 2rem;
    }
}

.index_brand_slide .item {
    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;
}

.index_brand_slide .item img {
    max-width: 60%;
    max-height: 60%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .index_brand_slide .item img {
        max-width: 100%;
        max-height: 100%;
    }
}

.index_brand_slide .item:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.index_brand_slide .index_brand_slide_page {
    padding: 3.2rem 0 4.8rem;
}

@media (max-width: 1440px) {
    .index_brand_slide .index_brand_slide_page {
        padding: 2rem 0 3.2rem;
    }
}

.index_video {
    width: 100%;
    height: 34rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    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;
}

@media (max-width: 1440px) {
    .index_video {
        height: 26rem;
    }
}

@media (max-width: 668px) {
    .index_video {
        height: 300px;
    }
}

@media (min-width: 668px) {
    .index_video {
        background-attachment: fixed;
    }
}

.index_video_col {
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index_video_col span {
    display: block;
    font-size: 1.84rem;
    line-height: 1em;
    color: #fff;
    font-weight: lighter;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .index_video_col span {
        font-size: 20px;
        font-weight: normal;
    }
}

.index_video_col svg {
    margin-top: 2rem;
    width: 1.76rem;
    height: 1.76rem;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index_video_col:hover {
    opacity: 0.6;
}

.index_video_col:hover svg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index_news {
    padding-top: 80px;
    padding-bottom: 20px;
    background: #f5f5f5;
}
.index_news .index_aboutmore{margin:0;}
.index_news .index_aboutmore a{border:1px solid rgba(0,0,0,0.1);color:#333}
.index_news .index_aboutmore:hover a{color:#fff;}

@media (max-width: 1440px) {
    .index_news {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 668px) {
    .index_news {
        padding-bottom: 0;
    }
}

.index_news_title {
    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;
}

.index_news_list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.index_news_list .list{
    margin: 0 0 20px;
    flex: 0 0 calc(25% - 20px);
    border: 1px solid #eee;
    padding: 30px;
    width: calc(25% - 20px);
}
.index_news_list .list:nth-child(4){margin-right:0;}

@media (max-width: 1440px) {
    .index_news_list {
        margin-top: 2rem;
    }
}

@media (max-width: 1201px) {
    .index_news_list {
        -ms-grid-columns: 25% calc(50% - 40px) 25%;
        grid-template-columns: 25% calc(50% - 40px) 25%;
        gap: 20px 20px;
    }
}

@media (max-width: 668px) {
    .index_news_list {
        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;
        gap: 0;
    }

    .index_news_list&gt;div {
        margin-bottom: 20px;
    }
}

.index_news_list .list01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: list01;
}

.index_news_list .list02 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: list02;
}

.index_news_list .list03 {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
    grid-area: list03;
}

.index_news_list .list04 {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
    grid-area: list04;
}

@media (max-width: 668px) {
    .index_application_list .list01 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .index_application_list .list02 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
    }

    .index_application_list .list03 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .index_application_list .list04 {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .index_application_list .list05 {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .index_application_list .list06 {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }

    .index_news_list .list01 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .index_news_list .list02 {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
    }

    .index_news_list .list03 {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .index_news_list .list04 {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
}

.index_news_list a {
    display: block;
    width: 100%;
    padding: 0;
    position: relative;
}

@media (max-width: 1440px) {
    .index_news_list a {
        /* padding: 20px; */
    }
}

.index_news_list a .date {
    font-size: 16px;
    line-height: 1em;
}

.index_news_list a .date em {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1em;
}

.index_news_list a .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.index_news_list a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.index_news_list a .t {
    padding-top: 0;
    margin-top: auto;
    font-size: 20px;
    line-height: 1em;
    font-weight: lighter;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    white-space: nowrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index_news_list .date{font-size:12px;color: #999;margin-top: 20px;display: block;}
.index_news_list .txt{font-size: 16px;color: #666;}

@media (max-width: 1440px) {
    .index_news_list a .t {
        font-size: 18px;
    }
}

@media (max-width: 668px) {
    .index_news_list a .t {
        font-size: 14px;
        font-weight: normal;
    }
}

.index_news_list a .txt {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    color: #fff;
    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;
}

.index_news_list a .txt .t {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
}

.index_news_list a.with_bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index_news_list a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index_news_list a:hover.with_bg::after {
    background-color: rgb(1 109 158 / 80%);
    background: linear-gradient(145deg, rgba(23,56,133,0.9) , rgba(23,56,133,0.6) , rgba(23,56,133,0.2));
}

.index_news_list .list01 a {
    height: 24rem;
    background-color: #f5f5f5;
}

@media (max-width: 1440px) {
    .index_news_list .list01 a {
        height: 20rem;
    }
}

@media (max-width: 1201px) {
    .index_news_list .list01 a {
        height: 350px;
    }
}

@media (max-width: 668px) {
    .index_news_list .list01 a {
        height: auto;
    }
}

.index_news_list .list01 a .date {
    color: #c40f23;
}

.index_news_list .list01 a .img {
    margin-top: 3rem;
    height: 9rem;
    position: static;
}

@media (max-width: 1440px) {
    .index_news_list .list01 a .img {
        margin-top: 2rem;
    }
}

@media (max-width: 668px) {
    .index_news_list .list01 a .img {
        height: 180px;
        margin-bottom: 20px;
    }
}

.index_news_list .list01 a .t {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    color: #000;
}

.index_news_list .list01 a:hover .t {
    color: #c40f23;
}

.index_news_list .list02 a {
    height: 24rem;
}

@media (max-width: 1440px) {
    .index_news_list .list02 a {
        height: 20rem;
    }
}

@media (max-width: 1201px) {
    .index_news_list .list02 a {
        height: 350px;
    }
}

@media (max-width: 668px) {
    .index_news_list .list02 a {
        height: 230px;
    }
}

.index_news_list .list03 a {
    height: 11.4rem;
}

@media (max-width: 1440px) {
    .index_news_list .list03 a {
        height: 9.24rem;
    }
}

@media (max-width: 1201px) {
    .index_news_list .list03 a {
        height: 165px;
    }
}

@media (max-width: 668px) {
    .index_news_list .list03 a {
        height: 230px;
    }
}

.index_news_list .list04 a {
    height: 11.4rem;
}

@media (max-width: 1440px) {
    .index_news_list .list04 a {
        height: 9.24rem;
    }
}

@media (max-width: 1201px) {
    .index_news_list .list04 a {
        height: 165px;
    }
}

@media (max-width: 668px) {
    .index_news_list .list04 a {
        height: 230px;
    }
}

.intro_about {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

@media (max-width: 1440px) {
    .intro_about {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 1201px) {
    .intro_about {
        padding-bottom: 20px;
    }
}

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

@media (max-width: 968px) {
    .intro_about_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.intro_about_txt {
    width: 50%;
    padding-right: 5.6rem;
    position: relative;
}

@media (max-width: 1201px) {
    .intro_about_txt {
        padding-right: 20px;
    }
}

@media (max-width: 968px) {
    .intro_about_txt {
        width: 100%;
        padding: 0;
    }
}

.intro_about_txt .title {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}

.intro_about_txt .title b {
    display: block;
    font-size: 1.6rem;
    line-height: 1em;
    color: #333;
    font-weight: normal;
}

.intro_about_txt .title span {
    display: block;
    margin-top: 0.8rem;
    font-size: 1.04rem;
    line-height: 1em;
    color: #c40f23;
    font-weight: 300;
}

.intro_about_txt .letter {
    display: block;
    font-style: normal;
    color: rgba(51, 51, 51, 0);
    -webkit-text-stroke: 1px #333;
    opacity: 0.15;
    font-size: 8rem;
    line-height: 0.7em;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.intro_about_txt .txt {
    margin-top: 1.6rem;
    font-weight: 300;
    position: relative;
    z-index: 2;
}

@media (max-width: 668px) {
    .intro_about_txt .txt {
        font-weight: normal;
    }
}

.intro_about_img {
    width: 50%;
}

@media (max-width: 968px) {
    .intro_about_img {
        width: 100%;
    }
}

.intro_about_img img {
    width: 100%;
}

.intro_about_nums {
    margin-top: 4rem;
    padding: 2rem 0;
    background-color: #c40f23;
    color: #fff;
}

@media (max-width: 1201px) {
    .intro_about_nums {
        margin-top: 20px;
        padding: 40px 0;
    }
}

@media (max-width: 668px) {
    .intro_about_nums {
        padding: 20px 0 0;
    }
}

.intro_about_nums .jump_num&gt;ul {
    margin: 0;
    padding: 0;
    list-style: 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;
}

@media (max-width: 968px) {
    .intro_about_nums .jump_num&gt;ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 668px) {
    .intro_about_nums .jump_num&gt;ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.intro_about_nums .jump_num&gt;ul&gt;li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative;
}

@media (max-width: 668px) {
    .intro_about_nums .jump_num&gt;ul&gt;li {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin-bottom: 20px;
    }
}

.intro_about_nums .jump_num&gt;ul&gt;li::after {
    content: "";
    display: block;
    width: 1px;
    height: 2.2rem;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.intro_about_nums .jump_num&gt;ul&gt;li:nth-last-of-type(1)::after {
    display: none;
}

.intro_about_nums .jump_num&gt;ul&gt;li p {
    margin: 0;
}

.intro_about_nums .jump_num&gt;ul&gt;li .top {
    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;
}

.intro_about_nums .jump_num&gt;ul&gt;li .top .num {
    font-size: 2rem;
    line-height: 1em;
}

.intro_about_nums .jump_num&gt;ul&gt;li .top em {
    font-style: normal;
    font-size: 0.88rem;
}

.intro_about_nums .jump_num&gt;ul&gt;li .des {
    margin: 0;
    font-size: 14px;
    line-height: 2em;
    font-weight: lighter;
}

@media (max-width: 968px) {
    .intro_about_nums .jump_num&gt;ul&gt;li .des {
        font-size: 12px;
        padding: 0 20px;
    }
}

@media (max-width: 668px) {
    .intro_about_nums .jump_num&gt;ul&gt;li .des {
        font-size: 12px;
        margin-top: 5px;
        line-height: 1.5em;
        font-weight: normal;
    }
}

.intro_culture&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 668px) {
    .intro_culture&gt;ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.intro_culture&gt;ul&gt;li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}

.intro_culture&gt;ul&gt;li .txt {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: 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;
}

.intro_culture&gt;ul&gt;li .txt .t {
    font-size: 1rem;
    line-height: 1em;
    margin-bottom: 0.8rem;
}

@media (max-width: 668px) {
    .intro_culture&gt;ul&gt;li .txt .t {
        font-size: 18px;
    }
}

.intro_culture&gt;ul&gt;li .txt .des {
    color: #fff;
    font-weight: 300;
}

@media (max-width: 668px) {
    .intro_culture&gt;ul&gt;li .txt .des {
        font-weight: normal;
    }
}

.intro_culture&gt;ul&gt;li img {
    width: 100%;
}

@media (max-width: 668px) {
    .intro_culture&gt;ul&gt;li img {
        height: 200px;
        object-fit: cover;
    }
}

.intro_history {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    text-align: center;
}

@media (max-width: 1440px) {
    .intro_history {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

.intro_history_slide_top {
    width: 880px;
    margin: 0 auto;
    position: relative;
}

@media (max-width: 1440px) {
    .intro_history_slide_top {
        width: 750px;
    }
}

@media (max-width: 968px) {
    .intro_history_slide_top {
        width: 70%;
    }
}

@media (max-width: 668px) {
    .intro_history_slide_top {
        width: 100%;
    }

    .intro_history_slide_top .swiper_arrows&gt;ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.intro_history_slide_top .swiper_arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

@media (max-width: 668px) {
    .intro_history_slide_top .swiper_arrow {
        position: static;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
    }
}

.intro_history_slide_top .swiper_arrow.intro_history_prev {
    left: -7.2rem;
}

@media (max-width: 968px) {
    .intro_history_slide_top .swiper_arrow.intro_history_prev {
        left: -3.2rem;
    }
}

.intro_history_slide_top .swiper_arrow.intro_history_next {
    right: -7.2rem;
}

@media (max-width: 968px) {
    .intro_history_slide_top .swiper_arrow.intro_history_next {
        right: -3.2rem;
    }
}

.intro_history_for {
    width: 100%;
    padding: 3.2rem 0;
    overflow: hidden;
}

.intro_history_nav .swiper-slide .item {
    font-size: 14px;
    padding-top: 20px;
}

.intro_history_nav .swiper-slide .item:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #999;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 3px;
    z-index: 3;
}

.intro_history_nav .swiper-slide .item:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: rgba(153, 153, 153, 0.3);
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 0px;
    z-index: 2;
}

.intro_history_nav .swiper-slide-active .item {
    color: #04287e;
}

.intro_history_nav .swiper-slide-active .item:before {
    background-color: #04287e;
}

.intro_history_nav .swiper-slide-active .item:after {
    background-color: rgba(4, 40, 126, 0.3);
}

@media (max-width: 1440px) {
    .intro_history_for {
        padding: 1.6rem 0;
    }
}

@media (max-width: 668px) {
    .intro_history_for {
        padding-bottom: 0;
    }
}

.intro_history_for .item {
    height: 270px;
    outline: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

@media (max-width: 668px) {
    .intro_history_for .item {
        height: auto;
        min-height: 150px;
        padding: 0 40px;
    }
}

.intro_history_for .item .txt {
    font-size: 20px;
    line-height: 20px;
    color: #333;
    font-weight: lighter;
}

@media (max-width: 1440px) {
    .intro_history_for .item .txt {
        font-size: 20px;
        line-height: 40px;
    }
    .index_about{
    padding-top: 150px;
}
    .index_aboutrow{margin-top:100px}
}

@media (max-width: 968px) {
    .intro_history_for .item .txt {
        font-size: 16px;
        line-height: 2em;
    }
}

@media (max-width: 668px) {
    .intro_history_for .item .txt {
        font-size: 14px;
        line-height: 26px;
        font-weight: normal;
    }
}

.intro_history_for .item .year {
    display: block;
    font-size: 12rem;
    height: 1em;
    line-height: 1em;
    color: rgba(51, 51, 51, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
}

@media (max-width: 668px) {
    .intro_history_for .item .year {
        font-size: 8rem;
    }
}

.intro_history_nav {
    position: relative;
}

@media (max-width: 668px) {
    .intro_history_nav {
        margin-top: 20px;
    }
}

.intro_history_nav:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    line-height: 1px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 8px;
    z-index: 1;
}

.intro_history_nav .slick-list {
    z-index: 5;
}

.intro_history_nav .slick-slide .item {
    text-align: center;
    outline: 0;
    cursor: pointer;
    padding: 35px 0 0;
    position: relative;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}

@media (max-width: 668px) {
    .intro_history_nav .slick-slide .item {
        font-size: 14px;
        padding-top: 20px;
    }
}

.intro_history_nav .slick-slide .item:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #999;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 3px;
    z-index: 3;
}

.intro_history_nav .slick-slide .item:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background-color: rgba(153, 153, 153, 0.3);
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 0px;
    z-index: 2;
}

.intro_history_nav .slick-slide.slick-current .item {
    color: #c40f23;
}

.intro_history_nav .slick-slide.slick-current .item:before {
    background-color: #c40f23;
}

.intro_history_nav .slick-slide.slick-current .item:after {
    background-color: rgba(4, 40, 126, 0.3);
}

.intro_tec {
    background-color: #f5f5f5;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

@media (max-width: 1440px) {
    .intro_tec {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 1201px) {
    .intro_tec {
        padding-bottom: 20px;
    }
}

@media (max-width: 668px) {
    .intro_tec {
        padding-bottom: 0;
    }
}

.intro_tec .intro_tec_list {
    margin-top: 3.2rem;
}

@media (max-width: 1440px) {
    .intro_tec .intro_tec_list {
        margin-top: 2rem;
    }
}

.intro_tec .intro_tec_list&gt;ul {
    margin: 0 -0.8rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 968px) {
    .intro_tec .intro_tec_list&gt;ul {
        margin: 0 -10px;
    }
}

@media (max-width: 668px) {
    .intro_tec .intro_tec_list&gt;ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.intro_tec .intro_tec_list&gt;ul&gt;li {
    width: 33.33%;
    padding: 0 0.8rem;
}

@media (max-width: 968px) {
    .intro_tec .intro_tec_list&gt;ul&gt;li {
        padding: 0 10px;
    }
}

@media (max-width: 668px) {
    .intro_tec .intro_tec_list&gt;ul&gt;li {
        width: 100%;
        margin-bottom: 20px;
    }
}

.intro_tec .intro_tec_list&gt;ul&gt;li .item {
    height: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
}

.intro_tec .intro_tec_list&gt;ul&gt;li .item_img {
    width: 100%;
}

.intro_tec .intro_tec_list&gt;ul&gt;li .item_img img {
    width: 100%;
}

.intro_tec .intro_tec_list&gt;ul&gt;li .item_txt {
    padding: 2.4rem 2.4rem 2.4rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 968px) {
    .intro_tec .intro_tec_list&gt;ul&gt;li .item_txt {
        padding: 20px 20px 20px 0;
    }
}

.intro_tec .intro_tec_list&gt;ul&gt;li .item_txt .icon {
    width: 27%;
    text-align: center;
}

@media (max-width: 668px) {
    .intro_tec .intro_tec_list&gt;ul&gt;li .item_txt .icon {
        width: 80px;
    }
}

.intro_tec .intro_tec_list&gt;ul&gt;li .item_txt .icon img {
    width: 1.6rem;
    height: 1.6rem;
}

.intro_tec .intro_tec_list&gt;ul&gt;li .item_txt .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.intro_tec .intro_tec_list&gt;ul&gt;li .item_txt .txt b.t {
    display: block;
    margin-bottom: 1.2rem;
    font-size: 0.96rem;
    line-height: 1em;
    color: #000;
}

@media (max-width: 968px) {
    .intro_tec .intro_tec_list&gt;ul&gt;li .item_txt .txt b.t {
        font-size: 16px;
    }
}

.intro_tec .intro_tec_list&gt;ul&gt;li .item_txt .txt .des {
    line-height: 1.5em;
    font-weight: 300;
}

@media (max-width: 668px) {
    .intro_tec .intro_tec_list&gt;ul&gt;li .item_txt .txt .des {
        font-weight: normal;
    }
}

.intro_honor {
    padding-bottom: 0;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

@media (max-width: 1440px) {
    .intro_honor {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 1201px) {
    .intro_honor {
        padding-bottom: 20px;
    }
}

.intro_honor_title {
    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;
}

.intro_honor_slide {
    margin-top: 3.2rem;
}

@media (max-width: 1440px) {
    .intro_honor_slide {
        margin-top: 2rem;
    }
}

.intro_honor_slide a {
    display: block;
    width: 100%;
    padding: 1.2rem 1.2rem 0;
    background-color: #f5f5f5;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.intro_honor_slide a .img {
    width: 100%;
    height: 14.4rem;
    overflow: hidden;
    margin-bottom: 1.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;
}

@media (max-width: 668px) {
    .intro_honor_slide a .img {
        height: 150px;
    }
}

.intro_honor_slide a .img img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.intro_honor_slide a span {
    border-top: 1px solid #ccc;
    width: 100%;
    height: 2.4rem;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.3em;
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .intro_honor_slide a span {
        font-size: 14px;
    }
}

@media (max-width: 668px) {
    .intro_honor_slide a span {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 4em;
    }
}

.intro_honor_slide a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.intro_honor_slide a:hover span {
    color: #c40f23;
}

.intro_honor_page {
    padding: 3.2rem 0;
    width: 100%;
    text-align: center;
}

@media (max-width: 668px) {
    .intro_honor_page {
        padding: 5px 0 20px;
    }
}

.pro_list&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pro_list&gt;ul&gt;li {
    display: block;
    height: 30rem;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url("../image/pro_list_bg01.jpg");
}

@media (max-width: 668px) {
    .pro_list&gt;ul&gt;li {
        height: auto;
    }
}

.pro_list&gt;ul&gt;li a {
    max-width: 1440px;
    height: 100%;
    padding: 0 60px;
    margin: 0 auto;
    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;
}

@media (max-width: 668px) {
    .pro_list&gt;ul&gt;li a {
        height: auto;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.pro_list&gt;ul&gt;li a .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 18rem;
    height: 20rem;
    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;
}

@media (max-width: 668px) {
    .pro_list&gt;ul&gt;li a .img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-bottom: 20px;
        width: 100%;
        height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.pro_list&gt;ul&gt;li a .img img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 668px) {
    .pro_list&gt;ul&gt;li a .img img {
        max-width: 200px;
    }
}

.pro_list&gt;ul&gt;li a .txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 50%;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 668px) {
    .pro_list&gt;ul&gt;li a .txt {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
}

.pro_list&gt;ul&gt;li a .txt .t {
    font-size: 1.36rem;
    line-height: 1.5em;
    color: #333;
    margin-bottom: 1.6rem;
}

@media (max-width: 668px) {
    .pro_list&gt;ul&gt;li a .txt .t {
        font-size: 20px;
    }
}

.pro_list&gt;ul&gt;li a .txt .des01 {
    font-size: 0.8rem;
    line-height: 2em;
    color: #c40f23;
    font-weight: 300;
}

@media (max-width: 668px) {
    .pro_list&gt;ul&gt;li a .txt .des01 {
        font-size: 14px;
        font-weight: normal;
    }
}

.pro_list&gt;ul&gt;li a .txt .des02 {
    font-weight: 300;
    color: #333;
    margin-top: 0.8rem;
}

@media (max-width: 668px) {
    .pro_list&gt;ul&gt;li a .txt .des02 {
        font-weight: normal;
    }
}

.pro_list&gt;ul&gt;li a .txt .more01 {
    margin-top: 4.4rem;
}

@media (max-width: 1440px) {
    .pro_list&gt;ul&gt;li a .txt .more01 {
        margin-top: 3.2rem;
    }
}

@media (max-width: 668px) {
    .pro_list&gt;ul&gt;li a .txt .more01 {
        margin-top: 20px;
    }
}

.pro_list&gt;ul&gt;li:nth-of-type(even) {
    background-image: url("../image/pro_list_bg02.jpg");
}

@media (min-width: 668px) {
    .pro_list&gt;ul&gt;li:nth-of-type(even) a .img {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .pro_list&gt;ul&gt;li:nth-of-type(even) a .txt {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}

.infobar_product {
    background-color: #f5f5f5;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border: none;
    color: #666;
}

.infobar_product a {
    color: #666;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.infobar_product a:hover {
    color: #c40f23;
}

@media (max-width: 668px) {
    .infobar_product .breadcrumbs&gt;li:nth-last-of-type(1) {
        display: none;
    }
}

.product_detail_banner a {
    display: block;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.product_detail_banner a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.product_detail_banner a .icon svg {
    width: 40px;
    height: 40px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.product_detail_banner a .icon span {
    margin-top: 0.8rem;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
}

.product_detail_banner a .icon:hover {
    opacity: 0.8;
}

.product_detail_banner a video {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    min-width: 101%;
    min-height: 101%;
}

.product_detail_top {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    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;
}

@media (max-width: 1440px) {
    .product_detail_top {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 668px) {
    .product_detail_top {
        padding-bottom: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.product_detail_top .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 7.6rem;
}

@media (max-width: 668px) {
    .product_detail_top .txt {
        padding-right: 0;
    }
}

.product_detail_top .txt .keywords&gt;ul {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product_detail_top .txt .keywords&gt;ul&gt;li {
    padding: 0 5px;
}

.product_detail_top .txt .keywords&gt;ul&gt;li span {
    display: block;
    font-size: 14px;
    line-height: 2em;
    padding: 0 0.8rem;
    border: 2px solid #c40f23;
    border-radius: calc(1em + 2px);
    color: #c40f23;
}

.product_detail_top .txt .title {
    margin: 1.2rem 0 0;
    font-size: 1rem;
    line-height: 1.5em;
    color: #333;
}

@media (max-width: 668px) {
    .product_detail_top .txt .title {
        font-size: 20px;
    }
}

.product_detail_top .txt .sub_t {
    display: block;
    font-size: 0.8rem;
    line-height: 1.5em;
    color: #333;
}

@media (max-width: 668px) {
    .product_detail_top .txt .sub_t {
        font-size: 18px;
    }
}

.product_detail_top .txt .des {
    margin: 0.8rem 0 3.6rem;
    font-weight: 300;
    color: #333;
}

@media (max-width: 668px) {
    .product_detail_top .txt .des {
        margin: 20px 0;
        font-weight: normal;
    }
}

.product_detail_top .txt .links&gt;ul {
    margin: 0 -0.6rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product_detail_top .txt .links&gt;ul&gt;li {
    padding: 0 0.6rem;
}

.product_detail_top .img {
    width: 38.8rem;
    height: 28rem;
    background-color: #f5f5f5;
    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;
}

@media (max-width: 668px) {
    .product_detail_top .img {
        width: 100%;
        height: 400px;
        margin-top: 20px;
    }
}

.product_detail_top .img img {
    max-width: 80%;
    max-height: 80%;
}

.product_detail_video {
    width: 100%;
    height: 30rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 668px) {
    .product_detail_video {
        height: 250px;
    }
}

@media (min-width: 668px) {
    .product_detail_video {
        background-attachment: fixed;
    }
}

.product_detail_video 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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.product_detail_video a svg {
    width: 40px;
    height: 40px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.product_detail_video a span {
    margin-top: 0.8rem;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
}

.product_detail_video a:hover {
    opacity: 0.8;
}

.product_detail_col {
    padding-top: 4rem;
}

@media (max-width: 668px) {
    .product_detail_col {
        padding-top: 20px;
    }
}

.product_detail_col&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product_detail_col&gt;ul&gt;li {
    display: block;
    background-color: #fff;
    margin-bottom: 4rem;
}

@media (max-width: 1440px) {
    .product_detail_col&gt;ul&gt;li {
        margin-bottom: 3.2rem;
    }
}

@media (max-width: 968px) {
    .product_detail_col&gt;ul&gt;li {
        padding-bottom: 0;
    }
}

@media (max-width: 668px) {
    .product_detail_col&gt;ul&gt;li {
        margin-bottom: 20px;
    }
}

.product_detail_col&gt;ul&gt;li:nth-last-of-type(1) {
    margin-bottom: 0;
}

.product_detail_col&gt;ul&gt;li .item {
    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;
}

@media (max-width: 668px) {
    .product_detail_col&gt;ul&gt;li .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.product_detail_col&gt;ul&gt;li .item_img {
    width: 55.6%;
}

@media (max-width: 668px) {
    .product_detail_col&gt;ul&gt;li .item_img {
        width: 100%;
    }
}

.product_detail_col&gt;ul&gt;li .item_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.product_detail_col&gt;ul&gt;li .item_img a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.product_detail_col&gt;ul&gt;li .item_img a .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.product_detail_col&gt;ul&gt;li .item_img a .icon svg {
    width: 100%;
    height: 100%;
    color: #fff;
}

.product_detail_col&gt;ul&gt;li .item_img a:hover::after {
    opacity: 0.5;
}

.product_detail_col&gt;ul&gt;li .item_img a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.product_detail_col&gt;ul&gt;li .item_img img {
    width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.product_detail_col&gt;ul&gt;li .item_txt {
    width: 44.4%;
    color: #000;
    padding: 20px 8rem 20px 3.6rem;
    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;
}

@media (max-width: 1440px) {
    .product_detail_col&gt;ul&gt;li .item_txt {
        padding: 1.2rem;
    }
}

@media (max-width: 668px) {
    .product_detail_col&gt;ul&gt;li .item_txt {
        width: 100%;
        padding: 20px 0 0;
    }
}

.product_detail_col&gt;ul&gt;li .item_txt .title {
    font-size: 1.84rem;
    line-height: 1.3em;
    font-weight: 300;
    white-space: nowrap;
}

@media (max-width: 668px) {
    .product_detail_col&gt;ul&gt;li .item_txt .title {
        font-size: 20px;
    }
}

.product_detail_col&gt;ul&gt;li .item_txt .title p {
    margin: 0;
}

.product_detail_col&gt;ul&gt;li .item_txt .des01 {
    margin-top: 1.2rem;
    font-size: 0.96rem;
    line-height: 1.5em;
    font-weight: 300;
}

@media (max-width: 668px) {
    .product_detail_col&gt;ul&gt;li .item_txt .des01 {
        font-weight: normal;
        font-size: 16px;
    }
}

.product_detail_col&gt;ul&gt;li .item_txt .des02 {
    margin-top: 1.2rem;
    font-weight: 300;
    line-height: 1.875em;
}

@media (max-width: 668px) {
    .product_detail_col&gt;ul&gt;li .item_txt .des02 {
        font-weight: normal;
        color: #666;
    }
}

@media (min-width: 668px) {
    .product_detail_col&gt;ul&gt;li:nth-of-type(even) .item_txt {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        padding: 20px 4.8rem 20px 0;
    }
}

.product_detail_content {
    padding-top: 4rem;
}

@media (max-width: 1440px) {
    .product_detail_content {
        padding-top: 3.2rem;
    }
}

@media (max-width: 668px) {
    .product_detail_content {
        padding-top: 20px;
    }
}

.product_consult {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
}

@media (max-width: 1440px) {
    .product_consult {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

.product_consult_title {
    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;
}

@media (max-width: 668px) {
    .product_consult_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .product_consult_title span {
        margin-top: 10px;
    }
}

.product_consult_message {
    margin-top: 2.4rem;
}

@media (max-width: 668px) {
    .product_consult_message {
        margin-top: 20px;
    }
}

.product_consult_message div.wpcf7-response-output {
    margin: 0 !important;
    font-size: 12px;
    color: #ffb900;
    border-width: 1px !important;
}

.product_consult_message .consult_form&gt;ul {
    margin: 0 -0.8rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_consult_message .consult_form&gt;ul&gt;li {
    width: 33.33%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
    position: relative;
}

@media (max-width: 668px) {
    .product_consult_message .consult_form&gt;ul&gt;li {
        width: 100%;
        margin: 0 0 20px;
    }
}

.product_consult_message .consult_form&gt;ul&gt;li.item_content {
    width: 100%;
}

.product_consult_message .consult_form&gt;ul&gt;li input[type=text], .product_consult_message .consult_form&gt;ul&gt;li input[type=tel], .product_consult_message .consult_form&gt;ul&gt;li input[type=email] {
    width: 100%;
    line-height: 2.8rem;
    padding: 0 1.6rem;
    outline: 0;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    background: none;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.product_consult_message .consult_form&gt;ul&gt;li input[type=text]::-webkit-input-placeholder, .product_consult_message .consult_form&gt;ul&gt;li input[type=tel]::-webkit-input-placeholder, .product_consult_message .consult_form&gt;ul&gt;li input[type=email]::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li input[type=text]::-moz-placeholder, .product_consult_message .consult_form&gt;ul&gt;li input[type=tel]::-moz-placeholder, .product_consult_message .consult_form&gt;ul&gt;li input[type=email]::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li input[type=text]:-moz-placeholder, .product_consult_message .consult_form&gt;ul&gt;li input[type=tel]:-moz-placeholder, .product_consult_message .consult_form&gt;ul&gt;li input[type=email]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li input[type=text]:-ms-input-placeholder, .product_consult_message .consult_form&gt;ul&gt;li input[type=tel]:-ms-input-placeholder, .product_consult_message .consult_form&gt;ul&gt;li input[type=email]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li input[type=text]:focus, .product_consult_message .consult_form&gt;ul&gt;li input[type=tel]:focus, .product_consult_message .consult_form&gt;ul&gt;li input[type=email]:focus {
    border-color: #c5c5c5;
}

.product_consult_message .consult_form&gt;ul&gt;li textarea {
    width: 100%;
    height: 250px;
    line-height: 2em;
    padding: 1.6rem;
    outline: 0;
    font-size: 14px;
    color: #999;
    font-weight: bold;
    background: none;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.product_consult_message .consult_form&gt;ul&gt;li textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li textarea::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

@media (max-width: 668px) {
    .product_consult_message .consult_form&gt;ul&gt;li textarea {
        box-shadow: none;
    }
}

.product_consult_message .consult_form&gt;ul&gt;li textarea:focus {
    border-color: #c5c5c5;
}

.product_consult_message .consult_form&gt;ul&gt;li span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.product_consult_message .consult_form&gt;ul&gt;li .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ffb900;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product_consult_message .consult_form&gt;ul&gt;li span[role=alert] {
    width: 100%;
    color: #c40f23;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.product_consult_message .consult_form&gt;ul&gt;li div.wpcf7-validation-errors, .product_consult_message .consult_form&gt;ul&gt;li div.wpcf7-acceptance-missing {
    border: 1px solid #c40f23;
}

.product_consult_message .consult_form&gt;ul&gt;li div.wpcf7-mail-sent-ok {
    background-color: rgba(197, 197, 197, 0.3);
}

.product_consult_message .consult_form&gt;ul&gt;li div.wpcf7-response-output {
    margin: 10px 0;
    font-size: 12px;
    color: #333;
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit {
    width: auto;
    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;
}

@media (max-width: 668px) {
    .product_consult_message .consult_form&gt;ul&gt;li.item_submit {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha {
    width: 180px;
    height: 50px;
    margin-right: 30px;
    border: 1px solid #ddd;
    position: relative;
}

@media (max-width: 668px) {
    .product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha {
        width: 45%;
        height: 40px;
        margin-right: 5%;
    }
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha .wpcf7-captchac {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha input[type=text] {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    outline: 0;
    font-size: 14px;
    color: #999;
    border: none;
    background: none;
    border-radius: 0;
    font-weight: lighter;
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha input[type=text]::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha input[type=text]::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha input[type=text]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

@media (max-width: 668px) {
    .product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha input[type=text] {
        height: 40px;
        line-height: 40px;
    }
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha input[type=text]:focus {
    border-color: #c5c5c5;
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .captcha .wpcf7-not-valid-tip {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .submit {
    width: 160px;
    position: relative;
}

@media (max-width: 668px) {
    .product_consult_message .consult_form&gt;ul&gt;li.item_submit .submit {
        max-width: 45%;
        margin-left: 5%;
    }
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .submit .wpcf7-submit {
    width: 100%;
    line-height: 50px;
    position: relative;
    border: none;
    outline: 0;
    font-size: 16px;
    color: #fff;
    background: #c40f23;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .product_consult_message .consult_form&gt;ul&gt;li.item_submit .submit .wpcf7-submit {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .submit .wpcf7-submit:hover {
    background: #c40f23;
    color: #fff;
    border-color: #c40f23;
}

.product_consult_message .consult_form&gt;ul&gt;li.item_submit .submit .ajax-loader {
    margin: 0;
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.production_process {
    background-color: #f5f5f5;
    padding-top: 4.8rem;
    padding-bottom: 1.6rem;
}

@media (max-width: 1440px) {
    .production_process {
        padding-top: 3.2rem;
        padding-bottom: 1.6rem;
    }
}

@media (max-width: 1201px) {
    .production_process {
        padding-bottom: 0;
    }
}

.production_process_list {
    margin-top: 3.2rem;
}

@media (max-width: 1440px) {
    .production_process_list {
        margin-top: 2rem;
    }
}

.production_process_list&gt;ul {
    margin: 0 -1.6rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1440px) {
    .production_process_list&gt;ul {
        margin: 0 -0.8rem;
    }
}

@media (max-width: 1201px) {
    .production_process_list&gt;ul {
        margin: 0 -10px;
    }
}

@media (max-width: 968px) {
    .production_process_list&gt;ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.production_process_list&gt;ul&gt;li {
    width: 50%;
    padding: 0 1.6rem;
    margin-bottom: 3.2rem;
}

@media (max-width: 1440px) {
    .production_process_list&gt;ul&gt;li {
        padding: 0 0.8rem;
        margin-bottom: 1.6rem;
    }
}

@media (max-width: 1201px) {
    .production_process_list&gt;ul&gt;li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 968px) {
    .production_process_list&gt;ul&gt;li {
        width: 100%;
    }
}

.production_process .item {
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 668px) {
    .production_process .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.production_process .item_img {
    width: 57%;
}

@media (max-width: 668px) {
    .production_process .item_img {
        width: 100%;
        height: 230px;
    }
}

.production_process .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.production_process .item_txt {
    width: 43%;
    padding: 2.4rem 2.4rem 1.6rem;
    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;
}

@media (max-width: 1440px) {
    .production_process .item_txt {
        padding: 1.6rem 1.6rem 0.8rem;
    }
}

@media (max-width: 668px) {
    .production_process .item_txt {
        width: 100%;
        padding: 20px;
    }
}

.production_process .item_txt b.t {
    font-size: 0.96rem;
    line-height: 1em;
    color: #000;
}

@media (max-width: 968px) {
    .production_process .item_txt b.t {
        font-size: 16px;
    }
}

.production_process .item_txt .des {
    font-weight: 300;
    color: #666;
    margin: 1.2rem 0;
}

@media (max-width: 668px) {
    .production_process .item_txt .des {
        font-weight: normal;
    }
}

.production_process .item_txt .more01 {
    margin-top: auto;
    width: 105px;
    padding: 0;
    background: none;
}

.quality_traceability {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    color: #fff;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

@media (max-width: 1440px) {
    .quality_traceability {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 668px) {
    .quality_traceability {
        padding-bottom: 20px;
    }
}

@media (min-width: 668px) {
    .quality_traceability {
        background-attachment: fixed;
    }
}

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

@media (max-width: 668px) {
    .quality_traceability_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.quality_traceability_side {
    width: 50%;
    position: relative;
    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;
}

@media (max-width: 668px) {
    .quality_traceability_side {
        width: 100%;
    }
}

.quality_traceability_hd {
    margin-top: auto;
}

@media (max-width: 668px) {
    .quality_traceability_hd {
        margin-top: 20px;
    }
}

.quality_traceability_hd&gt;ul {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.quality_traceability_hd&gt;ul&gt;li {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

@media (max-width: 668px) {
    .quality_traceability_hd&gt;ul&gt;li {
        -webkit-flex-basis: 33.33%;
        -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
    }
}

.quality_traceability_hd&gt;ul&gt;li .item {
    width: 9.6rem;
    height: 6.4rem;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .quality_traceability_hd&gt;ul&gt;li .item {
        width: 6.4rem;
        height: 4.8rem;
    }
}

@media (max-width: 668px) {
    .quality_traceability_hd&gt;ul&gt;li .item {
        width: 100%;
        padding: 20px 0;
        height: auto;
    }
}

.quality_traceability_hd&gt;ul&gt;li .item span {
    font-size: 0.72rem;
    line-height: 1em;
    margin-bottom: 1.2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .quality_traceability_hd&gt;ul&gt;li .item span {
        margin-bottom: 20px;
    }
}

@media (max-width: 668px) {
    .quality_traceability_hd&gt;ul&gt;li .item span {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

.quality_traceability_hd&gt;ul&gt;li .item .icon {
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
}

.quality_traceability_hd&gt;ul&gt;li .item .icon img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.quality_traceability_hd&gt;ul&gt;li .item .icon img.white {
    opacity: 1;
}

.quality_traceability_hd&gt;ul&gt;li .item .icon img.color {
    opacity: 0;
}

.quality_traceability_hd&gt;ul&gt;li.on .item {
    background-color: #fff;
}

.quality_traceability_hd&gt;ul&gt;li.on .item span {
    color: #c40f23;
}

.quality_traceability_hd&gt;ul&gt;li.on .item .icon img.white {
    opacity: 0;
}

.quality_traceability_hd&gt;ul&gt;li.on .item .icon img.color {
    opacity: 1;
}

.quality_traceability_content {
    width: 50%;
    min-height: 25.2rem;
}

@media (max-width: 1440px) {
    .quality_traceability_content {
        min-height: 22rem;
    }
}

@media (max-width: 968px) {
    .quality_traceability_content {
        padding-left: 20px;
    }
}

@media (max-width: 668px) {
    .quality_traceability_content {
        min-height: auto;
        width: 100%;
        padding: 20px 0 0;
    }
}

.quality_traceability_bd .t {
    display: block;
    font-size: 0.96rem;
    line-height: 1em;
    margin-bottom: 1.2rem;
}

@media (max-width: 668px) {
    .quality_traceability_bd .t {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.quality_traceability_bd .des {
    color: #fff;
}

@media (max-width: 668px) {
    .n_banner_quality_detail {
        height: 500px;
    }
}

@media (max-width: 668px) {
    .n_banner_quality_detail img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.quality_detail_list&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quality_detail_list&gt;ul li.w_col {
    display: block;
    background-color: #fff;
    padding-top: 4.8rem;
    padding-bottom: 2.8rem;
}

@media (max-width: 1440px) {
    .quality_detail_list&gt;ul li.w_col {
        padding-top: 3.2rem;
        padding-bottom: 1.2rem;
    }
}

@media (max-width: 968px) {
    .quality_detail_list&gt;ul li.w_col {
        padding-bottom: 0;
    }
}

.quality_detail_list&gt;ul li.w_col .list {
    margin-top: 3.2rem;
}

@media (max-width: 1440px) {
    .quality_detail_list&gt;ul li.w_col .list {
        margin-top: 2rem;
    }
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul {
    margin: 0 -1rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 968px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 2rem;
}

@media (max-width: 968px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li {
        width: 100%;
        margin-bottom: 20px;
    }
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 668px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img {
    width: 51%;
    min-height: 22.4rem;
}

@media (max-width: 1440px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img {
        min-height: 20rem;
    }
}

@media (max-width: 968px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img {
        min-height: auto;
        height: 100%;
    }
}

@media (max-width: 668px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img {
        width: 100%;
        height: 200px;
    }
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img a .icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img a .icon svg {
    width: 100%;
    height: 100%;
    color: #fff;
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img a:hover::after {
    opacity: 0.5;
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_txt {
    width: 49%;
    background-color: #f5f5f5;
    padding: 2rem 2.4rem;
    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;
}

@media (max-width: 1440px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_txt {
        padding: 1.2rem;
    }
}

@media (max-width: 668px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_txt {
        width: 100%;
        padding: 20px;
    }
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_txt .en {
    font-size: 18px;
    line-height: 1.5em;
    height: 4.5em;
    color: #999;
}

@media (max-width: 1440px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_txt .en {
        font-size: 16px;
    }
}

@media (max-width: 668px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_txt .en {
        height: auto;
        margin-bottom: 10px;
    }
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_txt .t {
    font-size: 0.96rem;
    line-height: 1em;
    color: #c40f23;
    margin-bottom: 0.8rem;
}

.quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_txt .des {
    font-weight: 300;
    color: #666;
}

@media (max-width: 668px) {
    .quality_detail_list&gt;ul li.w_col .list&gt;ul&gt;li .item_txt .des {
        font-weight: normal;
    }
}

.quality_detail_list&gt;ul li.w_col:nth-of-type(even) {
    background-color: #f5f5f5;
}

.quality_detail_list&gt;ul li.w_col:nth-of-type(even) .list&gt;ul&gt;li .item_txt {
    background-color: #fff;
}

.service {
    background-color: #f5f5f5;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

@media (max-width: 1440px) {
    .service {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 1201px) {
    .service {
        padding-bottom: 0;
    }
}

.service_title {
    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;
}

@media (max-width: 968px) {
    .service_title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 968px) {
    .service_nums {
        margin-top: 20px;
    }
}

.service_nums .jump_num&gt;ul {
    margin: 0 -2rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1440px) {
    .service_nums .jump_num&gt;ul {
        margin: 0 -0.8rem;
    }
}

@media (max-width: 1201px) {
    .service_nums .jump_num&gt;ul {
        margin: 0 -10px;
    }
}

@media (max-width: 668px) {
    .service_nums .jump_num&gt;ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.service_nums .jump_num&gt;ul&gt;li {
    padding: 0 2rem;
    text-align: center;
}

@media (max-width: 1440px) {
    .service_nums .jump_num&gt;ul&gt;li {
        padding: 0 0.8rem;
    }
}

@media (max-width: 1201px) {
    .service_nums .jump_num&gt;ul&gt;li {
        padding: 0 10px;
    }
}

@media (max-width: 668px) {
    .service_nums .jump_num&gt;ul&gt;li {
        width: 50%;
    }
}

.service_nums .jump_num&gt;ul&gt;li .top {
    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;
}

.service_nums .jump_num&gt;ul&gt;li .top .num {
    font-size: 2rem;
    line-height: 1em;
    color: #c40f23;
}

.service_nums .jump_num&gt;ul&gt;li .top em {
    font-style: normal;
    font-size: 0.88rem;
}

.service_nums .jump_num&gt;ul&gt;li .des {
    margin: 0;
    font-size: 14px;
    line-height: 2em;
    font-weight: lighter;
}

@media (max-width: 668px) {
    .service_nums .jump_num&gt;ul&gt;li .des {
        line-height: 1.5em;
        font-weight: normal;
    }
}

.service_list {
    margin-top: 3.2rem;
}

@media (max-width: 1440px) {
    .service_list {
        margin-top: 2rem;
    }
}

.service_list&gt;ul {
    margin: 0 -0.8rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1201px) {
    .service_list&gt;ul {
        margin: 0 -10px;
    }
}

@media (max-width: 668px) {
    .service_list&gt;ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.service_list&gt;ul&gt;li {
    width: 50%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
}

@media (max-width: 1201px) {
    .service_list&gt;ul&gt;li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 668px) {
    .service_list&gt;ul&gt;li {
        width: 100%;
    }
}

.service_list&gt;ul&gt;li .item {
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 2.2rem 4.2rem;
    text-align: center;
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1201px) {
    .service_list&gt;ul&gt;li .item {
        padding: 20px;
    }
}

.service_list&gt;ul&gt;li .item .icon {
    width: 3.52rem;
    height: 3.52rem;
    border: 1px solid #ddd;
    border-radius: 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;
}

.service_list&gt;ul&gt;li .item .icon img {
    width: 40%;
    height: 40%;
}

.service_list&gt;ul&gt;li .item .t {
    font-size: 0.96rem;
    line-height: 2em;
    margin: 1.6rem 0 1.2rem;
}

.service_img img {
    width: 100%;
}

.service_offline_center {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    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;
}

@media (max-width: 1440px) {
    .service_offline_center {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 668px) {
    .service_offline_center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.service_offline_center_txt {
    max-width: 26.64rem;
}

@media (max-width: 668px) {
    .service_offline_center_txt {
        max-width: 100%;
    }
}

.service_offline_center_txt .des {
    margin: 1.6rem 0;
}

@media (max-width: 668px) {
    .service_offline_center_txt .des {
        margin: 20px 0;
    }
}

@media (max-width: 668px) {
    .service_offline_center_txt .btns {
        margin-bottom: 20px;
    }
}

.service_offline_center_txt .btns&gt;ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.service_offline_center_txt .btns&gt;ul&gt;li {
    padding: 0 10px;
}

.service_offline_center_map {
    width: 52.55%;
    margin-left: auto;
}

@media (max-width: 668px) {
    .service_offline_center_map {
        width: 100%;
    }
}

.service_offline_center_map img {
    width: 100%;
}

.service_offline_center_map .mobile {
    display: none;
}

@media (max-width: 968px) {
    .service_offline_center_map .mobile {
        display: block;
    }
}

.service_offline_center_map .pc {
    display: block;
    position: relative;
}

@media (max-width: 968px) {
    .service_offline_center_map .pc {
        display: none;
    }
}

.service_offline_center_map .pc span {
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    color: #c40f23;
}

@media (max-width: 1440px) {
    .service_offline_center_map .pc span {
        font-size: 12px;
    }
}

.service_offline_center_map .pc i {
    display: block;
    width: 14px;
    height: 14px;
    position: relative;
}

.service_offline_center_map .pc i::before, .service_offline_center_map .pc i::after {
    content: "";
    display: block;
    background-color: #c40f23;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
}

.service_offline_center_map .pc i::before {
    width: 6px;
    height: 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service_offline_center_map .pc i::after {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-animation: zoomAni02 3s infinite;
    animation: zoomAni02 3s infinite;
}

.service_offline_center_map .pc .item:nth-child(1n) i::after {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.service_offline_center_map .pc .item:nth-child(2n) i::after {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.service_offline_center_map .pc .item:nth-child(3n) i::after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.service_offline_center_map .pc .item:nth-child(4n) i::after {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.service_offline_center_map .pc .item:nth-child(5n) i::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.service_offline_center_map .pc .item:nth-child(6n) i::after {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.service_offline_center_map .pc .item:nth-child(7n) i::after {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.service_offline_center_map .pc .item:nth-child(8n) i::after {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

.service_offline_center_map .pc .item:nth-child(9n) i::after {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

.service_offline_center_map .pc .item:nth-child(10n) i::after {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.service_offline_center_map .pc .item:nth-child(11n) i::after {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
}

.service_offline_center_map .pc .item:nth-child(12n) i::after {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.service_offline_center_map .pc .item:nth-child(13n) i::after {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}

.service_offline_center_map .pc .item:nth-child(14n) i::after {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}

.service_offline_center_map .pc .item:nth-child(15n) i::after {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.service_offline_center_map .pc .item:nth-child(16n) i::after {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
}

.service_offline_center_map .pc .item:nth-child(17n) i::after {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s;
}

.service_offline_center_map .pc .item:nth-child(18n) i::after {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s;
}

.service_offline_center_map .pc .item:nth-child(19n) i::after {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s;
}

.service_offline_center_map .pc .item:nth-child(20n) i::after {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.service_offline_center_map .pc .item:nth-child(21n) i::after {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
}

.service_offline_center_map .pc .item:nth-child(22n) i::after {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s;
}

.service_offline_center_map .pc .item:nth-child(23n) i::after {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s;
}

.service_offline_center_map .pc .item:nth-child(24n) i::after {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s;
}

.service_offline_center_map .pc .item:nth-child(25n) i::after {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.service_offline_center_map .pc .item:nth-child(26n) i::after {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s;
}

.service_offline_center_map .pc .item:nth-child(27n) i::after {
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s;
}

.service_offline_center_map .pc .item:nth-child(28n) i::after {
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s;
}

.service_offline_center_map .pc .item:nth-child(29n) i::after {
    -webkit-animation-delay: 5.8s;
    animation-delay: 5.8s;
}

.service_offline_center_map .pc .item:nth-child(30n) i::after {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.service_offline_center_map .pc .item:nth-child(31n) i::after {
    -webkit-animation-delay: 6.2s;
    animation-delay: 6.2s;
}

.service_offline_center_map .pc .item:nth-child(32n) i::after {
    -webkit-animation-delay: 6.4s;
    animation-delay: 6.4s;
}

.service_offline_center_map .pc .item:nth-child(33n) i::after {
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s;
}

.service_offline_center_map .pc .item:nth-child(34n) i::after {
    -webkit-animation-delay: 6.8s;
    animation-delay: 6.8s;
}

.service_offline_center_map .pc .item:nth-child(35n) i::after {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.service_offline_center_map .pc .item:nth-child(36n) i::after {
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s;
}

.service_offline_center_map .pc .item:nth-child(37n) i::after {
    -webkit-animation-delay: 7.4s;
    animation-delay: 7.4s;
}

.service_offline_center_map .pc .item:nth-child(38n) i::after {
    -webkit-animation-delay: 7.6s;
    animation-delay: 7.6s;
}

.service_offline_center_map .pc .item:nth-child(39n) i::after {
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s;
}

.service_offline_center_map .pc .item:nth-child(40n) i::after {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.service_offline_center_map .pc .item:nth-child(41n) i::after {
    -webkit-animation-delay: 8.2s;
    animation-delay: 8.2s;
}

.service_offline_center_map .pc .item:nth-child(42n) i::after {
    -webkit-animation-delay: 8.4s;
    animation-delay: 8.4s;
}

.service_offline_center_map .pc .item:nth-child(43n) i::after {
    -webkit-animation-delay: 8.6s;
    animation-delay: 8.6s;
}

.service_offline_center_map .pc .item:nth-child(44n) i::after {
    -webkit-animation-delay: 8.8s;
    animation-delay: 8.8s;
}

.service_offline_center_map .pc .item:nth-child(45n) i::after {
    -webkit-animation-delay: 9s;
    animation-delay: 9s;
}

.service_offline_center_map .pc .item:nth-child(46n) i::after {
    -webkit-animation-delay: 9.2s;
    animation-delay: 9.2s;
}

.service_offline_center_map .pc .item:nth-child(47n) i::after {
    -webkit-animation-delay: 9.4s;
    animation-delay: 9.4s;
}

.service_offline_center_map .pc .item:nth-child(48n) i::after {
    -webkit-animation-delay: 9.6s;
    animation-delay: 9.6s;
}

.service_offline_center_map .pc .item:nth-child(49n) i::after {
    -webkit-animation-delay: 9.8s;
    animation-delay: 9.8s;
}

.service_offline_center_map .pc .item:nth-child(50n) i::after {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.service_offline_center_map .pc .w_top {
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.service_offline_center_map .pc .w_top span {
    margin-bottom: 5px;
}

.service_offline_center_map .pc .w_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;
}

.service_offline_center_map .pc .w_right i {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 5px;
}

.service_offline_center_map .pc .w_left {
    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;
}

.service_offline_center_map .pc .w_left i {
    margin-left: 5px;
}

.service_offline_center_map .pc .item {
    position: absolute;
}

.service_offline_center_map .pc .item_xj {
    left: calc(100% * 165 / 925);
    top: calc(100% * 180 / 723);
}

.service_offline_center_map .pc .item_heb {
    left: calc(100% * 687 / 925);
    top: calc(100% * 80 / 723);
}

.service_offline_center_map .pc .item_jl {
    left: calc(100% * 690 / 925);
    top: calc(100% * 145 / 723);
}

.service_offline_center_map .pc .item_bj {
    left: calc(100% * 570 / 925);
    top: calc(100% * 225 / 723);
}

.service_offline_center_map .pc .item_dl {
    left: calc(100% * 680 / 925);
    top: calc(100% * 250 / 723);
}

.service_offline_center_map .pc .item_qhd {
    left: calc(100% * 615 / 925);
    top: calc(100% * 270 / 723);
}

.service_offline_center_map .pc .item_lf {
    left: calc(100% * 435 / 925);
    top: calc(100% * 275 / 723);
}

.service_offline_center_map .pc .item_sd {
    left: calc(100% * 625 / 925);
    top: calc(100% * 310 / 723);
}

.service_offline_center_map .pc .item_lz {
    left: calc(100% * 400 / 925);
    top: calc(100% * 330 / 723);
}

.service_offline_center_map .pc .item_cd {
    left: calc(100% * 365 / 925);
    top: calc(100% * 420 / 723);
}

.service_offline_center_map .pc .item_gz {
    left: calc(100% * 460 / 925);
    top: calc(100% * 478 / 723);
}

.service_offline_center_map .pc .item_zj {
    left: calc(100% * 655 / 925);
    top: calc(100% * 420 / 723);
}

.service_offline_center_map .pc .item_guangzhou {
    left: calc(100% * 560 / 925);
    top: calc(100% * 540 / 723);
}

@-webkit-keyframes zoomAni01 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

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

@keyframes zoomAni01 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

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

@-webkit-keyframes zoomAni02 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    50% {
        opacity: 0.4;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

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

@keyframes zoomAni02 {
    0% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    50% {
        opacity: 0.4;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
    }

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

.case_list {
    padding-bottom: 4.8rem;
}

@media (max-width: 1440px) {
    .case_list {
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 668px) {
    .case_list {
        padding-bottom: 20px;
    }
}

.case_list .title01 {
    padding: 3.2rem 0;
}

@media (max-width: 1440px) {
    .case_list .title01 {
        padding: 2rem 0;
    }
}

.case_list .list {
    padding-bottom: 1.6rem;
}

@media (max-width: 668px) {
    .case_list .list {
        padding-bottom: 0;
    }
}

.case_list .list&gt;ul {
    margin: 0 -0.8rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1201px) {
    .case_list .list&gt;ul {
        margin: 0 -10px;
    }
}

.case_list .list&gt;ul&gt;li {
    width: 33.33%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
}

@media (max-width: 1201px) {
    .case_list .list&gt;ul&gt;li {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}

@media (max-width: 968px) {
    .case_list .list&gt;ul&gt;li {
        width: 50%;
    }
}

@media (max-width: 668px) {
    .case_list .list&gt;ul&gt;li {
        width: 100%;
    }
}

.case_list .list&gt;ul&gt;li .item {
    height: 100%;
    background-color: #f5f5f5;
    padding: 2.4rem 2.4rem 2rem;
    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;
}

@media (max-width: 1440px) {
    .case_list .list&gt;ul&gt;li .item {
        padding: 1.6rem 1.6rem 1.2rem;
    }
}

.case_list .list&gt;ul&gt;li .item .img {
    width: 100%;
    height: 12.4rem;
    overflow: hidden;
    position: relative;
}

@media (max-width: 1440px) {
    .case_list .list&gt;ul&gt;li .item .img {
        height: 11.2rem;
    }
}

@media (max-width: 1201px) {
    .case_list .list&gt;ul&gt;li .item .img {
        height: 160px;
    }
}

@media (max-width: 968px) {
    .case_list .list&gt;ul&gt;li .item .img {
        height: 200px;
    }
}

.case_list .list&gt;ul&gt;li .item .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.case_list .list&gt;ul&gt;li .item .img .icon {
    width: 1.76rem;
    height: 1.76rem;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
}

.case_list .list&gt;ul&gt;li .item .img .icon svg {
    width: 100%;
    height: 100%;
    color: #fff;
}

.case_list .list&gt;ul&gt;li .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.case_list .list&gt;ul&gt;li .item .t {
    margin: 2rem 0 0.8rem;
    font-size: 0.8rem;
    line-height: 1.5em;
    color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .case_list .list&gt;ul&gt;li .item .t {
        font-size: 16px;
    }
}

.case_list .list&gt;ul&gt;li .item .des {
    font-weight: 300;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media (max-width: 668px) {
    .case_list .list&gt;ul&gt;li .item .des {
        font-weight: normal;
    }
}

.case_list .list&gt;ul&gt;li .item:hover .img::after {
    background-color: rgba(0, 0, 0, 0.5);
}

.case_list .list&gt;ul&gt;li .item:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.case_list .list&gt;ul&gt;li .item:hover .t {
    color: #c40f23;
}

.news_list {
    padding-bottom: 30px;
    background: #fff;
}

@media (max-width: 1440px) {
    .news_list {
        padding-bottom: 2rem;
    }
}

.news_list .list {
    padding-bottom: 3.2rem;
    /* border-top: 1px solid #ddd; */
}

@media (max-width: 1440px) {
    .news_list .list {
        padding-bottom: 2rem;
    }
}

.news_list .list&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news_list .list&gt;ul&gt;li {
    display: block;
    border-bottom: 1px solid #ddd;
}

.news_list .list&gt;ul&gt;li&gt;a {
    padding: 3.2rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1440px) {
    .news_list .list&gt;ul&gt;li&gt;a {
        padding: 2rem 0;
    }
}

@media (max-width: 668px) {
    .news_list .list&gt;ul&gt;li&gt;a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.news_list .list&gt;ul&gt;li&gt;a .img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 3.2rem;
    width: 18rem;
    height: 11.4rem;
    overflow: hidden;
}

@media (max-width: 1681px) {
    .news_list .list&gt;ul&gt;li&gt;a .img {
        height: 16rem;
    }
}

@media (max-width: 1440px) {
    .news_list .list&gt;ul&gt;li&gt;a .img {
        margin-right: 2rem;
        height: 250px;
    }
}

@media (max-width: 1201px) {
    .news_list .list&gt;ul&gt;li&gt;a .img {
        margin-right: 0;
    }
}

@media (max-width: 968px) {
    .news_list .list&gt;ul&gt;li&gt;a .img {
        height: 200px;
    }
}

@media (max-width: 668px) {
    .news_list .list&gt;ul&gt;li&gt;a .img {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin: 0;
        width: 100%;
        height: 200px;
    }
}

.news_list .list&gt;ul&gt;li&gt;a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f5f5f5;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.news_list .list&gt;ul&gt;li&gt;a .date {
    width: 200px;
    font-size: 16px;
    color: #c40f23;
    white-space: nowrap;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 968px) {
    .news_list .list&gt;ul&gt;li&gt;a .date {
        width: 130px;
    }
}

@media (max-width: 668px) {
    .news_list .list&gt;ul&gt;li&gt;a .date {
        display: block;
        font-size: 14px;
        line-height: 1em;
        margin: 10px 0;
        color: #666;
    }
}

.news_list .list&gt;ul&gt;li&gt;a .date p {
    margin: 0;
}

@media (max-width: 668px) {
    .news_list .list&gt;ul&gt;li&gt;a .date p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.news_list .list&gt;ul&gt;li&gt;a .date em {
    display: block;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1em;
}

@media (max-width: 668px) {
    .news_list .list&gt;ul&gt;li&gt;a .date em {
        font-size: 14px;
    }

    .news_list .list&gt;ul&gt;li&gt;a .date em::before {
        content: "-";
    }
}

.news_list .list&gt;ul&gt;li&gt;a .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 2.4rem;
    position: relative;
    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;
}

@media (max-width: 668px) {
    .news_list .list&gt;ul&gt;li&gt;a .txt {
        width: 100%;
        padding-left: 0;
    }
}

.news_list .list&gt;ul&gt;li&gt;a .txt::before {
    content: "";
    display: block;
    width: 1px;
    height: 5.6rem;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

@media (max-width: 668px) {
    .news_list .list&gt;ul&gt;li&gt;a .txt::before {
        display: none;
    }
}

.news_list .list&gt;ul&gt;li&gt;a .txt b.t {
    font-size: 0.96rem;
    line-height: 1.5em;
    color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1681px) {
    .news_list .list&gt;ul&gt;li&gt;a .txt b.t {
        font-size: 20px;
    }
}

@media (max-width: 1440px) {
    .news_list .list&gt;ul&gt;li&gt;a .txt b.t {
        font-size: 18px;
    }
}

@media (max-width: 968px) {
    .news_list .list&gt;ul&gt;li&gt;a .txt b.t {
        font-size: 15px;
        line-height: 2em;
    }
}

.news_list .list&gt;ul&gt;li&gt;a .txt .des {
    margin: 1.2rem 0 0;
    font-size: 16px;
    line-height: 2em;
    color: #999;
    height: 4em;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (max-width: 1681px) {
    .news_list .list&gt;ul&gt;li&gt;a .txt .des {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    .news_list .list&gt;ul&gt;li&gt;a .txt .des {
        margin: 1.2rem 0 2rem;
    }
}

@media (max-width: 968px) {
    .news_list .list&gt;ul&gt;li&gt;a .txt .des {
        font-size: 12px;
    }
}

@media (max-width: 668px) {
    .news_list .list&gt;ul&gt;li&gt;a .txt .des {
        margin: 10px 0;
        height: auto;
    }
}

.news_list .list&gt;ul&gt;li&gt;a .txt .more01 {
    margin-top: auto;
    width: 105px;
    padding: 0;
    background: none;
}

.news_list .list&gt;ul&gt;li&gt;a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.news_list .list&gt;ul&gt;li&gt;a:hover .txt b.t {
    color: #c40f23;
}

.page_single_wrap {
    padding-bottom: 50px;
    background: #fff;
}

@media (max-width: 1201px) {
    .page_single_wrap {
        padding-bottom: 20px;
    }
}

.page_single {
    padding-top: 50px;
    background: #fff;
}

.page_single_top .title {
    margin: 0;
    padding: 0;
    font-size: 1.28rem;
    line-height: 1.5em;
    color: #333;
}

@media (max-width: 1201px) {
    .page_single_top .title {
        font-size: 20px;
    }
}

@media (max-width: 668px) {
    .page_single_top .title {
        font-size: 18px;
    }
}

.page_single_top .info {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1em;
    color: #666;
    font-weight: lighter;
}

@media (max-width: 668px) {
    .page_single_top .info {
        font-size: 12px;
        font-weight: normal;
    }
}

.page_single_txt {
    border-bottom: 1px solid #ddd;
    /* padding: 1.6rem 0; */
    /* font-size: 16px; */
    /* line-height: 2em; */
    /* color: #333; */
}

@media (max-width: 1440px) {
    .page_single_txt {
        /* font-size: 14px; */
    }
}

.page_single_txt p {
    /* text-indent: 2em; */
    margin: 0;
}
.page_single_txt span{
    text-wrap: inherit!important;
}

.page_single_txt img {
    /* display: block; */
    /* margin: 20px; */
    max-width: 1000px !important;
    width: auto;
}

.single_nav {
    border-top: 1px solid #ddd;
    width: 100%;
    padding: 1.6rem 0;
    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;
    color: #727171;
}

.single_nav_arrow {
    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: 16px;
    line-height: 16px;
    color: #999;
}

@media (max-width: 668px) {
    .single_nav_arrow {
        font-size: 14px;
        line-height: 14px;
    }
}

.single_nav_arrow svg {
    width: 16px;
    height: 16px;
    color: #999;
}

@media (max-width: 668px) {
    .single_nav_arrow svg {
        width: 12px;
        height: 12px;
    }
}

.single_nav_prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 0.6rem;
}

.single_nav_next {
    margin-left: auto;
}

.single_nav_next svg {
    margin-left: 0.6rem;
}

.single_nav 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;
    color: #727171;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single_nav a svg {
    color: #727171;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single_nav a:hover {
    color: #000;
}

.single_nav a:hover svg {
    color: #000;
}

.single_nav .btn_back {
    white-space: nowrap;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: 0;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .single_nav .btn_back {
        font-size: 14px;
    }
}

.single_nav .btn_back:hover {
    color: #000;
}

.job_single_info&gt;ul {
    margin: 0;
    padding: 0;
}

.job_single_info&gt;ul&gt;li {
    display: block;
    font-size: 14px;
}

.job_single_info&gt;ul&gt;li em {
    font-style: normal;
    font-weight: bold;
}

.job_single_content {
    margin: 20px 0;
    font-size: 14px;
    line-height: 2em;
}

.job_single_content p {
    text-indent: 0;
    margin: 0;
}

.job_single_content .t {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.job_single_content .t span {
    display: inline-block;
    padding: 0 20px;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    background-color: #c40f23;
}

.contact_top {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1440px) {
    .contact_top {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 668px) {
    .contact_top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }
}

.contact_top .title01 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.contact_top_list {
    width: 76%;
}

@media (max-width: 668px) {
    .contact_top_list {
        width: 100%;
        margin-top: 20px;
    }
}

.contact_top_list&gt;ul {
    margin: 0 -0.8rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1201px) {
    .contact_top_list&gt;ul {
        margin: 0 -10px;
    }
}

@media (max-width: 668px) {
    .contact_top_list&gt;ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact_top_list&gt;ul&gt;li {
    width: 33.33%;
    padding: 0 0.8rem;
}

@media (max-width: 1201px) {
    .contact_top_list&gt;ul&gt;li {
        padding: 0 10px;
    }
}

@media (max-width: 668px) {
    .contact_top_list&gt;ul&gt;li {
        width: 100%;
        margin-bottom: 20px;
    }
}

.contact_top_list&gt;ul&gt;li .item {
    height: 100%;
    background-color: #c40f23;
    padding: 2rem;
    color: #fff;
    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;
}

@media (max-width: 1440px) {
    .contact_top_list&gt;ul&gt;li .item {
        padding: 1.2rem;
    }
}

@media (max-width: 668px) {
    .contact_top_list&gt;ul&gt;li .item {
        padding: 20px;
    }
}

.contact_top_list&gt;ul&gt;li .item .t {
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 0.6rem;
}

.contact_top_list&gt;ul&gt;li .item .txt {
    padding-bottom: 2rem;
    font-size: 0.8rem;
    line-height: 1.6em;
    font-weight: 300;
}

@media (max-width: 668px) {
    .contact_top_list&gt;ul&gt;li .item .txt {
        font-size: 16px;
    }
}

.contact_top_list&gt;ul&gt;li .item .txt p {
    margin: 0;
}

.contact_top_list&gt;ul&gt;li .item .txt a {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.contact_top_list&gt;ul&gt;li .item .txt a:hover {
    opacity: 0.5;
}

.contact_top_list&gt;ul&gt;li .item .icon {
    margin-top: auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1.6rem;
}

.contact_top_list&gt;ul&gt;li .item .icon svg {
    width: 1.2rem;
    height: 1.2rem;
    color: #fff;
}

#allmap {
    width: 100%;
    height: 30rem;
}

@media (max-width: 1440px) {
    #allmap {
        height: 20rem;
    }
}

.BMap_bubble_content {
    font-size: 14px;
    line-height: 1.5em;
}

.BMap_bubble_content b {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.job {
    background-color: #f5f5f5;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
}

@media (max-width: 1440px) {
    .job {
        padding-top: 3.2rem;
        padding-bottom: 3.2rem;
    }
}

@media (max-width: 668px) {
    .job {
        padding-bottom: 0;
    }
}

.job_title {
    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;
}

.job_slide {
    margin-top: 2rem;
    position: relative;
}

@media (max-width: 1440px) {
    .job_slide {
        margin-top: 20px;
    }
}

.job_slide .swiper-container {
    width: calc(100% + 30px);
    padding: 15px;
    margin-left: -15px;
    overflow: hidden;
}

.job_slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 2rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.job_slide a .t {
    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;
}

.job_slide a .t b {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 2rem;
    font-size: 0.8rem;
    line-height: 2.4rem;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .job_slide a .t b {
        line-height: 1.6rem;
    }
}

@media (max-width: 1201px) {
    .job_slide a .t b {
        font-size: 16px;
    }
}

.job_slide a .t i {
    width: 16px;
    height: 16px;
    position: relative;
}

.job_slide a .t i::before, .job_slide a .t i::after {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    line-height: 2px;
    background-color: #c40f23;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.job_slide a .t i::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.job_slide a .info {
    margin-top: 1.2rem;
}

.job_slide a .info&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
    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;
}

@media (max-width: 668px) {
    .job_slide a .info&gt;ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width: 668px) {
    .job_slide a .info&gt;ul&gt;li {
        margin-bottom: 20px;
    }

    .job_slide a .info&gt;ul&gt;li:nth-last-of-type(1) {
        margin-bottom: 0;
    }
}

.job_slide a .info&gt;ul&gt;li em {
    display: block;
    font-size: 14px;
    line-height: 1em;
    color: #666;
    font-weight: lighter;
    font-style: normal;
    margin-bottom: 10px;
}

@media (max-width: 1440px) {
    .job_slide a .info&gt;ul&gt;li em {
        font-size: 12px;
    }
}

@media (max-width: 1201px) {
    .job_slide a .info&gt;ul&gt;li em {
        font-weight: normal;
    }
}

.job_slide a .info&gt;ul&gt;li span {
    display: block;
    font-size: 18px;
    line-height: 1em;
    color: #333;
}

@media (max-width: 1440px) {
    .job_slide a .info&gt;ul&gt;li span {
        font-size: 16px;
    }
}

@media (max-width: 1440px) {
    .job_slide a .info&gt;ul&gt;li span {
        font-size: 14px;
    }
}

.job_slide a:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.job_slide a:hover .t b {
    color: #c40f23;
}

.job_slide a:hover .t i::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.job_slide a:hover .t i::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.job_slide .job_slide_page {
    margin-top: 1.6rem;
    width: 100%;
    text-align: center;
}

@media (max-width: 1201px) {
    .job_slide .job_slide_page {
        width: auto;
        margin: 0 20px;
    }
}

.job_slide .job_slide_page .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    opacity: 1;
    border-radius: 5px;
    margin: 0 6px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.job_slide .job_slide_page .swiper-pagination-bullet-active {
    width: 26px;
    background-color: #c40f23;
}

.search_list {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    background-color: #f5f5f5;
}

@media (max-width: 1440px) {
    .search_list {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 668px) {
    .search_list {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.search_result_form {
    border: 1px solid #ddd;
    background-color: #fff;
}

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

.search_result_form form .btn01 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    outline: 0;
    line-height: 42px;
    padding: 0 20px;
}

.search_result_form form .btn02 {
    width: 110px;
    height: 42px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0;
    padding: 0;
    background-color: #c40f23;
    border: none;
    outline: 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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.search_result_form form .btn02 svg {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.search_list_result {
    margin-top: 20px;
    margin-bottom: 2rem;
    background-color: #fff;
}

@media (max-width: 1201px) {
    .search_list_result {
        margin-bottom: 20px;
    }
}

.search_list_result&gt;ul {
    margin: 0;
    padding: 40px;
}

@media (max-width: 1201px) {
    .search_list_result&gt;ul {
        padding: 20px;
    }
}

.search_list_result&gt;ul&gt;li {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f8f8f8;
}

.search_list_result&gt;ul&gt;li:nth-last-of-type(1) {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.search_list_result&gt;ul&gt;li .item {
    display: block;
}

.search_list_result&gt;ul&gt;li .item em.search_words {
    color: red;
    font-style: normal;
}

.search_list_result&gt;ul&gt;li .item .title {
    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;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
}

@media (max-width: 668px) {
    .search_list_result&gt;ul&gt;li .item .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.search_list_result&gt;ul&gt;li .item .title b {
    border-bottom: 1px solid #00c;
    color: #00c;
    font-weight: normal;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .search_list_result&gt;ul&gt;li .item .title b {
        display: inline-block;
    }
}

.search_list_result&gt;ul&gt;li .item .title span {
    font-size: 14px;
    color: #999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.search_list_result&gt;ul&gt;li .item .txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 668px) {
    .search_list_result&gt;ul&gt;li .item .txt {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.search_list_result&gt;ul&gt;li .item .txt .img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    width: 200px;
    height: 120px;
    overflow: hidden;
}

@media (max-width: 668px) {
    .search_list_result&gt;ul&gt;li .item .txt .img {
        width: 100%;
        margin-right: 0;
    }
}

.search_list_result&gt;ul&gt;li .item .txt .img span {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.search_list_result&gt;ul&gt;li .item .txt .des {
    font-size: 14px;
    line-height: 2em;
    color: #999;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.search_list_result&gt;ul&gt;li .item .txt a.btn_down {
    width: 7.6rem;
    height: 2.08rem;
    border-radius: 6px;
    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;
    background-color: #c40f23;
    color: #fff;
    font-size: 0.8rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.search_list_result&gt;ul&gt;li .item .txt a.btn_down:hover {
    background-color: #0376ba;
}

.search_list_result&gt;ul&gt;li .item:hover .title b {
    border-bottom-color: #c40f23;
    color: #c40f23;
}


.pt {
    padding-top: 8.8rem;
}

@media (max-width: 668px) {
    .pt {
        padding-top: 80px;
    }
}

.header {
    width: 100%;
    height: 90px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    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-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #fff;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
}

.logo1 {
    display: none;
}

.logo2 {
    display: block;
}

.scroll-down .logo2,.scroll-top .logo2 {
    display: none;
}

.scroll-down .logo1,.scroll-top .logo1 {
    display: block;
}

@media (max-width: 1201px) {
    .header {
        height: 60px;
    }
}

.scrolled .header {
    height: 70px;
    background-color: #fff;
    box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 1201px) {
    .scrolled .header {
        height: 60px;
    }
}

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

.header_logo .logo {
    width: 250px;
    height: 48px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1201px) {
    .header_logo .logo {
        width: 125px;
        height: 40px;
    }
}

@media (max-width: 668px) {
    .header_logo .logo {
        width: 110px;
        height: 35px;
    }
}

.header_logo .logo svg {
    width: 100%;
    height: 100%;
}

.header_logo .logo svg .st0 {
    fill: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_logo .logo svg .st1 {
    fill: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_logo .logo svg .st2 {
    fill: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.scrolled .header_logo .logo svg .st0 {
    fill: #f39700;
}

.scrolled .header_logo .logo svg .st1 {
    fill: #006BB4;
}

.scrolled .header_logo .logo svg .st2 {
    fill: #333333;
}

.header_logo .slogan {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 160px;
    height: 30px;
    margin: 0 0.8rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1201px) {
    .header_logo .slogan {
        width: 107px;
        height: 20px;
        margin: 0 10px;
    }
}

.header_logo .slogan svg {
    width: 100%;
    height: 100%;
    color: #ddd;
}

.scrolled .header_logo .slogan svg {
    color: #666;
}

.header_logo .phone {
    font-size: 1.2rem;
    line-height: 0.8em;
    white-space: nowrap;
    color: #c40f23;
}

@media (max-width: 1288px) {
    .header_logo .phone {
        font-size: 1rem;
    }
}

@media (max-width: 668px) {
    .header_logo .phone {
        display: none;
    }
}

.scrolled .header_logo .phone {
    color: #c40f23;
}

.header_nav {
    margin-left: auto;
    margin-right: 2.2rem;
}

@media (max-width: 1440px) {
    .header_nav {
        margin-right: 2.4rem;
    }
}

@media (max-width: 1201px) {
    .header_nav {
        display: none;
    }
}

.header_nav&gt;ul {
    margin: 0 -1rem;
    padding: 0;
    list-style: 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;
}

@media (max-width: 1681px) {
    .header_nav&gt;ul {
        margin: 0 -0.6rem;
    }
}

.header_nav&gt;ul&gt;li {
    padding: 0 1rem;
    position: relative;
}

@media (max-width: 1681px) {
    .header_nav&gt;ul&gt;li {
        padding: 0 0.6rem;
    }
}

.header_nav&gt;ul&gt;li&gt;a span {
    font-size: 18px;
    line-height: 90px;
    color: #333;
    white-space: nowrap;
}

.scrolled .header_nav&gt;ul&gt;li&gt;a span {
    color: #333;
    line-height: 70px;
}

@media (max-width: 1681px) {
    .header_nav&gt;ul&gt;li&gt;a span {
        font-size: 16px;
    }
}

@media (max-width: 1380px) {
    .header_nav&gt;ul&gt;li&gt;a span {
        font-size: 14px;
    }
}

.header_nav&gt;ul&gt;li .sub {
    display: none;
    min-width: 100%;
    position: absolute;
    left: 50%;
    top: 90px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
}

.scrolled .header_nav&gt;ul&gt;li .sub {
    top: 70px;
}

.header_nav&gt;ul&gt;li .sub&gt;ul {
    margin: 0;
    padding: 10px;
    list-style: none;
    position: relative;
    background-color: rgba(4, 40, 126, 0.9);
}

.header_nav&gt;ul&gt;li .sub&gt;ul::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 6px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #c40f23 transparent;
    border-top: none;
    position: absolute;
    left: 50%;
    top: -6px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.header_nav&gt;ul&gt;li .sub&gt;ul&gt;li {
    display: block;
    text-align: center;
}

.header_nav&gt;ul&gt;li .sub&gt;ul&gt;li&gt;a {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    font-size: 15px;
    line-height: 34px;
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .header_nav&gt;ul&gt;li .sub&gt;ul&gt;li&gt;a {
        font-size: 13px;
    }
}

.header_nav&gt;ul&gt;li .sub&gt;ul&gt;li&gt;a::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    line-height: 1px;
    background-color: #fff;
    opacity: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.header_nav&gt;ul&gt;li .sub&gt;ul&gt;li&gt;a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.header_nav&gt;ul&gt;li .sub&gt;ul&gt;li&gt;a:hover::after {
    width: 100%;
    left: 0;
    opacity: 0.7;
}

.header_nav&gt;ul&gt;li.cur&gt;a span, .header_nav&gt;ul&gt;li.on&gt;a span {
    font-weight: bold;
}

@media (max-width: 1201px) {
    .header_icons {
        margin-left: auto;
        margin-right: 40px;
    }
}

@media (max-width: 668px) {
    .header_icons {
        margin-right: 30px;
    }
}

.header_icons&gt;ul {
    margin: 0 -0.8rem;
    padding: 0;
    list-style: 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;
}

@media (max-width: 1201px) {
    .header_icons&gt;ul {
        margin: 0 -10px;
    }
}

@media (max-width: 668px) {
    .header_icons&gt;ul {
        margin: 0 -5px;
    }
}

.header_icons&gt;ul&gt;li {
    height: 26px;
    padding: 0 0.8rem;
}

@media (max-width: 1201px) {
    .header_icons&gt;ul&gt;li {
        padding: 0 10px;
    }
}

@media (max-width: 668px) {
    .header_icons&gt;ul&gt;li {
        padding: 0 5px;
    }
}

.header_icons&gt;ul&gt;li button {
    width: 26px;
    height: 26px;
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    outline: 0;
}

.header_icons&gt;ul&gt;li button svg {
    width: 100%;
    height: 100%;
    color: #fff;
}

.header_icons&gt;ul&gt;li button svg path {
    fill: #333;
}

.scrolled .header_icons&gt;ul&gt;li button svg path {
    fill: #333;
}

.header_icons_wechat .qr_box {
    display: none;
    width: 100px;
    position: absolute;
    left: 50%;
    top: 30px;
    z-index: 2;
    margin-left: -50px;
}

.header_icons_wechat .qr_box img {
    width: 100%;
}

.header_icons_wechat .qr_box span {
    display: block;
    text-align: center;
    background-color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5px;
}

.header_icons_wechat:hover .qr_box {
    display: block;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.footer {
    background-color: #333;
    color: #fff;
    background: url(../image/footer.jpg) no-repeat center;
    background-size: cover;
}
.footer_top{
    position: relative;
}
.footer_top:after{content:'';width:80px;right:0;top: 0;position: absolute;height: 100%;background: #222;}
.footer_title{
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_title .title{
    font-size: 24px;
}
.footer_title .index_aboutmore{}
.footer_top_slogan {
    display: block;
    padding: 50px 0 30px;
    font-size: 1.4rem;
    line-height: 1.5em;
    font-weight: lighter;
    border-bottom: 1px dashed rgba(255,255,255,0.1);
    margin-bottom: 30px;
}

@media (max-width: 1440px) {
    .footer_top_slogan {
        /* padding: 3.2rem 0; */
    }
}

.footer_top_inner {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 1.8;
    justify-content: space-between;
    background: #222;
    padding: 80px 50px;
}

@media (max-width: 1440px) {
    .footer_top_inner {
        font-size: 14px;
        padding-bottom: 2rem;
    }
}

@media (max-width: 668px) {
    .footer_top_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.footer_top_inner h3.t {
    display: block;
    margin: 0 0 20px;
    padding: 0;
    font-size: 20px;
    white-space: nowrap;
}

.footer_top_contact {
    width: auto;
    max-width: 360px;
}

@media (max-width: 968px) {
    .footer_top_contact {
        margin-right: 20px;
    }
}

@media (max-width: 668px) {
    .footer_top_contact {
        width: 100%;
        margin: 0 0 20px;
    }
}

.footer_top_contact .txt {
    margin-bottom: 50px;
    line-height: 2.4;
}
.footer_top_share{width: auto;display: flex;}
.footer_top_share li{
    list-style: none;
    margin-right: 10px;
}
.footer_top_share li img{}

@media (max-width: 668px) {
    .footer_top_contact .txt {
        margin-bottom: 20px;
    }
}

.footer_top_contact .txt a {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer_top_contact .txt a:hover {
    opacity: 0.6;
}

.footer_top_nav {
    margin-left: 0;
}
.footer_top_nav:nth-child(3),.footer_top_nav:nth-child(4){display:none;}

@media (max-width: 1380px) {
    .footer_top_nav {
        margin-left: 1.6rem;
    }
}

@media (max-width: 1201px) {
    .footer_top_nav {
        margin-left: 20px;
    }
}

@media (max-width: 968px) {
    .footer_top_nav {
        display: none;
    }
}

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

.footer_top_nav ul&gt;li {
    display: block;
    line-height: 1.8;
}

.footer_top_nav ul&gt;li.home {
    display: none;
}

.footer_top_nav ul&gt;li a {
    color: #fff;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.8;
}

.footer_top_nav ul&gt;li a:hover {
    opacity: 1;
}

.footer_top_nav ul&gt;li .sub {
    display: none;
}

.footer_top_message {
    margin-left: auto;
    width: 16rem;
    margin-left: 0;
}

@media (max-width: 1681px) {
    .footer_top_message {
        /* width: 26rem; */
    }
}

@media (max-width: 968px) {
    .footer_top_message {
        width: 100%;
    }
}

@media (max-width: 668px) {
    .footer_top_message {
        margin-top: 20px;
    }
}

.footer_top_message div.wpcf7-response-output {
    margin: 0 !important;
    font-size: 12px;
    color: #fff;
    border-width: 1px !important;
}

.footer_top_message .message_form {
    padding: 0 0;
    overflow: hidden;
}

@media (max-width: 668px) {
    .footer_top_message .message_form {
        padding: 20px 0 0;
    }
}

.footer_top_message .message_form&gt;ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1440px) {
    .footer_top_message .message_form&gt;ul {
        margin: 0 -1.2rem;
    }
}

.footer_top_message .message_form&gt;ul&gt;li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
}

@media (max-width: 1440px) {
    .footer_top_message .message_form&gt;ul&gt;li {
        padding: 0 1.2rem;
        margin-top: 1.2rem;
    }
}

@media (max-width: 668px) {
    .footer_top_message .message_form&gt;ul&gt;li {
        width: 100%;
        margin: 0 0 20px;
    }
}

.footer_top_message .message_form&gt;ul&gt;li input[type=text], .footer_top_message .message_form&gt;ul&gt;li input[type=tel], .footer_top_message .message_form&gt;ul&gt;li input[type=email] {
    width: 100%;
    line-height: 30px;
    padding: 0;
    outline: 0;
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    background: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_top_message .message_form&gt;ul&gt;li input[type=text]::-webkit-input-placeholder, .footer_top_message .message_form&gt;ul&gt;li input[type=tel]::-webkit-input-placeholder, .footer_top_message .message_form&gt;ul&gt;li input[type=email]::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li input[type=text]::-moz-placeholder, .footer_top_message .message_form&gt;ul&gt;li input[type=tel]::-moz-placeholder, .footer_top_message .message_form&gt;ul&gt;li input[type=email]::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li input[type=text]:-moz-placeholder, .footer_top_message .message_form&gt;ul&gt;li input[type=tel]:-moz-placeholder, .footer_top_message .message_form&gt;ul&gt;li input[type=email]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li input[type=text]:-ms-input-placeholder, .footer_top_message .message_form&gt;ul&gt;li input[type=tel]:-ms-input-placeholder, .footer_top_message .message_form&gt;ul&gt;li input[type=email]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li input[type=text]:focus, .footer_top_message .message_form&gt;ul&gt;li input[type=tel]:focus, .footer_top_message .message_form&gt;ul&gt;li input[type=email]:focus {
    border-color: #c5c5c5;
}

.footer_top_message .message_form&gt;ul&gt;li textarea {
    width: 100%;
    height: 80px;
    line-height: 30px;
    padding: 0;
    outline: 0;
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    background: none;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_top_message .message_form&gt;ul&gt;li textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li textarea::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

@media (max-width: 668px) {
    .footer_top_message .message_form&gt;ul&gt;li textarea {
        box-shadow: none;
    }
}

.footer_top_message .message_form&gt;ul&gt;li textarea:focus {
    border-color: #c5c5c5;
}

.footer_top_message .message_form&gt;ul&gt;li span.wpcf7-form-control-wrap {
    display: block;
    position: relative;
}

.footer_top_message .message_form&gt;ul&gt;li .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #ffb900;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer_top_message .message_form&gt;ul&gt;li span[role=alert] {
    width: 100%;
    color: #c40f23;
    line-height: 20px;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.footer_top_message .message_form&gt;ul&gt;li div.wpcf7-validation-errors, .footer_top_message .message_form&gt;ul&gt;li div.wpcf7-acceptance-missing {
    border: 1px solid #c40f23;
}

.footer_top_message .message_form&gt;ul&gt;li div.wpcf7-mail-sent-ok {
    background-color: rgba(197, 197, 197, 0.3);
}

.footer_top_message .message_form&gt;ul&gt;li div.wpcf7-response-output {
    margin: 10px 0;
    font-size: 12px;
    color: #333;
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 0;
}

@media (max-width: 668px) {
    .footer_top_message .message_form&gt;ul&gt;li.item_submit {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha {
    width: 100%;
    max-width: 225px;
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 668px) {
    .footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha {
        width: 45%;
        height: 40px;
        margin-right: 5%;
    }
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha .wpcf7-captchac {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha input[type=text] {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0;
    outline: 0;
    font-size: 14px;
    color: #999;
    border: none;
    background: none;
    border-radius: 0;
    font-weight: lighter;
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha input[type=text]::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha input[type=text]::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha input[type=text]:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha input[type=text]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
    font-size: 14px;
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha input[type=text]:focus {
    border-color: #c5c5c5;
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .captcha .wpcf7-not-valid-tip {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .submit {
    width: 100%;
    max-width: 160px;
    position: relative;
}

@media (max-width: 668px) {
    .footer_top_message .message_form&gt;ul&gt;li.item_submit .submit {
        max-width: 45%;
        margin-left: 5%;
    }
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .submit .wpcf7-submit {
    width: 100%;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    outline: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 668px) {
    .footer_top_message .message_form&gt;ul&gt;li.item_submit .submit .wpcf7-submit {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .submit .wpcf7-submit:hover {
    background: #c40f23;
    color: #fff;
    /* border-color: #c40f23; */
    background: linear-gradient(to right,#de5655,#c40f23,#c40f23);
}

.footer_top_message .message_form&gt;ul&gt;li.item_submit .submit .ajax-loader {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer_copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 50px;
    background: #222;
    font-size: 14px;
    line-height: 2em;
    font-weight: lighter;
    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;
}

@media (max-width: 668px) {
    .footer_copyright {
        padding-bottom: 70px;
        -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;
        text-align: center;
        font-size: 12px;
        font-weight: normal;
    }
}

.footer_copyright p {
    margin: 0;
}

.footer_copyright br {
    display: none;
}

@media (max-width: 668px) {
    .footer_copyright br {
        display: block;
    }
}

.footer_copyright a {
    color: #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer_copyright a:hover {
    opacity: 0.6;
}

.footer_copyright a.ichengxiang {
    margin-left: 0.4rem;
    opacity: 0.5;
}

@media (max-width: 668px) {
    .footer_copyright a.ichengxiang {
        margin-left: 0;
    }
}

.footer_copyright a.ichengxiang:hover {
    opacity: 1;
}

.n_banner {
    position: relative;
}

.n_banner_txt {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.n_banner_txt .t {
    font-size: 1.84rem;
    line-height: 1em;
    font-weight: normal;
}

@media (max-width: 1440px) {
    .n_banner_txt .t {
        font-size: 1.44rem;
    }
}

@media (max-width: 668px) {
    .n_banner_txt .t {
        font-size: 18px;
        font-weight: bold;
    }
}

.n_banner_txt .des {
    max-width: 47.2rem;
    margin: 20px auto 0;
    color: #fff;
    font-weight: 300;
}

@media (max-width: 668px) {
    .n_banner_txt .des {
        font-size: 13px;
    }
}

.n_banner img {
    width: 100%;
}

.n_banner_detail img {
    height: 16rem;
    object-fit: cover;
}

.sub_nav {
    padding-top: 40px;
    padding-bottom: 10px;
}

@media (max-width: 1440px) {
    .sub_nav {
        padding-top: 3.2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 668px) {
    .sub_nav {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.sub_nav&gt;.inner&gt;ul {
    margin: 0 -1.2rem;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sub_nav&gt;.inner&gt;ul&gt;li {
    padding: 0 1.2rem;
    font-size: 20px;
    color: #000;
}

.sub_nav&gt;.inner&gt;ul&gt;li a {
    font-size: 20px;
    line-height: 1em;
    color: #333;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

@media (max-width: 1440px) {
    .sub_nav&gt;.inner&gt;ul&gt;li a {
        font-size: 1.2rem;
    }
}

@media (max-width: 668px) {
    .sub_nav&gt;.inner&gt;ul&gt;li a {
        font-size: 15px;
        font-weight: bold;
    }
}

.sub_nav&gt;.inner&gt;ul&gt;li.current-cat a {
    color: #333;
}

@media only screen and (max-width: 1400px) and (min-width: 1280px) {
    .ywk-header .ywk-content {
        /* width: 96%; */
    }

    .ywk-header-nav li {
        padding: 0 15px;
    }

    .ywk-header-nav {
        /* margin-left: 5%; */
    }

    .ywk-index-banner .text .title-2 {
        font-size: 36px;
    }

    .banner-title h2,.ywk-title h2 {
        font-size: 40px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
    .ywk-header .ywk-content {
        /* width: 96%; */
    }

    .ywk-header-nav li {
        padding: 0 10px;
    }

    .ywk-header-nav {
        /* margin-left: 35%; */
    }

    .ywk-index-banner .text .title-2 {
        font-size: 30px;
    }

    .ywk-header-right-link {
        display: none;
    }

    .index_products_slide a .txt&gt;.inner {
        width: 250px;
    }
	.index_quality_slide a .txt&gt;.inner {
	    width: 250px;
	}

    .banner-title h2,.ywk-title h2 {
        font-size: 32px;
        line-height: 32px;
    }

    .ywk-about-certifications-awards {
        width: 94%:
    }
}

@media only screen and (max-width: 1023px) and (min-width: 769px) {
    .ywk-header .ywk-content {
        /* width: 96%; */
    }

    .ywk-header-nav li {
        padding: 0 20px;
    }

    .ywk-header-nav {
        /* margin-left: 20%; */
    }

    .ywk-index-banner .text .title-2 {
        font-size: 24px;
    }

    .ywk-header-right-link {
        display: none;
    }

    .index_products_slide a .txt&gt;.inner {
        width: 200px;
    }
	.index_quality_slide a .txt&gt;.inner {
	    width: 200px;
	}

    .ywk-stock-code,.ywk-index-banner-scroll {
        display: none;
    }

    .ywk-index-banner {
        /* margin-top: 90px; */
    }

    .banner-title h2,.ywk-title h2 {
        font-size: 26px;
        line-height: 26px;
    }

    .ywk-about-certifications-awards {
        width: 94%:
    }

    .ywk-envicool-introduction .pic {
        display: none;
    }

    .ywk-envicool-introduction .ywk-left {
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .index_products_slide a .img img {
        height: 100%;
        width: auto;
    }

    .ywk-header-right-language {
        display: none;
    }

    .ywk-logo a {
        width: auto;
        height: 40px;
    }

    .ywk-index-banner {
        margin-top: 0;
    }

    .ywk-index-banner-scroll {
        display: none;
    }

    .ywk-index-banner .ywk-index-banner-container.left .text {
        width: 40%;
        transform: translate(-115%,-50%)!important;
    }

    .ywk-index-banner .text .viewmore {
        display: none;
    }

    .ywk-index-banner .text .title-2 {
        font-size: 16px;
    }

    .ywk-index-banner .text .line-3 {
        display: none;
    }

    .ywk-index-banner .text .text-4 span {
        margin-top: 8px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }

    .banner-title h2,.ywk-title h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .ywk-about-certifications-awards {
        width: 94%:
    }

    .ywk-envicool-introduction .pic {
        display: none;
    }

    .ywk-envicool-introduction .ywk-left {
        width: 90%;
    }

    .intro_history_for .item .txt p {
        margin: 0px;
    }

    .network-item {
        flex: 0 0 100%;
    }
	
	.infobar&gt;ul{display:block;line-height: 1.5;}
	.mobile-nav li .mo2j{display:none;width: 100%;padding: 0px 0 0px 25px;}
	
	.mobile-nav li a{background:none;color: #fff;opacity: 1;}
	.mobile-nav li:nth-child(3) a{/* background: url(../image/jt3.png) right center no-repeat; *//* pointer-events: none; */}
	.mobile-nav li.cur:nth-child(3) a{margin-bottom:20px}
	.mobile-nav li.cur:nth-child(3) .mo2j{display:block;}
	.mobile-nav li .mo2j .mo2jli a{background: none;margin-bottom:0;pointer-events: all;}
}
</pre></body></html>