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


/**********修改***********/

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

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

:root {
    --swiper-theme-color: #007aff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

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

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

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

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

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

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

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

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

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

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

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: -apple-system, BlinkMacSystemFont, 
             "Helvetica Neue", HELVETICA, 
             "Roboto", "Arial", 
             "PingFang SC", "Hiragino Sans GB", 
             "Microsoft YaHei", "宋体", 
             sans-serif;
    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: 'InstrumentSans';
    src: url('../fonts/InstrumentSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'InstrumentSans';
    src: url('../fonts/InstrumentSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Noto-SemiBold';
    src: url('../fonts/NotoSerifBengali-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-ExtraBold';
    src: url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedHatDisplay-Bold';
    src: url('../fonts/RedHatDisplay-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedHatDisplay-Light';
    src: url('../fonts/RedHatDisplay-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'RedHatDisplay';
    src: url('../fonts/RedHatDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Corinthia-Regular';
    src: url('../fonts/Corinthia-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LeagueSpartan-SemiBold';
    src: url('../fonts/LeagueSpartan-SemiBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DancingScript';
    src: url('../fonts/DancingScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HostGrotesk-Regular';
    src: url('../fonts/HostGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HostGrotesk-Light';
    src: url('../fonts/HostGrotesk-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HostGrotesk-ExtraBold';
    src: url('../fonts/HostGrotesk-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HostGrotesk-Bold';
    src: url('../fonts/HostGrotesk-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SofiaSansCondensed-ExtraBold';
    src: url('../fonts/SofiaSansCondensed-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-ExtraBold';
    src: url('../fonts/WorkSans-ExtraBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'WorkSans-Bold';
    src: url('../fonts/WorkSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/Inter_24pt-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Light';
    src: url('../fonts/Inter_24pt-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/Inter_24pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope-Bold';
    src: url('../fonts/Manrope-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree-Bold';
    src: url('../fonts/Figtree-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree-Regular';
    src: url('../fonts/Figtree-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree-SemiBold';
    src: url('../fonts/Figtree-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('../fonts/TitilliumWeb-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TitilliumWeb-Light';
    src: url('../fonts/TitilliumWeb-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('../fonts/TitilliumWeb-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit-Bold';
    src: url('../fonts/Outfit-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Niconne';
    src: url('../fonts/Niconne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BebasNeue-Regular';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VinaSans-Regular';
    src: url('../fonts/VinaSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@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: '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;
}

@font-face {
    font-family: 'Fira-Sans-Black';
    src: url('../fonts/Fira-Sans-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-Regular';
    src: url('../fonts/Muli-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-Light';
    src: url('../fonts/Muli-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli-Bold';
    src: url('../fonts/Muli-Bold.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;
}

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 0.3s;
    color: #333333;
    font: 14px "Arial";
    overflow: hidden;
}

.side ul li .sidebox img {
    max-width: 200%;
}

.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;
    -webkit-transform: translateX(130%);
    transform: translateX(130%);
    -webkit-transition: all 0.6s;
    transition: all 0.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;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}

.side ul li:hover .sidebox_content {
    display: inline-block;
    -webkit-transform: translateX(-20px);
    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;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.new_list_row {
    margin: 0 -15px;
}

.main_newsimg {
    height: auto;
    overflow: hidden;
    transition: 0.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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.main_news_right {
    height: auto;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}

.main_news_right_content {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.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;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.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%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.main_news_dowm {
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.main_news_dowm span a:hover:before {
    content: '';
    display: table;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.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);
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.main_newslist li:hover .main_news_right_content {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}

.main_newslist li:hover .main_news_dowm {
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    display: inline-block;
}

.main_newslist li:hover .main_news_right_date p:before {
    left: 66%;
    opacity: 1;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.6s;
}

.main_newslist li:hover .main_news_right_date p:after {
    left: 66%;
    opacity: 0;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.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;
    }
}

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

    .main_newslist li:hover .main_news_dowm {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        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: 0px 0px 8px 0px 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 0.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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.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 0.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 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.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: 0.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: 0.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: 0.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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.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;
    }
}

.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 0.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;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.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 0.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: 0.5px 0.866px 5px 0px 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: -moz-calc(50%);
    width: -webkit-calc(50%);
    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: 0.5px 0.866px 5px 0px 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: 0.4s;
}

.mobile--left_showButton:before {
    content: '';
    display: table;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    transition: 0.41s;
}

.mobile--left_showButton:after {
    content: '';
    display: table;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 0;
    background: #333;
    transition: 0.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: 0.6s;
    display: block;
}

.mobile--left_showButton.active i {
    visibility: hidden;
    opacity: 0;
    transition: 0.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: 0.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: 0.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) {
    -webkit-transform: translateY(-70px) scale(0);
    transform: translateY(-70px) scale(0);
    transition: all 0.5s;
    transition-delay: 0.15s;
}

.mfb-component__list li:nth-child(2) {
    -webkit-transform: translateY(-140px) scale(0);
    transform: translateY(-140px) scale(0);
    transition: all 0.5s;
    transition-delay: 0.1s;
}

.mfb-component__list li:nth-child(3) {
    -webkit-transform: translateY(-210px) scale(0);
    transform: translateY(-210px) scale(0);
    transition: all 0.5s;
    transition-delay: 0.05s;
}

.mfb-component__list li:nth-child(4) {
    -webkit-transform: translateY(-280px) scale(0);
    transform: translateY(-280px) scale(0);
    transition: all 0.5s;
    transition-delay: 0.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) {
    -webkit-transform: translateY(-86px) scale(1);
    transform: translateY(-86px) scale(1);
    transition-delay: 0.05s;
}

.mobile_sidebar li.open .mfb-component__list li:nth-child(2) {
    -webkit-transform: translateY(-187px) scale(1);
    transform: translateY(-187px) scale(1);
    transition: all 0.5s;
    transition-delay: 0.1s;
}

.mobile_sidebar li.open .mfb-component__list li:nth-child(3) {
    -webkit-transform: translateY(-290px) scale(1);
    transform: translateY(-290px) scale(1);
    transition: all 0.5s;
    transition-delay: 0.05s;
}

.mobile_sidebar li.open .mfb-component__list li:nth-child(4) {
    -webkit-transform: translateY(-390px) scale(1);
    transform: translateY(-390px) scale(1);
    transition: all 0.5s;
    transition-delay: 0.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: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: 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: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: 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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.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);
    }
}

@-moz-keyframes banner_animate {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@-webkit-keyframes banner_animate {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

@-o-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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.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;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    transition: 0.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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.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;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    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: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.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: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.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: 0.2rem;
    line-height: 0.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 0.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: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.inner-3_title {
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.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: 0.2rem;
    line-height: 0.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: 0.2rem;
    line-height: 0.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: 0.18rem;
    line-height: 0.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: 0.24rem;
    font-weight: normal;
}

.inner-3__probox .inner-3__proMask .inner-3__proMask__name {
    font-size: 0.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: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
}

.inner-3__probox .inner-3__proMask .inner-3__proMask__desc {
    max-height: 92px;
    font-size: 0.14rem;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    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;
    -webkit-transition: -webkit-transform 0.35s 0.2s;
    transition: transform 0.35s 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.inner-3__probox:hover .inner-3__proMask__desc {
    display: inline-block;
    opacity: 1;
    -webkit-transition: opacity 0.35s 0.2s, -webkit-transform 0.35s 0.2s;
    transition: opacity 0.35s 0.2s, transform 0.35s 0.2s;
    -webkit-transform: translate3d(0, 0, 0);
    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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.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: 0.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 0.6s ease;
    -moz-transition: width 0.6s ease;
    -webkit-transition: width 0.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: 0.16rem;
    line-height: 0.24rem;
    color: #333333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    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: 0.24rem;
        line-height: 0.4rem;
    }

    .inner-3_title p {
        width: 100%;
    }

    .inner-3_title-fu span,.inner-3_title-fu a {
        font-size: 0.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 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.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 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.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 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    opacity: 0;
    visibility: hidden;
    transform: scale(0.85);
    -moz-transform: scale(0.85);
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.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(0.92, 0.9);
    -moz-transform: scale(0.92, 0.9);
    -webkit-transform: scale(0.92, 0.9);
    -ms-transform: scale(0.92, 0.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 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.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 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.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 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -moz-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -webkit-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.34, 1);
    -ms-transition: all 0.38s cubic-bezier(0.62, 0.02, 0.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 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -webkit-transition: transform 0.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 0.6s ease;
    -moz-transition: transform 0.6s ease;
    -webkit-transition: transform 0.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: 0.6s ease;
    -moz-transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}

.inner4__proicon {
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -webkit-transition: 0.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: 0.6s ease;
    -moz-transition: 0.6s ease;
    -webkit-transition: 0.6s ease;
}

.inner4__pro:hover:before {
    width: 100%;
    left: 0;
    transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -webkit-transition: 0.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 0.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 0px #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 0.6s ease;
        -moz-transition: transform 0.6s ease;
        -webkit-transition: transform 0.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 0.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 0.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 0.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 0.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 0.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 0.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 0.5s ease-in;
}

.main_newslist3 .newslist_left {
    margin-top: 30px;
    height: 100%;
    transition: all 0.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 0.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 0.5s ease;
}

.HJZF_Z__innerContent_product_box_a:hover:before {
    opacity: 0.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 0.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 0.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 0.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 0.5s ease-in 0.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 0.3s;
}

.inner7__class:hover {
    top: -10px;
    transition: all 0.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;
    -webkit-background-size: cover;
    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 0.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 0.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 0.5s ease;
}

.HJZF_Z_product8_item_imgbox {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.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 0.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 0.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 0.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 0.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;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-transition: -webkit-transform 1s ease 0s, opacity 1s ease 0s;
    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 0.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;
    -webkit-transition: color 0.3s;
    transition: color 0.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%;
    -moz-transition: all 0.8s ease 0s;
    -ms-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.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 0.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 {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    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 0.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 0.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: 0.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: 0.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: 0.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%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-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 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%;
    -webkit-transition: 500ms 0s all linear;
    -moz-transition: 500ms 0s all linear;
    -ms-transition: 500ms 0s all linear;
    -o-transition: 500ms 0s all linear;
    transition: 500ms 0s all linear;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.inner9_cases_lines {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    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 {
    -webkit-transform: translate(-50%, -50%) scale(1.06);
    -moz-transform: translate(-50%, -50%) scale(1.06);
    -ms-transform: translate(-50%, -50%) scale(1.06);
    -o-transform: translate(-50%, -50%) scale(1.06);
    transform: translate(-50%, -50%) scale(1.06);
}

.inner9_caseitem:hover .inner9_cases_lines .lines_w {
    -webkit-animation: line 2s linear 0s infinite normal;
    animation: line 2s linear 0ms infinite normal;
}

.inner9_caseitem:hover .inner9_cases_lines .lines_h {
    -webkit-animation: h_line 2s linear 0ms infinite alternate;
    animation: h_line 2s linear 0ms infinite alternate;
}

.inner9_cases_info .inner9_cases_lines .case_item-title {
    margin-bottom: 15px;
}

@-webkit-keyframes line {
    0% {
        width: 0;
    }

    70% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

@keyframes line {
    0% {
        width: 0;
    }

    70% {
        width: 100%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes h_line {
    0% {
        height: 0;
    }

    70% {
        height: 100%;
    }

    100% {
        height: 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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.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: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.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 {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate3d(-50%, -50%, 0);
    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 {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.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%;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.inner-10__proname {
    padding: 30px 10px;
    text-align: center;
    margin: auto;
}

.inner-10__pro:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.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 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#lightbox-secNav-btnClose::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-bounce-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.hvr-bounce-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.hvr-rectangle-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scale(0);
    transform: scale(0);
}

.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

.hvr-shutter-out-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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 {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.hvr-border-fade {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.hvr-trim:hover:before,.hvr-trim:focus:before,.hvr-trim:active:before {
    opacity: 1;
}

@-webkit-keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.hvr-ripple-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-out:hover:before,.hvr-ripple-out:focus:before,.hvr-ripple-out:active:before {
    -webkit-animation-name: hvr-ripple-out;
    animation-name: hvr-ripple-out;
}

@-webkit-keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

@keyframes hvr-ripple-in {
    100% {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}

.hvr-ripple-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.hvr-ripple-in:hover:before,.hvr-ripple-in:focus:before,.hvr-ripple-in:active:before {
    -webkit-animation-name: hvr-ripple-in;
    animation-name: hvr-ripple-in;
}

.hvr-outline-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    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;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transition-property: border-width;
    transition-property: border-width;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-reveal:hover:before,.hvr-reveal:focus:before,.hvr-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-width: 4px;
}

.hvr-underline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-reveal:hover:before,.hvr-underline-reveal:focus:before,.hvr-underline-reveal:active:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hvr-overline-reveal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    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;
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-reveal:hover:before,.hvr-overline-reveal:focus:before,.hvr-overline-reveal:active:before {
    -webkit-transform: translateY(0);
    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: 40px 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;
}

.head_hj26_fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    transition: all .3s;
    width: 100%;
    padding: 15px 0;
    background-color: transparent;
}

.head_hj26_fixed.up {
    transform: translateY(0%);
    opacity: 1;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.head_hj26_fixed.up .normal,.hovera {
    display: none;
}

.head_hj26_fixed.up .hovera {
    display: block;
}

.head_hj26_fixed.down {
    transform: translateY(-100%);
    opacity: 0;
}

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

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

.head_hj26_nav_box ul li:not(:first-child) {
    margin-left: 3.5vw;
}

.head_hj26_nav_box ul li h3,.head_hj26_nav_box ul li h2 {
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

.head_hj26_fixed.up .head_hj26_nav_box ul li h3,.head_hj26_fixed.up .head_hj26_nav_box ul li h2 {
    color: #333;
    white-space: nowrap;
}

@media(min-width: 1680px) {
    .head_hj26_fixed .container {
        max-width: 1640px;
        margin-left: auto;
        margin-right: auto;
    }
}

.head_hj26_search {
    position: relative;
}

.head_hj26_search img {
    width: 15px;
}

.head_hj26_search span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.4);
    cursor: pointer;
}

.head_hj26_from_search {
    position: absolute;
    z-index: 999;
    right: 0;
    min-width: 300px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    transition: all .4s;
}

.head_hj26_from_search.on {
    opacity: 1;
    visibility: visible;
}

.head_hj26_from_search .search_input {
    width: 250px;
}

.head_hj26_from_search .search_input input {
    width: 100%;
    padding-left: 15px;
    line-height: 40px;
    height: 40px;
    border: 0;
}

.head_hj26_from_search .submit_row {
    width: 50px;
    line-height: 40px;
}

.head_hj26_from_search .submit_row button {
    border: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    height: 40px;
}

.banner_26 {
    position: relative;
}

.banner_26_text {
    position: absolute;
    display: block;
    left: 10%;
    bottom: 12vw;
    color: #fff;
}

.banner_25_img {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translateX(-50%);
    opacity: 0.5;
    animation: aarowMove 2s both infinite;
}



@keyframes aarowMove {
    0% {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%);
    }

    25% {
        -webkit-transform: translateY(10px) translateX(-50%);
        transform: translateY(10px) translateX(-50%);
    }

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

    75% {
        -webkit-transform: translateY(10px) translateX(-50%);
        transform: translateY(10px) translateX(-50%);
    }

    100% {
        -webkit-transform: translateY(1) translateX(-50%);
        transform: translateY(1) translateX(-50%);
    }
}

.cases_33_wrapper ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cases_33_more {
    transition: all .5s;
    overflow: hidden;
}

.cases_33_wrapper ul li {
    flex: 0 0 50%;
    width: 50%;
    overflow: hidden;
}

.cases_33_wrapper ul li a {
    display: block;
    position: relative;
}

.cases_33_wrapper ul li img {
    width: 100%;
    transition: all .5s .1s;
}

.cases_33_wrapper ul li:hover img {
    transform: translateX(15px);
}

.cases_33_wrapper ul li {
    padding: 70px;
}

.cases_33_wrapper ul li:first-child {
    background-color: #cac7c2;
}

.cases_33_wrapper ul li:nth-child(2) {
    background-color: #9c9492;
}

.cases_33_wrapper ul li:nth-child(3) {
    background-color: #979692;
}

.cases_33_wrapper ul li:nth-child(4) {
    background-color: #d6d7d2;
}

.cases_33_more {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    margin-top: 50px;
}

.cases_33_more:hover {
    color: #fff;
}

.cases_33_bottom {
    position: absolute;
    left: 5%;
    width: 55%;
    bottom: 30px;
    background-color: rgba(255, 255, 255, .8);
    padding: 10px 20px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color: #333;
    opacity: 0;
    transition: all .4s;
    transform: translateY(30px) scale(1.1);
}

.cases_33_wrapper ul li:hover .cases_33_bottom {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.case_33_title .index_title,.case_33_title .index_sub_title {
    font-weight: 400;
    opacity: 0;
    transform: rotate(-10deg) rotateX(65deg) translateX(60px) translateY(50px) translateZ(0);
}

.case_33_title .index_title {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.case_33_title .index_sub_title {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.case_33_title .index_sub_title:last-child {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}

.case_33_title .index_title.animated,.case_33_title .index_sub_title.animated {
    transform: rotate(0) rotateX(0) translateX(0) translateY(0) translateZ(0);
    opacity: 1;
}

@media(min-width: 1680px) {
    .cases_33 .container {
        max-width: 1610px;
    }
}

@media(max-width: 767px) {
    .cases_33 .index_sub_title {
        font-size: 16px;
    }

    .cases_33_wrapper ul li {
        flex: 0 0 100%;
        width: 100%;
    }

    .cases_33_wrapper ul li {
        padding: 20px;
    }

    .case_33_title {
        margin-bottom: 20px;
    }

    .cases_33_bottom h5 {
        display: none;
    }

    .cases_33_bottom h3 {
        white-space: nowrap;
    }
}

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

.other_101_wrapper a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.other_101_wrapper div {
    flex: 0 0 50%;
    width: 50%;
    border: 1px solid #ccc;
}

.other_101_wrapper div:first-child {
    border-right: 0;
}

.other_101_title .index_title,.other_101_title .index_sub_title {
    font-weight: 400;
    opacity: 0;
    transform: rotate(-10deg) rotateX(65deg) translateX(60px) translateY(50px) translateZ(0);
}

.other_101_title .index_title {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}

.other_101_title .index_sub_title {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.other_101_title .index_sub_title:last-child {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.7s;
}

.other_101_title .index_title.animated,.other_101_title .index_sub_title.animated {
    transform: rotate(0) rotateX(0) translateX(0) translateY(0) translateZ(0);
    opacity: 1;
}

.other_101_more {
    border: 1px solid #333;
    color: #333;
    display: inline-block;
    margin-top: 50px;
}

.other_101_more:hover {
    color: #fff;
}

.HJZF2_Z_other_90_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.HJZF2_Z_other_90_wrapper li {
    padding: 1px;
    flex: 0 0 25%;
    width: 25%;
    margin-bottom: 20px;
}

.HJZF2_Z_other_90 .index_title {
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.5s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
    opacity: 0;
    transform: rotate(-10deg) rotateX(65deg) translateX(60px) translateY(50px) translateZ(0);
}

.HJZF2_Z_other_90 .index_title.animated {
    transform: rotate(0) rotateX(0) translateX(0) translateY(0) translateZ(0);
    opacity: 1;
}

.HJZF2_Z_other_90 .index_sub_title {
    opacity: 0;
    transform: rotate(-10deg) rotateX(65deg) translateX(60px) translateY(50px) translateZ(0);
    transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1) 0.6s, opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s;
}

.HJZF2_Z_other_90 .index_sub_title.animated {
    transform: rotate(0) rotateX(0) translateX(0) translateY(0) translateZ(0);
    opacity: 1;
}

@media(max-width: 1200px) {
    .HJZF2_Z_other_90_wrapper li {
        flex: 0 0 50%;
        width: 50%;
    }

    .HJZF2_Z_other_90_container .swiper-slide {
        padding: 1px;
    }
}

.HJZF2_Z_other_90_t .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.HJZF2_Z_other_90_t .swiper-pagination span {
    width: 10px;
    height: 10px;
}

.HJZF2_Z_other_90_t li {
    width: 328px;
}

.hjzf2_z_bottom_24 {
    padding-top: 3vw;
    padding-bottom: 30px;
}

.logo_col {
    align-self: center;
}

.hjzf2_z_bottom_24 .row:before,.hjzf2_z_bottom_24 .row:after {
    display: none;
}

.hjzf2_z_bottom_24 .col-2 {
    flex: 0 0 22.5%;
    width: 22.5%;
}

.hjzf2_z_bottom_24 .col-1 {
    flex: 0 0 10%;
    width: 10%;
}

.hjzf2_z_bottom_24 .col-2 a {
    color: #333;
}

.hjzf2_z_bottom_24 .col-2 h3,.hjzf2_z_bottom_24 .col-1 h3 {
    margin-bottom: 20px;
}

.bottom_24_sj .bottom_24_sj_list {
    position: relative;
    display: block;
    height: 42px;
}

.bottom_24_sj_item {
    float: left;
}

.bottom_24_sj_list > div.bottom_24_sj_item:not(:last-child) {
    margin-right: 15px;
}

.bottom_24_sj .ewm {
    position: absolute;
    left: 0;
    transform: translate(-50%,-10%);
    bottom: 100%;
    display: none;
    transition: all .3s;
}

.bottom_24_sj .ewm_text {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    transition: all .3s;
}

.bottom_24_sj_item:hover .ewm,.bottom_24_sj_item:hover .ewm_text {
    display: block;
}

.bottom_24_wrapper {
    margin-top: 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.foot_title {
    font-size: 38px;
}

.bottom_24_sj span > img:not(:last-child) {
    margin-right: 15px;
}

.foot_logo {
    padding-right: 15px;
}

.foot_logo img {
    max-width: 100%;
}

.hjzf_bottom_24_fix {
    height: 400px;
}

@media(min-width: 1680px) {
    .hjzf2_z_bottom_24 .container,.HJZF2_Z_other_90 .container,.new_hjzf_bottom-24 .HJZF2_Z__bottom__friendlink .container {
        max-width: 1610px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media(min-width: 1366px) {
    .foot_title {
        white-space: nowrap;
    }
}

@media(max-width: 1200px) {
    .hjzf2_z_bottom_24 .col-2,.hjzf2_z_bottom_24 .col-1 {
        flex: 0 0 50%;
        width: 50%;
        margin-bottom: 25px;
    }

    .hjzf2_z_bottom_24 .col-2 h3,.hjzf2_z_bottom_24 .col-1 h3 {
        margin-bottom: 10px;
    }

    .bottom_24_wrapper {
        margin-top: 2vw;
    }
}

@media(max-width: 765px) {
    .hjzf2_z_bottom_24 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0px;
    }

    .hjzf2_z_bottom_24 .col-2,.hjzf2_z_bottom_24 .col-1 {
        flex: 0 0 100%;
        width: 100%;
        margin-bottom: 10px;
    }

    .hjzf2_z_bottom_24 .d-flex {
        display: none;
    }

    .hjzf2_z_bottom_24 .col-2 h3, .hjzf2_z_bottom_24 .col-1 h3 {
        font-size: 16px;
    }
}

.hjzf_bottom_24_fix div {
    height: 100%;
}

.hjzf_bottom_24_fix div.d-flex {
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 36px;
    text-shadow: 0 0 5px rgba(0,0,0,.8);
}

.hjzf_bottom_24_fix div.d-flex span {
    margin-right: 20px;
    opacity: .5;
}

.HJZF2__head-8_mobile {
    margin: auto;
}

.mobile_head_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.head_hj15_langauge {
    margin-left: 2vw;
    display: flex;
    align-items: center;
}

.head_hj15_langauge .head_langauge {
    position: relative;
}

.head_hj15_langauge .head_langauge ul {
    position: absolute;
    top: 30px;
    left: 0;
    display: none;
    background-color: rgba(0,0,0,0.5);
    width: 136%;
    padding: 5px 10px;
}

.head_hj15_langauge .head_langauge ul li {
    padding-left: 20px;
    position: relative;
}

.head_hj15_langauge .head_langauge ul li:before {
    top: 4px!important;
}

.head_hj15_langauge .head_langauge ul li a {
    color: #fff;
    line-height: 24px;
}

.head_hj15_langauge:hover ul {
    display: block;
}

.head_hj15_langauge .head_langauge ul li a:hover {
    text-decoration: underline;
}

.head_hj15_fix.open.active .head_hj15_langauge span {
    color: #333;
}

@media screen and (max-width: 1300px) {
    .mobile_logo img {
        max-height: 85px;
    }
}

@media screen and (max-width: 768px) {
    .mobile_logo img {
        max-height: 60px;
    }

    .hj10_banner_top:after {
        bottom: -100px !important;
    }
}

.mobile_logo img {
    max-width: 100%
}

.mobile_navbutton a {
    display: inline-block;
}

.mobile_navbutton span {
    width: 20px;
    height: 2px;
    display: inline-block;
    background: #333;
    position: relative;
}

.mobile_navbutton span:before,.mobile_navbutton span:after {
    content: '';
    display: inline-block;
    width: 130%;
    height: 2px;
    background: #333;
    position: absolute;
    left: 0;
}

.mobile_navbutton span:before {
    top: -10px;
}

.mobile_navbutton span:after {
    bottom: -10px;
}

.mobile_searchbutton {
    float: left;
    margin-right: 20px;
    width: 30px;
    height: 30px;
}

.mobile_searchbutton img {
    width: 100%
}

.mobile_search_content {
    width: 100%;
    margin: auto;
    height: 0;
    overflow: hidden;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.mobile_search_content.active {
    height: 60px;
    -o-transition: 0.6s;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile_search_input {
    width: calc(100% - 35px);
    display: -webkit-box;
    display: -ms-flexbox;
    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-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;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 9601;
}

.mobile-sticky-header-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
}

.mobile-menu-Sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    z-index: 9602;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .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;
}

.mobile-sticky-header-overlay.active .mobile-menu-Sidebar {
    right: 300px;
    -webkit-transition: -webkit-transform .5s ease;
    -webkit-transition: right .5s ease;
    -o-transition: right .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
}

.mobile-menu-Sidebar-close span:before,.mobile-menu-Sidebar-close span:after {
    display: inline-block;
    height: 2px;
    background: #333;
    position: absolute;
    content: '';
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    width: 30px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-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_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;
    -o-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagebutton.active span:after {
    border-color: transparent transparent #666 transparent;
    top: 1px;
    -o-transition: 0.6s;
    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;
    -o-transition: 0.6s;
    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;
    -o-transition: 0.6s;
    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-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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: flex-start;
}

.mobile-header-scrollbar-wrap>ul>li>a>h2, .mobile-header-scrollbar-wrap>ul>li>div[menu_data]>h2 {
    font-size: 17px;
    line-height: 21px;
    color: #333;
    font-weight: bold;
}

.next-level-button {
    position: absolute;
    right: 0;
    top: 16px;
    width: 25px;
    text-align: center;
    opacity: 0.3;
    -o-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.next-level-button img {
    width: 25px;
    height: 25px;
}

.next-level-button.active {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.hj_navbar_nav_dropdown-menu {
    width: 100%;
    padding: 10px 30px 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hj_navbar_nav_dropdown-menu>li {
    padding: 7px 0;
}

.hj_navbar_nav_dropdown-menu>li>a {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
}

.header-HJ01_langauge {
    margin-left: 15px;
    position: relative;
    cursor: pointer
}

.header-HJ01_langauge i {
    color: #333;
    margin-right: 5px;
}

.header-HJ01_langauge div {
    position: absolute;
    top: 7px;
    left: -30px;
    padding-top: 20px;
}

.header-HJ01_langauge #lang_ul {
    position: relative;
    display: none;
    background: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    width: 130%;
    z-index: 2
}

.header-HJ01_langauge #lang_ul li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px;
}

.header-HJ01_langauge #lang_ul li:hover {
    text-decoration: underline
}

.header-HJ01_langauge:hover #lang_ul {
    display: block;
}

.head_langauge #lang_ul li.count_hide {
    display: none;
}

@media (max-width: 1440px) and (min-width: 1366px) {
    .hjzf2__header-8_share {
        display: none;
    }

    .HJZF2_head-8_nav .main-nav>li {
        padding: 0 10px;
    }
}

@media (max-width: 1300px) and (min-width: 992px) {
    .HJZF2__head-9 {
        display: none;
    }
}

@media (max-width: 991px) {
    .HJZF2__header-HJ01_branding {
        -moz-justify-content: space-between;
        -ms-flex-pack: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .HJZF2__header-HJ01_widgets.mobile {
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        -ms-flex-grow: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .HJZF2__header-HJ01__logo {
        width: 90%
    }

    .HJZF2__header-HJ01__logo img {
        max-width: 100%
    }

    #products-HJ01_469 .products-HJ01__title h3 {
        font-size: 24px;
    }
}

.HJ04_mobile {
    background-color: #333;
}

.HJ04_mobile .mobile_navbutton span,.HJ04_mobile .mobile_navbutton span:before,.HJ04_mobile .mobile_navbutton span:after {
    background-color: #fff;
}

.HJZF2__head_temp_mobile {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9600;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
}

.mobile_head_content {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.HJZF2__head_temp_mobile .mobile_navbutton .dt-mobile-menu-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 30px;
}

.mobile_navbutton i {
    font-style: normal;
    margin-left: 15px;
    color: #fff;
}

.mobile_logo img {
    max-height: 70px;
}

.HJZF2__head-8_mobile {
    margin: auto;
}

.mobile_head_content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile_logo {
    width: 60%;
    float: left;
}

.mobile_logo a {
    display: flex;
    justify-content: flex-start;
}

.mobile_logo img {
    max-width: 100%;
}

.mobile_navbutton {
    width: 30px;
    float: right;
}

.mobile_navbutton a {
    display: inline-block;
    width: 30px;
    height: 32px;
}

.mobile_navbutton span {
    width: 100%;
    height: 2px;
    display: inline-block;
    background: #fff;
    position: relative;
}

.mobile_navbutton span:before,.mobile_navbutton span:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
}

.mobile_navbutton span:before {
    top: -10px;
}

.mobile_navbutton span:after {
    bottom: -10px;
}

.mobile_searchbutton {
    float: right;
    margin-right: 20px;
    width: 30px;
    height: 30px;
}

.mobile_searchbutton img {
    width: 100%
}

.mobile_search_content {
    width: 100%;
    margin: auto;
    height: 0;
    overflow: hidden;
    -o-transition: 0.6s;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
}

.mobile_search_content.active {
    height: 60px;
    -o-transition: 0.6s;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile_search_input {
    width: calc(100% - 35px);
    display: -webkit-box;
    display: -ms-flexbox;
    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-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;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 9601;
}

.mobile-sticky-header-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 9601;
}

.mobile-menu-Sidebar {
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    max-width: 100%;
    z-index: 9602;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-transform .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .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;
}

.mobile-sticky-header-overlay.active .mobile-menu-Sidebar {
    right: 300px;
    -webkit-transition: -webkit-transform .5s ease;
    -webkit-transition: right .5s ease;
    -o-transition: right .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
}

.mobile-menu-Sidebar-close span:before,.mobile-menu-Sidebar-close span:after {
    display: inline-block;
    height: 2px;
    background: #333;
    position: absolute;
    content: '';
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -15px;
    width: 30px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-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_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;
    -o-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.mobile_languagebutton.active span:after {
    border-color: transparent transparent #666 transparent;
    top: 1px;
    -o-transition: 0.6s;
    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;
    -o-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
    position: relative!important;
}

.mobile_languagelist.active {
    padding-bottom: 10px;
    background: #f5f5f5;
}

.mobile_languagelist.active ul {
    height: 200px;
    -o-transition: 0.6s;
    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-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, .mobile-header-scrollbar-wrap>ul>li>div[menu_data] {
    padding: 16.5px 30px 16.5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-items: flex-start;
}

.mobile-header-scrollbar-wrap>ul>li>div[menu_data] {
    cursor: pointer;
}

.mobile-header-scrollbar-wrap>ul>li>a>h2 {
    font-size: 17px;
    line-height: 21px;
    color: #333;
    font-weight: bold;
}

.next-level-button {
    position: absolute;
    right: 0;
    top: 16px;
    width: 25px;
    text-align: center;
    opacity: 0.3;
    -o-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.next-level-button img {
    width: 25px;
    height: 25px;
}

.next-level-button.active {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
}

.hj_navbar_nav_dropdown-menu {
    width: 100%;
    padding: 10px 30px 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hj_navbar_nav_dropdown-menu>li {
    padding: 7px 0;
}

.hj_navbar_nav_dropdown-menu>li>a {
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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;
}

.header-HJ01_langauge {
    margin-left: 15px;
    position: relative;
    cursor: pointer
}

.header-HJ01_langauge i {
    color: #333;
    margin-right: 5px;
}

.header-HJ01_langauge div {
    position: absolute;
    top: 7px;
    left: -30px;
    padding-top: 20px;
}

.header-HJ01_langauge #lang_ul {
    position: relative;
    display: none;
    background: #fff;
    padding: 5px 10px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    width: 130%;
    z-index: 2
}

.header-HJ01_langauge #lang_ul li {
    padding-left: 20px;
    position: relative;
    padding-bottom: 5px;
}

.header-HJ01_langauge #lang_ul li:hover {
    text-decoration: underline
}

.header-HJ01_langauge:hover #lang_ul {
    display: block;
}

.head_langauge #lang_ul li.count_hide {
    display: none;
}

@media (max-width: 1440px) and (min-width: 1366px) {
    .hjzf2__header-8_share {
        display: none;
    }

    .HJZF2_head-8_nav .main-nav>li {
        padding: 0 10px;
    }
}

@media (max-width: 1300px) and (min-width: 992px) {
    .HJZF2__head-9 {
        display: none;
    }
}

@media (max-width: 991px) {
    .HJZF2__header-HJ01_branding {
        -moz-justify-content: space-between;
        -ms-flex-pack: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .HJZF2__header-HJ01_widgets.mobile {
        -moz-align-items: center;
        -ms-align-items: center;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        -moz-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        -ms-justify-content: flex-start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -ms-flex-pack: start;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        -ms-flex-grow: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .HJZF2__header-HJ01__logo {
        width: 90%
    }

    .HJZF2__header-HJ01__logo img {
        max-width: 100%
    }

    #products-HJ01_469 .products-HJ01__title h3 {
        font-size: 24px;
    }
}

.HJ04_mobile {
    background-color: #333;
}

.HJ04_mobile .mobile_navbutton span,.HJ04_mobile .mobile_navbutton span:before,.HJ04_mobile .mobile_navbutton span:after {
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .HJZF2__head_temp_mobile_empty {
        height: 80px;
    }
}

.HJZF2__head_temp_mobile_empty {
    height: 80px;
}

a.hj_navbar_nav_dropdown-menu-third_dev {
    padding: 2px 0 2px 20px;
}

.mobile-sticky-header-overlay .components_multilingual-app {
    --button-color: #333;
}
