html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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: 1px 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 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    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
}

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-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>.caret,
    .dropup>.btn>.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
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

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

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff
}

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

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

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: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .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 #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    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
}

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

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover,
a.text-info:focus {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

@media (max-width: 767px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        margin: auto;
    }
}

@media (max-width: 575px) {
    .container {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 936px
    }
}

@media (min-width: 1260px) {
    .container {
        max-width: 1200px
    }
}

@media (min-width: 1680px) {
    .container {
        max-width: 1440px
    }
}

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 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: 576px) {

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

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

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

@media (min-width: 1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-pull-11 {
        right: 91.66666667%
    }

    .col-xl-pull-10 {
        right: 83.33333333%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-8 {
        right: 66.66666667%
    }

    .col-xl-pull-7 {
        right: 58.33333333%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-5 {
        right: 41.66666667%
    }

    .col-xl-pull-4 {
        right: 33.33333333%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-2 {
        right: 16.66666667%
    }

    .col-xl-pull-1 {
        right: 8.33333333%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-push-11 {
        left: 91.66666667%
    }

    .col-xl-push-10 {
        left: 83.33333333%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-8 {
        left: 66.66666667%
    }

    .col-xl-push-7 {
        left: 58.33333333%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-5 {
        left: 41.66666667%
    }

    .col-xl-push-4 {
        left: 33.33333333%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-2 {
        left: 16.66666667%
    }

    .col-xl-push-1 {
        left: 8.33333333%
    }

    .col-xl-push-0 {
        left: auto
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

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

th {
    text-align: left
}

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

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

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

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

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

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

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

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

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

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

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .table-responsive>.table {
        margin-bottom: 0
    }

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

    .table-responsive>.table-bordered {
        border: 0
    }

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

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

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

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

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

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

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

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

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: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    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;
    -o-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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    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: #999;
    opacity: 1
}

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

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

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

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

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

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@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 label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

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

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

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

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

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
}

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

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

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

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

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

.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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

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

.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;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

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

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

.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>.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 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

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

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

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

.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;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    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: #333;
    text-decoration: none
}

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

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

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

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

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

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.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: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

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

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

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

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

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

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

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

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

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

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

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

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

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

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

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

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

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

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

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

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

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

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

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

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

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

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

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

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

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

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

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

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

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

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

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

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

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    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: #777;
    text-decoration: none
}

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

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

.btn-xs {
    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%
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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 {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: 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: 575px) {
    .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: 575px) {
    .visible-xs-block {
        display: block !important
    }
}

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

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

@media (min-width: 576px) and (max-width: 767px) {
    .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: 576px) and (max-width: 767px) {
    .visible-sm-block {
        display: block !important
    }
}

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

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

@media (min-width: 768px) and (max-width: 991px) {
    .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: 768px) and (max-width: 991px) {
    .visible-md-block {
        display: block !important
    }
}

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

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

@media (min-width: 992px) and (max-width: 1199px) {
    .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: 992px) and (max-width: 1199px) {
    .visible-lg-block {
        display: block !important
    }
}

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

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

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

    table.visible-xl {
        display: table !important
    }

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

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

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

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

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

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

    table.visible-xl {
        display: table !important
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .hidden-xl {
        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
    }
}

@charset "UTF-8";

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

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

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

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

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

@-webkit-keyframes flash {

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

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

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

    25%,
    75% {
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

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

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }

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

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

    30% {
        -webkit-transform: scaleX(1.25) scaleY(0.75);
        -ms-transform: scaleX(1.25) scaleY(0.75);
        transform: scaleX(1.25) scaleY(0.75)
    }

    40% {
        -webkit-transform: scaleX(0.75) scaleY(1.25);
        -ms-transform: scaleX(0.75) scaleY(1.25);
        transform: scaleX(0.75) scaleY(1.25)
    }

    60% {
        -webkit-transform: scaleX(1.15) scaleY(0.85);
        -ms-transform: scaleX(1.15) scaleY(0.85);
        transform: scaleX(1.15) scaleY(0.85)
    }

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

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

@-webkit-keyframes shake {

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

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

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

@keyframes shake {

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

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

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }

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

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

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        transform: rotate(15deg)
    }

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

    60% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

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

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

.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 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

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

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

    10%,
    20% {
        -webkit-transform: scale(0.9) rotate(-3deg);
        -ms-transform: scale(0.9) rotate(-3deg);
        transform: scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        -ms-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        -ms-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }

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

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

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

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

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

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

    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        -ms-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        -ms-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        -ms-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        -ms-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        -ms-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }

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

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

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

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

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

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05)
    }

    70% {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

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

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

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

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

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

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    80% {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

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

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

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

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

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }

    80% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px)
    }

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

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

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

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

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px)
    }

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

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

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

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

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

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    80% {
        -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }

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

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

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

    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

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

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

    25% {
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

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

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

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

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

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

    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

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

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

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

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

    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

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

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

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

    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

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

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

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

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

    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

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

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

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

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

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

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

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

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

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

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

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

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }

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

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

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

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

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

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

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

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

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }

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

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

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

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

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

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

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

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

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

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

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

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

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

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

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

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

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

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

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

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

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

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

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

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

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

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

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

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

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

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

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

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

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

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

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

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

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

    100% {
        -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

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

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

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

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

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        -ms-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        -ms-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateX(0deg);
        -ms-transform: perspective(400px) rotateX(0deg);
        transform: perspective(400px) rotateX(0deg);
        opacity: 1
    }
}

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

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

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

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

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        -ms-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }

    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        -ms-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }

    100% {
        -webkit-transform: perspective(400px) rotateY(0deg);
        -ms-transform: perspective(400px) rotateY(0deg);
        transform: perspective(400px) rotateY(0deg);
        opacity: 1
    }
}

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

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

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

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

    100% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        -ms-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

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

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

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

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

    100% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        -ms-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

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

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

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

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

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

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

    80% {
        -webkit-transform: translateX(0%) skewX(-15deg);
        -ms-transform: translateX(0%) skewX(-15deg);
        transform: translateX(0%) skewX(-15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }
}

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

@-webkit-keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

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

@keyframes lightSpeedOut {
    0% {
        -webkit-transform: translateX(0%) skewX(0deg);
        -ms-transform: translateX(0%) skewX(0deg);
        transform: translateX(0%) skewX(0deg);
        opacity: 1
    }

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

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

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

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        opacity: 1
    }
}

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

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

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

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

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

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

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

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

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

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

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

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
}

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

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

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

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

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

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

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

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

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }

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

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

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

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

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }

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

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

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }

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

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }

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

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

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

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

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

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

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

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

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

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

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

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

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

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

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

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

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

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

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

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }

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

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

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

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

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

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

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

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

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

    40% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

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

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

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

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

    40% {
        -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: rotate(60deg) translateY(0);
        -ms-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(700px);
        -ms-transform: translateY(700px);
        transform: translateY(700px);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }
}

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

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0px) rotate(0deg);
        -ms-transform: translateX(0px) rotate(0deg);
        transform: translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        -ms-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-48px);
        -ms-transform: scale(.475) translateX(-48px);
        transform: scale(.475) translateX(-48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

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

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

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

    100% {
        opacity: 0
    }
}

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

    50% {
        opacity: 0;
        -webkit-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3)
    }

    100% {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(-60px);
        -ms-transform: scale(.475) translateY(-60px);
        transform: scale(.475) translateY(-60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(2000px);
        -ms-transform: scale(.1) translateY(2000px);
        transform: scale(.1) translateY(2000px);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(42px);
        -ms-transform: scale(.475) translateX(42px);
        transform: scale(.475) translateX(42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(-42px);
        -ms-transform: scale(.475) translateX(-42px);
        transform: scale(.475) translateX(-42px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(2000px);
        -ms-transform: scale(.1) translateX(2000px);
        transform: scale(.1) translateX(2000px);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top
    }
}

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

@font-face {
    font-display: swap;
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

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

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

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

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

#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 500px;
}

#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}

#jquery-lightbox a img {
    border: none;
}

#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 50% !important;
    height: 50% !important;
    margin: 0 auto;
}

#lightbox-container-image-box img {
    max-width: 100%
}

#lightbox-container-image {
    padding: 10px;
    min-height: 400px;
}

#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}

#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
    left: 0;
}

#lightbox-nav a {
    outline: none;
}

#lightbox-nav-btnPrev,
#lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}

#lightbox-nav-btnPrev {
    left: 0;
    float: left;
    background: url(../image/lightbox-btn-prev.gif) no-repeat;
}

#lightbox-nav-btnNext {
    right: 0;
    float: right;
    background: url(../image/lightbox-btn-next.gif) no-repeat;
}

#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 50% !important;
    padding: 0 10px 0;
}

#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}

#lightbox-image-details-caption {
    font-weight: bold;
}

#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
    width: 20px;
    float: right;
    padding-bottom: 0.7em;
    background: transparent url(../image/lightbox-btn-close.gif) no-repeat;
    line-height: 22px;
    height: 22px;
}

div.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.jqzoom {
    cursor: pointer;
    position: relative;
}

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

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

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

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

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

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

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

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

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

.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;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

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

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

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

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

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

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

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

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

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

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

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

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

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

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

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

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

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

.swiper-button-lock {
    display: none
}

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

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

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

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

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

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

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

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

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

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -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>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

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

.swiper-container-vertical>.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>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

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

.swiper-container-horizontal>.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>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

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

.swiper-pagination-progressbar {
    background: rgba(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>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

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

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

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    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-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

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

.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;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

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

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

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

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

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

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

.swiper-container-flip {
    overflow: visible
}

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

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

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

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

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

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    outline: none;
    height: 100%;
    min-height: 1px;
}

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

@charset 'UTF-8';

.slick-loading .slick-list {
    background: #fff url("") center center no-repeat;
}

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

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: 'â†';
}

[dir='rtl'] .slick-prev:before {
    content: 'â†’';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: 'â†’';
}

