html
{
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.zq-row
{
    margin-left: -15px;
    margin-right: -15px;
}
body
{
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary
{
    display: block;
}
audio, canvas, progress, video
{
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls])
{
    display: none;
    height: 0;
}
[hidden], template
{
    display: none;
}
a
{
    background-color: transparent;
}
a:active, a:hover
{
    outline: 0;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b, strong
{
    font-weight: bold;
}
dfn
{
    font-style: italic;
}
h1
{
    font-size: 2em;
    margin: .67em 0;
}
mark
{
    background: #ff0;
    color: #000;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
img
{
    border: 0;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre
{
    overflow: auto;
}
code, kbd, pre, samp
{
    font-family: monospace,monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea
{
    color: inherit;
    font: inherit;
    margin: 0;
}
button
{
    overflow: visible;
}
button, select
{
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"]
{
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled]
{
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
input
{
    line-height: normal;
}
input[type="checkbox"], input[type="radio"]
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button
{
    height: auto;
}
input[type="search"]
{
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none;
}
fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend
{
    border: 0;
    padding: 0;
}
textarea
{
    overflow: auto;
}
optgroup
{
    font-weight: bold;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td, th
{
    padding: 0;
}
@media print
{
    *, *:before, *:after
    {
        background: transparent!important;
        color: #000!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    a, a:visited
    {
        text-decoration: underline;
    }
    a[href]:after
    {
        content: " (" attr(href) ")";
    }
    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after
    {
        content: "";
    }
    pre, blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr, img
    {
        page-break-inside: avoid;
    }
    img
    {
        max-width: 100%!important;
    }
    p, h2, h3
    {
        orphans: 3;
        widows: 3;
    }
    h2, h3
    {
        page-break-after: avoid;
    }
    .navbar
    {
        display: none;
    }
    .btn>.caret, .dropup>.btn>.caret
    {
        border-top-color: #000!important;
    }
    .label
    {
        border: 1px solid #000;
    }
    .table
    {
        border-collapse: collapse!important;
    }
    .table td, .table th
    {
        background-color: #fff!important;
    }
    .table-bordered th, .table-bordered td
    {
        border: 1px solid #ddd!important;
    }
}
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html
{
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body
{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
}
input, button, select, textarea
{
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a
{
    color: #337ab7;
    text-decoration: none;
}
a:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure
{
    margin: 0;
}
img
{
    vertical-align: middle;
}
.img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded
{
    border-radius: 6px;
}
.img-thumbnail
{
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle
{
    border-radius: 50%;
}
hr
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only
{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus
{
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
[role="button"]
{
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small
{
    font-weight: normal;
    line-height: 1;
    color: #777;
}
h1, .h1, h2, .h2, h3, .h3
{
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small
{
    font-size: 65%;
}
h4, .h4, h5, .h5, h6, .h6
{
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small
{
    font-size: 75%;
}
h1, .h1
{
    font-size: 36px;
}
h2, .h2
{
    font-size: 30px;
}
h3, .h3
{
    font-size: 24px;
}
h4, .h4
{
    font-size: 18px;
}
h5, .h5
{
    font-size: 14px;
}
h6, .h6
{
    font-size: 12px;
}
p
{
    margin: 0 0 10px;
}
.lead
{
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
@media(min-width: 768px)
{
    .lead
    {
        font-size: 21px;
    }
}
small, .small
{
    font-size: 85%;
}
mark, .mark
{
    background-color: #fcf8e3;
    padding: .2em;
}
.text-left
{
    text-align: left;
}
.text-right
{
    text-align: right;
}
.text-center
{
    text-align: center;
}
.text-justify
{
    text-align: justify;
}
.text-nowrap
{
    white-space: nowrap;
}
.text-lowercase
{
    text-transform: lowercase;
}
.text-uppercase
{
    text-transform: uppercase;
}
.text-capitalize
{
    text-transform: capitalize;
}
.text-muted
{
    color: #777;
}
.text-primary
{
    color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus
{
    color: #286090;
}
.text-success
{
    color: #3c763d;
}
a.text-success:hover, a.text-success:focus
{
    color: #2b542c;
}
.text-info
{
    color: #31708f;
}
a.text-info:hover, a.text-info:focus
{
    color: #245269;
}
.text-warning
{
    color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus
{
    color: #66512c;
}
.text-danger
{
    color: #a94442;
}
a.text-danger:hover, a.text-danger:focus
{
    color: #843534;
}
.bg-primary
{
    color: #fff;
    background-color: #337ab7;
}
a.bg-primary:hover, a.bg-primary:focus
{
    background-color: #286090;
}
.bg-success
{
    background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus
{
    background-color: #c1e2b3;
}
.bg-info
{
    background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus
{
    background-color: #afd9ee;
}
.bg-warning
{
    background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus
{
    background-color: #f7ecb5;
}
.bg-danger
{
    background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus
{
    background-color: #e4b9b9;
}
.page-header
{
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul, ol
{
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ol ul, ul ol, ol ol
{
    margin-bottom: 0;
}
.list-unstyled
{
    padding-left: 0;
    list-style: none;
}
.list-inline
{
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline>li
{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl
{
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd
{
    line-height: 1.42857143;
}
dt
{
    font-weight: bold;
}
dd
{
    margin-left: 0;
}
@media(min-width: 768px)
{
    .dl-horizontal dt
    {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd
    {
        margin-left: 180px;
    }
}
abbr[title], abbr[data-original-title]
{
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism
{
    font-size: 90%;
    text-transform: uppercase;
}
blockquote
{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child
{
    margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small
{
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before
{
    content: '— ';
}
.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: ' —';
}
address
{
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
code, kbd, pre, samp
{
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
code
{
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}
kbd
{
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}
kbd kbd
{
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none;
}
pre
{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}
pre code
{
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}
.pre-scrollable
{
    max-height: 340px;
    overflow-y: scroll;
}
.container
{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media(max-width: 767px)
{
    .container
    {
        padding-left: 30px;
        padding-right: 30px;
        margin: auto;
    }
}
@media(max-width: 575px)
{
    .container
    {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(min-width: 768px)
{
    .container
    {
        max-width: 720px;
    }
}
@media(min-width: 992px)
{
    .container
    {
        max-width: 936px;
    }
}
@media(min-width: 1260px)
{
    .container
    {
        max-width: 1200px;
    }
}
@media(min-width: 1680px)
{
    .container
    {
        max-width: 1440px;
    }
}
.container-fluid
{
    margin-right: auto;
    margin-left: auto;
    padding-left: 30px;
    padding-right: 30px;
}
.row
{
    margin-left: -30px;
    margin-right: -30px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12
{
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12
{
    float: left;
}
.col-xs-12
{
    width: 100%;
}
.col-xs-11
{
    width: 91.66666667%;
}
.col-xs-10
{
    width: 83.33333333%;
}
.col-xs-9
{
    width: 75%;
}
.col-xs-8
{
    width: 66.66666667%;
}
.col-xs-7
{
    width: 58.33333333%;
}
.col-xs-6
{
    width: 50%;
}
.col-xs-5
{
    width: 41.66666667%;
}
.col-xs-4
{
    width: 33.33333333%;
}
.col-xs-3
{
    width: 25%;
}
.col-xs-2
{
    width: 16.66666667%;
}
.col-xs-1
{
    width: 8.33333333%;
}
.col-xs-pull-12
{
    right: 100%;
}
.col-xs-pull-11
{
    right: 91.66666667%;
}
.col-xs-pull-10
{
    right: 83.33333333%;
}
.col-xs-pull-9
{
    right: 75%;
}
.col-xs-pull-8
{
    right: 66.66666667%;
}
.col-xs-pull-7
{
    right: 58.33333333%;
}
.col-xs-pull-6
{
    right: 50%;
}
.col-xs-pull-5
{
    right: 41.66666667%;
}
.col-xs-pull-4
{
    right: 33.33333333%;
}
.col-xs-pull-3
{
    right: 25%;
}
.col-xs-pull-2
{
    right: 16.66666667%;
}
.col-xs-pull-1
{
    right: 8.33333333%;
}
.col-xs-pull-0
{
    right: auto;
}
.col-xs-push-12
{
    left: 100%;
}
.col-xs-push-11
{
    left: 91.66666667%;
}
.col-xs-push-10
{
    left: 83.33333333%;
}
.col-xs-push-9
{
    left: 75%;
}
.col-xs-push-8
{
    left: 66.66666667%;
}
.col-xs-push-7
{
    left: 58.33333333%;
}
.col-xs-push-6
{
    left: 50%;
}
.col-xs-push-5
{
    left: 41.66666667%;
}
.col-xs-push-4
{
    left: 33.33333333%;
}
.col-xs-push-3
{
    left: 25%;
}
.col-xs-push-2
{
    left: 16.66666667%;
}
.col-xs-push-1
{
    left: 8.33333333%;
}
.col-xs-push-0
{
    left: auto;
}
.col-xs-offset-12
{
    margin-left: 100%;
}
.col-xs-offset-11
{
    margin-left: 91.66666667%;
}
.col-xs-offset-10
{
    margin-left: 83.33333333%;
}
.col-xs-offset-9
{
    margin-left: 75%;
}
.col-xs-offset-8
{
    margin-left: 66.66666667%;
}
.col-xs-offset-7
{
    margin-left: 58.33333333%;
}
.col-xs-offset-6
{
    margin-left: 50%;
}
.col-xs-offset-5
{
    margin-left: 41.66666667%;
}
.col-xs-offset-4
{
    margin-left: 33.33333333%;
}
.col-xs-offset-3
{
    margin-left: 25%;
}
.col-xs-offset-2
{
    margin-left: 16.66666667%;
}
.col-xs-offset-1
{
    margin-left: 8.33333333%;
}
.col-xs-offset-0
{
    margin-left: 0;
}
@media(min-width: 576px)
{
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12
    {
        float: left;
    }
    .col-sm-12
    {
        width: 100%;
    }
    .col-sm-11
    {
        width: 91.66666667%;
    }
    .col-sm-10
    {
        width: 83.33333333%;
    }
    .col-sm-9
    {
        width: 75%;
    }
    .col-sm-8
    {
        width: 66.66666667%;
    }
    .col-sm-7
    {
        width: 58.33333333%;
    }
    .col-sm-6
    {
        width: 50%;
    }
    .col-sm-5
    {
        width: 41.66666667%;
    }
    .col-sm-4
    {
        width: 33.33333333%;
    }
    .col-sm-3
    {
        width: 25%;
    }
    .col-sm-2
    {
        width: 16.66666667%;
    }
    .col-sm-1
    {
        width: 8.33333333%;
    }
    .col-sm-pull-12
    {
        right: 100%;
    }
    .col-sm-pull-11
    {
        right: 91.66666667%;
    }
    .col-sm-pull-10
    {
        right: 83.33333333%;
    }
    .col-sm-pull-9
    {
        right: 75%;
    }
    .col-sm-pull-8
    {
        right: 66.66666667%;
    }
    .col-sm-pull-7
    {
        right: 58.33333333%;
    }
    .col-sm-pull-6
    {
        right: 50%;
    }
    .col-sm-pull-5
    {
        right: 41.66666667%;
    }
    .col-sm-pull-4
    {
        right: 33.33333333%;
    }
    .col-sm-pull-3
    {
        right: 25%;
    }
    .col-sm-pull-2
    {
        right: 16.66666667%;
    }
    .col-sm-pull-1
    {
        right: 8.33333333%;
    }
    .col-sm-pull-0
    {
        right: auto;
    }
    .col-sm-push-12
    {
        left: 100%;
    }
    .col-sm-push-11
    {
        left: 91.66666667%;
    }
    .col-sm-push-10
    {
        left: 83.33333333%;
    }
    .col-sm-push-9
    {
        left: 75%;
    }
    .col-sm-push-8
    {
        left: 66.66666667%;
    }
    .col-sm-push-7
    {
        left: 58.33333333%;
    }
    .col-sm-push-6
    {
        left: 50%;
    }
    .col-sm-push-5
    {
        left: 41.66666667%;
    }
    .col-sm-push-4
    {
        left: 33.33333333%;
    }
    .col-sm-push-3
    {
        left: 25%;
    }
    .col-sm-push-2
    {
        left: 16.66666667%;
    }
    .col-sm-push-1
    {
        left: 8.33333333%;
    }
    .col-sm-push-0
    {
        left: auto;
    }
    .col-sm-offset-12
    {
        margin-left: 100%;
    }
    .col-sm-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9
    {
        margin-left: 75%;
    }
    .col-sm-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6
    {
        margin-left: 50%;
    }
    .col-sm-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3
    {
        margin-left: 25%;
    }
    .col-sm-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0
    {
        margin-left: 0;
    }
}
@media(min-width: 768px)
{
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12
    {
        float: left;
    }
    .col-md-12
    {
        width: 100%;
    }
    .col-md-11
    {
        width: 91.66666667%;
    }
    .col-md-10
    {
        width: 83.33333333%;
    }
    .col-md-9
    {
        width: 75%;
    }
    .col-md-8
    {
        width: 66.66666667%;
    }
    .col-md-7
    {
        width: 58.33333333%;
    }
    .col-md-6
    {
        width: 50%;
    }
    .col-md-5
    {
        width: 41.66666667%;
    }
    .col-md-4
    {
        width: 33.33333333%;
    }
    .col-md-3
    {
        width: 25%;
    }
    .col-md-2
    {
        width: 16.66666667%;
    }
    .col-md-1
    {
        width: 8.33333333%;
    }
    .col-md-pull-12
    {
        right: 100%;
    }
    .col-md-pull-11
    {
        right: 91.66666667%;
    }
    .col-md-pull-10
    {
        right: 83.33333333%;
    }
    .col-md-pull-9
    {
        right: 75%;
    }
    .col-md-pull-8
    {
        right: 66.66666667%;
    }
    .col-md-pull-7
    {
        right: 58.33333333%;
    }
    .col-md-pull-6
    {
        right: 50%;
    }
    .col-md-pull-5
    {
        right: 41.66666667%;
    }
    .col-md-pull-4
    {
        right: 33.33333333%;
    }
    .col-md-pull-3
    {
        right: 25%;
    }
    .col-md-pull-2
    {
        right: 16.66666667%;
    }
    .col-md-pull-1
    {
        right: 8.33333333%;
    }
    .col-md-pull-0
    {
        right: auto;
    }
    .col-md-push-12
    {
        left: 100%;
    }
    .col-md-push-11
    {
        left: 91.66666667%;
    }
    .col-md-push-10
    {
        left: 83.33333333%;
    }
    .col-md-push-9
    {
        left: 75%;
    }
    .col-md-push-8
    {
        left: 66.66666667%;
    }
    .col-md-push-7
    {
        left: 58.33333333%;
    }
    .col-md-push-6
    {
        left: 50%;
    }
    .col-md-push-5
    {
        left: 41.66666667%;
    }
    .col-md-push-4
    {
        left: 33.33333333%;
    }
    .col-md-push-3
    {
        left: 25%;
    }
    .col-md-push-2
    {
        left: 16.66666667%;
    }
    .col-md-push-1
    {
        left: 8.33333333%;
    }
    .col-md-push-0
    {
        left: auto;
    }
    .col-md-offset-12
    {
        margin-left: 100%;
    }
    .col-md-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9
    {
        margin-left: 75%;
    }
    .col-md-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6
    {
        margin-left: 50%;
    }
    .col-md-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3
    {
        margin-left: 25%;
    }
    .col-md-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0
    {
        margin-left: 0;
    }
}
@media(min-width: 992px)
{
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12
    {
        float: left;
    }
    .col-lg-12
    {
        width: 100%;
    }
    .col-lg-11
    {
        width: 91.66666667%;
    }
    .col-lg-10
    {
        width: 83.33333333%;
    }
    .col-lg-9
    {
        width: 75%;
    }
    .col-lg-8
    {
        width: 66.66666667%;
    }
    .col-lg-7
    {
        width: 58.33333333%;
    }
    .col-lg-6
    {
        width: 50%;
    }
    .col-lg-5
    {
        width: 41.66666667%;
    }
    .col-lg-4
    {
        width: 33.33333333%;
    }
    .col-lg-3
    {
        width: 25%;
    }
    .col-lg-2
    {
        width: 16.66666667%;
    }
    .col-lg-1
    {
        width: 8.33333333%;
    }
    .col-lg-pull-12
    {
        right: 100%;
    }
    .col-lg-pull-11
    {
        right: 91.66666667%;
    }
    .col-lg-pull-10
    {
        right: 83.33333333%;
    }
    .col-lg-pull-9
    {
        right: 75%;
    }
    .col-lg-pull-8
    {
        right: 66.66666667%;
    }
    .col-lg-pull-7
    {
        right: 58.33333333%;
    }
    .col-lg-pull-6
    {
        right: 50%;
    }
    .col-lg-pull-5
    {
        right: 41.66666667%;
    }
    .col-lg-pull-4
    {
        right: 33.33333333%;
    }
    .col-lg-pull-3
    {
        right: 25%;
    }
    .col-lg-pull-2
    {
        right: 16.66666667%;
    }
    .col-lg-pull-1
    {
        right: 8.33333333%;
    }
    .col-lg-pull-0
    {
        right: auto;
    }
    .col-lg-push-12
    {
        left: 100%;
    }
    .col-lg-push-11
    {
        left: 91.66666667%;
    }
    .col-lg-push-10
    {
        left: 83.33333333%;
    }
    .col-lg-push-9
    {
        left: 75%;
    }
    .col-lg-push-8
    {
        left: 66.66666667%;
    }
    .col-lg-push-7
    {
        left: 58.33333333%;
    }
    .col-lg-push-6
    {
        left: 50%;
    }
    .col-lg-push-5
    {
        left: 41.66666667%;
    }
    .col-lg-push-4
    {
        left: 33.33333333%;
    }
    .col-lg-push-3
    {
        left: 25%;
    }
    .col-lg-push-2
    {
        left: 16.66666667%;
    }
    .col-lg-push-1
    {
        left: 8.33333333%;
    }
    .col-lg-push-0
    {
        left: auto;
    }
    .col-lg-offset-12
    {
        margin-left: 100%;
    }
    .col-lg-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9
    {
        margin-left: 75%;
    }
    .col-lg-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6
    {
        margin-left: 50%;
    }
    .col-lg-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3
    {
        margin-left: 25%;
    }
    .col-lg-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0
    {
        margin-left: 0;
    }
}
@media(min-width: 1200px)
{
    .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12
    {
        float: left;
    }
    .col-xl-12
    {
        width: 100%;
    }
    .col-xl-11
    {
        width: 91.66666667%;
    }
    .col-xl-10
    {
        width: 83.33333333%;
    }
    .col-xl-9
    {
        width: 75%;
    }
    .col-xl-8
    {
        width: 66.66666667%;
    }
    .col-xl-7
    {
        width: 58.33333333%;
    }
    .col-xl-6
    {
        width: 50%;
    }
    .col-xl-5
    {
        width: 41.66666667%;
    }
    .col-xl-4
    {
        width: 33.33333333%;
    }
    .col-xl-3
    {
        width: 25%;
    }
    .col-xl-2
    {
        width: 16.66666667%;
    }
    .col-xl-1
    {
        width: 8.33333333%;
    }
    .col-xl-pull-12
    {
        right: 100%;
    }
    .col-xl-pull-11
    {
        right: 91.66666667%;
    }
    .col-xl-pull-10
    {
        right: 83.33333333%;
    }
    .col-xl-pull-9
    {
        right: 75%;
    }
    .col-xl-pull-8
    {
        right: 66.66666667%;
    }
    .col-xl-pull-7
    {
        right: 58.33333333%;
    }
    .col-xl-pull-6
    {
        right: 50%;
    }
    .col-xl-pull-5
    {
        right: 41.66666667%;
    }
    .col-xl-pull-4
    {
        right: 33.33333333%;
    }
    .col-xl-pull-3
    {
        right: 25%;
    }
    .col-xl-pull-2
    {
        right: 16.66666667%;
    }
    .col-xl-pull-1
    {
        right: 8.33333333%;
    }
    .col-xl-pull-0
    {
        right: auto;
    }
    .col-xl-push-12
    {
        left: 100%;
    }
    .col-xl-push-11
    {
        left: 91.66666667%;
    }
    .col-xl-push-10
    {
        left: 83.33333333%;
    }
    .col-xl-push-9
    {
        left: 75%;
    }
    .col-xl-push-8
    {
        left: 66.66666667%;
    }
    .col-xl-push-7
    {
        left: 58.33333333%;
    }
    .col-xl-push-6
    {
        left: 50%;
    }
    .col-xl-push-5
    {
        left: 41.66666667%;
    }
    .col-xl-push-4
    {
        left: 33.33333333%;
    }
    .col-xl-push-3
    {
        left: 25%;
    }
    .col-xl-push-2
    {
        left: 16.66666667%;
    }
    .col-xl-push-1
    {
        left: 8.33333333%;
    }
    .col-xl-push-0
    {
        left: auto;
    }
    .col-xl-offset-12
    {
        margin-left: 100%;
    }
    .col-xl-offset-11
    {
        margin-left: 91.66666667%;
    }
    .col-xl-offset-10
    {
        margin-left: 83.33333333%;
    }
    .col-xl-offset-9
    {
        margin-left: 75%;
    }
    .col-xl-offset-8
    {
        margin-left: 66.66666667%;
    }
    .col-xl-offset-7
    {
        margin-left: 58.33333333%;
    }
    .col-xl-offset-6
    {
        margin-left: 50%;
    }
    .col-xl-offset-5
    {
        margin-left: 41.66666667%;
    }
    .col-xl-offset-4
    {
        margin-left: 33.33333333%;
    }
    .col-xl-offset-3
    {
        margin-left: 25%;
    }
    .col-xl-offset-2
    {
        margin-left: 16.66666667%;
    }
    .col-xl-offset-1
    {
        margin-left: 8.33333333%;
    }
    .col-xl-offset-0
    {
        margin-left: 0;
    }
}
table
{
    background-color: transparent;
}
caption
{
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left;
}
th
{
    text-align: left;
}
.table
{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td
{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table>thead>tr>th
{
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td
{
    border-top: 0;
}
.table>tbody+tbody
{
    border-top: 2px solid #ddd;
}
.table .table
{
    background-color: #fff;
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td
{
    padding: 5px;
}
.table-bordered
{
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td
{
    border: 1px solid #ddd;
}
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td
{
    border-bottom-width: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd)
{
    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover
{
    background-color: #f5f5f5;
}
table col[class*="col-"]
{
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"], table th[class*="col-"]
{
    position: static;
    float: none;
    display: table-cell;
}
.table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th
{
    background-color: #f5f5f5;
}
.table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th
{
    background-color: #e8e8e8;
}
.table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th
{
    background-color: #dff0d8;
}
.table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th
{
    background-color: #d0e9c6;
}
.table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th
{
    background-color: #d9edf7;
}
.table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th
{
    background-color: #c4e3f3;
}
.table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th
{
    background-color: #fcf8e3;
}
.table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th
{
    background-color: #faf2cc;
}
.table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th
{
    background-color: #f2dede;
}
.table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th
{
    background-color: #ebcccc;
}
.table-responsive
{
    overflow-x: auto;
    min-height: .01%;
}
@media screen and (max-width: 767px)
{
    .table-responsive
    {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive>.table
    {
        margin-bottom: 0;
    }
    .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td
    {
        white-space: nowrap;
    }
    .table-responsive>.table-bordered
    {
        border: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child
    {
        border-left: 0;
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child
    {
        border-right: 0;
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td
    {
        border-bottom: 0;
    }
}
fieldset
{
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend
{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label
{
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"]
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"]
{
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"]
{
    display: block;
}
input[type="range"]
{
    display: block;
    width: 100%;
}
select[multiple], select[size]
{
    height: auto;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus
{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output
{
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control
{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(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,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-success .form-control:focus
{
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-warning .form-control:focus
{
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(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,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.has-error .form-control:focus
{
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(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,.125);
    box-shadow: inset 0 3px 5px rgba(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;
    }
}
.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(.75);
        transform: scaleX(1.25) scaleY(.75);
    }
    40%
    {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25);
    }
    60%
    {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.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(.75);
        -ms-transform: scaleX(1.25) scaleY(.75);
        transform: scaleX(1.25) scaleY(.75);
    }
    40%
    {
        -webkit-transform: scaleX(.75) scaleY(1.25);
        -ms-transform: scaleX(.75) scaleY(1.25);
        transform: scaleX(.75) scaleY(1.25);
    }
    60%
    {
        -webkit-transform: scaleX(1.15) scaleY(.85);
        -ms-transform: scaleX(1.15) scaleY(.85);
        transform: scaleX(1.15) scaleY(.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(.9) rotate(-3deg);
        transform: scale(.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(.9) rotate(-3deg);
        -ms-transform: scale(.9) rotate(-3deg);
        transform: scale(.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(0) rotate(0deg);
        transform: translateX(0) 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(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
}
.rollIn
{
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}
@-webkit-keyframes rollOut
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
    }
    100%
    {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg);
    }
}
@keyframes rollOut
{
    0%
    {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0deg);
        -ms-transform: translateX(0) rotate(0deg);
        transform: translateX(0) 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('../font/fontawesome-webfont.eot?');
    src: url('../font/fontawesome-webfont.eot?') format('embedded-opentype'),url('../font/fontawesome-webfont.woff2') format('woff2'),url('../font/fontawesome-webfont.woff') format('woff'),url('../font/fontawesome-webfont.ttf') format('truetype'),url('../font/fontawesome-webfont.svg') 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: "";
}
.fa-music:before
{
    content: "";
}
.fa-search:before
{
    content: "";
}
.fa-envelope-o:before
{
    content: "";
}
.fa-heart:before
{
    content: "";
}
.fa-star:before
{
    content: "";
}
.fa-star-o:before
{
    content: "";
}
.fa-user:before
{
    content: "";
}
.fa-film:before
{
    content: "";
}
.fa-th-large:before
{
    content: "";
}
.fa-th:before
{
    content: "";
}
.fa-th-list:before
{
    content: "";
}
.fa-check:before
{
    content: "";
}
.fa-remove:before, .fa-close:before, .fa-times:before
{
    content: "";
}
.fa-search-plus:before
{
    content: "";
}
.fa-search-minus:before
{
    content: "";
}
.fa-power-off:before
{
    content: "";
}
.fa-signal:before
{
    content: "";
}
.fa-gear:before, .fa-cog:before
{
    content: "";
}
.fa-trash-o:before
{
    content: "";
}
.fa-home:before
{
    content: "";
}
.fa-file-o:before
{
    content: "";
}
.fa-clock-o:before
{
    content: "";
}
.fa-road:before
{
    content: "";
}
.fa-download:before
{
    content: "";
}
.fa-arrow-circle-o-down:before
{
    content: "";
}
.fa-arrow-circle-o-up:before
{
    content: "";
}
.fa-inbox:before
{
    content: "";
}
.fa-play-circle-o:before
{
    content: "";
}
.fa-rotate-right:before, .fa-repeat:before
{
    content: "";
}
.fa-refresh:before
{
    content: "";
}
.fa-list-alt:before
{
    content: "";
}
.fa-lock:before
{
    content: "";
}
.fa-flag:before
{
    content: "";
}
.fa-headphones:before
{
    content: "";
}
.fa-volume-off:before
{
    content: "";
}
.fa-volume-down:before
{
    content: "";
}
.fa-volume-up:before
{
    content: "";
}
.fa-qrcode:before
{
    content: "";
}
.fa-barcode:before
{
    content: "";
}
.fa-tag:before
{
    content: "";
}
.fa-tags:before
{
    content: "";
}
.fa-book:before
{
    content: "";
}
.fa-bookmark:before
{
    content: "";
}
.fa-print:before
{
    content: "";
}
.fa-camera:before
{
    content: "";
}
.fa-font:before
{
    content: "";
}
.fa-bold:before
{
    content: "";
}
.fa-italic:before
{
    content: "";
}
.fa-text-height:before
{
    content: "";
}
.fa-text-width:before
{
    content: "";
}
.fa-align-left:before
{
    content: "";
}
.fa-align-center:before
{
    content: "";
}
.fa-align-right:before
{
    content: "";
}
.fa-align-justify:before
{
    content: "";
}
.fa-list:before
{
    content: "";
}
.fa-dedent:before, .fa-outdent:before
{
    content: "";
}
.fa-indent:before
{
    content: "";
}
.fa-video-camera:before
{
    content: "";
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before
{
    content: "";
}
.fa-pencil:before
{
    content: "";
}
.fa-map-marker:before
{
    content: "";
}
.fa-adjust:before
{
    content: "";
}
.fa-tint:before
{
    content: "";
}
.fa-edit:before, .fa-pencil-square-o:before
{
    content: "";
}
.fa-share-square-o:before
{
    content: "";
}
.fa-check-square-o:before
{
    content: "";
}
.fa-arrows:before
{
    content: "";
}
.fa-step-backward:before
{
    content: "";
}
.fa-fast-backward:before
{
    content: "";
}
.fa-backward:before
{
    content: "";
}
.fa-play:before
{
    content: "";
}
.fa-pause:before
{
    content: "";
}
.fa-stop:before
{
    content: "";
}
.fa-forward:before
{
    content: "";
}
.fa-fast-forward:before
{
    content: "";
}
.fa-step-forward:before
{
    content: "";
}
.fa-eject:before
{
    content: "";
}
.fa-chevron-left:before
{
    content: "";
}
.fa-chevron-right:before
{
    content: "";
}
.fa-plus-circle:before
{
    content: "";
}
.fa-minus-circle:before
{
    content: "";
}
.fa-times-circle:before
{
    content: "";
}
.fa-check-circle:before
{
    content: "";
}
.fa-question-circle:before
{
    content: "";
}
.fa-info-circle:before
{
    content: "";
}
.fa-crosshairs:before
{
    content: "";
}
.fa-times-circle-o:before
{
    content: "";
}
.fa-check-circle-o:before
{
    content: "";
}
.fa-ban:before
{
    content: "";
}
.fa-arrow-left:before
{
    content: "";
}
.fa-arrow-right:before
{
    content: "";
}
.fa-arrow-up:before
{
    content: "";
}
.fa-arrow-down:before
{
    content: "";
}
.fa-mail-forward:before, .fa-share:before
{
    content: "";
}
.fa-expand:before
{
    content: "";
}
.fa-compress:before
{
    content: "";
}
.fa-plus:before
{
    content: "";
}
.fa-minus:before
{
    content: "";
}
.fa-asterisk:before
{
    content: "";
}
.fa-exclamation-circle:before
{
    content: "";
}
.fa-gift:before
{
    content: "";
}
.fa-leaf:before
{
    content: "";
}
.fa-fire:before
{
    content: "";
}
.fa-eye:before
{
    content: "";
}
.fa-eye-slash:before
{
    content: "";
}
.fa-warning:before, .fa-exclamation-triangle:before
{
    content: "";
}
.fa-plane:before
{
    content: "";
}
.fa-calendar:before
{
    content: "";
}
.fa-random:before
{
    content: "";
}
.fa-comment:before
{
    content: "";
}
.fa-magnet:before
{
    content: "";
}
.fa-chevron-up:before
{
    content: "";
}
.fa-chevron-down:before
{
    content: "";
}
.fa-retweet:before
{
    content: "";
}
.fa-shopping-cart:before
{
    content: "";
}
.fa-folder:before
{
    content: "";
}
.fa-folder-open:before
{
    content: "";
}
.fa-arrows-v:before
{
    content: "";
}
.fa-arrows-h:before
{
    content: "";
}
.fa-bar-chart-o:before, .fa-bar-chart:before
{
    content: "";
}
.fa-twitter-square:before
{
    content: "";
}
.fa-facebook-square:before
{
    content: "";
}
.fa-camera-retro:before
{
    content: "";
}
.fa-key:before
{
    content: "";
}
.fa-gears:before, .fa-cogs:before
{
    content: "";
}
.fa-comments:before
{
    content: "";
}
.fa-thumbs-o-up:before
{
    content: "";
}
.fa-thumbs-o-down:before
{
    content: "";
}
.fa-star-half:before
{
    content: "";
}
.fa-heart-o:before
{
    content: "";
}
.fa-sign-out:before
{
    content: "";
}
.fa-linkedin-square:before
{
    content: "";
}
.fa-thumb-tack:before
{
    content: "";
}
.fa-external-link:before
{
    content: "";
}
.fa-sign-in:before
{
    content: "";
}
.fa-trophy:before
{
    content: "";
}
.fa-github-square:before
{
    content: "";
}
.fa-upload:before
{
    content: "";
}
.fa-lemon-o:before
{
    content: "";
}
.fa-phone:before
{
    content: "";
}
.fa-square-o:before
{
    content: "";
}
.fa-bookmark-o:before
{
    content: "";
}
.fa-phone-square:before
{
    content: "";
}
.fa-twitter:before
{
    content: "";
}
.fa-facebook-f:before, .fa-facebook:before
{
    content: "";
}
.fa-github:before
{
    content: "";
}
.fa-unlock:before
{
    content: "";
}
.fa-credit-card:before
{
    content: "";
}
.fa-feed:before, .fa-rss:before
{
    content: "";
}
.fa-hdd-o:before
{
    content: "";
}
.fa-bullhorn:before
{
    content: "";
}
.fa-bell:before
{
    content: "";
}
.fa-certificate:before
{
    content: "";
}
.fa-hand-o-right:before
{
    content: "";
}
.fa-hand-o-left:before
{
    content: "";
}
.fa-hand-o-up:before
{
    content: "";
}
.fa-hand-o-down:before
{
    content: "";
}
.fa-arrow-circle-left:before
{
    content: "";
}
.fa-arrow-circle-right:before
{
    content: "";
}
.fa-arrow-circle-up:before
{
    content: "";
}
.fa-arrow-circle-down:before
{
    content: "";
}
.fa-globe:before
{
    content: "";
}
.fa-wrench:before
{
    content: "";
}
.fa-tasks:before
{
    content: "";
}
.fa-filter:before
{
    content: "";
}
.fa-briefcase:before
{
    content: "";
}
.fa-arrows-alt:before
{
    content: "";
}
.fa-group:before, .fa-users:before
{
    content: "";
}
.fa-chain:before, .fa-link:before
{
    content: "";
}
.fa-cloud:before
{
    content: "";
}
.fa-flask:before
{
    content: "";
}
.fa-cut:before, .fa-scissors:before
{
    content: "";
}
.fa-copy:before, .fa-files-o:before
{
    content: "";
}
.fa-paperclip:before
{
    content: "";
}
.fa-save:before, .fa-floppy-o:before
{
    content: "";
}
.fa-square:before
{
    content: "";
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before
{
    content: "";
}
.fa-list-ul:before
{
    content: "";
}
.fa-list-ol:before
{
    content: "";
}
.fa-strikethrough:before
{
    content: "";
}
.fa-underline:before
{
    content: "";
}
.fa-table:before
{
    content: "";
}
.fa-magic:before
{
    content: "";
}
.fa-truck:before
{
    content: "";
}
.fa-pinterest:before
{
    content: "";
}
.fa-pinterest-square:before
{
    content: "";
}
.fa-google-plus-square:before
{
    content: "";
}
.fa-google-plus:before
{
    content: "";
}
.fa-money:before
{
    content: "";
}
.fa-caret-down:before
{
    content: "";
}
.fa-caret-up:before
{
    content: "";
}
.fa-caret-left:before
{
    content: "";
}
.fa-caret-right:before
{
    content: "";
}
.fa-columns:before
{
    content: "";
}
.fa-unsorted:before, .fa-sort:before
{
    content: "";
}
.fa-sort-down:before, .fa-sort-desc:before
{
    content: "";
}
.fa-sort-up:before, .fa-sort-asc:before
{
    content: "";
}
.fa-envelope:before
{
    content: "";
}
.fa-linkedin:before
{
    content: "";
}
.fa-rotate-left:before, .fa-undo:before
{
    content: "";
}
.fa-legal:before, .fa-gavel:before
{
    content: "";
}
.fa-dashboard:before, .fa-tachometer:before
{
    content: "";
}
.fa-comment-o:before
{
    content: "";
}
.fa-comments-o:before
{
    content: "";
}
.fa-flash:before, .fa-bolt:before
{
    content: "";
}
.fa-sitemap:before
{
    content: "";
}
.fa-umbrella:before
{
    content: "";
}
.fa-paste:before, .fa-clipboard:before
{
    content: "";
}
.fa-lightbulb-o:before
{
    content: "";
}
.fa-exchange:before
{
    content: "";
}
.fa-cloud-download:before
{
    content: "";
}
.fa-cloud-upload:before
{
    content: "";
}
.fa-user-md:before
{
    content: "";
}
.fa-stethoscope:before
{
    content: "";
}
.fa-suitcase:before
{
    content: "";
}
.fa-bell-o:before
{
    content: "";
}
.fa-coffee:before
{
    content: "";
}
.fa-cutlery:before
{
    content: "";
}
.fa-file-text-o:before
{
    content: "";
}
.fa-building-o:before
{
    content: "";
}
.fa-hospital-o:before
{
    content: "";
}
.fa-ambulance:before
{
    content: "";
}
.fa-medkit:before
{
    content: "";
}
.fa-fighter-jet:before
{
    content: "";
}
.fa-beer:before
{
    content: "";
}
.fa-h-square:before
{
    content: "";
}
.fa-plus-square:before
{
    content: "";
}
.fa-angle-double-left:before
{
    content: "";
}
.fa-angle-double-right:before
{
    content: "";
}
.fa-angle-double-up:before
{
    content: "";
}
.fa-angle-double-down:before
{
    content: "";
}
.fa-angle-left:before
{
    content: "";
}
.fa-angle-right:before
{
    content: "";
}
.fa-angle-up:before
{
    content: "";
}
.fa-angle-down:before
{
    content: "";
}
.fa-desktop:before
{
    content: "";
}
.fa-laptop:before
{
    content: "";
}
.fa-tablet:before
{
    content: "";
}
.fa-mobile-phone:before, .fa-mobile:before
{
    content: "";
}
.fa-circle-o:before
{
    content: "";
}
.fa-quote-left:before
{
    content: "";
}
.fa-quote-right:before
{
    content: "";
}
.fa-spinner:before
{
    content: "";
}
.fa-circle:before
{
    content: "";
}
.fa-mail-reply:before, .fa-reply:before
{
    content: "";
}
.fa-github-alt:before
{
    content: "";
}
.fa-folder-o:before
{
    content: "";
}
.fa-folder-open-o:before
{
    content: "";
}
.fa-smile-o:before
{
    content: "";
}
.fa-frown-o:before
{
    content: "";
}
.fa-meh-o:before
{
    content: "";
}
.fa-gamepad:before
{
    content: "";
}
.fa-keyboard-o:before
{
    content: "";
}
.fa-flag-o:before
{
    content: "";
}
.fa-flag-checkered:before
{
    content: "";
}
.fa-terminal:before
{
    content: "";
}
.fa-code:before
{
    content: "";
}
.fa-mail-reply-all:before, .fa-reply-all:before
{
    content: "";
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before
{
    content: "";
}
.fa-location-arrow:before
{
    content: "";
}
.fa-crop:before
{
    content: "";
}
.fa-code-fork:before
{
    content: "";
}
.fa-unlink:before, .fa-chain-broken:before
{
    content: "";
}
.fa-question:before
{
    content: "";
}
.fa-info:before
{
    content: "";
}
.fa-exclamation:before
{
    content: "";
}
.fa-superscript:before
{
    content: "";
}
.fa-subscript:before
{
    content: "";
}
.fa-eraser:before
{
    content: "";
}
.fa-puzzle-piece:before
{
    content: "";
}
.fa-microphone:before
{
    content: "";
}
.fa-microphone-slash:before
{
    content: "";
}
.fa-shield:before
{
    content: "";
}
.fa-calendar-o:before
{
    content: "";
}
.fa-fire-extinguisher:before
{
    content: "";
}
.fa-rocket:before
{
    content: "";
}
.fa-maxcdn:before
{
    content: "";
}
.fa-chevron-circle-left:before
{
    content: "";
}
.fa-chevron-circle-right:before
{
    content: "";
}
.fa-chevron-circle-up:before
{
    content: "";
}
.fa-chevron-circle-down:before
{
    content: "";
}
.fa-html5:before
{
    content: "";
}
.fa-css3:before
{
    content: "";
}
.fa-anchor:before
{
    content: "";
}
.fa-unlock-alt:before
{
    content: "";
}
.fa-bullseye:before
{
    content: "";
}
.fa-ellipsis-h:before
{
    content: "";
}
.fa-ellipsis-v:before
{
    content: "";
}
.fa-rss-square:before
{
    content: "";
}
.fa-play-circle:before
{
    content: "";
}
.fa-ticket:before
{
    content: "";
}
.fa-minus-square:before
{
    content: "";
}
.fa-minus-square-o:before
{
    content: "";
}
.fa-level-up:before
{
    content: "";
}
.fa-level-down:before
{
    content: "";
}
.fa-check-square:before
{
    content: "";
}
.fa-pencil-square:before
{
    content: "";
}
.fa-external-link-square:before
{
    content: "";
}
.fa-share-square:before
{
    content: "";
}
.fa-compass:before
{
    content: "";
}
.fa-toggle-down:before, .fa-caret-square-o-down:before
{
    content: "";
}
.fa-toggle-up:before, .fa-caret-square-o-up:before
{
    content: "";
}
.fa-toggle-right:before, .fa-caret-square-o-right:before
{
    content: "";
}
.fa-euro:before, .fa-eur:before
{
    content: "";
}
.fa-gbp:before
{
    content: "";
}
.fa-dollar:before, .fa-usd:before
{
    content: "";
}
.fa-rupee:before, .fa-inr:before
{
    content: "";
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before
{
    content: "";
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before
{
    content: "";
}
.fa-won:before, .fa-krw:before
{
    content: "";
}
.fa-bitcoin:before, .fa-btc:before
{
    content: "";
}
.fa-file:before
{
    content: "";
}
.fa-file-text:before
{
    content: "";
}
.fa-sort-alpha-asc:before
{
    content: "";
}
.fa-sort-alpha-desc:before
{
    content: "";
}
.fa-sort-amount-asc:before
{
    content: "";
}
.fa-sort-amount-desc:before
{
    content: "";
}
.fa-sort-numeric-asc:before
{
    content: "";
}
.fa-sort-numeric-desc:before
{
    content: "";
}
.fa-thumbs-up:before
{
    content: "";
}
.fa-thumbs-down:before
{
    content: "";
}
.fa-youtube-square:before
{
    content: "";
}
.fa-youtube:before
{
    content: "";
}
.fa-xing:before
{
    content: "";
}
.fa-xing-square:before
{
    content: "";
}
.fa-youtube-play:before
{
    content: "";
}
.fa-dropbox:before
{
    content: "";
}
.fa-stack-overflow:before
{
    content: "";
}
.fa-instagram:before
{
    content: "";
}
.fa-flickr:before
{
    content: "";
}
.fa-adn:before
{
    content: "";
}
.fa-bitbucket:before
{
    content: "";
}
.fa-bitbucket-square:before
{
    content: "";
}
.fa-tumblr:before
{
    content: "";
}
.fa-tumblr-square:before
{
    content: "";
}
.fa-long-arrow-down:before
{
    content: "";
}
.fa-long-arrow-up:before
{
    content: "";
}
.fa-long-arrow-left:before
{
    content: "";
}
.fa-long-arrow-right:before
{
    content: "";
}
.fa-apple:before
{
    content: "";
}
.fa-windows:before
{
    content: "";
}
.fa-android:before
{
    content: "";
}
.fa-linux:before
{
    content: "";
}
.fa-dribbble:before
{
    content: "";
}
.fa-skype:before
{
    content: "";
}
.fa-foursquare:before
{
    content: "";
}
.fa-trello:before
{
    content: "";
}
.fa-female:before
{
    content: "";
}
.fa-male:before
{
    content: "";
}
.fa-gittip:before, .fa-gratipay:before
{
    content: "";
}
.fa-sun-o:before
{
    content: "";
}
.fa-moon-o:before
{
    content: "";
}
.fa-archive:before
{
    content: "";
}
.fa-bug:before
{
    content: "";
}
.fa-vk:before
{
    content: "";
}
.fa-weibo:before
{
    content: "";
}
.fa-renren:before
{
    content: "";
}
.fa-pagelines:before
{
    content: "";
}
.fa-stack-exchange:before
{
    content: "";
}
.fa-arrow-circle-o-right:before
{
    content: "";
}
.fa-arrow-circle-o-left:before
{
    content: "";
}
.fa-toggle-left:before, .fa-caret-square-o-left:before
{
    content: "";
}
.fa-dot-circle-o:before
{
    content: "";
}
.fa-wheelchair:before
{
    content: "";
}
.fa-vimeo-square:before
{
    content: "";
}
.fa-turkish-lira:before, .fa-try:before
{
    content: "";
}
.fa-plus-square-o:before
{
    content: "";
}
.fa-space-shuttle:before
{
    content: "";
}
.fa-slack:before
{
    content: "";
}
.fa-envelope-square:before
{
    content: "";
}
.fa-wordpress:before
{
    content: "";
}
.fa-openid:before
{
    content: "";
}
.fa-institution:before, .fa-bank:before, .fa-university:before
{
    content: "";
}
.fa-mortar-board:before, .fa-graduation-cap:before
{
    content: "";
}
.fa-yahoo:before
{
    content: "";
}
.fa-google:before
{
    content: "";
}
.fa-reddit:before
{
    content: "";
}
.fa-reddit-square:before
{
    content: "";
}
.fa-stumbleupon-circle:before
{
    content: "";
}
.fa-stumbleupon:before
{
    content: "";
}
.fa-delicious:before
{
    content: "";
}
.fa-digg:before
{
    content: "";
}
.fa-pied-piper-pp:before
{
    content: "";
}
.fa-pied-piper-alt:before
{
    content: "";
}
.fa-drupal:before
{
    content: "";
}
.fa-joomla:before
{
    content: "";
}
.fa-language:before
{
    content: "";
}
.fa-fax:before
{
    content: "";
}
.fa-building:before
{
    content: "";
}
.fa-child:before
{
    content: "";
}
.fa-paw:before
{
    content: "";
}
.fa-spoon:before
{
    content: "";
}
.fa-cube:before
{
    content: "";
}
.fa-cubes:before
{
    content: "";
}
.fa-behance:before
{
    content: "";
}
.fa-behance-square:before
{
    content: "";
}
.fa-steam:before
{
    content: "";
}
.fa-steam-square:before
{
    content: "";
}
.fa-recycle:before
{
    content: "";
}
.fa-automobile:before, .fa-car:before
{
    content: "";
}
.fa-cab:before, .fa-taxi:before
{
    content: "";
}
.fa-tree:before
{
    content: "";
}
.fa-spotify:before
{
    content: "";
}
.fa-deviantart:before
{
    content: "";
}
.fa-soundcloud:before
{
    content: "";
}
.fa-database:before
{
    content: "";
}
.fa-file-pdf-o:before
{
    content: "";
}
.fa-file-word-o:before
{
    content: "";
}
.fa-file-excel-o:before
{
    content: "";
}
.fa-file-powerpoint-o:before
{
    content: "";
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before
{
    content: "";
}
.fa-file-zip-o:before, .fa-file-archive-o:before
{
    content: "";
}
.fa-file-sound-o:before, .fa-file-audio-o:before
{
    content: "";
}
.fa-file-movie-o:before, .fa-file-video-o:before
{
    content: "";
}
.fa-file-code-o:before
{
    content: "";
}
.fa-vine:before
{
    content: "";
}
.fa-codepen:before
{
    content: "";
}
.fa-jsfiddle:before
{
    content: "";
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before
{
    content: "";
}
.fa-circle-o-notch:before
{
    content: "";
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before
{
    content: "";
}
.fa-ge:before, .fa-empire:before
{
    content: "";
}
.fa-git-square:before
{
    content: "";
}
.fa-git:before
{
    content: "";
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before
{
    content: "";
}
.fa-tencent-weibo:before
{
    content: "";
}
.fa-qq:before
{
    content: "";
}
.fa-wechat:before, .fa-weixin:before
{
    content: "";
}
.fa-send:before, .fa-paper-plane:before
{
    content: "";
}
.fa-send-o:before, .fa-paper-plane-o:before
{
    content: "";
}
.fa-history:before
{
    content: "";
}
.fa-circle-thin:before
{
    content: "";
}
.fa-header:before
{
    content: "";
}
.fa-paragraph:before
{
    content: "";
}
.fa-sliders:before
{
    content: "";
}
.fa-share-alt:before
{
    content: "";
}
.fa-share-alt-square:before
{
    content: "";
}
.fa-bomb:before
{
    content: "";
}
.fa-soccer-ball-o:before, .fa-futbol-o:before
{
    content: "";
}
.fa-tty:before
{
    content: "";
}
.fa-binoculars:before
{
    content: "";
}
.fa-plug:before
{
    content: "";
}
.fa-slideshare:before
{
    content: "";
}
.fa-twitch:before
{
    content: "";
}
.fa-yelp:before
{
    content: "";
}
.fa-newspaper-o:before
{
    content: "";
}
.fa-wifi:before
{
    content: "";
}
.fa-calculator:before
{
    content: "";
}
.fa-paypal:before
{
    content: "";
}
.fa-google-wallet:before
{
    content: "";
}
.fa-cc-visa:before
{
    content: "";
}
.fa-cc-mastercard:before
{
    content: "";
}
.fa-cc-discover:before
{
    content: "";
}
.fa-cc-amex:before
{
    content: "";
}
.fa-cc-paypal:before
{
    content: "";
}
.fa-cc-stripe:before
{
    content: "";
}
.fa-bell-slash:before
{
    content: "";
}
.fa-bell-slash-o:before
{
    content: "";
}
.fa-trash:before
{
    content: "";
}
.fa-copyright:before
{
    content: "";
}
.fa-at:before
{
    content: "";
}
.fa-eyedropper:before
{
    content: "";
}
.fa-paint-brush:before
{
    content: "";
}
.fa-birthday-cake:before
{
    content: "";
}
.fa-area-chart:before
{
    content: "";
}
.fa-pie-chart:before
{
    content: "";
}
.fa-line-chart:before
{
    content: "";
}
.fa-lastfm:before
{
    content: "";
}
.fa-lastfm-square:before
{
    content: "";
}
.fa-toggle-off:before
{
    content: "";
}
.fa-toggle-on:before
{
    content: "";
}
.fa-bicycle:before
{
    content: "";
}
.fa-bus:before
{
    content: "";
}
.fa-ioxhost:before
{
    content: "";
}
.fa-angellist:before
{
    content: "";
}
.fa-cc:before
{
    content: "";
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before
{
    content: "";
}
.fa-meanpath:before
{
    content: "";
}
.fa-buysellads:before
{
    content: "";
}
.fa-connectdevelop:before
{
    content: "";
}
.fa-dashcube:before
{
    content: "";
}
.fa-forumbee:before
{
    content: "";
}
.fa-leanpub:before
{
    content: "";
}
.fa-sellsy:before
{
    content: "";
}
.fa-shirtsinbulk:before
{
    content: "";
}
.fa-simplybuilt:before
{
    content: "";
}
.fa-skyatlas:before
{
    content: "";
}
.fa-cart-plus:before
{
    content: "";
}
.fa-cart-arrow-down:before
{
    content: "";
}
.fa-diamond:before
{
    content: "";
}
.fa-ship:before
{
    content: "";
}
.fa-user-secret:before
{
    content: "";
}
.fa-motorcycle:before
{
    content: "";
}
.fa-street-view:before
{
    content: "";
}
.fa-heartbeat:before
{
    content: "";
}
.fa-venus:before
{
    content: "";
}
.fa-mars:before
{
    content: "";
}
.fa-mercury:before
{
    content: "";
}
.fa-intersex:before, .fa-transgender:before
{
    content: "";
}
.fa-transgender-alt:before
{
    content: "";
}
.fa-venus-double:before
{
    content: "";
}
.fa-mars-double:before
{
    content: "";
}
.fa-venus-mars:before
{
    content: "";
}
.fa-mars-stroke:before
{
    content: "";
}
.fa-mars-stroke-v:before
{
    content: "";
}
.fa-mars-stroke-h:before
{
    content: "";
}
.fa-neuter:before
{
    content: "";
}
.fa-genderless:before
{
    content: "";
}
.fa-facebook-official:before
{
    content: "";
}
.fa-pinterest-p:before
{
    content: "";
}
.fa-whatsapp:before
{
    content: "";
}
.fa-server:before
{
    content: "";
}
.fa-user-plus:before
{
    content: "";
}
.fa-user-times:before
{
    content: "";
}
.fa-hotel:before, .fa-bed:before
{
    content: "";
}
.fa-viacoin:before
{
    content: "";
}
.fa-train:before
{
    content: "";
}
.fa-subway:before
{
    content: "";
}
.fa-medium:before
{
    content: "";
}
.fa-yc:before, .fa-y-combinator:before
{
    content: "";
}
.fa-optin-monster:before
{
    content: "";
}
.fa-opencart:before
{
    content: "";
}
.fa-expeditedssl:before
{
    content: "";
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before
{
    content: "";
}
.fa-battery-3:before, .fa-battery-three-quarters:before
{
    content: "";
}
.fa-battery-2:before, .fa-battery-half:before
{
    content: "";
}
.fa-battery-1:before, .fa-battery-quarter:before
{
    content: "";
}
.fa-battery-0:before, .fa-battery-empty:before
{
    content: "";
}
.fa-mouse-pointer:before
{
    content: "";
}
.fa-i-cursor:before
{
    content: "";
}
.fa-object-group:before
{
    content: "";
}
.fa-object-ungroup:before
{
    content: "";
}
.fa-sticky-note:before
{
    content: "";
}
.fa-sticky-note-o:before
{
    content: "";
}
.fa-cc-jcb:before
{
    content: "";
}
.fa-cc-diners-club:before
{
    content: "";
}
.fa-clone:before
{
    content: "";
}
.fa-balance-scale:before
{
    content: "";
}
.fa-hourglass-o:before
{
    content: "";
}
.fa-hourglass-1:before, .fa-hourglass-start:before
{
    content: "";
}
.fa-hourglass-2:before, .fa-hourglass-half:before
{
    content: "";
}
.fa-hourglass-3:before, .fa-hourglass-end:before
{
    content: "";
}
.fa-hourglass:before
{
    content: "";
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before
{
    content: "";
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before
{
    content: "";
}
.fa-hand-scissors-o:before
{
    content: "";
}
.fa-hand-lizard-o:before
{
    content: "";
}
.fa-hand-spock-o:before
{
    content: "";
}
.fa-hand-pointer-o:before
{
    content: "";
}
.fa-hand-peace-o:before
{
    content: "";
}
.fa-trademark:before
{
    content: "";
}
.fa-registered:before
{
    content: "";
}
.fa-creative-commons:before
{
    content: "";
}
.fa-gg:before
{
    content: "";
}
.fa-gg-circle:before
{
    content: "";
}
.fa-tripadvisor:before
{
    content: "";
}
.fa-odnoklassniki:before
{
    content: "";
}
.fa-odnoklassniki-square:before
{
    content: "";
}
.fa-get-pocket:before
{
    content: "";
}
.fa-wikipedia-w:before
{
    content: "";
}
.fa-safari:before
{
    content: "";
}
.fa-chrome:before
{
    content: "";
}
.fa-firefox:before
{
    content: "";
}
.fa-opera:before
{
    content: "";
}
.fa-internet-explorer:before
{
    content: "";
}
.fa-tv:before, .fa-television:before
{
    content: "";
}
.fa-contao:before
{
    content: "";
}
.fa-500px:before
{
    content: "";
}
.fa-amazon:before
{
    content: "";
}
.fa-calendar-plus-o:before
{
    content: "";
}
.fa-calendar-minus-o:before
{
    content: "";
}
.fa-calendar-times-o:before
{
    content: "";
}
.fa-calendar-check-o:before
{
    content: "";
}
.fa-industry:before
{
    content: "";
}
.fa-map-pin:before
{
    content: "";
}
.fa-map-signs:before
{
    content: "";
}
.fa-map-o:before
{
    content: "";
}
.fa-map:before
{
    content: "";
}
.fa-commenting:before
{
    content: "";
}
.fa-commenting-o:before
{
    content: "";
}
.fa-houzz:before
{
    content: "";
}
.fa-vimeo:before
{
    content: "";
}
.fa-black-tie:before
{
    content: "";
}
.fa-fonticons:before
{
    content: "";
}
.fa-reddit-alien:before
{
    content: "";
}
.fa-edge:before
{
    content: "";
}
.fa-credit-card-alt:before
{
    content: "";
}
.fa-codiepie:before
{
    content: "";
}
.fa-modx:before
{
    content: "";
}
.fa-fort-awesome:before
{
    content: "";
}
.fa-usb:before
{
    content: "";
}
.fa-product-hunt:before
{
    content: "";
}
.fa-mixcloud:before
{
    content: "";
}
.fa-scribd:before
{
    content: "";
}
.fa-pause-circle:before
{
    content: "";
}
.fa-pause-circle-o:before
{
    content: "";
}
.fa-stop-circle:before
{
    content: "";
}
.fa-stop-circle-o:before
{
    content: "";
}
.fa-shopping-bag:before
{
    content: "";
}
.fa-shopping-basket:before
{
    content: "";
}
.fa-hashtag:before
{
    content: "";
}
.fa-bluetooth:before
{
    content: "";
}
.fa-bluetooth-b:before
{
    content: "";
}
.fa-percent:before
{
    content: "";
}
.fa-gitlab:before
{
    content: "";
}
.fa-wpbeginner:before
{
    content: "";
}
.fa-wpforms:before
{
    content: "";
}
.fa-envira:before
{
    content: "";
}
.fa-universal-access:before
{
    content: "";
}
.fa-wheelchair-alt:before
{
    content: "";
}
.fa-question-circle-o:before
{
    content: "";
}
.fa-blind:before
{
    content: "";
}
.fa-audio-description:before
{
    content: "";
}
.fa-volume-control-phone:before
{
    content: "";
}
.fa-braille:before
{
    content: "";
}
.fa-assistive-listening-systems:before
{
    content: "";
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before
{
    content: "";
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before
{
    content: "";
}
.fa-glide:before
{
    content: "";
}
.fa-glide-g:before
{
    content: "";
}
.fa-signing:before, .fa-sign-language:before
{
    content: "";
}
.fa-low-vision:before
{
    content: "";
}
.fa-viadeo:before
{
    content: "";
}
.fa-viadeo-square:before
{
    content: "";
}
.fa-snapchat:before
{
    content: "";
}
.fa-snapchat-ghost:before
{
    content: "";
}
.fa-snapchat-square:before
{
    content: "";
}
.fa-pied-piper:before
{
    content: "";
}
.fa-first-order:before
{
    content: "";
}
.fa-yoast:before
{
    content: "";
}
.fa-themeisle:before
{
    content: "";
}
.fa-google-plus-circle:before, .fa-google-plus-official:before
{
    content: "";
}
.fa-fa:before, .fa-font-awesome:before
{
    content: "";
}
.fa-handshake-o:before
{
    content: "";
}
.fa-envelope-open:before
{
    content: "";
}
.fa-envelope-open-o:before
{
    content: "";
}
.fa-linode:before
{
    content: "";
}
.fa-address-book:before
{
    content: "";
}
.fa-address-book-o:before
{
    content: "";
}
.fa-vcard:before, .fa-address-card:before
{
    content: "";
}
.fa-vcard-o:before, .fa-address-card-o:before
{
    content: "";
}
.fa-user-circle:before
{
    content: "";
}
.fa-user-circle-o:before
{
    content: "";
}
.fa-user-o:before
{
    content: "";
}
.fa-id-badge:before
{
    content: "";
}
.fa-drivers-license:before, .fa-id-card:before
{
    content: "";
}
.fa-drivers-license-o:before, .fa-id-card-o:before
{
    content: "";
}
.fa-quora:before
{
    content: "";
}
.fa-free-code-camp:before
{
    content: "";
}
.fa-telegram:before
{
    content: "";
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before
{
    content: "";
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before
{
    content: "";
}
.fa-thermometer-2:before, .fa-thermometer-half:before
{
    content: "";
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before
{
    content: "";
}
.fa-thermometer-0:before, .fa-thermometer-empty:before
{
    content: "";
}
.fa-shower:before
{
    content: "";
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before
{
    content: "";
}
.fa-podcast:before
{
    content: "";
}
.fa-window-maximize:before
{
    content: "";
}
.fa-window-minimize:before
{
    content: "";
}
.fa-window-restore:before
{
    content: "";
}
.fa-times-rectangle:before, .fa-window-close:before
{
    content: "";
}
.fa-times-rectangle-o:before, .fa-window-close-o:before
{
    content: "";
}
.fa-bandcamp:before
{
    content: "";
}
.fa-grav:before
{
    content: "";
}
.fa-etsy:before
{
    content: "";
}
.fa-imdb:before
{
    content: "";
}
.fa-ravelry:before
{
    content: "";
}
.fa-eercast:before
{
    content: "";
}
.fa-microchip:before
{
    content: "";
}
.fa-snowflake-o:before
{
    content: "";
}
.fa-superpowers:before
{
    content: "";
}
.fa-wpexplorer:before
{
    content: "";
}
.fa-meetup:before
{
    content: "";
}
.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(/Tpl/HJZF2_Z/image/lightbox-btn-prev.gif) no-repeat;
}
#lightbox-nav-btnNext
{
    right: 0;
    float: right;
    background: url(/Tpl/HJZF2_Z/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: 1em;
}
#lightbox-secNav-btnClose
{
    width: 20px;
    float: right;
    padding-bottom: .7em;
    background: transparent url(/Tpl/HJZF2_Z/image/lightbox-btn-close.gif) no-repeat;
    line-height: 22px;
    height: 22px;
}
div.zoomdiv
{
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    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;
}
.slick-loading .slick-list
{
    background: #fff url("") center center no-repeat;
}
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('../font/slick.eot?');
    src: url('../font/slick.eot?') format('embedded-opentype'),url('../font/slick.woff') format('woff'),url('../font/slick.ttf') format('truetype'),url('../font/slick.svg') 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: #fff;
    -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: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #000;
}
img[lazyload="1"]
{
    background-color: #f0f1f2;
    width: 100%;
    height: 100%;
    aspect-ratio: 4/3;
}
body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select
{
    margin: 0;
    padding: 0;
}
body, button, input, select, textarea
{
    font-weight: normal;
    font-size: 14px;
    font-family: Arial,HELVETICA;
    position: relative;
}
input, textarea
{
    border: 1px #ccc solid;
    background: #fff;
    outline: none;
}
img
{
    border: none;
    vertical-align: middle;
}
a
{
    text-decoration: none;
    color: #868585;
}
ul li, ol li
{
    list-style: none;
}
.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;
}
.ellipsis_three
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ellipsis_four
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.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;
}
.word_break
{
    word-wrap: break-word;
    word-break: keep-all;
}
.detail_editor img
{
    max-width: 100%;
}
body
{
    font-size: 16px;
}
.maodian_anchor_forlink
{
    position: absolute;
    top: -130px;
}
div[contenteditable="false"]
{
    display: none!important;
}
@font-face
{
    font-family: 'SourceHanSansSC-Normal-en';
    src: url('/Tpl/HJZF2_Z/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('/Tpl/HJZF2_Z/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('/Tpl/HJZF2_Z/fonts/SourceHanSansTC-Medium.subset.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: pangmenzhengdaoregular;
    src: url('../font/pangmenzhengdaoregular.eot?');
    src: url('../font/pangmenzhengdaoregular.eot?') format('embedded-opentype'),url('../font/pangmenzhengdaoregular.woff2') format('woff2'),url('../font/pangmenzhengdaoregular.woff') format('woff'),url('../font/pangmenzhengdaoregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Lenovo-XiaoxinHeiGB-Regular';
    src: url('../font/Lenovo-XiaoxinHeiGB Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Lenovo-XiaoxinHeiGB-Bold';
    src: url('../font/Lenovo-XiaoxinHeiGB Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'xinyiLOGO';
    src: url('../font/xinyiLOGO.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Comfortaa-Bold';
    src: url('../font/Comfortaa-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Goldman-Bold';
    src: url('../font/goldman-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Teko-semi-Bold';
    src: url('../font/teko-semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat-Bold';
    src: url('../font/Montserrat-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat-Black';
    src: url('/Tpl/HJZF2_Z/fonts/Montserrat-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Gilroy_Light';
    src: url('../font/Gilroy_Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Lexend-Deca';
    src: url('../font/lexenddeca.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Sarabun-Bold';
    src: url('../font/sarabun-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Sarabun-Light';
    src: url('../font/sarabun-light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Comfortaa-variable';
    src: url('../font/comfortaa-variable.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'minion-bold';
    src: url('../font/minion-bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Roboto-Bold';
    src: url('../font/Roboto-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat-Regular';
    src: url('../font/Montserrat-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Nunito-Bold';
    src: url('../font/Nunito-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Rubik-Regular';
    src: url('../font/Rubik-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'MontserratLight';
    src: url('../font/Montserrat-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'pfj';
    src: url('../font/pfj.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Raleway-Regular';
    src: url('../font/Raleway-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Raleway-Bold';
    src: url('../font/Raleway-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: dfpheiw5;
    src: url('../font/dfpheiw5.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: NunitoLight;
    src: url('../font/NunitoLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: AlibabaPuHuiTiBold;
    src: url('../font/AlibabaPuHuiTi-ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: PingFangSC;
    src: url('../font/PingFangSC.subset.ttf') format('truetype'),url('../font/PingFangSC.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: PingFangSCBold;
    src: url('../font/PingFangSCBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: calibrii;
    src: url('../font/calibrii.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: AlteHaasGroteskBold;
    src: url('../font/AlteHaasGroteskBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: AlteHaasGroteskRegular;
    src: url('../font/AlteHaasGroteskRegular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: Gats;
    src: url('../font/Gats.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: Comfortaa;
    src: url('../font/Comfortaa.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: WorkSansSemiBold;
    src: url('../font/WorkSans-SemiBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: QuattrocentoSans;
    src: url('../font/QuattrocentoSans.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: OswaldMedium;
    src: url('../font/Oswald-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: OswaldRegular;
    src: url('../font/Oswald-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: VisbyCFBold;
    src: url('../font/VisbyCF-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: AbelRegular;
    src: url('../font/Abel-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: MuktaVaani;
    src: url('../font/MuktaVaani-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: AlegreyaSansSCBold;
    src: url('../font/AlegreyaSansSC-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: AlegreyaSansSC-Bold;
    src: url('../font/gtwalsheimproregular.eot?');
    src: url('../font/gtwalsheimproregular.eot?') format('embedded-opentype'),url('../font/gtwalsheimproregular.woff2') format('woff2'),url('../font/gtwalsheimproregular.woff') format('woff'),url('../font/gtwalsheimproregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: dinregular;
    src: url('../font/dinregular.eot?');
    src: url('../font/dinregular.eot?') format('embedded-opentype'),url('../font/dinregular.woff2') format('woff2'),url('../font/dinregular.woff') format('woff'),url('../font/dinregular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: nunito-regular;
    src: url('../font/nunito-regular.eot?');
    src: url('../font/nunito-regular.eot?') format('embedded-opentype'),url('../font/nunito-regular.woff2') format('woff2'),url('../font/nunito-regular.woff') format('woff'),url('../font/nunito-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: din-bold;
    src: url('../font/din-bold.eot?');
    src: url('../font/din-bold.eot?') format('embedded-opentype'),url('../font/din-bold.woff2') format('woff2'),url('../font/din-bold.woff') format('woff'),url('../font/din-bold.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: DINPro-Medium;
    src: url('../font/DINPro-Medium.eot?');
    src: url('../font/DINPro-Medium.eot?') format('embedded-opentype'),url('../font/DINPro-Medium.woff2') format('woff2'),url('../font/DINPro-Medium.woff') format('woff'),url('../font/DINPro-Medium.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: Poppins;
    src: url('../font/Poppins.eot?');
    src: url('../font/Poppins.eot?') format('embedded-opentype'),url('../font/Poppins.woff2') format('woff2'),url('../font/Poppins.woff') format('woff'),url('../font/Poppins.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: Merriweather;
    src: url('../font/Merriweather-Regular.eot?');
    src: url('../font/Merriweather-Regular.eot?') format('embedded-opentype'),url('../font/Merriweather-Regularins.woff2') format('woff2'),url('../font/Merriweather-Regular.woff') format('woff'),url('../font/Merriweather-Regular.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: poppins-bold;
    src: url('../font/poppins-bold.eot?');
    src: url('../font/poppins-bold.eot?') format('embedded-opentype'),url('../font/poppins-bold.woff2') format('woff2'),url('../font/poppins-bold.woff') format('woff'),url('../font/poppins-bold.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: ralewaythin;
    src: url('../font/raleway-webfont.eot?');
    src: url('../font/raleway-webfont.eot?') format('embedded-opentype'),url('../font/raleway-webfont.woff2') format('woff2'),url('../font/raleway-webfont.woff') format('woff'),url('../font/raleway-webfont.ttf') format('truetype');
    font-display: swap;
}
@font-face
{
    font-family: SourceHanSerifCN-Regular;
    src: url('/Tpl/HJZF2_Z/fonts/SourceHanSerifCN-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'rajdhaniregular';
    src: url('../font/rajdhani-regular.eot?');
    src: url('../font/rajdhani-regular.eot?') format('embedded-opentype'),url('../font/rajdhani-regular.woff2') format('woff2'),url('../font/rajdhani-regular.woff') format('woff'),url('../font/rajdhani-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'rajdhanibold';
    src: url('../font/rajdhani-bold.eot?');
    src: url('../font/rajdhani-bold.eot?') format('embedded-opentype'),url('../font/rajdhani-bold.woff2') format('woff2'),url('../font/rajdhani-bold.woff') format('woff'),url('../font/rajdhani-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'rajdhanilight';
    src: url('../font/Rajdhani-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'rajdhanimedium';
    src: url('../font/Rajdhani-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'rajdhanisemibold';
    src: url('../font/Rajdhani-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'COUR';
    src: url('../font/COUR.eot?');
    src: url('../font/COUR.eot?') format('embedded-opentype'),url('/Tpl/HJZF2_Z/fonts/COUR.otf') format('opentype'),url('../font/COUR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'COURBD';
    src: url('../font/COURBD.eot?');
    src: url('../font/COURBD.eot?') format('embedded-opentype'),url('/Tpl/HJZF2_Z/fonts/COURBD.otf') format('opentype'),url('../font/COURBD.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'COURBI';
    src: url('../font/COURBI.eot?');
    src: url('../font/COURBI.eot?') format('embedded-opentype'),url('/Tpl/HJZF2_Z/fonts/COURBI.otf') format('opentype'),url('../font/COURBI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'COURI';
    src: url('../font/COURI.eot?');
    src: url('../font/COURI.eot?') format('embedded-opentype'),url('/Tpl/HJZF2_Z/fonts/COURI.otf') format('opentype'),url('../font/COURI.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'OPENSANS';
    src: url('../font/OPENSANS.eot?');
    src: url('../font/OPENSANS.eot?') format('embedded-opentype'),url('/Tpl/HJZF2_Z/fonts/OPENSANS.otf') format('opentype'),url('../font/OPENSANS.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'KALAR';
    src: url('../font/KALAR.eot?');
    src: url('../font/KALAR.eot?') format('embedded-opentype'),url('../font/KALAR.woff2') format('woff2'),url('../font/KALAR.woff') format('woff'),url('../font/KALAR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'playfair_displaybold';
    src: url('../font/playfairdisplay-bold-4-webfont.eot?');
    src: url('../font/playfairdisplay-bold-4-webfont.eot?') format('embedded-opentype'),url('../font/playfairdisplay-bold-4-webfont.woff2') format('woff2'),url('../font/playfairdisplay-bold-4-webfont.woff') format('woff'),url('../font/playfairdisplay-bold-4-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'ubuntu_mono';
    src: url('../font/ubuntumono-r-webfont.eot?');
    src: url('../font/ubuntumono-r-webfont.eot?') format('embedded-opentype'),url('../font/ubuntumono-r-webfont.woff2') format('woff2'),url('../font/ubuntumono-r-webfont.woff') format('woff'),url('../font/ubuntumono-r-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face
{
    font-family: 'akrobat';
    src: url('../font/akrobat-regular.eot?');
    src: url('../font/akrobat-regular.eot?') format('embedded-opentype'),url('../font/akrobat-regular.woff2') format('woff2'),url('../font/akrobat-regular.woff') format('woff'),url('/Tpl/HJZF2_Z/fonts/akrobat-regular.otf') format('opentype'),url('../font/akrobat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'PoppinsExtraLight';
    src: url('../font/poppins-extralight-webfont.eot?');
    src: url('../font/poppins-extralight-webfont.eot?') format('embedded-opentype'),url('../font/poppins-extralight-webfont.woff2') format('woff2'),url('../font/poppins-extralight-webfont.woff') format('woff'),url('../font/poppins-extralight-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'PoppinsThin';
    src: url('../font/poppinsthin-webfont.eot?');
    src: url('../font/poppinsthin-webfont.eot?') format('embedded-opentype'),url('../font/poppinsthin-webfont.woff2') format('woff2'),url('../font/poppinsthin-webfont.woff') format('woff'),url('../font/poppinsthin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'ralewaybold';
    src: url('../font/raleway-bold-webfont.eot?');
    src: url('../font/raleway-bold-webfont.eot?') format('embedded-opentype'),url('../font/raleway-bold-webfont.woff2') format('woff2'),url('../font/raleway-bold-webfont.woff') format('woff'),url('../font/raleway-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'SourceHanSans-Regular';
    src: url('/Tpl/HJZF2_Z/fonts/SourceHanSans-Regular.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'oswaldmedium';
    src: url('../font/oswald-medium-webfont.eot?');
    src: url('../font/oswald-medium-webfont.eot?') format('embedded-opentype'),url('../font/oswald-medium-webfont.woff2') format('woff2'),url('../font/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'century_gothic';
    src: url('../font/oswald-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'NotoSansHans';
    src: url('/Tpl/HJZF2_Z/fonts/NotoSansHans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot?');
    src: url('../font/Roboto-Regular.eot?') format('embedded-opentype'),url('../font/Roboto-Regular.woff2') format('woff2'),url('../font/Roboto-Regular.woff') format('woff'),url('../font/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Montserrat';
    src: url('../font/montserrat-regular-webfont.eot?');
    src: url('../font/montserrat-regular-webfont.eot?') format('embedded-opentype'),url('../font/montserrat-regular-webfont.woff2') format('woff2'),url('../font/montserrat-regular-webfont.woff') format('woff'),url('../font/montserrat-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'MontserratBold';
    src: url('../font/montserrat-bold-webfont.eot?');
    src: url('../font/montserrat-bold-webfont.eot?') format('embedded-opentype'),url('../font/montserrat-bold-webfont.woff') format('woff'),url('../font/montserrat-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'humnst777_blk_btblack';
    src: url('../font/humnst777_blk_bt_black-webfont.eot?');
    src: url('../font/humnst777_blk_bt_black-webfont.eot?') format('embedded-opentype'),url('../font/humnst777_blk_bt_black-webfont.woff2') format('woff2'),url('../font/humnst777_blk_bt_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'Lora';
    src: url('../font/lora-regular_1-webfont.eot?');
    src: url('../font/lora-regular_1-webfont.eot?') format('embedded-opentype'),url('../font/lora-regular_1-webfont.woff2') format('woff2'),url('../font/lora-regular_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'LoraBold';
    src: url('../font/lora-bold-webfont.eot?');
    src: url('../font/lora-bold-webfont.eot?') format('embedded-opentype'),url('../font/lora-bold-webfont.woff2') format('woff2'),url('../font/lora-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'HarmonyOS_Sans_Bold';
    src: url('../font/harmonyos_sans_bold-webfont.eot?');
    src: url('../font/harmonyos_sans_bold-webfont.eot?') format('embedded-opentype'),url('../font/harmonyos_sans_bold-webfont.woff2') format('woff2'),url('../font/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('../font/harmonyos_sans_regular-webfont.eot?');
    src: url('../font/harmonyos_sans_regular-webfont.eot?') format('embedded-opentype'),url('../font/harmonyos_sans_regular-webfont.woff2') format('woff2'),url('../font/harmonyos_sans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'calibri';
    src: url('../font/calibri.woff2') format('woff2'),url('../font/calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'manrope_hawk_only';
    src: url('/Tpl/HJZF2_Z/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('/Tpl/HJZF2_Z/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('/Tpl/HJZF2_Z/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('/Tpl/HJZF2_Z/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('/Tpl/HJZF2_Z/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('/Tpl/HJZF2_Z/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('/Tpl/HJZF2_Z/fonts/manrope-extrabold-3.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'AlimamaAgileVF-Thin';
    src: url('../font/AlimamaAgileVF-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'AlimamaShuHeiTi-Bold';
    src: url('../font/AlimamaShuHeiTi-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'AlimamaAgileVF-Thin';
    src: url('../font/AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'DingTalk Sans';
    src: url('../font/DingTalk Sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face
{
    font-family: 'DingTalk JinBuTi';
    src: url('../font/DingTalk JinBuTi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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(../image/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 .3s;
    color: #333;
    font: 14px "Arial";
    overflow: hidden;
}
.side ul li .sideboxa a
{
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_nei_space
{
    clear: both;
}
.sidebox_content
{
    padding: 5px 8px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: absolute;
    right: 38px;
    top: 6px;
    transform: translateX(130%);
    transition: all .6s;
    z-index: -1;
    min-width: 160px;
    white-space: nowrap;
}
.sidebox_content a, .sidebox_content b
{
    color: #868585;
}
.sidebox_content:after
{
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    border-color: transparent #ccc #ccc transparent;
    transform: rotate(-45deg);
    position: absolute;
    right: -6px;
    top: 10px;
    background-color: #fff;
}
.side ul li:hover .sidebox_content
{
    display: inline-block;
    transform: translateX(-20px);
}
#HJZF_Z__wrapper
{
    margin-bottom: 40px;
    background-color: #fff;
}
.inquiry
{
    margin-left: -15px;
    margin-right: -15px;
}
.inquiry_Title
{
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.inquiry h2
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    color: #333;
}
.inquiryinfo
{
    width: 100%;
    margin-bottom: 10px;
}
.inquiryinfo input[type=text]
{
    line-height: 20px;
    padding: 5px;
    border: 1px solid #bfbfbf;
    width: 100%;
    background: #fff;
    font-size: 14px;
    color: #333;
    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: #fff;
    width: 100%;
    font-size: 14px;
    color: #333;
    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: #333;
    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: #f00;
    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,.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: #333;
    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: #333;
    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 #eee;
    border-right: none;
    border-left: none;
    background: #fff;
    transition: .6s;
}
.new_list_row
{
    margin: 0 -15px;
}
.main_newsimg
{
    height: auto;
    overflow: hidden;
    transition: .6s;
    float: left;
}
.main_newsimg a
{
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    display: block;
    position: relative;
}
.main_newsimg img
{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.main_news_right
{
    height: auto;
    position: relative;
    padding-left: 25px;
    box-sizing: border-box;
}
.main_news_right_content
{
    transition: .6s;
    padding: 0;
}
.main_news_title
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 20px;
}
.main_news_title a h5
{
    font-size: 18px;
    color: #333;
    letter-spacing: 0;
    line-height: 28px;
    font-weight: normal;
}
.main_news_desc
{
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: normal;
}
.HJ01_main_newdetail_title
{
    text-align: center;
    font-size: 26px;
    color: #333;
    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: #888;
    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(../image/Bitmap.png) no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    opacity: 0;
    transition: .6s;
}
.main_news_right_date p:after
{
    content: '';
    display: table;
    width: 37px;
    height: 11px;
    background: url(../image/Bitmap.png) no-repeat;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transition: .6s;
}
.main_news_dowm
{
    width: 100%;
    transition: .6s;
}
.main_news_dowm span
{
    font-size: 14px;
    color: #999;
    letter-spacing: 0;
    line-height: 20px;
    margin-right: 20px;
}
.main_news_dowm span a
{
    color: #999;
    position: relative;
    display: inline-block;
}
.main_news_dowm span a:before
{
    content: '';
    display: table;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    background: transparent;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.main_news_dowm span a:hover:before
{
    content: '';
    display: table;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    display: inline-block;
}
.main_news_dowm span img
{
    position: relative;
    top: -1px;
    margin-right: 10px;
}
.main_newslist li:hover
{
    padding-left: 40px;
    box-shadow: 0 8px 35px rgba(0,0,0,.08);
    transition: .6s;
    transform: translate3d(0,0,0);
}
.main_newslist li:hover .main_news_right_content
{
    transition: .6s;
    transform: translate3d(20px,0,0);
}
.main_newslist li:hover .main_news_dowm
{
    transition: .6s;
    transform: translate3d(20px,0,0);
    display: inline-block;
}
.main_newslist li:hover .main_news_right_date p:before
{
    left: 66%;
    opacity: 1;
    transition: .6s;
}
.main_newslist li:hover .main_news_right_date p:after
{
    left: 66%;
    opacity: 0;
    transition: .6s;
}
.news_view
{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    margin-bottom: 15px;
}
.news_view span
{
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    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(../image/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(../image/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(../image/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(../image/newsprev_2.png);
}
.main_news_prev_next ul li.news_next
{
    background: #a9a9a9;
}
.main_news_prev_next ul li.news_prev
{
    background: #a9a9a9;
}
.main_news_prev_next ul li.news_next p
{
    color: #fff;
}
.main_news_prev_next ul li.news_prev p
{
    color: #fff;
}
.main_news_prev_next ul li .news_prev_img
{
    opacity: 1;
}
.comment
{
    width: 100%;
    float: left;
    padding: 10px 0;
}
.commentTitle
{
    width: 100%;
    text-align: left;
}
.commentTitle h5
{
    font-size: 22px;
    color: #666;
    line-height: 53px;
    text-align: left;
    font-weight: 600;
}
.commentTitle h5 span
{
    float: right;
    line-height: 53px;
    font-size: 14px;
}
.commentTitle h5 span a
{
    color: #666;
}
.commentlist
{
    width: 100%;
}
.commentlist ul
{
    width: 100%;
}
.commentlist ul li
{
    list-style: none;
    padding-bottom: 10px;
}
@media screen and (max-width: 991px)
{
    .main_news_prev_next ul li.news_prev .news_prev_img, .main_news_prev_next ul li.news_next .news_prev_img
    {
        width: 100px;
        height: 75px;
        opacity: 1;
    }
    .main_newsimg
    {
        margin-bottom: 20px;
    }
    .main_news_right
    {
        padding-left: 15px;
    }
    .main_news_right_content
    {
        padding: inherit;
    }
    .main_news_dowm
    {
        padding: 0 15px;
    }
    .main_newslist li:hover
    {
        padding-left: 0;
    }
    .main_news_prev_next ul li
    {
        height: 100px;
    }
    .main_news_prev_next ul li.news_next img, .main_news_prev_next ul li.news_prev img
    {
        display: none;
    }
    .main_news_prev_next ul li.news_prev a p, .main_news_prev_next ul li.news_next p
    {
        width: 90%;
    }
    .side
    {
        display: none!important;
    }
}
.HJZF_Z__inner--right img
{
    max-width: 100%;
}
@media screen and (max-width: 767px)
{
    .main_newslist li:hover .main_news_right_content
    {
        transform: translate3d(0,0,0);
    }
    .main_newslist li:hover .main_news_dowm
    {
        transform: translate3d(0,0,0);
    }
    .InsidePages_content-right_content
    {
        margin: 0 0;
    }
    .InsidePages_content-right__wrap
    {
        margin: 0 0;
    }
    .InsidePages_content-right_content-main
    {
        padding: 0 0;
    }
    .main_newsimg
    {
        margin-bottom: 20px;
    }
    .main_news_right
    {
        padding-left: 15px;
    }
    .no_img__404
    {
        margin: auto;
        width: 90%;
    }
    .no_img__404 img
    {
        margin: auto;
        width: 100%;
    }
    .side
    {
        display: none!important;
    }
    .main_news_prev_next ul li, .main_news_prev_next ul li
    {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
}
.mian_content_casebox
{
    width: 100%;
}
.mian_content_casebox>ul
{
    margin: 0 -15px;
}
.mian_content_casebox>ul>li.main_caseitem
{
    float: left;
    margin-bottom: 30px;
    background: #fff;
    padding: 0 15px;
}
.mian_content_casebox>ul>li.main_caseitem .main_caseitem_wrap
{
    box-shadow: 0 0 8px 0 rgba(0,0,0,.08);
}
.mian_content_casebox>ul>li.main_caseitem .hj05-news-pic
{
    height: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    overflow: hidden;
    transition: all .6s;
}
.mian_content_casebox>ul>li.main_caseitem .hj05-news-pic a
{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    display: block;
    overflow: hidden;
}
.mian_content_casebox>ul>li.main_caseitem img
{
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.mian_content_casebox>ul>li .news_info
{
    padding: 0 20px 10px 20px;
}
.mian_content_casebox>ul>li .news_info .news_item-title
{
    font-size: 16px;
    font-weight: 500;
    color: #001327;
    line-height: 24px;
    max-height: 54px;
    position: relative;
}
.mian_content_casebox>ul>li .news_info .news_item-title a
{
    color: #333;
}
.InsidePages_content-right_proWrap
{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.InsidePages_content-right_proWrap img
{
    max-width: 100%;
}
.InsidePages_content-right_proClassDesc
{
    margin-bottom: 20px;
}
.main_proitem
{
    height: auto;
    float: left;
    background-color: #fff;
    position: relative;
    margin-bottom: 24px;
    padding: 0 15px;
}
.main_proitem_box
{
    width: 100%;
    height: 100%;
    box-shadow: 0 0 30px rgba(0,0,0,.05);
}
.main_proitem_box h6
{
    transition: all .5s ease-in;
}
.main_proitem_box:hover h6
{
    color: rgba(0,0,0,.6);
}
.main_proitem_img
{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: auto;
}
.main_proitem_img img
{
    width: 100%;
    height: 100%;
    transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    display: -webkit-box;
    object-fit: cover;
    top: 0;
    left: 0;
}
.main_proitem_img a
{
    position: relative;
    display: block;
    width: 100%;
}
.main_proitem_img a:before
{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: table;
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    z-index: 9;
    width: 1000px;
    height: 1000px;
    background: rgba(0,0,0,.4);
}
.main_proitem_img a:after
{
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: table;
    font-family: "FontAwesome";
    font-size: 26px;
    width: 46px;
    height: 46px;
    transition: .3s;
    text-align: center;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    z-index: 10;
    transform: translateX(-15px) translateY(-23px);
}
.main_proitem:hover .main_proitem_img a:before
{
    opacity: .8;
    visibility: visible;
}
.main_proitem:hover .main_proitem_img a:after
{
    opacity: 1;
    visibility: visible;
}
.main_proitem_second
{
    padding: 12px 12px 12px;
    position: relative;
}
.main_proitem_second:before
{
    content: '';
    display: inline-block;
    width: 80%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.main_proitem_second h6
{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 500;
    color: #333;
}
.main_proitem:hover .main_proitem_img img
{
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    display: inline-block;
}
.main_page
{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    line-height: 40px;
}
.main_page a, .main_page .current
{
    margin: 0 5px;
}
.main_page a
{
    background: #fff;
    padding: 6px 10px;
    color: #6b6b6b;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}
.main_page .current
{
    padding: 6px 10px;
    background: #eb5606;
    color: #fff;
    border: 1px solid #eb5606;
    border-radius: 3px;
}
#product_detail
{
    width: 100%;
}
#product_detail .product_detail--top
{
    position: relative;
}
#product_detail .left
{
    width: 50%;
    float: left;
    height: auto;
    overflow: hidden;
    background: #e6e6e6;
    position: relative;
}
#product_detail .detail-gallery-top
{
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.pro_detail_top_slide
{
    width: 536px;
}
.pro_detail_thunms_slide
{
    width: 116px;
}
#product_detail .detail-gallery-top .swiper-slide img
{
    width: 100%;
    height: auto;
}
.detail-gallery-thumbs__wrap
{
    margin: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}
.detail-gallery-thumbs .swiper-slide
{
    border: 1px solid transparent;
}
#product_detail .detail-gallery-thumbs .swiper-slide img
{
    width: 100%;
    height: auto;
}
#product_detail .detail-gallery-thumbs__wrap .swiper-button-prev, #product_detail .detail-gallery-thumbs__wrap .swiper-button-next
{
    background: none;
    opacity: 1;
    width: 20px;
    text-align: center;
    line-height: 44px;
    outline: none;
}
#product_detail .detail-gallery-thumbs__wrap .swiper-button-next
{
    right: -20px;
}
#product_detail .detail-gallery-thumbs__wrap .swiper-button-prev
{
    left: -20px;
}
#product_detail .product_info
{
    width: 50%;
    height: auto;
    float: right;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@media screen and (max-width: 768px)
{
    #product_detail .left
    {
        width: 100%;
        float: none;
    }
    #product_detail .product_info
    {
        width: 100%;
        padding: 20px 0;
        min-height: 200px;
    }
    .pro_detail iframe
    {
        width: 100%!important;
        height: auto!important;
    }
}
.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: #999;
}
.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: #333;
    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,.2);
    background: rgba(0,0,0,.2);
}
.pro_info_desc::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    border-radius: 0;
    background: rgba(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: #999;
}
.detail_inquiry a
{
    color: #fff;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    width: 185px;
    height: 40px;
    display: block;
    transition: all .5s;
}
.detail_down
{
    background: #999;
    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: #333;
    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: #333;
    letter-spacing: 0;
    line-height: 20px;
}
.taglabel:hover
{
    background: #989898;
    color: #fff;
}
@media screen and (max-width: 767px)
{
    .nosearch_box
    {
        width: 96%;
    }
}
.selInfo
{
    width: 100%;
    margin: 50px auto;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-bottom: none;
}
.selInfo dl
{
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.selInfo dl.selInfo_title
{
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    background: #f7f8fa;
}
.selInfo dl dt, .selInfo dl dd
{
    float: left;
    line-height: 45px;
    padding-left: 20px;
    text-overflow: ellipsis;
    display: inline-block;
    min-height: 1px;
}
.selInfo dl dt.w220
{
    width: 20%;
}
.selInfo dl dd.w70
{
    width: 5.83%;
}
.selInfo dl dd.w90
{
    width: 7%;
}
.selInfo dl dd.w110
{
    width: 12%;
}
.selInfo dl dd.w170
{
    width: 14%;
}
.selInfo dl dd.w140
{
    width: 11.6666%;
}
.selInfo dl dd.w220
{
    width: 18.333%;
}
.selInfo dl dd.w370
{
    width: 22%;
}
.selInfo dl dd button
{
    width: 82px;
    height: 30px;
    line-height: 30px;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    outline: none;
    cursor: pointer;
}
.selInfo dl.selInfo_content:hover
{
    background: #f7f8fa;
}
@media screen and (max-width: 991px)
{
    .selInfo dl dd.w140
    {
        display: none;
    }
    .selInfo dl dd.w370
    {
        width: 30%;
    }
    .pro_info_box_contact
    {
        position: relative;
        bottom: 0;
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px)
{
    .selInfo
    {
        margin: 20px auto;
    }
    .selInfo dl dd.w70, .selInfo dl dd.w90, .selInfo dl dd.w110, .selInfo dl dd.w140, .selInfo dl dd.w370
    {
        display: none;
    }
    .selInfo dl dt.w220
    {
        width: 65%;
    }
    .selInfo dl dd.w170
    {
        width: 35%;
    }
}
.HJZF_Z__innerContent_jobs3_list .jobs3_item
{
    padding: 30px 30px 30px 30px;
    border: 1px solid #eee;
    border-top: none;
    display: block;
    transition: all .5s;
}
.HJZF_Z__innerContent_jobs3_list .jobs3_item:first-child, .HJZF_Z__innerContent_jobs3_list .jobs3_item:nth-child(2)
{
    border-top: 1px solid #eee;
}
.HJZF_Z__innerContent_jobs3_list .jobs3_item:nth-child(2n)
{
    border-left: none;
}
.HJZF_Z__innerContent_jobs3_list .jobs3_item a
{
    color: #333;
}
.jobs3_item .jobs3_title
{
    position: relative;
}
.jobs3_item .jobs3_title:after
{
    content: '';
    display: block;
    width: 29px;
    height: 2px;
    line-height: 2px;
    background: #333;
    margin-top: 10px;
}
.jobs3_item .jobs3_intro
{
    margin-top: 15px;
    height: 28px;
}
.jobs3_item .jobs3_description
{
    height: 130px;
    overflow: hidden;
}
@media(max-width: 767px)
{
    .jobs3_item .jobs3_description
    {
        height: 110px;
    }
}
.jobs3_item .jobs3_date
{
    display: block;
    border-top: 1px dotted #e4e4e4;
    margin-top: 15px;
    padding-top: 15px;
}
.jobs3_item .jobs3_date span
{
    margin-left: 15px;
}
.jobs3_item:hover a
{
    color: #fff;
}
.jobs3_item:hover .jobs3_title:after
{
    background: #fff;
}
.HJZF_Z__innerContent_jobs3_detail
{
    border: 1px solid #ddd;
    color: #333;
    padding: 30px;
}
.HJZF_Z__innerContent_jobs3_item01
{
    width: 40%;
    float: left;
    border-bottom: none;
    border-right: 1px solid #ddd;
}
.HJZF_Z__innerContent_jobs3_item02
{
    float: right;
    padding: 0 0 0 30px;
    width: 60%;
}
@media(max-width: 768px)
{
    .HJZF_Z__innerContent_jobs3_list .jobs3_item
    {
        margin-bottom: 15px;
    }
    .HJZF_Z__innerContent_jobs3_list .jobs3_item:nth-child(2n)
    {
        border-left: 1px solid #eee;
    }
    .HJZF_Z__innerContent_jobs3_item01
    {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        border: none;
    }
    .HJZF_Z__innerContent_jobs3_item02
    {
        width: 100%;
        float: none;
        padding: 0;
    }
}
.donload_list li
{
    margin-bottom: 10px;
    padding-top: 10px;
}
.donload_list li p
{
    width: 80%;
    float: left;
    line-height: 30px;
    font-size: 14px;
}
.donload_list li span
{
    width: 20%;
    float: right;
    line-height: 30px;
    font-size: 14px;
    text-align: right;
}
.donload_list li
{
    width: 100%;
    border-bottom: 1px dashed #e3e3e3;
}
.download_detail_content
{
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.download_detail_button
{
    font-size: 14px;
    line-height: 30px;
}
.InsidePages_content__download3--title
{
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.InsidePages_content__download3--title h3
{
    font-size: 26px;
    position: relative;
    line-height: 28px;
    font-weight: normal;
    display: inline-block;
}
.InsidePages_content__download3--title h3:after
{
    position: absolute;
    content: '';
    width: 100%;
    bottom: -10px;
    height: 2px;
    left: 0;
}
.InsidePages_content__download3--title a
{
    float: right;
    display: inline-block;
}
.InsidePages_content__download3--title a:hover
{
    text-decoration: underline;
}
.inner__download3--item
{
    width: 100%;
    position: relative;
    border: 1px solid #ececec;
    border-radius: 6px;
    overflow: hidden;
}
.inner__download3--pic
{
    width: 100%;
    text-align: center;
}
.inner__download3--title
{
    text-align: center;
    padding: 20px 10px;
}
.inner__download3--hover
{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,.3);
    text-align: center;
    transition: all .6s;
}
.inner__download3--hover i
{
    font-size: 40px;
    color: #fff;
    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: '';
    font-family: FontAwesome;
    margin-right: 8px;
    color: #666;
    font-size: 16px;
}
.HJZF_Z__Breadcrumbs .row
{
    text-align: right;
}
@media(max-width: 576px)
{
    #HJZF_Z__innerBanner
    {
        height: auto;
        min-height: auto;
    }
}
.HJZF_Z__inner--left__content
{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.InsidePages_left_search
{
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: .5px .866px 5px 0 rgba(179,179,179,.3);
    margin-bottom: 30px;
}
.InsidePages_left_search li
{
    list-style-type: none;
    float: left;
}
.InsidePages_left_search li:first-child
{
    width: calc(100% - 50px);
}
.InsidePages_left_search li:nth-child(2)
{
    width: 50px;
}
.InsidePages_left_search li input
{
    border: none;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 15px;
    color: #999;
    padding-left: 15px;
}
.InsidePages_left_search li
{
    list-style-type: none;
    float: left;
}
.InsidePages_left_search li.search_second button
{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: none;
    outline: none;
}
.InsidePages_left_search li.search_second button:after
{
    content: '';
    font-size: 20px;
    color: #999;
    font-family: FontAwesome;
}
.InsidePages_left_content-main
{
    width: 100%;
    background: #fff;
    padding: 20px 0 0 0;
    border-top: 2px solid #fdb819;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: .5px .866px 5px 0 rgba(179,179,179,.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: '';
    font-family: "FontAwesome";
    background-size: cover;
    color: #ccc;
    line-height: 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
}
ul.InsidePages_left_navlist>li.yiji ul.erji
{
    display: none;
}
ul.InsidePages_left_navlist>li.yijion ul.erji
{
    display: block;
}
ul.InsidePages_left_navlist>li.yiji>ul>li>a
{
    position: relative;
    display: block;
    padding: 10px 15px 10px 20px;
    background: transparent;
    font-weight: 500;
    font-size: 15px;
}
ul.InsidePages_left_navlist>li.yiji>ul>li>a>h3
{
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
ul.InsidePages_left_navlist>li.yijion>ul
{
    display: block;
}
ul.InsidePages_left_navlist>li.yijion>ul>li>a, ul.InsidePages_left_navlist>li.yiji>ul>li>a
{
    position: relative;
    display: block;
    padding: 5px 15px 5px 20px;
    background: transparent;
    font-weight: 500;
    font-size: 15px;
}
ul.InsidePages_left_navlist>li.yijion>ul>li>a>h3
{
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
ul.InsidePages_left_navlist>li>ul>li
{
    position: relative;
}
ul.InsidePages_left_navlist>li>ul>li>span.class_button, ul.InsidePages_left_navlist>li>ul>li>span.class_button_search
{
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    right: -4px;
    cursor: pointer;
}
ul.InsidePages_left_navlist>li>ul>li>ul
{
    padding-left: 30px;
}
ul.InsidePages_left_navlist>li>ul>li>ul>li a h3
{
    font-weight: normal;
    font-size: 14px;
    color: #666;
    line-height: 25px;
}
.HJZF_Z__inner__mobileLeftMenu
{
    margin-bottom: 20px;
}
.HJZF_Z__inner__mobileLeftMenu .HJZF_Z__inner--left__content
{
    padding-right: 0;
}
.mobile--left_showButton
{
    width: 22px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 12px;
    text-align: center;
    line-height: 9px;
}
.mobile--left_showButton i
{
    width: 22px;
    height: 2px;
    background: #333;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    transition: .4s;
}
.mobile--left_showButton:before
{
    content: '';
    display: table;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    transition: .41s;
}
.mobile--left_showButton:after
{
    content: '';
    display: table;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 0;
    background: #333;
    transition: .41s;
}
.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist, .HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist2
{
    height: auto;
    overflow: hidden;
    display: none;
}
.HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist.active, .HJZF_Z__inner__mobileLeftMenu .InsidePages_left_navlist2.active
{
    height: auto;
    overflow: hidden;
    transition: .6s;
    display: block;
}
.mobile--left_showButton.active i
{
    visibility: hidden;
    opacity: 0;
    transition: .1s;
}
.mobile--left_showButton.active:before
{
    content: '';
    display: table;
    width: 15px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background: #333;
    transform: rotate(45deg) translate3d(7px,8px,10px);
    transition: .41s;
}
.mobile--left_showButton.active:after
{
    content: '';
    display: table;
    width: 15px;
    height: 2px;
    position: absolute;
    top: 16px;
    left: 0;
    background: #333;
    transform: rotate(-45deg) translate3d(3px,-4px,10px);
    transition: .4s;
}
ul.InsidePages_left_navlist2
{
    width: 100%;
    border: 1px solid #e1e1e1;
    padding: 0 10px;
}
ul.InsidePages_left_navlist2>li
{
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #e3e3e3;
}
ul.InsidePages_left_navlist2 li
{
    position: relative;
}
ul.InsidePages_left_navlist2 li span.class_button, ul.InsidePages_left_navlist2 li span.class_button_search
{
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 14px;
    cursor: pointer;
}
ul.InsidePages_left_navlist2 li span.class_button:before, ul.InsidePages_left_navlist2 li span.class_button_search:before
{
    font-size: 16px;
    content: '';
    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: #333;
    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: #666;
    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,.14),0 4px 8px rgba(0,0,0,.28);
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-user-drag: none;
    color: #f1f1f1;
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    height: 40px;
    width: 40px;
    z-index: 20;
}
.mfb-component__button--main i
{
    font-size: 20px;
}
.mfb-component__list li:nth-child(1), .mfb-component__list li:nth-child(1)
{
    transform: translateY(-70px) scale(0);
    transition: all .5s;
    transition-delay: .15s;
}
.mfb-component__list li:nth-child(2)
{
    transform: translateY(-140px) scale(0);
    transition: all .5s;
    transition-delay: .1s;
}
.mfb-component__list li:nth-child(3)
{
    transform: translateY(-210px) scale(0);
    transition: all .5s;
    transition-delay: .05s;
}
.mfb-component__list li:nth-child(4)
{
    transform: translateY(-280px) scale(0);
    transition: all .5s;
    transition-delay: .05s;
}
.mfb-component__list li:nth-child(4) div
{
    position: absolute;
    right: 70px;
    top: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
}
.mobile_sidebar li.open .mfb-component__list li:nth-child(1)
{
    transform: translateY(-86px) scale(1);
    transition-delay: .05s;
}
.mobile_sidebar li.open .mfb-component__list li:nth-child(2)
{
    transform: translateY(-187px) scale(1);
    transition: all .5s;
    transition-delay: .1s;
}
.mobile_sidebar li.open .mfb-component__list li:nth-child(3)
{
    transform: translateY(-290px) scale(1);
    transition: all .5s;
    transition-delay: .05s;
}
.mobile_sidebar li.open .mfb-component__list li:nth-child(4)
{
    transform: translateY(-390px) scale(1);
    transition: all .5s;
    transition-delay: .05s;
}
.mobile_sidebar li .mfb-component__list li:nth-child(4).open div
{
    transform: scale(1);
    -webkit-transform: scale(1);
}
.mfb-component__button--top i
{
    font-weight: bold;
    position: relative;
    top: -2px;
    font-size: 24px;
}
.mobile_down_top
{
    height: 50px;
    width: 100%;
}
.mobile_down
{
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}
.mobile_down ul
{
    height: 100%;
    display: -ms-flex;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-flow: row nowrap;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
    -ms-align-items: flex-start;
    align-items: flex-start;
}
.mobile_down ul li
{
    padding: 8px 0 16px;
    height: 100%;
    text-align: center;
    color: #fff;
    font-size: 15px;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -ms-align-items: center;
    align-items: center;
    box-shadow: 0 2px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 1px rgba(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,.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
}
.model_wind_content
{
    width: 100%;
    height: auto;
    margin: auto;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    position: relative;
    top: 50%;
}
.model_wind_box
{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #fff;
    position: relative;
}
.model_wind_swiper
{
    width: 100%;
}
.model_wind_swiper .swiper-slide img
{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.model_wind_name
{
    width: 100%;
    height: 30px;
    line-height: 30px;
}
.swiper-button-next-model, .swiper-button-prev-model
{
    background-image: none;
    text-align: left;
    line-height: 100px;
    outline: none;
    width: 50px;
    height: 100px;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.swiper-button-next-model
{
    text-align: right;
}
.swiper-pagination_model
{
    position: relative;
    margin-top: 10px;
}
.HJZF_Z__innerBanner2
{
    width: 100%;
    overflow: hidden;
    height: auto;
    position: relative;
}
.HJZF_Z__innerBanner2 img
{
    width: 100%;
    height: auto;
}
.HJZF_Z__innerBanner2+.HJZF_Z__Breadcrumbs
{
    margin-bottom: 0;
}
@keyframes banner_animate
{
    from
    {
        transform: scale(1.2);
    }
    to
    {
        transform: scale(1);
    }
}
.in_banner img
{
    animation: banner_animate 3s;
    -moz-animation: banner_animate 3s;
    -webkit-animation: banner_animate 3s;
    -o-animation: banner_animate 3s;
}
.HJZF_Z__innerContent
{
    margin-bottom: 30px;
}
.inner2_Content
{
    margin-bottom: 0;
}
.HJZF_Z__inner--left2
{
    width: 100%;
    border-bottom: 1px solid #eee;
}
.HJZF_Z__inner--left2 .InsidePages_navswiper .swiper-slide
{
    width: auto;
    margin-right: 40px;
}
.InsidePages_list li.yiji>a>h3, .InsidePages_list li.yijion>a>h3
{
    font-size: 16px;
    line-height: 20px;
    padding: 30px 0;
    font-weight: normal;
    position: relative;
}
.InsidePages_list li.yiji>a>h3:before, .InsidePages_list li.yijion>a>h3:before
{
    content: '';
    display: table;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-bottom: 3px solid transparent;
}
.InsidePages_list li.yiji>a>h3:before
{
    width: 0;
}
.InsidePages_list li.yijion>a>h3:before
{
    width: 100%;
}
.InsidePages_list li.yiji:hover>a>h3:before
{
    width: 100%;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.InsidePages_list-next, .InsidePages_list-prev
{
    background-image: none;
    display: none;
}
.InsidePages_list-next
{
    right: -15px;
}
.InsidePages_list-prev
{
    left: -15px;
}
.InsidePages_list-next i, .InsidePages_list-prev i
{
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
}
.InsidePages_content2
{
    width: 100%;
    padding-top: 50px;
}
@media(max-width: 768px)
{
    .InsidePages_content2
    {
        width: 100%;
        padding-top: 20px;
    }
}
.InsidePages2_contact-left
{
    width: 48%;
    float: left;
}
.InsidePages2_contact-right
{
    width: 48%;
    float: right;
    overflow: auto;
}
.InsidePages_content2_contact
{
    padding-top: 0;
}
.InsidePages2_contact_title
{
    font-size: 30px;
    color: #000;
    margin-bottom: 50px;
}
.InsidePages2_contact_down
{
    background: #f6f7f9;
    margin: 30px 0 0;
    padding: 60px 0;
}
.InsidePages2_contact_item
{
    text-align: center;
}
.InsidePages2_contact_item h4
{
    font-size: 18px;
    padding: 16px 0 12px;
}
.InsidePages2_contact_item p
{
    color: #666;
    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 #eee;
    border-right: none;
    border-left: none;
    background: #fff;
    transition: .6s;
}
.main_newslist2 li:hover .main_newsimg img
{
    transform: translate3d(10px,-50%,0);
    -webkit-transform: translate3d(10px,-50%,0);
    -moz-transform: translate3d(10px,-50%,0);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    display: inline-block;
}
.HJZF_Z_news2_title
{
    background: #99c0e0;
    color: #fff;
    padding: 90px 0 26px;
}
.HJZF_Z_news2_title .news_view
{
    border-bottom: none;
}
.HJZF_Z_news2_title h1
{
    font-size: 32px;
    padding-bottom: 50px;
}
.HJZF_Z_news2_title .news_view, .HJZF_Z_news2_title .news_view span, .HJZF_Z_news2_title .news_view i
{
    text-align: left;
    color: #fff;
}
.news_detail2_maincontent .news_body
{
    padding: 30px 0;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px dashed #e3e3e3;
}
.news_detail2_prev
{
    width: 100%;
    margin: auto;
    padding: 30px 0;
}
.news_detail2_prev ul li
{
    width: 100%;
    line-height: 30px;
    font-size: 16px;
    color: #0062b2;
}
.news_detail2_prev ul li a
{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.InsidePages_content2_commontitle
{
    width: 100%;
    margin-bottom: 36px;
    border-bottom: 1px solid #e2e2e2;
    color: #0062b2;
    font-size: 24px;
}
.InsidePages_content2_commontitle span
{
    border-bottom: 3px solid #0062b2;
    display: inline-block;
    padding-bottom: 12px;
}
.mian_content_casebox2 ul li
{
    padding: 24px 70px 23px 23px;
    border-bottom: 1px solid #d3d0cd;
    position: relative;
}
.mian_content_casebox2 ul li:after
{
    content: "›";
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    font-size: 27px;
    color: #fff;
}
.mian_content_casebox2 ul li .main_caseitem2_class
{
    font-size: 14px;
    text-transform: uppercase;
    color: #d7d8d6;
}
.mian_content_casebox2 ul li .main_caseitem2_date
{
    font-size: 14px;
    color: #333;
    text-transform: uppercase;
}
.mian_content_casebox2 ul li .main_caseitem2_title a
{
    font-size: 24px;
    line-height: 1.2;
    font-weight: normal;
    color: #333;
}
.mian_content_casebox2 ul li:hover .main_caseitem2_class, .mian_content_casebox2 ul li:hover .main_caseitem2_date, .mian_content_casebox2 ul li:hover .main_caseitem2_title a
{
    color: #fff;
}
.news_view2
{
    border-bottom: none;
}
.news_view2, .news_view2 i, .news_view2 span
{
    color: #666;
    font-size: 15px;
}
.InsidePages_content2_downloadtitle
{
    text-align: center;
    font-size: 26px;
    color: #333;
    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: #666;
}
.hjzf_innertop_navlist ul li img
{
    width: 60%;
    height: auto;
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
}
.hjzf_innertop_navlist ul li:hover img
{
    transform: translate3d(0,-10px,0);
    -moz-transform: translate3d(0,-10px,0);
    -webkit-transform: translate3d(0,-10px,0);
    transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    display: inline-block;
}
.hjzf_innertop_nav_pageation
{
    margin: auto;
    position: relative;
    margin-top: 20px;
    display: none;
}
.hjzf_innertop_nav_pageation .swiper-pagination-bullet
{
    margin: 0 6px;
}
.InsidePages_product_title2
{
    color: #fff;
    display: block;
    padding: 10px 15px;
    font-size: 22px;
    margin-bottom: 20px;
    position: relative;
}
.InsidePages_product_title2 a
{
    position: absolute;
    right: 15px;
    top: 14px;
    color: #fff;
    font-size: 16px;
}
.InsidePages_product_title2 a:hover
{
    text-decoration: underline;
}
.product2_main_proitem.main_proitem
{
    background: transparent;
}
.product2_main_proitem.main_proitem .main_proitem_box
{
    box-shadow: none;
}
.product2_main_proitem .main_proitem_img
{
    border: 1px solid #e1e1e1;
}
.product2_main_proitem.main_proitem .main_proitem_img a:before, .product2_main_proitem.main_proitem .main_proitem_img a:after
{
    display: none;
}
.product2_leftnav_cont .InsidePages_left_content-main
{
    border-top: none;
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.product2_leftnav_cont ul.InsidePages_left_navlist>li
{
    padding: 10px 20px 10px 10px;
    position: relative;
}
.product2_leftnav_cont ul.InsidePages_left_navlist>li:after
{
    font-size: 16px;
    content: '';
    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 0 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: #333;
    display: block;
    margin: 20px 30px;
    font-size: 18px;
}
.product_detail_editor_content2 .pro_detail_box
{
    padding: 48px 0;
}
.product_detail_editor_content2 .pro_detail_box table
{
    max-width: 100%;
}
.product_detail_editor_content2 .pro_detail_box:nth-child(even)
{
    background: #f6f7f9;
}
#menu_tab
{
    position: absolute;
    left: -60px;
    opacity: 0;
    visibility: hidden;
}
#menu_tab li
{
    padding: 8px 10px;
    margin-bottom: 5px;
}
#menu_tab li a
{
    font-size: 14px;
    line-height: 25px;
    color: #333;
    display: inline-block;
    width: 100%;
}
@media(max-width: 1440px)
{
    #menu_tab
    {
        display: none;
    }
}
@media(max-width: 1200px)
{
    .InsidePages2_contact-left, .InsidePages2_contact-right
    {
        width: 100%;
        float: none;
    }
    .hjzf_innertop_nav_pageation
    {
        display: block;
    }
}
@media(max-width: 992px)
{
    .HJZF_Z__innerBanner2+.HJZF_Z__Breadcrumbs
    {
        margin-bottom: 30px;
    }
    .HJZF_Z__inner--left2
    {
        border: none;
    }
}
@media(max-width: 768px)
{
    #product_detail .left, #product_detail .product_info2
    {
        width: 100%;
        float: none;
    }
    .InsidePages2_contact-left
    {
        width: 100%;
        float: inherit;
    }
    .InsidePages2_contact-right
    {
        width: 100%;
        float: inherit;
        margin-bottom: 30px;
    }
}
@media(max-width: 576px)
{
    .hjzf_innertop_nav
    {
        display: none;
    }
    #product_detail .left.product_detail2
    {
        flex-direction: column;
    }
    #product_detail .left.product_detail2 .detail-gallery-thumbs__wrap
    {
        width: calc(100% - 40px);
    }
    #product_detail .left.product_detail2 .detail-gallery-thumbs2
    {
        height: auto;
    }
    .product_detail_editor_content2
    {
        padding-top: 0;
    }
    .mainDetail-tabs_box
    {
        display: none;
    }
    .product_detail_editor_content2 .mainDetail-tabs li
    {
        margin-right: 0;
    }
    .product_detail_editor_content2 .mainDetail-tabs li a
    {
        margin: 20px 10px;
    }
    #product_detail .left.product_detail2 .swiper-button-prev-detail
    {
        left: -20px;
        width: 20px;
        top: 50%;
        transform: rotate(270deg);
    }
    #product_detail .left.product_detail2 .swiper-button-next-detail
    {
        right: -20px;
        width: 20px;
        top: 50%;
        transform: rotate(270deg);
        margin-top: -10px;
    }
}
.HJZF_Z__innerBanner3
{
    width: 100%;
    overflow: hidden;
    height: auto;
}
.HJZF_Z__innerBanner3 img
{
    width: 100%;
    height: auto;
}
.inner-3__anchor
{
    width: 100%;
    height: auto;
    background: #f3f5f9;
    margin: auto;
}
.inner-3__anchorUl
{
    width: 100%;
    padding: 15px;
    justify-content: flex-start;
    align-items: center;
}
.inner-3__anchorUl li
{
    margin-right: 60px;
    position: relative;
}
.inner-3__anchorUl li a
{
    font-size: .2rem;
    line-height: .4rem;
    color: #333;
    font-weight: normal;
}
.inner-3__anchorUl li:before
{
    content: '';
    display: inline-block;
    width: 0;
    height: 3px;
    background: transparent;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    transition: width .6s;
}
.inner-3__anchorUl li.active:before
{
    width: 36%;
    background: #1d90d0;
}
.inner-3_titlepart
{
    width: 100%;
    margin: auto;
    margin-bottom: 56px;
}
.inner-3__proWrap
{
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
}
.inner-3_title
{
    text-align: center;
    font-size: .36rem;
    line-height: .6rem;
    color: #333;
    font-weight: normal;
    padding-top: 80px;
    padding-bottom: 20px;
}
.inner-3_title p
{
    width: 60%;
    margin: auto;
}
.inner-3_title-fu
{
    text-align: center;
}
.inner-3_title-fu span, .inner-3_title-fu a
{
    font-size: .2rem;
    line-height: .3rem;
    color: #000;
    font-weight: normal;
    position: relative;
    border-bottom: 2px solid #96daf0;
    padding-bottom: 10px;
}
.inner-3_title-fu span:after
{
    content: '+';
    font-size: .2rem;
    line-height: .3rem;
    color: #000;
    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: #333;
    font-size: .18rem;
    line-height: .3rem;
    font-weight: normal;
    word-break: keep-all;
}
.inner-3__probox .inner-3__proMask
{
    position: absolute;
    top: 0;
    left: 0;
    background: #96daf0;
    width: 100%;
    height: 100%;
    padding: 40px;
    visibility: hidden;
    opacity: 0;
}
.inner-3__probox .inner-3__proMask .inner-3__proMask__font
{
    color: #fff;
    line-height: .24rem;
    font-weight: normal;
}
.inner-3__probox .inner-3__proMask .inner-3__proMask__name
{
    font-size: .2rem;
    padding-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.inner-3__probox .inner-3__proMask .inner-3__proMask__name:before
{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    transition: transform .35s;
    transform: translate3d(-101%,0,0);
}
.inner-3__probox .inner-3__proMask .inner-3__proMask__desc
{
    max-height: 92px;
    font-size: .14rem;
    opacity: 0;
    transition: opacity .35s,transform .35s;
    transform: translate3d(100%,0,0);
}
.inner-3__probox:hover .inner-3__proMask
{
    visibility: visible;
    opacity: 1;
}
.inner-3__probox:hover .inner-3__proMask__name:before
{
    display: inline-block;
    transition: transform .35s .2s;
    transform: translate3d(0,0,0);
}
.inner-3__probox:hover .inner-3__proMask__desc
{
    display: inline-block;
    opacity: 1;
    transition: opacity .35s .2s,transform .35s .2s;
    transform: translate3d(0,0,0);
}
.inner-3__cateprofile
{
    width: 100%;
    margin: auto;
}
#inner-3__prodetail .left
{
    width: 50%;
    float: left;
    height: auto;
    overflow: hidden;
}
#inner-3__prodetail .left .detail-gallery-top3
{
    border: 1px solid #d2d2d2;
}
.inner-3__prodetail__thumbsbox
{
    width: calc(100% - 120px);
    margin: 20px auto;
    position: relative;
}
#inner-3__prodetail .left .detail-gallery-thumbs3 .swiper-slide
{
    border: 1px solid #d2d2d2;
    overflow: hidden;
    width: 92px;
}
.inner-3__prodetail__thumbsbox .swiper-button-next, .inner-3__prodetail__thumbsbox .swiper-button-prev
{
    background-image: none;
    text-align: center;
    line-height: 44px;
    outline: none;
}
.inner-3__prodetail__thumbsbox .swiper-button-next i, .inner-3__prodetail__thumbsbox .swiper-button-prev i
{
    font-size: 20px;
    font-weight: normal;
}
.inner-3__prodetail__thumbsbox .swiper-button-next-detail
{
    right: -30px;
}
.inner-3__prodetail__thumbsbox .swiper-button-prev-detail
{
    left: -30px;
}
.inner-3__prodetailinfo
{
    width: 46%;
    float: right;
}
.inner-3__prodetailname
{
    margin-bottom: 40px;
}
.inner-3__prodetaildesc
{
    margin-bottom: 80px;
    font-size: 16px;
    line-height: 28px;
}
.vr_show
{
    display: inline-block;
    padding: 5px 10px;
}
.vr_show a
{
    display: inline-block;
}
.vr_window
{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    opacity: 0;
    visibility: hidden;
}
.vidoe_close
{
    padding: 20px;
    color: #fff;
    font-size: 20px;
    line-height: .2rem;
    position: absolute;
    top: 20px;
    right: 20px;
}
.inner-3__prodetailbtn
{
    float: left;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.inner-3__prodetailbtn:first-child
{
    margin-right: 50px;
}
.inner-3__prodetailbtn a
{
    display: inline-block;
    padding: 12px 40px;
    background: #1d90d0;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
}
.inner-3__prodetailbtn a span
{
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 4;
    cursor: pointer;
}
.inner-3__prodetailbtn:before
{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.3);
}
.inner-3__prodetailbtn:hover
{
    box-shadow: 1px 2px 3px #888;
}
.inner-3__prodetailbtn:hover:before
{
    display: inline-block;
    width: 100%;
    transition: width .6s ease;
    -moz-transition: width .6s ease;
    -webkit-transition: width .6s ease;
}
.inner-3__editorcontent
{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background: #fff;
}
.inner_3__otherpro
{
    padding-bottom: 80px;
}
.inner_3__prodetail__otherswiper
{
    width: 90%;
    margin: auto;
}
.inner_3__prodetail__otherswiper .inner-3__probox
{
    width: 286px;
}
.inner_3__prodetail__otherimg img
{
    width: 100%;
}
.inner_3__prodetail__othername
{
    padding-top: 15px;
}
.inner_3__prodetail__othername h3
{
    text-align: center;
    font-size: .16rem;
    line-height: .24rem;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: keep-all;
}
.inner_3__prodetail__next, .inner_3__prodetail__prev
{
    background-image: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    line-height: 40px;
    text-align: center;
    background: #bfbfbf;
    outline: none;
}
.inner_3__prodetail__next i, .inner_3__prodetail__prev i
{
    font-size: 24px;
    line-height: 38px;
    color: #fff;
}
@media(max-width: 768px)
{
    .inner-3__prodetailbtn:first-child
    {
        margin-right: 10px;
    }
    .inner-3__prodetailbtn a
    {
        padding: 12px 30px;
    }
}
@media(max-width: 1440px)
{
    .inner_3__otherpro
    {
        margin-bottom: 60px;
    }
}
@media(max-width: 576px)
{
    .inner-3__anchor
    {
        display: none;
    }
    .inner-3_title
    {
        font-size: .24rem;
        line-height: .4rem;
    }
    .inner-3_title p
    {
        width: 100%;
    }
    .inner-3_title-fu span, .inner-3_title-fu a
    {
        font-size: .14rem;
    }
}
.inner-3__productItem
{
    position: relative;
    margin-bottom: 20px;
    width: 25%;
    padding: 0 10px;
    float: left;
}
.inner-3__productItem a.inne3_productscale
{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
}
.inner-3__productItem.inner-3__productItem_l a.inne3_productscale
{
    height: 100%;
    padding-bottom: inherit;
}
.inner-3__productItem.inner-3__productItem_l a.inne3_productscale .inner-3__product_pic
{
    height: 100%;
}
.inner-3__productItem:nth-child(7n)
{
    margin-bottom: 0;
}
.inner-3__product_pic
{
    width: 100%;
    text-align: center;
}
.inner-3__product_pic img
{
    width: 100%;
}
.inner-3__product_hover
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    opacity: 0;
}
.inner-3__product_color
{
    color: #fff;
}
.inner-3__product_hover h3
{
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    transform: translate3d(0,-6px,0);
    -moz-transform: translate3d(0,-6px,0);
    -webkit-transform: translate3d(0,-6px,0);
    transition: all .38s cubic-bezier(.62,.02,.34,1);
    -moz-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -webkit-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -ms-transition: all .38s cubic-bezier(.62,.02,.34,1);
}
.inner-3__product_hover p
{
    font-size: 16px;
    line-height: 24px;
    position: relative;
    z-index: 3;
    transform: translate3d(0,6px,0);
    -moz-transform: translate3d(0,6px,0);
    -webkit-transform: translate3d(0,6px,0);
    transition: all .38s cubic-bezier(.62,.02,.34,1);
    -moz-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -webkit-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -ms-transition: all .38s cubic-bezier(.62,.02,.34,1);
}
.inner-3__product_hover h3:before
{
    content: '';
    display: table;
    width: 80px;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translate3d(-50%,0,0);
    -moz-transform: translate3d(-50%,0,0);
    -webkit-transform: translate3d(-50%,0,0);
}
.inner-3__product_hover:before
{
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    transition: all .38s cubic-bezier(.62,.02,.34,1);
    -moz-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -webkit-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -ms-transition: all .38s cubic-bezier(.62,.02,.34,1);
    opacity: 0;
    visibility: hidden;
    transform: scale(.85);
    -moz-transform: scale(.85);
    -webkit-transform: scale(.95);
    -ms-transform: scale(.85);
    z-index: 2;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-left: -2px;
    margin-top: -2px;
}
.inner-3__product_hover:hover
{
    opacity: 1;
}
.inner-3__product_hover:hover:before
{
    opacity: 1;
    visibility: visible;
    transform: scale(.92,.9);
    -moz-transform: scale(.92,.9);
    -webkit-transform: scale(.92,.9);
    -ms-transform: scale(.92,.9);
    display: inline-block;
}
.inner-3__product_hover:after
{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.inner-3__product_hover:hover:after
{
    transition: all .38s cubic-bezier(.62,.02,.34,1);
    -moz-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -webkit-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -ms-transition: all .38s cubic-bezier(.62,.02,.34,1);
    display: inline-block;
}
.inner-3__product_hover:hover h3
{
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transition: all .38s cubic-bezier(.62,.02,.34,1);
    -moz-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -webkit-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -ms-transition: all .38s cubic-bezier(.62,.02,.34,1);
}
.inner-3__product_hover:hover p
{
    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transition: all .38s cubic-bezier(.62,.02,.34,1);
    -moz-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -webkit-transition: all .38s cubic-bezier(.62,.02,.34,1);
    -ms-transition: all .38s cubic-bezier(.62,.02,.34,1);
}
.inner-3__productWrap_mobile
{
    display: none;
}
@media(max-width: 576px)
{
    .inner-3__productWrap
    {
        display: none;
    }
    .inner-3__productWrap_mobile
    {
        display: block;
    }
    .inner-3__productItem
    {
        width: 50%;
    }
    .inner-3__productItem_mobilefirst
    {
        width: 100%;
    }
    .inner-3__productItem_mobilefirst a.inne3_productscale
    {
        height: auto;
        padding-bottom: 0;
    }
    .inner-3__productWrap_mobile>div
    {
        flex-wrap: wrap;
    }
    .inner-3__product_mobile h3
    {
        font-size: 16px;
        line-height: 24px;
        font-weight: normal;
        padding: 10px 0;
    }
}
.inner4_procatelist
{
    position: relative;
}
.inner_4__innerContent
{
    margin-bottom: 30px;
}
.inner4_topLeft
{
    padding: 20px 0 0;
    position: relative;
}
.inner4_procateswiper
{
    padding-bottom: 220px;
}
.inner4_procateitem
{
    min-height: 100px;
}
.inner4_procateitembox
{
    position: relative;
    margin: 0 10px;
}
.inner4_procateitem a
{
    display: block;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    padding-top: 20px;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -webkit-transition: transform .6s ease;
}
.inner4_procatenext, .inner4_procateprev
{
    display: none;
    background-image: none;
    text-align: center;
    top: 25%;
}
.inner4_procatenext i, .inner4_procateprev i
{
    font-size: 44px;
    line-height: 40px;
    color: #e3a841;
}
.inner4_procatenext
{
    right: -20px;
}
.inner4_procateprev
{
    left: -20px;
}
@media(max-width: 768px)
{
    .inner4_procateswiper
    {
        padding-bottom: 150px;
    }
    .inner4_breadcrumbs
    {
        margin-bottom: 15px!important;
        margin-top: -20px!important;
    }
}
@media(max-width: 576px)
{
    .inner4_procatenext
    {
        right: 0;
    }
    .inner4_procateprev
    {
        left: 0;
    }
    .inner4_breadcrumbs
    {
        font-size: 14px;
        line-height: 24px;
    }
}
.inner4_procateitemimg
{
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
}
.inner4_procateitemimg img
{
    max-width: 100%;
}
.inner4_procateitemname
{
    margin: auto;
    padding-top: 12px;
}
.inner4_procateitemname h3
{
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
}
.inner4_procateitem:hover a
{
    transform: translate3d(0,70px,0);
    -moz-transform: translate3d(0,70px,0);
    box-shadow: 0 0 10px 2px #5c5c5c;
    transition: transform .6s ease;
    -moz-transition: transform .6s ease;
    -webkit-transition: transform .6s ease;
}
.inner4_breadcrumbs
{
    position: relative;
    margin-bottom: 50px;
}
.inner4_title h3
{
    font-size: 36px;
    line-height: 56px;
    color: #0061a1;
    font-weight: normal;
}
@media(max-width: 768px)
{
    .inner4_title h3
    {
        font-size: 24px;
    }
}
.inner4__probox
{
    margin-bottom: 30px;
}
.swiper-slide.inner4__probox
{
    margin-bottom: 30px;
    width: 286px;
    height: auto;
}
.inner4__pro
{
    border: 1px solid #e6e6e6;
    padding-bottom: 40px;
    position: relative;
    background: #fff;
}
.inner4__pro:before
{
    content: '';
    display: table;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #0061a1;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transition: .6s ease;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
}
.inner4__proicon
{
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .6s ease;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
}
.inner4__proicon:before
{
    content: '';
    display: block;
    top: 0;
    left: 0;
    border-top: 1rem solid #0061a1;
    border-right: 1rem solid transparent;
    width: 0;
    height: 0;
}
.inner4__proicon img
{
    position: absolute;
    left: 20%;
    top: 20%;
    width: 20px;
    height: 20px;
}
.inner4_profile img
{
    max-width: 100%;
}
.inner4__proimg
{
    width: 100%;
    height: 0;
    padding-bottom: 116%;
    position: relative;
    overflow: hidden;
}
.inner4__proimg>img
{
    width: 100%;
}
.inner4__proName
{
    padding: 0 15px;
}
.inner4__proName h3
{
    font-size: 20px;
    color: #0061a1;
    line-height: 30px;
    text-align: center;
}
.inner4__pro:hover
{
    box-shadow: 0 0 30px 10px #e6e6e6;
}
.inner4__pro:hover .inner4__proicon
{
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    transition: .6s ease;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
}
.inner4__pro:hover:before
{
    width: 100%;
    left: 0;
    transition: .6s ease;
    -moz-transition: .6s ease;
    -webkit-transition: .6s ease;
}
.inner_4__innerwrapper .main_page span:hover, .inner_4__innerwrapper .main_page a:hover
{
    color: #fff;
}
.main_page.innner4_page span, .main_page.innner4_page a
{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#inner-4__prodetail .product_detail--top
{
    justify-content: space-between;
}
#inner-4__prodetail .left
{
    width: 46%;
    float: left;
    height: auto;
    position: relative;
}
#inner-4__prodetail .inner-3__prodetailinfo
{
    width: 50%;
    position: relative;
}
#inner-4__prodetail .inner-3__prodetailinfobox
{
    width: 100%;
    height: 100%;
}
#inner-4__prodetail .detail-gallery-top3
{
    border: 1px solid #d2d2d2;
}
#inner-4__prodetail .inner-4__prodetailinfo-down
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.inner-4__prodetailbtn
{
    width: calc(50% - 40px);
    float: left;
}
@media(max-width: 768px)
{
    .inner-4__prodetailbtn
    {
        width: calc(50% - 15px);
        float: left;
        margin-right: 15px;
    }
}
.inner-4__prodetailbtn.right
{
    float: right;
}
.inner-4__prodetailbtn a
{
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background: #7b7c7e;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all .5s ease-in;
}
.inner-4__prodetailbtn a span
{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}
.inner-4__prodetailbtn:hover a
{
    background: #0061a1;
    box-shadow: 3px 2px 7px 0 #8f9091;
}
.inner-4__prodetailconct
{
    width: 100%;
    margin-bottom: 20px;
}
.inner-4__prodetailconct li
{
    width: calc(50% - 40px);
    float: left;
}
.inner-4__prodetailconct li a, .inner-4__prodetailconct li
{
    font-size: 18px;
    color: #333;
    line-height: 24px;
    font-weight: normal;
}
.inner-4__prodetailconct li a:hover
{
    text-decoration: underline;
}
.inner-4__prodetailconct li i
{
    padding-right: 12px;
}
.inner-4__prodetailconct li.right
{
    float: right;
}
.inner-4__prodetailinfo-down .inner-3__prodetail__img
{
    border: 1px solid #d2d2d2;
}
.inner-4__prodetailinfo-down .detail-gallery-thumbs3 .swiper-slide-thumb-active .inner-3__prodetail__img
{
    border-color: #0061a1;
}
.inner-4__prodetailinfo-down .inner-3__prodetail__thumbsbox
{
    margin: 20px auto 0;
}
.inner-4__prodetailinfo-down .detail-gallery-thumbs3 .swiper-slide
{
    width: 105px;
    height: auto;
}
.inner4detailmobile_gallery
{
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
}
.inner4detailmobile_next, .inner4detailmobile_prev
{
    background-image: none;
    text-align: center;
    line-height: 40px;
    outline: none;
}
.inner4detailmobile_next i, .inner4detailmobile_prev i
{
    font-size: 16px;
    font-weight: normal;
}
.inner-4_prodetail_mobile .inner-3__prodetaildesc
{
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 24px;
}
@media(max-width: 992px)
{
    #inner-4__prodetail .product_detail--top
    {
        flex-wrap: wrap;
    }
    #inner-4__prodetail .left, #inner-4__prodetail .inner-3__prodetailinfo
    {
        width: 100%;
        margin-bottom: 30px;
    }
    #inner-4__prodetail .inner-4__prodetailinfo-down
    {
        position: relative;
    }
}
@media(max-width: 576px)
{
    .inner-4__prodetailconct li
    {
        width: 100%;
        float: inherit;
    }
    .inner4_procateitem:hover a
    {
        transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        box-shadow: 0 0 10px 2px #5c5c5c;
        transition: transform .6s ease;
        -moz-transition: transform .6s ease;
        -webkit-transition: transform .6s ease;
    }
}
.HJZF_Z__inner_product_categroy5
{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.HJZF_Z__inner_product_categroy5 li
{
    display: inline-block;
    margin: 0 5px;
    margin-bottom: 15px;
}
.HJZF_Z__inner_product_categroy5 li a
{
    padding: 10px 20px;
    display: block;
    border: 1px solid transparent;
    transition: all .4s ease;
}
.HJZF_Z__inner_product_categroy5 li h3
{
    font-size: 16px;
}
.HJZF_Z__inner_product_categroy5_title
{
    padding: 20px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.HJZF_Z__innerContent_product_categroy5:before
{
    display: none!important;
}
.HJZF_Z__innerContent_product_categroy5
{
    display: flex;
    flex-wrap: wrap;
}
.HJZF_Z__innerContent_product_categroy5 li img
{
    width: 100%;
    transition: all .3s ease-in;
}
.HJZF_Z__innerContent_product_categroy5 li a
{
    display: block;
    position: relative;
    padding-bottom: 100px;
    overflow: hidden;
}
.news_body img, #news_detail img
{
    height: auto!important;
}
.inner_pro_img
{
    position: relative;
    overflow: hidden;
}
.inner_pro_img:after
{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #333;
    transition: all .3s ease;
}
.inner_pro_info
{
    position: absolute;
    bottom: 10px;
    width: 90%;
    left: 5%;
    background-color: #fff;
    padding: 0 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all .5s ease-in;
}
.inner_pro_info:after
{
    position: absolute;
    content: '';
    left: 15px;
    bottom: -200%;
    width: 4px;
    height: 40px;
    opacity: 0;
    background-color: #333;
    transition: all .5s ease-in;
}
.inner_pro_info_title
{
    color: #333;
    text-align: center;
    height: 22px;
    overflow: hidden;
}
.inner_pro_info_content
{
    height: 40px;
    overflow: hidden;
    color: rgba(0,0,0,.6);
}
.HJZF_Z__innerContent_product_categroy5 li:hover .inner_pro_info
{
    box-shadow: 0 0 5px 2px rgba(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,.1);
}
.main_newslist3 li:before
{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0;
    background-color: rgba(45,45,45,.05);
    transition: all .5s ease-in;
    z-index: -1;
}
.main_newslist3 li:hover:before
{
    height: 100%;
}
.main_newslist3 .newslist_img
{
    padding-right: 0;
    padding-left: 0;
    max-height: 200px;
    overflow: hidden;
    transition: all .5s ease-in;
}
.main_newslist3 .newslist_left
{
    margin-top: 30px;
    height: 100%;
    transition: all .5s ease-in;
}
.main_newslist3 li:hover .newslist_left
{
    margin-left: 3%;
}
.main_newslist3 .newslist_left h5
{
    color: #333;
    margin-bottom: 5px;
}
.main_newslist3 .newslist_left span
{
    color: rgba(0,0,0,.5);
    margin-bottom: 10px;
    display: block;
}
.main_newslist3 .newslist_left p
{
    margin-bottom: 20px;
    color: rgba(0,0,0,.7);
}
.main_newslist3 a.more
{
    width: 140px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    opacity: 0;
    display: inline-block;
    margin-left: 3%;
    transition: all .5s linear;
}
.main_newslist3 li:hover a.more
{
    background-color: #333;
    color: #fff;
    opacity: 1;
}
@media(max-width: 786px)
{
    .main_newslist3 a.more
    {
        display: none!important;
    }
}
.HJZF_Z__wrapper_detail3_title
{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media(max-width: 768px)
{
    .HJZF_Z__wrapper_detail3_title
    {
        padding: 0;
    }
}
.HJZF_Z_product_categroy6_breadcrumbs
{
    line-height: 60px;
    margin-top: -52px;
    position: relative;
    z-index: 9;
    color: #fff;
}
.HJZF_Z_product_categroy6_breadcrumbs a
{
    color: #fff;
}
.HJZF_Z_product_categroy6_breadcrumbs img
{
    margin: -4px;
}
.HJZF_Z_product_categroy6_breadcrumbs .tal
{
    font-size: 18px;
    word-spacing: 5px;
}
.HJZF_Z_product_categroy6_breadcrumbs .tal i
{
    margin-left: 10px;
}
.HJZF_Z__innerContent_product_box_a
{
    padding-bottom: 90px;
    position: relative;
    margin-bottom: 30px;
}
.HJZF_Z__innerContent_product_box_a:before
{
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .5s ease;
}
.HJZF_Z__innerContent_product_box_a:hover:before
{
    opacity: .8;
}
.HJZF_Z__innerContent_product_categroy6_box
{
    display: block;
    width: 100%;
    height: 100%;
}
.HJZF_Z__innerContent_product_categroy6_box_text
{
    position: absolute;
    left: 10%;
    bottom: 0;
    width: 80%;
    text-align: center;
    color: #333;
    z-index: 9;
    transition: all .5s ease;
}
.HJZF_Z__innerContent_product_categroy6_box_text span
{
    color: #333;
}
.HJZF_Z__innerContent_product_categroy6_box_text p
{
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}
.HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text
{
    bottom: 50%;
    text-align: left;
}
.HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text p, .HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text span
{
    color: #fff;
}
.HJZF_Z__innerContent_product_categroy6_box_img
{
    border: 1px solid #ccc;
}
.HJZF_Z__innerContent .row_little
{
    margin-left: 0;
    margin-right: 0;
}
@media(max-width: 1200px)
{
    .HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text p, .HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text span
    {
        color: #333;
    }
    .HJZF_Z__innerContent_product_box_a:hover .products_hj07_title_slide_box:after
    {
        background-color: transparent!important;
    }
    .HJZF_Z__innerContent_product_box_a:hover .HJZF_Z__innerContent_product_categroy6_box_text
    {
        bottom: 0;
        text-align: center;
    }
    .products_hj07_title_slide
    {
        margin-bottom: 20px;
    }
    .HJZF_Z__innerContent_product_categroy6_box_text p
    {
        font-size: 14px;
    }
    .HJZF_Z__innerContent_product_box_a
    {
        margin-bottom: 15px;
    }
    .HJZF_Z__innerContent_product_box_a:before
    {
        display: none!important;
    }
}
.product6_leftnav_cont_side
{
    margin-bottom: 30px;
}
.product6_leftnav_cont_side, .product6_leftnav_cont_side h3
{
    font-size: 18px;
}
.product6_leftnav_cont_side li
{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    color: #333;
    line-height: 40px;
}
.product6_leftnav_cont_side li a
{
    color: #333;
}
.product6_leftnav_cont_side li span.yiji a
{
    display: inline-block;
    margin-right: 5px;
}
.product6_leftnav_cont_side li span.yiji
{
    flex: 0 0 20%;
    width: 20%;
}
.product6_leftnav_cont_side li span.left_second
{
    flex: 0 0 80%;
    width: 80%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.product6_leftnav_cont_side li span.left_second h3, .product6_leftnav_cont_side li span.left_second
{
    line-height: 40px;
    white-space: nowrap;
}
.product6_leftnav_cont_side li span.left_second a
{
    flex: 0 1 auto;
    padding: 0 15px;
    transition: all .5s ease;
    margin-right: 15px;
}
.product6_leftnav_cont_side li span.left_second a:hover
{
    color: #fff;
}
.onerji
{
    position: relative;
}
.onerji img
{
    width: 100%;
    min-height: 300px;
}
.onerji:before
{
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.2);
}
.onerji span
{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
    font-size: 26px;
}
.onerji_list
{
    display: flex;
    justify-content: flex-start;
    background-color: #e3e3e3;
}
.onerji_list li
{
    flex: 0 0 15%;
    text-align: center;
    position: relative;
    transition: all .5s ease-in;
}
.onerji_list li span
{
    position: absolute;
    display: block;
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
    top: -100px;
    transition: all .5s ease-in .1s;
    opacity: 0;
}
.onerji_list li:hover span, .onerji_list li.on span
{
    opacity: 1;
}
.onerji_list li:hover h3, .onerji_list li.on h3
{
    color: #fff;
}
.onerji_list li span img
{
    max-width: 100%;
}
.onerji_list li h3, .onerji_list li
{
    line-height: 60px;
    font-size: 18px;
    color: #333;
}
@media(min-width: 992px)
{
    .col-lg-2-4
    {
        width: 20%;
    }
}
.inner-7_titlepart
{
    padding-bottom: 40px;
}
.inner7__class
{
    background: #fff;
    text-align: center;
    padding: 40px 0 0;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    transition: all .3s;
}
.inner7__class:hover
{
    top: -10px;
    transition: all .3s;
}
.inner7__class .inner7__classimg a
{
    display: block;
    padding-top: 64.86%;
    background-repeat: no-repeat;
    background-position: center center;
}
.inner7__class .inner7__className
{
    padding: 20px 10px;
}
.inner7__class .inner7__className h3
{
    height: 44px;
    color: #111;
    margin-bottom: 10px;
    overflow: hidden;
}
.inner7__pro
{
    border: 1px solid #ddd;
    padding: 10px;
    overflow: hidden;
    margin-bottom: 30px;
    background: #fff;
}
.inner7__proimg
{
    position: relative;
    overflow: hidden;
}
.inner7__pro .inner7__proimg a
{
    display: block;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.inner7__pro .inner7__proName h3
{
    height: 45px;
    font-size: 14px;
    color: #222;
    padding: 5px 0 0;
    margin-bottom: 5px;
    line-height: 1.4;
    overflow: hidden;
    font-weight: normal;
}
.inner7__products_inquire
{
    position: relative;
    height: 38px;
    width: 100%;
    overflow: hidden;
    padding-right: 45px;
}
.inner7__products_inquire a
{
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    color: #fff;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
}
.inner7__products_inquire a.inquire.view_detail
{
    width: 100%;
    background: #fff;
    color: #545454;
    border: 1px solid #545454;
}
.inner7__products_inquire a.inquire.view_detail:hover
{
    color: #fff;
}
.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: #fff;
}
.HJZF_Z__inner__product_categroy7__search
{
    width: 100%;
    justify-content: flex-start;
    align-items: center;
}
.HJZF_Z__inner__product_categroy7__search form
{
    width: 100%;
}
.product_categroy7__yiji .yiji_title
{
    border-top-left-radius: 40px;
    transition: all .1s;
}
.product_categroy7__yiji select, .product_categroy7__erji select
{
    border: none;
    border-bottom: 1px solid #fff;
    min-width: 270px;
}
.HJZF_Z__inner_product_categroy7 .selectWrap
{
    width: 30%;
    float: left;
    padding-right: 10px;
    position: relative;
}
.HJZF_Z__inner_product_categroy7 .selectWrap .tit
{
    width: 100%;
    display: block;
    height: 65px;
    font-size: 18px;
    color: #8e8e8e;
    line-height: 65px;
    padding-left: 65px;
    padding-right: 30px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #fff;
}
.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,.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: #fff;
}
.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: #fff;
    border-bottom-right-radius: 40px;
    cursor: pointer;
    outline: medium;
}
.HJZF_Z__inner__product_categroy7__search.active
{
    height: auto;
    position: fixed;
    top: 0;
    background: #111;
    padding: 10px;
    z-index: 99;
    left: 0;
}
.HJZF_Z__inner__product_categroy7__search.active .selectWrap .tit, .HJZF_Z__inner__product_categroy7__search.active .product_categroy7__btn button
{
    height: 48px;
    line-height: 48px;
}
.HJZF_Z__inner__product_categroy7__search.active .selectWrap em
{
    margin: 10px 0;
}
.HJZF_Z__inner__product_categroy7__search.active .selectWrap .tit i
{
    top: 14px;
}
.HJZF_Z__inner__product_categroy7__search.active .selectWrap .down
{
    top: 48px;
}
@media(max-width: 991px)
{
    .HJZF_Z__inner_product_categroy7
    {
        margin-top: -20px;
    }
    .HJZF_Z__inner_product_categroy7_title.pb40
    {
        padding-bottom: 20px;
    }
    .HJZF_Z__inner_product_categroy7 .selectWrap .tit
    {
        height: 48px;
        line-height: 48px;
    }
    .HJZF_Z__inner_product_categroy7 .selectWrap .tit i
    {
        top: 14px;
    }
    .HJZF_Z__inner_product_categroy7 .selectWrap em
    {
        margin: 10px 0;
    }
    .product_categroy7__btn button
    {
        height: 48px;
        font-size: 16px;
    }
    .HJZF_Z__inner_product_categroy7 .selectWrap .down
    {
        top: 48px;
    }
}
@media(max-width: 767px)
{
    .HJZF_Z__innerBanner7 img
    {
        min-height: 400px;
        height: auto;
    }
    .product_categroy7__innerContent
    {
        top: 25%;
    }
    .HJZF_Z__inner_product_categroy7 .selectWrap, .product_categroy7__btn
    {
        width: 80%;
        margin: 0 auto 10px;
        padding-right: 0;
        float: none;
    }
    .product_categroy7__yiji .yiji_title
    {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .product_categroy7__btn button
    {
        border-bottom-right-radius: 0;
    }
    .HJZF_Z__inner__product_categroy7__search.active
    {
        top: 68px;
    }
}
.HJZF_Z_product8_procenter
{
    width: 100%;
}
.HJZF_Z_product8_swiper
{
    padding-bottom: 50px;
}
.HJZF_Z_product8_item
{
    position: relative;
    transition: background .5s ease;
    padding-bottom: 30px;
}
.HJZF_Z_product8_item_rect
{
    padding-bottom: 60.7%;
    background: #efefef;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.HJZF_Z_product8_item_box
{
    padding: 36px 29px;
}
.HJZF_Z_product8_item_name
{
    color: #00a1e9;
}
.HJZF_Z_product8_item_model
{
    color: #666;
}
.HJZF_Z_product8_item_ms
{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.HJZF_Z_product8_item_btn
{
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    height: 33px;
    line-height: 33px;
    transition: all .5s ease;
}
.HJZF_Z_product8_item_imgbox
{
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all .5s ease;
}
.HJZF_Z_product8_item_imgbox img
{
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0;
}
.HJZF_Z_product8_item:hover .HJZF_Z_product8_item_box .HJZF_Z_product8_item_btn
{
    padding: 0 25px;
    color: #fff;
    background: #00a1e9;
    text-decoration: none;
    border-radius: 3px;
}
.HJZF_Z_product8_item:hover .HJZF_Z_product8_item_imgbox
{
    bottom: 20px;
}
.HJZF_Z_product8-pagination
{
    width: 100%;
    text-align: center;
}
.HJZF_Z_product8_search--title
{
    text-align: center;
}
.HJZF_Z_product8_form_box
{
    width: 45%;
    margin: 30px auto 0;
    border-radius: 50px;
    border: 1px solid #d5d5d5;
    height: 52px;
    line-height: 52px;
    padding: 0 1%;
    position: relative;
}
.HJZF_Z_product8_form_box input
{
    width: 90%;
    line-height: 52px;
    border: none;
    padding: 0;
    margin: 0;
    background: transparent;
    float: left;
    text-indent: 5px;
    height: 52px;
}
.HJZF_Z_product8_form_box button
{
    width: 41px;
    height: 41px;
    background: #ccc;
    padding: 0;
    margin: 0;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all .5s ease;
    position: relative;
    border-radius: 50%;
    float: right;
    margin-top: 5px;
    line-height: 1;
}
.HJZF_Z_product8_form_box button i
{
    margin: 0;
    font-size: 20px;
    color: #fff;
    height: 22px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -11px;
}
.HJZF_Z_product8_infor_link
{
    text-align: center;
    padding: 40px 11.5% 10px 11.5%;
}
.HJZF_Z_product8_infor_link a
{
    display: inline-block;
    position: relative;
}
.HJZF_Z_product8_infor_link a h3
{
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 0 23px;
}
.HJZF_Z_product8_infor_link a:after
{
    content: '';
    width: 1px;
    height: 14px;
    background: #ffc700;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
.HJZF_Z_product8_infor_link a:first-child:after
{
    display: none;
}
.HJZF_Z_product8--classbg
{
    background: #f6f6f6;
    padding: 65px 0;
}
.HJZF_Z_product8__class
{
    position: relative;
    transition: all .5s ease;
    margin-bottom: 30px;
    padding-bottom: 130px;
}
.HJZF_Z_product8__classimg
{
    padding-bottom: 105.7%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.HJZF_Z_product8__classimg img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.HJZF_Z_product8__intro
{
    background: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
}
.HJZF_Z_product8__intro--box
{
    padding: 32px 20px 28px;
}
.HJZF_Z_product8__className
{
    margin-bottom: 10px;
}
.HJZF_Z_product8__className h3
{
    font-size: 24px;
    line-height: 30px;
    color: #666;
    font-weight: bold;
}
.HJZF_Z_product8__con
{
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
    text-align: left;
}
.HJZF_Z_product8__con a
{
    display: block;
    width: 100%;
}
.HJZF_Z_product8__con a h3
{
    line-height: 26px;
    font-size: 14px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.HJZF_Z_product8__intro_more
{
    margin-top: 15px;
}
.HJZF_Z_product8__intro_more a
{
    margin-right: 13px;
    display: inline-block;
    font-size: 14px;
    position: relative;
    color: #666;
}
.HJZF_Z_product8__intro_more a i
{
    margin-left: 5px;
}
.HJZF_Z_product8__line
{
    width: 0;
    height: 5px;
    background: #ffcb2d;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
}
.HJZF_Z_product8--item .HJZF_Z_product8__class:hover .HJZF_Z_product8__con
{
    height: 135px;
}
.HJZF_Z_product8--item .HJZF_Z_product8__class:hover
{
    box-shadow: -4px 2px 20px 1px rgba(0,0,0,.2);
}
.HJZF_Z_product8--item .HJZF_Z_product8__class:hover .HJZF_Z_product8__line
{
    width: 100%;
}
.HJZF_Z_product8--caseinfor
{
    margin-bottom: 55px;
    position: relative;
}
.HJZF_Z_product8--casebt
{
    visibility: visible;
    transform: translateX(0) scale(1);
    opacity: 1;
    transition: transform 1s ease 0s,opacity 1s ease 0s;
    float: left;
}
.HJZF_Z_product8--casebt a
{
    display: inline-block;
    color: #fff;
}
.HJZF_Z_product8--casecon
{
    float: right;
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    color: rgba(255,255,255,.6);
    margin-top: 26px;
    margin-right: 20px;
}
.HJZF_Z_product8--caseswiper
{
    width: 100%;
    position: relative;
}
.HJZF_Z_product8--casebtn
{
    margin-top: 23px;
    float: right;
    width: 60px;
    height: 24px;
    position: relative;
}
.HJZF_Z_product8--casepic
{
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 62.25%;
}
.HJZF_Z_product8--casepic img
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.HJZF_Z_product8--casetit
{
    color: #fff;
    margin: 20px 0 5px;
}
.HJZF_Z_product8--casemore
{
    font-size: 16px;
    color: #fff;
    transition: all .5s ease;
}
.HJZF_Z_product8--casenext, .HJZF_Z_product8--caseprev
{
    width: 15px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    z-index: 2;
    cursor: pointer;
    background: none;
}
.HJZF_Z_product8--caseline
{
    width: 1px;
    height: 18px;
    background: #fff;
    background: rgba(255,255,255,.6);
    position: absolute;
    right: 27px;
    top: 8px;
}
.HJZF_Z_product8--caseprev
{
    right: 60px;
}
.HJZF_Z_product8--casenext
{
    right: 0;
}
.HJZF_Z_product8--casenext i, .HJZF_Z_product8--caseprev i
{
    font-size: 20px;
    color: #fff;
}
.HJZF_Z_product8--servicetitle
{
    color: #666;
}
.HJZF_Z_product8--servicems
{
    color: #666;
    margin-top: 20px;
}
.HJZF_Z_product8--servicebtn a
{
    margin: 45px auto 0;
    width: 220px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 3px;
    font-size: 16px;
    background: #fff;
    overflow: hidden;
    transition: color .3s;
    position: relative;
    display: inline-block;
    z-index: 1;
    border: 1px solid #666;
    color: #666;
}
@media only screen and (max-width: 1240px)
{
    .HJZF_Z_product8_item_imgbox
    {
        width: 43%;
    }
    .HJZF_Z_product8_item_box
    {
        padding: 20px;
    }
}
@media only screen and (max-width: 991px)
{
    .HJZF_Z_product8_form_box
    {
        width: 90%;
    }
}
@media only screen and (max-width: 768px)
{
    .HJZF_Z_product8__class
    {
        padding-bottom: 107px;
    }
    .HJZF_Z_product8__intro--box
    {
        padding: 22px 10px 28px;
    }
    .HJZF_Z_product8__className h3
    {
        font-size: 20px;
        line-height: 26px;
    }
    .HJZF_Z_product8__intro_more
    {
        margin-top: 0;
    }
}
.HJZF_Z_product_categroy8_breadcrumbs
{
    height: 50px;
    background: #f7f7f7;
    border-bottom: 1px solid #e1e4e6;
    border-top: 1px solid #e1e4e6;
    position: relative;
}
.HJZF_Z_product_categroy8_breadcrumbs .tar
{
    line-height: 50px;
}
.HJZF_Z_product_categroy8_breadcrumbs .tar a
{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.HJZF_Z_product_categroy8_breadcrumbs .tar a:first-child:before
{
    content: '';
    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: #fff;
}
.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: #fff;
}
.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: "";
}
.HJZF_Z_product_categroy8_fenlei ul li h3
{
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    padding: 6px 0;
    font-weight: normal;
    display: inline-block;
}
.HJZF_Z_product_categroy8_erfenlei .erji_tit
{
    font-weight: bold;
    margin-top: 20px;
}
.HJZF_Z__product_categroy8_hd
{
    padding-top: 40px;
}
.HJZF_Z__innerContent_product_categroy8_box
{
    position: relative;
}
.HJZF_Z__innerContent_product_categroy8_box_img
{
    padding-bottom: 69.5%;
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
.HJZF_Z__innerContent_product_categroy8_box_img img
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .8s ease 0s;
}
.HJZF_Z__innerContent_product_categroy8_box_text
{
    padding: 25px 18px;
}
.HJZF_Z__innerContent_product_categroy8_box_text p
{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #666;
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    height: 60px;
    overflow: hidden;
}
.HJZF_Z__innerContent_product_categroy8_box_text p:after
{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    bottom: 0;
    left: 0;
}
.HJZF_Z__innerContent_product_categroy8_box_text span
{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 5px 0 10px;
}
.HJZF_Z__product_categroy8__line
{
    width: 0;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .5s ease;
}
.HJZF_Z__innerContent_product_categroy8_box:hover .HJZF_Z__product_categroy8__line
{
    width: 100%;
}
.HJZF_Z__innerContent_product_categroy8_box:hover
{
    box-shadow: -4px 2px 20px 1px rgba(0,0,0,.2);
}
.HJZF_Z__innerContent_product_categroy8_box:hover .HJZF_Z__innerContent_product_categroy8_box_img img
{
    transform: scale(1.1,1.1);
}
.HJZF_Z__product_categroy8__list03
{
    margin-top: 30px;
}
.HJZF_Z__product_categroy8__infor
{
    text-align: center;
}
.HJZF_Z__product_categroy8__infor .tit, .HJZF_Z__product_categroy8__infor .con
{
    padding: 5px 0;
}
.HJZF_Z__product_categroy8__list03 .hd
{
    margin-top: 30px;
}
.HJZF_Z__product_categroy8__list03 .hd li
{
    float: left;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all .5s ease;
    text-align: center;
}
.HJZF_Z__product_categroy8__list03 .hd li a
{
    display: block;
}
.HJZF_Z__product_categroy8__list03 .hd li .icon
{
    width: 50px;
    height: 50px;
    margin: 33px auto 10px;
    background-position: top;
}
.HJZF_Z__product_categroy8__list03 .hd li.cur .txt
{
    color: #fff;
}
.HJZF_Z__product_categroy8__list03 .hd li.cur .icon
{
    background-position: 0 50px;
}
.HJZF_Z__product_categroy8__list03 .bd
{
    position: relative;
    height: 430px;
    width: 100%;
    overflow: hidden;
}
.HJZF_Z__product_categroy8__list03 .bd .HJZF_Z__product_categroy8__bgbox
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.HJZF_Z__product_categroy8__list03 .bd .HJZF_Z__product_categroy8__bgbox .bg
{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.HJZF_Z__product_categroy8__list03 .bd .HJZF_Z__product_categroy8__bgbox .bg.cur
{
    opacity: 1;
    visibility: visible;
}
.HJZF_Z__product_categroy8__list03 .bd .HJZF_Z__product_categroy8__bgbox .bg img
{
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    max-width: none;
    height: 100%;
}
@media(max-width: 768px)
{
    .HJZF_Z__product_categroy8__list03
    {
        display: none;
    }
}
.product_categroy9__item .yiji_title
{
    width: 100%;
    position: relative;
}
.product_categroy9__item .yiji_title img
{
    width: 100%;
}
.product_categroy9__item .yiji_title span
{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.product_categroy9__item .yiji_title span h3
{
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}
.product_categroy9__item .yiji_type
{
    background: #fff;
    padding: 15px;
}
.product_categroy9__item .yiji_type ul
{
    overflow: hidden;
}
.product_categroy9__item .yiji_type ul li
{
    display: flex;
    margin-bottom: 10px;
}
.product_categroy9__item .yiji_type ul li i
{
    margin-right: 10px;
    margin-top: 5px;
    color: #b6b6b6;
}
.product_categroy9__item .yiji_type ul li#cur i.fa-circle-o:before
{
    content: "";
}
.product_categroy9__item .yiji_type ul li h3
{
    display: inline-block;
    font-size: 18px;
    color: #747474;
    font-weight: normal;
    line-height: 26px;
}
.HJZF_Z__innerContent_categroy9_text
{
    padding: 40px 0;
    text-align: center;
    font-size: 30px;
}
.HJZF_Z__innerContent_categroy9--item
{
    position: relative;
    margin-bottom: 30px;
}
.HJZF_Z__innerContent_categroy9_box_img
{
    width: 100%;
    display: block;
}
.HJZF_Z__innerContent_categroy9_box_img img
{
    width: 100%;
}
.HJZF_Z__innerContent_categroy9_box_text
{
    height: 130px;
    background: #f5f5f5;
    text-align: center;
    padding: 5% 0;
    position: relative;
    perspective: 400px;
}
.HJZF_Z__innerContent_categroy9_box_text p
{
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    transition-delay: .1s;
    position: relative;
    z-index: 2;
}
.HJZF_Z__innerContent_categroy9_box_text span
{
    padding: 1% 5%;
    position: relative;
    z-index: 2;
    transition: 300ms ease;
    -webkit-transition: 300ms ease;
    transition-delay: .1s;
}
.HJZF_Z__innerContent_categroy9_box_text:after
{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(138,4,3,.67);
    left: 0;
    top: 0;
    position: absolute;
    transform-origin: center top;
    transform: rotateX(-90deg);
    transition: 600ms ease;
    -webkit-transition: 600ms ease;
    transition-delay: .1s;
    opacity: 0;
}
.HJZF_Z__innerContent_categroy9--item:hover .HJZF_Z__innerContent_categroy9_box_text:after
{
    transform: rotateX(0deg);
    opacity: 1;
}
.HJZF_Z__innerContent_categroy9--item:hover .HJZF_Z__innerContent_categroy9_box_text span
{
    color: #fff;
}
.HJZF_Z__innerContent_categroy9--item:hover .HJZF_Z__innerContent_categroy9_box_text p
{
    color: #fff;
}
.inner9detailmobile_gallery .inner9detailmobile_next, .inner9detailmobile_gallery .inner9detailmobile_prev
{
    background-image: none!important;
}
.inner9detailmobile_gallery .inner9detailmobile_next i, .inner9detailmobile_gallery .inner9detailmobile_prev i
{
    font-size: 40px;
}
.inner-9_editor_content_title, .inner-9_detail_editor
{
    margin-bottom: 30px;
}
@media(max-width: 768px)
{
    .HJZF_Z__innerContent_categroy9_text
    {
        font-size: 24px;
        padding: 20px 0;
    }
    .product_categroy9__item .yiji_title span h3
    {
        font-size: 20px;
    }
    .product_categroy9__item .yiji_type
    {
        padding: 15px 0;
    }
    .product_categroy9__item .yiji_type ul li h3
    {
        font-size: 14px;
    }
    .HJZF_Z__innerContent_categroy9_box_text
    {
        height: 60px;
        padding: 15px;
    }
    .HJZF_Z__innerContent_categroy9_box_text span
    {
        display: none;
    }
}
.HJZF_Z__inner9--text
{
    text-align: center;
    padding: 40px 0 60px 0;
    position: relative;
}
.HJZF_Z__inner9--text .index_title, .HJZF_Z__inner9--text .index_text
{
    color: #777;
}
.HJZF_Z__inner9--text .index_text
{
    border-bottom: 1px solid #848484;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    white-space: nowrap;
}
.HJZF_Z__inner9--text2
{
    text-align: left;
    padding: 40px 0;
    position: relative;
}
.HJZF_Z__inner9--text2 .index_title, .HJZF_Z__inner9--text2 .index_text
{
    color: #777;
}
.HJZF_Z__inner9--text2 .index_title
{
    padding-bottom: 20px;
}
.HJZF_Z__inner9--leftcate
{
    position: relative;
}
.HJZF_Z__inner9--leftcate:after
{
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
    border-bottom: 1px solid #f0f3fa;
}
.inner9__leftlist
{
    width: 100%;
    text-align: center;
}
.inner9__leftlist li
{
    padding: 0 .8rem;
    display: inline-block;
}
.InsidePages_list.inner9__leftlist li.yiji>a>h3, .InsidePages_list.inner9__leftlist li.yijion>a>h3
{
    padding: 16px 0;
}
@media(max-width: 767px)
{
    .HJZF_Z__inner9--text
    {
        padding: 20px 0;
    }
    .HJZF_Z__inner9--text .index_text
    {
        display: none;
    }
}
.inner9_caseitem
{
    margin-bottom: 30px;
}
.inner9_caseitem .inner9_cases_pic
{
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
    margin-bottom: 30px;
}
.inner9_caseitem .inner9_cases_pic img
{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 500ms 0s all linear;
    transform: translate(-50%,-50%);
}
.inner9_cases_lines
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 85%;
    height: 85%;
    transform: translate(-50%,-50%);
    overflow: hidden;
}
.inner9_cases_lines i
{
    display: block;
    position: absolute;
    background: #fff;
}
.inner9_cases_lines i:first-child
{
    top: 0;
    left: 0;
    height: 2px;
}
.inner9_cases_lines i:nth-child(2)
{
    top: 0;
    right: 0;
    width: 2px;
}
.inner9_cases_lines i:nth-child(3)
{
    bottom: 0;
    right: 0;
    height: 2px;
}
.inner9_cases_lines i:nth-child(4)
{
    left: 0;
    bottom: 0;
    width: 2px;
}
.inner9_caseitem:hover .inner9_cases_pic img
{
    transform: translate(-50%,-50%) scale(1.06);
}
.inner9_caseitem:hover .inner9_cases_lines .lines_w
{
    animation: line 2s linear 0ms infinite normal;
}
.inner9_caseitem:hover .inner9_cases_lines .lines_h
{
    animation: h_line 2s linear 0ms infinite alternate;
}
.inner9_cases_info .inner9_cases_lines .case_item-title
{
    margin-bottom: 15px;
}
@keyframes line
{
    0%
    {
        width: 0;
    }
    70%
    {
        width: 100%;
    }
    100%
    {
        width: 100%;
    }
}
@keyframes h_line
{
    0%
    {
        height: 0;
    }
    70%
    {
        height: 100%;
    }
    100%
    {
        height: 100%;
    }
}
.HJZF_Z__Breadcrumbs span.current
{
    font-size: 16px;
    line-height: 24px;
}
.index_wrapper
{
    width: calc(100% - 160px);
}
.index_inner
{
    width: 89%;
    margin-left: auto;
    margin-right: auto;
}
@media(max-width: 1200px)
{
    .index_wrapper
    {
        width: 100%;
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .index_inner
    {
        width: 936px;
    }
    .inner9__wrapper
    {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media(max-width: 992px)
{
    .index_inner
    {
        width: 720px;
    }
}
@media(max-width: 768px)
{
    .index_inner
    {
        width: auto;
    }
}
.inner-10__productWrap
{
    flex-wrap: wrap;
}
.inner-10__productItem
{
    margin-bottom: 40px;
}
.inner-10__product_pic
{
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.inner-10__product_pic img
{
    width: 100%;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.inner-10__product_name
{
    width: 100%;
    margin: auto;
    padding: 10px 0;
}
.inner-10__product_name h3
{
    text-align: center;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #333;
}
.inner-10__productItem:hover .inner-10__product_pic img
{
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.inner-10_categroyItem
{
    overflow: hidden;
    margin-bottom: 30px;
}
.inner-10_categroyItem .inner-10_categroyItemImg
{
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
.inner-10_categroyItem .inner-10_categroyItemImg img
{
    transition: all .6s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.inner-10_categroyItem .inner-10_categroyItemName
{
    padding: 10px 0;
}
.inner-10_categroyItem:hover .inner-10_categroyItemImg img
{
    transform: translate3d(-50%,-50%,0) scale(1.1);
    transition: all .6s;
}
.inner-10__pro
{
    width: 100%;
}
.inner-10__pro a
{
    display: block;
    border: 1px solid #e6e6e6;
}
.inner-10__pro .inner-10__proimg
{
    width: 100%;
    overflow: hidden;
}
.inner-10__pro .inner-10__proimg img
{
    width: 100%;
    transition: all .6s;
}
.inner-10__proname
{
    padding: 30px 10px;
    text-align: center;
    margin: auto;
}
.inner-10__pro:hover img
{
    transform: scale(1.1);
    transition: all .6s;
}
@media(max-width: 1024px)
{
    .inner-10__productItem
    {
        margin-bottom: 30px;
    }
}
#HJZF2_floatWindow
{
    position: fixed;
    width: 500px;
    height: 300px;
    max-width: 100%;
    cursor: pointer;
    z-index: -2;
}
#HJZF2_floatWindow.window_fei
{
    left: 0;
    top: 0;
}
.HJZF2_floatWindow_img
{
    width: 100%;
    height: 100%;
}
#HJZF2_floatWindow.left_show
{
    bottom: 0;
    z-index: 10000;
    animation: right_show 2s;
    -moz-animation: right_show 2s;
    -webkit-animation: right_show 2s;
    -o-animation: right_show 2s;
}
#HJZF2_floatWindow.right_show
{
    bottom: 0;
    right: 0;
    z-index: 10000;
    animation: right_show 2s;
    -moz-animation: right_show 2s;
    -webkit-animation: right_show 2s;
    -o-animation: right_show 2s;
}
@media(max-width: 768px)
{
    #HJZF2_floatWindow.window_fei
    {
        display: none;
    }
}
#outerdiv
{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0,0,0,.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(../image/huadong.png) no-repeat center;
    position: absolute;
    left: 0;
    top: 0;
}
.norecords
{
    display: none;
}
#lightbox-container-image-box
{
    border: 10px solid #fff;
    border-bottom: none;
    background-color: #f3f3f3;
}
#lightbox-container-image-data #lightbox-image-details
{
    margin-top: 17px;
    margin-bottom: 17px;
}
#lightbox-container-image-data-box
{
    border: 10px solid #fff;
    border-top: none;
    background-color: #f3f3f3;
    overflow: visible;
}
#lightbox-container-image
{
    padding: 0!important;
}
#lightbox-secNav-btnClose
{
    background: #316593;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 10px;
    z-index: 22;
}
#lightbox-secNav-btnClose::before, #lightbox-secNav-btnClose::after
{
    height: 4px;
    margin-top: -2px;
}
#lightbox-secNav-btnClose::before, #lightbox-secNav-btnClose::after
{
    content: '';
    position: absolute;
    height: 2px;
    width: 80%;
    top: 50%;
    left: 10%;
    margin-top: -1px;
    background: #fff;
}
#lightbox-secNav-btnClose::before
{
    transform: rotate(45deg);
}
#lightbox-secNav-btnClose::after
{
    transform: rotate(-45deg);
}
#lightbox-container-image-data-box
{
    position: relative;
}
@keyframes lm_yq
{
    from
    {
        transform: translateX(-30px);
    }
    to
    {
        transform: translateX(0);
    }
}
.detail_video_index_zq_img .video_container, .detail_video_zq_img .video_container
{
    position: relative;
}
.detail_video_index_zq_img .video_container:after, .detail_video_zq_img .video_container:after, .video_container:after
{
    position: absolute;
    content: "";
    display: block;
    width: 26px;
    height: 20px;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    background: url(../image/video.png) no-repeat;
    background-size: cover;
}
.hvr-fade
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    transition-duration: .3s;
    transition-property: color,background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active
{
    background-color: #2098d1;
    color: #fff;
}
.hvr-sweep-to-right
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-sweep-to-right:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active
{
    color: #fff;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before
{
    transform: scaleX(1);
}
.hvr-sweep-to-left
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-sweep-to-left:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active
{
    color: #fff;
}
.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before
{
    transform: scaleX(1);
}
.hvr-sweep-to-bottom
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-sweep-to-bottom:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active
{
    color: #fff;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before
{
    transform: scaleY(1);
}
.hvr-sweep-to-top
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-sweep-to-top:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active
{
    color: #fff;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before
{
    transform: scaleY(1);
}
.hvr-bounce-to-right
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .5s;
}
.hvr-bounce-to-right:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active
{
    color: #fff;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before
{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.hvr-bounce-to-left
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .5s;
}
.hvr-bounce-to-left:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 100% 50%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active
{
    color: #fff;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before
{
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.hvr-bounce-to-bottom
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .5s;
}
.hvr-bounce-to-bottom:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 0;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active
{
    color: #fff;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before
{
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.hvr-bounce-to-top
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    transition-property: color;
    transition-duration: .5s;
}
.hvr-bounce-to-top:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-top:hover, .hvr-bounce-to-top:focus, .hvr-bounce-to-top:active
{
    color: #fff;
}
.hvr-bounce-to-top:hover:before, .hvr-bounce-to-top:focus:before, .hvr-bounce-to-top:active:before
{
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
}
.hvr-radial-out
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-radial-out:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active
{
    color: #fff;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before
{
    transform: scale(2);
}
.hvr-radial-in
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #2098d1;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-radial-in:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    border-radius: 100%;
    transform: scale(2);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active
{
    color: #fff;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before
{
    transform: scale(0);
}
.hvr-rectangle-in
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-rectangle-in:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e1e1e1;
    transform: scale(1);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-rectangle-in:hover, .hvr-rectangle-in:focus, .hvr-rectangle-in:active
{
    color: #fff;
}
.hvr-rectangle-in:hover:before, .hvr-rectangle-in:focus:before, .hvr-rectangle-in:active:before
{
    transform: scale(0);
}
.hvr-rectangle-out
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-rectangle-out:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    transform: scale(0);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active
{
    color: #fff;
}
.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before
{
    transform: scale(1);
}
.hvr-shutter-in-horizontal
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-shutter-in-horizontal:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    transform: scaleX(1);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active
{
    color: #fff;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before
{
    transform: scaleX(0);
}
.hvr-shutter-out-horizontal
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-shutter-out-horizontal:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    transform: scaleX(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active
{
    color: #fff;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before
{
    transform: scaleX(1);
}
.hvr-shutter-in-vertical
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #2098d1;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-shutter-in-vertical:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #e1e1e1;
    transform: scaleY(1);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active
{
    color: #fff;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before
{
    transform: scaleY(0);
}
.hvr-shutter-out-vertical
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: #e1e1e1;
    transition-property: color;
    transition-duration: .3s;
}
.hvr-shutter-out-vertical:before
{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #2098d1;
    transform: scaleY(0);
    transform-origin: 50%;
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active
{
    color: #fff;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before
{
    transform: scaleY(1);
}
.hvr-border-fade
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s;
    transition-property: box-shadow;
    box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0);
}
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active
{
    box-shadow: inset 0 0 0 4px #2098d1,0 0 1px rgba(0,0,0,0);
}
.hvr-hollow
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s;
    transition-property: background;
    box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px rgba(0,0,0,0);
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active
{
    background: none;
}
.hvr-trim
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-trim:before
{
    content: '';
    position: absolute;
    border: #fff solid 4px;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: opacity;
}
.hvr-trim:hover:before, .hvr-trim:focus:before, .hvr-trim:active:before
{
    opacity: 1;
}
@keyframes hvr-ripple-out
{
    100%
    {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}
.hvr-ripple-out
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-ripple-out:before
{
    content: '';
    position: absolute;
    border: #e1e1e1 solid 6px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before
{
    animation-name: hvr-ripple-out;
}
@keyframes hvr-ripple-in
{
    100%
    {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 1;
    }
}
.hvr-ripple-in
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-ripple-in:before
{
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
    animation-duration: 1s;
}
.hvr-ripple-in:hover:before, .hvr-ripple-in:focus:before, .hvr-ripple-in:active:before
{
    animation-name: hvr-ripple-in;
}
.hvr-outline-out
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-outline-out:before
{
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition-duration: .3s;
    transition-property: top,right,bottom,left;
}
.hvr-outline-out:hover:before, .hvr-outline-out:focus:before, .hvr-outline-out:active:before
{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
}
.hvr-outline-in
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
.hvr-outline-in:before
{
    pointer-events: none;
    content: '';
    position: absolute;
    border: #e1e1e1 solid 4px;
    top: -16px;
    right: -16px;
    bottom: -16px;
    left: -16px;
    opacity: 0;
    transition-duration: .3s;
    transition-property: top,right,bottom,left;
}
.hvr-outline-in:hover:before, .hvr-outline-in:focus:before, .hvr-outline-in:active:before
{
    top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
    opacity: 1;
}
.hvr-round-corners
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    transition-duration: .3s;
    transition-property: border-radius;
}
.hvr-round-corners:hover, .hvr-round-corners:focus, .hvr-round-corners:active
{
    border-radius: 1em;
}
.hvr-underline-from-left
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before
{
    right: 0;
}
.hvr-underline-from-center
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left,right;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before
{
    left: 0;
    right: 0;
}
.hvr-underline-from-right
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-right:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-underline-from-right:hover:before, .hvr-underline-from-right:focus:before, .hvr-underline-from-right:active:before
{
    left: 0;
}
.hvr-overline-from-left
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-overline-from-left:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: right;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-overline-from-left:hover:before, .hvr-overline-from-left:focus:before, .hvr-overline-from-left:active:before
{
    right: 0;
}
.hvr-overline-from-center
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-overline-from-center:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left,right;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .hvr-overline-from-center:active:before
{
    left: 0;
    right: 0;
}
.hvr-overline-from-right
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-overline-from-right:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 100%;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    transition-property: left;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-overline-from-right:hover:before, .hvr-overline-from-right:focus:before, .hvr-overline-from-right:active:before
{
    left: 0;
}
.hvr-reveal
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-reveal:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-color: #2098d1;
    border-style: solid;
    border-width: 0;
    transition-property: border-width;
    transition-duration: .1s;
    transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before
{
    transform: translateY(0);
    border-width: 4px;
}
.hvr-underline-reveal
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-underline-reveal:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098d1;
    height: 4px;
    transform: translateY(4px);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before
{
    transform: translateY(0);
}
.hvr-overline-reveal
{
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.hvr-overline-reveal:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    background: #2098d1;
    height: 4px;
    transform: translateY(-4px);
    transition-property: transform;
    transition-duration: .3s;
    transition-timing-function: ease-out;
}
.hvr-overline-reveal:hover:before, .hvr-overline-reveal:focus:before, .hvr-overline-reveal:active:before
{
    transform: translateY(0);
}
@media(max-width: 767px)
{
    body
    {
        --width-container: 100%;
    }
}
@media(min-width: 768px)
{
    body
    {
        --width-container: 720px;
    }
}
@media(min-width: 992px)
{
    body
    {
        --width-container: 936px;
    }
}
@media(min-width: 1260px)
{
    body
    {
        --width-container: 1200px;
    }
}
@media(min-width: 1680px)
{
    body
    {
        --width-container: 1440px;
    }
}
.jq_img_shick
{
    width: 450px;
    height: 300px;
    position: absolute;
    z-index: 50;
    background: #fff;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
}
.jq_img_shick img
{
    max-width: unset;
    position: absolute;
}
.use_magnifier .swiper-slide .move
{
    position: absolute;
    width: 50px;
    height: 50px;
    border: 3px solid #0008;
    border-radius: 2px;
    cursor: zoom-in;
}
body
{
    line-height: 1.5;
}
.fz12
{
    font-size: 12px;
}
.fz13
{
    font-size: 13px;
}
.fz14
{
    font-size: 14px;
}
.fz15
{
    font-size: 15px;
}
.fz16
{
    font-size: 16px;
}
.fz17
{
    font-size: 17px;
}
.fz18
{
    font-size: 18px;
}
.fz19
{
    font-size: 19px;
}
.fz20
{
    font-size: 20px;
}
.fz21
{
    font-size: 21px;
}
.fz22
{
    font-size: 22px;
}
.fz23
{
    font-size: 23px;
}
.fz24
{
    font-size: 24px;
}
.fz25
{
    font-size: 25px;
}
.fz26
{
    font-size: 26px;
}
.fz27
{
    font-size: 27px;
}
.fz28
{
    font-size: 28px;
}
.fz29
{
    font-size: 29px;
}
.fz30
{
    font-size: 30px;
}
.fz31
{
    font-size: 31px;
}
.fz32
{
    font-size: 32px;
}
.fz33
{
    font-size: 33px;
}
.fz34
{
    font-size: 34px;
}
.fz35
{
    font-size: 35px;
}
.fz36
{
    font-size: 36px;
}
.fz37
{
    font-size: 37px;
}
.fz38
{
    font-size: 38px;
}
.fz39
{
    font-size: 39px;
}
.fz40
{
    font-size: 40px;
}
.index_pd
{
    padding: 80px 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 .3em;
}
.swiper-grid .swiper-wrapper
{
    flex-wrap: wrap;
}
.header_hj30.head_fixed
{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.header_hj30
{
    transition: all .5s;
    background-color: #fff;
}
.head_menu span
{
    display: flex;
}
.menu>li>a:after
{
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    opacity: 0;
    display: none;
}
.menulinka h3, .menulinkb h3, .menu>li>a>h3
{
    white-space: nowrap;
    font-size: 16px;
    line-height: 60px;
}
.menu>li:hover a:after
{
    opacity: 1;
}
.menu_drop li a img
{
    margin-left: 0;
    margin-right: 15px;
    max-width: 50px;
}
.nav_bg
{
    position: relative;
}
.head_search_hj30
{
    position: absolute;
    display: block;
    width: 100%;
    padding: 30px;
    z-index: 99;
    background-color: #fff;
    left: 0;
    top: 100%;
    box-shadow: 0 0 7px 3px rgb(0 0 0/10%);
    display: none;
}
.autocomplete-suggestions
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.autocomplete-suggestions .autocomplete-suggestion
{
    flex: 0 0 30%;
    width: 30%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.search_suggestion_top
{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.search_suggestion_top .search_img
{
    flex: 0 0 120px;
    width: 120px;
    margin-right: 30px;
}
.search_img img
{
    max-width: 100%;
}
.search_info
{
    flex: auto;
}
.search_suggestion_top .search_pro
{
    position: absolute;
    right: 15px;
    top: 20px;
}
.autocomplete-suggestions
{
    position: relative!important;
    top: auto!important;
    left: auto!important;
    padding-bottom: 80px;
}
.search_item
{
    position: absolute;
    left: 50%;
    bottom: 20px;
    color: #333;
    font-size: 16px;
}
.search_item_more
{
    margin-left: 15px;
    cursor: pointer;
}
.header_hj30_top
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.head_menu span li:not(:first-child), .head_email span:not(:first-child)
{
    border-left: 1px solid #d8d8d8;
}
.header_hj30_top>div
{
    display: flex;
    align-items: center;
}
.head_email
{
    color: #8a8a8a;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.head_email span
{
    display: flex;
    align-items: center;
    padding: 0 24px;
}
.head_email i
{
    font-size: 16px;
    margin-right: 8px;
}
.head_email a
{
    color: #8a8a8a;
}
.head_email span, .head_email span a
{
    transition: all .5s;
}
.head_menu span a
{
    padding: 3px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}
.head_menu span h2
{
    font-size: 14px;
    color: #565454;
    font-weight: 400;
    transition: all .5s;
}
.hj30_search
{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    cursor: pointer;
    transition: .5s all;
    margin-left: 6px;
}
.hj30_search i
{
    font-size: 18px;
    color: #8a8a8a;
}
.head_search_hj30 form
{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.head_search_hj30 form input
{
    width: 80%;
    border: 1px solid #666;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #333;
    border-radius: 2px;
}
.head_search_hj30 form button
{
    flex: 0 0 18%;
    font-size: 16px;
    font-weight: bold;
    border: none;
    color: #fff;
    border-radius: 2px;
    transition: .5s all;
}
.head_xp
{
    border-radius: 2px;
    padding: 12px 24px;
    margin-left: 44px;
    border: none;
    position: relative;
    overflow: hidden;
    display: block;
    cursor: pointer;
    white-space: nowrap;
}
.head_xp:before
{
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 1.5;
    font-size: 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    left: 0;
    top: -100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_xp:hover:before
{
    top: 0;
}
.head_xp p
{
    display: block;
    transition: all .5s;
    font-size: 16px;
    color: #fdffff;
    text-align: center;
    font-weight: 600;
}
.head_xp:hover p
{
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}
.menu
{
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: all .5s;
}
.menu_drop>li:not(:last-child)>a, .third_drop>li:not(:last-child)>a
{
    border-bottom: 1px solid #fff;
}
.menu>li
{
    position: relative;
    text-align: center;
    transition: all .5s;
    flex-grow: 1;
}
.menu>li:hover
{
    box-shadow: inset 0 3px 8px rgba(0,0,0,.3);
}
.menu>li>a
{
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.menu>li>a h3
{
    color: #fff;
    transition: all .5s;
}
.nav span.plus
{
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    margin-left: 8px;
}
.nav span.plus:after, .nav span.plus:before
{
    position: absolute;
    display: block;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.nav span.plus:after
{
    width: 80%;
    height: 1px;
    border-top: 1px solid #f9fcff;
}
.nav span.plus:before
{
    height: 80%;
    width: 1px;
    border-right: 1px solid #f9fcff;
}
.menu_drop
{
    position: absolute;
    top: 60px;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
    width: 100%;
}
.menu_drop li
{
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    padding: 0 20px;
}
.menu_drop li a
{
    width: 100%;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: all .5s;
}
.menu_drop li a:before
{
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: -20px;
    z-index: 999;
    transition: all .5s;
    opacity: 0;
}
.menu_drop li:hover a:before
{
    opacity: 1;
}
.menu_drop li a h3, .menu_drop li a i
{
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 400;
    transition: all .5s;
}
.menu_drop li:hover a i
{
    transform: translateX(5px);
}
.menu_drop li .third_drop
{
    left: 100%;
    position: absolute;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
    background: #f7f7f7;
    width: 100%;
}
.hj30visible
{
    overflow: visible!important;
}
.menu.nav>li:last-child .menu_drop .third_drop
{
    left: auto;
    right: 100%;
}
.header_hj30 .hide_form
{
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: #333c;
}
.header_hj30 .stop_form
{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_hj30 .close_button
{
    display: none;
}
.header_hj30 .close_button path
{
    fill: #333;
}
.header_hj30 .hide_form .close_button
{
    position: absolute;
    top: 3%;
    right: 3%;
    cursor: pointer;
    display: block;
}
.hide_form .close_button path
{
    transition: .5s all;
}
.hide_form .twleve_banner_right
{
    width: 35%;
    position: relative;
    cursor: auto;
}
.header_hj30_top>.head_hj30_lang_box
{
    margin-left: 15px;
    position: relative;
    cursor: pointer;
    z-index: 99999;
    height: fit-content;
}
.head_hj30_lang_box:hover #lang_ul_hj30
{
    display: block;
}
#lang_ul_hj30
{
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateX(10%);
    display: none;
    background: #fff;
    padding: 5px 10px;
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    width: auto;
    min-width: 80px;
    z-index: 2;
}
#lang_ul_hj30 a
{
    white-space: nowrap;
}
.mobile_navbutton span:before, .mobile_navbutton span:after, .mobile_navbutton span
{
    background: #333;
}
@media(max-width: 1679px)
{
    .head_email
    {
        flex-wrap: wrap;
        display: none;
    }
    .head_email span:not(:last-child)
    {
        border: none;
        padding-bottom: 5px;
    }
}
@media(max-width: 1259px)
{
    .head_email
    {
        display: none;
    }
}
.banner_29_pagination span
{
    width: 12px;
    height: 12px;
}
.banner_29_con
{
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.banner_29_con
{
    text-align: right;
    color: #fff;
}
.banner_29_con .index_text
{
    margin-top: 15px;
    margin-bottom: 2vw;
}
.banner_29_con a
{
    display: inline-block;
    background-color: #333;
    color: #fff;
    border-radius: 8px;
    transition: all .5s;
}
.banner_29_con a:hover
{
    background-color: #fff;
}
.index_button_grp_b29
{
    display: flex;
    align-items: center;
}
.banner_29_con .button_vip_b29
{
    padding-left: 48px;
    background: none;
    display: flex;
    align-items: center;
}
.button_vip_b29 svg
{
    width: 54px;
    margin-right: 12px;
}
.button_vip_b29 svg *
{
    transition: .5s all;
}
.banner_29_con .button_vip_b29:hover
{
    color: #fff;
}
.banner_29_con .button_vip_b29:hover .button_vip_b29_svg_p0, .button_vip_b29_svg_p
{
    fill: #fff;
}
.banner_29_con .button_vip_b29:hover svg
{
    animation-name: button_vip_b29_animation;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.main-scroll-icon
{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -52px;
    text-align: center;
    z-index: 9;
    animation: scroll 1s;
    -moz-animation: scroll 1s;
    -webkit-animation: scroll 1s;
    -o-animation: scroll 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    cursor: pointer;
}
.main-scroll-icon span
{
    display: block;
    color: #fff;
    padding-top: 5px;
    letter-spacing: -.5px;
    font-weight: 300;
    letter-spacing: .5px;
    opacity: .5;
}
@keyframes scroll
{
    0%
    {
        transform: translate(0,0);
    }
    50%
    {
        transform: translate(0,-10px);
    }
    100%
    {
        transform: translate(0,0);
    }
}
@-moz-keyframes scroll
{
    0%
    {
        transform: translate(0,0);
    }
    50%
    {
        transform: translate(0,-10px);
    }
    100%
    {
        transform: translate(0,0);
    }
}
@-webkit-keyframes scroll
{
    0%
    {
        transform: translate(0,0);
    }
    50%
    {
        transform: translate(0,-10px);
    }
    100%
    {
        transform: translate(0,0);
    }
}
@-o-keyframes scroll{0%{transform:translate(0,0);}50%{transform:translate(0,-10px);}100%{transform:translate(0,0);}}
@keyframes button_vip_b29_animation
{
    100%
    {
        transform: scale(1.1);
    }
}
@media(max-width: 768px)
{
    .banner_29_con .button_vip_b29
    {
        padding-left: 10px;
    }
    .main-scroll-icon
    {
        display: none;
    }
}
.banner_29-vbtn
{
    display: flex;
    justify-content: center;
}
.banner_29-vbtn p
{
    border-radius: 50px;
    background-color: #fff3;
    color: #fff;
    padding: .8em 2em;
    font-size: 16px;
    cursor: pointer;
}
.banner_29-cusvideo
{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s all;
}
.banner_29-cusvideo.on
{
    opacity: 1;
    visibility: visible;
}
.banner_29-cusvideo i
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000a;
    cursor: pointer;
}
.banner_29-cusvideo svg
{
    width: 48px;
    height: 48px;
    stroke: #fff;
    stroke-width: 3px;
    position: absolute;
    right: 3%;
    top: 3%;
    z-index: 2;
    cursor: pointer;
}
.banner_29-cusvideo_content
{
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
    max-width: 80%;
    height: 80%;
}
.banner_29-cusvideo_content video
{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.banner_29-cusvideo_ad
{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #0008;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}
.banner_29-cusvideo_ad.on
{
    opacity: 1;
    visibility: visible;
}
.banner_29.dev8744 video
{
    display: block!important;
}
.banner_29.dev8744 .swiper-slide
{
    background: #000;
}
#aboutus--2
{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
}
.aboutus--2--top
{
    margin-bottom: 40px;
}
.aboutus--2--left
{
    float: left;
    height: auto;
    overflow: hidden;
}
.aboutus--2__swiper
{
    height: 100%;
}
.aboutus--2__swiper li div
{
    height: 100%;
}
.aboutus--2--right
{
    float: right;
    overflow: hidden;
}
.aboutus--2--right__content
{
    padding-left: 45px;
}
.aboutus--2--right__title
{
    color: #fff;
    font-weight: normal;
    margin-bottom: 30px;
    margin-top: 15px;
    position: relative;
}
.aboutus--2--right__text
{
    color: #fff;
    font-weight: normal;
    margin-bottom: 40px;
}
.aboutus--2--right__content ul
{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.aboutus--2--right__content ul li
{
    margin-right: 28px;
}
.aboutus--2--right__content ul li a
{
    padding: 8px 20px;
    border: 1px solid #fff;
    display: inline-block;
    color: #fff;
    position: relative;
    transition: all .5s;
}
.aboutus--2__shuzi_box
{
    width: 100%;
    height: auto;
    justify-content: space-between;
    margin-bottom: 30px;
}
.aboutus--2__shuzi_box li.aboutus--2__shuzi__item
{
    text-align: center;
}
.aboutus--2__shuzi_box li.aboutus--2__shuzi__item .count_shuzi
{
    color: #fff;
    font-weight: bold;
}
.aboutus--2__shuzi_box li.aboutus--2__shuzi__item .count_shuzi:after
{
    content: attr(data-danwei);
    color: #fff;
    line-height: 28px;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: -2px;
    left: 6px;
}
.aboutus--2__shuzi_box li.aboutus--2__shuzi__item .count_shuzi_desc
{
    color: #fff;
    font-weight: normal;
}
.aboutus--2--right__content ul li a:hover
{
    color: #fff;
}
@media(min-width: 992px) and (max-width: 1199px)
{
    .aboutus--2--right__content
    {
        padding-left: 0;
    }
    .aboutus--2--right__content ul li a
    {
        padding: 8px 12px;
    }
}
@media(max-width: 991px)
{
    .aboutus--2--right__content
    {
        padding-left: 0;
        padding-top: 20px;
    }
    .aboutus--2__shuzi_box li.aboutus--2__shuzi__item
    {
        text-align: left;
    }
    .aboutus--2--right__content ul li, .aboutus--2__shuzi_box li.aboutus--2__shuzi__item
    {
        margin-bottom: 15px;
    }
}
@media(max-width: 767px)
{
    .aboutus--2--right__content ul li
    {
        width: 48%;
        margin-right: 0;
    }
    .aboutus--2--right__content ul li:nth-child(2n)
    {
        margin-left: 4%;
    }
    .aboutus--2--right__content ul li a
    {
        width: 100%;
    }
}
@media(max-width: 575px)
{
    .aboutus--2--top
    {
        margin-bottom: 15px;
    }
    .aboutus--2__shuzi_box
    {
        margin-bottom: 0;
        display: flex;
        flex-wrap: wrap;
    }
}
.other_170_wrapper
{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px 3px rgba(0,0,0,.2);
    position: relative;
    z-index: 9;
    transform: translateY(-50%);
    background-color: #fff;
}
.other_170_left
{
    flex: auto;
    display: flex;
    justify-content: center;
}
.other_170_left li
{
    flex: 0 0 25%;
    width: 25%;
    padding: 40px 0;
    text-align: center;
}
.other_170_left li em
{
    font-style: normal;
    transform: scale(.8);
}
.other_170_wrapper .other_170_rightBox
{
    flex: 0 0 340px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e6e6e4;
}
.other_170_rightBox a
{
    color: #fff;
}
@media(max-width: 1200px)
{
    .other_170_wrapper .other_170_rightBox
    {
        display: none;
    }
    .other_170_left
    {
        flex: 0 0 100%;
        width: 100%;
    }
}
@media(max-width: 767px)
{
    .other_170_left li
    {
        padding: 20px 0;
    }
    .other_170_wrapper
    {
        transform: translateY(0);
        margin-top: 40px;
    }
}
.hjzf_produtCategory
{
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
}
.hjzf_produtCategory__title
{
    text-align: center;
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
}
.hjzf_produtCategory__list
{
    width: 100%;
    margin: auto;
    height: auto;
    padding: 0 15px;
    margin-bottom: 80px;
}
.hjzf_produtCategory__list .hjzf_produtCategory__item
{
    width: 24%;
    float: left;
    margin-right: 1.3%;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    margin-bottom: 30px;
    height: 272px;
    position: relative;
    text-align: center;
    border-radius: 10px;
}
.hjzf_produtCategory__list .hjzf_produtCategory__item.active
{
    z-index: 22;
}
.hjzf_produtCategory__list .hjzf_produtCategory__item.item_four
{
    margin-right: 0;
}
.hjzf_produtCategory_Box
{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    border-radius: 10px;
}
.hjzf_produtCategory_Box .item_name
{
    border-radius: 30px;
    position: absolute;
    bottom: 30px;
    z-index: 1;
    color: #fff;
    width: 90%;
    padding: 15px 0;
    left: 5%;
}
.hjzf_produtCategory__itemBox
{
    padding: 44px 16px 23px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    border-radius: 10px;
    left: 0;
    top: 0;
    width: 100%;
    display: none;
}
.hjzf_produtCategory__item.active .hjzf_produtCategory__itemBox
{
    display: block;
}
.hjzf_produtCategory__item.active .hjzf_produtCategory_Box
{
    display: none;
}
.hjzf_produtCategory__itemBox .item_img
{
    width: 160px;
    height: 80px;
    margin: 0 auto 24px;
    background-position: 0 0;
}
.hjzf_produtCategory__itemBox .item_img img
{
    max-width: 100%;
    height: auto;
}
.hjzf_produtCategory__itemBox .item_name h3
{
    font-size: inherit;
    line-height: inherit;
    color: #333e46;
    margin-bottom: 30px;
}
.hjzf_produtCategory__itemBox .item_desc
{
    color: #fff;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.hjzf_produtCategory__itemBox .item_desc, .hjzf_produtCategory__itemBox .item_prolist
{
    display: none;
}
.hjzf_produtCategory__itemBox .item_more
{
    font-size: 14px;
    line-height: .4rem;
    border: 1px solid #f0f0f0;
    text-align: center;
    border-radius: 35px;
}
.hjzf_produtCategory__itemBox:hover .item_name h3, .hjzf_produtCategory__itemBox:hover .item_more
{
    color: #fff;
}
.hjzf_produtCategory__itemBox:hover .item_desc, .hjzf_produtCategory__itemBox:hover .item_prolist
{
    display: block;
    color: #fff;
}
.hjzf_produtCategory__down
{
    width: 100%;
    height: 200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
.hjzf_produtCategory__down p
{
    color: #fff;
    font-weight: normal;
    width: 70%;
}
.hjzf_produtCategory__down div
{
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    width: 20%;
}
.hjzf_produtCategory__down div a
{
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    font-weight: normal;
    width: 20%;
    padding-left: 10px;
}
.item_prolist .index_sub_title
{
    color: #fff;
    font-size: 16px;
    text-decoration: underline;
    line-height: 2;
}
@media(max-width: 767px)
{
    .hjzf_produtCategory__list .hjzf_produtCategory__item
    {
        width: 49%;
        margin-right: 0;
    }
    .hjzf_produtCategory__list>div:nth-child(2n+1)
    {
        margin-right: 2%;
    }
    .hjzf_produtCategory_Box .item_name
    {
        border-radius: 20px;
        padding: 8px 0;
    }
    .hjzf_produtCategory_Box .item_name h3
    {
        font-size: 16px;
    }
}
.other_runlin_b_wrapper
{
    padding: 4vw 0;
}
.other_runlin_b_box
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.other_runlin_b_box_l
{
    flex: 0 0 30%;
    display: flex;
    flex-direction: column;
}
.other_runlin_b_box_l .title
{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
.other_runlin_b_box_l .content
{
    font-size: 18px;
    line-height: 2;
    color: #84766e;
}
.other_runlin_b_box_l .more
{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.other_runlin_b_box_l .more a
{
    flex: 0 0 48%;
    width: 48%;
    color: #fff;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    transition: all .5s;
    box-shadow: 0 2px 10px 2px rgba(255,255,255,.3) inset;
}
.other_runlin_b_box_l .more a:first-child
{
    background-color: #271e19;
}
.other_runlin_b_box_l .more a:first-child:hover
{
    background-color: #84766e;
    box-shadow: 0 2px 10px 2px rgba(62,49,49,.3) inset;
}
.other_runlin_b_box_l .more a:last-child:hover
{
    background-color: #ffeae0;
    color: #e66622;
    box-shadow: 0 2px 10px 2px rgba(230,102,34,.3) inset;
}
.other_runlin_b_more_box
{
    position: relative;
}
.other_runlin_b_box_r
{
    flex: 0 0 68%;
}
.other_runlin_b_box_r ul
{
    display: flex;
    flex-wrap: wrap;
}
.other_runlin_b_box_r ul li
{
    flex: 0 0 31%;
    width: 31%;
    margin-right: 2.33333%;
    margin-bottom: 20px;
}
.other_runlin_b_box_r ul li img
{
    max-width: 100%;
}
.other_runlin_b_box_r ul li p
{
    text-align: center;
    color: #271e19;
    margin: 15px 0;
}
.other_runlin_b_box_r ul li a
{
    position: relative;
    display: block;
}
.other_runlin_b_box_r ul li .other_runlin_b_more
{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background: rgba(0,0,0,.3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all .5s;
}
.other_runlin_b_box_r ul li:hover .other_runlin_b_more
{
    opacity: 1;
}
.other_runlin_b_more_box
{
    overflow: hidden;
}
.other_runlin_b_more_box img
{
    transition: all .5s;
}
.other_runlin_b_box_r ul li:hover .other_runlin_b_more_box img
{
    transform: scale(1.05);
}
.other_runlin_b .add_guanwang
{
    position: fixed;
    left: 0;
    z-index: 199;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 90px;
}
.other_runlin_b .add_guanwang_click
{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 250;
    background: #33333380;
    cursor: pointer;
}
.other_runlin_b .add_guanwang .add_guanwang_img
{
    z-index: 299;
    position: absolute;
    height: calc(100vh - 90px);
    top: 0;
    overflow-y: auto;
}
.other_runlin_b .add_guanwang #close_button
{
    position: fixed;
    top: 90px;
    right: 50%;
    transform: translateX(534px);
    cursor: pointer;
    z-index: 66;
}
.other_runlin_b .add_guanwang svg
{
    fill: #fff;
    transition: .5s all;
}
.other_runlin_b .add_guanwang_img::-webkit-scrollbar
{
    width: 6px;
    height: 1px;
}
.other_runlin_b .add_guanwang_img::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgb(0 0 0/20%);
}
.other_runlin_b .add_guanwang_img::-webkit-scrollbar-track
{
    box-shadow: inset 0 0 5px rgb(0 0 0/20%);
    border-radius: 10px;
    background: #ededed99;
}
.swiper-button-prev_add_guanwang, .swiper-button-next_add_guanwang
{
    position: fixed;
    z-index: 99;
    top: 50%;
    font-size: 32px;
    color: #fff;
    background: #33333380;
    height: 40px;
    width: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next_add_guanwang
{
    right: 8%;
}
.swiper-button-prev_add_guanwang
{
    left: 8%;
}
@media(max-width: 1200px)
{
    .other_runlin_b .add_guanwang
    {
        top: 67px;
    }
    .other_runlin_b .add_guanwang .add_guanwang_img
    {
        height: calc(100vh - 67px);
    }
    .other_runlin_b .add_guanwang #close_button
    {
        top: 67px;
        transform: translateX(532px);
    }
}
@media(max-width: 1070px)
{
    .other_runlin_b .add_guanwang #close_button
    {
        transform: unset;
        top: calc(67px + 1%);
        right: 6%;
    }
    .other_runlin_b .add_guanwang svg
    {
        padding: 4px;
        background: #333333b3;
        border-radius: 100%;
        width: 40px;
        height: 40px;
    }
    .other_runlin_b .add_guanwang
    {
        width: 90%;
        left: 5%;
    }
    .other_runlin_b .add_guanwang .add_guanwang_img
    {
        height: calc(100vh - 117px);
    }
}
@media(max-width: 767px)
{
    .other_runlin_b .add_guanwang .add_guanwang_img
    {
        position: initial;
    }
}
@media(max-width: 1200px)
{
    .other_runlin_b_box_w
    {
        flex: 0 0 100%;
        width: 100%;
    }
    .other_runlin_b_box_l .more
    {
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .other_runlin_b_box_r ul li
    {
        margin-bottom: 0;
    }
}
@media(max-width: 767px)
{
    .other_runlin_b_box_w
    {
        align-self: flex-start;
        margin-top: 20px;
    }
    .other_runlin_b_box_r ul li
    {
        flex: 0 0 49%;
        width: 49%;
        margin-right: 0;
    }
    .other_runlin_b_box_r ul li:nth-of-type(2n-1)
    {
        margin-right: 2%;
    }
    .other_runlin_b_box_l .title
    {
        font-size: 26px;
    }
    .other_runlin_b_box_l .content
    {
        font-size: 14px;
        color: #84766e;
    }
    .other_runlin_b_box_l .more
    {
        margin-bottom: 0;
    }
}
.hjzf_other_135, .hjzf_other_135 a
{
    color: #fff;
}
.hjzf_other_135_title .index_title
{
    line-height: 1;
}
.hjzf_other_135_con
{
    position: relative;
    background-color: rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 20px 20px;
    width: 460px;
    height: auto;
    padding-left: 40px;
}
.hjzf_other_135_wrapper .swiper-wrapper
{
    height: auto;
}
.hjzf_other_135_con:before
{
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 5px;
}
.hjzf_other_135_con .index_sub_title
{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.hjzf_other_135_con .index_sub_title img
{
    margin-right: 10px;
}
.hjzf_other_135_con .index_text
{
    line-height: 2;
    font-size: 14px;
}
.hjzf_other_135_title
{
    position: relative;
    margin-bottom: 40px;
}
.hjzf_other_135_title:before
{
    position: absolute;
    content: '';
    width: 33%;
    background-color: #fff;
    height: 1px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.hjzf_other_135_title:after
{
    position: absolute;
    display: block;
    content: '';
    width: 60px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2px;
    border-radius: 5px;
}
@media(min-width: 1440px)
{
    .hjzf_other_135_con
    {
        margin-right: 30px;
    }
}
@media(max-width: 1439px)
{
    .hjzf_other_135_title
    {
        margin-bottom: 20px;
    }
}
@media(max-width: 1200px)
{
    .hjzf_other_135_con
    {
        padding: 10px;
        padding-left: 20px;
    }
}
.HJZF2_Z_service
{
    width: 100%;
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.HJZF2_Z_service__inner
{
    padding-top: 80px;
}
.HJZF2_Z_service_titleBox
{
    text-align: center;
    width: 67%;
    margin: auto;
}
.HJZF2_Z_service_titleBox h1
{
    font-weight: bold;
    color: #252525;
}
.HJZF2_Z_service_desc
{
    position: relative;
    text-align: center;
}
.HJZF2_Z_service_desc span
{
    color: #9a9a9a;
}
.HJZF2_Z_service_content
{
    font-size: 16px;
    line-height: 28px;
    color: #85868c;
    text-align: center;
    font-weight: normal;
    margin-bottom: 35px;
}
ul.HJZF2_Z_service_list li
{
    margin-bottom: 20px;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    will-change: transform;
}
.HJZF2_Z_service_item--left
{
    display: table-cell;
    vertical-align: top;
}
.HJZF2_Z_service_item--left img
{
    width: 48px;
    height: 48px;
    margin-right: 15px;
}
.HJZF2_Z_service_item--right
{
    display: table-cell;
    vertical-align: middle;
}
.HJZF2_Z_service_item--right .HJZF2_Z_service_item_header h3
{
    color: #252525;
    font-weight: bold;
    transition: all .5s;
}
.HJZF2_Z_service_item--right .HJZF2_Z_service_item_desc
{
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    color: #898989;
    margin-top: 10px;
    text-align: left;
}
.HJZF2_Z_service_itempic
{
    width: 100%;
    text-align: center;
}
.HJZF2_Z_service_itempic img
{
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
.HJZF2_Z_service_bannerbg
{
    width: 100%;
    padding: 40px 0;
}
.HJZF2_Z_service__banner_box
{
    width: 100%;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.HJZF2_Z_service__banner_inner
{
    width: 100%;
    text-align: left;
}
.HJZF2_Z_service__banner_inner h2
{
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px;
}
.HJZF2_Z_service__banner_inner span
{
    font-weight: normal;
    color: #fff;
}
.HJZF2_Z_service__banner_right
{
    text-align: right;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
    --webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}
.HJZF2_Z_service__banner_btn
{
    width: 100%;
    align-items: center;
}
.HJZF2_Z_service__banner_btn a
{
    width: auto;
    max-width: 100%;
    font-weight: 700;
    min-height: 38px;
    padding: 6px 25px;
    border-radius: 0;
    border-width: 4px;
    border-color: rgba(255,255,255,.4);
    border-style: solid;
    background: rgba(255,255,255,.01);
    color: #fff;
    display: inline-block;
}
.HJZF2_Z_service__banner_btn span
{
    color: #fff;
}
.HJZF2_Z_service__banner_btn a:hover
{
    border-color: rgba(255,255,255,1);
    background: rgba(255,255,255,1);
}
@media screen and (max-width: 991px)
{
    .HJZF2_Z_service__banner_inner
    {
        text-align: center;
    }
    .HJZF2_Z_service__banner_btn
    {
        text-align: center;
        margin-top: 30px;
    }
}
@media(max-width: 767px)
{
    .HJZF2_Z_service__inner
    {
        padding-top: 40px;
    }
    .HJZF2_Z_service_titleBox
    {
        width: 90%;
    }
}
.HJZF2_Z_service.dev_height5
{
    overflow: hidden;
    position: relative;
}
.HJZF2_Z_service-dev_height
{
    width: 100%;
    height: 54px;
    display: none;
}
.HJZF2_Z_service-dev_height_btn
{
    cursor: pointer;
    height: 54px;
    padding: 20px 6px 10px;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#fff0,#fffd 60%,#fff);
}
.HJZF2_Z_service-dev_height_btn span
{
    font-weight: bold;
}
.HJZF2_Z_service-dev_height_btn svg
{
    width: 16px;
    height: 16px;
    stroke: #333;
}
@media(max-width: 767px)
{
    .HJZF2_Z_service-dev_height
    {
        display: block;
    }
}
.HJZF2_z_service-6
{
    width: 100%;
    margin: auto;
    height: auto;
}
.HJZF2_z_service-6_title
{
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.HJZF2_z_service-6_content
{
    padding: 40px;
    border: 3px dashed rgba(255,255,255,.3);
    width: 85%;
    margin: auto;
    position: relative;
}
.HJZF2_z_service-6_item
{
    position: relative;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.testimonial-avatar
{
    margin-right: 40px;
    border-radius: 500px;
    -moz-border-radius: 500px;
    -webkit-border-radius: 500px;
    text-align: center;
    overflow: hidden;
    min-width: 150px;
}
.testimonial-avatar img
{
    width: 100%;
}
.HJZF2_z_service-6_itemcontent
{
    margin-bottom: 20px;
    color: #fff;
    background: none;
    font-style: italic;
}
.HJZF2_z_service-6_itemname
{
    color: #fff;
    background: none;
    margin-bottom: 0;
    font-weight: bold;
}
.HJZF2_z_service-6_itemname2
{
    color: #fff;
    background: none;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
}
.HJZF2_z_service-6_next, .HJZF2_z_service-6_prev
{
    background-image: none;
    height: 54px;
    width: 54px;
    text-align: center;
    opacity: 1!important;
    outline: none;
}
.HJZF2_z_service-6_next
{
    right: -30px;
}
.HJZF2_z_service-6_prev
{
    left: -30px;
}
.HJZF2_z_service-6_next i, .HJZF2_z_service-6_prev i
{
    font-size: 24px;
    line-height: 54px;
    color: #fff;
}
@media(max-width: 1199px)
{
    .HJZF2_z_service-6_content
    {
        width: 100%;
    }
    .HJZF2_z_service-6_item
    {
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    }
    .testimonial-avatar
    {
        margin-bottom: 20px;
    }
}
.form-yj .fyj-z
{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.form-yj .fyj-l
{
    width: 41.66%;
    position: relative;
    padding: 0 45px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.form-yj .fyj-r
{
    width: 58.34%;
    background-color: #f7f7f7;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    padding: 40px 40px 40px 40px;
    position: relative;
}
.form-yj p
{
    color: #5c727d;
}
.fyj-l .form-title
{
    margin: auto auto auto 0;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}
.fyj-l .form-title h5
{
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: bold;
}
.fyj-l .form-title h2
{
    font-size: 55px;
    font-weight: bold;
    line-height: 1.2;
}
.fyj-l .form-title p
{
    width: 100%;
    padding-top: 15px;
}
.fyj-l .form-cont
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.fyj-l .cont-box
{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.fyj-l .cont-box:not(:last-child)
{
    margin-bottom: 20px;
}
.fyj-l .cont-icon
{
    padding-right: 15px;
}
.fyj-l .cont-icon i
{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60px;
    line-height: 60px;
    height: 60px;
    box-shadow: 0 0 6px rgb(0 0 0/25%);
    border-radius: 50%;
    transition: .3s;
}
.fyj-l .cont-t h2
{
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 7px;
}
.form-yj form
{
    display: flex;
    flex-wrap: wrap;
}
.form-yj .form_item
{
    margin: 0 auto;
    padding-bottom: 18px;
    position: relative;
}
.form-yj .form_item input, .form-yj .form_item textarea
{
    width: 100%;
    font-size: 16px;
    padding: 6px 20px;
    height: 54px;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.form-yj .form_item textarea
{
    height: 190px;
}
.form-yj .form_item input:focus, .form-yj .form_item textarea:focus
{
    outline: 0;
}
.form-yj .form_btn input
{
    width: auto;
    background: #14212b;
    border: 0;
    display: inline-block;
    text-align: left;
    padding: 14px 39px;
    border-radius: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
}
.form-yj .asd_alert
{
    position: absolute;
    right: 5px;
    top: auto;
    bottom: 0;
}
@media(max-width: 1259px)
{
    .form-yj .fyj-z
    {
        width: 100%;
    }
}
@media(max-width: 767px)
{
    .form-yj .fyj-z
    {
        padding: 0 30px;
        justify-content: center;
    }
    .form-yj .fyj-r
    {
        width: 100%;
        padding: 20px 0;
    }
    .form-yj .fyj-l
    {
        width: 100%;
        margin-bottom: 40px;
        padding-right: 0;
    }
    .form-yj .form_item
    {
        width: 100%;
    }
    .fyj-l .cont-t h2
    {
        font-size: 16px;
    }
}
.hjzf2_news-9
{
    width: 100%;
    margin: auto;
    height: auto;
    background: #fff;
}
.hjzf2_news-9__mainTitle
{
    color: #333;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    position: relative;
}
.hjzf2_news-9__mainTitle:before
{
    position: absolute;
    content: '';
    top: -52px;
    left: 0;
    width: 150px;
    height: 45px;
    left: 50%;
    transform: translateX(-50%);
}
@media(max-width: 768px)
{
    .hjzf2_news-9__mainTitle:before
    {
        left: 50%;
        transform: translateX(-50%);
        height: 30px;
        width: 100px;
    }
    .hjzf2_news-9-topItem:before
    {
        display: none!important;
    }
}
.hjzf2_news-9-topItem
{
    text-align: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.hjzf2_news-9-topItem:before
{
    content: '';
    width: 0;
    height: 0;
    background: rgba(0,0,0,.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
}
.hjzf2_news-9-topItem img
{
    max-width: 100%;
}
.hjzf2_news-9-topItemName
{
    position: absolute;
    bottom: 30%;
    opacity: 0;
    transform: translateY(50%);
    left: 0;
    padding: 5px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.hjzf2_news-9-topItemName a
{
    color: #fefefe;
    font-weight: normal;
    white-space: pre-wrap;
}
.hjzf2_news-9-topItem:hover:before
{
    width: 100%;
    height: 100%;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.hjzf2_news-9-topItem:hover .hjzf2_news-9-topItemName
{
    bottom: 50%;
    opacity: 1;
}
.hjzf2_news-9-down .left
{
    width: 15%;
    float: left;
    margin-top: 40px;
}
.hjzf2_news-9-down .right
{
    width: 82%;
    float: right;
    position: relative;
}
.hjzf2_news-9-down .left .class_item
{
    background: #d6d9da;
    transition: all .5s ease;
    position: relative;
    cursor: pointer;
}
.hjzf2_news-9-down .left .class_item.active
{
    background: #333f47;
}
.hjzf2_news-9-down .left .class_item .box
{
    padding: 33px 25px;
    color: #333f47;
}
.hjzf2_news-9-down .left .class_item.active .box
{
    color: #fff;
}
.hjzf2_news-9-down .right_wrap
{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
}
.hjzf2_news-9-down .right_wrap.active
{
    display: block;
    opacity: 1;
    visibility: visible;
}
.news_item
{
    width: 383px;
}
.news_item a
{
    padding: 20px;
    display: block;
}
.news_item a>div
{
    padding: 25px;
    transition: all .5s ease;
}
.news_item a>div .news_item_date .date
{
    color: #fcb026;
    display: inline-block;
}
.news_item a>div .news_item_date .date span
{
    display: inline-block;
}
.news_item a>div .news_item_date .text
{
    display: inline-block;
    color: #818181;
    margin-left: 15px;
}
.news_item-title
{
    color: #000;
    height: 64px;
    overflow: hidden;
    margin-bottom: 13px;
}
.news_item-desc
{
    color: #2c2c2c;
    height: 48px;
    overflow: hidden;
}
.hjzf2_news-9-down .left .class_item.active .box:after
{
    content: '';
    width: 0;
    height: 0;
    border-width: 15px;
    border-style: solid;
    border-color: transparent transparent transparent #2c2c2c;
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -16px;
}
.news_item:hover a>div
{
    box-shadow: 0 0 20px rgba(0,0,0,.2);
}
.hjzf2_news-9_mobile
{
    width: 100%;
    margin: auto;
    margin-top: 24px;
}
.hjzf2_news-9_mobile .news-9_mobileTitle
{
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.hjzf2_news-9_mobile .news-9_mobileTitle li
{
    display: inline-block;
    color: #333f47;
    margin: 0 .1rem;
    position: relative;
}
.hjzf2_news-9_mobile .news-9_mobileTitle li.active:after
{
    content: '';
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background: #fcb026;
    border-radius: 5px;
}
.news-9_mobileWrap
{
    width: 100%;
    margin: auto;
    position: relative;
}
.news-9_mobileWrap>li
{
    width: 100%;
    position: relative;
    display: none;
}
.news-9_mobileWrap>li.active
{
    display: block;
}
.news-9_mobileBoxItem
{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}
.news-9_mobileBox .news_item-img
{
    width: 35%;
    float: left;
    position: relative;
    overflow: hidden;
}
.news-9_mobileBox .news_item-img:before
{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}
.news-9_mobileBox .news_item-img img
{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -webkit-transform: translate3d(0,-50%,0);
}
.news-9_mobileBox .news-9_mobileIntro
{
    width: 60%;
    float: right;
    position: relative;
    height: 100%;
}
.news-9_mobileIntro .news_item-title
{
    margin-bottom: .15rem;
}
.news-9_mobileIntro .news_item_date
{
    font-size: .14rem;
    color: #777;
}
.news-9_mobileIntro .news_item_date .date
{
    float: right;
}
@media(max-width: 750px)
{
    .hjzf2_news-9-topItemName
    {
        position: relative;
        bottom: 0;
        transform: translateY(0);
        opacity: 1;
    }
    .hjzf2_news-9-topItemName a
    {
        color: #333;
    }
}
.bottom_form_box
{
    width: 100%;
    margin: auto;
    max-width: 700px;
}
.bottom_form_box form div.form_item:last-child
{
    flex: 0 0 120px;
    margin-left: 5px;
}
.bottom_form_box form .form_item input#emaila_20
{
    line-height: 45px;
    padding: 0 0 0 10px!important;
    color: #333;
}
.bottom_form_box form .form_item input.bottom_hj06submit
{
    min-height: 45px;
    line-height: 45px;
    width: 120px;
    border: 0;
    padding: 0;
}
.hjzf_Z_bottom_19_mid_wrapper
{
    display: flex;
    justify-content: space-between;
}
.hjzf_Z_bottom_19_mid_wrapper a
{
    color: #333;
    transition: all .5s;
}
.hjzf_Z_bottom_19_mid_wrapper>ul
{
    flex: 0 0 23%;
    width: 23%;
}
.hjzf_Z_bottom_19_bottom a
{
    color: #333;
}
.hjzf_Z_bottom_19_bottom
{
    padding-top: 15px;
    padding-bottom: 15px;
}
.hjzf_Z_bottom_19_mid_wrapper_first_list li a
{
    height: 100%;
}
.hjzf_Z_bottom_19_mid_wrapper_first_list li
{
    margin-right: 15px;
}
.hjzf_Z_bottom_19_mid_wrapper_first_list img
{
    max-width: 30px;
}
.hjzf_Z_bottom_19_mid_wrapper_list span
{
    display: flex;
    flex-direction: column;
    line-height: 2;
}
.hjzf_Z_bottom_19_mid_wrapper_list, .hjzf_Z_bottom_19_mid_wrapper_last
{
    line-height: 2;
}
.hjzf_Z_bottom_19_mid_wrapper_last p
{
    position: relative;
}
@media screen and (max-width: 768px)
{
    .hjzf_Z_bottom_19_mid
    {
        display: none;
    }
}
.HJZF2_Z_bottom_19_add
{
    width: 100%;
    height: auto;
    margin: auto;
}
.HJZF2_Z_bottom_19_add_body
{
    position: relative;
    border-top-width: 9px!important;
    border-right-width: 9px!important;
    border-bottom-width: 9px!important;
    border-left-width: 9px!important;
    padding-top: 60px!important;
    padding-right: 15px!important;
    padding-bottom: 10px!important;
    padding-left: 15px!important;
    border-left-color: rgba(255,255,255,.3)!important;
    border-left-style: double!important;
    border-right-color: rgba(255,255,255,.3)!important;
    border-right-style: double!important;
    border-top-color: rgba(255,255,255,.3)!important;
    border-top-style: double!important;
    border-bottom-color: rgba(255,255,255,.3)!important;
    border-bottom-style: double!important;
    margin: 0 15px;
}
.HJZF2_Z_bottom_19_add_left
{
    padding-bottom: 50px;
}
.HJZF2_Z_bottom_19_add_title
{
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.HJZF2_Z_bottom_19_add_title span
{
    font-weight: bold;
    color: #fff;
}
.HJZF2_Z_bottom_19_add_line
{
    margin-bottom: 35px;
}
.HJZF2_Z_bottom_19_add_line span
{
    height: 3px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-style: solid;
    width: 220px;
    float: left;
}
.HJZF2_Z_bottom_19_add_ms1
{
    width: 100%;
    text-align: left;
    margin-bottom: 25px;
}
.HJZF2_Z_bottom_19_add_ms1 span
{
    font-weight: normal;
    color: #fff;
}
.HJZF2_Z_bottom_19_add_ms2
{
    width: 100%;
    text-align: left;
}
.HJZF2_Z_bottom_19_add_ms2 span
{
    font-weight: normal;
    color: #fff;
}
.HJZF2_Z_bottom_19_add_inquiry
{
    width: 100%;
}
.HJZF2_Z_bottom_19_add_inquiry #index_inquiry
{
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box
{
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 15px 5px 15px;
    border-color: rgba(51,51,51,.12);
    background-color: #fdfdfd;
    position: relative;
    color: #8b9091;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box.inquiry_boxTextarea
{
    height: 60px;
    margin-bottom: 18px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_boxHalf
{
    width: 180px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box input, .inquiry_box textarea
{
    background: transparent;
    outline: none;
    border: none;
    height: 30px;
    width: 100%;
    color: #333;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box input::-webkit-input-placeholder, .inquiry_box textarea::-webkit-input-placeholder
{
    color: #8b9091;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box input::-moz-placeholder, .inquiry_box textarea::-moz-placeholder
{
    color: #8b9091;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box textarea
{
    height: 50px;
    margin-top: 10px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_boxCode
{
    border-bottom: none;
    margin-bottom: 20px;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_boxCode input
{
    width: 230px;
    border-bottom: 1px solid rgba(255,255,255,.6);
}
.HJZF2_Z_bottom_19_add_inquiry #index_inquiry div:last-child.inquiry_box
{
    padding: 0;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box #inquiry_box6
{
    width: 90px;
    border-radius: 3px;
    padding: 9px 14px 9px 14px;
    position: absolute;
    right: 2px;
    top: -50px;
    z-index: 9;
}
.HJZF2_Z_bottom_19_add_inquiry .inquiry_box #inquiry_box6 input
{
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 20px;
    height: 20px;
}
.HJZF2_Z_bottom_19_add_inquiry #index_inquiry .yz_alert
{
    top: auto;
    right: 10px;
    position: absolute;
    z-index: 2;
}
.HJZF2_Z_bottom_19_add_inquiry #index_inquiry #inquiry_box5 .yz_alert
{
    right: 120px;
}
@media(max-width: 767px)
{
    .HJZF2_Z_bottom_19_add_left
    {
        padding-bottom: 0;
    }
}
.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,.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: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
}
.mobile_search_content.active
{
    height: 60px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .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(100%,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: #666;
    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: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.mobile_languagebutton.active span:after
{
    border-color: transparent transparent #666 transparent;
    top: 1px;
    -o-transition: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.mobile_languagebutton span
{
    margin-left: 5px;
}
.mobile_languagelist
{
    margin-left: -15px;
    margin-right: -15px;
}
.mobile_languagelist ul
{
    width: 100%;
    background: #f5f5f5;
    padding: 0 23px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 0;
    overflow-y: auto;
    -o-transition: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.mobile_languagelist.active
{
    padding-bottom: 10px;
    background: #f5f5f5;
}
.mobile_languagelist.active ul
{
    height: 200px;
    -o-transition: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .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: .3;
    -o-transition: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .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: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .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,.2);
    box-shadow: 0 0 2px rgba(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,.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: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
}
.mobile_search_content.active
{
    height: 60px;
    -o-transition: .6s;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .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(100%,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: #666;
    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: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.mobile_languagebutton.active span:after
{
    border-color: transparent transparent #666 transparent;
    top: 1px;
    -o-transition: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
}
.mobile_languagebutton span
{
    margin-left: 5px;
}
.mobile_languagelist
{
    margin-left: -15px;
    margin-right: -15px;
}
.mobile_languagelist ul
{
    width: 100%;
    background: #f5f5f5;
    padding: 0 23px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 0;
    overflow-y: auto;
    -o-transition: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .6s;
    position: relative!important;
}
.mobile_languagelist.active
{
    padding-bottom: 10px;
    background: #f5f5f5;
}
.mobile_languagelist.active ul
{
    height: 200px;
    -o-transition: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .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: .3;
    -o-transition: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .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: .6s;
    transition: .6s;
    -moz-transition: .6s;
    -webkit-transition: .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,.2);
    box-shadow: 0 0 2px rgba(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;
}