[dir='rtl'] .slick-next:before {
    content: 'â†';
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

img[lazyload="1"] {
    background-color: #f0f1f2;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font-weight: normal;
    color: #333;
    font-size: 14px;
    font-family: 'Microsoft Yahei', "å¾®è½¯é›…é»‘", "å®‹ä½“", "Arial", HELVETICA;
    position: relative;
}

body {
    -webkit-font-smoothing: antialiased;
}

td,
th {
    padding: 4px;
}

input,
textarea {
    border: 1px #ccc solid;
    background: #ffffff;
    outline: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #868585;
}

.clear {
    clear: both;
    overflow: hidden;
}

.rt {
    float: right;
}

.lf {
    float: left;
}

.ellipsis_one {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}

.ellipsis_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ellipsis_three {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.ellipsis_four {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

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

.box-sizing {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.detail_editor img {
    max-width: 100%
}

.word_break {
    word-wrap: break-word;
    word-break: break-all;
}

.img-fluid {
    max-width: 100%;
    display: block;
    margin: auto;
}

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

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.maodian_anchor_forlink {
    position: absolute;
    top: -130px;
}

div[contenteditable="false"] {
    display: none !important
}

@font-face {
    font-family: 'SourceHanSansSC-Normal-en';
    src: url('../fonts/SourceHanSansSC-Normal.subset.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceHanSansTC-Light-en';
    src: url('../fonts/SourceHanSansTC-Light.subset.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceHanSansTC-Medium-en';
    src: url('../fonts/SourceHanSansTC-Medium.subset.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: pangmenzhengdaoregular;
    src: url('../fonts/pangmenzhengdaoregular.eot');
    src: url('../fonts/pangmenzhengdaoregular.eot?#iefix') format('embedded-opentype'), url('../fonts/pangmenzhengdaoregular.woff2') format('woff2'), url('../fonts/pangmenzhengdaoregular.woff') format('woff'), url('../fonts/pangmenzhengdaoregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lenovo-XiaoxinHeiGB-Regular';
    src: url('../fonts/Lenovo-XiaoxinHeiGB Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lenovo-XiaoxinHeiGB-Bold';
    src: url('../fonts/Lenovo-XiaoxinHeiGB Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'xinyiLOGO';
    src: url('../fonts/xinyiLOGO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa-Bold';
    src: url('../fonts/Comfortaa-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goldman-Bold';
    src: url('../fonts/goldman-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Teko-semi-Bold';
    src: url('../fonts/teko-semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Black';
    src: url('../fonts/Montserrat-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy_Light';
    src: url('../fonts/Gilroy_Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Deca';
    src: url('../fonts/lexenddeca.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun-Bold';
    src: url('../fonts/sarabun-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sarabun-Light';
    src: url('../fonts/sarabun-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Comfortaa-variable';
    src: url('../fonts/comfortaa-variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'minion-bold';
    src: url('../fonts/minion-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito-Bold';
    src: url('../fonts/Nunito-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('../fonts/Rubik-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'pfj';
    src: url('../fonts/pfj.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Raleway-Bold';
    src: url('../fonts/Raleway-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: dfpheiw5;
    src: url('../fonts/dfpheiw5.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: NunitoLight;
    src: url('../fonts/NunitoLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: AlibabaPuHuiTiBold;
    src: url('../fonts/AlibabaPuHuiTi-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: PingFangSC;
    src: url('../fonts/PingFangSC.subset.ttf') format('truetype'), url('../fonts/PingFangSC.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: PingFangSCBold;
    src: url('../fonts/PingFangSCBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: calibrii;
    src: url('../fonts/calibrii.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: AlteHaasGroteskBold;
    src: url('../fonts/AlteHaasGroteskBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: AlteHaasGroteskRegular;
    src: url('../fonts/AlteHaasGroteskRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Gats;
    src: url('../fonts/Gats.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Comfortaa;
    src: url('../fonts/Comfortaa.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: WorkSansSemiBold;
    src: url('../fonts/WorkSans-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: QuattrocentoSans;
    src: url('../fonts/QuattrocentoSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: OswaldMedium;
    src: url('../fonts/Oswald-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: OswaldRegular;
    src: url('../fonts/Oswald-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: VisbyCFBold;
    src: url('../fonts/VisbyCF-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: AbelRegular;
    src: url('../fonts/Abel-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: MuktaVaani;
    src: url('../fonts/MuktaVaani-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: AlegreyaSansSCBold;
    src: url('../fonts/AlegreyaSansSC-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: AlegreyaSansSC-Bold;
    src: url('../fonts/gtwalsheimproregular.eot');
    src: url('../fonts/gtwalsheimproregular.eot?#iefix') format('embedded-opentype'), url('../fonts/gtwalsheimproregular.woff2') format('woff2'), url('../fonts/gtwalsheimproregular.woff') format('woff'), url('../fonts/gtwalsheimproregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: dinregular;
    src: url('../fonts/dinregular.eot');
    src: url('../fonts/dinregular.eot?#iefix') format('embedded-opentype'), url('../fonts/dinregular.woff2') format('woff2'), url('../fonts/dinregular.woff') format('woff'), url('../fonts/dinregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: nunito-regular;
    src: url('../fonts/nunito-regular.eot');
    src: url('../fonts/nunito-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/nunito-regular.woff2') format('woff2'), url('../fonts/nunito-regular.woff') format('woff'), url('../fonts/nunito-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: din-bold;
    src: url('../fonts/din-bold.eot');
    src: url('../fonts/din-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/din-bold.woff2') format('woff2'), url('../fonts/din-bold.woff') format('woff'), url('../fonts/din-bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: DINPro-Medium;
    src: url('../fonts/DINPro-Medium.eot');
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DINPro-Medium.woff2') format('woff2'), url('../fonts/DINPro-Medium.woff') format('woff'), url('../fonts/DINPro-Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins.eot');
    src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: Merriweather;
    src: url('../fonts/Merriweather-Regular.eot');
    src: url('../fonts/Merriweather-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Merriweather-Regularins.woff2') format('woff2'), url('../fonts/Merriweather-Regular.woff') format('woff'), url('../fonts/Merriweather-Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: poppins-bold;
    src: url('../fonts/poppins-bold.eot');
    src: url('../fonts/poppins-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-bold.woff2') format('woff2'), url('../fonts/poppins-bold.woff') format('woff'), url('../fonts/poppins-bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: ralewaythin;
    src: url('../fonts/raleway-webfont.eot');
    src: url('../fonts/raleway-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-webfont.woff2') format('woff2'), url('../fonts/raleway-webfont.woff') format('woff'), url('../fonts/raleway-webfont.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: SourceHanSerifCN-Regular;
    src: url('../fonts/SourceHanSerifCN-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rajdhaniregular';
    src: url('../fonts/rajdhani-regular.eot');
    src: url('../fonts/rajdhani-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/rajdhani-regular.woff2') format('woff2'), url('../fonts/rajdhani-regular.woff') format('woff'), url('../fonts/rajdhani-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rajdhanibold';
    src: url('../fonts/rajdhani-bold.eot');
    src: url('../fonts/rajdhani-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/rajdhani-bold.woff2') format('woff2'), url('../fonts/rajdhani-bold.woff') format('woff'), url('../fonts/rajdhani-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rajdhanilight';
    src: url('../fonts/Rajdhani-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rajdhanimedium';
    src: url('../fonts/Rajdhani-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'rajdhanisemibold';
    src: url('../fonts/Rajdhani-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'COUR';
    src: url('../fonts/COUR.eot');
    src: url('../fonts/COUR.eot?#iefix') format('embedded-opentype'), url('../fonts/COUR.otf') format('opentype'), url('../fonts/COUR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'COURBD';
    src: url('../fonts/COURBD.eot');
    src: url('../fonts/COURBD.eot?#iefix') format('embedded-opentype'), url('../fonts/COURBD.otf') format('opentype'), url('../fonts/COURBD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'COURBI';
    src: url('../fonts/COURBI.eot');
    src: url('../fonts/COURBI.eot?#iefix') format('embedded-opentype'), url('../fonts/COURBI.otf') format('opentype'), url('../fonts/COURBI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'COURI';
    src: url('../fonts/COURI.eot');
    src: url('../fonts/COURI.eot?#iefix') format('embedded-opentype'), url('../fonts/COURI.otf') format('opentype'), url('../fonts/COURI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OPENSANS';
    src: url('../fonts/OPENSANS.eot');
    src: url('../fonts/OPENSANS.eot?#iefix') format('embedded-opentype'), url('../fonts/OPENSANS.otf') format('opentype'), url('../fonts/OPENSANS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'KALAR';
    src: url('../fonts/KALAR.eot');
    src: url('../fonts/KALAR.eot?#iefix') format('embedded-opentype'), url('../fonts/KALAR.woff2') format('woff2'), url('../fonts/KALAR.woff') format('woff'), url('../fonts/KALAR.svg#karlaregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'playfair_displaybold';
    src: url('../fonts/playfairdisplay-bold-4-webfont.eot');
    src: url('../fonts/playfairdisplay-bold-4-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/playfairdisplay-bold-4-webfont.woff2') format('woff2'), url('../fonts/playfairdisplay-bold-4-webfont.woff') format('woff'), url('../fonts/playfairdisplay-bold-4-webfont.svg#playfair_displaybold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ubuntu_mono';
    src: url('../fonts/ubuntumono-r-webfont.eot');
    src: url('../fonts/ubuntumono-r-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/ubuntumono-r-webfont.woff2') format('woff2'), url('../fonts/ubuntumono-r-webfont.woff') format('woff'), url('../fonts/ubuntumono-r-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'akrobat';
    src: url('../fonts/akrobat-regular.eot');
    src: url('../fonts/akrobat-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/akrobat-regular.woff2') format('woff2'), url('../fonts/akrobat-regular.woff') format('woff'), url('../fonts/akrobat-regular.otf') format('opentype'), url('../fonts/akrobat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoppinsExtraLight';
    src: url('../fonts/poppins-extralight-webfont.eot');
    src: url('../fonts/poppins-extralight-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppins-extralight-webfont.woff2') format('woff2'), url('../fonts/poppins-extralight-webfont.woff') format('woff'), url('../fonts/poppins-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PoppinsThin';
    src: url('../fonts/poppinsthin-webfont.eot');
    src: url('../fonts/poppinsthin-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/poppinsthin-webfont.woff2') format('woff2'), url('../fonts/poppinsthin-webfont.woff') format('woff'), url('../fonts/poppinsthin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ralewaybold';
    src: url('../fonts/raleway-bold-webfont.eot');
    src: url('../fonts/raleway-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/raleway-bold-webfont.woff2') format('woff2'), url('../fonts/raleway-bold-webfont.woff') format('woff'), url('../fonts/raleway-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SourceHanSans-Regular';
    src: url('../fonts/SourceHanSans-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'oswaldmedium';
    src: url('../fonts/oswald-medium-webfont.eot');
    src: url('../fonts/oswald-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-medium-webfont.woff2') format('woff2'), url('../fonts/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'century_gothic';
    src: url('../fonts/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'NotoSansHans';
    src: url('../fonts/NotoSansHans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-bold-webfont.woff') format('woff'), url('../fonts/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'humnst777_blk_btblack';
    src: url('../fonts/humnst777_blk_bt_black-webfont.eot');
    src: url('../fonts/humnst777_blk_bt_black-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/humnst777_blk_bt_black-webfont.woff2') format('woff2'), url('../fonts/humnst777_blk_bt_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../fonts/lora-regular_1-webfont.eot');
    src: url('../fonts/lora-regular_1-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lora-regular_1-webfont.woff2') format('woff2'), url('../fonts/lora-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LoraBold';
    src: url('../fonts/lora-bold-webfont.eot');
    src: url('../fonts/lora-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lora-bold-webfont.woff2') format('woff2'), url('../fonts/lora-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Bold';
    src: url('../fonts/harmonyos_sans_bold-webfont.eot');
    src: url('../fonts/harmonyos_sans_bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/harmonyos_sans_bold-webfont.woff2') format('woff2'), url('../fonts/harmonyos_sans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HarmonyOS_Sans_Regular';
    src: url('../fonts/harmonyos_sans_regular-webfont.eot');
    src: url('../fonts/harmonyos_sans_regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/harmonyos_sans_regular-webfont.woff2') format('woff2'), url('../fonts/harmonyos_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'calibri';
    src: url('../fonts/calibri.woff2') format('woff2'), url('../fonts/calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'manrope_hawk_only';
    src: url('../fonts/manrope-thin-8.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'manrope_hawk_only';
    src: url('../fonts/manrope-light-4.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'manrope_hawk_only';
    src: url('../fonts/manrope-regular-6.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'manrope_hawk_only';
    src: url('../fonts/manrope-medium-5.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'manrope_hawk_only';
    src: url('../fonts/manrope-semibold-7.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'manrope_hawk_only';
    src: url('../fonts/manrope-bold-2.otf') format('opentype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'manrope_hawk_only';
    src: url('../fonts/manrope-extrabold-3.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlimamaAgileVF-Thin';
    src: url('../fonts/AlimamaAgileVF-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    src: url('../fonts/AlimamaShuHeiTi-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AlimamaAgileVF-Thin';
    src: url('../fonts/AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DingTalk Sans';
    src: url('../fonts/DingTalk Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DingTalk JinBuTi';
    src: url('../fonts/DingTalk JinBuTi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AbhayaLibre-Regular';
    src: url('../fonts/AbhayaLibre-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@charset "UTF-8";

#lang_ul li {
    padding-left: 25px;
    position: relative
}

#lang_ul li[data-count="English"]:before,
.language_ul_alone li[data-count="English"]::before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_en.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 3px
}

#lang_ul li[data-count="ä¸­æ–‡"]:before,
.language_ul_alone li[data-count="ä¸­æ–‡"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_cn.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Espanol"]:before,
.language_ul_alone li[data-count="Espanol"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_es.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="PortuguÃªs"]:before,
.language_ul_alone li[data-count="PortuguÃªs"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_pt.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Le franÃ§ais"]:before,
#lang_ul li[data-count="FranÃ§ais"]:before,
.language_ul_alone li[data-count="Le franÃ§ais"]:before,
.language_ul_alone li[data-count="FranÃ§ais"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_fr.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Ñ€ÑƒÑÑÐºÐ¸Ð¹"]:before,
.language_ul_alone li[data-count="Ñ€ÑƒÑÑÐºÐ¸Ð¹"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_ru.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="à¸ à¸²à¸©à¸²à¹„à¸—à¸¢"]:before,
.language_ul_alone li[data-count="à¸ à¸²à¸©à¸²à¹„à¸—à¸¢"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_th.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="lingua italiana"]:before,
#lang_ul li[data-count="Italiano"]:before,
.language_ul_alone li[data-count="lingua italiana"]:before,
.language_ul_alone li[data-count="Italiano"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_it.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Deutsch"]:before,
.language_ul_alone li[data-count="Deutsch"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_de.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Nederlands"]:before,
.language_ul_alone li[data-count="Nederlands"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_nl.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Hindi"]:before,
.language_ul_alone li[data-count="Hindi"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_hi.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="í•œêµ­ì–´"]:before,
.language_ul_alone li[data-count="í•œêµ­ì–´"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_ko.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="æ—¥æœ¬èªž"]:before,
.language_ul_alone li[data-count="æ—¥æœ¬èªž"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_ja.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="à¤¹à¤¿à¤¨à¥à¤¦à¥€"]:before,
.language_ul_alone li[data-count="à¤¹à¤¿à¤¨à¥à¤¦à¥€"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_hi.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Orang indonesia"]:before,
.language_ul_alone li[data-count="Orang indonesia"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_id.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="TÃ¼rk dili"]:before,
.language_ul_alone li[data-count="TÃ¼rk dili"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_tr.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="ÙØ§Ø±Ø³ÛŒ"]:before,
.language_ul_alone li[data-count="ÙØ§Ø±Ø³ÛŒ"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_fa.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Latine"]:before,
.language_ul_alone li[data-count="Latine"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_la.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Ø§Ù„Ø¹Ø±Ø¨ÙŠØ©"]:before,
.language_ul_alone li[data-count="Ø§Ù„Ø¹Ø±Ø¨ÙŠØ©"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_ar.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul li[data-count="Tiáº¿ng viá»‡t"]:before,
.language_ul_alone li[data-count="Tiáº¿ng viá»‡t"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_vi.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 2px
}

#lang_ul_mobile li[data-count="English"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_en.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 11px
}

#lang_ul_mobile li[data-count="ä¸­æ–‡"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_cn.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Espanol"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_es.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="PortuguÃªs"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_pt.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Le franÃ§ais"]:before,
#lang_ul_mobile li[data-count="FranÃ§ais"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_fr.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Ñ€ÑƒÑÑÐºÐ¸Ð¹"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_ru.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="lingua italiana"]:before,
#lang_ul_mobile li[data-count="Italiano"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_it.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Deutsch"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_de.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Nederlands"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_nl.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Hindi"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_hi.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="í•œêµ­ì–´"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_ko.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="æ—¥æœ¬èªž"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_ja.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="à¤¹à¤¿à¤¨à¥à¤¦à¥€"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_hi.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Orang indonesia"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_id.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="TÃ¼rk dili"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_tr.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="ÙØ§Ø±Ø³ÛŒ"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_fa.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Latine"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_la.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Ø§Ù„Ø¹Ø±Ø¨ÙŠØ©"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_ar.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="Tiáº¿ng viá»‡t"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_vi.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

#lang_ul_mobile li[data-count="à¸ à¸²à¸©à¸²à¹„à¸—à¸¢"]:before {
    content: '';
    display: table;
    width: 20px;
    height: 14px;
    background: url(../img/lang/ico_th.gif) no-repeat center;
    position: absolute;
    left: -5px;
    top: 8px
}

a[title='ç«™é•¿ç»Ÿè®¡'] {
    position: absolute;
    bottom: 0;
    right: 10px
}

.all_scale {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden
}

.all_scale img {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0)
}

#skypedetectionswf {
    display: none
}

.head_language2 {
    margin-left: 15px
}

.language_ul_alone li {
    position: relative;
    padding-left: 20px
}

#skypeCheckNotice {
    position: fixed !important;
    width: 100%;
    transform: translate3d(0, -50%, 0);
    top: 50% !important;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0)
}

#skypeCheckNotice>div {
    width: 560px !important;
    background: #1fb0e5 !important;
    left: 50%;
    top: 0;
    transform: translate3d(calc(-50% - 15px), 0, 0);
    -moz-transform: translate3d(calc(-50% - 15px), 0, 0);
    -webkit-transform: translate3d(calc(-50% - 15px), 0, 0);
    margin: 0 15px;
    box-sizing: border-box;
    height: auto !important;
    padding: 30px 0
}

#skypeCheckNotice>div span {
    display: inline-block;
    margin-bottom: 20px
}

#skypeCheckNotice>div span:first-child {
    left: 15px !important;
    position: relative !important;
    top: initial !important
}

#skypeCheckNotice>div span:nth-child(2) {
    position: relative !important;
    left: 15px !important;
    width: 90% !important;
    display: inline-block;
    word-wrap: normal;
    top: initial !important
}

#skypeCheckNotice>div span:nth-child(3) {
    position: relative !important;
    left: 15px !important;
    width: 90% !important;
    display: inline-block;
    word-break: keep-all;
    word-wrap: normal;
    top: initial !important
}

#skypeCheckNotice>div span:nth-child(4) {
    width: 90% !important;
    position: relative !important;
    left: 15px !important;
    top: initial !important;
    color: #fff !important
}

#skypeCheckNotice>div form {
    osition: relative !important;
    margin: 0;
    padding: 0;
    left: 15px !important;
    top: initial !important;
    width: 89% !important
}

@media (max-width:576px) {
    #skypeCheckNotice>div {
        width: 100% !important
    }
}

.my_show {
    display: block
}

.my_hide {
    display: none
}

.side {
    position: fixed;
    width: 48px;
    right: 0;
    top: 250px;
    z-index: 999;
    color: #fff;
    display: none
}

.side ul li {
    width: 48px;
    height: 48px;
    float: left;
    position: relative;
    list-style: none;
    margin-bottom: 2px
}

.side ul li .sidebox {
    position: absolute;
    width: 48px;
    text-align: left;
    height: 48px;
    top: 0;
    right: 0;
    transition: all .3s;
    color: #333333;
    font: 14px "Arial";
    overflow: hidden
}

.side ul li .sideboxa a {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center
}

.page_nei_space {
    clear: both
}

.sidebox_content {
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 38px;
    top: 6px;
    transform: translateX(130%);
    transition: all .6s;
    z-index: -1;
    min-width: 160px;
    white-space: nowrap
}

.sidebox_content a,
.sidebox_content b {
    color: #868585
}

.sidebox_content:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff
}

.side ul li:hover .sidebox_content {
    display: inline-block;
    transform: translateX(-20px)
}

#HJZF_Z__wrapper {
    margin-bottom: 40px;
    background-color: #fff
}

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

.inquiry_Title {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    font-weight: bold
}

.inquiry h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #333333
}

.inquiryinfo {
    width: 100%;
    margin-bottom: 10px
}

.inquiryinfo input[type=text] {
    line-height: 20px;
    padding: 5px;
    border: 1px solid #bfbfbf;
    width: 100%;
    background: #ffffff;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px
}

input[type="submit"] {
    border-radius: 4px
}

.inquiryinfo textarea {
    padding: 5px;
    border: 1px solid #bfbfbf;
    background: #ffffff;
    width: 100%;
    font-size: 14px;
    color: #333333;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 4px
}

#code_char {
    width: 340px
}

.inquiryleft {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 25px
}

.inquiryright {
    float: left;
    width: 100%;
    position: relative
}

.productbutton {
    color: #fff;
    border: 0 !important;
    cursor: pointer;
    font-size: 16px;
    height: 40px !important;
    padding: 0 10px 0 10px !important;
    width: 120px !important;
    text-align: center;
    border-radius: 2px
}

.yz_alert {
    color: #ff0000;
    z-index: 96;
    display: block;
    white-space: nowrap
}

@media screen and (max-width:480px) {
    #code_char {
        width: 30%
    }

    #code_char_alert {
        top: 34px
    }

    #code_char2_alert {
        top: 34px
    }

    #job_form .inquiryinfo input,
    #job_form .inquiryinfo textarea {
        width: 100%
    }
}

#sitemap>ul {
    padding: 10px 30px;
    border: 1px solid #EFEFEF;
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, 0.22)
}

#sitemap>ul>li {
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 10px;
    padding-left: 15px
}

#sitemap>ul>li>a>h2 {
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    text-transform: uppercase;
    font-weight: normal;
    position: relative
}

#sitemap ul li ul li {
    float: left;
    width: 160px;
    margin-right: 12px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px
}

#sitemap ul li ul li:before {
    content: 'â—Ž';
    display: table;
    width: 14px;
    height: 12px;
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 24px;
    color: #999
}

#sitemap ul li ul li h3,
#sitemap ul li ul li a {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    font-weight: normal
}

.main_newslist li {
    padding: 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #EEEEEE;
    border-right: none;
    border-left: none;
    background: #fff;
    transition: .6s
}

.new_list_row {
    margin: 0 -15px
}

.main_newsimg {
    height: auto;
    overflow: hidden;
    transition: .6s;
    float: left
}

.main_newsimg a {
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    display: block;
    position: relative
}

.main_newsimg img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s
}

.main_news_right {
    height: auto;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box
}

.main_news_right_content {
    transition: .6s;
    padding: 0
}

.main_news_title {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px
}

.main_news_title a h5 {
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: normal
}

.main_news_desc {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: normal
}

.HJ01_main_newdetail_title {
    text-align: center;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: normal
}

.main_news_right_date {
    text-align: right
}

.main_news_right_date p {
    font-size: 32px;
    color: #888888;
    letter-spacing: 0;
    line-height: 44px;
    font-weight: lighter;
    position: relative
}

.main_news_right_date p:before {
    content: '';
    display: table;
    width: 37px;
    height: 11px;
    background: url(../img/Bitmap.png) no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    opacity: 0;
    transition: .6s
}

.main_news_right_date p:after {
    content: '';
    display: table;
    width: 37px;
    height: 11px;
    background: url(../img/Bitmap.png) no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transition: .6s
}

.main_news_dowm {
    width: 100%;
    transition: .6s
}

.main_news_dowm span {
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 20px
}

.main_news_dowm span a {
    color: #999;
    position: relative;
    display: inline-block
}

.main_news_dowm span a:before {
    content: '';
    display: table;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: transparent;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s
}

.main_news_dowm span a:hover:before {
    content: '';
    display: table;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    display: inline-block
}

.main_news_dowm span img {
    position: relative;
    top: -1px;
    margin-right: 10px
}

.main_newslist li:hover {
    padding-left: 40px;
    box-shadow: 0 8px 35px rgba(0, 0, 0, 0.08);
    transition: .6s;
    transform: translate3d(0, 0, 0)
}

.main_newslist li:hover .main_news_right_content {
    transition: .6s;
    transform: translate3d(20px, 0, 0)
}

.main_newslist li:hover .main_news_dowm {
    transition: .6s;
    transform: translate3d(20px, 0, 0);
    display: inline-block
}

.main_newslist li:hover .main_news_right_date p:before {
    left: 66%;
    opacity: 1;
    transition: .6s
}

.main_newslist li:hover .main_news_right_date p:after {
    left: 66%;
    opacity: 0;
    transition: .6s
}

.news_view {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 15px
}

.news_view span {
    margin-right: 20px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    line-height: 20px
}

.news_view span img {
    position: relative;
    top: -1px;
    margin-right: 10px
}

@media (max-width:768px) {

    .news_view span,
    .news_view span img {
        margin-right: 5px
    }
      .tit2{font-size: 18px!important; padding-left:.5rem; color:#fff;line-height: auto; font-weight:bolder; margin-bottom: 10px}
         .tit2 span{color:#ff0000!important}
        .tit3{font-size: 14px!important; padding-left:.5rem; line-height: 20px;color:#fff; margin-bottom: 0px;}
        
   .new_hjzf_banner-HJ03 .HJ03-banner-box #HJ03-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
 margin-top:60px;
    
}
}

.news_body {
    padding: 20px 0
}

.main_news_prev_next {
    width: 100%;
    padding: 20px 0 40px
}

.main_news_prev_next ul li {
    width: 50%;
    box-sizing: border-box;
    height: 120px;
    background: #F5F5F5;
    padding: 17px
}

.main_news_prev_next ul li.news_prev {
    float: left
}

.main_news_prev_next ul li.news_prev .news_prev_img,
.main_news_prev_next ul li.news_next .news_prev_img {
    width: 120px;
    height: 90px;
    opacity: 1
}

.main_news_prev_next ul li.news_next {
    float: right
}

.main_news_prev_next ul li.news_prev a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    position: relative
}

.main_news_prev_next ul li.news_prev a p {
    position: relative;
    margin-left: 30px;
    width: 68%
}

.main_news_prev_next ul li.news_prev p:before {
    content: '';
    display: table;
    width: 1px;
    height: 16px;
    background: #DADADA;
    position: absolute;
    left: -16px;
    top: 4px
}

.main_news_prev_next ul li.news_prev p:after {
    content: '';
    display: table;
    width: 20px;
    height: 11px;
    background: #DADADA;
    position: absolute;
    left: -45px;
    top: 4px;
    background: url(../img/newsprev_1.png)
}

.main_news_prev_next ul li.news_next a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 30px;
    position: relative;
    text-align: right
}

.main_news_prev_next ul li.news_next p {
    position: relative;
    margin-right: 30px;
    width: 68%
}

.main_news_prev_next ul li.news_next p:before {
    content: '';
    display: table;
    width: 1px;
    height: 16px;
    background: #DADADA;
    position: absolute;
    right: -16px;
    top: 4px
}

.main_news_prev_next ul li.news_next p:after {
    content: '';
    display: table;
    width: 20px;
    height: 11px;
    background: #DADADA;
    position: absolute;
    right: -45px;
    top: 4px;
    background: url(../img/newsnext_1.png)
}

.main_news_prev_next ul li.news_next p:after {
    content: '';
    display: table;
    width: 20px;
    height: 11px;
    background: #DADADA;
    position: absolute;
    right: -45px;
    top: 4px;
    background: url(../img/newsnext_2.png)
}

.main_news_prev_next ul li.news_prev p:after {
    content: '';
    display: table;
    width: 20px;
    height: 11px;
    background: #DADADA;
    position: absolute;
    left: -45px;
    top: 4px;
    background: url(../img/newsprev_2.png)
}

.main_news_prev_next ul li.news_next {
    background: #A9A9A9
}

.main_news_prev_next ul li.news_prev {
    background: #A9A9A9
}

.main_news_prev_next ul li.news_next p {
    color: #fff
}

.main_news_prev_next ul li.news_prev p {
    color: #fff
}

.main_news_prev_next ul li .news_prev_img {
    opacity: 1
}

.comment {
    width: 100%;
    float: left;
    padding: 10px 0
}

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

.commentTitle h5 {
    font-size: 22px;
    color: #666;
    line-height: 53px;
    text-align: left;
    font-weight: 600
}

.commentTitle h5 span {
    float: right;
    line-height: 53px;
    font-size: 14px
}

.commentTitle h5 span a {
    color: #666
}

.commentlist {
    width: 100%
}

.commentlist ul {
    width: 100%
}

.commentlist ul li {
    list-style: none;
    padding-bottom: 10px
}

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

    .main_news_prev_next ul li.news_prev .news_prev_img,
    .main_news_prev_next ul li.news_next .news_prev_img {
        width: 100px;
        height: 75px;
        opacity: 1
    }

    .main_newsimg {
        margin-bottom: 20px
    }

    .main_news_right {
        padding-left: 15px
    }

    .main_news_right_content {
        padding: inherit
    }

    .main_news_dowm {
        padding: 0 15px
    }

    .main_newslist li:hover {
        padding-left: 0
    }

    .main_news_prev_next ul li {
        height: 100px
    }

    .main_news_prev_next ul li.news_next img,
    .main_news_prev_next ul li.news_prev img {
        display: none
    }

    .main_news_prev_next ul li.news_prev a p,
    .main_news_prev_next ul li.news_next p {
        width: 90%
    }

    .side {
        display: none !important
    }
}

.HJZF_Z__inner--right img {
    max-width: 100%
}

@media screen and (max-width:767px) {
    .main_newslist li:hover .main_news_right_content {
        transform: translate3d(0, 0, 0)
    }

    .main_newslist li:hover .main_news_dowm {
        transform: translate3d(0, 0, 0)
    }

    .InsidePages_content-right_content {
        margin: 0 0
    }

    .InsidePages_content-right__wrap {
        margin: 0 0
    }

    .InsidePages_content-right_content-main {
        padding: 0 0
    }

    .main_newsimg {
        margin-bottom: 20px
    }

    .main_news_right {
        padding-left: 15px
    }

    .no_img__404 {
        margin: auto;
        width: 90%
    }

    .no_img__404 img {
        margin: auto;
        width: 100%
    }

    .side {
        display: none !important
    }

    .main_news_prev_next ul li,
    .main_news_prev_next ul li {
        width: 100%;
        height: auto;
        margin-bottom: 10px
    }
}

.mian_content_casebox {
    width: 100%
}

.mian_content_casebox>ul {
    margin: 0 -15px
}

.mian_content_casebox>ul>li.main_caseitem {
    float: left;
    margin-bottom: 30px;
    background: #fff;
    padding: 0 15px
}

.mian_content_casebox>ul>li.main_caseitem .main_caseitem_wrap {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08)
}

.mian_content_casebox>ul>li.main_caseitem .hj05-news-pic {
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    transition: all .6s
}

.mian_content_casebox>ul>li.main_caseitem .hj05-news-pic a {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    display: block;
    overflow: hidden
}

.mian_content_casebox>ul>li.main_caseitem img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s
}

.mian_content_casebox>ul>li .news_info {
    padding: 0 20px 10px 20px
}

.mian_content_casebox>ul>li .news_info .news_item-title {
    font-size: 16px;
    font-weight: 500;
    color: #001327;
    line-height: 24px;
    max-height: 54px;
    position: relative
}

.mian_content_casebox>ul>li .news_info .news_item-title a {
    color: #333
}

.InsidePages_content-right_proWrap {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap
}

.InsidePages_content-right_proWrap img {
    max-width: 100%
}

.InsidePages_content-right_proClassDesc {
    margin-bottom: 20px
}

.main_proitem {
    height: auto;
    float: left;
    background-color: #fff;
    position: relative;
    margin-bottom: 24px;
    padding: 0 15px
}

.main_proitem_box {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}

.main_proitem_box h6 {
    transition: all .5s ease-in
}

.main_proitem_box:hover h6 {
    color: rgba(0, 0, 0, 0.6)
}

.main_proitem_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto
}

.main_proitem_img img {
    width: 100%;
    height: 100%;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    display: -webkit-box;
    object-fit: cover;
    top: 0;
    left: 0
}

.main_proitem_img a {
    position: relative;
    display: block;
    width: 100%
}

.main_proitem_img a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: table;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    z-index: 9;
    width: 1000px;
    height: 1000px;
    background: rgba(0, 0, 0, 0.4)
}

.main_proitem_img a:after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "\f0c1";
    display: table;
    font-family: "FontAwesome";
    font-size: 26px;
    width: 46px;
    height: 46px;
    transition: .3s;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    z-index: 10;
    transform: translateX(-15px) translateY(-23px)
}

.main_proitem:hover .main_proitem_img a:before {
    opacity: .8;
    visibility: visible
}

.main_proitem:hover .main_proitem_img a:after {
    opacity: 1;
    visibility: visible
}

.main_proitem_second {
    padding: 12px 12px 12px;
    position: relative
}

.main_proitem_second:before {
    content: '';
    display: inline-block;
    width: 80%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.main_proitem_second h6 {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    color: #333
}

.main_proitem:hover .main_proitem_img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    display: inline-block
}

.main_page {
    text-align: center;
    width: 100%;
    margin-top: 30px;
    line-height: 40px
}

.main_page a,
.main_page .current {
    margin: 0 5px
}

.main_page a {
    background: #fff;
    padding: 6px 10px;
    color: #6b6b6b;
    border: 1px solid #d1d1d1;
    border-radius: 3px
}

.main_page .current {
    padding: 6px 10px;
    background: #eb5606;
    color: #fff;
    border: 1px solid #eb5606;
    border-radius: 3px
}

#product_detail {
    width: 100%
}

#product_detail .product_detail--top {
    position: relative
}

#product_detail .left {
    width: 50%;
    float: left;
    height: auto;
    overflow: hidden;
    background: #E6E6E6;
    position: relative
}

#product_detail .detail-gallery-top {
    width: 100%;
    height: 0;
    padding-bottom: 75%
}

.pro_detail_top_slide {
    width: 536px
}

.pro_detail_thunms_slide {
    width: 116px
}

#product_detail .detail-gallery-top .swiper-slide img {
    width: 100%;
    height: auto
}

.detail-gallery-thumbs__wrap {
    margin: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative
}

.detail-gallery-thumbs .swiper-slide {
    border: 1px solid transparent
}

#product_detail .detail-gallery-thumbs .swiper-slide img {
    width: 100%;
    height: auto
}

#product_detail .detail-gallery-thumbs__wrap .swiper-button-prev,
#product_detail .detail-gallery-thumbs__wrap .swiper-button-next {
    background: none;
    opacity: 1;
    width: 20px;
    text-align: center;
    line-height: 44px;
    outline: none
}

#product_detail .detail-gallery-thumbs__wrap .swiper-button-next {
    right: -20px
}

#product_detail .detail-gallery-thumbs__wrap .swiper-button-prev {
    left: -20px
}

#product_detail .product_info {
    width: 50%;
    height: auto;
    float: right;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

@media screen and (max-width:768px) {
    #product_detail .left {
        width: 100%;
        float: none
    }

    #product_detail .product_info {
        width: 100%;
        padding: 20px 0;
        min-height: 200px
    }

    .pro_detail iframe {
        width: 100% !important;
        height: auto !important
    }
     .head__bar__branding-logo{width:90%!important}
}

.pro_info_box {
    width: 100%;
    height: 100%;
    text-align: left
}

.detail_back {
    width: 100%;
    margin: auto
}

.detail_back a {
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    width: 185px;
    height: 40px;
    display: block;
    margin: auto;
    background: #999999
}

.product_detail_editor_content {
    width: 100%;
    height: auto;
    padding: 20px 0 0;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 30px
}

.product_detail_editor_content_title {
    height: 40px;
    font-weight: normal;
    text-align: left;
    font-size: 18px;
    color: #333333;
    background: #eee;
    line-height: 40px;
    margin-bottom: 20px;
    padding-left: 5px
}

.product_detail_editor_content table,
.product_detail_editor_content img,
.HJZF_contact_editor img {
    max-width: 100%;
    height: auto !important
}

@media (max-width:576px) {

    .product_detail_editor_content table,
    .product_detail_editor_content img,
    .HJZF_contact_editor img {
        height: auto !important
    }
}

@media (max-width:768px) {
    .product_detail_editor_content table {
        width: 100% !important
    }
}

.reationkeywords {
    min-height: 30px;
    line-height: 30px;
    color: #666
}

.reationkeywords a {
    color: #666;
    font-size: 14px;
    margin-left: 10px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #666
}

@media (max-width:768px) {
    .reationkeywords a {
        margin-bottom: 15px
    }
}

.pro_info_desc {
    width: 100%;
    min-height: 70px;
    font-size: 14px;
    line-height: 20px;
    overflow-y: auto;
    max-height: 200px;
    overflow: auto
}

.pro_info_box_contact {
    position: absolute;
    bottom: 0
}

.pro_info_desc::-webkit-scrollbar {
    width: 4px;
    height: 4px
}

.pro_info_desc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2)
}

.pro_info_desc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1)
}

.hj02_detail_mail i {
    font-size: 20px;
    margin-right: 6px
}

.hj02_detail_mail a {
    font-size: 16px;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 20px;
    text-decoration: underline;
    color: #333
}

.pro_info_box h3 {
    font-size: 24px;
    letter-spacing: 0;
    font-weight: normal;
    margin-bottom: 10px
}

.detail_inquiry {
    float: left;
    margin-right: 10px;
    background: #999999
}

.detail_inquiry a {
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    width: 185px;
    height: 40px;
    display: block;
    transition: all .5s
}

.detail_down {
    background: #999999;
    float: left
}

.detail_down a {
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    display: block;
    width: 185px
}

.mainpage_probox {
    margin-right: -15px;
    margin-left: -15px;
    display: flex;
    flex-wrap: wrap
}

.nosecrch_title {
    font-size: 36px;
    color: #333333;
    letter-spacing: 0;
    text-align: center;
    line-height: 50px;
    margin-bottom: 30px
}

.nosearch_box {
    margin: auto;
    width: 52%;
    height: 60px;
    border: 1px solid #E1E1E1;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin-bottom: 20px
}

.nosearch_box form li {
    float: left;
    list-style-type: none
}

.taglabel {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin-right: 20px;
    background: #EDEDED;
    margin-bottom: 20px;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0;
    line-height: 20px
}

.taglabel:hover {
    background: #989898;
    color: #fff
}

@media screen and (max-width:767px) {
    .nosearch_box {
        width: 96%
    }
}

.selInfo {
    width: 100%;
    margin: 50px auto;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-bottom: none
}

.selInfo dl {
    width: 100%;
    border-bottom: 1px solid #e3e3e3
}

.selInfo dl.selInfo_title {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    background: #f7f8fa
}

.selInfo dl dt,
.selInfo dl dd {
    float: left;
    line-height: 45px;
    padding-left: 20px;
    text-overflow: ellipsis;
    display: inline-block;
    min-height: 1px
}

.selInfo dl dt.w220 {
    width: 20%
}

.selInfo dl dd.w70 {
    width: 5.83%
}

.selInfo dl dd.w90 {
    width: 7%
}

.selInfo dl dd.w110 {
    width: 12%
}

.selInfo dl dd.w170 {
    width: 14%
}

.selInfo dl dd.w140 {
    width: 11.6666%
}

.selInfo dl dd.w220 {
    width: 18.333%
}

.selInfo dl dd.w370 {
    width: 22%
}

.selInfo dl dd button {
    width: 82px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    cursor: pointer
}

.selInfo dl.selInfo_content:hover {
    background: #f7f8fa
}

@media screen and (max-width:991px) {
    .selInfo dl dd.w140 {
        display: none
    }

    .selInfo dl dd.w370 {
        width: 30%
    }

    .pro_info_box_contact {
        position: relative;
        bottom: 0;
        margin-top: 20px
    }
}

@media screen and (max-width:575px) {
    .selInfo {
        margin: 20px auto
    }

    .selInfo dl dd.w70,
    .selInfo dl dd.w90,
    .selInfo dl dd.w110,
    .selInfo dl dd.w140,
    .selInfo dl dd.w370 {
        display: none
    }

    .selInfo dl dt.w220 {
        width: 65%
    }

    .selInfo dl dd.w170 {
        width: 35%
    }
}

.HJZF_Z__innerContent_jobs3_list .jobs3_item {
    padding: 30px 30px 30px 30px;
    border: 1px solid #eee;
    border-top: none;
    display: block;
    transition: all .5s
}

.HJZF_Z__innerContent_jobs3_list .jobs3_item:first-child,
.HJZF_Z__innerContent_jobs3_list .jobs3_item:nth-child(2) {
    border-top: 1px solid #eee
}

.HJZF_Z__innerContent_jobs3_list .jobs3_item:nth-child(2n) {
    border-left: none
}

.HJZF_Z__innerContent_jobs3_list .jobs3_item a {
    color: #333
}

.jobs3_item .jobs3_title {
    position: relative
}

.jobs3_item .jobs3_title:after {
    content: '';
    display: block;
    width: 29px;
    height: 2px;
    line-height: 2px;
    background: #333;
    margin-top: 10px
}

.jobs3_item .jobs3_intro {
    margin-top: 15px;
    height: 28px
}

.jobs3_item .jobs3_description {
    height: 130px;
    overflow: hidden
}

@media (max-width:767px) {
    .jobs3_item .jobs3_description {
        height: 110px
    }
}

.jobs3_item .jobs3_date {
    display: block;
    border-top: 1px dotted #e4e4e4;
    margin-top: 15px;
    padding-top: 15px
}

.jobs3_item .jobs3_date span {
    margin-left: 15px
}

.jobs3_item:hover a {
    color: #fff
}

.jobs3_item:hover .jobs3_title:after {
    background: #fff
}

.HJZF_Z__innerContent_jobs3_detail {
    border: 1px solid #ddd;
    color: #333;
    padding: 30px
}

.HJZF_Z__innerContent_jobs3_item01 {
    width: 40%;
    float: left;
    border-bottom: none;
    border-right: 1px solid #ddd
}

.HJZF_Z__innerContent_jobs3_item02 {
    float: right;
    padding: 0 0 0 30px;
    width: 60%
}

@media (max-width:768px) {
    .HJZF_Z__innerContent_jobs3_list .jobs3_item {
        margin-bottom: 15px
    }

    .HJZF_Z__innerContent_jobs3_list .jobs3_item:nth-child(2n) {
        border-left: 1px solid #eee
    }

    .HJZF_Z__innerContent_jobs3_item01 {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        border: none
    }

    .HJZF_Z__innerContent_jobs3_item02 {
        width: 100%;
        float: none;
        padding: 0
    }
}

.donload_list li {
    margin-bottom: 10px;
    padding-top: 10px
}

.donload_list li p {
    width: 80%;
    float: left;
    line-height: 30px;
    font-size: 14px
}

.donload_list li span {
    width: 20%;
    float: right;
    line-height: 30px;
    font-size: 14px;
    text-align: right
}

.donload_list li {
    width: 100%;
    border-bottom: 1px dashed #e3e3e3
}

.download_detail_content {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px
}

.download_detail_button {
    font-size: 14px;
    line-height: 30px
}

.InsidePages_content__download3--title {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0
}

.InsidePages_content__download3--title h3 {
    font-size: 26px;
    position: relative;
    line-height: 28px;
    font-weight: normal;
    display: inline-block
}

.InsidePages_content__download3--title h3:after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: -10px;
    height: 2px;
    left: 0
}

.InsidePages_content__download3--title a {
    float: right;
    display: inline-block
}

.InsidePages_content__download3--title a:hover {
    text-decoration: underline
}

.inner__download3--item {
    width: 100%;
    position: relative;
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden
}

.inner__download3--pic {
    width: 100%;
    text-align: center
}

.inner__download3--title {
    text-align: center;
    padding: 20px 10px
}

.inner__download3--hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    transition: all .6s
}

.inner__download3--hover i {
    font-size: 40px;
    color: #ffffff;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-20px, -20px);
    -webkit-transform: translate(-20px, -20px)
}

.inner__download3--item:hover .inner__download3--hover {
    height: 100%;
    z-index: 92
}

@media (max-width:768px) {
    .InsidePages_content__download3--title h3 {
        font-size: 20px
    }

    .inner__download3--title {
        padding: 10px 5px
    }
}

.relatenewsList li {
    margin-bottom: 6px;
    border-bottom: 1px dashed #e3e3e3;
    overflow: hidden
}

.relatenewsList li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 5px 0
}

.wrapper {
    width: 100%;
    margin: auto;
    overflow: hidden
}

#HJZF_Z__innerBanner {
    width: 100%;
    height: auto;
    margin: auto
}

.in_banner {
    overflow: hidden
}

.in_banner img {
    width: 100%
}

#HJZF_Z__innerBanner .in_banner {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#HJZF_Z__innerBanner .in_banner img {
    width: 100%
}

.HJZF_Z__Breadcrumbs {
    padding: 10px 0;
    padding-bottom: 30px;
    font-size: 16px
}

.HJZF_Z__Breadcrumbs a {
    font-size: 16px;
    line-height: 24px;
    color: #666;
    text-align: right
}

.HJZF_Z__Breadcrumbs a:first-child:before {
    content: '\f041';
    font-family: FontAwesome;
    margin-right: 8px;
    color: #666;
    font-size: 16px
}

.HJZF_Z__Breadcrumbs .row {
    text-align: right
}

@media (max-width:576px) {
    #HJZF_Z__innerBanner {
        height: auto;
        min-height: auto
    }
}

.HJZF_Z__inner--left__content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.InsidePages_left_search {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: .5px .866px 5px 0 rgba(179, 179, 179, 0.3);
    margin-bottom: 30px
}

.InsidePages_left_search li {
    list-style-type: none;
    float: left
}

.InsidePages_left_search li:first-child {
    width: calc(100% - 50px)
}

.InsidePages_left_search li:nth-child(2) {
    width: 50px
}

.InsidePages_left_search li input {
    border: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 15px;
    color: #999;
    padding-left: 15px
}

.InsidePages_left_search li {
    list-style-type: none;
    float: left
}

.InsidePages_left_search li.search_second button {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: none;
    outline: none
}

.InsidePages_left_search li.search_second button:after {
    content: '\f002';
    font-size: 20px;
    color: #999;
    font-family: FontAwesome
}

.InsidePages_left_content-main {
    width: 100%;
    background: #ffffff;
    padding: 20px 0 0 0;
    border-top: 2px solid #fdb819;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: .5px .866px 5px 0 rgba(179, 179, 179, 0.3)
}

.InsidePages_left_content-main>p {
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    border-bottom: 0;
    line-height: 24px;
    position: relative
}

@media (max-width:991px) {
    .InsidePages_left_search {
        box-shadow: none
    }

    .InsidePages_left_search li input {
        background: #f5f5f5
    }

    .InsidePages_left_search li.search_second button {
        background: #f5f5f5
    }
}

ul.InsidePages_left_navlist {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 0 10px
}

ul.InsidePages_left_navlist>li {
    position: relative;
    padding: 10px 30px 10px 20px;
    border-bottom: 1px solid #f2f2f2
}

ul.InsidePages_left_navlist>li>a {
    position: relative;
    display: block
}

ul.InsidePages_left_navlist>li>a>h3 {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    line-height: 24px
}

ul.InsidePages_left_navlist>li>span.class_button,
ul.InsidePages_left_navlist>li>span.class_button_search {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer
}

ul.InsidePages_left_navlist>li>span.class_button_none {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 14px;
    right: 14px
}

ul.InsidePages_left_navlist>li span.class_button:before,
ul.InsidePages_left_navlist>li span.class_button_search:before {
    font-size: 16px;
    content: '\f0dd';
    font-family: "FontAwesome";
    background-size: cover;
    color: #ccc;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center
}

ul.InsidePages_left_navlist>li.yiji ul.erji {
    display: none
}

ul.InsidePages_left_navlist>li.yijion ul.erji {
    display: block
}

ul.InsidePages_left_navlist>li.yiji>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 15px 10px 20px;
    background: transparent;
    font-weight: 500;
    font-size: 15px
}

ul.InsidePages_left_navlist>li.yiji>ul>li>a>h3 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 25px
}

ul.InsidePages_left_navlist>li.yijion>ul {
    display: block
}

ul.InsidePages_left_navlist>li.yijion>ul>li>a,
ul.InsidePages_left_navlist>li.yiji>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 15px 5px 20px;
    background: transparent;
    font-weight: 500;
    font-size: 15px
}

ul.InsidePages_left_navlist>li.yijion>ul>li>a>h3 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 25px
}

ul.InsidePages_left_navlist>li>ul>li {
    position: relative
}

ul.InsidePages_left_navlist>li>ul>li>span.class_button,
ul.InsidePages_left_navlist>li>ul>li>span.class_button_search {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    right: -4px;
    cursor: pointer
}

ul.InsidePages_left_navlist>li>ul>li>ul {
    padding-left: 30px
}

ul.InsidePages_left_navlist>li>ul>li>ul>li a h3 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 25px
}

.HJZF_Z__inner__mobileLeftMenu {
    margin-bottom: 20px
}

.HJZF_Z__inner__mobileLeftMenu .HJZF_Z__inner--left__content {
    padding-right: 0
}

.mobile--left_showButton {
    width: 22px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 12px;
    text-align: center;
    line-height: 9px
}

.mobile--left_showButton i {
    width: 22px;
    height: 2px;
    background: #333;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    transition: .4s
}

.mobile--left_showButton:before {
    content: '';
    display: table;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    transition: .41s
}

.mobile--left_showButton:after {
    content: '';
    display: table;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 0;
    background: #333;
    transition: .41s
}

.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist,
.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist2 {
    height: auto;
    overflow: hidden;
    display: none
}

.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist.active,
.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist2.active {
    height: auto;
    overflow: hidden;
    transition: .6s;
    display: block
}

.mobile--left_showButton.active i {
    visibility: hidden;
    opacity: 0;
    transition: .1s
}

.mobile--left_showButton.active:before {
    content: '';
    display: table;
    width: 15px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    transform: rotate(45deg) translate3d(7px, 8px, 10px);
    transition: .41s
}

.mobile--left_showButton.active:after {
    content: '';
    display: table;
    width: 15px;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 0;
    background: #333;
    transform: rotate(-45deg) translate3d(3px, -4px, 10px);
    transition: .4s
}

ul.InsidePages_left_navlist2 {
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 0 10px
}

ul.InsidePages_left_navlist2>li {
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e3e3e3
}

ul.InsidePages_left_navlist2 li {
    position: relative
}

ul.InsidePages_left_navlist2 li span.class_button,
ul.InsidePages_left_navlist2 li span.class_button_search {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer
}

ul.InsidePages_left_navlist2 li span.class_button:before,
ul.InsidePages_left_navlist2 li span.class_button_search:before {
    font-size: 16px;
    content: '\f0dd';
    font-family: "FontAwesome";
    background-size: cover;
    color: #ccc;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center
}

ul.InsidePages_left_navlist2>li>a {
    position: relative;
    display: block
}

ul.InsidePages_left_navlist2>li>a>h3 {
    font-weight: normal;
    font-size: 16px;
    color: #666;
    line-height: 24px
}

ul.InsidePages_left_navlist2>li>ul>li {
    padding-left: 15px
}

ul.InsidePages_left_navlist2>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 0 0 0;
    background: transparent
}

ul.InsidePages_left_navlist2>li>ul>li>a>h3 {
    font-weight: normal;
    font-size: 15px;
    color: #666;
    line-height: 25px
}

ul.InsidePages_left_navlist2>li>ul>li ul li {
    padding-left: 15px
}

ul.InsidePages_left_navlist2>li>ul>li>ul li h3 {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 25px
}

.InsidePages_content-right__wrap {
    margin: auto
}

.InsidePages_content-right_content-main {
    margin-bottom: 40px
}

.InsidePages_content-right_content_title {
    font-size: 22px;
    color: #333333;
    letter-spacing: 0;
    line-height: 50px;
    margin-bottom: 30px;
    padding-left: 10px;
    font-weight: bold;
    height: 50px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #333
}

.InsidePages_content-right_content_title:before {
    content: '';
    display: table;
    width: 3px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.main_product_title_right {
    float: right;
    top: 50%;
    transform: translateY(-50%);
    position: relative
}

.main_product_title_right a {
    text-align: center;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0;
    display: block;
    padding: 6px 8px;
    font-weight: normal
}

@media screen and (max-width:768px) {
    .InsidePages_content-right_content_title--othercate {
        display: none
    }
}

.main-content_inner_news {
    margin-bottom: 30px;
    margin-top: -20px
}

.main-content_inner_news>ul>li {
    float: left;
    padding: 10px 20px;
    width: auto
}

.main-content_inner_news>ul>li a h3 {
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 20px
}

.InsidePages_content-right_content-main {
    min-height: 300px
}

@media (max-width:767px) {
    .InsidePages_content-right_content-main {
        min-height: 0
    }
}

#news_detail video,
#news_detail img {
    max-width: 100%
}

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

.InsidePages_content-right_editor img {
    max-width: 100%;
    height: auto !important
}

.mobile_sidebar {
    box-sizing: border-box;
    margin: 40px 15px 100px;
    position: fixed;
    white-space: nowrap;
    z-index: 30;
    padding-left: 0;
    list-style: none;
    right: 0;
    bottom: 0;
    transform: scale(0);
    z-index: 999
}

.mobile_sidebar li {
    padding: 15px;
    margin: -15px;
    position: relative
}

.mfb-component__list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute
}

.mfb-component__button--main {
    display: inline-block;
    position: relative;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-user-drag: none;
    color: #f1f1f1;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    z-index: 20
}

.mfb-component__button--main i {
    font-size: 20px
}

.mfb-component__list li:nth-child(1),
.mfb-component__list li:nth-child(1) {
    transform: translateY(-70px) scale(0);
    transition: all .5s;
    transition-delay: .15s
}

.mfb-component__list li:nth-child(2) {
    transform: translateY(-140px) scale(0);
    transition: all .5s;
    transition-delay: .1s
}

.mfb-component__list li:nth-child(3) {
    transform: translateY(-210px) scale(0);
    transition: all .5s;
    transition-delay: .05s
}

.mfb-component__list li:nth-child(4) {
    transform: translateY(-280px) scale(0);
    transition: all .5s;
    transition-delay: .05s
}

.mfb-component__list li:nth-child(4) div {
    position: absolute;
    right: 70px;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0)
}

.mobile_sidebar li.open .mfb-component__list li:nth-child(1) {
    transform: translateY(-86px) scale(1);
    transition-delay: .05s
}

.mobile_sidebar li.open .mfb-component__list li:nth-child(2) {
    transform: translateY(-187px) scale(1);
    transition: all .5s;
    transition-delay: .1s
}

.mobile_sidebar li.open .mfb-component__list li:nth-child(3) {
    transform: translateY(-290px) scale(1);
    transition: all .5s;
    transition-delay: .05s
}

.mobile_sidebar li.open .mfb-component__list li:nth-child(4) {
    transform: translateY(-390px) scale(1);
    transition: all .5s;
    transition-delay: .05s
}

.mobile_sidebar li .mfb-component__list li:nth-child(4).open div {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.mfb-component__button--top i {
    font-weight: bold;
    position: relative;
    top: -2px;
    font-size: 24px
}

.mobile_down_top {
    height: 50px;
    width: 100%
}

.mobile_down {
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 100%
}

.mobile_down ul {
    height: 100%;
    display: -ms-flex;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-flow: row nowrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-align-items: flex-start;
    align-items: flex-start
}

.mobile_down ul li {
    padding: 8px 0 16px;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-align-items: center;
    align-items: center;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
    flex: auto;
    -webkit-flex: auto
}

.mobile_down ul li a {
    color: #fff
}

.mobile_down ul li a i {
    font-size: 16px
}

#model_wind {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%
}

.model_wind_content {
    width: 100%;
    height: auto;
    margin: auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 50%
}

.model_wind_box {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    position: relative
}

.model_wind_swiper {
    width: 100%
}

.model_wind_swiper .swiper-slide img {
    max-width: 100%;
    display: block;
    margin: 0 auto
}

.model_wind_name {
    width: 100%;
    height: 30px;
    line-height: 30px
}

.swiper-button-next-model,
.swiper-button-prev-model {
    background-image: none;
    text-align: left;
    line-height: 100px;
    outline: none;
    width: 50px;
    height: 100px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.swiper-button-next-model {
    text-align: right
}

.swiper-pagination_model {
    position: relative;
    margin-top: 10px
}

.HJZF_Z__innerBanner2 {
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative
}

.HJZF_Z__innerBanner2 img {
    width: 100%;
    height: auto
}

.HJZF_Z__innerBanner2+.HJZF_Z__Breadcrumbs {
    margin-bottom: 0
}

@keyframes banner_animate {
    from {
        transform: scale(1.2)
    }

    to {
        transform: scale(1)
    }
}

.in_banner img {
    animation: banner_animate 3s;
    -moz-animation: banner_animate 3s;
    -webkit-animation: banner_animate 3s;
    -o-animation: banner_animate 3s
}

.HJZF_Z__innerContent {
    margin-bottom: 30px
}

.inner2_Content {
    margin-bottom: 0
}

.HJZF_Z__inner--left2 {
    width: 100%;
    border-bottom: 1px solid #eee
}

.HJZF_Z__inner--left2 .InsidePages_navswiper .swiper-slide {
    width: auto;
    margin-right: 40px
}

.InsidePages_list li.yiji>a>h3,
.InsidePages_list li.yijion>a>h3 {
    font-size: 16px;
    line-height: 20px;
    padding: 30px 0;
    font-weight: normal;
    position: relative
}

.InsidePages_list li.yiji>a>h3:before,
.InsidePages_list li.yijion>a>h3:before {
    content: '';
    display: table;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 3px solid transparent
}

.InsidePages_list li.yiji>a>h3:before {
    width: 0
}

.InsidePages_list li.yijion>a>h3:before {
    width: 100%
}

.InsidePages_list li.yiji:hover>a>h3:before {
    width: 100%;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s
}

.InsidePages_list-next,
.InsidePages_list-prev {
    background-image: none;
    display: none
}

.InsidePages_list-next {
    right: -15px
}

.InsidePages_list-prev {
    left: -15px
}

.InsidePages_list-next i,
.InsidePages_list-prev i {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px
}

.InsidePages_content2 {
    width: 100%;
    padding-top: 50px
}

@media (max-width:768px) {
    .InsidePages_content2 {
        width: 100%;
        padding-top: 20px
    }
}

.InsidePages2_contact-left {
    width: 48%;
    float: left
}

.InsidePages2_contact-right {
    width: 48%;
    float: right;
    overflow: auto
}

.InsidePages_content2_contact {
    padding-top: 0
}

.InsidePages2_contact_title {
    font-size: 30px;
    color: #000;
    margin-bottom: 50px
}

.InsidePages2_contact_down {
    background: #f6f7f9;
    margin: 30px 0 0;
    padding: 60px 0
}

.InsidePages2_contact_item {
    text-align: center
}

.InsidePages2_contact_item h4 {
    font-size: 18px;
    padding: 16px 0 12px
}

.InsidePages2_contact_item p {
    color: #666666;
    line-height: 24px;
    width: 50%;
    margin: auto
}

.InsidePages2_contact_item a.button {
    background: #169bd5;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
    display: inline-block;
    margin: 5px;
    padding: 8px
}

.main_newslist2 li {
    padding: 20px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 1px dashed #EEEEEE;
    border-right: none;
    border-left: none;
    background: #fff;
    transition: .6s
}

.main_newslist2 li:hover .main_newsimg img {
    transform: translate3d(10px, -50%, 0);
    -webkit-transform: translate3d(10px, -50%, 0);
    -moz-transform: translate3d(10px, -50%, 0);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    display: inline-block
}

.HJZF_Z_news2_title {
    background: #99c0e0;
    color: #fff;
    padding: 90px 0px 26px
}

.HJZF_Z_news2_title .news_view {
    border-bottom: none
}

.HJZF_Z_news2_title h1 {
    font-size: 32px;
    padding-bottom: 50px
}

.HJZF_Z_news2_title .news_view,
.HJZF_Z_news2_title .news_view span,
.HJZF_Z_news2_title .news_view i {
    text-align: left;
    color: #fff
}

.news_detail2_maincontent .news_body {
    padding: 30px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px dashed #e3e3e3
}

.news_detail2_prev {
    width: 100%;
    margin: auto;
    padding: 30px 0
}

.news_detail2_prev ul li {
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #0062b2
}

.news_detail2_prev ul li a {
    line-height: 30px;
    font-size: 16px;
    color: #666
}

.InsidePages_content2_commontitle {
    width: 100%;
    margin-bottom: 36px;
    border-bottom: 1px solid #e2e2e2;
    color: #0062b2;
    font-size: 24px
}

.InsidePages_content2_commontitle span {
    border-bottom: 3px solid #0062b2;
    display: inline-block;
    padding-bottom: 12px
}

.mian_content_casebox2 ul li {
    padding: 24px 70px 23px 23px;
    border-bottom: 1px solid #d3d0cd;
    position: relative
}

.mian_content_casebox2 ul li:after {
    content: "â€º";
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    font-size: 27px;
    color: #fff
}

.mian_content_casebox2 ul li .main_caseitem2_class {
    font-size: 14px;
    text-transform: uppercase;
    color: #D7D8D6
}

.mian_content_casebox2 ul li .main_caseitem2_date {
    font-size: 14px;
    color: #333;
    text-transform: uppercase
}

.mian_content_casebox2 ul li .main_caseitem2_title a {
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    color: #333
}

.mian_content_casebox2 ul li:hover .main_caseitem2_class,
.mian_content_casebox2 ul li:hover .main_caseitem2_date,
.mian_content_casebox2 ul li:hover .main_caseitem2_title a {
    color: #fff
}

.news_view2 {
    border-bottom: none
}

.news_view2,
.news_view2 i,
.news_view2 span {
    color: #666;
    font-size: 15px
}

.InsidePages_content2_downloadtitle {
    text-align: center;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0;
    line-height: 36px;
    font-weight: normal;
    margin-bottom: 30px
}

.InsidePages_content2_downloadeditor {
    border-top: 1px solid #e3e3e3;
    padding-top: 30px
}

.HJZF_Z__inner--left {
    float: left
}

.HJZF_Z__inner--right {
    float: right
}

@media (max-width:767px) {
    .HJZF_Z__inner--right {
        padding-left: 15px;
        padding-right: 15px
    }
}

.hjzf_innertop_nav {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    width: 80%;
    margin: auto
}

.hjzf_innertop_navlist {
    width: 100%
}

.hjzf_innertop_navlist ul li {
    text-align: center
}

.hjzf_innertop_navlist ul li h3 {
    font-size: 20px;
    color: #666666
}

.hjzf_innertop_navlist ul li img {
    width: 60%;
    height: auto;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s
}

.hjzf_innertop_navlist ul li:hover img {
    transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -10px, 0);
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    display: inline-block
}

.hjzf_innertop_nav_pageation {
    margin: auto;
    position: relative;
    margin-top: 20px;
    display: none
}

.hjzf_innertop_nav_pageation .swiper-pagination-bullet {
    margin: 0 6px
}

.InsidePages_product_title2 {
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative
}

.InsidePages_product_title2 a {
    position: absolute;
    right: 15px;
    top: 14px;
    color: #fff;
    font-size: 16px
}

.InsidePages_product_title2 a:hover {
    text-decoration: underline
}

.product2_main_proitem.main_proitem {
    background: transparent
}

.product2_main_proitem.main_proitem .main_proitem_box {
    box-shadow: none
}

.product2_main_proitem .main_proitem_img {
    border: 1px solid #e1e1e1
}

.product2_main_proitem.main_proitem .main_proitem_img a:before,
.product2_main_proitem.main_proitem .main_proitem_img a:after {
    display: none
}

.product2_leftnav_cont .InsidePages_left_content-main {
    border-top: none;
    background: transparent;
    box-shadow: none;
    padding: 0
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li {
    padding: 10px 20px 10px 10px;
    position: relative
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li:after {
    font-size: 16px;
    content: '\f0dd';
    font-family: "FontAwesome";
    background-size: cover;
    color: #ccc;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 11px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
    z-index: -1
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li:hover:after {
    opacity: 1;
    visibility: visible
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li>span.class_button,
.product2_leftnav_cont ul.InsidePages_left_navlist>li>span.class_button_search,
.product2_leftnav_cont ul.InsidePages_left_navlist>li>span.class_button,
.product2_leftnav_cont ul.InsidePages_left_navlist>li>span.class_button_search_search {
    right: 10px
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li.yiji span.class_button:before {
    color: #666
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li>a>h3 {
    font-size: 20px;
    color: #333
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li.yiji ul.erji {
    display: block
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li.yiji>ul>li>a {
    padding: 10px 0px 10px 0
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li>ul>li>ul {
    padding-left: 40px
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li>ul>li>ul>li>a {
    position: relative
}

.product2_leftnav_cont ul.InsidePages_left_navlist>li>ul>li>ul>li>a:before {
    content: '>';
    font-size: 14px;
    line-height: 25px;
    color: #666;
    font-weight: normal;
    position: absolute;
    left: -15px
}

#product_detail .left.product_detail2 {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    background: transparent
}

#product_detail .left.product_detail2 .detail-gallery-thumbs__wrap {
    flex-shrink: 1;
    width: 110px
}

#product_detail .left.product_detail2 .detail-gallery-thumbs2 {
    height: 400px
}

#product_detail .left.product_detail2 .detail-gallery-top2 {
    border: 1px solid #e3e3e3;
    width: 100%;
    align-self: center
}

#product_detail .left.product_detail2 .detail-gallery-top2 .swiper-slide {
    display: flex;
    display: -webkit-flex;
    align-items: center
}

#product_detail .left.product_detail2 .detail-gallery-top2 .swiper-slide img {
    width: 100%
}

#product_detail .left.product_detail2 .detail-gallery-thumbs2 .swiper-slide {
    width: 110px;
    display: flex;
    display: -webkit-flex;
    align-items: center
}

#product_detail .left.product_detail2 .detail-gallery-thumbs2 .swiper-slide img {
    width: 100%;
    border: 1px solid #e3e3e3
}

#product_detail .left.product_detail2 .swiper-button-next-detail {
    top: calc(100% + 14px);
    right: 0;
    width: 100%;
    height: 30px;
    line-height: 30px
}

#product_detail .left.product_detail2 .swiper-button-prev-detail {
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    line-height: 30px
}

#product_detail .left.product_detail2 .swiper-button-next-detail i,
#product_detail .left.product_detail2 .swiper-button-prev-detail i {
    font-size: 20px
}

#product_detail .product_info2 {
    width: 47%
}

#product_detail .product_info2 .pro_info_box h3 {
    font-size: 30px;
    font-weight: bold
}

#product_detail .product_info2 .pro_info_box .pro_info_desc {
    padding-top: 20px
}

.pro_info_box_contact2 .detail_inquiry {
    margin-top: 20px;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    box-shadow: 1px 5px 20px 1px transparent;
    -webkit-box-shadow: 1px 5px 20px 1px transparent
}

.pro_info_box_contact2 .detail_inquiry:hover {
    box-shadow: 1px 5px 20px 1px #ccc;
    -webkit-box-shadow: 1px 5px 20px 1px #ccc
}

.mainDetail-tabs_box .row {
    position: relative
}

.product_detail_editor_content2 {
    border-top: 2px solid #e4e7eb
}

.mainDetail-tabs {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start
}

.mainDetail-tabs li {
    display: inline-block;
    margin-right: 30px;
    flex-shrink: 0
}

.mainDetail-tabs li a {
    color: #333333;
    display: block;
    margin: 20px 30px;
    font-size: 18px
}

.product_detail_editor_content2 .pro_detail_box {
    padding: 48px 0
}

.product_detail_editor_content2 .pro_detail_box table {
    max-width: 100%
}

.product_detail_editor_content2 .pro_detail_box:nth-child(even) {
    background: #f6f7f9
}

#menu_tab {
    position: absolute;
    left: -60px;
    opacity: 0;
    visibility: hidden
}

#menu_tab li {
    padding: 8px 10px;
    margin-bottom: 5px
}

#menu_tab li a {
    font-size: 14px;
    line-height: 25px;
    color: #333;
    display: inline-block;
    width: 100%
}

@media (max-width:1440px) {
    #menu_tab {
        display: none
    }
}

@media (max-width:1200px) {

    .InsidePages2_contact-left,
    .InsidePages2_contact-right {
        width: 100%;
        float: none
    }

    .hjzf_innertop_nav_pageation {
        display: block
    }
}

@media (max-width:992px) {
    .HJZF_Z__innerBanner2+.HJZF_Z__Breadcrumbs {
        margin-bottom: 30px
    }

    .HJZF_Z__inner--left2 {
        border: none
    }
}

@media (max-width:768px) {

    #product_detail .left,
    #product_detail .product_info2 {
        width: 100%;
        float: none
    }

    .InsidePages2_contact-left {
        width: 100%;
        float: inherit
    }

    .InsidePages2_contact-right {
        width: 100%;
        float: inherit;
        margin-bottom: 30px
    }
}

@media (max-width:576px) {
    .hjzf_innertop_nav {
        display: none
    }

    #product_detail .left.product_detail2 {
        flex-direction: column
    }

    #product_detail .left.product_detail2 .detail-gallery-thumbs__wrap {
        width: calc(100% - 40px)
    }

    #product_detail .left.product_detail2 .detail-gallery-thumbs2 {
        height: auto
    }

    .product_detail_editor_content2 {
        padding-top: 0
    }

    .mainDetail-tabs_box {
        display: none
    }

    .product_detail_editor_content2 .mainDetail-tabs li {
        margin-right: 0
    }

    .product_detail_editor_content2 .mainDetail-tabs li a {
        margin: 20px 10px
    }

    #product_detail .left.product_detail2 .swiper-button-prev-detail {
        left: -20px;
        width: 20px;
        top: 50%;
        transform: rotate(270deg)
    }

    #product_detail .left.product_detail2 .swiper-button-next-detail {
        right: -20px;
        width: 20px;
        top: 50%;
        transform: rotate(270deg);
        margin-top: -10px
    }
}

.HJZF_Z__innerBanner3 {
    width: 100%;
    overflow: hidden;
    height: auto
}

.HJZF_Z__innerBanner3 img {
    width: 100%;
    height: auto
}

.inner-3__anchor {
    width: 100%;
    height: auto;
    background: #f3f5f9;
    margin: auto
}

.inner-3__anchorUl {
    width: 100%;
    padding: 15px;
    justify-content: flex-start;
    align-items: center
}

.inner-3__anchorUl li {
    margin-right: 60px;
    position: relative
}

.inner-3__anchorUl li a {
    font-size: .2rem;
    line-height: .4rem;
    color: #333333;
    font-weight: normal
}

.inner-3__anchorUl li:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: width .6s
}

.inner-3__anchorUl li.active:before {
    width: 36%;
    background: #1d90d0
}

.inner-3_titlepart {
    width: 100%;
    margin: auto;
    margin-bottom: 56px
}

.inner-3__proWrap {
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap
}

.inner-3_title {
    text-align: center;
    font-size: .36rem;
    line-height: .6rem;
    color: #333333;
    font-weight: normal;
    padding-top: 80px;
    padding-bottom: 20px
}

.inner-3_title p {
    width: 60%;
    margin: auto
}

.inner-3_title-fu {
    text-align: center
}

.inner-3_title-fu span,
.inner-3_title-fu a {
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    font-weight: normal;
    position: relative;
    border-bottom: 2px solid #96daf0;
    padding-bottom: 10px
}

.inner-3_title-fu span:after {
    content: '+';
    font-size: .2rem;
    line-height: .3rem;
    color: #000000;
    font-weight: normal;
    position: absolute;
    right: -20px
}

.inner-3__probox {
    position: relative;
    margin-bottom: 10px
}

.inner-3__probox .inner-3__pro {
    width: 100%;
    position: relative
}

.inner-3__probox .inner-3__pro .inner-3__proimg {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden
}

.inner-3__probox .inner-3__pro .inner-3__proimg img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0)
}

.inner-3__pro a {
    display: block;
    position: relative
}

.inner-3__pro .inner-3__proName {
    padding: 10px 10px 20px
}

.inner-3__pro .inner-3__proName h3 {
    text-align: center;
    color: #333333;
    font-size: .18rem;
    line-height: .3rem;
    font-weight: normal;
    word-break: keep-all
}

.inner-3__probox .inner-3__proMask {
    position: absolute;
    top: 0;
    left: 0;
    background: #96daf0;
    width: 100%;
    height: 100%;
    padding: 40px;
    visibility: hidden;
    opacity: 0
}

.inner-3__probox .inner-3__proMask .inner-3__proMask__font {
    color: #fff;
    line-height: .24rem;
    font-weight: normal
}

.inner-3__probox .inner-3__proMask .inner-3__proMask__name {
    font-size: .2rem;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden
}

.inner-3__probox .inner-3__proMask .inner-3__proMask__name:before {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    transition: transform .35s;
    transform: translate3d(-101%, 0, 0)
}

.inner-3__probox .inner-3__proMask .inner-3__proMask__desc {
    max-height: 92px;
    font-size: .14rem;
    opacity: 0;
    transition: opacity .35s, transform .35s;
    transform: translate3d(100%, 0, 0)
}

.inner-3__probox:hover .inner-3__proMask {
    visibility: visible;
    opacity: 1
}

.inner-3__probox:hover .inner-3__proMask__name:before {
    display: inline-block;
    transition: transform .35s .2s;
    transform: translate3d(0, 0, 0)
}

.inner-3__probox:hover .inner-3__proMask__desc {
    display: inline-block;
    opacity: 1;
    transition: opacity .35s .2s, transform .35s .2s;
    transform: translate3d(0, 0, 0)
}

.inner-3__cateprofile {
    width: 100%;
    margin: auto
}

#inner-3__prodetail .left {
    width: 50%;
    float: left;
    height: auto;
    overflow: hidden
}

#inner-3__prodetail .left .detail-gallery-top3 {
    border: 1px solid #d2d2d2
}

.inner-3__prodetail__thumbsbox {
    width: calc(100% - 120px);
    margin: 20px auto;
    position: relative
}

#inner-3__prodetail .left .detail-gallery-thumbs3 .swiper-slide {
    border: 1px solid #d2d2d2;
    overflow: hidden;
    width: 92px
}

.inner-3__prodetail__thumbsbox .swiper-button-next,
.inner-3__prodetail__thumbsbox .swiper-button-prev {
    background-image: none;
    text-align: center;
    line-height: 44px;
    outline: none
}

.inner-3__prodetail__thumbsbox .swiper-button-next i,
.inner-3__prodetail__thumbsbox .swiper-button-prev i {
    font-size: 20px;
    font-weight: normal
}

.inner-3__prodetail__thumbsbox .swiper-button-next-detail {
    right: -30px
}

.inner-3__prodetail__thumbsbox .swiper-button-prev-detail {
    left: -30px
}

.inner-3__prodetailinfo {
    width: 46%;
    float: right
}

.inner-3__prodetailname {
    margin-bottom: 40px
}

.inner-3__prodetaildesc {
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 28px
}

.vr_show {
    display: inline-block;
    padding: 5px 10px
}

.vr_show a {
    display: inline-block
}

.vr_window {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    opacity: 0;
    visibility: hidden
}

.vidoe_close {
    padding: 20px;
    color: #fff;
    font-size: 20px;
    line-height: .2rem;
    position: absolute;
    top: 20px;
    right: 20px
}

.inner-3__prodetailbtn {
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.inner-3__prodetailbtn:first-child {
    margin-right: 50px
}

.inner-3__prodetailbtn a {
    display: inline-block;
    padding: 12px 40px;
    background: #1d90d0;
    color: #fff;
    font-size: 16px;
    line-height: 24px
}

.inner-3__prodetailbtn a span {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 4;
    cursor: pointer
}

.inner-3__prodetailbtn:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3)
}

.inner-3__prodetailbtn:hover {
    box-shadow: 1px 2px 3px #888888
}

.inner-3__prodetailbtn:hover:before {
    display: inline-block;
    width: 100%;
    transition: width .6s ease;
    -moz-transition: width .6s ease;
    -webkit-transition: width .6s ease
}

.inner-3__editorcontent {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #fff
}

.inner_3__otherpro {
    padding-bottom: 80px
}

.inner_3__prodetail__otherswiper {
    width: 90%;
    margin: auto
}

.inner_3__prodetail__otherswiper .inner-3__probox {
    width: 286px
}

.inner_3__prodetail__otherimg img {
    width: 100%
}

.inner_3__prodetail__othername {
    padding-top: 15px
}

.inner_3__prodetail__othername h3 {
    text-align: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: keep-all
}

.inner_3__prodetail__next,
.inner_3__prodetail__prev {
    background-image: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #bfbfbf;
    outline: none
}

.inner_3__prodetail__next i,
.inner_3__prodetail__prev i {
    font-size: 24px;
    line-height: 38px;
    color: #fff
}

@media (max-width:768px) {
    .inner-3__prodetailbtn:first-child {
        margin-right: 10px
    }

    .inner-3__prodetailbtn a {
        padding: 12px 30px
    }
}

@media (max-width:1440px) {
    .inner_3__otherpro {
        margin-bottom: 60px
    }
}

@media (max-width:576px) {
    .inner-3__anchor {
        display: none
    }

    .inner-3_title {
        font-size: .24rem;
        line-height: .4rem
    }

    .inner-3_title p {
        width: 100%
    }

    .inner-3_title-fu span,
    .inner-3_title-fu a {
        font-size: .14rem
    }
}

.inner-3__productItem {
    position: relative;
    margin-bottom: 20px;
    width: 25%;
    padding: 0 10px;
    float: left
}

.inner-3__productItem a.inne3_productscale {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden
}

.inner-3__productItem.inner-3__productItem_l a.inne3_productscale {
    height: 100%;
    padding-bottom: inherit
}

.inner-3__productItem.inner-3__productItem_l a.inne3_productscale .inner-3__product_pic {
    height: 100%
}

.inner-3__productItem:nth-child(7n) {
    margin-bottom: 0
}

.inner-3__product_pic {
    width: 100%;
    text-align: center
}

.inner-3__product_pic img {
    width: 100%
}

.inner-3__product_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    opacity: 0
}

.inner-3__product_color {
    color: #fff
}

.inner-3__product_hover h3 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    transform: translate3d(0, -6px, 0);
    -moz-transform: translate3d(0, -6px, 0);
    -webkit-transform: translate3d(0, -6px, 0);
    transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1)
}

.inner-3__product_hover p {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 3;
    transform: translate3d(0, 6px, 0);
    -moz-transform: translate3d(0, 6px, 0);
    -webkit-transform: translate3d(0, 6px, 0);
    transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1)
}

.inner-3__product_hover h3:before {
    content: '';
    display: table;
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0)
}

.inner-3__product_hover:before {
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    opacity: 0;
    visibility: hidden;
    transform: scale(.85);
    -moz-transform: scale(.85);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.85);
    z-index: 2;
    top: 0px;
    left: 0px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-left: -2px;
    margin-top: -2px
}

.inner-3__product_hover:hover {
    opacity: 1
}

.inner-3__product_hover:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(.92, .9);
    -moz-transform: scale(.92, .9);
    -webkit-transform: scale(.92, .9);
    -ms-transform: scale(.92, .9);
    display: inline-block
}

.inner-3__product_hover:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.inner-3__product_hover:hover:after {
    transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    display: inline-block
}

.inner-3__product_hover:hover h3 {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1)
}

.inner-3__product_hover:hover p {
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -moz-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -webkit-transition: all .38s cubic-bezier(.62, .02, .34, 1);
    -ms-transition: all .38s cubic-bezier(.62, .02, .34, 1)
}

.inner-3__productWrap_mobile {
    display: none
}

@media (max-width:576px) {
    .inner-3__productWrap {
        display: none
    }

    .inner-3__productWrap_mobile {
        display: block
    }

    .inner-3__productItem {
        width: 50%
    }

    .inner-3__productItem_mobilefirst {
        width: 100%
    }

    .inner-3__productItem_mobilefirst a.inne3_productscale {
        height: auto;
        padding-bottom: 0
    }

    .inner-3__productWrap_mobile>div {
        flex-wrap: wrap
    }

    .inner-3__product_mobile h3 {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        padding: 10px 0
    }
}

.inner4_procatelist {
    position: relative
}

.inner_4__innerContent {
    margin-bottom: 30px
}

.inner4_topLeft {
    padding: 20px 0 0;
    position: relative
}

.inner4_procateswiper {
    padding-bottom: 220px
}

.inner4_procateitem {
    min-height: 100px
}

.inner4_procateitembox {
    position: relative;
    margin: 0 10px
}

.inner4_procateitem a {
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -webkit-transition: transform .6s ease
}

.inner4_procatenext,
.inner4_procateprev {
    display: none;
    background-image: none;
    text-align: center;
    top: 25%
}

.inner4_procatenext i,
.inner4_procateprev i {
    font-size: 44px;
    line-height: 40px;
    color: #e3a841
}

.inner4_procatenext {
    right: -20px
}

.inner4_procateprev {
    left: -20px
}

@media (max-width:768px) {
    .inner4_procateswiper {
        padding-bottom: 150px
    }

    .inner4_breadcrumbs {
        margin-bottom: 15px !important;
        margin-top: -20px !important
    }
}

@media (max-width:576px) {
    .inner4_procatenext {
        right: 0
    }

    .inner4_procateprev {
        left: 0
    }

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

.inner4_procateitemimg {
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center
}

.inner4_procateitemimg img {
    max-width: 100%
}

.inner4_procateitemname {
    margin: auto;
    padding-top: 12px
}

.inner4_procateitemname h3 {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    font-weight: normal;
    text-align: center
}

.inner4_procateitem:hover a {
    transform: translate3d(0, 70px, 0);
    -moz-transform: translate3d(0, 70px, 0);
    box-shadow: 0 0 10px 2px #5c5c5c;
    transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -webkit-transition: transform .6s ease
}

.inner4_breadcrumbs {
    position: relative;
    margin-bottom: 50px
}

.inner4_title h3 {
    font-size: 36px;
    line-height: 56px;
    color: #0061a1;
    font-weight: normal
}

@media (max-width:768px) {
    .inner4_title h3 {
        font-size: 24px
    }
}

.inner4__probox {
    margin-bottom: 30px
}

.swiper-slide.inner4__probox {
    margin-bottom: 30px;
    width: 286px;
    height: auto
}

.inner4__pro {
    border: 1px solid #e6e6e6;
    padding-bottom: 40px;
    position: relative;
    background: #fff
}

.inner4__pro:before {
    content: '';
    display: table;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #0061a1;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: .6s ease;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease
}

.inner4__proicon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease
}

.inner4__proicon:before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    border-top: 1rem solid #0061a1;
    border-right: 1rem solid transparent;
    width: 0;
    height: 0
}

.inner4__proicon img {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 20px;
    height: 20px
}

.inner4_profile img {
    max-width: 100%
}

.inner4__proimg {
    width: 100%;
    height: 0;
    padding-bottom: 116%;
    position: relative;
    overflow: hidden
}

.inner4__proimg>img {
    width: 100%
}

.inner4__proName {
    padding: 0 15px
}

.inner4__proName h3 {
    font-size: 20px;
    color: #0061a1;
    line-height: 30px;
    text-align: center
}

.inner4__pro:hover {
    box-shadow: 0 0 30px 10px #e6e6e6
}

.inner4__pro:hover .inner4__proicon {
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    transition: .6s ease;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease
}

.inner4__pro:hover:before {
    width: 100%;
    left: 0;
    transition: .6s ease;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease
}

.inner_4__innerwrapper .main_page span:hover,
.inner_4__innerwrapper .main_page a:hover {
    color: #fff
}

.main_page.innner4_page span,
.main_page.innner4_page a {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%
}

#inner-4__prodetail .product_detail--top {
    justify-content: space-between
}

#inner-4__prodetail .left {
    width: 46%;
    float: left;
    height: auto;
    position: relative
}

#inner-4__prodetail .inner-3__prodetailinfo {
    width: 50%;
    position: relative
}

#inner-4__prodetail .inner-3__prodetailinfobox {
    width: 100%;
    height: 100%
}

#inner-4__prodetail .detail-gallery-top3 {
    border: 1px solid #d2d2d2
}

#inner-4__prodetail .inner-4__prodetailinfo-down {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.inner-4__prodetailbtn {
    width: calc(50% - 40px);
    float: left
}

@media (max-width:768px) {
    .inner-4__prodetailbtn {
        width: calc(50% - 15px);
        float: left;
        margin-right: 15px
    }
}

.inner-4__prodetailbtn.right {
    float: right
}

.inner-4__prodetailbtn a {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #7b7c7e;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all .5s ease-in
}

.inner-4__prodetailbtn a span {
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    cursor: pointer
}

.inner-4__prodetailbtn:hover a {
    background: #0061a1;
    box-shadow: 3px 2px 7px 0 #8f9091
}

.inner-4__prodetailconct {
    width: 100%;
    margin-bottom: 20px
}

.inner-4__prodetailconct li {
    width: calc(50% - 40px);
    float: left
}

.inner-4__prodetailconct li a,
.inner-4__prodetailconct li {
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    font-weight: normal
}

.inner-4__prodetailconct li a:hover {
    text-decoration: underline
}

.inner-4__prodetailconct li i {
    padding-right: 12px
}

.inner-4__prodetailconct li.right {
    float: right
}

.inner-4__prodetailinfo-down .inner-3__prodetail__img {
    border: 1px solid #d2d2d2
}

.inner-4__prodetailinfo-down .detail-gallery-thumbs3 .swiper-slide-thumb-active .inner-3__prodetail__img {
    border-color: #0061a1
}

.inner-4__prodetailinfo-down .inner-3__prodetail__thumbsbox {
    margin: 20px auto 0
}

.inner-4__prodetailinfo-down .detail-gallery-thumbs3 .swiper-slide {
    width: 105px;
    height: auto
}

.inner4detailmobile_gallery {
    border: 1px solid #e3e3e3;
    margin-bottom: 30px
}

.inner4detailmobile_next,
.inner4detailmobile_prev {
    background-image: none;
    text-align: center;
    line-height: 40px;
    outline: none
}

.inner4detailmobile_next i,
.inner4detailmobile_prev i {
    font-size: 16px;
    font-weight: normal
}

.inner-4_prodetail_mobile .inner-3__prodetaildesc {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px
}

@media (max-width:992px) {
    #inner-4__prodetail .product_detail--top {
        flex-wrap: wrap
    }

    #inner-4__prodetail .left,
    #inner-4__prodetail .inner-3__prodetailinfo {
        width: 100%;
        margin-bottom: 30px
    }

    #inner-4__prodetail .inner-4__prodetailinfo-down {
        position: relative
    }
}

@media (max-width:576px) {
    .inner-4__prodetailconct li {
        width: 100%;
        float: inherit
    }

    .inner4_procateitem:hover a {
        transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        box-shadow: 0 0 10px 2px #5c5c5c;
        transition: transform .6s ease;
        -moz-transition: transform .6s ease;
        -webkit-transition: transform .6s ease
    }
}

.HJZF_Z__inner_product_categroy5 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px
}

.HJZF_Z__inner_product_categroy5 li {
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 15px
}

.HJZF_Z__inner_product_categroy5 li a {
    padding: 10px 20px;
    display: block;
    border: 1px solid transparent;
    transition: all .4s ease
}

.HJZF_Z__inner_product_categroy5 li h3 {
    font-size: 16px
}

.HJZF_Z__inner_product_categroy5_title {
    padding: 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc
}

.HJZF_Z__innerContent_product_categroy5:before {
    display: none !important
}

.HJZF_Z__innerContent_product_categroy5 {
    display: flex;
    flex-wrap: wrap
}

.HJZF_Z__innerContent_product_categroy5 li img {
    width: 100%;
    transition: all .3s ease-in
}

.HJZF_Z__innerContent_product_categroy5 li a {
    display: block;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden
}

.news_body img,
#news_detail img {
    height: auto !important
}

.inner_pro_img {
    position: relative;
    overflow: hidden
}

.inner_pro_img:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #333;
    transition: all .3s ease
}

.inner_pro_info {
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 5%;
    background-color: #fff;
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .5s ease-in
}

.inner_pro_info:after {
    position: absolute;
    content: '';
    left: 15px;
    bottom: -200%;
    width: 4px;
    height: 40px;
    opacity: 0;
    background-color: #333;
    transition: all .5s ease-in
}

.inner_pro_info_title {
    color: #333;
    text-align: center;
    height: 22px;
    overflow: hidden
}

.inner_pro_info_content {
    height: 40px;
    overflow: hidden;
    color: rgba(0, 0, 0, 0.6)
}

.HJZF_Z__innerContent_product_categroy5 li:hover .inner_pro_info {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    bottom: 130px
}

.HJZF_Z__innerContent_product_categroy5 li:hover .inner_pro_img img {
    transform: scale(1.1)
}

.HJZF_Z__innerContent_product_categroy5 li:hover .inner_pro_img:after {
    width: 100%
}

.HJZF_Z__innerContent_product_categroy5 li:hover .inner_pro_info:after {
    bottom: -20px;
    opacity: 1
}

@media (max-width:768px) {
    .HJZF_Z__innerContent_product_categroy5 li a {
        padding-bottom: 0
    }

    .HJZF_Z__innerContent_product_categroy5 li {
        margin-bottom: 15px
    }

    .inner_pro_info {
        position: static;
        padding-top: 0;
        padding-bottom: 0
    }

    .HJZF_Z__innerContent {
        margin-bottom: 15px;
        overflow: hidden
    }
}

.product_detail5_gallery {
    border: 1px solid #e3e3e3
}

.product_detail5_gallery img {
    width: 100%
}

.inner5detailmobile_next,
.inner5detailmobile_prev {
    background: none
}

.main_newslist3 li {
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.main_newslist3 li:before {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0;
    background-color: rgba(45, 45, 45, 0.05);
    transition: all .5s ease-in;
    z-index: -1
}

.main_newslist3 li:hover:before {
    height: 100%
}

.main_newslist3 .newslist_img {
    padding-right: 0;
    padding-left: 0;
    max-height: 200px;
    overflow: hidden;
    transition: all .5s ease-in
}

.main_newslist3 .newslist_left {
    margin-top: 30px;
    height: 100%;
    transition: all .5s ease-in
}

.main_newslist3 li:hover .newslist_left {
    margin-left: 3%
}

.main_newslist3 .newslist_left h5 {
    color: #333;
    margin-bottom: 5px
}

.main_newslist3 .newslist_left span {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
    display: block
}

.main_newslist3 .newslist_left p {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7)
}

.main_newslist3 a.more {
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    opacity: 0;
    display: inline-block;
    margin-left: 3%;
    transition: all .5s linear
}

.main_newslist3 li:hover a.more {
    background-color: #333;
    color: #fff;
    opacity: 1
}

@media (max-width:786px) {
    .main_newslist3 a.more {
        display: none !important
    }
}

.HJZF_Z__wrapper_detail3_title {
    padding-top: 30px;
    padding-bottom: 30px
}

@media (max-width:768px) {
    .HJZF_Z__wrapper_detail3_title {
        padding: 0
    }
}

.HJZF_Z_product_categroy6_breadcrumbs {
    line-height: 60px;
    margin-top: -52px;
    position: relative;
    z-index: 9;
    color: #fff
}

.HJZF_Z_product_categroy6_breadcrumbs a {
    color: #fff
}

.HJZF_Z_product_categroy6_breadcrumbs img {
    margin: -4px
}

.HJZF_Z_product_categroy6_breadcrumbs .tal {
    font-size: 18px;
    word-spacing: 5px
}

.HJZF_Z_product_categroy6_breadcrumbs .tal i {
    margin-left: 10px
}

.HJZF_Z__innerContent_product_box_a {
    padding-bottom: 90px;
    position: relative;
    margin-bottom: 30px
}

.HJZF_Z__innerContent_product_box_a:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease
}

.HJZF_Z__innerContent_product_box_a:hover:before {
    opacity: .8
}

.HJZF_Z__innerContent_product_categroy6_box {
    display: block;
    width: 100%;
    height: 100%
}

.HJZF_Z__innerContent_product_categroy6_box_text {
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 80%;
    text-align: center;
    color: #333;
    z-index: 9;
    transition: all .5s ease
}

.HJZF_Z__innerContent_product_categroy6_box_text span {
    color: #333
}

.HJZF_Z__innerContent_product_categroy6_box_text p {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold
}

.HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text {
    bottom: 50%;
    text-align: left
}

.HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text p,
.HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text span {
    color: #fff
}

.HJZF_Z__innerContent_product_categroy6_box_img {
    border: 1px solid #ccc
}

.HJZF_Z__innerContent .row_little {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1200px) {

    .HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text p,
    .HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text span {
        color: #333
    }

    .HJZF_Z__innerContent_product_box_a:hover .products_hj07_title_slide_box:after {
        background-color: transparent !important
    }

    .HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text {
        bottom: 0;
        text-align: center
    }

    .products_hj07_title_slide {
        margin-bottom: 20px
    }

    .HJZF_Z__innerContent_product_categroy6_box_text p {
        font-size: 14px
    }

    .HJZF_Z__innerContent_product_box_a {
        margin-bottom: 15px
    }

    .HJZF_Z__innerContent_product_box_a:before {
        display: none !important
    }
}

.product6_leftnav_cont_side {
    margin-bottom: 30px
}

.product6_leftnav_cont_side,
.product6_leftnav_cont_side h3 {
    font-size: 18px
}

.product6_leftnav_cont_side li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: #333;
    line-height: 40px
}

.product6_leftnav_cont_side li a {
    color: #333
}

.product6_leftnav_cont_side li span.yiji a {
    display: inline-block;
    margin-right: 5px
}

.product6_leftnav_cont_side li span.yiji {
    flex: 0 0 20%;
    width: 20%
}

.product6_leftnav_cont_side li span.left_second {
    flex: 0 0 80%;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.product6_leftnav_cont_side li span.left_second h3,
.product6_leftnav_cont_side li span.left_second {
    line-height: 40px;
    white-space: nowrap
}

.product6_leftnav_cont_side li span.left_second a {
    flex: 0 1 auto;
    padding: 0 15px;
    transition: all .5s ease;
    margin-right: 15px
}

.product6_leftnav_cont_side li span.left_second a:hover {
    color: #fff
}

.onerji {
    position: relative
}

.onerji img {
    width: 100%;
    min-height: 300px
}

.onerji:before {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2)
}

.onerji span {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 26px
}

.onerji_list {
    display: flex;
    justify-content: flex-start;
    background-color: #e3e3e3
}

.onerji_list li {
    flex: 0 0 15%;
    text-align: center;
    position: relative;
    transition: all .5s ease-in
}

.onerji_list li span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    top: -100px;
    transition: all .5s ease-in .1s;
    opacity: 0
}

.onerji_list li:hover span,
.onerji_list li.on span {
    opacity: 1
}

.onerji_list li:hover h3,
.onerji_list li.on h3 {
    color: #fff
}

.onerji_list li span img {
    max-width: 100%
}

.onerji_list li h3,
.onerji_list li {
    line-height: 60px;
    font-size: 18px;
    color: #333
}

@media (min-width:992px) {
    .col-lg-2-4 {
        width: 20%
    }
}

.inner-7_titlepart {
    padding-bottom: 40px
}

.inner7__class {
    background: #ffffff;
    text-align: center;
    padding: 40px 0 0;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    transition: all .3s
}

.inner7__class:hover {
    top: -10px;
    transition: all .3s
}

.inner7__class .inner7__classimg a {
    display: block;
    padding-top: 64.86%;
    background-repeat: no-repeat;
    background-position: center center
}

.inner7__class .inner7__className {
    padding: 20px 10px
}

.inner7__class .inner7__className h3 {
    height: 44px;
    color: #111111;
    margin-bottom: 10px;
    overflow: hidden
}

.inner7__pro {
    border: 1px solid #dddddd;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #ffffff
}

.inner7__proimg {
    position: relative;
    overflow: hidden
}

.inner7__pro .inner7__proimg a {
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.inner7__pro .inner7__proName h3 {
    height: 45px;
    font-size: 14px;
    color: #222;
    padding: 5px 0 0;
    margin-bottom: 5px;
    line-height: 1.4;
    overflow: hidden;
    font-weight: normal
}

.inner7__products_inquire {
    position: relative;
    height: 38px;
    width: 100%;
    overflow: hidden;
    padding-right: 45px
}

.inner7__products_inquire a {
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    color: #ffffff;
    width: 100%;
    white-space: nowrap;
    display: inline-block
}

.inner7__products_inquire a.inquire.view_detail {
    width: 100%;
    background: #ffffff;
    color: #545454;
    border: 1px solid #545454
}

.inner7__products_inquire a.inquire.view_detail:hover {
    color: #ffffff
}

.inner7__products_inquire a.addToBasket {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 40px;
    height: 37px;
    cursor: pointer
}

.product_categroy7__innerContent {
    position: absolute;
    top: 50%;
    z-index: 99;
    width: 100%
}

.HJZF_Z__inner_product_categroy7 {
    margin-top: -85px
}

.HJZF_Z__inner_product_categroy7_title h2 {
    color: #FFFFFF
}

.HJZF_Z__inner__product_categroy7__search {
    width: 100%;
    justify-content: flex-start;
    align-items: center
}

.HJZF_Z__inner__product_categroy7__search form {
    width: 100%
}

.product_categroy7__yiji .yiji_title {
    border-top-left-radius: 40px;
    transition: all .1s
}

.product_categroy7__yiji select,
.product_categroy7__erji select {
    border: none;
    border-bottom: 1px solid #fff;
    min-width: 270px
}

.HJZF_Z__inner_product_categroy7 .selectWrap {
    width: 30%;
    float: left;
    padding-right: 10px;
    position: relative
}

.HJZF_Z__inner_product_categroy7 .selectWrap .tit {
    width: 100%;
    display: block;
    height: 65px;
    font-size: 18px;
    color: #8e8e8e;
    line-height: 65px;
    padding-left: 65px;
    padding-right: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #ffffff
}

.HJZF_Z__inner_product_categroy7 .selectWrap em {
    width: 45px;
    margin: 19px 0;
    font-size: 20px;
    color: #8e8e8e;
    display: inline-block;
    float: left;
    text-align: center;
    position: absolute;
    border-right: 1px solid #969fa6;
    font-style: normal
}

.HJZF_Z__inner_product_categroy7 .selectWrap .tit i {
    position: absolute;
    right: 20px;
    font-size: 20px;
    top: 22px
}

.HJZF_Z__inner_product_categroy7 .selectWrap .tit span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inherit
}

.HJZF_Z__inner_product_categroy7 .selectWrap .down {
    position: absolute;
    top: 65px;
    left: 0;
    width: calc(100% - 10px);
    background: #fff;
    display: none;
    z-index: 22;
    max-height: 300px;
    max-width: 350px;
    overflow-x: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.HJZF_Z__inner_product_categroy7 .selectWrap .down li h3 {
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
    cursor: pointer
}

.HJZF_Z__inner_product_categroy7 .selectWrap .down li.active h3 {
    color: #FFFFFF
}

.HJZF_Z__inner_product_categroy7 .selectWrap input {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.product_categroy7__btn {
    width: 10%;
    float: left;
    position: relative
}

.product_categroy7__btn button {
    width: 100%;
    height: 65px;
    border: 0;
    font-size: 24px;
    background: #d61923;
    color: #ffffff;
    border-bottom-right-radius: 40px;
    cursor: pointer;
    outline: medium
}

.HJZF_Z__inner__product_categroy7__search.active {
    height: auto;
    position: fixed;
    top: 0;
    background: #111111;
    padding: 10px;
    z-index: 99;
    left: 0
}

.HJZF_Z__inner__product_categroy7__search.active .selectWrap .tit,
.HJZF_Z__inner__product_categroy7__search.active .product_categroy7__btn button {
    height: 48px;
    line-height: 48px
}

.HJZF_Z__inner__product_categroy7__search.active .selectWrap em {
    margin: 10px 0
}

.HJZF_Z__inner__product_categroy7__search.active .selectWrap .tit i {
    top: 14px
}

.HJZF_Z__inner__product_categroy7__search.active .selectWrap .down {
    top: 48px
}

@media (max-width:991px) {
    .HJZF_Z__inner_product_categroy7 {
        margin-top: -20px
    }

    .HJZF_Z__inner_product_categroy7_title.pb40 {
        padding-bottom: 20px
    }

    .HJZF_Z__inner_product_categroy7 .selectWrap .tit {
        height: 48px;
        line-height: 48px
    }

    .HJZF_Z__inner_product_categroy7 .selectWrap .tit i {
        top: 14px
    }

    .HJZF_Z__inner_product_categroy7 .selectWrap em {
        margin: 10px 0
    }

    .product_categroy7__btn button {
        height: 48px;
        font-size: 16px
    }

    .HJZF_Z__inner_product_categroy7 .selectWrap .down {
        top: 48px
    }
}

@media (max-width:767px) {
    .HJZF_Z__innerBanner7 img {
        min-height: 400px;
        height: auto
    }

    .product_categroy7__innerContent {
        top: 25%
    }

    .HJZF_Z__inner_product_categroy7 .selectWrap,
    .product_categroy7__btn {
        width: 80%;
        margin: 0 auto 10px;
        padding-right: 0;
        float: none
    }

    .product_categroy7__yiji .yiji_title {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .product_categroy7__btn button {
        border-bottom-right-radius: 0
    }

    .HJZF_Z__inner__product_categroy7__search.active {
        top: 68px
    }
}

.HJZF_Z_product8_procenter {
    width: 100%
}

.HJZF_Z_product8_swiper {
    padding-bottom: 50px
}

.HJZF_Z_product8_item {
    position: relative;
    transition: background .5s ease;
    padding-bottom: 30px
}

.HJZF_Z_product8_item_rect {
    padding-bottom: 60.7%;
    background: #efefef;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.HJZF_Z_product8_item_box {
    padding: 36px 29px
}

.HJZF_Z_product8_item_name {
    color: #00a1e9
}

.HJZF_Z_product8_item_model {
    color: #666
}

.HJZF_Z_product8_item_ms {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.HJZF_Z_product8_item_btn {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    height: 33px;
    line-height: 33px;
    transition: all .5s ease
}

.HJZF_Z_product8_item_imgbox {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .5s ease
}

.HJZF_Z_product8_item_imgbox img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0
}

.HJZF_Z_product8_item:hover .HJZF_Z_product8_item_box .HJZF_Z_product8_item_btn {
    padding: 0 25px;
    color: #fff;
    background: #00a1e9;
    text-decoration: none;
    border-radius: 3px
}

.HJZF_Z_product8_item:hover .HJZF_Z_product8_item_imgbox {
    bottom: 20px
}

.HJZF_Z_product8-pagination {
    width: 100%;
    text-align: center
}

.HJZF_Z_product8_search--title {
    text-align: center
}

.HJZF_Z_product8_form_box {
    width: 45%;
    margin: 30px auto 0;
    border-radius: 50px;
    border: 1px solid #d5d5d5;
    height: 52px;
    line-height: 52px;
    padding: 0 1%;
    position: relative
}

.HJZF_Z_product8_form_box input {
    width: 90%;
    line-height: 52px;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    float: left;
    text-indent: 5px;
    height: 52px
}

.HJZF_Z_product8_form_box button {
    width: 41px;
    height: 41px;
    background: #ccc;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
    position: relative;
    border-radius: 50%;
    float: right;
    margin-top: 5px;
    line-height: 1
}

.HJZF_Z_product8_form_box button i {
    margin: 0;
    font-size: 20px;
    color: #fff;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -11px
}

.HJZF_Z_product8_infor_link {
    text-align: center;
    padding: 40px 11.5% 10px 11.5%
}

.HJZF_Z_product8_infor_link a {
    display: inline-block;
    position: relative
}

.HJZF_Z_product8_infor_link a h3 {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0 23px
}

.HJZF_Z_product8_infor_link a:after {
    content: '';
    width: 1px;
    height: 14px;
    background: #ffc700;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px
}

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

.HJZF_Z_product8--classbg {
    background: #f6f6f6;
    padding: 65px 0
}

.HJZF_Z_product8__class {
    position: relative;
    transition: all .5s ease;
    margin-bottom: 30px;
    padding-bottom: 130px
}

.HJZF_Z_product8__classimg {
    padding-bottom: 105.7%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.HJZF_Z_product8__classimg img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.HJZF_Z_product8__intro {
    background: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0
}

.HJZF_Z_product8__intro--box {
    padding: 32px 20px 28px
}

.HJZF_Z_product8__className {
    margin-bottom: 10px
}

.HJZF_Z_product8__className h3 {
    font-size: 24px;
    line-height: 30px;
    color: #666;
    font-weight: bold
}

.HJZF_Z_product8__con {
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
    text-align: left
}

.HJZF_Z_product8__con a {
    display: block;
    width: 100%
}

.HJZF_Z_product8__con a h3 {
    line-height: 26px;
    font-size: 14px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.HJZF_Z_product8__intro_more {
    margin-top: 15px
}

.HJZF_Z_product8__intro_more a {
    margin-right: 13px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    color: #666
}

.HJZF_Z_product8__intro_more a i {
    margin-left: 5px
}

.HJZF_Z_product8__line {
    width: 0;
    height: 5px;
    background: #ffcb2d;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease
}

.HJZF_Z_product8--item .HJZF_Z_product8__class:hover .HJZF_Z_product8__con {
    height: 135px
}

.HJZF_Z_product8--item .HJZF_Z_product8__class:hover {
    box-shadow: -4px 2px 20px 1px rgba(0, 0, 0, 0.2)
}

.HJZF_Z_product8--item .HJZF_Z_product8__class:hover .HJZF_Z_product8__line {
    width: 100%
}

.HJZF_Z_product8--caseinfor {
    margin-bottom: 55px;
    position: relative
}

.HJZF_Z_product8--casebt {
    visibility: visible;
    transform: translateX(0) scale(1);
    opacity: 1;
    transition: transform 1s ease 0s, opacity 1s ease 0s;
    float: left
}

.HJZF_Z_product8--casebt a {
    display: inline-block;
    color: #FFFFFF
}

.HJZF_Z_product8--casecon {
    float: right;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 26px;
    margin-right: 20px
}

.HJZF_Z_product8--caseswiper {
    width: 100%;
    position: relative
}

.HJZF_Z_product8--casebtn {
    margin-top: 23px;
    float: right;
    width: 60px;
    height: 24px;
    position: relative
}

.HJZF_Z_product8--casepic {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 62.25%
}

.HJZF_Z_product8--casepic img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.HJZF_Z_product8--casetit {
    color: #fff;
    margin: 20px 0 5px
}

.HJZF_Z_product8--casemore {
    font-size: 16px;
    color: #fff;
    transition: all .5s ease
}

.HJZF_Z_product8--casenext,
.HJZF_Z_product8--caseprev {
    width: 15px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    z-index: 2;
    cursor: pointer;
    background: none
}

.HJZF_Z_product8--caseline {
    width: 1px;
    height: 18px;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    right: 27px;
    top: 8px
}

.HJZF_Z_product8--caseprev {
    right: 60px
}

.HJZF_Z_product8--casenext {
    right: 0
}

.HJZF_Z_product8--casenext i,
.HJZF_Z_product8--caseprev i {
    font-size: 20px;
    color: #fff
}

.HJZF_Z_product8--servicetitle {
    color: #666
}

.HJZF_Z_product8--servicems {
    color: #666;
    margin-top: 20px
}

.HJZF_Z_product8--servicebtn a {
    margin: 45px auto 0;
    width: 220px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    background: #fff;
    overflow: hidden;
    transition: color .3s;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: 1px solid #666;
    color: #666
}

@media only screen and (max-width:1240px) {
    .HJZF_Z_product8_item_imgbox {
        width: 43%
    }

    .HJZF_Z_product8_item_box {
        padding: 20px
    }
}

@media only screen and (max-width:991px) {
    .HJZF_Z_product8_form_box {
        width: 90%
    }
}

@media only screen and (max-width:768px) {
    .HJZF_Z_product8__class {
        padding-bottom: 107px
    }

    .HJZF_Z_product8__intro--box {
        padding: 22px 10px 28px
    }

    .HJZF_Z_product8__className h3 {
        font-size: 20px;
        line-height: 26px
    }

    .HJZF_Z_product8__intro_more {
        margin-top: 0
    }
}

.HJZF_Z_product_categroy8_breadcrumbs {
    height: 50px;
    background: #f7f7f7;
    border-bottom: 1px solid #e1e4e6;
    border-top: 1px solid #e1e4e6;
    position: relative
}

.HJZF_Z_product_categroy8_breadcrumbs .tar {
    line-height: 50px
}

.HJZF_Z_product_categroy8_breadcrumbs .tar a {
    font-size: 16px;
    line-height: 24px;
    color: #666
}

.HJZF_Z_product_categroy8_breadcrumbs .tar a:first-child:before {
    content: '\f041';
    font-family: FontAwesome;
    margin-right: 8px;
    color: #666;
    font-size: 16px
}

.HJZF_Z_product_categroy8_infor {
    position: relative;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 39px;
    display: inline-block;
    min-width: 200px
}

.HJZF_Z_product_categroy8_infor:after {
    content: '';
    width: 1px;
    height: 40px;
    background: #e3e6e7;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px
}

.HJZF_Z_product_categroy8_infor span {
    padding-right: 30px;
    line-height: 50px
}

.HJZF_Z_product_categroy8_infor i {
    font-size: 20px
}

.HJZF_Z_product_categroy8_infor.on i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg)
}

.HJZF_Z_product_categroy8_list {
    display: none;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #d7d7d7;
    z-index: 10
}

.HJZF_Z_product_categroy8_list ul li {
    line-height: 35px;
    text-indent: 20px;
    cursor: pointer;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7
}

.HJZF_Z_product_categroy8_list ul li h3 {
    color: #333;
    font-size: 16px;
    line-height: 35px;
    font-weight: normal
}

.HJZF_Z_product_categroy8_list ul li:hover h3 {
    color: #FFFFFF
}

.HJZF_Z_product_categroy8_mwrap {
    width: 100%;
    background-size: cover
}

.HJZF_Z_product_categroy8_mwrap #fenlei_menu {
    padding-top: 40px;
    padding-bottom: 40px
}

.HJZF_Z_product_categroy8_tit {
    margin-bottom: 20px;
    color: #FFFFFF
}

.HJZF_Z_product_categroy8_tit h3 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    line-height: 55px;
    text-align: left
}

.HJZF_Z_product_categroy8_fenlei {
    width: 100%
}

.HJZF_Z_product_categroy8_fenlei ul li {
    float: left;
    width: auto;
    margin-right: 2%;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    line-height: 40px
}

.HJZF_Z_product_categroy8_fenlei ul li i {
    padding-right: 10px
}

.HJZF_Z_product_categroy8_fenlei ul li.cur i.fa-circle-o:before {
    content: "\f192"
}

.HJZF_Z_product_categroy8_fenlei ul li h3 {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding: 6px 0;
    font-weight: normal;
    display: inline-block
}

.HJZF_Z_product_categroy8_erfenlei .erji_tit {
    font-weight: bold;
    margin-top: 20px
}

.HJZF_Z__product_categroy8_hd {
    padding-top: 40px
}

.HJZF_Z__innerContent_product_categroy8_box {
    position: relative
}

.HJZF_Z__innerContent_product_categroy8_box_img {
    padding-bottom: 69.5%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.HJZF_Z__innerContent_product_categroy8_box_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s ease 0s
}

.HJZF_Z__innerContent_product_categroy8_box_text {
    padding: 25px 18px
}

.HJZF_Z__innerContent_product_categroy8_box_text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #666;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden
}

.HJZF_Z__innerContent_product_categroy8_box_text p:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    bottom: 0;
    left: 0
}

.HJZF_Z__innerContent_product_categroy8_box_text span {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 5px 0 10px
}

.HJZF_Z__product_categroy8__line {
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease
}

.HJZF_Z__innerContent_product_categroy8_box:hover .HJZF_Z__product_categroy8__line {
    width: 100%
}

.HJZF_Z__innerContent_product_categroy8_box:hover {
    box-shadow: -4px 2px 20px 1px rgba(0, 0, 0, 0.2)
}

.HJZF_Z__innerContent_product_categroy8_box:hover .HJZF_Z__innerContent_product_categroy8_box_img img {
    transform: scale(1.1, 1.1)
}

.HJZF_Z__product_categroy8__list03 {
    margin-top: 30px
}

.HJZF_Z__product_categroy8__infor {
    text-align: center
}

.HJZF_Z__product_categroy8__infor .tit,
.HJZF_Z__product_categroy8__infor .con {
    padding: 5px 0
}

.HJZF_Z__product_categroy8__list03 .hd {
    margin-top: 30px
}

.HJZF_Z__product_categroy8__list03 .hd li {
    float: left;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all .5s ease;
    text-align: center
}

.HJZF_Z__product_categroy8__list03 .hd li a {
    display: block
}

.HJZF_Z__product_categroy8__list03 .hd li .icon {
    width: 50px;
    height: 50px;
    margin: 33px auto 10px;
    background-position: top
}

.HJZF_Z__product_categroy8__list03 .hd li.cur .txt {
    color: #FFFFFF
}

.HJZF_Z__product_categroy8__list03 .hd li.cur .icon {
    background-position: 0 50px
}

.HJZF_Z__product_categroy8__list03 .bd {
    position: relative;
    height: 430px;
    width: 100%;
    overflow: hidden
}

.HJZF_Z__product_categroy8__list03 .bd .HJZF_Z__product_categroy8__bgbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.HJZF_Z__product_categroy8__list03 .bd .HJZF_Z__product_categroy8__bgbox .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.HJZF_Z__product_categroy8__list03 .bd .HJZF_Z__product_categroy8__bgbox .bg.cur {
    opacity: 1;
    visibility: visible
}

.HJZF_Z__product_categroy8__list03 .bd .HJZF_Z__product_categroy8__bgbox .bg img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
    height: 100%
}

@media (max-width:768px) {
    .HJZF_Z__product_categroy8__list03 {
        display: none
    }
}

.product_categroy9__item .yiji_title {
    width: 100%;
    position: relative
}

.product_categroy9__item .yiji_title img {
    width: 100%
}

.product_categroy9__item .yiji_title span {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.product_categroy9__item .yiji_title span h3 {
    font-size: 28px;
    color: #fff;
    font-weight: normal
}

.product_categroy9__item .yiji_type {
    background: #fff;
    padding: 15px
}

.product_categroy9__item .yiji_type ul {
    overflow: hidden
}

.product_categroy9__item .yiji_type ul li {
    display: flex;
    margin-bottom: 10px
}

.product_categroy9__item .yiji_type ul li i {
    margin-right: 10px;
    margin-top: 5px;
    color: #b6b6b6
}

.product_categroy9__item .yiji_type ul li#cur i.fa-circle-o:before {
    content: "\f192"
}

.product_categroy9__item .yiji_type ul li h3 {
    display: inline-block;
    font-size: 18px;
    color: #747474;
    font-weight: normal;
    line-height: 26px
}

.HJZF_Z__innerContent_categroy9_text {
    padding: 40px 0;
    text-align: center;
    font-size: 30px
}

.HJZF_Z__innerContent_categroy9--item {
    position: relative;
    margin-bottom: 30px
}

.HJZF_Z__innerContent_categroy9_box_img {
    width: 100%;
    display: block
}

.HJZF_Z__innerContent_categroy9_box_img img {
    width: 100%
}

.HJZF_Z__innerContent_categroy9_box_text {
    height: 130px;
    background: #f5f5f5;
    text-align: center;
    padding: 5% 0;
    position: relative;
    perspective: 400px
}

.HJZF_Z__innerContent_categroy9_box_text p {
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    transition-delay: .1s;
    position: relative;
    z-index: 2
}

.HJZF_Z__innerContent_categroy9_box_text span {
    padding: 1% 5%;
    position: relative;
    z-index: 2;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    transition-delay: .1s
}

.HJZF_Z__innerContent_categroy9_box_text:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(138, 4, 3, 0.67);
    left: 0;
    top: 0;
    position: absolute;
    transform-origin: center top;
    transform: rotateX(-90deg);
    transition: 600ms ease;
    -webkit-transition: 600ms ease;
    transition-delay: .1s;
    opacity: 0
}

.HJZF_Z__innerContent_categroy9--item:hover .HJZF_Z__innerContent_categroy9_box_text:after {
    transform: rotateX(0deg);
    opacity: 1
}

.HJZF_Z__innerContent_categroy9--item:hover .HJZF_Z__innerContent_categroy9_box_text span {
    color: #fff
}

.HJZF_Z__innerContent_categroy9--item:hover .HJZF_Z__innerContent_categroy9_box_text p {
    color: #fff
}

.inner9detailmobile_gallery .inner9detailmobile_next,
.inner9detailmobile_gallery .inner9detailmobile_prev {
    background-image: none !important
}

.inner9detailmobile_gallery .inner9detailmobile_next i,
.inner9detailmobile_gallery .inner9detailmobile_prev i {
    font-size: 40px
}

.inner-9_editor_content_title,
.inner-9_detail_editor {
    margin-bottom: 30px
}

@media (max-width:768px) {
    .HJZF_Z__innerContent_categroy9_text {
        font-size: 24px;
        padding: 20px 0
    }

    .product_categroy9__item .yiji_title span h3 {
        font-size: 20px
    }

    .product_categroy9__item .yiji_type {
        padding: 15px 0
    }

    .product_categroy9__item .yiji_type ul li h3 {
        font-size: 14px
    }

    .HJZF_Z__innerContent_categroy9_box_text {
        height: 60px;
        padding: 15px
    }

    .HJZF_Z__innerContent_categroy9_box_text span {
        display: none
    }
}

.HJZF_Z__inner9--text {
    text-align: center;
    padding: 40px 0 60px 0;
    position: relative
}

.HJZF_Z__inner9--text .index_title,
.HJZF_Z__inner9--text .index_text {
    color: #777777
}

.HJZF_Z__inner9--text .index_text {
    border-bottom: 1px solid #848484;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    white-space: nowrap
}

.HJZF_Z__inner9--text2 {
    text-align: left;
    padding: 40px 0;
    position: relative
}

.HJZF_Z__inner9--text2 .index_title,
.HJZF_Z__inner9--text2 .index_text {
    color: #777777
}

.HJZF_Z__inner9--text2 .index_title {
    padding-bottom: 20px
}

.HJZF_Z__inner9--leftcate {
    position: relative
}

.HJZF_Z__inner9--leftcate:after {
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    border-bottom: 1px solid #f0f3fa
}

.inner9__leftlist {
    width: 100%;
    text-align: center
}

.inner9__leftlist li {
    padding: 0 .8rem;
    display: inline-block
}

.InsidePages_list.inner9__leftlist li.yiji>a>h3,
.InsidePages_list.inner9__leftlist li.yijion>a>h3 {
    padding: 16px 0
}

@media (max-width:767px) {
    .HJZF_Z__inner9--text {
        padding: 20px 0
    }

    .HJZF_Z__inner9--text .index_text {
        display: none
    }
}

.inner9_caseitem {
    margin-bottom: 30px
}

.inner9_caseitem .inner9_cases_pic {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    margin-bottom: 30px
}

.inner9_caseitem .inner9_cases_pic img {
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 500ms 0s all linear;
    transform: translate(-50%, -50%)
}

.inner9_cases_lines {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    transform: translate(-50%, -50%);
    overflow: hidden
}

.inner9_cases_lines i {
    display: block;
    position: absolute;
    background: #fff
}

.inner9_cases_lines i:first-child {
    top: 0;
    left: 0;
    height: 2px
}

.inner9_cases_lines i:nth-child(2) {
    top: 0;
    right: 0;
    width: 2px
}

.inner9_cases_lines i:nth-child(3) {
    bottom: 0;
    right: 0;
    height: 2px
}

.inner9_cases_lines i:nth-child(4) {
    left: 0;
    bottom: 0;
    width: 2px
}

.inner9_caseitem:hover .inner9_cases_pic img {
    transform: translate(-50%, -50%) scale(1.06)
}

.inner9_caseitem:hover .inner9_cases_lines .lines_w {
    animation: line 2s linear 0ms infinite normal
}

.inner9_caseitem:hover .inner9_cases_lines .lines_h {
    animation: h_line 2s linear 0ms infinite alternate
}

.inner9_cases_info .inner9_cases_lines .case_item-title {
    margin-bottom: 15px
}

@keyframes line {
    0% {
        width: 0
    }

    70% {
        width: 100%
    }

    100% {
        width: 100%
    }
}

@keyframes h_line {
    0% {
        height: 0
    }

    70% {
        height: 100%
    }

    100% {
        height: 100%
    }
}

.HJZF_Z__Breadcrumbs span.current {
    font-size: 16px;
    line-height: 24px
}

.index_wrapper {
    width: calc(100% - 160px)
}

.index_inner {
    width: 89%;
    margin-left: auto;
    margin-right: auto
}

@media (max-width:1200px) {
    .index_wrapper {
        width: 100%;
        padding-left: 15px !important;
        padding-right: 15px !important
    }

    .index_inner {
        width: 936px
    }

    .inner9__wrapper {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media (max-width:992px) {
    .index_inner {
        width: 720px
    }
}

@media (max-width:768px) {
    .index_inner {
        width: auto
    }
}

.inner-10__productWrap {
    flex-wrap: wrap
}

.inner-10__productItem {
    margin-bottom: 40px
}

.inner-10__product_pic {
    width: 100%;
    text-align: center;
    overflow: hidden
}

.inner-10__product_pic img {
    width: 100%;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s
}

.inner-10__product_name {
    width: 100%;
    margin: auto;
    padding: 10px 0
}

.inner-10__product_name h3 {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #333
}

.inner-10__productItem:hover .inner-10__product_pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s
}

.inner-10_categroyItem {
    overflow: hidden;
    margin-bottom: 30px
}

.inner-10_categroyItem .inner-10_categroyItemImg {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden
}

.inner-10_categroyItem .inner-10_categroyItemImg img {
    transition: all .6s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0)
}

.inner-10_categroyItem .inner-10_categroyItemName {
    padding: 10px 0
}

.inner-10_categroyItem:hover .inner-10_categroyItemImg img {
    transform: translate3d(-50%, -50%, 0) scale(1.1);
    transition: all .6s
}

.inner-10__pro {
    width: 100%
}

.inner-10__pro a {
    display: block;
    border: 1px solid #e6e6e6
}

.inner-10__pro .inner-10__proimg {
    width: 100%;
    overflow: hidden
}

.inner-10__pro .inner-10__proimg img {
    width: 100%;
    transition: all .6s
}

.inner-10__proname {
    padding: 30px 10px;
    text-align: center;
    margin: auto
}

.inner-10__pro:hover img {
    transform: scale(1.1);
    transition: all .6s
}

@media (max-width:1024px) {
    .inner-10__productItem {
        margin-bottom: 30px
    }
}

#HJZF2_floatWindow {
    position: fixed;
    width: 500px;
    height: 300px;
    max-width: 100%;
    cursor: pointer;
    z-index: -2
}

#HJZF2_floatWindow.window_fei {
    left: 0;
    top: 0
}

.HJZF2_floatWindow_img {
    width: 100%;
    height: 100%
}

#HJZF2_floatWindow.left_show {
    bottom: 0;
    z-index: 10000;
    animation: right_show 2s;
    -moz-animation: right_show 2s;
    -webkit-animation: right_show 2s;
    -o-animation: right_show 2s
}

#HJZF2_floatWindow.right_show {
    bottom: 0;
    right: 0;
    z-index: 10000;
    animation: right_show 2s;
    -moz-animation: right_show 2s;
    -webkit-animation: right_show 2s;
    -o-animation: right_show 2s
}

@media (max-width:768px) {
    #HJZF2_floatWindow.window_fei {
        display: none
    }
}

#outerdiv {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4)
}

#innerdiv {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.norecords {
    padding: 0 15px
}

.pro_pay_content {
    margin-bottom: 20px
}

#prodetails_data {
    width: 100%
}

#prodetails_data th,
#prodetails_data td {
    padding: 8px 0 8px 20px
}

.tr-price,
.tr-num {
    background: #f4f4f4
}

#prodetails_data th {
    width: 50px;
    font-weight: normal
}

.tr-price,
.tr-num {
    background: #f4f4f4
}

#prodetails_data .tr-price th {
    padding-top: 20px;
    padding-bottom: 0;
    line-height: 24px
}

#prodetails_data .tr-price td {
    padding-top: 20px;
    padding-bottom: 0
}

#prodetails_data .tr-num th {
    padding-bottom: 20px;
    padding-top: 0;
    line-height: 24px
}

#prodetails_data .tr-num td {
    padding-bottom: 20px;
    padding-top: 0;
    line-height: 24px
}

.tr-price .red {
    font-size: 26px;
    font-weight: normal;
    color: #d9363c
}

.spec-num {
    font-size: 14px;
    font-weight: normal;
    color: #666
}

.mobile_down .fa-envelope {
    font-size: 14px !important
}

.mobile_down .fa-whatsapp {
    font-size: 18px !important
}

.scroll_table {
    padding-top: 30px;
    position: relative
}

.scroll_table::before {
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../images/huadong.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0
}

.norecords {
    display: none
}

#lightbox-container-image-box {
    border: 10px solid #fff;
    border-bottom: none;
    background-color: #f3f3f3
}

#lightbox-container-image-data #lightbox-image-details {
    margin-top: 17px;
    margin-bottom: 17px
}

#lightbox-container-image-data-box {
    border: 10px solid #fff;
    border-top: none;
    background-color: #f3f3f3;
    overflow: visible
}

#lightbox-container-image {
    padding: 0 !important
}

#lightbox-secNav-btnClose {
    background: #316593;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 22
}

#lightbox-secNav-btnClose::before,
#lightbox-secNav-btnClose::after {
    height: 4px;
    margin-top: -2px
}

#lightbox-secNav-btnClose::before,
#lightbox-secNav-btnClose::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    top: 50%;
    left: 10%;
    margin-top: -1px;
    background: #fff
}

#lightbox-secNav-btnClose::before {
    transform: rotate(45deg)
}

#lightbox-secNav-btnClose::after {
    transform: rotate(-45deg)
}

#lightbox-container-image-data-box {
    position: relative
}

@keyframes lm_yq {
    from {
        transform: translateX(-30px)
    }

    to {
        transform: translateX(0)
    }
}

.detail_video_index_zq_img .video_container,
.detail_video_zq_img .video_container {
    position: relative
}

.detail_video_index_zq_img .video_container:after,
.detail_video_zq_img .video_container:after,
.video_container:after {
    position: absolute;
    content: "";
    display: block;
    width: 26px;
    height: 20px;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    background: url(../img/video.png) no-repeat;
    background-size: cover
}

.hvr-fade {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    transition-duration: .3s;
    transition-property: color, background-color
}

.hvr-fade:hover,
.hvr-fade:focus,
.hvr-fade:active {
    background-color: #2098d1;
    color: white
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .3s
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: white
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    transform: scaleX(1)
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .3s
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
    color: white
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    transform: scaleX(1)
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .3s
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
    color: white
}

.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
    transform: scaleY(1)
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .3s
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-sweep-to-top:hover,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:active {
    color: white
}

.hvr-sweep-to-top:hover:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:active:before {
    transform: scaleY(1)
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .5s
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
    color: white
}

.hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .5s
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.hvr-bounce-to-left:hover,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:active {
    color: white
}

.hvr-bounce-to-left:hover:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:active:before {
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .5s
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.hvr-bounce-to-bottom:hover,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:active {
    color: white
}

.hvr-bounce-to-bottom:hover:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:active:before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .5s
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out
}

.hvr-bounce-to-top:hover,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:active {
    color: white
}

.hvr-bounce-to-top:hover:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:active:before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: white
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    transform: scale(2)
}

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    transition-property: color;
    transition-duration: .3s
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    transform: scale(2);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-radial-in:hover,
.hvr-radial-in:focus,
.hvr-radial-in:active {
    color: white
}

.hvr-radial-in:hover:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:active:before {
    transform: scale(0)
}

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    transition-property: color;
    transition-duration: .3s
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    transform: scale(1);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-rectangle-in:hover,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:active {
    color: white
}

.hvr-rectangle-in:hover:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:active:before {
    transform: scale(0)
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: .3s
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-rectangle-out:hover,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:active {
    color: white
}

.hvr-rectangle-out:hover:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:active:before {
    transform: scale(1)
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    transition-property: color;
    transition-duration: .3s
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    transform: scaleX(1);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-shutter-in-horizontal:hover,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:active {
    color: white
}

.hvr-shutter-in-horizontal:hover:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:active:before {
    transform: scaleX(0)
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
    color: white
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
    transform: scaleX(1)
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    transition-property: color;
    transition-duration: .3s
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    transform: scaleY(1);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-shutter-in-vertical:hover,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:active {
    color: white
}

.hvr-shutter-in-vertical:hover:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:active:before {
    transform: scaleY(0)
}

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: .3s
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-shutter-out-vertical:hover,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:active {
    color: white
}

.hvr-shutter-out-vertical:hover:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:active:before {
    transform: scaleY(1)
}

.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-border-fade:hover,
.hvr-border-fade:focus,
.hvr-border-fade:active {
    box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0)
}

.hvr-hollow:hover,
.hvr-hollow:focus,
.hvr-hollow:active {
    background: none
}

.hvr-trim {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-trim:before {
    content: '';
    position: absolute;
    border: white solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity
}

.hvr-trim:hover:before,
.hvr-trim:focus:before,
.hvr-trim:active:before {
    opacity: 1
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-ripple-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 1s
}

.hvr-ripple-out:hover:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:active:before {
    animation-name: hvr-ripple-out
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-ripple-in:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    animation-duration: 1s
}

.hvr-ripple-in:hover:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:active:before {
    animation-name: hvr-ripple-in
}

.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-outline-out:before {
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: .3s;
    transition-property: top, right, bottom, left
}

.hvr-outline-out:hover:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px
}

.hvr-outline-in {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.hvr-outline-in:before {
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: top, right, bottom, left
}

.hvr-outline-in:hover:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:active:before {
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1
}

.hvr-round-corners {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s;
    transition-property: border-radius
}

.hvr-round-corners:hover,
.hvr-round-corners:focus,
.hvr-round-corners:active {
    border-radius: 1em
}

.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0
}

.hvr-underline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left, right;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
    left: 0;
    right: 0
}

.hvr-underline-from-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-underline-from-right:hover:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:active:before {
    left: 0
}

.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before {
    right: 0
}

.hvr-overline-from-center {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-center:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left, right;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-overline-from-center:hover:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:active:before {
    left: 0;
    right: 0
}

.hvr-overline-from-right {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-from-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-overline-from-right:hover:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:active:before {
    left: 0
}

.hvr-reveal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098d1;
    border-style: solid;
    border-width: 0;
    transition-property: border-width;
    transition-duration: .1s;
    transition-timing-function: ease-out
}

.hvr-reveal:hover:before,
.hvr-reveal:focus:before,
.hvr-reveal:active:before {
    transform: translateY(0);
    border-width: 4px
}

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-underline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transform: translateY(4px);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-underline-reveal:hover:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:active:before {
    transform: translateY(0)
}

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden
}

.hvr-overline-reveal:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    transform: translateY(-4px);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out
}

.hvr-overline-reveal:hover:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:active:before {
    transform: translateY(0)
}

@media (max-width:767px) {
    body {
        --width-container: 100%
    }
}

@media (min-width:768px) {
    body {
        --width-container: 720px
    }
}

@media (min-width:992px) {
    body {
        --width-container: 936px
    }
}

@media (min-width:1260px) {
    body {
        --width-container: 1200px
    }
}

@media (min-width:1680px) {
    body {
        --width-container: 1440px
    }
}

.jq_img_shick {
    width: 450px;
    height: 300px;
    position: absolute;
    z-index: 50;
    background: #fff;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 5px
}

.jq_img_shick img {
    max-width: unset;
    position: absolute
}

.use_magnifier .swiper-slide .move {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 3px solid #0008;
    border-radius: 2px;
    cursor: zoom-in
}

body {
    line-height: 1.5;
}

.fz12 {
    font-size: 12px
}

.fz13 {
    font-size: 13px
}

.fz14 {
    font-size: 14px
}

.fz15 {
    font-size: 15px
}

.fz16 {
    font-size: 16px
}

.fz17 {
    font-size: 17px
}

.fz18 {
    font-size: 18px
}

.fz19 {
    font-size: 19px
}

.fz20 {
    font-size: 20px
}

.fz21 {
    font-size: 21px
}

.fz22 {
    font-size: 22px
}

.fz23 {
    font-size: 23px
}

.fz24 {
    font-size: 24px
}

.fz25 {
    font-size: 25px
}

.fz26 {
    font-size: 26px
}

.fz27 {
    font-size: 27px
}

.fz28 {
    font-size: 28px
}

.fz29 {
    font-size: 29px
}

.fz30 {
    font-size: 30px
}

.fz31 {
    font-size: 31px
}

.fz32 {
    font-size: 32px
}

.fz33 {
    font-size: 33px
}

.fz34 {
    font-size: 34px
}

.fz35 {
    font-size: 35px
}

.fz36 {
    font-size: 36px
}

.fz37 {
    font-size: 37px
}

.fz38 {
    font-size: 38px
}

.fz39 {
    font-size: 39px
}

.fz40 {
    font-size: 40px
}

.index_pd {
    padding: 140px 0 20px 0
}
.index_pd2 {
    padding: 40px 0 20px 0
}

.index_pd40 {
    padding: 40px 0
}

.pb40 {
    padding-bottom: 40px
}

.pb20 {
    padding-bottom: 20px
}

.index_title {
    font-size: 40px;
    font-weight: normal
}

.index_sub_title {
    font-size: 20px;
    font-weight: normal
}

.index_text {
    font-size: 16px;
    font-weight: normal
}

.index_btn {
    padding: 15px 50px;
}

@media (max-width:1440px) and (min-width:1366px) {
    .index_title {
        font-size: 40px;
        font-weight: normal;
    }

    .index_sub_title {
        font-size: 20px;
        font-weight: normal
    }

    .index_text {
        font-size: 16px;
        font-weight: normal
    }
}

@media (max-width:1365px) and (min-width:768px) {
    .index_title {
        font-size: 30px;
        font-weight: normal
    }

    .index_sub_title {
        font-size: 20px;
        font-weight: normal
    }

    .index_text {
        font-size: 16px;
        font-weight: normal
    }

    .fz36 {
        font-size: 26px
    }
}

@media (max-width:767px) {
    .index_title {
        font-size: 24px;
        font-weight: normal
    }

    .index_sub_title {
        font-size: 18px;
        font-weight: normal
    }

    .index_text {
        font-size: 14px;
        font-weight: normal
    }

    .index_pd {
        padding: 40px 0
    }

    .index_pd40 {
        padding: 20px 0
    }

    .index_btn {
        padding: 8px 20px;
    }

    .pb40 {
        padding-bottom: 24px
    }

    .fz36 {
        font-size: 20px
    }
}

@media (max-width:767px) {
    html {
        font-size: 204.5333px
    }
}

@media (max-width:725px) {
    html {
        font-size: 193.3333px
    }
}

@media (max-width:675px) {
    html {
        font-size: 180px
    }
}

@media (max-width:625px) {
    html {
        font-size: 166.6667px
    }
}

@media (max-width:575px) {
    html {
        font-size: 153.3333px
    }
}

@media (max-width:525px) {
    html {
        font-size: 140px
    }
}

@media (max-width:475px) {
    html {
        font-size: 126.6667px
    }
}

@media (max-width:425px) {
    html {
        font-size: 113.3333px
    }
}

@media (max-width:375px) {
    html {
        font-size: 100px
    }
}

@media (max-width:300px) {
    html {
        font-size: 80px
    }
}

@media (min-width:768px) {
    html {
        font-size: 40px
    }
}

@media (min-width:820px) {
    html {
        font-size: 42.7083px
    }
}

@media (min-width:870px) {
    html {
        font-size: 45.3125px
    }
}

@media (min-width:920px) {
    html {
        font-size: 47.9167px
    }
}

@media (min-width:970px) {
    html {
        font-size: 50.5208px
    }
}

@media (min-width:1020px) {
    html {
        font-size: 53.125px
    }
}

@media (min-width:1070px) {
    html {
        font-size: 55.7292px
    }
}

@media (min-width:1120px) {
    html {
        font-size: 58.3333px
    }
}

@media (min-width:1170px) {
    html {
        font-size: 60.9375px
    }
}

@media (min-width:1220px) {
    html {
        font-size: 63.5417px
    }
}

@media (min-width:1270px) {
    html {
        font-size: 66.1458px
    }
}

@media (min-width:1320px) {
    html {
        font-size: 68.75px
    }
}

@media (min-width:1370px) {
    html {
        font-size: 71.3541px
    }
}

@media (min-width:1420px) {
    html {
        font-size: 73.9583px
    }
}

@media (min-width:1470px) {
    html {
        font-size: 76.5625px
    }
}

@media (min-width:1520px) {
    html {
        font-size: 79.1667px
    }
}

@media (min-width:1570px) {
    html {
        font-size: 81.7708px
    }
}

@media (min-width:1620px) {
    html {
        font-size: 84.375px
    }
}

@media (min-width:1620px) {
    html {
        font-size: 84.375px
    }
}

@media (min-width:1670px) {
    html {
        font-size: 86.97917px
    }
}

@media (min-width:1720px) {
    html {
        font-size: 89.5833px
    }
}

@media (min-width:1770px) {
    html {
        font-size: 92.1875px
    }
}

@media (min-width:1820px) {
    html {
        font-size: 94.7917px
    }
}

@media (min-width:1870px) {
    html {
        font-size: 97.3958px
    }
}

@media (min-width:1920px) {
    html {
        font-size: 100px
    }
}

li {
    list-style: none
}

div,
button,
input,
span,
video,
button:focus,
input:focus,
a,
a:focus,
span:focus {
    outline: none !important
}

td {
    padding-left: 5px;
}

.vertical_center,
.ab-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.flex-center,
.fx-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.por {
    position: relative
}

.poa {
    position: absolute
}

.w-10 {
    width: 10% !important
}

.w-20 {
    width: 20% !important
}

.w-25 {
    width: 25% !important
}

.w-30 {
    width: 30% !important
}

.w-40 {
    width: 40% !important
}

.w-50 {
    width: 50% !important
}

.w-100,
.img-full,
.w-full {
    width: 100% !important;
    display: block
}

.img-fluid {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

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

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

.transition-linear {
    transition: all .5s linear
}

.transition-ease {
    transition: all .5s ease
}

.transition-ease-in {
    transition: all .5s ease-in
}

.transition-ease-in-out {
    transition: all .5s ease-in-out
}

.transition-ease-out {
    transition: all .5s ease-out
}

.transform-scale {
    overflow: hidden;
}

.transform-scale img {
    transition: all .5s ease
}

.transform-scale:hover img {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .transform-scale:hover img {
        transform: scale(1.05);
    }
}

[class*='my-mask'] {
    position: relative;
    z-index: 9;
    transition: all .5s ease
}

[class*='my-mask']:before {
    position: absolute;
    display: block;
    content: '';
    z-index: -1;
    transition: all .5s ease
}

.my-mask:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    display: block;
    content: '';
    z-index: -1;
    transition: all .5s ease;
}

.my-mask:hover:before {
    opacity: 1;
}

.my-mask-l:before {
    left: 0;
    top: 0;
    width: 0;
    height: 100%
}

.my-mask-l:hover:before {
    width: 100%;
}

.my-mask-t:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 0
}

.my-mask-t:hover:before {
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.my-mask-r:before {
    right: 0;
    top: 0;
    width: 0;
    height: 100%
}

.my-mask-r:hover:before {
    width: 100%;
    background-color: rgba(0, 0, 0, .8)
}

.my-mask-b:before {
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0
}

.my-mask-b:hover:before {
    height: 100%;
    background-color: rgba(0, 0, 0, .8)
}

@media (max-width:1200px) {
    .transform-img:hover img {
        transform: scale(1)
    }

    [class^='transform-scale-']:hover img {
        transform: scale(1) !important
    }

    [class^='my-mask']:before {
        display: none !important
    }
}

@media (max-width: 1200px) {
    .nav-hidden-mobile {
        display: none !important;
    }
}

@media (min-width: 1201px) {
    .nav-hidden-pc {
        display: none !important;
    }
}

@media(min-width: 768px) {
    .banner-hidden-pc {
        display: none;
    }
}

@media(max-width: 767px) {
    .banner-hidden-mobile {
        display: none;
    }
}

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

    .layui-layer-setwin .layui-layer-close2 {
        right: 0 !important;
        top: 0 !important;
    }

    .layui-layer-setwin {
        width: 30px;
        height: 30px;
    }
}

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

.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.d-flex:after,
.d-flex:before {
    display: none !important;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-content-center,
.justify-center {
    justify-content: center;
}

.justify-content-between,
.justify-between {
    justify-content: space-between;
}

.jsutify-content-around,
.justify-around {
    justify-content: space-around;
}

.align-items-center,
.align-center {
    align-items: center;
}

.align-items-start,
.align-start {
    align-items: flex-start;
}

.align-items-end,
.align-end {
    align-items: flex-end;
}

.flex-column {
    flex-direction: column;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.flex-auto {
    flex: auto;
}

.align-content-center,
.align-center {
    align-content: center;
}

.p-0 {
    padding: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.h-100 {
    height: 100% !important;
}

.f-b {
    font-weight: bold;
}

.mt40,
.mt-40 {
    margin-top: 40px;
}

.mb40,
.mb-40 {
    margin-bottom: 40px;
}

.mt-30,
.my-30 {
    margin-top: 30px;
}

.mb-30,
.my-30 {
    margin-bottom: 30px;
}

.mt-20,
.my-20 {
    margin-top: 20px;
}

.mb-20,
.my-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mr-10 {
    margin-right: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.mr-5 {
    margin-right: 5px;
}

.ml-5 {
    margin-left: 5px;
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tac {
    text-align: center !important;
}

.tal {
    text-align: left !important;
}

.tar {
    text-align: right !important;
}

.font-i,
.font-italic {
    font-style: italic;
}

.font-bold,
.font-b {
    font-weight: bold;
}

.d-block {
    display: block;
}

.img-par {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.normal {
    transition: all .5s;
}

.hover {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    transform: translate(-50%, -50%);
    transition: all .5s;
    z-index: 9;
    opacity: 0;
}

.img-par:hover .normal {
    opacity: 0;
}

.img-par:hover .hover {
    opacity: 1;
}

@media(min-width: 992px) {
    .col-xs-ban-right {
        width: 468px;
        float: right;
    }

    .col-xs-ban-left {
        width: 468px;
        float: left;
    }
}

@media(min-width: 1260px) {
    .col-xs-ban-right {
        width: 600px;
        float: right;
    }

    .col-xs-ban-left {
        width: 600px;
        float: left;
    }
}

@media(min-width: 1680px) {
    .col-xs-ban-right {
        width: 720px;
        float: right;
        position: relative;
    }

    .col-xs-ban-left {
        width: 720px;
        float: left;
        position: relative;
    }
}

@media(max-width: 991px) {
    .col-xs-ban-right {
        padding-left: 30px;
    }

    .col-xs-ban-left {
        padding-right: 30px;
    }
}

.swiper-button-prev.swiper-button-use_image,
.swiper-button-next.swiper-button-use_image {
    width: 44px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-prev.swiper-button-use_image img,
.swiper-button-next.swiper-button-use_image img {
    width: 100%;
}

.swiper-pagination.swiper-pagination-position_static {
    position: static;
}

.swiper-pagination.swiper-pagination-margin_3em .swiper-pagination-bullet {
    margin: 0 0.3em;
}

.swiper-grid .swiper-wrapper {
    flex-wrap: wrap;
}

header {
    width: 100%;
    height: auto;
    margin: auto;
    z-index: 999;
    position: absolute;
}

.head__top-bar-bg {
    width: 100%;
    min-height: 36px;
    background: #1f365c none repeat center center;
    align-items: center;
    position: relative;
    z-index: 91;
}

.head__top-bar-bg span,
.head__top-bar-bg span a {
    font-weight: normal;
    font-size: 13px;
    line-height: 36px;
    color: #fff;
    position: relative
}

.head__top-bar-bg span a:hover {
    text-decoration: underline;
}

.head__top-bar-bg span i {
    font: normal 13px / 19px "FontAwesome";
    color: #fff;
    padding-right: 5px;
}

.head__left-widgets .first {
    margin-right: 10px;
}

.head__left-widgets .last {
    margin-right: 0;
}

.head__left-widgets .nor {
    margin-left: 10px;
}

.head__left-widgets .nor i {
    font-size: 16px;
}

.head__soc-ico,
.head_langauge,
.head__links {
    float: right;
}

.head_langauge,
.head__links {
    margin-left: 15px;
    position: relative;
    cursor: pointer;
    z-index: 100;
}

.head_langauge i {
    color: #fff;
    margin-right: 5px;
}

.head_langauge #lang_ul {
    position: absolute;
    top: 36px;
    left: 0;
    display: none;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    width: auto;
    min-width: 80px;
    z-index: 2
}

.head_langauge #lang_ul li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
}

.head_langauge:hover #lang_ul {
    display: block;
}

.head__soc-ico a {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin: 0 2px;
    line-height: 26px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    text-align: center
}

.head__soc-ico a i {
    font: normal 13px / 19px "FontAwesome";
    color: #fff;
}

.head__soc-ico a:before {
    -webkit-border-radius: inherit;
    -webkit-transition: opacity .15s linear;
    content: "";
    top: 5px;
    left: 0;
    position: absolute;
    width: 26px;
    height: 26px;
    border-radius: inherit;
    transition: opacity .15s linear;
    opacity: 0;
    background: #ffb536
}

.head__soc-ico a:hover:before {
    transition: opacity .15s linear;
    opacity: 1;
}

.head__top-bar-bg span.screen-reader-text {
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.head__bar__box {
    width: 100%;
    margin: auto;
}

.head__bar {
    width: 100%;
}

.head__bar__branding {
    min-height: 80px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    justify-content: space-between
}

.head__bar__branding-logo {
    width: 50%
}

.head__bar__text {
    width:50%
}

.head__bar__branding-logo img {
    max-width: 100%
}

.head__bar__text span.head__bar__texttitle {
    font-size: 17px;
    line-height: 17px;
    color: #ffb536;
    font-weight: bold;
}

.head__bar__text span.head__bar__textmain {
    font-size: 28px;
    line-height: 32px;
    color: #333;
    text-decoration: none;
}

.head__bar__text span.head__bar__textmain i {
    margin-right: 10px;
}

.head__bar__text span:last-child a {
    font-size: 28px;
    line-height: 32px;
    color: #333;
    text-decoration: none;
}

.head__bar__text span:last-child a:hover {
    text-decoration: underline;
}

.head__bar__navigation {
    width: 100%;
    border-top: 0px solid rgba(51, 51, 51, .12);
    background: #fff;
}

.head__bar__box--mobile {
    background: #fff;
}

.head_menu_navbar {
    width: 90%;
    position: relative;
    margin: auto;
}

.hj_navbar_nav {
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    -ms-flex-preferred-size: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.hj_navbar_nav>li {
    position: relative;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.hj_navbar_nav>li:before {
    content: "";
    position: absolute;
    left: -.5px;
    width: 0;
    height: 18px;
    border-right: solid 1px rgba(51, 51, 51, .12);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hj_navbar_nav>li>a>i {
    font-size: 16px;
    line-height: 21px;
}

.hj_navbar_nav>li>a {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: stretch;
    margin: 17px 0 15px 0;
    padding: 4px 0 4px 0;
    justify-content: center;
}

.hj_navbar_nav>li>a>h2 {
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    position: relative;
    
 
  
 
  
}

.hj_navbar_nav>li>a>h2:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, .1);
    content: '';
    opacity: 0;
}

.hj_navbar_nav>li:hover>a>h2:before {
    transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.hj_navbar_nav>li>ul {
    position: absolute;
    top: 60px;
    left: 0;
    width: auto;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.hj_navbar_nav>li>ul>li {
    padding: 5px 0;
    white-space: nowrap;
}

.hj_navbar_nav>li>ul>li>a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
}

.hj_navbar_nav>li>ul>li>a>img {
    display: none;
}

.hj_navbar_nav>li>ul>li>a h3 {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.hj_navbar_nav>li:hover>ul {
    visibility: visible;
    opacity: 1;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.hj_navbar_nav>li.nav-more>a>h2:after {
    content: '\f107';
    display: table;
    font-family: 'FontAwesome';
    font-size: 16px;
    right: -17px;
    top: 0;
    position: absolute;
}

.head_search {
    margin: 17px 0 15px 0;
    padding: 4px 0 4px 5px;
    position: relative;
}

.head_search:before {
    content: "";
    position: absolute;
    left: -.5px;
    width: 0;
    height: 18px;
    border-right: solid 1px rgba(51, 51, 51, .12);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.head_search a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.head_search a span {
    margin-left: 5px;
}

.head_search a:hover i,
.head_search a:hover span {
    opacity: 0.7;
    color: #fff;
}

.head_search a i {
    position: relative;
    top: -2px;
}

.head_search .head_search_wrap {
    width: 200px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 10px);
    z-index: 96;
    padding: 10px;
    background: #fff;
    right: -10px;
    -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, .2));
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.head_search .head_search_wrap:before {
    position: absolute;
    top: -7px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
    content: '';
}

.head_search .head_search_wrap.active {
    opacity: 1;
    visibility: visible;
}

.head_search .head_search_wrap li {
    list-style-type: none;
    float: left;
}

.head_search .head_search_wrap li input,
.head_search .head_search_wrap li button {
    width: 100%;
    border: none;
    outline: none;
    height: 34px;
    line-height: 34px;
    background: #f4f4f4;
}

.head_search .head_search_wrap li input {
    padding-left: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.head_search .head_search_wrap li.search_first {
    width: 80%
}

.head_search .head_search_wrap li.search_second {
    width: 20%
}

.head_new_st {
    position: relative;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.head_new_st ul {
    width: auto;
    display: flex;
    height: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.head_new_st ul li:hover .head__bar__msnContent {
    opacity: 1;
    visibility: visible;
}

.head_new_st ul li {
    position: relative;
    cursor: pointer;
    margin-left: 20px;
}

.head_new_st ul li div.head__bar__msnBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #868686;
    font-size: 20px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

.head_new_st ul li div.head__bar__msnBtn,
.head__bar__msn ul li div.head__bar__msnBtn a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.head_new_st ul li div.head__bar__msnContent {
    position: absolute;
    top: 68px;
    left: -45px;
    background: #eee;
    z-index: 10000;
    padding: 10px 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    display: block;
    opacity: 0;
    visibility: hidden;
    color: #333;
    white-space: nowrap;
    transition: all .5s;
}

.head_new_st ul li div.head__bar__msnContent a {
    color: #333;
    font-weight: bold;
}

.head_new_st ul li div.head__bar__msnContent:before {
    content: '';
    display: table;
    width: 0;
    height: 0;
    border-width: 12px;
    border-bottom: 20px;
    border-style: solid;
    border-color: transparent transparent #eee transparent;
    position: absolute;
    top: -28px;
    left: 54px;
}

@media (min-width: 769px) and (max-width: 1800px) {
    .head_new_st ul li div.head__bar__msnContent:before {
        left: auto;
        right: 10px;
    }

    .head_new_st ul li div.head__bar__msnContent {
        right: 0;
        left: auto;
    }
}

.mobile_searchbutton {
    float: right;
    margin-right: 20px;
    width: 30px;
}

.mobile_searchbutton img {
    width: 100%
}

.mobile_search_content {
    width: 100%;
    margin: auto;
    height: 0;
    overflow: hidden;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.mobile_search_content.active {
    height: 60px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.mobile_search {
    padding: 10px 15px;
    margin: auto;
    background: #6c6c6c
}

.mobile_search .mobile_search_box form {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between
}

.mobile_search_input {
    width: calc(100% - 35px);
    display: flex;
    display: -webkit-flex;
}

.mobile_search_input input {
    width: 100%;
    padding-left: 10px;
    border: none;
    background: #808080;
    height: 40px;
    color: #fff;
}

.mobile_search_input button {
    border: none;
    outline: none;
    background: #808080;
    color: #fff;
    padding: 0 3vw;
}

.mobile_search_close {
    width: 25px;
    height: 25px;
}

.mobile_search_close img {
    width: 100%;
}

.mobile_languagebutton {
    width: calc(100% - 80px);
    position: relative;
}

.mobile_languagebutton img {
    width: 25px;
    height: 25px;
}

.mobile_languagebutton span {
    font-size: 14px;
    color: #666666;
    position: relative;
}

.mobile_languagebutton span:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    right: -15px;
    top: 6px;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagebutton.active span:after {
    border-color: transparent transparent #666 transparent;
    top: 1px;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagebutton span {
    margin-left: 5px;
}

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

.mobile_languagelist ul {
    width: 100%;
    background: #f5f5f5;
    padding: 0px 23px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 0;
    overflow-y: auto;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagelist.active {
    padding-bottom: 10px;
    background: #f5f5f5;
}

.mobile_languagelist.active ul {
    height: 200px;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagelist ul li {
    padding: 5px 24px;
    position: relative;
}

.mobile_languagelist #lang_ul_mobile li a {
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

.mobile-navigation {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.mobile-navigation .dt-mobile-menu-icon {
    background-color: #ffb536;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 500px;
    border-radius: 500px;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.mobile-navigation .dt-mobile-menu-icon span {
    display: inline-block;
    width: 16px;
    height: 2px;
    position: relative;
    background: #fff;
}

.mobile-navigation .dt-mobile-menu-icon span:before,
.mobile-navigation .dt-mobile-menu-icon span:after {
    position: absolute;
    left: 0;
    content: '';
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

.mobile-navigation .dt-mobile-menu-icon span:before {
    top: 7px;
}

.mobile-navigation .dt-mobile-menu-icon span:after {
    top: -7px;
}

.mobile-sticky-header-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(17, 17, 17, .5);
    -webkit-transition: all .4s;
    transition: all .4s;
    z-index: 9601;
}

.mobile-sticky-header-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 10000;
}

.mobile-menu-Sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    z-index: 9602;
    box-sizing: border-box;
    -ms-transition: -ms-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: all .5s ease;
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(0100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    width: 300px;
    right: 0;
    overflow-y: auto;
}

.mobile-sticky-header-overlay.active .mobile-menu-Sidebar {
    right: 300px;
    -ms-transition: -ms-transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: right .5s ease;
}

.mobile-header-scrollbar-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
}

.mobile-menutop {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.mobile-menutop .mobile-menutop-box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 10px;
}

.mobile-menu-Sidebar-close {
    float: right
}

.mobile-menu-Sidebar-close span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    background: #ffb536;
}

.mobile-menu-Sidebar-close span:before,
.mobile-menu-Sidebar-close span:after {
    display: inline-block;
    height: 2px;
    background: #fff;
    position: absolute;
    content: '';
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    width: 22px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
}

.mobile-menu-Sidebar-close span:before {
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-menu-Sidebar-close span:after {
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

.mobile-header-scrollbar-wrap>ul {
    width: 100%;
}

.mobile-header-scrollbar-wrap>ul>li {
    border-top: solid 1px rgba(31, 54, 92, .08);
    position: relative;
}

.mobile-header-scrollbar-wrap>ul>li:first-child {
    border-top: none;
}

.mobile-header-scrollbar-wrap>ul>li>a {
    padding: 16.5px 30px 16.5px 0;
    display: flex;
    justify-items: flex-start;
}

.mobile-header-scrollbar-wrap>ul>li>a>i {
    margin-right: 10px;
    font-size: 17px;
    line-height: 21px;
    color: #333;
}

.mobile-header-scrollbar-wrap>ul>li>a>h2 {
    font-size: 17px;
    line-height: 25px;
    color: #333;
    font-weight: bold;
}

.next-level-button {
    position: absolute;
    right: 0px;
    top: 18px;
    width: 30px;
    text-align: center;
    opacity: 0.3;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.next-level-button img {
    width: 25px;
    height: 25px;
}

.next-level-button.active {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.hj_navbar_nav_dropdown-menu {
    min-width: 100%;
    padding: 10px 30px 10px 20px;
    box-sizing: border-box
}

.hj_navbar_nav_dropdown-menu>li {
    padding: 7px 0;
}

.hj_navbar_nav_dropdown-menu>li>a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.hj_navbar_nav_dropdown-menu>li>a>img {
    display: none
}

.hj_navbar_nav_dropdown-menu>li>a>h3 {
    font-size: 15px;
    line-height: 18px;
    color: #999;
    font-weight: normal;
}

.mobile-header-scrollbar-wrap>ul>li>ul {
    display: none;
}

.mobile-header-scrollbar-wrap>ul>li>ul.active {
    display: block;
}

.hj_navbar_nav>.head_add_li {
    position: static;
}

.head_add_li>a>i {
    margin-left: 6px;
    color: #333;
}

.head_add_li .menu_drop {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    padding: 20px 0;
}

.menu_drop_boot {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .2);
    box-shadow: 0 0 4px rgba(0, 0, 0, .2);
}

.head_add_li:hover .menu_drop_boot {
    visibility: visible;
    opacity: 1;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.menu_drop>li {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

a.menu_drop_sec p {
    position: relative;
}

a.menu_drop_sec p::after {
    content: '';
    position: absolute;
    bottom: -5px;
    height: 2px;
    width: 100%;
    left: 0;
}

a.menu_drop_sec,
a.menu_drop_thd {
    display: inline-block;
    font-size: 16px;
    color: #333;
    padding-bottom: 10px;
}

.menu_drop_third>ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 1190px) {}

@media(max-width:991px) {
    .head__bar__text span:last-child a {
        font-size: 20px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .hj_navbar_nav>li:before {
        display: none
    }
}

@media (max-width: 767px) {
    .head__bar__branding {
        min-height: 60px;
    }

    .head__left-widgets {
        text-align: left;
    }

    .head__bar__branding-logo img {
        max-width: 100%;
    }
}

@media (max-width: 576px) {

    #head_180 .head__top-bar-bg span,
    #head_180 .head__top-bar-bg span a {
        font-size: 13px;
    }

    .head__bar__branding-logo img {
        max-width: 100%;
    }
}

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

.head_mob_flex>.head_mob_flex_left {
    margin-right: 15px;
    max-width: 150px;
    font-size: 22px;
    font-weight: bold;
}

.new_hjzf_banner-HJ03 .HJ03-banner-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.new_hjzf_banner-HJ03 .HJ03-banner-box #HJ03-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
 
    
}

.new_hjzf_banner-HJ03 .HJ03-banner-box .swiper-container {
    width: 100%;
    height: 100%
}

.new_hjzf_banner-HJ03 .hj_banner_item .hjzf_banner_bg {
    width: 100%;
    height: 100%
}

.new_hjzf_banner-HJ03 .hj_banner_item .hjzf_banner_videoBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 94;
}

.new_hjzf_banner-HJ03 .hj_banner_item .hjzf_banner_video {
    width: 100%;
    height: 100%;
    z-index: 94;
    object-fit: cover;
}

.new_hjzf_banner-HJ03 .hjzf_hj01_swiper .hjzf_banner_videoPlay {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 30px;
    right: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 99;
}

.new_hjzf_banner-HJ03 .hjzf_hj01_swiper .hjzf_banner_videoPlay a {
    position: relative;
    display: block;
}

.new_hjzf_banner-HJ03 .hjzf_hj01_swiper .hjzf_banner_videoPlay a:before {
    content: '';
    background: url("../img/ico_kv_pause.png") no-repeat center/cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.new_hjzf_banner-HJ03 .hjzf_hj01_swiper .hjzf_banner_videoPlay.on a:before {
    content: '';
    background: url("../img/ico_kv_play.png") no-repeat center/cover;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.new_hjzf_banner-HJ03 .hj_banner_item .hjzf_banner_video_link {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 94;
}

.new_hjzf_banner-HJ03 .HJ03-banner-box .hj_banner_item>a {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .hj_banner_prev {
    width: 45px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    left: -100px;
}

.new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .hj_banner_next {
    width: 45px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    right: -100px;
}

.new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .swiper-pagination {
    bottom: 20px;
}

.new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 0.6;
    background: #fff;
}

.new_hjzf_banner-HJ03 .swiper-slide .b_item1 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all .4s;
    margin: auto;
    z-index: 999;
}

.new_hjzf_banner-HJ03 .swiper-slide .b_item2 {
    transform: translateX(-100px);
    opacity: 0;
    transition: all .4s;
    margin: auto;
    margin-top: 50px;
    z-index: 999;
}

.new_hjzf_banner-HJ03 .swiper-slide .b_item3 {
    transform: translateX(100px);
    opacity: 0;
    transition: all .4s;
    margin: auto;
    margin-top: 50px;
    z-index: 999;
}

.new_hjzf_banner-HJ03 .ani_slide .b_item1 {
    transform: translateY(0);
    opacity: 1;
}

.new_hjzf_banner-HJ03 .ani_slide .b_item2,
.new_hjzf_banner-HJ03 .ani_slide .b_item3 {
    transform: translateX(0);
    opacity: 1;
}

.new_hjzf_banner-HJ03 .hj03_banner .hj_banner_next,
.hj03_banner .hj_banner_prev {
    background: rgba(113, 114, 115, 0.3);
    margin-top: -35px
}

.new_hjzf_banner-HJ03 .hj03_banner .hj_banner_next i,
.hj03_banner .hj_banner_prev i {
    font-size: 24px;
    line-height: 70px;
    text-align: center;
    font-weight: normal;
    color: #fff;
}

.new_hjzf_banner-HJ03 .hj03_banner:hover .hj_banner_next {
    right: 40px;
}

.new_hjzf_banner-HJ03 .hj03_banner:hover .hj_banner_prev {
    left: 40px;
}

.banner_wrap {
    justify-content: center;
    flex-direction: column;
}

.banner_wrap img {
    max-width: 100%;
}

.banner-hj03-btn {
    position: absolute;
    width: 100%;
    bottom: 10%;
    z-index: 9;
    text-align: center;
}

.banner-hj03-btn img {
    cursor: pointer;
    animation: scroll_up_down 2s ease-in-out infinite;
}

element.style {}

.banner_29_con {
    text-align: right;
    color: #fff;
}

.banner_twfl_text {
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 96;
    color: #fff;
}

@keyframes scroll_up_down {
    0% {
        transform: translateY(-8px);
    }

    50% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(-8px);
    }
}

@media (max-width: 767px) {
    .has_wapbanner {
        display: none
    }

    .pc_img {
        display: none
    }

    .new_hjzf_banner-HJ03 .HJ03-banner-box {
        height: auto;
    }

    .new_hjzf_banner-HJ03 .HJ03-banner-box .HJ-banner-item>a img {
        width: 100%
    }

    .new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .swiper-pagination-bullet {
        margin: 0 8px;
    }

    .new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .hj_banner_prev,
    .new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .hj_banner_next {
        width: 30px;
        height: 46px;
        line-height: 46px;
    }

    .new_hjzf_banner-HJ03 .hj03_banner .hj_banner_next i,
    .hj03_banner .hj_banner_prev i {
        line-height: 46px;
    }

    .new_hjzf_banner-HJ03 .hj03_banner .hj_banner_next,
    .hj03_banner .hj_banner_prev {
        margin-top: -23px;
    }

    .new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .hj_banner_next {
        right: 15px;
    }

    .new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .hj_banner_prev {
        left: 15px;
    }
}

@media (max-width: 575px) {

    .new_hjzf_banner-HJ03 .ani_slide .b_item1,
    .new_hjzf_banner-HJ03 .swiper-slide .b_item2 {
        display: none
    }
}

@media(max-width: 1200px) {
    .new_hjzf_banner-HJ03 .HJ03-banner-box .hj03_banner .swiper-pagination {
        display: none;
    }
}

.guanwanglist_bg {
    position: relative;
    z-index: 99;
}

.guanwanglist ul {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 30px 3vw;
    border-radius: 10px;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);
    margin-top: -50px;
}

.guanwanglist ul li {
    flex: 0 0 25%;
    width: 25%;
    text-align: center;
}

.guanwanglist ul li span {
    margin-left: 15px;
}

.guanwanglist ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guanwanglist ul li a span {
    font-size: 18px;
    color: #6a6c79;
}

@media(max-width: 1200px) {
    .guanwanglist ul {
        margin-top: 15px;
        flex-wrap: wrap;
        padding: 15px;
        padding-bottom: 0;
    }

    .guanwanglist ul li {
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 15px;
    }
}

.ganghaulist_wrapper {
    position: absolute;
    width: 100%;
    bottom: 10vw;
    left: 0;
    right: 0;
    z-index: 99;
}

.ganghualist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.ganghualist ul li {
    position: relative;
    flex: 0 0 20%;
}

.ganghualist ul li .par {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ganghualist ul li a {
    display: flex;
}

.ganghualist ul li a>span {
    margin-left: 15px;
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ganghualist ul li:hover .par .normal {
    opacity: 0;
}

.ganghualist ul li:hover .par .hover {
    opacity: 1;
}

.ganghualist_ewm img {
    max-width: 150px;
}

.ganghualist_ewm {
    position: absolute;
    left: 0;
    top: 110%;
    padding-top: 20px;
    opacity: 0;
    transition: all .5s;
    transform: translateY(-30px);
}

.ganghualist_ewm span {
    margin-left: 65px !important;
    font-size: 18px !important;
}

.ganghualist ul li:hover .ganghualist_ewm {
    opacity: 1;
    transform: translateY(0);
}

.ganghualist_ewm.cont {
    min-width: 60%;
    padding: 5px 10px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2);
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
}

@media(max-width: 1200px) {
    .ganghualist ul li .par img {
        width: 70%;
    }

    .ganghualist ul li a>span,
    .ganghualist_ewm span {
        font-size: 14px !important;
    }

    .ganghualist ul li {
        flex: 0 0 49%;
        width: 49%;
        margin-bottom: 20px;
    }

    .ganghaulist_wrapper {
        bottom: 20vw;
    }

    .ganghualist_ewm {
        bottom: 110%;
        top: auto;
    }
}

.new_hjzf_banner-HJ03 .swiper-slide .banner_hj03_more {
    transform: translateY(50px);
    opacity: 0;
    transition: all .7s ease-in-out .6s;
}

.new_hjzf_banner-HJ03 .swiper-slide.swiper-slide-active .banner_hj03_more {
    transform: translateY(0px);
    opacity: 1;
}

.banner_hj03_more {
    display: block;
    position: relative;
    width: 140px;
    height: 30px;
    color: #fff;
    margin-left: 15px;
    margin-top: 30px;
}

.banner_hj03_more:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.banner_hj03_more:hover:before {
    animation: banner_hj03_more .5s ease;
}

@keyframes banner_hj03_more {
    0% {
        width: 100%;
    }

    50% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

.banner_hj03_more span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.banner_hj03_more em {
    position: absolute;
    right: 0;
    font-style: normal;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
}

.banner_hj03_more:hover span {
    left: calc(100% - 56px);
}

.banner_hj03_more:hover em {
    right: calc(100% - 11px);
}

.products_hj07_title p {
    display: inline-block;
    position: relative;
}

.products_hj07_title p:after,
.products_hj07_title p:before {
    position: absolute;
    top: 50%;
    margin-top: -1px;
    content: '';
    width: 30px;
    height: 2px;
    background-color: #d4d4d4;
}

.products_hj07_title p:before {
    left: -60px;
}

.products_hj07_title p:after {
    right: -60px;
}

.products_hj07_title_swiper {
    padding-bottom: 10px;
}

.products_hj07_pagination span {
    width: 12px;
    height: 12px;
}

.products_hj07_title_slide {
    margin-bottom: 60px;
}

.products_hj07_title_slide_box {
    display: block;
    position: relative;
    padding-bottom: 90px;
}

.products_hj07_title_slide {
    border-right: 1px solid #e9e9e9;
}

.products_hj07_title_slide_box .products_hj07_title_slide_text {
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 80%;
    text-align: center;
    color: #333;
    z-index: 9;
    transition: all .5s ease;
}

.products_hj07_title_slide_box .products_hj07_title_slide_text span {
    color: #333;
}

.products_hj07_title_slide_text p {
    padding-bottom: 20px;
    font-weight: bold;
}

.products_hj07_title_slide_box:after {
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
    background-color: #333;
}

.products_hj07_title_slide_box:hover:after {
    opacity: .8;
}

.products_hj07_title_slide:hover .products_hj07_title_slide_box:after {
    opacity: .5;
}

.products_hj07_title_slide:hover .products_hj07_title_slide_text {
    bottom: 50%;
    text-align: left;
}

.products_hj07_title_slide:hover .products_hj07_title_slide_text p,
.products_hj07_title_slide:hover .products_hj07_title_slide_text span {
    color: #fff;
}

@media (max-width: 1200px) {

    .products_hj07_title_slide:hover .products_hj07_title_slide_text p,
    .products_hj07_title_slide:hover .products_hj07_title_slide_text span {
        color: #333;
    }

    .products_hj07_title_slide:hover .products_hj07_title_slide_box:after {
        background-color: transparent !important;
    }

    .products_hj07_title_slide:hover .products_hj07_title_slide_text {
        bottom: 0;
        text-align: center;
    }

    .products_hj07_title_slide {
        margin-bottom: 20px;
    }
}

@media (max-width:767px) {
    .products_hj07_title_slide_box {
        padding-bottom: 0;
        text-align: center;
    }
    .products_hj07_title_slide_img img{
       text-align: center!important;
       margin: 0 auto;
    }
    .products_hj07_title_slide_box .products_hj07_title_slide_text {
        position: relative;
        margin: auto;
        margin-top: 15px;
        left: auto;
    }
}

#aboutus--2 {
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden
}

.aboutus--2--top {
    margin-bottom: 20px;
}

.aboutus--2--left {
    float: left;
    height: auto;
    overflow: hidden;
}

.aboutus--2__swiper {
    height: 100%;
}

.aboutus--2__swiper li div {
    height: 100%
}

.aboutus--2--right {
    float: right;
    overflow: hidden;
}

.aboutus--2--right__content {
    padding-left: 45px;
}

.aboutus--2--right__title {
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
}

.aboutus--2--right__text {
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 40px;
}

.aboutus--2--right__content ul {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.aboutus--2--right__content ul li {
    margin-right: 28px;
}

.aboutus--2--right__content ul li a {
    padding: 8px 20px;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    position: relative;
    transition: all .5s;
}

.aboutus--2__shuzi_box {
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-bottom: 30px;
}

.aboutus--2__shuzi_box li.aboutus--2__shuzi__item {
    text-align: center;
}

.aboutus--2__shuzi_box li.aboutus--2__shuzi__item .count_shuzi {
    color: #fff;
    font-weight: bold;
}

.aboutus--2__shuzi_box li.aboutus--2__shuzi__item .count_shuzi:after {
    content: attr(data-danwei);
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -2px;
    left: 6px;
}

.aboutus--2__shuzi_box li.aboutus--2__shuzi__item .count_shuzi_desc {
    color: #ffffff;
    font-weight: normal;
}

.aboutus--2--right__content ul li a:hover {
    color: #fff;
}

@media (min-width: 992px) and (max-width:1199px) {
    .aboutus--2--right__content {
        padding-left: 0
    }

    .aboutus--2--right__content ul li a {
        padding: 8px 12px;
    }
}

@media (max-width: 991px) {
    .aboutus--2--right__content {
        padding-left: 0;
        padding-top: 20px;
    }

    .aboutus--2__shuzi_box li.aboutus--2__shuzi__item {
        text-align: left
    }

    .aboutus--2--right__content ul li,
    .aboutus--2__shuzi_box li.aboutus--2__shuzi__item {
        margin-bottom: 15px
    }
}

@media (max-width: 767px) {
    .aboutus--2--right__content ul li {
        width: 48%;
        margin-right: 0;
    }

    .aboutus--2--right__content ul li:nth-child(2n) {
        margin-left: 4%;
    }

    .aboutus--2--right__content ul li a {
        width: 100%
    }

    .new_hjzf_news-HJ02__itemLeft a{width: 100%!important; color: #333; height: auto}
}

@media (max-width: 575px) {
    .aboutus--2--top {
        margin-bottom: 15px;
    }

    .aboutus--2__shuzi_box {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }
}

.hjzf_other_120_title .index_sub_title {
    position: relative;
    padding: 0 20px;
    display: inline-block;
    padding-bottom: 8px;
    color: #babcc6;
}

.hjzf_other_120_title .index_sub_title:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    transform: translateX(-50%);
    width: 200px;
    height: 1px;
    background-color: #babcc6;
}

.hjzf_other_120_title .index_sub_title:before {
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 3px;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.hjzf_other_120_titleqh {
    width: 100%;
}

.hjzf_other_120_titleqh ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hjzf_other_120_titleqh ul li {
    margin: 0 15px;
    font-size: 20px;
    background: #a3a3a3;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 5px 20px;
}

.hjzf_other_120_titleqh ul li.on {
    background: #E41937;
}

.hjzf_other_120_mainqh ul li {
    display: none;
}

.hjzf_other_120_mainqh ul li.on {
    display: block;
}

.hjzf_other_120_wrapper_box {
    position: relative;
}

@media(min-width: 1200px) {
    .hjzf_other_120_wrapper_box .swiper-button-whitee {
        background-size: 50%;
        background-color: #f8f8f8;
        width: 45px;
        height: 110px;
        margin-top: -55px;
    }

    .hjzf_other_120_wrapper_box {
        padding: 0 50px;
    }
}

@media(min-width: 1200px) {
    .hjzf_other_120_wrapper li {
        width: 252px;
        margin-right: 20px;
    }
}

.products_52_title {
    display: inline-flex;
    align-items: flex-end;
    line-height: 1;
    position: relative;
}

.products_52_title img {
    position: absolute;
    left: 170px;
    top: 4px;
}

.products_52_title .index_title {
    margin-right: 10px;
}

.products_52_title+.index_text {
    font-size: 16px;
    color: #616161;
    line-height: 2;
}

.products_52_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.products_52_wrapper li {
    flex: 1 0 12.5%;
    width: 12.5%;
    padding: 1px;
}

.products_52_wrapper li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fafafa;
    height: 100%;
    transition: all .5s;
}

.products_52_wrapper li h2 {
    margin-bottom: 5px;
}

.products_52_wrapper li h2,
.products_52_wrapper li p {
    text-align: center;
    color: #333;
}

.products_52_wrapper li span {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.products_52_wrapper li span img {
    max-width: 100%;
    max-height: 100%;
}

.products_52_wrapper li span img,
.products_52_wrapper li h2,
.products_52_wrapper li p {
    transition: all .5s;
}

.products_52_wrapper li:hover span .normal {
    opacity: 0;
    z-index: -1;
}

.products_52_wrapper li:hover span .hover {
    opacity: 1;
    z-index: 99;
}

.products_52_wrapper li:hover p,
.products_52_wrapper li:hover h2 {
    color: #fff;
}

.products_52_wrapper li:nth-of-type(2n-1) a {
    background-color: #eeeeee;
}

.products_52_wrapper .products_52_wrapper_img {
    flex: 0 0 50%;
    width: 50%;
    padding: 1px;
}

.products_52_wrapper_img img {
    width: 100%;
}

.products_52_wrapper li span {
    position: relative;
}

.pro_img_b .pro_list_img,
.pro_img_a .pro_list_img {
    display: none;
}

.pro_img_b .pro_list_img.on,
.pro_img_a .pro_list_img.on {
    display: block;
}

@media(max-width: 1365px) {
    .products_52_wrapper li h2 {
        font-size: 18px;
    }

    .products_52_title img {
        display: none;
    }
}

@media(max-width: 1200px) {
    .products_52_wrapper li {
        flex: 0 0 25%;
        width: 25%;
    }

    .products_52_wrapper li a {
        padding: 10px 0;
    }

    .products_52_wrapper .products_52_wrapper_img {
        flex: 0 0 50%;
        width: 50%;
    }
}

@media(max-width: 767px) {
    .products_52_wrapper li {
        flex: 0 0 50%;
        width: 50%;
    }
}

.products_52_wrapper li .pro_list_img {
    display: none;
}

.hjzf_news-HJ02 {
    width: 100%;
    height: auto;
    margin: auto;
}

.new_hjzf_news-HJ02__left,
.new_hjzf_news-HJ02__right {
    position: relative
}

.new_hjzf_news-HJ02__right {
    padding-left: 30px;
}

.new_hjzf_news-HJ02__left {
    padding-right: 30px
}

.new_hjzf_news-HJ02__right:before {
    content: '';
    display: table;
    width: 2px;
    height: 524px;
    border-right: 1px dashed #ccc;
    position: absolute;
    left: 0;
    top: 0
}

.new_hjzf_news-HJ02--title {
    width: 100%;
    margin-bottom: 36px;
    padding-bottom: 16px;
    border-bottom: 1px solid #cccccc;
    position: relative
}

.new_hjzf_news-HJ02--title:before {
    content: '';
    display: table;
    width: 120px;
    height: 2px;
    background: #3d74cf;
    position: absolute;
    bottom: 0;
    left: 0;
}

.new_hjzf_news-HJ02--title span {
    color: #121619;
    font-size: 16px;
    font-weight: normal;
}

.new_hjzf_news-HJ02--title a {
    float: right;
    color: #121619;
    font-size: 16px;
    font-weight: normal;
}

.new_hjzf_news-HJ02__itemLeft {
    padding: 15px 0;
    border-top: 1px dashed #cccccc;
}

.new_hjzf_news-HJ02__itemLeft>div {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.new_hjzf_news-HJ02__itemLeft.new_hjzf_news-HJ02__itemLeft__first>div {
    display: block
}

.new_hjzf_news-HJ02__itemLeft a {
    color: #333333;
  
    height: auto;
    width: 80%;
 
}

.new_hjzf_news-HJ02__itemLeft span {
    float: right;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.new_hjzf_news-HJ02__itemLeft__first {
    width: 100%;
    margin-bottom: 20px;
    border-top: none;
    padding: 0;
}

.new_hjzf_news-HJ02__itemLeft__first .new_hjzf_news-HJ02__itemLeft__img {
    width: 40%;
    height: auto;
    overflow: hidden;
    float: left
}

.new_hjzf_news-HJ02__itemLeft__first .new_hjzf_news-HJ02__itemLeft__img a {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 75%;
    overflow: hidden;
    height: 0;
}

.new_hjzf_news-HJ02__itemLeft__first .new_hjzf_news-HJ02__itemLeft__img img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    ;
    -webkit-transform: translate3d(-50%, -50%, 0);
}

.new_hjzf_news-HJ02__itemLeft__imgRight {
    width: 60%;
    float: right;
    padding-top: 0;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.new_hjzf_news-HJ02__itemLeft__name {
    width: 100%;
    color: #333333;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    margin-bottom: 18px;
}

.new_hjzf_news-HJ02__itemLeft__name a {
    color: #333333;
}

.new_hjzf_news-HJ02__itemLeft__desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 20px;
}

.new_hjzf_news-HJ02__itemLeft__more {
    min-width: 100px;
    border: 1px solid #cccccc;
    text-align: center;
    color: #666;
    font-weight: normal;
    display: inline-block;
    padding: 5px 10px;
}

.new_hjzf_news-HJ02__itemRight {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 16px;
}

.new_hjzf_news-HJ02__itemRight:last-child {
    border-bottom: none;
}

.new_hjzf_news-HJ02__itemRight__name {
    margin-bottom: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start
}

.new_hjzf_news-HJ02__itemRight__name span,
.new_hjzf_news-HJ02__itemRight__desc span {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #333;
    font-size: 16px;
    color: #fff;
    margin-right: 20px;
    display: inline-block
}

.new_hjzf_news-HJ02__itemRight__name a {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    width: 96%;
    font-weight: normal;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.new_hjzf_news-HJ02__itemRight__desc {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start
}

.new_hjzf_news-HJ02__itemRight__desc a {
    float: right;
    display: block;
    width: 96%;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
    max-height: 72px;
}

@media (max-width: 991px) {

    .new_hjzf_news-HJ02__left,
    .new_hjzf_news-HJ02__right {
        margin-bottom: 30px;
    }

    .new_hjzf_news-HJ02__right {
        padding-left: 15px;
    }

    .new_hjzf_news-HJ02__left {
        padding-right: 15px
    }

    .new_hjzf_news-HJ02__itemLeft__first {
        margin-bottom: 0
    }

    .new_hjzf_news-HJ02__right:before {
        display: none
    }

    .new_hjzf_news-HJ02__itemLeft a.new_hjzf_news-HJ02__itemLeft__more,
        {
        display: none
    }

    .new_hjzf_news-HJ02__itemRight__desc a {
        height: auto;
    }

    .new_hjzf_news-HJ02--title a i {
        margin-left: 10px;
    }
}

@media (max-width: 576px) {
    .new_hjzf_news-HJ02__left {
        margin-bottom: 30px;
    }

    .new_hjzf_news-HJ02__itemLeft__first {
        margin-bottom: 0
    }

    .new_hjzf_news-HJ02__right:before {
        display: none
    }

    .new_hjzf_news-HJ02__itemLeft a.new_hjzf_news-HJ02__itemLeft__more,
    .new_hjzf_news-HJ02__itemLeft span {
        display: none
    }

    .new_hjzf_news-HJ02__itemRight__desc a {
        height: auto;
    }

    .hjzf_news-HJ02 {
        padding-bottom: 0 !important;
    }
}

.form-mj {
    padding: 36px 0 61px 0
}

.form-mj h2 {
    font-size: 32px;
    color: #565454;
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    padding-bottom: 10px;
}

.form-mj h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 280px;
    height: 0;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    left: 50%;
    transform: translateX(-50%);
}

.form-mj h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100px;
    height: 0;
    border-bottom: 2px solid #fc5200;
    left: 50%;
    transform: translateX(-50%);
}

.form-title span {
    font-size: 14px;
    margin-top: 10px;
    display: inline-block;
    position: relative;
}

.form-mj .fmj-z {
    width: 82%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-mj .fmj-l {
    width: 100%;
    border: 1px solid rgba(238, 238, 238, 1);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    height: fit-content;
}

.form-mj .form-title {
    padding: 40px 0 25px 0;
    text-align: center;
}

.form-mj form {
    width: 84%;
    margin: 0 auto;
}

.form-mj .form_item {
    padding-bottom: 18px;
    position: relative;
}

.form_left,
.form_right {
    width: 49%;
}

.form-mj .form_item input,
.form-mj .form_item textarea {
    border: 1px solid rgba(238, 238, 238, 1);
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 14px 24px;
    font-size: 16px;
    color: #878DA4;
    line-height: 28px;
    font-weight: 400;
    resize: none;
}

.form-mj .form_btn input {
    border-radius: 4px;
    border: none;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 700;
}

.form-mj .asd_alert {
    position: absolute;
    right: 5px;
    top: auto;
    bottom: 0;
    color: #FF0000;
}

@media (max-width: 1259px) {
    .form-mj .fmj-z {
        width: 100%;
    }
}

@media (max-width: 991px) {}

@media (max-width: 767px) {
    .form-mj .fmj-z {
        width: 80%;
        justify-content: center;
    }

    .form_left,
    .form_right {
        width: 100%;
    }
}

.advantage_20_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.advantage_20_wrapper li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 2vw;
}

.advantage_20_wrapper li span {
    margin-top: 1vw;
    margin-bottom: 1vw;
    -webkit-transition: all .45s;
    -o-transition: all .45s;
    transition: all .45s;
}

.advantage_20_wrapper li i {
    display: block;
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
}

.advantage_20_wrapper li i img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    max-width: 100%;
}

.advantage_20_wrapper li i img.hover {
    opacity: 0;
}

.advantage_20_wrapper li:hover img {
    opacity: 0;
}

.advantage_20_wrapper li i:hover img {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
}

.advantage_20_wrapper li:hover img.hover {
    opacity: 1;
}

.advantage_20_wrapper li i,
.advantage_20_wrapper li span,
.advantage_20_wrapper li p {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
}

.advantage_20_wrapper li i:hover img.hover {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    ;
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    ;
    transform: translate(-50%, -50%) rotate(360deg);
    ;
}

@media(max-width:768px) {
    .advantage_20_wrapper li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 20px;
    }

    .advantage_20_wrapper li i {
        width: 80px;
        height: 80px;
    }

    .advantage_20_wrapper li i img {
        width: 100%;
    }
}

.bottom_hj08_top {
    margin-bottom: 20px;
}

footer.bottom_hj08 {
    padding-top: 80px;
}

.bottom_hj08_up {
    padding-top: 10px;
    padding-bottom: 10px;
}

.bottom_hj08 a {
    transition: all .5s ease;
}

.bottom_hj08 dl dt {
    font-size: 16px;
    margin-bottom: 30px;
}

.bottom_hj08 dl dd {
    line-height: 30px;
}

.bottom_hj08 .tac dt {
    margin-left: -10px;
}

.bottom_hj08 .tac span {
    font-size: 24px;
    white-space: nowrap;
}

.chat_icon {
    margin-top: 15px;
    margin-bottom: 20px;
}

.chat_icon li a {
    display: block;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.chat_icon li span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .5s ease;
}

.chat_icon li:hover span {
    opacity: 1;
}

.bottom_hj08_tel,
.bottom_hj08_fax,
.bottom_hj08_whatsapp,
.bottom_hj08_email {
    display: block;
    margin-bottom: 10px;
}

.bottom_hj08_tel i,
.bottom_hj08_fax i,
.bottom_hj08_whatsapp i,
.bottom_hj08_email i {
    margin-right: 10px;
}

.bottom_hj08_icon li {
    display: inline-block;
    margin-right: 5px;
}

.bottom_hj08_ewm {
    text-align: center;
}

.bottom_hj08_ewm p {
    padding: 5px 0;
    display: block;
}

.bottom_hj08_hjd {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 50px;
}

.bottom_hj08_hjd li {
    width: 100%;
}

@media (max-width:1200px) {
    .bottom_hj08 .tac span {
        font-size: 18px;
    }

    .bottom_hj08_up .tar {
        text-align: left !important;
    }

    footer.bottom_hj08 {
        padding-top: 0;
    }
}

@media(max-width: 1440px) {
    .bottom_hj08_top>.col-xs-10 {
        width: 78%;
    }

    .bottom_hj08_top>.col-xs-2 {
        width: 22%;
    }
}


/*2024-12-4*/

       .add_230605{display:none;}
.add_230605.on{display:block;}
.sunshine_left_box.on:not(.add_230605){
    position: fixed;
    top: 150px;
}
    .sunshine_left_box {
        width: 300px;
    }
    
    .sunshine_left_box .category {
        font-size: 24px;
        color: #fff;
        border-radius: 4px 4px 0 0;
        font-weight: bold;
        padding: 10px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 10px;
        background: #E41937;
    }
    
    .sunshine_left_box .category i {
        cursor: pointer;
        transition: all .5s;
        transform-origin: 50% 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        display: none;
    }
    
    .sunshine_left_box .category i.on {
        transform: rotate(180deg);
    }
    
    .pro_left_bottom {
        margin-top: 50px;
    }
    
    .pro_left_bottom h2 {
        font-size: 24px;
        color: #fff;
        border-radius: 4px 4px 0 0;
        font-weight: bold;
        padding: 10px 24px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 10px;
        background: #E41937;
    }
    
    .pro_left_bottom ul {
        border: 1px solid #dbdbdb;
        border-top: none;
        padding: 10px 24px;
    }
    
    .pro_left_bottom ul li {
        padding: 5px 0;
    }
    
    .pro_left_bottom ul li span,
    .pro_left_bottom ul li a {
        font-size: 14px;
        color: #333;
        line-height: 1.4;
    }
    
    .pro_left_sunshine .yiji {
        border: 1px solid #dbdbdb;
        border-top: none;
        padding: 10px 16px;
    }
    
    .pro_left_sunshine .yiji_con {
        display: flex;
        align-items: center;
    }
    
    .pro_left_sunshine .yiji_con em {
        display: flex;
        width: 16px;
        height: 16px;
        align-items: center;
        justify-content: center;
        transition: all 0.4s;
    }
    
    .pro_left_sunshine .yiji_con a h3 {
        font-size: 14px;
        font-weight: bold;
        color: #333;
        line-height: 2.8;
        transition: all 0.4s;
        padding-left: 6px;
    }
    
    .pro_left_sunshine .yiji_con i {
        display: block;
        width: 14px;
        height: 14px;
        position: relative;
        cursor: pointer;
    }
    
    .pro_left_sunshine .erji,.pro_left_sunshine .erji2 {
        padding-left: 20px;
    }
        .pro_left_sunshine .erji_con,.pro_left_sunshine .erji_conq {
        display: flex;
        align-items: center;
    }
    
    .pro_left_sunshine .erji>.erji_list:last-child .erji_con {
        border-bottom: none;
    }
    
    .pro_left_sunshine .erji_con a {
        display: block;
        width: calc(100% - 16px);
        padding: 0 10px 0 0;
    }
    
    .pro_left_sunshine .erji_con a h3,.pro_left_sunshine .erji_conq a h3 {
        font-size: 14px;
        color: #666;
        line-height: 2.4;
        transition: all 0.4s;
        padding-left: 6px;
    }
    
    .pro_left_sunshine .yiji_list.on .yiji_con > a > h3 {
        color:#E41937;
    }
    
    .pro_left_sunshine .yiji_list.on .yiji_con > em {
        transform: rotate(90deg);
    }
    .pro_left_sunshine .yiji_list .yiji_con > em.on{
        transform: rotate(90deg);
    } 
    
    .pro_left_sunshine .yiji_list.on .yiji_con em svg path,
    .pro_left_sunshine .yiji_list:hover > .yiji_con em svg path{
        fill:#E41937;
    }
    .pro_left_sunshine .yiji_list .yiji_con a h3:hover {
        color:#E41937;
    }
    
    .pro_left_sunshine .erji_list.on .erji_con a h3,.pro_left_sunshine .erji_list2.on .erji_conq a h3 {
        color:#E41937;
    }
    .pro_left_sunshine .erji_list.on .erji_con em svg path,
    .pro_left_sunshine .erji_list:hover > .erji_con em svg path,
    .pro_left_sunshine .erji_list2.on .erji_conq em svg path,
    .pro_left_sunshine .erji_list2:hover > .erji_conq em svg path{
        fill:#E41937;
    }
    .pro_left_sunshine .erji_list .erji_con a h3:hover,.pro_left_sunshine .erji_list2 .erji_conq a h3:hover {
        color:#E41937;
    }
    
    @media screen and (max-width:1619px){
        .sunshine_left_box {
            width: 280px;
        }
        .pro_left_bottom {
            margin-top: 40px;
        }
    }
    @media screen and (max-width:991px) {
        .sunshine_left_box {
            width: 240px;
        }
        .pro_left_sunshine .yiji {
            padding: 10px;
        }
        .pro_left_bottom {
            margin-top: 30px;
        }
    }
    @media screen and (max-width: 767px){
        .sunshine_left_box {
            width: 100%;
            margin-bottom: 20px;
        }
        .pro_left_bottom {
            display:none;
        }
        .pro_sunshine_con{
            margin:0 0 30px
        }
        .sunshine_left_box .category i {
            display: block;
        }
        .pro_left_sunshine{display:none;}
        
    }
    .pro_left_middle{display:none;}

     .sunshine_right_box {
        width: calc(100%);
    }
    
    .con_sunshine_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    
    .con_sunshine_title .category {
        font-size: 24px;
        color: #333333;
        text-transform: capitalize;
        font-weight: bold;
        padding: 0 24px;
        position: relative;
    }
    
    .con_sunshine_title .category:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 16px;
        border-radius: 2px;
        background:#E41937;
        left: 0;
        top: 50%;
        box-shadow: 2px 2px 0px 0px #eeeeee;
        line-height: 1;
        transform: translateY(-50%);
    }
    
    .con_sunshine_titlr i {
        color: #999;
        width: 25px;
        height: 25px;
        display: inline-flex;
        margin-left: 10px;
        align-items: center;
        justify-content: center;
        border: 1px solid #eee;
        transition: all .5s;
        cursor: pointer;
    }
    
    .con_sunshine_titlr i.on,
    .con_sunshine_titlr i:hover {
        color: #E41937;
        border-color: #E41937;
    }
    
    .con_sunshine_titlr {
        display: flex;
        align-items: center;
        margin-left: 30px;
    }
    
    .sunshine_search {
        overflow: hidden;
        border: 1px solid #e5e5e5;
        border-radius: 6px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    }
    
    .sunshine_search form {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .sunshine_search input,
    .sunshine_search button {
        height: 44px;
        line-height: 44px;
    }
    
    .sunshine_search input {
        padding-left: 10px;
        border: none;
    }
    .search_input{ width:100%;}
    .sunshine_search button {
        border: 0;
        width: 80px;
        border-radius: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #E41937;
    }
    
    @media screen and (min-width: 1200px) {
        .con_sunshine_wrapper {
            min-height: 450px;
        }
    }
    
    .first_con_sunshine ul {
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
        margin-left: -20px;
        margin-right: -20px;
    }
    
    .first_con_sunshine ul li {
        flex:0 0 25%;
        width: 25%;
        padding: 0 20px;
        margin-bottom: 40px;
    }
    
    .first_con_sunshine .con_sunshine_right_des {
        display: none;
    }
    
    .con_sunshine_img {
        border: 1px solid #eee;
        overflow: hidden;
        margin-bottom: 12px;
        position: relative;
    }
    
    .con_sunshine_img a img {
        transition: all .5s;
    }
    
    .con_sunshine_img:hover a img {
        transform: scale(1.05);
    }
    
    .con_sunshine_img .con_sunshine_hot {
        position: absolute;
        right: 6px;
        top: 8px;
        z-index: 9;
    }
    
    .con_sunshine_img .con_sunshine_new {
        position: absolute;
        left: 6px;
        top: 8px;
        z-index: 9;
    }
    
    .con_sunshine_video {
        position: absolute;
        bottom: 6px;
        right: 6px;
        z-index: 9;
    }
    
    .con_sunshine_box h2 a,.con_sunshine_name h2 a{
        color: #333;
        font-weight: bold;
        min-height: 48px;
        margin-bottom: 10px;
        transition: all .5s;
        line-height: 1.5;
        text-align: center;
    }
    
    .con_sunshine_box:hover h2 a {
        text-decoration: underline;
        color: #E41937;
    }
    
    .con_sunshine_add_inquiry {
        transition: all .5s;
    }
    
    .con_sunshine_add_inquiry a,
    .con_sunshine_add_inquiry_btn_24 {
        display: block;
        padding: 10px 0;
        padding-left: 15px;
        cursor: pointer;
    }
    
    .con_sunshine_add_inquiry:hover {
        background-color: #ccc;
    }
    
    .con_sunshine_add_inquiry i {
        margin-right: 30px;
    }
    
    .con_sunshine_add_inquiry span {
        color: #333;
    }
    
    .con_sunshine_add {
        background-color: #eaedef;
        border: 1px solid #d8dde6;
        position: relative;
        border-radius: 4px;
    }
    
    .con_sunshine_addto {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 20%;
        z-index: 99;
        display: flex;
        align-items: center;
        justify-content: center;
        border-left: 1px solid #d8dde6;
        cursor: pointer;
        background-color: #eaedef;
        transition: all .5s;
        overflow: hidden;
    }
    
    .con_sunshine_addto .add_shop_car_btn {
        display: none;
        white-space: nowrap;
    }
    
    .con_sunshine_addto i {
        margin-top: -2px;
        margin-right: 5px;
    }
    
    .con_sunshine_addto:hover {
        width: 80%;
        background-color: #ccc;
    }
    
    .con_sunshine_addto:hover .add_shop_car_btn {
        display: block;
    }
    
    .Determine,
    .clear_car {
        border-radius: 4px;
    }
    
    .second_con_sunshine .con_sunshine_box h2 a {
        text-align: left;
    }
    
    .sunshine_right_box .main_page {
        margin-top: 10px;
    }
    
    
    
    @media screen and (max-width: 767px) {
        .first_con_sunshine ul li {
            flex: 0 0 50%;
            width: 50%;
        }
        .con_sunshine_add_inquiry a {
            padding: 5px 0;
        }
        .con_sunshine_add_inquiry {
            padding-left: 10px;
        }
        .con_sunshine_add_inquiry i {
            margin-right: 0;
        }
    }
    
    .second_con_sunshine {
        margin-top: 30px;
    }
    
    .second_con_sunshine ul li {
        display: flex;
        margin-bottom: 30px;
    }
    
    .second_con_sunshine ul li .con_sunshine_img {
        flex: 0 0 30%;
        width: 30%;
        margin-bottom: 0;
    }
    
    .second_con_sunshine ul li .con_sunshine_right {
        flex: auto;
        margin-left: 30px;
    }
    
    .second_con_sunshine ul li .con_sunshine_add {
        max-width: 200px;
    }
    
    .con_sunshine_right_des {
        font-size: 16px;
        font-weight: normal;
        color: #333;
        margin-bottom: 20px;
    }
    
    .main_page .current {
        background-color: #E41937;
        border-color: #E41937;
    }
    
    .con_sunshine_img .con_sunshine_pagination {
        text-align: left;
        bottom: 0;
        left: 5px;
    }
    
    .con_sunshine_img .con_sunshine_pagination span {
        width: 10px;
        height: 10px;
        margin: 0 2px;
        opacity: 1;
        background-color: rgba(255, 255, 255, .8);
        box-shadow: inset 1px 1px 1px rgb(0 0 0 / 30%);
    }
    
    .con_sunshine_pagination span.swiper-pagination-bullet-active {
        background-color: #E41937;
    }
    
    .con_sunshine_container .swiper-slide {
        overflow: hidden;
    }
    
    @media screen and (max-width:1619px) {
        .sunshine_right_box {
            width: calc(100% - 330px);
        }
        .con_sunshine_title {
            margin-bottom: 20px;
        }
        .first_con_sunshine ul {
            margin-left: -15px;
            margin-right: -15px;
        }
        .first_con_sunshine ul li {
            padding: 0 15px;
            margin-bottom: 30px;
        }
    }
    
    @media screen and (max-width: 1259px) {
        .first_con_sunshine ul li {
            flex: 0 0 50%;
            width: 50%;
        }
        .first_con_sunshine ul {
            margin-left: -10px;
            margin-right: -10px;
        }
        .first_con_sunshine ul li {
            padding: 0 10px;
            margin-bottom: 20px;
        }
    }
    @media screen and (max-width:991px) {
        .sunshine_right_box {
            width: calc(100% - 280px);
        }
    }
    
    @media screen and (max-width: 767px) {
        .sunshine_right_box {
            width: 100%;
        }
        .second_con_sunshine ul li .con_sunshine_img {
            flex: 0 0 45%;
            width: 45%;
        }
        .second_con_sunshine ul li {
            align-items: flex-start;
        }
        .con_sunshine_title .category {
            font-size: 14px;
            padding: 0 12px;
        }
        .first_con_sunshine ul {
                margin-top: 20px;
            margin-left: 10px;
            margin-right: 10px;
        }
        .first_con_sunshine ul li {
            padding: 0 10px;
            margin-bottom: 20px;
        }
        .con_sunshine_right_des{
            display:none;
        }
        .second_con_sunshine ul li .con_sunshine_right {
            flex: auto;
            margin-left: 20px;
        }
    }