/*!css/style.scss*/

/*!css/style.scss*/
/* a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 100%
} */

html,
body {
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

b,
strong {
    font-weight: 700
}

img {
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

ol,
ul {
    list-style: none
}

li {
    display: list-item
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

th,
td,
caption {
    font-weight: 400;
    vertical-align: top;
    text-align: left
}

q {
    quotes: none
}

q:before,
q:after {
    content: "";
    content: none
}

sub,
sup,
small {
    font-size: 75%
}

sub,
sup {
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

svg {
    overflow: hidden
}

input,
button,
select,
textarea {
    outline: 0
}

textarea {
    resize: none
}

body,
html {
    width: 100%;
    height: 100%;
    background-color: #fff
}

body,
div,
a,
span,
ul,
li,
img,
div:after,
div:before,
a:after,
a:before,
span:after,
span:before,
ul:after,
ul:before,
li:after,
li:before,
img:after,
img:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -ms-user-select: none;
    -ms-touch-action: none;
    -moz-user-select: -moz-none;
    -webkit-overflow-scrolling: touch
}

/* html {
    font: 400 .625em/20px Microsoft JhengHei, PingFang HK, Microsoft YaHei, Arial;
    font-weight: 400
} */

.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

.clearfix {
    *zoom: 1
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

span[id*=cnzz_stat] {
    display: none
}

.none {
    display: none !important
}

::-webkit-input-placeholder {
    color: #999
}

a {
    text-decoration: none;
    color: inherit;
    transition: color 300ms ease;
    -webkit-transition: color 300ms ease;
    -ms-transition: color 300ms ease
}

a.op {
    transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease
}

/* a[href]:hover {
    color: #d6000f
}

a.op[href]:hover {
    opacity: .6;
    color: inherit
} */

@media screen and (max-width:1024px) {
    a[href]:hover {
        color: inherit
    }

    a[href]:active {
        color: #d6000f
    }

    a.op[href]:hover {
        opacity: inherit;
        color: inherit
    }

    a.op[href]:active {
        opacity: .6;
        color: inherit
    }
}

i {
    font-style: normal
}

img {
    border: 0
}

audio {
    display: none;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    position: absolute;
    left: 0;
    top: 0
}

.t300 {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease
}

.t600 {
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease
}

.t1200 {
    -webkit-transition: all 600ms ease;
    transition: all 1200ms ease
}

.t2400 {
    -webkit-transition: all 600ms ease;
    transition: all 2400ms ease
}

@-webkit-keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -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-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-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-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-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-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-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -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-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.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: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-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, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.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,
.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-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.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-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-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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%;
    object-fit: contain
}

.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-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%;
    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)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.slide-content {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    opacity: 1
}

.blueimp-gallery {
    position: fixed;
    z-index: 999999;
    overflow: hidden;
    background: #000;
    background: rgba(0, 0, 0, .9);
    opacity: 0;
    display: none;
    direction: ltr;
    -ms-touch-action: none;
    touch-action: none
}

.blueimp-gallery-carousel {
    position: relative;
    z-index: auto;
    margin: 1em auto;
    padding-bottom: 56.25%;
    box-shadow: 0 0 10px #000;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.blueimp-gallery-display {
    display: block;
    opacity: 1
}

.blueimp-gallery>.slides {
    position: relative;
    height: 100%;
    overflow: hidden
}

.blueimp-gallery-carousel>.slides {
    position: absolute
}

.blueimp-gallery>.slides>.slide {
    position: relative;
    float: left;
    height: 100%;
    text-align: center;
    -webkit-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -moz-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -ms-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(0.645, .045, .355, 1)
}

.blueimp-gallery,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.blueimp-gallery>.slides>.slide-loading {
    background: url(/node_modules/blueimp-gallery/img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

.blueimp-gallery>.slides>.slide-loading>.slide-content {
    opacity: 0
}

.blueimp-gallery>.slides>.slide-error {
    background: url(/node_modules/blueimp-gallery/img/error.png) center no-repeat
}

.blueimp-gallery>.slides>.slide-error>.slide-content {
    display: none
}

.blueimp-gallery>.next,
.blueimp-gallery>.prev {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 40px;
    height: 40px;
    margin-top: -23px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 0 2px #000;
    text-align: center;
    background: #222;
    background: rgba(0, 0, 0, .5);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 3px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    opacity: .5;
    cursor: pointer;
    display: none
}

.blueimp-gallery>.next {
    left: auto;
    right: 15px
}

.blueimp-gallery>.close,
.blueimp-gallery>.title {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0 40px 0 0;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-shadow: 0 0 2px #000;
    opacity: .8;
    display: none
}

.blueimp-gallery>.close {
    padding: 15px;
    right: 15px;
    left: auto;
    margin: -15px;
    font-size: 30px;
    text-decoration: none;
    cursor: pointer
}

.blueimp-gallery>.play-pause {
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 15px;
    height: 15px;
    background: url(/node_modules/blueimp-gallery/img/play-pause.png) no-repeat;
    cursor: pointer;
    opacity: .5;
    display: none
}

.blueimp-gallery-playing>.play-pause {
    background-position: -15px 0
}

.blueimp-gallery>.close:hover,
.blueimp-gallery>.next:hover,
.blueimp-gallery>.play-pause:hover,
.blueimp-gallery>.prev:hover,
.blueimp-gallery>.title:hover {
    color: #fff;
    opacity: 1
}

.blueimp-gallery-controls>.close,
.blueimp-gallery-controls>.next,
.blueimp-gallery-controls>.play-pause,
.blueimp-gallery-controls>.prev,
.blueimp-gallery-controls>.title {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-left>.prev,
.blueimp-gallery-right>.next,
.blueimp-gallery-single>.next,
.blueimp-gallery-single>.play-pause,
.blueimp-gallery-single>.prev {
    display: none
}

.blueimp-gallery>.close,
.blueimp-gallery>.next,
.blueimp-gallery>.play-pause,
.blueimp-gallery>.prev,
.blueimp-gallery>.slides>.slide>.slide-content {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body:last-child .blueimp-gallery>.slides>.slide-error {
    background-image: url(/node_modules/blueimp-gallery/img/error_19ee6b7.svg)
}

body:last-child .blueimp-gallery>.play-pause {
    width: 20px;
    height: 20px;
    background-size: 40px 20px;
    background-image: url(/node_modules/blueimp-gallery/img/play-pause_21dfa31.svg)
}

body:last-child .blueimp-gallery-playing>.play-pause {
    background-position: -20px 0
}

*+html .blueimp-gallery>.slides>.slide {
    min-height: 300px
}

*+html .blueimp-gallery>.slides>.slide>.slide-content {
    position: relative
}

.blueimp-gallery>.indicator {
    position: absolute;
    top: auto;
    right: 15px;
    bottom: 15px;
    left: 15px;
    margin: 0 40px;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 10px;
    display: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.blueimp-gallery>.indicator>li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 6px 3px 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid transparent;
    background: #ccc;
    background: center no-repeat rgba(255, 255, 255, .25);
    border-radius: 5px;
    box-shadow: 0 0 2px #000;
    opacity: .5;
    cursor: pointer
}

.blueimp-gallery>.indicator>.active,
.blueimp-gallery>.indicator>li:hover {
    background-color: #fff;
    border-color: #fff;
    opacity: 1
}

.blueimp-gallery-controls>.indicator {
    display: block;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0)
}

.blueimp-gallery-single>.indicator {
    display: none
}

*+html .blueimp-gallery>.indicator>li {
    display: inline
}

.blueimp-gallery>.slides>.slide>.video-content>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -moz-backface-visibility: hidden
}

.blueimp-gallery>.slides>.slide>.video-content>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blueimp-gallery>.slides>.slide>.video-content>iframe {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.blueimp-gallery>.slides>.slide>.video-playing>iframe {
    top: 0
}

.blueimp-gallery>.slides>.slide>.video-content>a {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin: -64px auto 0;
    width: 128px;
    height: 128px;
    background: url(/node_modules/blueimp-gallery/img/video-play.png) center no-repeat;
    opacity: .8;
    cursor: pointer
}

.blueimp-gallery>.slides>.slide>.video-content>a:hover {
    opacity: 1
}

.blueimp-gallery>.slides>.slide>.video-content>video,
.blueimp-gallery>.slides>.slide>.video-playing>a,
.blueimp-gallery>.slides>.slide>.video-playing>img {
    display: none
}

.blueimp-gallery>.slides>.slide>.video-playing>video {
    display: block
}

.blueimp-gallery>.slides>.slide>.video-loading>a {
    background: url(/node_modules/blueimp-gallery/img/loading.gif) center no-repeat;
    background-size: 64px 64px
}

body:last-child .blueimp-gallery>.slides>.slide>.video-content:not(.video-loading)>a {
    background-image: url(/node_modules/blueimp-gallery/img/video-play_9b73795.svg)
}

*+html .blueimp-gallery>.slides>.slide>.video-content {
    height: 100%
}

*+html .blueimp-gallery>.slides>.slide>.video-content>a {
    left: 50%;
    margin-left: -64px
}

.lg-sub-html,
.lg-toolbar {
    background-color: rgba(0, 0, 0, .45)
}

@font-face {
    font-family: lg;
    src: url(/node_modules/lightgallery/dist/fonts/lg_ecff117.eot?n1z373);
    src: url(/node_modules/lightgallery/dist/fonts/lg_ecff117.eot?) format("embedded-opentype"), url(/node_modules/lightgallery/dist/fonts/lg_5fd4c33.woff?n1z373) format("woff"), url(/node_modules/lightgallery/dist/fonts/lg_4fe6f9c.ttf?n1z373) format("truetype"), url(/node_modules/lightgallery/dist/fonts/lg_0cb1b8a.svg?n1z373) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    font-family: lg;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: 0;
    outline: 0
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    pointer-events: none;
    opacity: .5
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #FFF
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@keyframes lg-right-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

@keyframes lg-left-end {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s;
    animation: lg-right-end .3s;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s;
    animation: lg-left-end .3s;
    position: relative
}

.lg-toolbar {
    z-index: 1082;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    padding: 10px 0;
    text-align: center;
    width: 50px;
    text-decoration: none !important;
    outline: 0;
    -webkit-transition: color .2s linear;
    -o-transition: color .2s linear;
    transition: color .2s linear
}

.lg-toolbar .lg-icon:hover {
    color: #FFF
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html {
    bottom: 0;
    color: #EEE;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    margin: 0;
    font-size: 13px;
    font-weight: 700
}

.lg-sub-html p {
    font-size: 12px;
    margin: 5px 0 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px;
    vertical-align: middle
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s, color .2s linear
}

.lg-hide-items .lg-prev {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(0.5, .5, .5);
    transform: scale3d(0.5, .5, .5);
    opacity: 0;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -o-transition: -o-transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    transition: transform 250ms cubic-bezier(0, 0, .25, 1) 0s, opacity 250ms cubic-bezier(0, 0, .25, 1) !important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    background-color: #0D0A0A;
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1080;
    max-height: 350px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-thumb {
    padding: 10px 0;
    height: 100%;
    margin-bottom: -5px
}

.lg-outer .lg-thumb-item {
    cursor: pointer;
    float: left;
    overflow: hidden;
    height: 100%;
    border: 2px solid #FFF;
    border-radius: 4px;
    margin-bottom: 5px
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease;
    transition: bottom .25s ease
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0D0A0A;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
    color: #FFF
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

.lg-outer .lg-video-cont {
    display: inline-block;
    vertical-align: middle;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 0 5px
}

.lg-outer .lg-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-iframe .lg-video {
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(/node_modules/lightgallery/dist/img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(/node_modules/lightgallery/dist/img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(/node_modules/lightgallery/dist/img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(/node_modules/lightgallery/dist/img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(/node_modules/lightgallery/dist/img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1083;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s;
    transition: left .3s cubic-bezier(0, 0, .25, 1) 0s, top .3s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -moz-transition: -moz-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -o-transition: -o-transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    transition: transform .3s cubic-bezier(0, 0, .25, 1) 0s, opacity .15s !important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    vertical-align: middle;
    width: 0
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.lg-outer #lg-dropdown-overlay {
    background-color: rgba(0, 0, 0, .25);
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1081;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    -o-transition: visibility 0s linear .18s, opacity .18s linear 0s;
    transition: visibility 0s linear .18s, opacity .18s linear 0s
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible
}

.lg-outer .lg-dropdown {
    background-color: #fff;
    border-radius: 2px;
    font-size: 14px;
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    opacity: 0;
    visibility: hidden;
    -moz-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
    -webkit-transition: -webkit-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -moz-transition: -moz-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    -o-transition: -o-transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s;
    transition: transform .18s linear 0s, visibility 0s linear .5s, opacity .18s linear 0s
}

.lg-outer .lg-dropdown:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    border: 8px solid transparent;
    border-bottom-color: #FFF;
    right: 16px;
    top: -16px
}

.lg-outer .lg-dropdown>li:last-child {
    margin-bottom: 0
}

.lg-outer .lg-dropdown>li:hover .lg-icon,
.lg-outer .lg-dropdown>li:hover a {
    color: #333
}

.lg-outer .lg-dropdown a {
    color: #333;
    display: block;
    white-space: pre;
    padding: 4px 12px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px
}

.lg-outer .lg-dropdown a:hover {
    background-color: rgba(0, 0, 0, .07)
}

.lg-outer .lg-dropdown .lg-dropdown-text {
    display: inline-block;
    line-height: 1;
    margin-top: -3px;
    vertical-align: middle
}

.lg-outer .lg-dropdown .lg-icon {
    color: #333;
    display: inline-block;
    float: none;
    font-size: 20px;
    height: auto;
    line-height: 1;
    margin-right: 8px;
    padding: 0;
    vertical-align: middle;
    width: auto
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-outer #lg-share {
    position: relative
}

.lg-outer #lg-share:after {
    content: "\e80d"
}

.lg-outer #lg-share-facebook .lg-icon {
    color: #3b5998
}

.lg-outer #lg-share-facebook .lg-icon:after {
    content: "\e901"
}

.lg-outer #lg-share-twitter .lg-icon {
    color: #00aced
}

.lg-outer #lg-share-twitter .lg-icon:after {
    content: "\e904"
}

.lg-outer #lg-share-googleplus .lg-icon {
    color: #dd4b39
}

.lg-outer #lg-share-googleplus .lg-icon:after {
    content: "\e902"
}

.lg-outer #lg-share-pinterest .lg-icon {
    color: #cb2027
}

.lg-outer #lg-share-pinterest .lg-icon:after {
    content: "\e903"
}

.lg-group:after {
    content: "";
    display: table;
    clear: both
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s !important;
    transition-duration: 0s !important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(/node_modules/lightgallery/dist/img/loading.gif) center center no-repeat;
    display: none !important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block !important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: absolute;
    padding: 0 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
    height: auto !important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s !important;
    -moz-transition: none 0s ease 0s !important;
    -o-transition: none 0s ease 0s !important;
    transition: none 0s ease 0s !important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
    text-align: center
}

@font-face {
    font-family: VideoJS;
    src: url("../js/lib/videojs/font/VideoJS_2b9875f_2b9875f.eot?t=1494214640693");
    src: url("../js/lib/videojs/font/VideoJS_2b9875f_2b9875f.eot?t=1494214640693") format("embedded-opentype"), url("../js/lib/videojs/font/VideoJS_4d3f24d_4d3f24d.woff?t=1494214640693") format("woff"), url("../js/lib/videojs/font/VideoJS_3f224f7_3f224f7.ttf?t=1494214640693") format("truetype"), url("../js/lib/videojs/font/VideoJS_9e2ddec_9e2ddec.svg?t=1494214640693") format("svg");
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play,
.video-js .vjs-big-play-button,
.video-js .vjs-play-control {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
    content: ""
}

.vjs-icon-play-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-play-circle:before {
    content: ""
}

.vjs-icon-pause,
.video-js .vjs-play-control.vjs-playing {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
    content: ""
}

.vjs-icon-volume-mute,
.video-js .vjs-mute-control.vjs-vol-0,
.video-js .vjs-volume-menu-button.vjs-vol-0 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: ""
}

.vjs-icon-volume-low,
.video-js .vjs-mute-control.vjs-vol-1,
.video-js .vjs-volume-menu-button.vjs-vol-1 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: ""
}

.vjs-icon-volume-mid,
.video-js .vjs-mute-control.vjs-vol-2,
.video-js .vjs-volume-menu-button.vjs-vol-2 {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: ""
}

.vjs-icon-volume-high,
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
    content: ""
}

.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
    content: ""
}

.vjs-icon-fullscreen-exit,
.video-js.vjs-fullscreen .vjs-fullscreen-control {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: ""
}

.vjs-icon-square {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-square:before {
    content: ""
}

.vjs-icon-spinner {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-spinner:before {
    content: ""
}

.vjs-icon-subtitles,
.video-js .vjs-subtitles-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
    content: ""
}

.vjs-icon-captions,
.video-js .vjs-captions-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
    content: ""
}

.vjs-icon-chapters,
.video-js .vjs-chapters-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
    content: ""
}

.vjs-icon-share {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-share:before {
    content: ""
}

.vjs-icon-cog {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cog:before {
    content: ""
}

.vjs-icon-circle,
.video-js .vjs-mouse-display,
.video-js .vjs-play-progress,
.video-js .vjs-volume-level {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
    content: ""
}

.vjs-icon-circle-outline {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-outline:before {
    content: ""
}

.vjs-icon-circle-inner-circle {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-circle-inner-circle:before {
    content: ""
}

.vjs-icon-hd {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-hd:before {
    content: ""
}

.vjs-icon-cancel,
.video-js .vjs-control.vjs-close-button {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
    content: ""
}

.vjs-icon-replay {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-replay:before {
    content: ""
}

.vjs-icon-facebook {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-facebook:before {
    content: ""
}

.vjs-icon-gplus {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-gplus:before {
    content: ""
}

.vjs-icon-linkedin {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-linkedin:before {
    content: ""
}

.vjs-icon-twitter {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-twitter:before {
    content: ""
}

.vjs-icon-tumblr {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-tumblr:before {
    content: ""
}

.vjs-icon-pinterest {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-pinterest:before {
    content: ""
}

.vjs-icon-audio-description {
    font-family: VideoJS;
    font-weight: 400;
    font-style: normal
}

.vjs-icon-audio-description:before {
    content: ""
}

.video-js {
    display: block;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background-color: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: 400;
    font-style: normal;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.video-js:-moz-full-screen {
    position: absolute
}

.video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important
}

.video-js *,
.video-js :before,
.video-js :after {
    box-sizing: inherit
}

.video-js ul {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    list-style-position: outside;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
    width: 100%;
    max-width: 100%;
    height: 0
}

.video-js.vjs-16-9 {
    padding-top: 56.25%
}

.video-js.vjs-4-3 {
    padding-top: 75%
}

.video-js.vjs-fill {
    width: 100%;
    height: 100%
}

.video-js .vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
    cursor: none
}

.vjs-hidden {
    display: none !important
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0 auto
}

.vjs-no-js a,
.vjs-no-js a:visited {
    color: #66A8CC
}

.video-js .vjs-big-play-button {
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: .06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, .7);
    border-radius: .3em;
    -webkit-transition: all .4s;
    transition: all .4s
}

.vjs-big-play-centered .vjs-big-play-button {
    top: 50%;
    left: 50%;
    margin-top: -.75em;
    margin-left: -1.5em
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    outline: 0;
    border-color: #fff;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5);
    -webkit-transition: all 0s;
    transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none
}

.video-js button {
    background: 0 0;
    border: 0;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    -webkit-transition: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 2
}

.vjs-menu-button {
    cursor: pointer
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none
}

.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: .2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: lowercase
}

.vjs-menu li:focus,
.vjs-menu li:hover {
    outline: 0;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
    background-color: #fff;
    color: #2B333F
}

.vjs-menu li.vjs-menu-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 2em;
    padding: 0;
    margin: 0 0 .3em;
    font-weight: 700;
    cursor: default
}

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 10em;
    left: -3em;
    height: 0;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, .7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, .7);
    position: absolute;
    width: 100%;
    bottom: 1.5em;
    max-height: 15em
}

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
    display: block
}

.video-js .vjs-menu-button-inline {
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
    width: 2.222222222em
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
    width: 12em
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
    -webkit-transition: none;
    transition: none
}

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 2.2222222em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden
}

.video-js .vjs-control-bar {
    display: none;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, .7)
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility .1s, opacity .1s;
    transition: visibility .1s, opacity .1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible
}

@media �screen {
    .vjs-user-inactive.vjs-playing .vjs-control-bar :before {
        content: ""
    }
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table
}

.video-js .vjs-control {
    outline: 0;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 4em;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.video-js .vjs-control:before {
    font-size: 1.8em;
    line-height: 1.67
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
    text-shadow: 0 0 1em #fff
}

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
    display: none
}

.video-js .vjs-progress-control {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vjs-live .vjs-progress-control {
    display: none
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all .2s;
    transition: all .2s;
    height: .3em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
    display: block;
    font-size: .6em
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: .3em;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0
}

.video-js .vjs-mouse-display:before {
    display: none
}

.video-js .vjs-play-progress {
    background-color: #fff
}

.video-js .vjs-play-progress:before {
    position: absolute;
    top: -.333333333333333em;
    right: -.5em;
    font-size: .9em
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
    display: none;
    position: absolute;
    top: -2.4em;
    right: -1.5em;
    font-size: .9em;
    color: #000;
    content: attr(data-current-time);
    padding: .2em .5em;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .8);
    border-radius: .3em
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
    z-index: 1
}

.video-js .vjs-load-progress {
    background: ligthen(#73859f, 25%);
    background: rgba(115, 133, 159, .5)
}

.video-js .vjs-load-progress div {
    background: ligthen(#73859f, 50%);
    background: rgba(115, 133, 159, .75)
}

.video-js.vjs-no-flex .vjs-progress-control {
    width: auto
}

.video-js .vjs-progress-control .vjs-mouse-display {
    display: none;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #000;
    z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
    display: none
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
    color: #fff;
    background-color: #000;
    background-color: rgba(0, 0, 0, .8)
}

.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 .45em;
    background-color: #73859f;
    background-color: rgba(115, 133, 159, .5)
}

.video-js .vjs-slider:focus {
    text-shadow: 0 0 1em #fff;
    box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.video-js .vjs-volume-control {
    width: 5em;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-js .vjs-volume-bar {
    margin: 1.35em
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 5em;
    height: .3em
}

.vjs-volume-bar.vjs-slider-vertical {
    width: .3em;
    height: 5em
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.video-js .vjs-volume-level:before {
    position: absolute;
    font-size: .9em
}

.vjs-slider-vertical .vjs-volume-level {
    width: .3em
}

.vjs-slider-vertical .vjs-volume-level:before {
    top: -.5em;
    left: -.3em
}

.vjs-slider-horizontal .vjs-volume-level {
    height: .3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
    top: -.3em;
    right: -.5em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: .5em;
    height: 8em
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
    left: -2em
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
    height: 0;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
    height: 8em;
    width: 2.9em
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
    height: 2.9em;
    width: 8em
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
    background-color: transparent !important
}

.vjs-poster {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%
}

.vjs-poster img {
    display: block;
    vertical-align: middle;
    margin: 0 auto;
    max-height: 100%;
    padding: 0;
    width: 100%
}

.vjs-has-started .vjs-poster {
    display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
    display: block
}

.vjs-controls-disabled .vjs-poster {
    display: none
}

.vjs-using-native-controls .vjs-poster {
    display: none
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 1em;
    line-height: 3em
}

.vjs-live .vjs-time-control {
    display: none
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: none
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: none
}

.vjs-time-divider {
    display: none;
    line-height: 3em
}

.vjs-live .vjs-time-divider {
    display: none
}

.video-js .vjs-play-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: .1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, .5)
}

.vjs-subtitles {
    color: #fff
}

.vjs-captions {
    color: #fc6
}

.vjs-tt-cue {
    display: block
}

video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
    width: 3.8em;
    cursor: pointer;
    -webkit-box-flex: none;
    -ms-flex: none;
    flex: none
}

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 1.5em;
    line-height: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.vjs-playback-rate .vjs-menu {
    width: 4em;
    left: 0
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -.5em;
    position: absolute;
    text-shadow: .05em .05em .1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%
}

.vjs-loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .85;
    text-align: left;
    border: 6px solid rgba(43, 51, 63, .7);
    box-sizing: border-box;
    background-clip: padding-box;
    width: 50px;
    height: 50px;
    border-radius: 25px
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    display: block
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
    content: "";
    position: absolute;
    margin: -6px;
    box-sizing: inherit;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    opacity: 1;
    border: inherit;
    border-color: transparent;
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
    -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite;
    animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, .2, 0, .8) infinite, vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
    border-top-color: #fff
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
    border-top-color: #fff;
    -webkit-animation-delay: .44s;
    animation-delay: .44s
}

@keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes vjs-spinner-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

@-webkit-keyframes vjs-spinner-fade {
    0% {
        border-top-color: #73859f
    }

    20% {
        border-top-color: #73859f
    }

    35% {
        border-top-color: #fff
    }

    60% {
        border-top-color: #73859f
    }

    100% {
        border-top-color: #73859f
    }
}

.vjs-chapters-button .vjs-menu {
    left: -10em;
    width: 0
}

.vjs-chapters-button .vjs-menu ul {
    width: 24em
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
    display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
    display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
    display: none
}

.vjs-caption-settings {
    position: relative;
    top: 1em;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, .75);
    color: #fff;
    margin: 0 auto;
    padding: .5em;
    height: 15em;
    font-size: 12px;
    width: 40em
}

.vjs-caption-settings .vjs-tracksettings {
    top: 0;
    bottom: 2em;
    left: 0;
    right: 0;
    position: absolute;
    overflow: auto
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
    float: left
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
    clear: both
}

.vjs-caption-settings .vjs-tracksettings-controls {
    position: absolute;
    bottom: 1em;
    right: 1em
}

.vjs-caption-settings .vjs-tracksetting {
    margin: 5px;
    padding: 3px;
    min-height: 40px
}

.vjs-caption-settings .vjs-tracksetting label {
    display: block;
    width: 100px;
    margin-bottom: 5px
}

.vjs-caption-settings .vjs-tracksetting span {
    display: inline;
    margin-left: 5px
}

.vjs-caption-settings .vjs-tracksetting>div {
    margin-bottom: 5px;
    min-height: 20px
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    min-height: 0
}

.vjs-caption-settings label>input {
    margin-right: 10px
}

.vjs-caption-settings input[type=button] {
    width: 40px;
    height: 40px
}

.video-js .vjs-modal-dialog {
    background: rgba(0, 0, 0, .8);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0));
    background: linear-gradient(180deg, rgba(0, 0, 0, .8), rgba(255, 255, 255, 0))
}

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1
}

.header-space {
    height: 100px;
    display: none
}

.mobile-header {
    display: none
}

.table {
    display: table;
    width: 100%
}

.table .tr {
    display: table-row
}

.table .tr .td {
    display: table-cell;
    vertical-align: middle
}

body {
    overflow: auto;
    min-width: 1200px;
    background-color: #fff
}

/* .header {
    width: 100%;
    position: relative;
    z-index: 999;
    min-width: 1220px;
    padding: 0 50px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    background-color: rgba(0, 0, 0, .12);
    border-bottom: 1px solid #eee;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.header.black {
    background-color: #fff;
    box-shadow: 1.5px 2.598px 5px 0 rgba(7, 0, 2, .15)
}

.header.black>.inner {
    color: #000;
    padding-top: 0
}

.header.black>.inner .nav li.has-active a {
    color: #000
}

.header.black>.inner .nav>li>a {
    padding: 42px 18px 22px
}

.header.black>.inner .nav .bar {
    background-color: #d6000f
}

.header.black>.inner .lang {
    padding: 42px 20px 22px 0
}

.header.black>.inner .lang .search-icon svg path {
    fill: #000
}

.header.black>.inner .music {
    margin-top: 43px
}

.header.black>.inner .logo {
    padding-top: 28px
}

.header.black>.inner .logo img {
    height: 26px
}

.header.black>.inner .logo img.red {
    display: block
}

.header.black>.inner .logo img.white {
    display: none
}

.header.black>.inner .music .mb {
    display: block
}

.header.black>.inner .music .mw {
    display: none
}

.header>.inner {
    transition: padding 300ms ease;
    -webkit-transition: padding 300ms ease;
    -ms-transition: padding 300ms ease;
    margin: 0 auto;
    *zoom: 1;
    color: #fff
}

.header>.inner:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

.header>.inner .music {
    display: none;
    float: right;
    margin: 51px 0 0 10px;
    cursor: pointer;
    font-size: 0;
    line-height: 0
}

.header>.inner .music img {
    height: 17px;
    vertical-align: top
}

.header>.inner .music .mb {
    display: none
}

.header>.inner .music .mw {
    display: block
}

.header>.inner .lang {
    float: right;
    font-size: 16px;
    padding: 50px 20px 30px 0
}

.header>.inner .lang span {
    margin: 0 25px 0 20px
}

.header>.inner .lang .search-icon {
    cursor: pointer;
    display: inline;
    margin-left: 30px
}

.header>.inner .lang .search-icon svg {
    vertical-align: middle;
    width: 18px;
    height: 18px
}

.header>.inner .lang .search-icon svg path {
    fill: #fff
}

.header>.inner .logo {
    display: block;
    float: left;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    padding-top: 45px
}

.header>.inner .logo img {
    height: 30px;
    width: auto
}

.header>.inner .logo img.red {
    display: none
}

.header>.inner .nav {
    position: relative;
    font-size: 16px;
    float: right;
    *zoom: 1
}

.header>.inner .nav:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

.header>.inner .nav li.bar {
    display: block;
    background-color: #fff;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
    transition: all 300ms ease
}

.header>.inner .nav>li {
    position: relative;
    float: left
}

.header>.inner .nav>li>a {
    display: block;
    min-width: 80px;
    text-align: center;
    padding: 50px 20px 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease
}

.header>.inner .nav>li:hover a {
    color: inherit
}

.header>.inner .nav>li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.header>.inner .nav>li>ul {
    letter-spacing: 0;
    margin: 0 auto;
    padding: 0;
    border-top: 3px solid rgba(255, 255, 255, 0);
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    color: #000;
    -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, -webkit-transform 300ms ease
}

body.loaded .header>.inner .nav>li>ul {
    display: block
}

.header>.inner .nav>li>ul:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #f8f8f8 \0;
    opacity: .9;
    filter: alpha(opacity=90)
}

.header>.inner .nav>li>ul>li {
    letter-spacing: normal;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    white-space: nowrap
}

.header>.inner .nav>li>ul>li a {
    font-size: 16px;
    display: block;
    padding: 14px 22px
}

.header>.inner .nav>li>ul>li.active {
    background-color: #d6000f
}

.header>.inner .nav>li>ul>li.active a {
    color: #fff
}

.header>.inner .nav>li>ul>li:hover {
    background-color: #d6000f
}

.header>.inner .nav>li>ul>li:hover a {
    color: #fff
} */

.swiper-pagination {
    text-align: center;
    letter-spacing: -.31em
}

.swiper-pagination .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-switch {
    letter-spacing: normal;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    width: 10px;
    height: 10px;
    border-radius: 9px;
    background-color: #fff;
    margin: 0 5px;
    opacity: 1;
    display: inline-block
}

/* .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet.swiper-active-switch,
.swiper-pagination .swiper-pagination-switch.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-switch.swiper-active-switch {
    background-color: #fff;
    width: 20px
} */

/* .footer-box {
    overflow: hidden
}

.footer {
    padding: 20px 50px;
    background-color: #333;
    color: #bfbfbf;
    min-width: 1200px;
    overflow: hidden;
    min-height: 135px
}

.footer .inner {
    *zoom: 1;
    text-align: right;
    position: relative;
    padding: 0 120px 0 0
}

.footer .inner:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

.footer .inner .part1 {
    float: right
}

.footer .inner .part1 .t1 {
    font-size: 20px;
    padding: 5px 0 10px;
    line-height: normal
}

.footer .inner .part1 .t2 {
    font-size: 14px;
    padding: 0 0 10px
}

.footer .inner .part2 {
    float: left;
    text-align: left
}

.footer .inner .part2 .t1 {
    font-size: 18px;
    padding: 5px 0 10px;
    line-height: normal
}

.footer .inner .part2 .t2 {
    font-size: 14px;
    padding: 0 0 10px
}

.footer .inner .part3 {
    position: absolute;
    right: 0;
    top: 0
}

.footer .inner .part3 img {
    height: 95px;
    vertical-align: top
} */

.mobile-side-menu {
    display: none
}

.page-loading {
    font-size: 14px;
    text-align: center;
    color: #767676;
    margin: 30px 0;
    display: none
}

.page-loading i {
    position: relative;
    top: -1px
}

.page-loading.show {
    display: block
}

.page-loading.ing i {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background: url("../../images/loading-more.png") no-repeat center center;
    background-size: cover;
    margin-right: 5px;
    -webkit-animation: rotate360 1s linear infinite;
    animation: rotate360 1s linear infinite
}

.page-loading.end i {
    display: inline-block;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    background: url("../../images/loading-end.png") no-repeat center center;
    background-size: cover;
    margin-right: 5px
}

.bottom-fix {
    display: none;
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 65px;
    width: 45px
}

.bottom-fix>div {
    width: 45px;
    height: 45px;
    margin-bottom: 5px;
    cursor: pointer
}

.bottom-fix>div.to-top {
    background: url("../../images/to-top.jpg");
    display: none;
    position: relative
}

.bottom-fix>div.to-top:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/to-top-active.jpg");
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease
}

.bottom-fix>div.to-top:hover:before {
    opacity: 1;
    filter: alpha(opacity=100)
}

.bottom-fix>div.to-top.show {
    display: block
}

.second-banner {
    height: 640px;
    position: relative;
    overflow: hidden
}

.second-banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: all 12s linear;
    background-size: cover
}

body.loaded .second-banner .bg {
    transform: scale(1)
}

.second-banner.about .bg {
    background: url("../../images/second-banner-about.jpg") no-repeat center center;
    background-size: cover
}

.second-banner.news .bg {
    background: url("../../images/second-banner-news.jpg") no-repeat center center;
    background-size: cover
}

.second-banner.business-classify .bg {
    background: url("../../images/second-banner-business-classify.jpg") no-repeat center center;
    background-size: cover
}

.second-banner.express .bg {
    background-image: url("../../images/second-banner-supply.jpg")
}

.second-banner.situation .bg {
    background: url("../../images/second-banner-situation.jpg") no-repeat center center;
    background-size: cover
}

.second-banner.duty .bg {
    background-image: url("../../images/second-banner-duty-new.jpg")
}

.second-banner.duty-amo .bg {
    background-image: url("../../images/second-banner-duty.jpg")
}

.second-banner .title {
    position: absolute;
    bottom: 30%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    line-height: normal;
    text-align: center;
    padding: 30px 0 10px;
    transform-origin: bottom center
}

.second-banner .title .t1 {
    position: relative;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    padding: 0 0 10px;
    text-transform: Uppercase
}

.second-banner .title .t2 {
    position: relative;
    font-size: 20px;
    line-height: 1;
    text-transform: Uppercase
}

.second-banner .title i {
    position: absolute;
    left: -82px;
    right: 0;
    top: -12px;
    margin: auto;
    width: 40px;
    height: 48px;
    display: block
}

.second-banner .title i:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: skew(-30deg);
    background-color: #0098ff
}

.second-banner .title span {
    position: absolute;
    top: 0;
    left: -220px;
    right: 0;
    margin: auto;
    width: 100px;
    height: 100%;
    display: block
}

.second-banner .title span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: skew(-30deg);
    background-color: #d6000f
}

.tabs {
    position: relative;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden
}

.tabs__box {
    position: relative;
    top: -16px
}

.tabs .tab-arrow {
    display: none;
    line-height: 40px;
    color: #fff;
    width: 60px;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 60px;
    top: 0;
    font-family: "宋体";
    background: url("../../images/history-arrow-left.png") no-repeat center center;
    background-size: 10px auto;
    cursor: pointer
}

.tabs .tab-arrow.right {
    right: 60px;
    left: auto;
    background-image: url("../../images/history-arrow-right.png")
}

.tabs__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 50px;
    transform: skew(-30deg);
    background-color: #f4f4f4;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15)
}

.tabs .tab-content {
    position: relative;
    letter-spacing: -.31em;
    white-space: nowrap;
    overflow: auto;
    padding: 0 25px;
    margin: 0 100px
}

.tabs .tab-content::-webkit-scrollbar {
    width: 0;
    height: 0
}

.tabs .tab-content::-webkit-scrollbar-track {
    border-radius: 10px;
    width: 10px
}

.tabs .tab-content::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #bbb;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

.tabs .tab-content::-webkit-scrollbar-thumb:window-inactive {
    background: #eee
}

.tabs .tab {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    transition: all 300ms ease
}

.tabs .tab a {
    font-size: 18px;
    display: block;
    padding: 0 30px
}

body.pc .tabs .tab-content.hovered .tab:hover,
body.pc .tabs .tab:hover {
    background-color: #d6000f
}

body.pc .tabs .tab-content.hovered .tab:hover a,
body.pc .tabs .tab:hover a {
    color: #fff
}

.tabs .tab.active {
    background-color: #d6000f
}

.tabs .tab.active a {
    color: #fff
}

[data-video-url] {
    cursor: pointer
}

.video-dialog {
    display: none;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%
}

.video-dialog.show {
    display: block
}

.video-dialog iframe {
    width: 100%;
    height: 100%
}

.video-dialog>.box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1120px;
    height: 639px;
    margin: auto;
    box-shadow: 2px 8px 50px 0 rgba(0, 0, 0, .4);
    border: 10px solid rgba(255, 255, 255, .7)
}

.video-dialog>.box .video-js {
    width: 100%;
    height: 100%
}

.video-dialog>.box .close {
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 宋体;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    z-index: 10;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 30px
}

.video-dialog>.box video {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.page-pagination {
    text-align: center
}

.page-pagination a,
.page-pagination div {
    width: 37px;
    height: 37px;
    color: #666;
    border: 1px solid #666;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 37px;
    vertical-align: top;
    transition: all 300ms ease
}

.page-pagination a:hover,
.page-pagination a.active,
.page-pagination div:hover,
.page-pagination div.active {
    background-color: #d6000f;
    color: #fff;
    border-color: #d6000f
}

.page-pagination a.prev,
.page-pagination div.prev {
    background-image: url("../../images/pagination-1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px auto
}

.page-pagination a.prev:hover,
.page-pagination div.prev:hover {
    background-image: url("../../images/pagination-1-1.png")
}

.page-pagination a.next,
.page-pagination div.next {
    background-image: url("../../images/pagination-2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px auto
}

.page-pagination a.next:hover,
.page-pagination div.next:hover {
    background-image: url("../../images/pagination-2-1.png")
}

.page-pagination a.disabled,
.page-pagination div.disabled {
    background-color: #eee;
    opacity: .6
}

.page-pagination a.disabled:hover,
.page-pagination div.disabled:hover {
    border-color: #666
}

.page-pagination a.disabled.prev,
.page-pagination div.disabled.prev {
    background-image: url("../../images/pagination-1.png")
}

.page-pagination a.disabled.next,
.page-pagination div.disabled.next {
    background-image: url("../../images/pagination-2.png")
}

.page-pagination a.dot,
.page-pagination div.dot {
    border-color: #fff;
    cursor: default
}

.page-pagination a.dot:hover,
.page-pagination div.dot:hover {
    border-color: #fff;
    background-color: #fff;
    color: #666
}

@media screen and (max-width:1680px) {
    .header.black>.inner .nav>li>a {
        padding: 35px 18px 19px
    }

    .header.black>.inner .lang {
        padding: 35px 20px 19px 0
    }

    .header.black>.inner .music {
        margin-top: 36px
    }

    .header.black>.inner .logo {
        padding-top: 26px
    }

    .header.black>.inner .logo img {
        height: 22px
    }

    .header>.inner .lang {
        float: right;
        font-size: 16px;
        padding: 43px 20px 27px 0
    }

    .header>.inner .lang span {
        margin: 0 25px 0 20px
    }

    .header>.inner .lang .search-icon svg {
        width: 16px;
        height: 16px
    }

    .header>.inner .music {
        margin: 44px 0 0 10px
    }

    .header>.inner .logo {
        padding-top: 40px
    }

    .header>.inner .logo img {
        height: 26px;
        width: auto
    }

    .header>.inner .nav {
        position: relative;
        font-size: 16px;
        float: right;
        *zoom: 1
    }

    .header>.inner .nav>li>a {
        min-width: 80px;
        padding: 43px 20px 27px
    }

    .header>.inner .nav>li>ul>li a {
        font-size: 16px;
        display: block;
        padding: 12px 21px
    }

    .tabs .tab a {
        font-size: 18px;
        display: block;
        padding: 0 30px
    }
}

@media screen and (max-width:1366px) {
    .header.black>.inner .nav>li>a {
        padding: 25px 16px 9px
    }

    .header.black>.inner .lang {
        padding: 23px 20px 9px 0
    }

    .header.black>.inner .music {
        margin-top: 25px
    }

    .header.black>.inner .logo {
        padding-top: 18px
    }

    .header.black>.inner .logo img {
        height: 18px
    }

    .header>.inner .lang {
        float: right;
        font-size: 14px;
        padding: 35px 20px 15px 0
    }

    .header>.inner .lang span {
        margin: 0 25px 0 20px
    }

    .header>.inner .lang .search-icon svg {
        width: 14px;
        height: 14px
    }

    .header>.inner .music {
        margin: 37px 0 0 5px
    }

    .header>.inner .logo {
        padding-top: 30px
    }

    .header>.inner .logo img {
        height: 22px;
        width: auto
    }

    .header>.inner .nav {
        position: relative;
        font-size: 16px;
        float: right;
        *zoom: 1
    }

    .header>.inner .nav>li>a {
        min-width: 80px;
        font-size: 14px;
        padding: 35px 20px 15px
    }

    .header>.inner .nav>li>ul>li a {
        font-size: 14px;
        display: block;
        padding: 8px 24px
    }

    .tabs .tab a {
        font-size: 16px;
        display: block;
        padding: 0 25px
    }

    .video-dialog>.box {
        width: 800px;
        height: 460px
    }
}

@media screen and (max-width:1024px) {

    .page-pagination a,
    .page-pagination div {
        width: 29px;
        height: 29px;
        line-height: 27px;
        font-size: 14px;
        margin: 0 5px
    }

    .page-pagination a.prev,
    .page-pagination a.next,
    .page-pagination div.prev,
    .page-pagination div.next {
        background-size: 16px auto
    }

    .second-banner {
        height: 280px
    }

    .second-banner .title {
        bottom: 50px;
        padding: 35px 0 8px
    }

    .second-banner .title i {
        width: 25px;
        height: 30px;
        left: -34px;
        top: -8px
    }

    .second-banner .title span {
        width: 60px;
        left: -120px
    }

    .second-banner .title .t1 {
        font-size: 21px;
        padding: 0
    }

    .second-banner .title .t2 {
        font-size: 12px
    }

    .mobile-header-space {
        display: none
    }

    .video-dialog {
        background-color: rgba(0, 0, 0, .6)
    }

    .video-dialog>.box {
        width: 100%;
        height: 240px
    }

    .video-dialog>.box .close {
        left: 0;
        top: auto;
        margin: auto;
        bottom: -60px
    }

    .tabs {
        height: auto;
        width: 100%;
        position: relative;
        bottom: auto;
        top: auto;
        font-size: 14px;
        line-height: 40px;
        background-color: #f1f1f1
    }

    .tabs__box {
        top: 0
    }

    .tabs .tab-arrow {
        cursor: pointer;
        height: 100%;
        width: 26px;
        background-size: 8px auto;
        background-color: rgba(255, 255, 255, .3)
    }

    .tabs .tab-arrow.left {
        left: 0
    }

    .tabs .tab-arrow.right {
        right: 0
    }

    .tabs .tab-content {
        padding: 0 10px;
        margin: 0;
        width: 100%
    }

    .tabs__bg {
        transform: skew(0);
        right: 0
    }

    .tabs .tab {
        border-top-width: 3px
    }

    .tabs .tab a {
        font-size: 14px;
        padding: 0 20px
    }

    .footer {
        padding: 35px 0;
        text-align: center;
        min-width: 0
    }

    .footer .inner {
        padding: 0
    }

    .footer .inner .part1,
    .footer .inner .part2 {
        float: none;
        text-align: center
    }

    .footer .inner .part1 span,
    .footer .inner .part2 span {
        display: block
    }

    .footer .inner .part1 .t1,
    .footer .inner .part2 .t1 {
        font-size: 15px;
        padding: 0 0 10px
    }

    .footer .inner .part1 .t2,
    .footer .inner .part2 .t2 {
        font-size: 10px;
        padding: 0;
        line-height: 22px
    }

    .footer .inner .part2 {
        padding: 15px 0 0
    }

    .footer .inner .part2 .t1 {
        font-size: 12px
    }

    .footer .inner .part3 {
        padding: 20px 0 0;
        position: static;
        text-align: center
    }

    .footer .inner .part3 img {
        height: 87px
    }

    .bottom-fix {
        display: block;
        right: 15px;
        bottom: 15px;
        width: 30px
    }

    .bottom-fix>div {
        width: 30px;
        height: 30px;
        border: 0;
        margin: 0
    }

    .bottom-fix>div.to-top {
        background-image: url("../../images/mobile-to-top.png");
        background-size: cover
    }

    .bottom-fix>div.to-top::before {
        display: none
    }

    body {
        min-width: 0
    }

    .header-space {
        display: none
    }

    .header {
        display: none
    }

    .mobile-header-space {
        height: 55px
    }

    .swiper-pagination {
        text-align: center;
        letter-spacing: -.31em
    }

    .swiper-pagination .swiper-pagination-bullet,
    .swiper-pagination .swiper-pagination-switch {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        margin: 0 4px
    }

    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-pagination .swiper-pagination-bullet.swiper-active-switch,
    .swiper-pagination .swiper-pagination-switch.swiper-pagination-bullet-active,
    .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
        width: 15px
    }

    .mobile-header {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 55px;
        background-color: rgba(0, 0, 0, .12);
        z-index: 999;
        padding: 11px 20px 0 10px;
        *zoom: 1
    }

    .mobile-header:after {
        content: "\200B";
        display: block;
        height: 0;
        clear: both
    }

    .mobile-header.black {
        border-bottom: .5px solid #ddd;
        background-color: #fff
    }

    .mobile-header.black .menu:before {
        background-image: url("../../images/mobile-menu-icon.png")
    }

    .mobile-header.black .logo:nth-child(1) {
        display: none
    }

    .mobile-header.black .logo:nth-child(2) {
        display: inline
    }

    .mobile-header.black .music .mb {
        display: block
    }

    .mobile-header.black .music .mw {
        display: none
    }

    .mobile-header .music {
        display: none;
        float: right;
        position: absolute;
        right: 60px;
        top: 20px;
        cursor: pointer;
        font-size: 0;
        line-height: 0
    }

    .mobile-header .music img {
        height: 16px;
        vertical-align: top
    }

    .mobile-header .music .mb {
        display: none;
        opacity: .6
    }

    .mobile-header .music .mw {
        display: block
    }

    .mobile-header .logo {
        height: 20px;
        margin-top: 7px;
        width: auto;
        float: left
    }

    .mobile-header .logo:nth-child(1) {
        display: inline
    }

    .mobile-header .logo:nth-child(2) {
        display: none
    }

    .mobile-header .menu {
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 55px
    }

    .mobile-header .menu:before {
        content: "";
        display: block;
        width: 21px;
        height: 17px;
        background: url("../../images/mobile-menu-icon_white.png") no-repeat center center;
        background-size: cover;
        margin-top: 19px;
        margin-left: 8px
    }

    .mobile-side-menu {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 9999;
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        display: none;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease
    }

    .mobile-side-menu.show {
        visibility: visible;
        opacity: 1
    }

    .mobile-side-menu.show .inner {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .mobile-side-menu .left {
        width: 20%;
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        background-color: rgba(0, 0, 0, .7)
    }

    .mobile-side-menu .inner {
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -webkit-transform: translateX(50px);
        transform: translateX(50px);
        width: 80%;
        height: 100%;
        overflow: auto;
        position: absolute;
        right: 0;
        top: 0;
        background-color: #fff;
        padding: 0 20px 25px
    }

    .mobile-side-menu .inner .close__box {
        *zoom: 1
    }

    .mobile-side-menu .inner .close__box:after {
        content: "\200B";
        display: block;
        height: 0;
        clear: both
    }

    .mobile-side-menu .inner .close {
        width: 19px;
        height: 19px;
        background: url("../../images/close.png") no-repeat center center;
        background-size: cover;
        margin: 20px 0 15px;
        float: right
    }

    .mobile-side-menu .inner .lang {
        font-size: 15px;
        text-align: center;
        padding: 30px 0
    }

    .mobile-side-menu .inner .lang a {
        display: inline-block;
        width: 55px;
        height: 55px;
        line-height: 53px;
        border: 1px solid #fff
    }

    .mobile-side-menu .inner .lang a:first-child {
        margin: 0 10px 0 0
    }

    .mobile-side-menu .inner .lang a:last-child {
        margin: 0 0 0 10px
    }

    .mobile-side-menu .inner .lang a.active {
        color: #d6000f;
        border-color: #d6000f
    }

    .mobile-side-menu .inner .qrcode {
        text-align: center;
        font-size: 14px
    }

    .mobile-side-menu .inner .qrcode img {
        width: 155px;
        vertical-align: top;
        margin: 0 0 10px
    }

    .mobile-side-menu .inner .logo {
        text-align: center;
        padding: 0 0 20px
    }

    .mobile-side-menu .inner .logo img {
        height: 15px;
        vertical-align: top
    }

    .mobile-side-menu .inner .nav {
        font-size: 15px;
        color: #666
    }

    .mobile-side-menu .inner .nav li.active>a {
        background-color: #d6000f;
        color: #fff
    }

    .mobile-side-menu .inner .nav li:hover>a {
        color: inherit
    }

    .mobile-side-menu .inner .nav li.sub {
        position: relative
    }

    .mobile-side-menu .inner .nav li.sub>i {
        position: absolute;
        right: 0;
        top: 0;
        height: 50px;
        width: 50px
    }

    .mobile-side-menu .inner .nav li.sub>i:before {
        content: "";
        display: block;
        width: 11px;
        height: 6px;
        background: url("../../images/menu-arrow-down.png") no-repeat center center;
        background-size: cover;
        position: absolute;
        right: 15px;
        top: 22px
    }

    .mobile-side-menu .inner .nav li.active.sub>a {
        background-color: #fff;
        color: #666
    }

    .mobile-side-menu .inner .nav li.expand>a {
        background-color: #fff
    }

    .mobile-side-menu .inner .nav li.expand.sub>i:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .mobile-side-menu .inner .nav li.expand>ul {
        display: block
    }

    .mobile-side-menu .inner .nav li.expand>ul>li>ul {
        display: block
    }

    .mobile-side-menu .inner .nav li a {
        padding: 15px 10px 15px 20px;
        display: block
    }

    .mobile-side-menu .inner .nav li>ul {
        display: none
    }

    .mobile-side-menu .inner .nav li>ul li {
        border-bottom: 0
    }

    .mobile-side-menu .inner .nav li>ul li a {
        padding-left: 50px
    }

    .mobile-side-menu .inner .nav>li {
        border-bottom: .5px solid #bfbfbf
    }
}

body.pc .blur-in {
    filter: blur(10px)
}

body.pc .blur-in.show {
    filter: blur(0px);
    animation: blurIn .6s ease
}

body.pc .fade-in-down {
    opacity: 0
}

body.pc .fade-in-down.show {
    opacity: 1;
    animation: fadeInDown 1s ease
}

body.pc .fade-in-up {
    opacity: 0
}

body.pc .fade-in-up.show {
    opacity: 1;
    animation: fadeInUp 1s ease
}

body.pc .fade-in-left {
    opacity: 0
}

body.pc .fade-in-left.show {
    opacity: 1;
    animation: fadeInLeft 1s ease
}

body.pc .fade-in-left-long {
    opacity: 0
}

body.pc .fade-in-left-long.show {
    opacity: 1;
    animation: fadeInLeftLong .5s ease-out
}

body.pc .fade-in-right {
    opacity: 0
}

body.pc .fade-in-right.show {
    opacity: 1;
    animation: fadeInRight 1s ease
}

body.pc .fade-in-right-long {
    opacity: 0
}

body.pc .fade-in-right-long.show {
    opacity: 1;
    animation: fadeInRightLong .4s ease-out
}

body.pc .fade-in {
    opacity: 0
}

body.pc .fade-in.show {
    opacity: 1;
    animation: fadeIn 1s ease
}

.animated {
    -webkit-animation: 1s ease;
    animation: 1s ease
}

.animated.hinge {
    -webkit-animation: 2s ease;
    animation: 2s ease
}

@-webkit-keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    50%,
    100% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translateZ(0) translateX(0) rotate(0deg)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateZ(0) translateX(-10px) rotate(-5deg)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateZ(0) translateX(10px) rotate(5deg)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translateZ(0) translateX(0) rotate(0deg);
        transform: translateZ(0) translateX(0) rotate(0deg)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateZ(0) translateX(-10px) rotate(-5deg);
        transform: translateZ(0) translateX(-10px) rotate(-5deg)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateZ(0) translateX(10px) rotate(5deg);
        transform: translateZ(0) translateX(10px) rotate(5deg)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateZ(0) translateY(0)
    }

    40% {
        -webkit-transform: translateZ(0) translateY(-30px)
    }

    60% {
        -webkit-transform: translateZ(0) translateY(-15px)
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }

    40% {
        -webkit-transform: translateZ(0) translateY(-30px);
        transform: translateZ(0) translateY(-30px)
    }

    60% {
        -webkit-transform: translateZ(0) translateY(-15px);
        transform: translateZ(0) translateY(-15px)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: translateZ(0) scale(1)
    }

    10%,
    20% {
        -webkit-transform: translateZ(0) scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateZ(0) scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: translateZ(0) scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: translateZ(0) scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    10%,
    20% {
        -webkit-transform: translateZ(0) scale(0.9) rotate(-3deg);
        transform: translateZ(0) scale(0.9) rotate(-3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateZ(0) scale(1.1) rotate(3deg);
        transform: translateZ(0) scale(1.1) rotate(3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: translateZ(0) scale(1.1) rotate(-3deg);
        transform: translateZ(0) scale(1.1) rotate(-3deg)
    }

    100% {
        -webkit-transform: translateZ(0) scale(1) rotate(0);
        transform: translateZ(0) scale(1) rotate(0)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes swing {

    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center
    }

    20% {
        -webkit-transform: translateZ(0) rotate(15deg)
    }

    40% {
        -webkit-transform: translateZ(0) rotate(-10deg)
    }

    60% {
        -webkit-transform: translateZ(0) rotate(5deg)
    }

    80% {
        -webkit-transform: translateZ(0) rotate(-5deg)
    }

    100% {
        -webkit-transform: translateZ(0) rotate(0deg)
    }
}

@keyframes swing {

    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transform-origin: top center;
        transform-origin: top center
    }

    20% {
        -webkit-transform: translateZ(0) rotate(15deg);
        transform: translateZ(0) rotate(15deg)
    }

    40% {
        -webkit-transform: translateZ(0) rotate(-10deg);
        transform: translateZ(0) rotate(-10deg)
    }

    60% {
        -webkit-transform: translateZ(0) rotate(5deg);
        transform: translateZ(0) rotate(5deg)
    }

    80% {
        -webkit-transform: translateZ(0) rotate(-5deg);
        transform: translateZ(0) rotate(-5deg)
    }

    100% {
        -webkit-transform: translateZ(0) rotate(0deg);
        transform: translateZ(0) rotate(0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0) translateX(0%)
    }

    15% {
        -webkit-transform: translateZ(0) translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateZ(0) translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateZ(0) translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateZ(0) translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateZ(0) translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0%)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0) translateX(0%);
        transform: translateZ(0) translateX(0%)
    }

    15% {
        -webkit-transform: translateZ(0) translateX(-25%) rotate(-5deg);
        transform: translateZ(0) translateX(-25%) rotate(-5deg)
    }

    30% {
        -webkit-transform: translateZ(0) translateX(20%) rotate(3deg);
        transform: translateZ(0) translateX(20%) rotate(3deg)
    }

    45% {
        -webkit-transform: translateZ(0) translateX(-15%) rotate(-3deg);
        transform: translateZ(0) translateX(-15%) rotate(-3deg)
    }

    60% {
        -webkit-transform: translateZ(0) translateX(10%) rotate(2deg);
        transform: translateZ(0) translateX(10%) rotate(2deg)
    }

    75% {
        -webkit-transform: translateZ(0) translateX(-5%) rotate(-1deg);
        transform: translateZ(0) translateX(-5%) rotate(-1deg)
    }

    100% {
        -webkit-transform: translateZ(0) translateX(0%);
        transform: translateZ(0) translateX(0%)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: translateZ(0) scale(1)
    }

    50% {
        -webkit-transform: translateZ(0) scale(1.1)
    }

    100% {
        -webkit-transform: translateZ(0) scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    50% {
        -webkit-transform: translateZ(0) scale(1.1);
        transform: translateZ(0) scale(1.1)
    }

    100% {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@keyframes blurIn {
    0% {
        filter: blur(10px)
    }

    100% {
        filter: blur(0px)
    }
}

.blurIn {
    -webkit-animation-name: blurIn;
    animation-name: blurIn
}

@-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 fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(20px);
        transform: translateZ(0) translateY(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-20px);
        transform: translateZ(0) translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-20px);
        transform: translateZ(0) translateX(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftLong {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-300px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes fadeInLeftLong {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-300px);
        transform: translateZ(0) translateX(-300px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

.fadeInLeftLong {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRightLong {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(600px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes fadeInRightLong {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(600px);
        transform: translateZ(0) translateX(600px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

.fadeInRightLong {
    -webkit-animation-name: fadeInRightLong;
    animation-name: fadeInRightLong
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(20px);
        transform: translateZ(0) translateX(20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(2000px);
        transform: translateZ(0) translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-2000px);
        transform: translateZ(0) translateY(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-2000px);
        transform: translateZ(0) translateX(-2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(2000px);
        transform: translateZ(0) translateX(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-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 fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-20px);
        transform: translateZ(0) translateY(-20px)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(20px);
        transform: translateZ(0) translateY(20px)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-20px);
        transform: translateZ(0) translateX(-20px)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(20px);
        transform: translateZ(0) translateX(20px)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-2000px);
        transform: translateZ(0) translateY(-2000px)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(2000px);
        transform: translateZ(0) translateY(2000px)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-2000px);
        transform: translateZ(0) translateX(-2000px)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(2000px);
        transform: translateZ(0) translateX(2000px)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1.05)
    }

    70% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(0.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0.3);
        transform: translateZ(0) scale(0.3)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1.05);
        transform: translateZ(0) scale(1.05)
    }

    70% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(0.9);
        transform: translateZ(0) scale(0.9)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(-30px)
    }

    80% {
        -webkit-transform: translateZ(0) translateY(10px)
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(2000px);
        transform: translateZ(0) translateY(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(-30px);
        transform: translateZ(0) translateY(-30px)
    }

    80% {
        -webkit-transform: translateZ(0) translateY(10px);
        transform: translateZ(0) translateY(10px)
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(30px)
    }

    80% {
        -webkit-transform: translateZ(0) translateY(-10px)
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-2000px);
        transform: translateZ(0) translateY(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(30px);
        transform: translateZ(0) translateY(30px)
    }

    80% {
        -webkit-transform: translateZ(0) translateY(-10px);
        transform: translateZ(0) translateY(-10px)
    }

    100% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(30px)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(-10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-2000px);
        transform: translateZ(0) translateX(-2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(30px);
        transform: translateZ(0) translateX(30px)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(-10px);
        transform: translateZ(0) translateX(-10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(-30px)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(2000px);
        transform: translateZ(0) translateX(2000px)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(-30px);
        transform: translateZ(0) translateX(-30px)
    }

    80% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(10px);
        transform: translateZ(0) translateX(10px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: translateZ(0) scale(1)
    }

    25% {
        -webkit-transform: translateZ(0) scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: translateZ(0) scale(1);
        transform: translateZ(0) scale(1)
    }

    25% {
        -webkit-transform: translateZ(0) scale(0.95);
        transform: translateZ(0) scale(0.95)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateZ(0) scale(1.1);
        transform: translateZ(0) scale(1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) scale(0.3);
        transform: translateZ(0) scale(0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateZ(0) translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(20px);
        transform: translateZ(0) translateY(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(-2000px);
        transform: translateZ(0) translateY(-2000px)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateZ(0) translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateY(-20px);
        transform: translateZ(0) translateY(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateY(2000px);
        transform: translateZ(0) translateY(2000px)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateZ(0) translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(20px);
        transform: translateZ(0) translateX(20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-2000px);
        transform: translateZ(0) translateX(-2000px)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateZ(0) translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0)
    }

    20% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(-20px);
        transform: translateZ(0) translateX(-20px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(2000px);
        transform: translateZ(0) translateX(2000px)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: translateZ(0) rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateZ(0) rotate(-200deg);
        transform: translateZ(0) rotate(-200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(90deg);
        transform: translateZ(0) rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(-90deg);
        transform: translateZ(0) rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(-90deg);
        transform: translateZ(0) rotate(-90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(90deg);
        transform: translateZ(0) rotate(90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        -webkit-transform: translateZ(0) rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-transform: translateZ(0) rotate(200deg);
        transform: translateZ(0) rotate(200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -transform-origin: left bottom;
        -transform: translateZ(0) rotate(-90deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translateZ(0) rotate(90deg);
        transform: translateZ(0) rotate(90deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(90deg);
        transform: translateZ(0) rotate(90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(-90deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0);
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translateZ(0) rotate(-90deg);
        transform: translateZ(0) rotate(-90deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: translateZ(0) rotate(80deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    40% {
        -webkit-transform: translateZ(0) rotate(60deg);
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    80% {
        -webkit-transform: translateZ(0) rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateZ(0) translateY(700px);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) 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: translateZ(0) rotate(80deg);
        transform: translateZ(0) 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: translateZ(0) rotate(60deg);
        transform: translateZ(0) 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: translateZ(0) rotate(60deg) translateY(0);
        transform: translateZ(0) rotate(60deg) translateY(0);
        opacity: 1;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    100% {
        -webkit-transform: translateZ(0) translateY(700px);
        transform: translateZ(0) translateY(700px);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0px) rotate(0deg)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(-100%) rotate(-120deg);
        transform: translateZ(0) translateX(-100%) rotate(-120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0px) rotate(0deg);
        transform: translateZ(0) translateX(0px) rotate(0deg)
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0px) rotate(0deg);
        transform: translateZ(0) translateX(0px) rotate(0deg)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateZ(0) translateX(100%) rotate(120deg);
        transform: translateZ(0) translateX(100%) rotate(120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

.swiper-banner {
    position: relative;
    height: 100%;
    overflow: hidden
}

.swiper-banner__pagination {
    position: absolute;
    z-index: 1;
    right: 50px;
    top: 50%;
    transform: translateY(-50%)
}

.swiper-banner__pagination__item {
    transition: all 300ms ease;
    cursor: pointer;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 10px;
    margin: 12px 0
}

.swiper-banner__pagination__item.active {
    height: 24px;
    background-color: #fff
}

.swiper-banner__item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 2s ease
}

.swiper-banner__item.fade-in {
    opacity: 1
}

.swiper-banner__item .t2,
.swiper-banner__item .t1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center
}

.swiper-banner__item.active {
    opacity: 1
}

.swiper-banner__item.active .t1 {
    transform: scale(1)
}

.swiper-banner__item .t1 {
    transition: all 300ms ease;
    transform: scale(1.2)
}

.swiper-banner__item .table {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    transform-origin: center center
}

.swiper-banner__item .t2 {
    color: #fff;
    line-height: normal;
    text-align: center
}

.swiper-banner__item .t2 .t21 {
    text-align: center
}

.swiper-banner__item .t2 .t21 img {
    max-width: 100%
}

.swiper-banner__item .t2 .t22 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px
}

.swiper-banner__item .t2 .t23 {
    width: 100px;
    height: 6px;
    background-color: #d6000f;
    margin: 0 auto
}

body[data-page=index] {
    opacity: 0
}

body[data-page=index] .mobile-banner {
    display: none
}

body[data-page=index].loaded {
    transition: all 300ms ease;
    opacity: 1
}

body[data-page=index] .header>.inner .music {
    display: block
}

body[data-page=index] .parts {
    overflow: hidden
}

body[data-page=index] .parts .controls {
    position: absolute;
    right: 34px;
    bottom: 34px
}

body[data-page=index] .parts .controls div {
    width: 34px;
    height: 34px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
    margin: 6px 0 0;
    transition: all 300ms ease
}

body[data-page=index] .parts .controls div:hover {
    background-color: #d6000f
}

body[data-page=index] .parts .controls div:hover.prev {
    background-image: url("../../images/home-3-w.png")
}

body[data-page=index] .parts .controls div:hover.next {
    background-image: url("../../images/home-4-w.png")
}

body[data-page=index] .parts .controls div.prev {
    background-image: url("../../images/home-3.png")
}

body[data-page=index] .parts .controls div.next {
    background-image: url("../../images/home-4.png")
}

body[data-page=index] .parts .part__box {
    position: relative
}

body[data-page=index] .parts .part {
    background-color: #fff;
    position: relative;
    overflow: hidden
}

body[data-page=index] .parts .part.p1 .next {
    z-index: 1;
    position: absolute;
    bottom: 25px;
    left: 70px;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    animation: bounce 3s infinite;
    cursor: pointer
}

body[data-page=index] .parts .part.p1 .next img {
    height: 12px
}

body[data-page=index] .parts .part.p1 .banner {
    position: relative;
    height: 100%
}

body[data-page=index] .parts .part.p1 .video {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

body[data-page=index] .parts .part.p1 .video .video-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body[data-page=index] .parts .part.p1 .video .video-element video,
body[data-page=index] .parts .part.p1 .video .video-element object {
    object-fit: cover;
    height: 100%;
    width: 100%
}

body[data-page=index] .parts .part.p1 .banner-text {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: normal
}

body[data-page=index] .parts .part.p1 .banner-text>div {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 200px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease
}

body[data-page=index] .parts .part.p1 .banner-text>div.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

body[data-page=index] .parts .part.p1 .banner-text .t2 {
    font-size: 24px;
    color: #fff;
    margin: 0 0 20px
}

body[data-page=index] .parts .part.p1 .banner-text .t3 {
    width: 100px;
    height: 6px;
    background-color: #d6000f;
    margin: 0 auto
}

body[data-page=index] .parts .part.last {
    height: auto !important
}

body[data-page=index] .part-2 {
    position: absolute;
    top: 85px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto
}

body[data-page=index] .part-2 .left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: url("../../images/home-part-2-3.jpg") no-repeat top center;
    background-size: cover
}

body[data-page=index] .part-2 .right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    padding: 0 60px
}

body[data-page=index] .part-2 .right #particles-js {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

body[data-page=index] .part-2 .right .table {
    position: relative;
    height: 100%
}

body[data-page=index] .part-2 .right .t1 {
    color: #062f6e;
    font-size: 26px;
    line-height: normal;
    font-weight: 600
}

body[data-page=index] .part-2 .right .t2 {
    height: 3px;
    width: 100px;
    background-color: #d6000f;
    margin: 30px 0
}

body[data-page=index] .part-2 .right .t3 {
    font-size: 16px;
    line-height: 30px;
    text-align: justify
}

body[data-page=index] .part-2 .right .t3 p {
    padding: 0 0 15px
}

body[data-page=index] .part-2 .right .t4 {
    padding: 50px 0 0
}

body[data-page=index] .part-2 .right .t4 a {
    border-radius: 46px;
    border: 1px solid #b5b5b5;
    width: 200px;
    line-height: 46px;
    font-size: 18px;
    display: block;
    text-align: center;
    transition: all 600ms ease
}

body[data-page=index] .part-2 .right .t4 a img {
    width: 22px;
    height: auto;
    margin-right: 10px;
    transition: all 600ms ease
}

body[data-page=index] .part-2 .right .t4 a .b {
    display: inline;
    transition: all 600ms ease
}

body[data-page=index] .part-2 .right .t4 a .w {
    display: none;
    transition: all 600ms ease
}

body[data-page=index] .part-2 .right .t4 a:hover .b {
    display: none
}

body[data-page=index] .part-2 .right .t4 a:hover .w {
    display: inline
}

body.pc[data-page=index] .part-2 .right .t4 a:hover {
    background-color: #d6000f;
    color: #fff;
    border-color: #d6000f;
    width: 220px
}

body[data-page=index] .part-4-pagination {
    width: 100%;
    padding: 40px 0 0;
    text-align: center
}

body[data-page=index] .part-4-pagination div {
    display: inline-block;
    width: 34px;
    height: 34px;
    cursor: pointer;
    margin: 0 10px;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    transition: all 300ms ease
}

body.pc[data-page=index] .part-4-pagination div:hover {
    background-color: #d6000f
}

body.pc[data-page=index] .part-4-pagination div:hover.prev {
    background-image: url("../../images/home-3-1-w.png")
}

body.pc[data-page=index] .part-4-pagination div:hover.next {
    background-image: url(../images/home-4-1-w.png)
}

body.mobile[data-page=index] .part-4-pagination div:active {
    background-color: #d6000f
}

body.mobile[data-page=index] .part-4-pagination div:active.prev {
    background-image: url("../../images/home-3-1.png")
}

body.mobile[data-page=index] .part-4-pagination div:active.next {
    background-image: url("../../images/home-4-1.png")
}

body[data-page=index] .part-4-pagination div.prev {
    background-image: url("../../images/home-3-1.png")
}

body[data-page=index] .part-4-pagination div.next {
    background-image: url("../../images/home-4-1.png")
}

body[data-page=index] .part.p4 {
    background: url("../../images/home-part-4-1.jpg") no-repeat bottom center
}

body[data-page=index] .part-4 {
    margin: 0 50px;
    overflow: hidden;
    position: relative;
    padding: 85px 0 0;
    height: 100%
}

body[data-page=index] .part-4 .table {
    height: 100%
}

body[data-page=index] .part-4-content {
    position: relative
}

body[data-page=index] .part-4 .swiper-container {
    overflow: visible
}

body[data-page=index] .part-4 .swiper-wrapper,
body[data-page=index] .part-4 .swiper-slide {
    height: auto !important
}

body[data-page=index] .part-4 .home-news-item {
    display: block;
    overflow: hidden;
    padding: 0 30px
}

body.pc[data-page=index] .part-4 .home-news-item-content:hover {
    background-color: #d6000f
}

body.pc[data-page=index] .part-4 .home-news-item-content:hover .t1,
body.pc[data-page=index] .part-4 .home-news-item-content:hover .t2,
body.pc[data-page=index] .part-4 .home-news-item-content:hover .t3 {
    color: #fff
}

body.pc[data-page=index] .part-4 .home-news-item-content:hover .t1 i {
    display: block
}

body.pc[data-page=index] .part-4 .home-news-item-content:hover .t4 img {
    transform: scale(1.05)
}

body.pc[data-page=index] .part-4 .home-news-item-content:hover .t4:after {
    display: block\0;
    opacity: 1;
    transform: scale(1)
}

body.pc[data-page=index] .part-4 .home-news-item-content:hover.img-bottom .t1 {
    margin-top: 10px
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content.img-bottom .t1 {
    padding-top: 10px
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content.img-bottom .t4 {
    margin: 0
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content.img-bottom .t3 {
    margin: 0 30px 30px
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content {
    padding: 10px;
    transition: all 300ms ease;
    overflow: hidden
}

body[data-page=index] .part-4 .home-news-item .t1 {
    font-size: 14px;
    color: #8c8c8c;
    margin: 20px 30px 0;
    transition: all 300ms ease
}

body[data-page=index] .part-4 .home-news-item .t1 i {
    display: none;
    font-style: normal;
    float: right;
    font-family: "宋体"
}

body[data-page=index] .part-4 .home-news-item .t2 {
    font-size: 18px;
    color: #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 30px;
    transition: all 300ms ease;
    font-weight: 600
}

body[data-page=index] .part-4 .home-news-item .t3 {
    font-size: 14px;
    color: #8c8c8c;
    line-height: 24px;
    text-align: justify;
    margin: 0 30px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 96px\0;
    transition: all 300ms ease;
    word-break: break-all
}

body[data-page=index] .part-4 .home-news-item .t4 {
    position: relative;
    height: 200px;
    overflow: hidden;
    margin: 0 0 30px
}

body[data-page=index] .part-4 .home-news-item .t4 img {
    transition: all 300ms ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top
}

body[data-page=index] .part-4 .home-news-item .t4:after {
    position: absolute;
    content: "";
    display: block;
    border: 1px solid rgba(255, 255, 255, .5);
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    margin: auto;
    opacity: 0;
    display: none\0;
    transform: scale(0);
    transition: all 400ms ease
}

body[data-page=index] .part-4 .t {
    width: 100%;
    text-align: center;
    color: #062f6e;
    line-height: normal;
    padding: 0 0 20px
}

body[data-page=index] .part-4 .t .t1 {
    font-size: 26px;
    padding: 0 0 5px;
    font-weight: 600
}

body[data-page=index] .part-4 .t .t2 {
    color: #8e8e8e;
    font-size: 14px
}

body[data-page=index] .part-4 .t .t2 i {
    height: 1px;
    width: 60px;
    display: inline-block;
    background-color: #8e8e8e;
    vertical-align: middle;
    margin: 0 10px
}

body[data-page=index] .part-5 {
    position: relative;
    height: 100%
}

body[data-page=index] .part-5-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/home-part-5-1.jpg") no-repeat center center;
    background-size: cover
}

body[data-page=index] .part-5-mask-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body[data-page=index] .part-5-mask {
    position: absolute;
    right: -5%;
    top: -10%;
    width: 40%;
    min-width: 700px;
    height: 200%;
    background-color: #d6000f;
    background-color: rgba(0, 104, 183, .8);
    transform: rotate(15deg)
}

body[data-page=index] .part-5-content {
    color: #fff;
    text-align: right;
    position: absolute;
    right: 0;
    top: 85px;
    width: 100%;
    height: 100%;
    line-height: normal
}

body[data-page=index] .part-5-content .clearfix {
    *zoom: 1
}

body[data-page=index] .part-5-content .clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=index] .part-5-content .table-box {
    position: absolute;
    right: 80px;
    height: 100%;
    width: 25%
}

body[data-page=index] .part-5-content .table {
    width: 100%;
    height: 100%
}

body[data-page=index] .part-5-content .t1 {
    font-size: 26px;
    border-bottom: 3px solid #fff;
    float: right;
    padding: 0 0 5px;
    margin: 0 0 10px;
    font-weight: 600
}

body[data-page=index] .part-5-content .t2 {
    font-size: 18px;
    margin: 0 0 40px
}

body[data-page=index] .part-5-content .t3 {
    font-size: 16px;
    text-align: justify;
    line-height: 32px;
    text-align: right
}

body[data-page=index] .part-5-content .t4 {
    padding: 40px 0 0
}

body[data-page=index] .part-5-content .t4 a {
    float: right;
    border-radius: 42px;
    border: 1px solid #fff;
    width: 154px;
    line-height: 42px;
    font-size: 16px;
    display: block;
    text-align: center;
    transition: all 300ms ease
}

body.pc[data-page=index] .part-5-content .t4 a:hover {
    background-color: #d6000f;
    color: #fff;
    border-color: #d6000f
}

@media screen and (max-width:1680px) {
    body[data-page=index] .part-2 .right .t1 {
        font-size: 24px
    }

    body[data-page=index] .part-2 .right .t2 {
        height: 3px;
        width: 100px;
        margin: 20px 0
    }

    body[data-page=index] .part-2 .right .t3 {
        font-size: 16px;
        line-height: 30px
    }

    body[data-page=index] .part-2 {
        top: 75px
    }

    body[data-page=index] .part-4 {
        margin: 0 50px;
        padding: 75px 0 0
    }

    body[data-page=index] .part-5-content {
        top: 75px
    }

    body[data-page=index] .part-4 .home-news-item {
        padding: 0 20px
    }

    body[data-page=index] .part-4 .home-news-item .t1 {
        font-size: 14px;
        margin: 15px 20px 0
    }

    body[data-page=index] .part-4 .home-news-item .t2 {
        font-size: 18px;
        margin: 15px 20px
    }

    body[data-page=index] .part-4 .home-news-item .home-news-item-content.img-bottom .t3 {
        margin: 0 20px 20px
    }

    body[data-page=index] .part-4 .home-news-item .t3 {
        font-size: 14px;
        line-height: 24px;
        margin: 0 20px 20px;
        -webkit-line-clamp: 3;
        height: 72px\0
    }

    body[data-page=index] .part-4 .home-news-item .t4 {
        height: 168px;
        margin: 0 0 20px
    }

    body[data-page=index] .part-4 .home-news-item .home-news-item-content.img-bottom .t4 {
        margin: 0;
        height: 168px
    }

    body[data-page=index] .part-4-pagination {
        padding: 25px 0 0
    }

    body[data-page=index] .part-5-content .t2 {
        font-size: 18px;
        margin: 0 0 30px
    }
}

@media screen and (max-width:1366px) {
    body[data-page=index] .part-2 .right .t1 {
        font-size: 20px
    }

    body[data-page=index] .part-2 .right .t2 {
        height: 3px;
        width: 80px;
        margin: 12px 0
    }

    body[data-page=index] .part-2 .right .t3 {
        font-size: 14px;
        line-height: 24px
    }

    body[data-page=index] .part-5-content .t3 {
        font-size: 14px;
        line-height: 24px
    }

    body[data-page=index] .part-2 {
        top: 55px
    }

    body[data-page=index] .part-4 {
        margin: 0 50px;
        padding: 55px 0 0
    }

    body[data-page=index] .part-5-content {
        top: 55px
    }

    body[data-page=index] .part-4 .home-news-item {
        padding: 0 10px
    }

    body[data-page=index] .part-4 .home-news-item .t1 {
        font-size: 12px;
        margin: 8px 10px 0
    }

    body[data-page=index] .part-4 .home-news-item .t2 {
        font-size: 18px;
        margin: 8px 10px
    }

    body[data-page=index] .part-4 .home-news-item .home-news-item-content.img-bottom .t3 {
        margin: 0 10px 10px
    }

    body[data-page=index] .part-4 .home-news-item .t3 {
        font-size: 14px;
        line-height: 22px;
        margin: 0 10px 10px;
        -webkit-line-clamp: 2;
        height: 50px\0
    }

    body[data-page=index] .part-4 .home-news-item .t4 {
        height: 130px;
        margin: 0 0 10px
    }

    body[data-page=index] .part-4 .home-news-item .home-news-item-content.img-bottom .t4 {
        margin: 0;
        height: 130px
    }

    body[data-page=index] .part-4-pagination {
        padding: 15px 0 0
    }

    body[data-page=index] .part-5-content .t2 {
        font-size: 16px;
        margin: 0 0 20px
    }
}

@media screen and (max-width:1024px) {
    body[data-page=index] .swiper-banner {
        display: none
    }

    body[data-page=index] .mobile-header .music {
        display: block
    }

    body[data-page=index] .parts .part.p1 .next {
        font-size: 12px
    }

    body[data-page=index] .parts .part.p1 .next img {
        height: 7px
    }

    body[data-page=index] .parts .controls {
        right: 10px;
        bottom: 10px;
        display: none
    }

    body[data-page=index] .parts .controls div {
        width: 17px;
        height: 17px;
        background-size: cover
    }

    body[data-page=index] .banner {
        display: none
    }

    body[data-page=index] .mobile-banner {
        display: block
    }

    body[data-page=index] .mobile-banner .swiper-pagination {
        bottom: 10px;
        width: 100%
    }

    body[data-page=index] .mobile-banner .swiper-box {
        height: 100%
    }

    body[data-page=index] .mobile-banner .swiper-box .swiper-container {
        height: 100%
    }

    body[data-page=index] .mobile-banner .swiper-box .swiper-container .swiper-slide {
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center
    }

    body[data-page=index] .mobile-banner .swiper-box .swiper-container .swiper-slide .t {
        width: 80%;
        text-align: center;
        color: #fff;
        margin: auto
    }

    body[data-page=index] .mobile-banner .swiper-box .swiper-container .swiper-slide .t .t1 {
        font-size: 32px;
        font-weight: 600;
        line-height: normal
    }

    body[data-page=index] .mobile-banner .swiper-box .swiper-container .swiper-slide .t .t2 {
        font-size: 14px;
        margin: 15px 0 20px
    }

    body[data-page=index] .mobile-banner .swiper-box .swiper-container .swiper-slide .t .t3 {
        width: 80px;
        height: 4px;
        margin: 0 auto;
        background: #d6000f
    }

    body[data-page=index] .part-2 {
        top: 55px
    }

    body[data-page=index] .part-2 .left {
        position: relative;
        width: auto;
        height: 32%;
        background-position: 0 80%
    }

    body[data-page=index] .part-2 .right {
        position: relative;
        width: auto;
        padding: 22px
    }

    body[data-page=index] .part-2 .right #particles-js {
        display: none
    }

    body[data-page=index] .part-2 .right .table {
        height: auto
    }

    body[data-page=index] .part-2 .right .t1 {
        font-size: 19px
    }

    body[data-page=index] .part-2 .right .t2 {
        height: 4px;
        width: 90px;
        margin: 8px 0
    }

    body[data-page=index] .part-2 .right .t3 {
        font-size: 13px;
        line-height: 23px
    }

    body[data-page=index] .part-2 .right .t3 p {
        padding: 0 0 8px
    }

    body[data-page=index] .part-2 .right .t4 {
        padding: 10px 0 0
    }

    body[data-page=index] .part-2 .right .t4 a {
        font-size: 16px;
        width: 157px;
        line-height: 40px
    }

    body.mobile[data-page=index] .part-2 .right .t4 a:active {
        background-color: #d6000f;
        color: #fff;
        border-color: #d6000f
    }

    body[data-page=index] .part.p4 {
        background-size: 100% auto
    }

    body[data-page=index] .part-4-pagination {
        bottom: -15%;
        top: auto
    }

    body[data-page=index] .part-4 {
        padding-top: 55px;
        margin: 0 25px;
        min-height: 0
    }

    body[data-page=index] .part-4 .swiper-container {
        height: auto
    }

    body[data-page=index] .part-4 .t {
        position: relative;
        bottom: auto
    }

    body[data-page=index] .part-4 .t .t1 {
        font-size: 21px
    }

    body[data-page=index] .part-4 .t .t2 {
        font-size: 12px
    }

    body[data-page=index] .part-4 .t .t2 i {
        width: 30px
    }

    body[data-page=index] .part-4 .home-news-item {
        padding: 0
    }

    body[data-page=index] .part-4 .home-news-item .t1 {
        font-size: 12px;
        margin: 0 0 10px
    }

    body[data-page=index] .part-4 .home-news-item .t2 {
        font-size: 18px;
        margin: 0 0 10px
    }

    body[data-page=index] .part-4 .home-news-item .t3 {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px\0;
        margin: 0
    }

    body[data-page=index] .part-4 .home-news-item .home-news-item-content.img-bottom .t3 {
        margin: 0 0 20px
    }

    body[data-page=index] .part-5 {
        padding: 55px 0 0
    }

    body[data-page=index] .part-5-bg {
        position: static;
        height: 190px
    }

    body[data-page=index] .part-5-content {
        padding: 50px 24px 0;
        position: static;
        background-color: #d6000f;
        text-align: center
    }

    body[data-page=index] .part-5-content .table-box {
        position: static;
        width: auto;
        height: auto
    }

    body[data-page=index] .part-5-content .table {
        position: static;
        width: auto;
        height: auto
    }

    body[data-page=index] .part-5-content .t1 {
        float: none;
        font-size: 19px;
        display: inline-block;
        border-bottom-width: 2px;
        padding-bottom: 10px
    }

    body[data-page=index] .part-5-content .t2 {
        font-size: 12px
    }

    body[data-page=index] .part-5-content .t3 {
        font-size: 13px;
        text-align: left;
        line-height: 22px
    }

    body[data-page=index] .part-5-content .t4 {
        text-align: center
    }

    body[data-page=index] .part-5-content .t4 a {
        display: inline-block;
        float: none;
        font-size: 16px;
        width: 157px;
        line-height: 40px
    }

    body.mobile[data-page=index] .part-5-content .t4 a:active {
        background-color: #d6000f;
        color: #fff;
        border-color: #d6000f
    }

    body[data-page=index] .part-5-mask-box {
        display: none
    }

    body[data-page=index] .part-5-mask {
        display: none
    }
}

.index-part-3 {
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/home-part-3-1.jpg") no-repeat center center;
    background-size: cover
}

.index-part-3 .t {
    padding: 0;
    width: 100%;
    position: absolute;
    top: 15%;
    text-align: center;
    color: #fff;
    line-height: normal
}

.index-part-3 .t .t1 {
    font-size: 26px;
    padding: 0 0 5px;
    font-weight: 600
}

.index-part-3 .t .t2 {
    font-size: 14px
}

.index-part-3 .t .t2 i {
    height: 1px;
    width: 60px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    margin: 0 10px
}

.index-part-3 .contents .content {
    width: 33.333333333%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 1px solid #5b78a8;
    border-right: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    text-align: center;
    transition: all 300ms ease
}

.index-part-3 .contents .content .table.table1 {
    cursor: pointer;
    position: relative;
    height: 100%
}

.index-part-3 .contents .content.active {
    width: 100%;
    z-index: 1;
    left: 0 !important
}

.index-part-3 .contents .content.active .detail {
    opacity: 1;
    display: block\0
}

.index-part-3 .contents .content.active .detail .table.table2 {
    display: table
}

.index-part-3 .contents .content.active .detail .table.table2 .tr .td {
    padding-bottom: 2%
}

.index-part-3 .contents .content.active .detail .close {
    display: block
}

.index-part-3 .contents .content.active .table.table1 {
    display: none
}

body.mobile .index-part-3 .contents .content:active .t1,
body.pc .index-part-3 .contents .content:hover .t1 {
    transform: translate3d(0, -40px, 0)
}

body.mobile .index-part-3 .contents .content:active .t2,
body.pc .index-part-3 .contents .content:hover .t2 {
    background-color: #d6000f;
    border-color: #d6000f;
    transform: translate3d(0, -40px, 0) rotate(270deg)
}

body.mobile .index-part-3 .contents .content:active .detail,
body.pc .index-part-3 .contents .content:hover .detail {
    opacity: 1;
    display: block\0
}

.index-part-3 .contents .content .t1 {
    font-size: 28px;
    transition: all 600ms ease
}

.index-part-3 .contents .content .t2 {
    transition: all 1200ms ease;
    position: relative;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin: 50px auto 0
}

.index-part-3 .contents .content .t2 span {
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff
}

.index-part-3 .contents .content .t2 i {
    position: absolute;
    display: block;
    width: 2px;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff
}

.index-part-3 .contents .content .detail {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    display: none\0;
    transition: all 300ms ease
}

.index-part-3 .contents .content .detail .table.table2 {
    height: 100%;
    display: none
}

.index-part-3 .contents .content .detail .close {
    display: none;
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 40px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 40px;
    transform: rotate(45deg);
    transition: all 300ms ease
}

body.mobile .index-part-3 .contents .content .detail .close:active,
body.pc .index-part-3 .contents .content .detail .close:hover {
    transform: rotate(135deg);
    transition: all 300ms ease;
    background-color: rgba(214, 0, 15, .8)
}

.index-part-3 .contents .content .detail .close span {
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff
}

.index-part-3 .contents .content .detail .close i {
    position: absolute;
    display: block;
    width: 2px;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff
}

.index-part-3 .contents .content .detail .detail-content .dt1 {
    font-size: 30px;
    line-height: normal;
    padding: 0 0 30px;
    font-weight: 600
}

.index-part-3 .contents .content .detail .detail-content .dt2 {
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    width: 610px;
    margin: 0 auto;
    text-align: justify
}

.index-part-3 .contents .content .detail .detail-content .dt3 {
    padding: 40px 0 0
}

.index-part-3 .contents .content .detail .detail-content .dt3 a {
    margin: 0 auto;
    border-radius: 42px;
    border: 1px solid #b5b5b5;
    width: 154px;
    line-height: 42px;
    font-size: 16px;
    display: block;
    text-align: center;
    transition: all 300ms ease
}

body.pc .index-part-3 .contents .content .detail .detail-content .dt3 a:hover,
body.mobile .index-part-3 .contents .content .detail .detail-content .dt3 a:active {
    background-color: #d6000f;
    color: #fff;
    border-color: #d6000f
}

.index-part-3 .contents .content.c1 {
    left: 0
}

.index-part-3 .contents .content.c1 .detail {
    background-image: url("../../images/home-part-3-2.jpg")
}

.index-part-3 .contents .content.c2 {
    left: 33.333333333%
}

.index-part-3 .contents .content.c2 .detail {
    background-image: url("../../images/home-part-3-4.jpg")
}

.index-part-3 .contents .content.c3 {
    left: 66.666666666%
}

.index-part-3 .contents .content.c3 .detail {
    background-image: url("../../images/home-part-3-5.jpg")
}

.index-part-3 .contents .content.c4 {
    left: 75%;
    border-right: 0
}

.index-part-3 .contents .content.c4 .detail {
    background-image: url("../../images/home-part-3-3.jpg")
}

@media screen and (max-width:1680px) {
    .index-part-3 {
        top: 75px
    }

    .index-part-3 .contents .content .t1 {
        font-size: 24px
    }
}

@media screen and (max-width:1366px) {
    .index-part-3 {
        top: 55px
    }

    .index-part-3 .contents .content .t1 {
        font-size: 20px
    }

    .index-part-3 .contents .content .detail .close {
        right: 40px;
        top: 20px;
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        border-radius: 30px;
        transform: rotate(45deg);
        transition: all 300ms ease;
        background-color: rgba(0, 0, 0, .2)
    }
}

@media screen and (max-width:1024px) {
    body.mobile .index-part-3 .contents .content .table.table1 .tr .td {
        padding: 200px 0 0;
        vertical-align: top
    }

    body.mobile .index-part-3 .contents .content .t2 {
        display: none;
        width: 32px;
        height: 32px
    }

    body.mobile .index-part-3 .contents .content .t2.none {
        display: block !important;
        margin: 0 auto 20px
    }

    .index-part-3 {
        top: 55px
    }

    .index-part-3 .t {
        padding: 65px 0 0;
        top: 0
    }

    .index-part-3 .t .t1 {
        font-size: 21px
    }

    .index-part-3 .t .t2 {
        font-size: 12px
    }

    .index-part-3 .t .t2 i {
        width: 30px
    }

    .index-part-3 .contents .content .detail .detail-content .dt2 {
        width: auto;
        font-size: 14px;
        line-height: 26px;
        padding: 0 28px
    }

    .index-part-3 .contents .content .detail .detail-content .dt1 {
        font-size: 23px;
        padding: 0 0 20px;
        margin-top: -10%
    }

    .index-part-3 .contents .content .detail .close {
        right: 20px;
        top: 20px;
        width: 32px;
        height: 32px
    }

    .index-part-3 .contents .content .t1 {
        font-size: 23px;
        width: 20px;
        margin: 0 auto;
        line-height: normal
    }

    .index-part-3 .contents .content .detail .detail-content .dt3 {
        padding: 30px 0 0
    }

    .index-part-3 .contents .content .detail .detail-content .dt3 a {
        font-size: 16px;
        width: 157px;
        line-height: 40px
    }
}

body[data-page=about] .main.about_1 {
    padding: 80px 0 0
}

body[data-page=about] .main.about_1 p {
    text-indent: 2em;
    padding: 10px 0;
    text-align: justify
}

body[data-page=about] .main.about_1 p img {
    display: block;
    margin: 0 auto
}

body[data-page=about] .main.about_1 .t-l {
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: justify
}

body[data-page=about] .main.about_1 .t-l h3 {
    font-size: 20px;
    text-indent: 0;
    font-weight: 600;
    margin-top: 16px
}

body[data-page=about] .main.about_1 .t1 {
    font-size: 16px;
    line-height: 36px;
    text-indent: 2em;
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: justify
}

body[data-page=about] .main.about_1 .t2 {
    margin: 70px 0 0;
    height: 348px;
    background: url("../../images/intro-1.jpg") no-repeat center center;
    background-size: cover
}

body[data-page=about] .main.about_1 .t2 .table {
    height: 100%
}

body[data-page=about] .main.about_1 .t2_1 {
    cursor: pointer;
    width: 200px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: all 300ms ease
}

body[data-page=about] .main.about_1 .t2_1 img {
    height: 53px
}

body[data-page=about] .main.about_1 .t2_1 span {
    display: block;
    padding: 15px 0 0
}

body.pc[data-page=about] .main.about_1 .t2_1:hover {
    transform: scale(1.05)
}

body[data-page=about] .main.about_1 .t3 {
    position: relative;
    padding: 130px 0 170px
}

body[data-page=about] .main.about_1 .t3_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/intro-4.jpg") no-repeat bottom center;
    animation-duration: 5s
}

body[data-page=about] .main.about_1 .t3_content {
    position: relative;
    width: 380px;
    height: 380px;
    margin: 0 auto;
    transition: all 1s ease
}

body.pc[data-page=about] .main.about_1 .t3_content.show-in {
    opacity: 0;
    transform: scale(0.5)
}

body.pc[data-page=about] .main.about_1 .t3_content.show-in.show {
    opacity: 1;
    transform: scale(1)
}

body[data-page=about] .main.about_1 .t3_content img {
    position: absolute;
    left: 0;
    top: 0;
    height: 380px;
    width: 380px;
    height: auto;
    opacity: 0;
    display: none\0;
    transition: all 300ms ease
}

body[data-page=about] .main.about_1 .t3_content img.img1 {
    opacity: 1;
    display: block\0
}

body[data-page=about] .main.about_1 .t3_content.show1 .img2 {
    opacity: 1;
    display: block\0
}

body[data-page=about] .main.about_1 .t3_content.show2 .img3 {
    opacity: 1;
    display: block\0
}

body[data-page=about] .main.about_1 .t3_content.show3 .img4 {
    opacity: 1;
    display: block\0
}

body[data-page=about] .main.about_1 .t3_content.show4 .img5 {
    opacity: 1;
    display: block\0
}

body[data-page=about] .main.about_1 .t3_content.show5 .img6 {
    opacity: 1;
    display: block\0
}

body[data-page=about] .main.about_1 .t3_content.show6 .img7 {
    opacity: 1;
    display: block\0
}

body[data-page=about] .main.about_1 .t3_item {
    font-size: 22px;
    white-space: nowrap;
    transition: all 1200ms ease;
    font-weight: 600;
    line-height: 30px
}

body[data-page=about] .main.about_1 .t3_item span {
    font-size: 16px;
    color: #d6000f;
    display: block;
    padding: 0 0 10px;
    transition: all 300ms ease
}

body[data-page=about] .main.about_1 .t3_item i {
    width: 13px;
    height: 13px;
    display: block;
    background-color: #8a8a8a;
    border-radius: 13px;
    position: absolute;
    transition: all 1200ms ease
}

body.pc[data-page=about] .main.about_1 .t3_item:hover {
    color: #d6000f;
    font-size: 24px
}

body.pc[data-page=about] .main.about_1 .t3_item:hover span {
    font-size: 18px
}

body.pc[data-page=about] .main.about_1 .t3_item:hover i {
    background-color: #d6000f;
    transform: scale(1.2)
}

body[data-page=about] .main.about_1 .t3_item.i1 {
    position: absolute;
    top: 68px;
    right: 100%;
    text-align: right
}

body[data-page=about] .main.about_1 .t3_item.i1 i {
    right: -42px;
    bottom: 48px
}

body[data-page=about] .main.about_1 .t3_item.i2 {
    position: absolute;
    top: 68px;
    left: 100%
}

body[data-page=about] .main.about_1 .t3_item.i2 i {
    left: -42px;
    bottom: 48px
}

body[data-page=about] .main.about_1 .t3_item.i4 {
    position: absolute;
    bottom: 34px;
    right: 100%;
    text-align: right
}

body[data-page=about] .main.about_1 .t3_item.i4 i {
    right: -40px;
    top: 10px
}

body[data-page=about] .main.about_1 .t3_item.i3 {
    position: absolute;
    bottom: 4px;
    left: 100%
}

body[data-page=about] .main.about_1 .t3_item.i3 i {
    left: -42px;
    top: 10px
}

@media screen and (max-width:1024px) {
    body[data-page=about] .main.about_1 {
        padding: 35px 0 0
    }

    body[data-page=about] .main.about_1 p {
        padding: 5px
    }

    body[data-page=about] .main.about_1 p img {
        margin: 0
    }

    body[data-page=about] .main.about_1 .t-l {
        padding: 0 24px 10px;
        width: auto;
        font-size: 13px;
        line-height: 23px
    }

    body[data-page=about] .main.about_1 .t-l h3 {
        font-size: 16px;
        text-indent: 0;
        font-weight: 600;
        margin-top: 16px
    }

    body[data-page=about] .main.about_1 .t1 {
        padding: 0 24px 10px;
        width: auto;
        font-size: 13px;
        line-height: 23px
    }

    body[data-page=about] .main.about_1 .t2 {
        margin-top: 30px;
        height: 175px
    }

    body[data-page=about] .main.about_1 .t2_1 img {
        height: 40px
    }

    body[data-page=about] .main.about_1 .t2_1 span {
        font-size: 16px;
        padding-top: 10px
    }

    body[data-page=about] .main.about_1 .t3 {
        padding: 36px 0 60px;
        background-size: 100% auto
    }

    body[data-page=about] .main.about_1 .t3_content {
        height: auto;
        width: auto
    }

    body[data-page=about] .main.about_1 .t3_content img {
        position: static;
        display: none;
        width: 245px;
        margin: 0 auto 30px
    }

    body[data-page=about] .main.about_1 .t3_content img.img1 {
        display: block
    }

    body[data-page=about] .main.about_1 .t3_item {
        position: static !important;
        text-align: center !important;
        font-size: 18px;
        padding: 0 0 35px
    }

    body[data-page=about] .main.about_1 .t3_item span {
        font-size: 14px
    }

    body[data-page=about] .main.about_1 .t3_item i {
        display: none
    }
}

body[data-page=about] .frame-mask {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-color: rgba(0, 0, 0, .7);
    display: none\0;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease
}

body[data-page=about] .frame-mask.show {
    display: block\0;
    opacity: 1;
    visibility: visible
}

body[data-page=about] .frame-mask .table {
    height: 100%;
    text-align: center
}

body[data-page=about] .frame-mask .table img {
    max-width: 90%;
    max-height: 80%
}

body[data-page=about] .frame-mask .close {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 40px;
    transform: rotate(45deg);
    transition: all 300ms ease;
    background-color: rgba(0, 0, 0, .2)
}

body[data-page=about] .frame-mask .close span {
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff
}

body[data-page=about] .frame-mask .close i {
    position: absolute;
    display: block;
    width: 2px;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff
}

body[data-page=about] .frame-mask .close:hover {
    transform: rotate(135deg);
    transition: all 300ms ease;
    background-color: rgba(214, 0, 15, .6)
}

body[data-page=about] .main.about_2 {
    padding: 60px 0 140px;
    text-align: center
}

body[data-page=about] .main.about_2 .content {
    position: relative;
    display: inline-block;
    width: 1200px;
    margin: 0 auto
}

body[data-page=about] .main.about_2 .content .img img {
    max-width: 75%;
    position: relative;
    z-index: 2;
    visibility: hidden\0
}

body[data-page=about] .main.about_2 .content .dots {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}

body[data-page=about] .main.about_2 .content .dot {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 167px;
    height: 80px
}

body[data-page=about] .main.about_2 .content .dot.d1 {
    left: 171px;
    top: 330px
}

body[data-page=about] .main.about_2 .content .dot.d2 {
    left: 344px;
    top: 330px
}

body[data-page=about] .main.about_2 .content .dot.d3 {
    left: 516px;
    top: 330px
}

body[data-page=about] .main.about_2 .content .dot.d4 {
    left: 688px;
    top: 330px
}

body[data-page=about] .main.about_2 .content .dot.d5 {
    left: 861px;
    top: 330px
}

body[data-page=about] .main.about_2 .content .dot.d6 {
    width: 50px;
    height: 280px;
    left: 160px;
    top: 483px
}

body[data-page=about] .main.about_2 .content .dot.d7 {
    width: 50px;
    height: 280px;
    left: 230px;
    top: 483px
}

body[data-page=about] .main.about_2 .content .dot.d8 {
    width: 50px;
    height: 280px;
    left: 300px;
    top: 483px
}

body[data-page=about] .main.about_2 .content .dot.d9 {
    left: 1034px;
    top: 330px
}

body[data-page=about] .main.about_2 .content .tip {
    font-size: 16px;
    color: #8d8d8d;
    text-align: right
}

body[data-page=about] .main.about_2 .content .tip img {
    width: 17px;
    margin: 0 5px 0 0;
    vertical-align: middle
}

@media screen and (max-width:1366px) {
    body[data-page=business] .index-part-3 .contents .content.active .detail .close {
        top: 100px
    }

    body[data-page=about] .main.about_2 .content .tip {
        font-size: 14px;
        color: #8d8d8d;
        text-align: right
    }

    body[data-page=about] .main.about_2 .content .tip img {
        width: 16px;
        margin: 0 5px 0 0;
        vertical-align: middle
    }
}

@media screen and (max-width:1280px) {
    body[data-page=about] .main.about_2 .content {
        position: relative;
        display: inline-block;
        width: 1000px;
        margin: 0 auto
    }

    body[data-page=about] .main.about_2 .content .dot {
        width: 139px;
        height: 67px
    }

    body[data-page=about] .main.about_2 .content .dot.d1 {
        left: 144px;
        top: 275px
    }

    body[data-page=about] .main.about_2 .content .dot.d2 {
        left: 287px;
        top: 275px
    }

    body[data-page=about] .main.about_2 .content .dot.d3 {
        left: 430px;
        top: 275px
    }

    body[data-page=about] .main.about_2 .content .dot.d4 {
        left: 574px;
        top: 275px
    }

    body[data-page=about] .main.about_2 .content .dot.d5 {
        left: 718px;
        top: 275px
    }

    body[data-page=about] .main.about_2 .content .dot.d6 {
        width: 44px;
        height: 230px;
        left: 133px;
        top: 405px
    }

    body[data-page=about] .main.about_2 .content .dot.d7 {
        width: 44px;
        height: 230px;
        left: 192px;
        top: 405px
    }

    body[data-page=about] .main.about_2 .content .dot.d8 {
        width: 44px;
        height: 230px;
        left: 250px;
        top: 405px
    }

    body[data-page=about] .main.about_2 .content .dot.d9 {
        left: 862px;
        top: 275px
    }
}

@media screen and (max-width:1024px) {
    body[data-page=about] .frame-mask .close {
        width: 32px;
        height: 32px;
        margin-top: 20px
    }

    body[data-page=about] .main.about_2 {
        padding: 40px 0;
        overflow: hidden
    }

    body[data-page=about] .main.about_2 .content {
        margin: 0 10px;
        width: auto
    }

    body[data-page=about] .main.about_2 .content .img img {
        max-width: 100%;
        width: 100%;
    }

    body[data-page=about] .main.about_2 .content .dots {
        width: 1200px;
        transform-origin: top left
    }

    body[data-page=about] .main.about_2 .content .tip {
        font-size: 12px
    }

    body[data-page=about] .main.about_2 .content .tip img {
        width: 12px
    }
}

body[data-page=about] .main.about_3 {
    padding: 60px 0;
    width: 1200px;
    margin: 0 auto
}

body[data-page=about] .main.about_3 .about_3_map img {
    width: 100%;
    vertical-align: top
}

body[data-page=about] .main.about_3 .items .item_box {
    *zoom: 1
}

body[data-page=about] .main.about_3 .items .item_box:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=about] .main.about_3 .items .item {
    width: 50%;
    float: left;
    padding: 25px 40px
}

body[data-page=about] .main.about_3 .items .item .t1 {
    position: relative;
    font-size: 18px;
    color: #d6000f;
    padding: 0 0 15px;
    font-weight: 600
}

body[data-page=about] .main.about_3 .items .item .t1 i {
    position: absolute;
    left: -35px;
    top: 1px;
    display: block;
    width: 16px;
    height: 18px;
    background-color: #d6000f;
    transform: skew(-30deg)
}

body[data-page=about] .main.about_3 .items .item .t2 {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    text-indent: 2em
}

body[data-page=about] .main.about_3 .items .item .t2 p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    text-indent: 2em
}

body[data-page=about] .main.about_3 .items .item .t3 {
    font-size: 14px;
    margin: 15px 0 0
}

body[data-page=about] .main.about_3 .items .item .t3 img {
    width: 12px;
    vertical-align: middle;
    margin: 0 5px 0 0
}

@media screen and (max-width:1024px) {
    body[data-page=about] .main.about_3 {
        padding: 40px 0;
        width: auto
    }

    body[data-page=about] .main.about_3 .about_3_map {
        padding: 0 10px
    }

    body[data-page=about] .main.about_3 .items .item {
        width: 100%;
        float: none;
        padding: 20px 24px 20px 55px
    }

    body[data-page=about] .main.about_3 .items .item .t1 {
        font-size: 16px
    }

    body[data-page=about] .main.about_3 .items .item .t1 i {
        width: 14px;
        height: 15px;
        left: -30px;
        top: 2px
    }

    body[data-page=about] .main.about_3 .items .item .t2 {
        font-size: 13px;
        line-height: 24px
    }

    body[data-page=about] .main.about_3 .items .item .t3 {
        font-size: 13px
    }
}

body[data-page=about] .about_4 {
    position: relative;
    padding: 50px 0 120px
}

body[data-page=about] .about_4_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/history-4.jpg") no-repeat bottom center;
    background-size: 100% auto
}

body[data-page=about] .about_4_bg.show {
    animation-duration: 5s
}

body[data-page=about] .history-detail {
    position: relative;
    left: -70px;
    width: 787px;
    margin: 0 auto;
    height: 260px;
    padding: 25px 0 0 390px
}

body[data-page=about] .history-detail .t {
    position: relative;
    z-index: 2
}

body[data-page=about] .history-detail .t_box {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: none\0
}

body[data-page=about] .history-detail .t_box.in-left {
    transition: all 300ms ease;
    transform: translateX(-10px)
}

body[data-page=about] .history-detail .t_box.in-right {
    transition: all 300ms ease;
    transform: translateX(10px)
}

body[data-page=about] .history-detail .t_box.show {
    opacity: 1;
    transform: translateX(0px);
    display: block\0
}

body[data-page=about] .history-detail .t1 {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 25px;
    width: 350px;
    height: 198px;
    padding: 3px;
    background-color: #fff;
    box-shadow: 2.5px 4.33px 8px 0 rgba(0, 0, 0, .15)
}

body[data-page=about] .history-detail .t1 img {
    width: 344px;
    height: 192px;
    background: url("../../images/nopic2.jpg");
    background-size: 100% 100%;
    border: 0
}

body[data-page=about] .history-detail .t2 {
    font-size: 36px;
    line-height: normal;
    color: #d6000f;
    font-weight: 700;
    padding: 5px 0 15px
}

body[data-page=about] .history-detail .t3 {
    line-height: 24px;
    font-size: 14px;
    padding: 0 0 10px;
    text-align: justify
}

body[data-page=about] .history {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 310px 0 0
}

body[data-page=about] .history .desc {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%
}

body[data-page=about] .history .desc .bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    width: 840px;
    height: 260px;
    transform: skew(-30deg)
}

body[data-page=about] .history .desc .bg i {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 180px;
    height: 100%;
    content: "";
    display: block;
    background-color: #d6000f;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .15)
}

body[data-page=about] .history .desc .bg span {
    position: absolute;
    width: 840px;
    right: 0;
    top: 0;
    height: 100%;
    content: "";
    display: block;
    background-color: #fff;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .15)
}

body[data-page=about] .history .desc-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

body[data-page=about] .history .years-box {
    display: inline-block;
    overflow: hidden;
    padding-bottom: 50px
}

body[data-page=about] .history .years {
    height: 42px;
    display: inline-block;
    font-size: 18px;
    margin-top: 50px;
    text-align: center;
    position: relative;
    width: 1200px;
    white-space: nowrap
}

body[data-page=about] .history .years:before {
    position: absolute;
    content: "";
    display: block;
    height: 3px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #ddd
}

body[data-page=about] .history .years .arrow {
    position: absolute;
    top: 7px;
    z-index: 2;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer
}

body[data-page=about] .history .years .arrow.left {
    left: 0
}

body[data-page=about] .history .years .arrow.right {
    right: 0
}

body[data-page=about] .history .years .arrow img {
    width: 100%;
    height: auto;
    vertical-align: top
}

body[data-page=about] .history .years .items {
    cursor: pointer;
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    letter-spacing: -.31em
}

body[data-page=about] .history .years .items .item {
    width: 240px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    bottom: 20px;
    letter-spacing: normal;
    font-size: 24px
}

body[data-page=about] .history .years .items .item span {
    position: relative;
    z-index: 1;
    top: 70px
}

body[data-page=about] .history .years .items .item i {
    transition: all 300ms ease;
    display: block;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    background-color: #434343;
    margin: auto
}

body[data-page=about] .history .years .items .item.active {
    font-size: 30px;
    color: #d6000f;
    font-weight: 700
}

body[data-page=about] .history .years .items .item.active i {
    background-color: #d6000f
}

body[data-page=about] .history .years .items .item.active i span {
    width: 11px;
    height: 11px;
    background-color: #fff
}

body[data-page=about] .history .years .items .item:after {
    content: "";
    width: 50%;
    height: 140px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -30px;
    display: block
}

body[data-page=about] .history .years .items .item.active {
    color: #d6000f;
    font-size: 36px
}

body[data-page=about] .history .years .items .item.active i span {
    top: 0
}

body[data-page=about] .history .years .items .item.active:before {
    border: 0;
    background-color: #d6000f;
    width: 140px;
    height: 140px;
    bottom: -92px
}

@media screen and (max-width:1024px) {
    body[data-page=about] .about_4 {
        padding: 0 0 120px
    }

    body[data-page=about] .history-detail {
        padding: 0;
        height: auto;
        left: 0;
        width: auto
    }

    body[data-page=about] .history-detail .t_box {
        position: static;
        opacity: 1;
        display: none;
        padding-top: 20px
    }

    body[data-page=about] .history-detail .t_box.show {
        display: block
    }

    body[data-page=about] .history-detail .t1 {
        position: static;
        width: 100%;
        height: auto
    }

    body[data-page=about] .history-detail .t1 .swiper-wrapper,
    body[data-page=about] .history-detail .t1 .swiper-slide {
        height: auto !important
    }

    body[data-page=about] .history-detail .t1 img {
        width: 100%;
        height: 100%;
        min-height: 180px;
        object-fit: cover
    }

    body[data-page=about] .history-detail .t2 {
        display: none
    }

    body[data-page=about] .history-detail .t3 {
        font-size: 14px;
        line-height: 24px;
        margin: 15px 0 0;
        padding: 0 15px
    }

    body[data-page=about] .history {
        padding: 0 24px;
        width: auto
    }

    body[data-page=about] .history .desc {
        position: relative;
        margin-top: -30px
    }

    body[data-page=about] .history .desc .bg {
        display: none
    }

    body[data-page=about] .history .desc .swiper-container {
        padding: 0;
        left: 0;
        width: auto;
        height: auto
    }

    body[data-page=about] .history .years-box {
        padding-top: 30px;
        padding-bottom: 50px;
        width: 100%
    }

    body[data-page=about] .history .years {
        height: 30px;
        margin-top: 0;
        width: 100%
    }

    body[data-page=about] .history .years:before {
        height: 1px
    }

    body[data-page=about] .history .years .arrow {
        width: 15px;
        height: 15px;
        top: 8px
    }

    body[data-page=about] .history .years .items .item {
        font-size: 14px;
        bottom: 14px
    }

    body[data-page=about] .history .years .items .item span {
        top: 45px
    }

    body[data-page=about] .history .years .items .item:after {
        height: 90px
    }

    body[data-page=about] .history .years .items .item i {
        width: 10px;
        height: 10px;
        top: 24px
    }

    body[data-page=about] .history .years .items .item i span {
        width: 6px;
        height: 6px
    }

    body[data-page=about] .history .years .items .item.active {
        font-size: 24px
    }

    body[data-page=about] .history .years .items .item.active i span {
        width: 6px;
        height: 6px
    }

    body[data-page=about] .history .years .items .item.active {
        font-size: 18px
    }
}

body[data-page=about] .about_5_bg {
    background: url("../../images/honor-2.jpg") no-repeat top center;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation-duration: 6s !important
}

body[data-page=about] .about_5_bg_1 {
    background: url("../../images/honor-3.png") no-repeat bottom center;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    animation-duration: 6s !important
}

body[data-page=about] .about_5_main {
    position: relative
}

body[data-page=about] .about_5 {
    position: relative;
    overflow: hidden;
    padding: 0 0 180px
}

body[data-page=about] .about_5 .history {
    padding: 0
}

body[data-page=about] .about_5 .desc {
    position: relative
}

body[data-page=about] .about_5 .desc .swiper-container {
    height: auto
}

body[data-page=about] .honor-banner {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .15);
    height: 230px;
    width: 1000px;
    margin: 60px auto 30px
}

body[data-page=about] .honor-banner .swiper-pagination {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%
}

body[data-page=about] .honor-banner .swiper-pagination .swiper-pagination-switch {
    cursor: pointer;
    background-color: #c1c1c1
}

body[data-page=about] .honor-banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
    background-color: #d6000f;
    width: 10px
}

body[data-page=about] .honor-banner .swiper-container {
    height: 100%
}

body[data-page=about] .honor-banner .swiper-container .swiper-wrapper {
    height: 100%
}

body[data-page=about] .honor-banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%
}

body[data-page=about] .honor-banner-item {
    width: 25%;
    text-align: center;
    float: left;
    padding: 48px 0 0
}

body[data-page=about] .honor-banner-item .t1 img {
    width: 26px
}

body[data-page=about] .honor-banner-item .table {
    height: 48px
}

body[data-page=about] .honor-banner-item .t2 {
    margin: 10px 0 0;
    font-size: 18px;
    color: #4a3b30;
    line-height: 24px;
    height: 48px;
    font-weight: 600
}

body[data-page=about] .honor-banner-item .t3 {
    width: 30px;
    height: 5px;
    background-color: #d6000f;
    margin: 20px auto 0
}

body[data-page=about] .honor-detail {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0 0;
    font-size: 14px;
    color: #434343;
    transition: all 300ms ease;
    text-align: justify;
    line-height: 26px
}

body[data-page=about] .honor-detail div {
    position: relative;
    padding: 8px 0 8px 50px;
    text-align: justify
}

body[data-page=about] .honor-detail div i {
    position: absolute;
    left: 0;
    top: 8px
}

body[data-page=about] .honor-detail div:hover {
    color: #d6000f
}

@media screen and (max-width:1024px) {
    body[data-page=about] .honor-banner {
        width: auto;
        margin: 40px 10px 10px;
        height: 150px
    }

    body[data-page=about] .honor-banner .swiper-pagination {
        bottom: 10px
    }

    body[data-page=about] .honor-banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
        width: 8px
    }

    body[data-page=about] .honor-banner-item {
        width: 50%;
        padding: 22px 0 0
    }

    body[data-page=about] .honor-banner-item .t1 img {
        width: 19px
    }

    body[data-page=about] .honor-banner-item .table {
        height: 36px
    }

    body[data-page=about] .honor-banner-item .t2 {
        font-size: 13px;
        line-height: 18px;
        height: 36px
    }

    body[data-page=about] .honor-banner-item .t3 {
        width: 20px;
        height: 3px;
        margin-top: 10px
    }

    body[data-page=about] .about_5_bg {
        background-position: center -5%;
        background-size: 300% auto
    }

    body[data-page=about] .about_5 {
        padding: 0 0 100px
    }

    body[data-page=about] .about_5 .history {
        padding: 0 24px
    }

    body[data-page=about] .about_5 .honor-detail {
        font-size: 13px;
        width: auto;
        padding: 0
    }

    body[data-page=about] .about_5 .honor-detail div {
        line-height: 20px;
        padding: 8px 0 8px 40px
    }
}

body[data-page=about] .about_6 .map {
    width: 100%;
    height: 380px;
    border-top: 1px solid #ddd
}

body[data-page=about] .about_6 .map iframe {
    width: 100%;
    height: 100%
}

body[data-page=about] .about_6 .button {
    display: none
}

body[data-page=about] .about_6 .contact-detail {
    color: #3e3e3e;
    font-size: 16px;
    max-width: 800px;
    margin: 0 auto;
    *zoom: 1;
    padding: 80px 0 50px
}

body[data-page=about] .about_6 .contact-detail:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=about] .about_6 .contact-detail .left,
body[data-page=about] .about_6 .contact-detail .right {
    width: 50%;
    float: left
}

body[data-page=about] .about_6 .contact-detail .right {
    text-align: center;
    padding: 70px 0 0 170px
}

body[data-page=about] .about_6 .contact-detail .right img {
    width: 133px
}

body[data-page=about] .about_6 .contact-detail .right span {
    display: block;
    font-size: 14px
}

body[data-page=about] .about_6 .contact-detail .t2 {
    font-size: 24px;
    color: #d6000f;
    padding: 0 0 30px;
    font-weight: 600
}

body[data-page=about] .about_6 .contact-detail .t1 {
    position: relative;
    padding: 0 0 20px 90px
}

body[data-page=about] .about_6 .contact-detail .t1 span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 120px
}

@media screen and (max-width:1024px) {
    body[data-page=about] .about_6 .map {
        display: none
    }

    body[data-page=about] .about_6 .button {
        display: block;
        width: 177px;
        padding: 13px 0;
        border-radius: 100px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        margin: 10px auto 0;
        background-color: #d6000f
    }

    body[data-page=about] .about_6 .button img {
        position: relative;
        vertical-align: middle;
        top: -1px;
        width: 17px;
        margin: 0 5px 0 0
    }

    body[data-page=about] .about_6 .contact-detail {
        width: 100%;
        padding: 35px 25px 20px
    }

    body[data-page=about] .about_6 .contact-detail .left,
    body[data-page=about] .about_6 .contact-detail .right {
        float: none;
        width: auto
    }

    body[data-page=about] .about_6 .contact-detail .right {
        text-align: center;
        padding: 50px 0 30px
    }

    body[data-page=about] .about_6 .contact-detail .right img {
        width: 170px
    }

    body[data-page=about] .about_6 .contact-detail .right span {
        font-size: 13px
    }

    body[data-page=about] .about_6 .contact-detail .t2 {
        text-align: center;
        font-size: 18px;
        padding-bottom: 25px
    }

    body[data-page=about] .about_6 .contact-detail .t1 {
        padding-bottom: 15px;
        padding-left: 75px;
        font-size: 13px
    }

    body[data-page=about] .about_6 .contact-detail .t1 span {
        width: 70px;
        text-align-last: justify
    }
}

body[data-page=news] .news-detail {
    padding: 60px 0 100px;
    width: 800px;
    margin: 0 auto
}

body[data-page=news] .news-detail .t1 {
    font-size: 30px;
    text-align: center;
    line-height: normal;
    font-weight: 600
}

body[data-page=news] .news-detail .t2 {
    width: 86px;
    height: 9px;
    background-color: #a6a6a6;
    margin: 40px auto 30px
}

body[data-page=news] .news-detail .t3 {
    font-size: 14px;
    text-align: center;
    padding: 0 0 30px
}

body[data-page=news] .news-detail .t3 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px
}

body[data-page=news] .news-detail .t4 {
    line-height: 30px;
    font-size: 16px
}

body[data-page=news] .news-detail .t4 img {
    max-width: 100%;
    display: block;
    margin: 10px auto
}

body[data-page=news] .news-detail .t4 p {
    text-indent: 2em;
    padding: 10px 0;
    text-align: justify
}

body[data-page=news] .news-detail .t4 p img {
    display: block;
    margin: 0 auto
}

body[data-page=news] .news-detail .t4 table {
    width: 100%;
}

body[data-page=news] .news-detail .t4 table,
body[data-page=news] .news-detail .t4 tr,
body[data-page=news] .news-detail .t4 td {
    border: #999 1px solid !important;
    padding: 8px !important;
}

body[data-page=news] .news-detail .t4 td p {
    text-indent: 0em !important;
}

body[data-page=news] .news-detail .t5 {
    text-align: center;
    font-size: 16px;
    letter-spacing: -.31em;
    padding: 40px 0 0
}

body[data-page=news] .news-detail .t5 a {
    position: relative;
    color: #fff;
    line-height: 32px;
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    letter-spacing: normal
}

body[data-page=news] .news-detail .t5 a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #a6a6a6;
    transform: skew(-30deg);
    transition: all 300ms ease
}

body[data-page=news] .news-detail .t5 a.back:before {
    background-color: #d6000f
}

body[data-page=news] .news-detail .t5 a.back:hover:before {
    background-color: #d6000f
}

body[data-page=news] .news-detail .t5 a:hover:before {
    background-color: #d6000f
}

body[data-page=news] .news-detail .t5 a img {
    position: relative;
    width: 19px;
    top: -1px;
    vertical-align: middle
}

body[data-page=news] .news-detail .t5 a span {
    position: relative
}

body[data-page=news] .news-list {
    width: 1000px;
    margin: 0 auto;
    padding: 65px 0
}

body[data-page=news] .news-list .news-item {
    height: 230px;
    padding: 35px 80px 35px 370px;
    margin: 0 0 20px;
    position: relative;
    display: block;
    transition: all 600ms ease;
    border: 1px solid #fff
}

body[data-page=news] .news-list .news-item .t0 {
    width: 280px;
    height: 160px;
    position: absolute;
    left: 40px;
    top: 35px;
    overflow: hidden;
    transition: all 600ms ease;
    background: url("../../images/nopic.jpg");
    background-size: 100% 100%
}

body[data-page=news] .news-list .news-item .t0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease
}

body[data-page=news] .news-list .news-item .t1 {
    font-size: 14px;
    color: #5d5d5d;
    transition: all 600ms ease
}

body[data-page=news] .news-list .news-item .t2 {
    font-size: 20px;
    margin: 20px 0;
    line-height: normal;
    transition: all 600ms ease;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px\0;
    text-align: justify
}

body[data-page=news] .news-list .news-item .t3 {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px\0;
    text-align: justify;
    transition: all 600ms ease
}

body[data-page=news] .news-list .news-item .t4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 95px;
    height: 41px;
    background: url("../../images/news-2.jpg") no-repeat;
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
    display: none\0;
    transition: all 300ms ease
}

body.pc[data-page=news] .news-list .news-item:hover {
    padding: 30px 80px 35px 365px;
    box-shadow: 2.5px 4.33px 25px 0 rgba(0, 0, 0, .15);
    border: 1px solid #eee \0
}

body[data-page=news] .news-list .news-item:hover .t0 {
    left: 35px;
    top: 30px;
    overflow: hidden
}

body.pc[data-page=news] .news-list .news-item:hover .t0 img {
    transform: scale(1.05)
}

body.pc[data-page=news] .news-list .news-item:hover .t2 {
    color: #d6000f
}

body.pc[data-page=news] .news-list .news-item:hover .t4 {
    opacity: 1;
    transform: translate3d(0px, 0, 0);
    display: block\0
}

body[data-page=news] .news-space {
    height: 110px
}

@media screen and (max-width:1024px) {
    body[data-page=news] .news-detail {
        padding: 40px 24px 55px;
        width: auto
    }

    body[data-page=news] .news-detail .t1 {
        font-size: 17px
    }

    body[data-page=news] .news-detail .t2 {
        width: 43px;
        height: 4px;
        margin: 25px auto 20px
    }

    body[data-page=news] .news-detail .t3 {
        font-size: 12px;
        padding-bottom: 10px
    }

    body[data-page=news] .news-detail .t3 span {
        margin: 0 15px
    }

    body[data-page=news] .news-detail .t4 {
        font-size: 13px;
        line-height: 22px;
        margin: 5px 0
    }

    body[data-page=news] .news-detail .t4 img {
        width: 100%
    }

    body[data-page=news] .news-detail .t4 p {
        padding: 5px
    }

    body[data-page=news] .news-detail .t4 p img {
        margin: 0
    }

    body[data-page=news] .news-detail .t5 {
        font-size: 13px;
        margin: 0 -24px
    }

    body[data-page=news] .news-detail .t5 a {
        line-height: 27px;
        width: 95px;
        margin: 0 2px
    }

    body[data-page=news] .news-detail .t5 a img {
        width: 16px
    }

    body[data-page=news] .news-list {
        padding: 30px 12px;
        width: auto
    }

    body[data-page=news] .news-list .news-item {
        height: 110px;
        padding: 12px 12px 12px 165px;
        margin: 0
    }

    body[data-page=news] .news-list .news-item .t0 {
        width: 140px;
        height: 80px;
        top: 12px;
        left: 12px
    }

    body[data-page=news] .news-list .news-item:hover .t0 {
        top: 12px;
        left: 12px
    }

    body[data-page=news] .news-list .news-item .t1 {
        font-size: 12px
    }

    body[data-page=news] .news-list .news-item .t2 {
        font-size: 14px;
        margin: 5px 0 0;
        line-height: 22px
    }

    body[data-page=news] .news-list .news-item .t3 {
        display: none
    }

    body[data-page=news] .news-list .news-item .t4 {
        width: 47px;
        height: 20px;
        background-size: cover
    }

    body.mobile[data-page=news] .news-list .news-item:active {
        box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15);
        border: 1px solid #eee \0
    }

    body.mobile[data-page=news] .news-list .news-item:active .t0 img {
        transform: scale(1.05)
    }

    body.mobile[data-page=news] .news-list .news-item:active .t2 {
        color: #d6000f
    }

    body.mobile[data-page=news] .news-list .news-item:active .t4 {
        opacity: 1;
        transform: translate3d(0px, 0, 0);
        display: block\0
    }

    body[data-page=news] .news-space {
        height: 50px
    }
}

body[data-page=business] .index-part-3 {
    position: relative;
    top: 0
}

body[data-page=business] .index-part-3 .t {
    display: none
}

body[data-page=business] .index-part-3 .contents {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

body[data-page=business] .index-part-3 .contents .content.active .detail .close {
    top: 140px
}

body[data-page=business-classify] .main {
    position: relative;
    top: -50px;
    width: 1100px;
    margin: 0 auto;
    background-color: #fff
}

body[data-page=business-classify] .main.hidden-slide .business-classify-banner {
    display: none
}

body[data-page=business-classify] .main.hidden-slide .main_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 420px;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .15)
}

body[data-page=business-classify] .content {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 60px 50px 0;
    font-size: 16px;
    line-height: 30px;
    background-color: #FFF
}

body[data-page=business-classify] .content .t1 {
    text-indent: 2em;
    text-align: justify
}

body[data-page=business-classify] .content .t2 {
    padding: 30px 0
}

body[data-page=business-classify] .content .t2 img {
    max-width: 100%
}

body[data-page=business-classify] .content .t3 {
    margin: 0 -40px;
    padding-bottom: 50px;
    background-color: #fff
}

body[data-page=business-classify] .content .t3>div {
    *zoom: 1
}

body[data-page=business-classify] .content .t3>div:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=business-classify] .content .t3_item {
    width: 50%;
    float: left;
    padding: 10px 40px 40px;
    text-align: justify
}

body[data-page=business-classify] .content .t3_item_t1 {
    font-size: 24px;
    color: #d6000f;
    padding: 0 0 20px;
    font-weight: 500
}

body[data-page=business-classify] .content .t3_item_t2 {
    text-indent: 2em
}

body[data-page=business-classify] .content .t4 {
    font-size: 24px;
    color: #9f8b63;
    text-align: center;
    border-bottom: 3px solid #bdb6a9;
    padding: 20px 0;
    margin: 0 0 40px;
    font-weight: 600
}

body[data-page=business-classify] .content .t5 {
    border-bottom: 0 solid #bdb6a9;
    padding: 0 0 30px;
    padding-bottom: 50px
}

body[data-page=business-classify] .content .t5_1 {
    font-size: 24px;
    color: #d6000f;
    padding: 0 0 20px;
    font-weight: 500
}

body[data-page=business-classify] .content .t5_2 {
    padding: 0 0 20px
}

body[data-page=business-classify] .content .t6 {
    margin-top: 50px;
    padding: 50px 0;
    text-align: center;
    margin: 0 -25px;
    letter-spacing: -.31em;
    border-top: 3px solid #bdb6a9
}

body[data-page=business-classify] .content .t6_item {
    position: relative;
    letter-spacing: normal;
    display: inline-block;
    width: 206px;
    height: 206px;
    border-radius: 206px;
    overflow: hidden;
    border: 3px solid #bdb6a9;
    margin: 0 25px 30px;
    vertical-align: top;
    transform: translate3d(0, 0, 0)
}

body[data-page=business-classify] .content .t6_item_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 300ms ease;
    transform: translate3d(0, 0, 0)
}

body[data-page=business-classify] .content .t6_item_content {
    font-size: 18px;
    color: #fff;
    background-color: #7a6844;
    background-color: rgba(122, 104, 68, .7);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    top: 130px;
    padding: 8px 0 0;
    transition: all 300ms ease;
    line-height: 22px
}

body[data-page=business-classify] .content .t6_item_content .bt {
    height: 46px;
    padding: 0 20px
}

body[data-page=business-classify] .content .t6_item_content i {
    display: block;
    margin: 25px auto 0;
    width: 30px;
    height: 30px;
    background: url("../../images/business-classify-0.png") no-repeat center center
}

body.pc[data-page=business-classify] .content .t6_item:hover .t6_item_content {
    background-color: #d6000f;
    background-color: rgba(0, 104, 183, .7);
    padding: 55px 0 0;
    top: 0
}

body.pc[data-page=business-classify] .content .t6_item:hover .t6_item_bg {
    transform: scale(1.05)
}

body[data-page=business-classify] .business-classify-banner {
    position: relative;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .15);
    height: 250px;
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 15px
}

body[data-page=business-classify] .business-classify-banner:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../../images/honor-2.jpg") center center;
    background-size: 120% auto;
    opacity: .5
}

body[data-page=business-classify] .business-classify-banner .swiper-pagination {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%
}

body[data-page=business-classify] .business-classify-banner .swiper-pagination .swiper-pagination-switch {
    cursor: pointer;
    background-color: #c1c1c1
}

body[data-page=business-classify] .business-classify-banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
    background-color: #d6000f;
    width: 10px
}

body[data-page=business-classify] .business-classify-banner .swiper-container {
    height: 100%
}

body[data-page=business-classify] .business-classify-banner .swiper-container .swiper-wrapper {
    height: 100%
}

body[data-page=business-classify] .business-classify-banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%
}

body[data-page=business-classify] .business-classify-banner-item {
    width: 33.3%;
    text-align: center;
    float: left;
    padding: 60px 0 0
}

body[data-page=business-classify] .business-classify-banner-item .t1 img {
    width: 26px
}

body[data-page=business-classify] .business-classify-banner-item .table {
    height: 48px
}

body[data-page=business-classify] .business-classify-banner-item .t2 {
    margin: 10px 0 0;
    font-size: 18px;
    color: #4a3b30;
    line-height: 24px;
    height: 48px;
    font-weight: 600
}

body[data-page=business-classify] .business-classify-banner-item .t3 {
    width: 30px;
    height: 5px;
    background-color: #d6000f;
    margin: 20px auto 0
}

@media screen and (max-width:1024px) {
    body[data-page=business] .index-part-3 .contents .content.active .detail .close {
        top: 90px
    }

    body[data-page=business-classify] .main {
        width: auto;
        top: 0
    }

    body[data-page=business-classify] .content {
        width: auto;
        padding: 35px 24px 0;
        font-size: 13px;
        line-height: 24px
    }

    body[data-page=business-classify] .content .t2 {
        padding: 20px 0
    }

    body[data-page=business-classify] .content .t2 img {
        object-fit: cover
    }

    body[data-page=business-classify] .content .t3 {
        margin: 0;
        padding-bottom: 30px
    }

    body[data-page=business-classify] .content .t3_item {
        padding: 0 0 30px;
        float: none;
        width: auto
    }

    body[data-page=business-classify] .content .t3_item_t1 {
        font-size: 16px;
        padding: 0 0 15px
    }

    body[data-page=business-classify] .content .t4 {
        font-size: 16px;
        padding: 10px 0;
        border-bottom-width: 2px
    }

    body[data-page=business-classify] .content .t5 {
        padding: 0 0 30px;
        padding-bottom: 30px
    }

    body[data-page=business-classify] .content .t5_1 {
        font-size: 16px;
        padding: 0 0 15px
    }

    body[data-page=business-classify] .content .t5_2 {
        padding: 0 0 15px
    }

    body[data-page=business-classify] .content .t6 {
        padding: 20px 0;
        margin: 0 -24px
    }

    body[data-page=business-classify] .content .t6_item {
        width: 144px;
        height: 144px;
        border-width: 2px;
        margin: 0 10px 20px
    }

    body[data-page=business-classify] .content .t6_item_content {
        top: 85px;
        font-size: 14px;
        line-height: 19px
    }

    body[data-page=business-classify] .content .t6_item_content .bt {
        height: 46px;
        padding: 0 15px
    }

    body[data-page=business-classify] .content .t6_item_content i {
        display: none
    }

    body[data-page=business-classify] .business-classify-banner {
        width: auto;
        height: 160px
    }

    body[data-page=business-classify] .business-classify-banner .swiper-pagination {
        bottom: 10px
    }

    body[data-page=business-classify] .business-classify-banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
        width: 8px
    }

    body[data-page=business-classify] .business-classify-banner-item {
        width: 50%;
        padding: 40px 0 0
    }

    body[data-page=business-classify] .business-classify-banner-item .t1 img {
        width: 19px
    }

    body[data-page=business-classify] .business-classify-banner-item .table {
        height: 36px
    }

    body[data-page=business-classify] .business-classify-banner-item .t2 {
        font-size: 13px;
        line-height: 18px;
        height: 50px
    }

    body[data-page=business-classify] .business-classify-banner-item .t3 {
        width: 20px;
        height: 3px;
        margin-top: 10px
    }
}

body[data-page=express] .express-modal {
    overflow: auto;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    transition: all 300ms ease;
    display: none\0;
    opacity: 0;
    visibility: hidden
}

body[data-page=express] .express-modal.show {
    display: block\0;
    opacity: 1;
    visibility: visible
}

body[data-page=express] .express-modal .table {
    height: 100%
}

body[data-page=express] .express-modal .etc {
    width: 780px;
    background-color: #fff;
    border: 1px solid #eee \0;
    margin: 20px auto;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .3)
}

body[data-page=express] .express-modal .et1 {
    font-size: 24px;
    text-align: center;
    padding: 25px 0;
    line-height: normal;
    background-color: #d6000f;
    color: #fff;
    font-weight: 600;
    position: relative;
}

body[data-page=express] .express-modal .et1 .close {
    font-size: 18px;
    width: 32px;
    background-color: #d6000f;
    color: #fff;
    line-height: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 26px;
    border-radius: 100px;
    border: 1px solid #d6000f;
}

body[data-page=express] .express-modal .et1 .close:hover {
    background-color: rgba(255, 255, 255, .3);
}

body[data-page=express] .express-modal .et2 {
    line-height: 30px;
    font-size: 16px;
    text-indent: 2em;
    margin: 40px 40px 0;
    text-align: justify;
    border-bottom: 2px solid #bdb6a9;
    padding: 0 0 20px
}

body[data-page=express] .express-modal .et2 p {
    text-indent: 2em;
    padding: 0 0 20px
}

body[data-page=express] .express-modal .et3 {
    padding: 20px 40px
}

body[data-page=express] .express-modal .et3_1 {
    font-size: 14px;
    padding: 0 0 20px 50px;
    position: relative
}

body[data-page=express] .express-modal .et3_1 span {
    position: absolute;
    left: 0;
    top: 0
}

body[data-page=express] .express-modal .qrcode {
    padding: 0 0 20px;
    text-align: center;
}

body[data-page=express] .express-modal .qrcode img {
    width: 30%;
}

body[data-page=express] .express-modal .et4 {
    padding: 20px 0 40px;
    text-align: center
}

body[data-page=express] .express-modal .et4 .button {
    font-size: 18px;
    width: 96px;
    padding: 10px 0;
    background-color: #d6000f;
    color: #fff;
    margin: 0 auto
}

body[data-page=express] .business-classify-banner {
    position: relative;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    /*box-shadow:2.5px 4.33px 20px 0 rgba(0,0,0,.15);*/
    height: 250px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 15px
}

body[data-page=express] .business-classify-banner:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background:url("../../images/honor-2.jpg") center center;*/
    background-size: 120% auto;
    opacity: .5
}

body[data-page=express] .business-classify-banner .swiper-pagination {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%
}

body[data-page=express] .business-classify-banner .swiper-pagination .swiper-pagination-switch {
    cursor: pointer;
    background-color: #c1c1c1
}

body[data-page=express] .business-classify-banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
    background-color: #d6000f;
    width: 10px
}

body[data-page=express] .business-classify-banner .swiper-container {
    height: 100%
}

body[data-page=express] .business-classify-banner .swiper-container .swiper-wrapper {
    height: 100%
}

body[data-page=express] .business-classify-banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    text-align: center
}

body[data-page=express] .business-classify-banner-item {
    width: 33.3%;
    text-align: center;
    /*float:left;*/
    display: inline-block;
    padding: 60px 20px 0
}

body[data-page=express] .business-classify-banner-item .t1a img {
    width: 26px
}

body[data-page=express] .business-classify-banner-item .table {
    height: 48px
}

body[data-page=express] .business-classify-banner-item .t2a {
    margin: 10px 0 0;
    font-size: 18px;
    color: #4a3b30;
    line-height: 24px;
    height: 48px;
    font-weight: 600;
    text-align: center;
}

body[data-page=express] .business-classify-banner-item .t3a {
    width: 30px;
    height: 5px;
    background-color: #d6000f;
    margin: 20px auto 0;
}

body[data-page=express] .express-detail {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 0 100px
}

body[data-page=express] .express-detail .t1 {
    font-size: 30px;
    color: #d6000f;
    text-align: center;
    padding: 0 0 30px;
    font-weight: 600
}

body[data-page=express] .express-detail .t1 img {
    width: 300px;
}

body[data-page=express] .express-detail .t2 {
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
    text-align: justify
}

body[data-page=express] .express-detail .t2 h3 {
    line-height: 20px;
    text-indent: 0;
    font-size: 20px;
    font-weight: 600;
    color: #d6000f;
    padding-left: 16px;
    margin: 20px 0 14px;
    border-left: 6px solid #d6000f
}

body[data-page=express] .express-detail .t2 p {
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
    text-align: justify;
    padding: 10px 0
}

body[data-page=express] .express-detail .t2 img {
    display: block;
    margin: 10px auto
}

body[data-page=express] .express-detail .t3 {
    padding: 30px 0
}

body[data-page=express] .express-detail .t3 img {
    max-width: 100%
}

body[data-page=express] .express-detail .t4 {
    font-size: 14px;
    *zoom: 1
}

body[data-page=express] .express-detail .t4:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=express] .express-detail .t4 .left {
    float: left
}

body[data-page=express] .express-detail .t4 .left div {
    padding: 10px 0
}

body[data-page=express] .express-detail .t4 .qrcode {
    float: right;
    padding: 0 20px 0 0
}

body[data-page=express] .express-detail .t4 .qrcode img {
    vertical-align: top;
    width: 96px
}

body[data-page=express] .express-detail .t5 {
    text-align: center;
    font-size: 24px;
    color: #000000;
    border-bottom: 1px solid #aeaeae;
    padding: 20px 0;
    margin: 40px 0 0;
    font-weight: 600
}

body[data-page=express] .express-detail .t6 {
    cursor: pointer
}

body[data-page=express] .express-detail .t6>div {
    padding: 20px 0 0;
    *zoom: 1
}

body[data-page=express] .express-detail .t6>div:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body.pc[data-page=express] .express-detail .t6_item:hover {
    background-color: #f5f5f5
}

body.mobile[data-page=express] .express-detail .t6_item:active {
    background-color: #f5f5f5
}

body[data-page=express] .express-detail .t6_item {
    background-color: #fff;
    transition: all 300ms ease;
    width: 50%;
    float: left;
    padding-left: 40px
}

body[data-page=express] .express-detail .t6_item_t1 {
    font-size: 18px;
    color: #d6000f;
    padding: 10px 0;
    font-weight: 500
}

body[data-page=express] .express-detail .t6_item_t2 {
    font-size: 14px;
    padding: 0 0 20px 50px;
    position: relative
}

body[data-page=express] .express-detail .t6_item_t2 span {
    position: absolute;
    left: 0;
    top: 0
}

body[data-page=express] .express-detail .t6_item_t3 {
    font-size: 16px;
    font-weight: 500;
    padding: 0 0 20px
}

@media screen and (max-width:1024px) {
    body[data-page=express] .express-modal {
        padding: 20px 0
    }

    body[data-page=express] .express-modal .etc {
        width: 94%;
        margin: 0 auto
    }

    body[data-page=express] .express-modal .et1 {
        font-size: 16px;
        padding: 15px 0
    }

    body[data-page=express] .express-modal .et1 .close {
        width: 21px;
        line-height: 21px;
        height: 21px;
        right: 10px;
        top: 15px;
        border-radius: 100px;
        border: 1px solid #d6000f;
    }

    body[data-page=express] .express-modal .et2 {
        margin: 24px 24px 0;
        font-size: 13px;
        line-height: 22px;
        border-bottom-width: 1px
    }

    body[data-page=express] .express-modal .et2 p {
        padding-bottom: 10px
    }

    body[data-page=express] .express-modal .et3 {
        padding: 30px 24px 20px
    }

    body[data-page=express] .express-modal .et3_1 {
        font-size: 13px;
        padding: 0 0 10px 45px
    }

    body[data-page=express] .express-modal .qrcode {
        padding: 0 0 10px;
    }

    body[data-page=express] .express-modal .qrcode img {
        width: 50%;
    }

    body[data-page=express] .express-modal .et4 {
        padding: 10px 0 30px
    }

    body[data-page=express] .express-modal .et4 .button {
        font-size: 15px;
        width: 90px;
        padding: 8px 0
    }

    body[data-page=express] .business-classify-banner {
        width: auto;
        height: 180px
    }

    body[data-page=express] .business-classify-banner .swiper-pagination {
        bottom: 10px
    }

    body[data-page=express] .business-classify-banner .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
        width: 8px
    }

    body[data-page=express] .business-classify-banner-item {
        width: 50%;
        padding: 20px 0 0
    }

    body[data-page=express] .business-classify-banner-item .t1a img {
        width: 19px
    }

    body[data-page=express] .business-classify-banner-item .table {
        height: 36px
    }

    body[data-page=express] .business-classify-banner-item .t2a {
        font-size: 13px;
        line-height: 18px;
        height: 50px
    }

    body[data-page=express] .business-classify-banner-item .t3a {
        width: 20px;
        height: 3px;
        margin-top: 10px
    }

    body[data-page=express] .express-detail {
        padding: 40px 24px 60px;
        width: auto
    }

    body[data-page=express] .express-detail .t1 {
        font-size: 18px;
        padding: 0 0 20px;
        font-weight: 700
    }

    body[data-page=express] .express-detail .t1 img {
        width: 60%;
    }

    body[data-page=express] .express-detail .t2 {
        font-size: 13px;
        line-height: 24px
    }

    body[data-page=express] .express-detail .t2 h3 {
        line-height: 16px;
        text-indent: 0;
        font-size: 16px;
        padding-left: 14px;
        margin: 16px 0 12px;
        border-left: 4px solid #d6000f
    }

    body[data-page=express] .express-detail .t2 p {
        line-height: 24px;
        font-size: 13px;
        text-align: justify;
        padding: 7px 0
    }

    body[data-page=express] .express-detail .t2 img {
        width: 100%
    }

    body[data-page=express] .express-detail .t3 {
        padding: 20px 0
    }

    body[data-page=express] .express-detail .t4 {
        font-size: 13px
    }

    body[data-page=express] .express-detail .t4 .left {
        float: none
    }

    body[data-page=express] .express-detail .t4 .left div {
        padding: 0 0 10px 45px;
        position: relative
    }

    body[data-page=express] .express-detail .t4 .left div span {
        position: absolute;
        left: 0;
        top: 0
    }

    body[data-page=express] .express-detail .t4 .qrcode {
        float: none;
        text-align: center;
        padding: 20px 0 0
    }

    body[data-page=express] .express-detail .t4 .qrcode img {
        width: 112px
    }

    body[data-page=express] .express-detail .t5 {
        font-size: 18px;
        padding: 12px 0;
        border-bottom-width: 2px
    }

    body[data-page=express] .express-detail .t6 {
        padding: 10px 0
    }

    body[data-page=express] .express-detail .t6>div {
        padding: 0
    }

    body[data-page=express] .express-detail .t6_item {
        float: none;
        padding: 20px 10px 0;
        margin: 0 -10px;
        width: auto
    }

    body[data-page=express] .express-detail .t6_item_t1 {
        font-size: 16px;
        /*padding:0 0 12px*/
        padding: 0;
        text-align: center;
    }

    body[data-page=express] .express-detail .t6_item_t2 {
        font-size: 13px;
        padding: 0 0 10px 45px
    }

    body[data-page=express] .express-detail .t6_item_t3 {
        font-size: 14px;
        padding: 0 0 10px
    }
}

body[data-page=situation] .situation-detail {
    width: 800px;
    margin: 0 auto;
    padding: 60px 0 120px
}

body[data-page=situation] .situation-detail .t1 {
    position: relative;
    font-size: 14px;
    color: #d6000f;
    padding: 0 0 5px 15px;
    position: relative
}

body[data-page=situation] .situation-detail .t1:before {
    position: absolute;
    display: block;
    content: "";
    width: 4px;
    height: 12px;
    background-color: #d6000f;
    top: 4px;
    left: 0
}

body[data-page=situation] .situation-detail .t2 {
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    padding: 0 0 30px 15px
}

@media screen and (max-width:1024px) {
    body[data-page=situation] .situation-detail {
        width: auto;
        padding: 40px 24px 60px
    }

    body[data-page=situation] .situation-detail .t1 {
        font-size: 13px;
        padding: 0 0 5px 12px
    }

    body[data-page=situation] .situation-detail .t2 {
        font-size: 13px;
        padding: 0 0 20px 12px
    }
}

body[data-page=report-detail] .report-detail-2 {
    padding: 40px 0 140px
}

body[data-page=report-detail] .report-detail-2_content {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px 70px
}

body[data-page=report-detail] .report-detail-2_item {
    position: relative;
    min-height: 174px;
    padding: 0 0 0 60px;
    margin: 0 0 20px
}

body[data-page=report-detail] .report-detail-2_item .t1 {
    position: absolute;
    left: 0;
    top: 30px;
    font-size: 30px;
    width: 114px;
    height: 114px;
    color: #fff;
    font-weight: 700;
    line-height: 114px;
    text-align: center;
    background-color: #d6000f;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .2);
    transition: all 300ms ease
}

body[data-page=report-detail] .report-detail-2_item .t2 {
    transition: all 300ms ease;
    font-size: 16px;
    padding: 25px 30px 25px 130px;
    background-color: #f6f6f6
}

body[data-page=report-detail] .report-detail-2_item .t2 a {
    display: block;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-bottom: 1px solid #f6f6f6;
    transition: all 300ms ease
}

body.pc[data-page=report-detail] .report-detail-2_item:hover .t1 {
    background-color: #d6000f;
    box-shadow: 0 0 transparent
}

body.pc[data-page=report-detail] .report-detail-2_item:hover .t2 {
    background-color: #fff
}

body.pc[data-page=report-detail] .report-detail-2_item:hover .t2 a {
    border-bottom-color: #fff
}

body.pc[data-page=report-detail] .report-detail-2_item:hover .t2 a:hover {
    border-bottom-color: #d6000f
}

body[data-page=report-detail] .report-detail-1 {
    padding: 40px 0 100px
}

body[data-page=report-detail] .report-detail-1_content {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 50px
}

body[data-page=report-detail] .report-detail-1_item {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 100px 0 0;
    margin: 0 0 10px;
    border-bottom: 1px solid #fff;
    transition: all 300ms ease;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

body[data-page=report-detail] .report-detail-1_item span {
    position: absolute;
    right: 0;
    top: 0;
    color: #797979 !important;
    font-size: 14px
}

body.pc[data-page=report-detail] .report-detail-1_item:hover {
    color: #d6000f;
    border-bottom-color: #d6000f
}

@media screen and (max-width:1024px) {
    body[data-page=report-detail] .report-detail-2 {
        padding: 35px 24px 80px
    }

    body[data-page=report-detail] .report-detail-2_content {
        width: auto;
        padding: 0 0 45px
    }

    body[data-page=report-detail] .report-detail-2_item {
        padding: 28px 0 0 28px
    }

    body[data-page=report-detail] .report-detail-2_item .t1 {
        font-size: 15px;
        line-height: 56px;
        width: 56px;
        height: 56px;
        left: 0;
        top: 0
    }

    body[data-page=report-detail] .report-detail-2_item .t2 {
        padding: 36px 20px 16px 25px;
        font-size: 14px
    }

    body[data-page=report-detail] .report-detail-2_item .t2 a {
        line-height: 24px;
        white-space: normal;
        margin: 0 0 15px;
        text-align: justify
    }

    body.mobile[data-page=report-detail] .report-detail-2_item:active .t1 {
        background-color: #d6000f;
        box-shadow: 0 0 transparent
    }

    body.mobile[data-page=report-detail] .report-detail-2_item:active .t2 {
        background-color: #fff
    }

    body.mobile[data-page=report-detail] .report-detail-2_item:active .t2 a {
        border-bottom-color: #fff
    }

    body.mobile[data-page=report-detail] .report-detail-2_item:active .t2 a:hover {
        border-bottom-color: #d6000f
    }

    body[data-page=report-detail] .report-detail-1 {
        padding: 35px 24px 80px
    }

    body[data-page=report-detail] .report-detail-1_content {
        width: auto;
        padding: 0 0 30px
    }

    body[data-page=report-detail] .report-detail-1_item {
        font-size: 14px;
        line-height: 22px;
        padding: 0;
        white-space: normal;
        text-align: justify;
        margin-bottom: 15px
    }

    body.mobile[data-page=report-detail] .report-detail-1_item:active {
        color: #d6000f;
        border-bottom-color: #d6000f
    }

    body[data-page=report-detail] .report-detail-1_item span {
        position: static;
        display: block;
        font-size: 12px
    }
}

body[data-page=capital] .capital-detail {
    padding: 60px 0 140px;
    width: 1000px;
    margin: 0 auto
}

body[data-page=capital] .capital-detail .t1 {
    background-color: #3f91cf;
    background-image: linear-gradient(270deg, #d6000f 0, #3f91cf 100%);
    *zoom: 1
}

body[data-page=capital] .capital-detail .t1:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=capital] .capital-detail .t1 .left,
body[data-page=capital] .capital-detail .t1 .right {
    width: 50%;
    float: left;
    color: #fff;
    line-height: normal;
    height: 110px
}

body[data-page=capital] .capital-detail .t1 .left {
    font-size: 24px
}

body[data-page=capital] .capital-detail .t1 .left span {
    font-size: 14px;
    display: block;
    padding: 5px 0 0
}

body[data-page=capital] .capital-detail .t1 .right {
    font-size: 48px
}

body[data-page=capital] .capital-detail .t1 table {
    width: 100%;
    height: 100%
}

body[data-page=capital] .capital-detail .t1 table td {
    vertical-align: middle;
    text-align: center
}

body[data-page=capital] .capital-detail .t1 .data {
    font-weight: 800
}

body[data-page=capital] .capital-detail .t2 {
    position: relative;
    line-height: normal;
    font-size: 32px;
    margin: 60px 0 20px
}

body[data-page=capital] .capital-detail .t2 span {
    position: absolute;
    right: 0;
    bottom: 5px;
    font-size: 14px
}

body[data-page=capital] .capital-detail .t3 {
    margin: 0 -1%;
    *zoom: 1
}

body[data-page=capital] .capital-detail .t3:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=capital] .capital-detail .t3_item {
    background-color: #f3f5f7;
    width: 48%;
    float: left;
    margin: 0 1% 2%;
    padding: 20px 30px;
    text-align: justify;
    line-height: normal
}

body[data-page=capital] .capital-detail .t3_item_t1 {
    font-size: 20px;
    line-height: 26px;
    height: 62px;
    overflow: hidden;
    margin: 0 0 8px;
    font-weight: 600
}

body[data-page=capital] .capital-detail .t3_item_t2 {
    font-size: 16px;
    margin: 0 0 6px
}

body[data-page=capital] .capital-detail .t3_item_t2 span {
    color: #d6000f
}

body[data-page=capital] .capital-detail .t4 .tip {
    padding: 15px 0;
    font-size: 14px
}

body[data-page=capital] .capital-detail .t4 table {
    width: 100%
}

body[data-page=capital] .capital-detail .t4 table thead {
    border-bottom: 3px solid #d6000f
}

body[data-page=capital] .capital-detail .t4 table tr td,
body[data-page=capital] .capital-detail .t4 table tr th {
    font-size: 16px;
    padding: 15px 10px;
    vertical-align: middle
}

body[data-page=capital] .capital-detail .t4 table tr td {
    border: 1px solid #a0a0a0
}

body[data-page=capital] .capital-detail .t4 table tr th {
    border-top: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0;
    border-right: 1px solid #a0a0a0
}

body[data-page=capital] .capital-detail .t4 table .center {
    text-align: center
}

body[data-page=capital] .capital-detail .t4 table .left {
    text-align: left
}

body[data-page=capital] .capital-detail .t4 table .right {
    text-align: right
}

body[data-page=capital] .capital-detail .t4 table .blue {
    color: #d6000f
}

body[data-page=capital] .capital-detail .t4 table tbody tr:nth-child(odd) {
    background-color: #f8f8f8
}

body[data-page=capital] .capital-detail .t4 table tr td {
    text-align: right
}

body[data-page=capital] .capital-detail .t4 table tr th {
    text-align: center;
    font-size: 18px;
    color: #d6000f
}

body[data-page=capital] .capital-detail .t4 table tr th.no {
    border-bottom: 0
}

body[data-page=capital] .capital-detail .t5 {
    height: 280px;
    padding: 0 0 30px
}

body[data-page=capital] .capital-detail .t5 img {
    width: 100%;
    height: auto
}

body[data-page=capital] .capital-detail .t6 .tabs {
    position: relative;
    margin: 50px 0 20px
}

body[data-page=capital] .capital-detail .t6 .tabs:before {
    height: 3px;
    content: '';
    display: block;
    background-color: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0
}

body[data-page=capital] .capital-detail .t6 .tabs .tab-arrow {
    background-color: #f4f4f4;
    width: 38px
}

body[data-page=capital] .capital-detail .t6 .tabs .tab-arrow.right {
    right: 0
}

body[data-page=capital] .capital-detail .t6 .tabs .tab-arrow.left {
    left: 0
}

body[data-page=capital] .capital-detail .t6 .tabs .tab {
    font-size: 14px;
    color: #575757;
    border-bottom: 3px solid #e5e5e5;
    line-height: 57px;
    padding: 0 15px;
    cursor: pointer;
    transition: all 300ms ease
}

body[data-page=capital] .capital-detail .t6 .tabs .tab-content {
    margin: 0;
    padding: 0;
    text-align: left
}

body[data-page=capital] .capital-detail .t6 .tabs .tab.active {
    background: 0 0;
    color: #d6000f;
    border-bottom-color: #d6000f
}

body[data-page=capital] .capital-detail .t6 .tabs .tab:hover {
    background: 0 0;
    color: #d6000f
}

@media screen and (max-width:1024px) {
    body[data-page=capital] .capital-detail {
        padding: 40px 24px 60px;
        width: auto
    }

    body[data-page=capital] .capital-detail .t1 {
        padding: 20px 0
    }

    body[data-page=capital] .capital-detail .t1 .left,
    body[data-page=capital] .capital-detail .t1 .right {
        float: none;
        width: auto;
        height: auto
    }

    body[data-page=capital] .capital-detail .t1 .left {
        font-size: 14px
    }

    body[data-page=capital] .capital-detail .t1 .left span {
        font-size: 10px
    }

    body[data-page=capital] .capital-detail .t1 .right {
        font-size: 30px;
        padding: 10px 0 0
    }

    body[data-page=capital] .capital-detail .t2 {
        margin: 30px 0 10px;
        font-size: 17px
    }

    body[data-page=capital] .capital-detail .t2 span {
        font-size: 10px;
        position: static;
        display: block;
        padding: 5px 0 0
    }

    body[data-page=capital] .capital-detail .t3 {
        margin: 0
    }

    body[data-page=capital] .capital-detail .t3_item {
        width: auto;
        float: none;
        margin: 0 0 10px;
        padding: 12px
    }

    body[data-page=capital] .capital-detail .t3_item_t1 {
        font-size: 15px;
        line-height: 20px;
        height: auto
    }

    body[data-page=capital] .capital-detail .t3_item_t2 {
        font-size: 13px
    }

    body[data-page=capital] .capital-detail .t4 {
        overflow: auto
    }

    body[data-page=capital] .capital-detail .t4 table {
        width: 250%
    }

    body[data-page=capital] .capital-detail .t4 table.full {
        width: 100%
    }

    body[data-page=capital] .capital-detail .t4 table tr th,
    body[data-page=capital] .capital-detail .t4 table tr td {
        padding: 10px
    }

    body[data-page=capital] .capital-detail .t4 table tr th {
        font-size: 13px;
        border-bottom-width: 2px
    }

    body[data-page=capital] .capital-detail .t4 table tr td {
        font-size: 11px
    }

    body[data-page=capital] .capital-detail .t4 .tip {
        padding: 10px 0;
        font-size: 12px;
        line-height: 22px
    }

    body[data-page=capital] .capital-detail .t5 {
        padding: 10px 0 20px
    }
}

body[data-page=ask] .success-modal {
    overflow: auto;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
    display: none\0;
    opacity: 0;
    visibility: hidden
}

body[data-page=ask] .success-modal.show {
    display: block\0;
    opacity: 1;
    visibility: visible
}

body[data-page=ask] .success-modal .table {
    width: 100%;
    height: 100%
}

body[data-page=ask] .success-modal__content {
    text-align: center;
    width: 480px;
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .3);
    border: 1px solid #eee;
    line-height: normal
}

body[data-page=ask] .success-modal__content .t0 {
    background-color: #d6000f;
    padding: 25px 0;
    margin: -1px -1px 0 -1px
}

body[data-page=ask] .success-modal__content .t0 img {
    width: 50px;
    vertical-align: top
}

body[data-page=ask] .success-modal__content .t1 {
    font-size: 24px;
    color: #d6000f;
    padding: 25px 0 10px
}

body[data-page=ask] .success-modal__content .t2 {
    font-size: 16px
}

body[data-page=ask] .success-modal__content .t3 {
    padding: 30px 0
}

body[data-page=ask] .success-modal__content .t3 .button {
    font-size: 18px;
    background-color: #d6000f;
    color: #fff;
    width: 100px;
    margin: 0 auto;
    padding: 6px 0;
    cursor: pointer
}

body[data-page=ask] .ask-detail {
    padding: 60px 0 130px;
    width: 1000px;
    margin: 0 auto
}

body[data-page=ask] .ask-detail .form {
    font-size: 14px
}

body[data-page=ask] .ask-detail .form_item {
    padding: 0 0 25px
}

body[data-page=ask] .ask-detail .form_item .label {
    padding: 0 0 5px
}

body[data-page=ask] .ask-detail .form_item .label i {
    color: #ef0000;
    font-style: normal;
    margin: 0 0 0 5px
}

body[data-page=ask] .ask-detail .form_item .label span {
    color: #ef0000;
    margin: 0 0 0 10px;
    display: none
}

body[data-page=ask] .ask-detail .form_item .control input,
body[data-page=ask] .ask-detail .form_item .control textarea {
    background-color: #eaf0f4;
    height: 50px;
    width: 100%;
    border: 0;
    appearance: none;
    border-radius: 0;
    font-size: 18px;
    box-sizing: border-box
}

body[data-page=ask] .ask-detail .form_item .control input {
    line-height: 50px;
    padding: 0 15px
}

body[data-page=ask] .ask-detail .form_item .control textarea {
    padding: 15px;
    height: 150px
}

body[data-page=ask] .ask-detail .form .col-6 {
    *zoom: 1;
    margin: 0 -10px
}

body[data-page=ask] .ask-detail .form .col-6:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=ask] .ask-detail .form .col-6 .form_item {
    width: 50%;
    float: left;
    padding: 0 10px 25px
}

body[data-page=ask] .ask-detail .form .col-6 .form_item.code-item .control {
    position: relative;
    padding-right: 140px
}

body[data-page=ask] .ask-detail .form .col-6 .form_item.code-item .code {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    line-height: 50px
}

body[data-page=ask] .ask-detail .form .col-6 .form_item.code-item .code img {
    max-width: 130px
}

body[data-page=ask] .ask-detail .form .buttons {
    padding: 40px 0 0;
    text-align: center
}

body[data-page=ask] .ask-detail .form .buttons .button {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    width: 230px;
    padding: 14px 0;
    line-height: initial;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: #d6000f;
    transition: all 300ms ease
}

body[data-page=ask] .ask-detail .form .buttons .button:hover {
    opacity: .9;
    width: 320px
}

@media screen and (max-width:1024px) {
    body[data-page=ask] .success-modal__content {
        width: 90%
    }

    body[data-page=ask] .success-modal__content .t0 {
        padding: 20px 0
    }

    body[data-page=ask] .success-modal__content .t0 img {
        width: 35px
    }

    body[data-page=ask] .success-modal__content .t1 {
        font-size: 16px;
        padding: 15px 0 5px
    }

    body[data-page=ask] .success-modal__content .t2 {
        font-size: 10px
    }

    body[data-page=ask] .success-modal__content .t3 {
        padding: 20px 0
    }

    body[data-page=ask] .success-modal__content .t3 .button {
        width: 90px;
        font-size: 15px
    }

    body[data-page=ask] .ask-detail {
        width: auto;
        padding: 40px 24px 80px
    }

    body[data-page=ask] .ask-detail .form {
        font-size: 13px
    }

    body[data-page=ask] .ask-detail .form_item {
        padding: 0 0 20px
    }

    body[data-page=ask] .ask-detail .form_item .control input,
    body[data-page=ask] .ask-detail .form_item .control textarea {
        height: 38px;
        font-size: 16px
    }

    body[data-page=ask] .ask-detail .form_item .control input {
        line-height: 38px;
        padding: 0 10px
    }

    body[data-page=ask] .ask-detail .form_item .control textarea {
        padding: 10px;
        height: 210px
    }

    body[data-page=ask] .ask-detail .form .col-6 .form_item {
        width: 100%
    }

    body[data-page=ask] .ask-detail .form .col-6 .form_item.code-item .control {
        padding-right: 90px
    }

    body[data-page=ask] .ask-detail .form .col-6 .form_item.code-item .code {
        line-height: 38px
    }

    body[data-page=ask] .ask-detail .form .col-6 .form_item.code-item .code img {
        max-width: 80px
    }

    body[data-page=ask] .ask-detail .form .buttons {
        padding: 20px 0 0
    }

    body[data-page=ask] .ask-detail .form .buttons .button {
        font-size: 18px;
        width: 180px;
        padding: 11px 0
    }
}

body[data-page=contact] .contact-detail {
    padding: 40px 0 100px;
    width: 1000px;
    margin: 0 auto
}

body[data-page=contact] .contact-detail .t1 {
    font-size: 16px;
    padding: 20px 0;
    margin: 0 0 10px;
    border-bottom: 3px solid #e5e5e5
}

body[data-page=contact] .contact-detail .t1 a {
    color: #d6000f
}

body[data-page=contact] .contact-detail .t2 {
    padding: 0 0 20px
}

body[data-page=contact] .contact-detail .t2_1 {
    font-size: 18px;
    color: #d6000f;
    padding: 15px 0
}

body[data-page=contact] .contact-detail .t2_2 {
    *zoom: 1;
    margin: 0 -18px;
    font-size: 18px;
    line-height: normal
}

body[data-page=contact] .contact-detail .t2_2:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=contact] .contact-detail .t2_2 .link {
    padding: 0 18px;
    width: 50%;
    float: left
}

body[data-page=contact] .contact-detail .t2_2 .notice {
    position: relative;
    background-color: #d6000f;
    color: #fff;
    display: block;
    padding: 30px 25px;
    margin: 0 18px
}

body[data-page=contact] .contact-detail .t2_2 a {
    position: relative;
    background-color: #d6000f;
    color: #fff;
    display: block;
    padding: 20px 25px;
    transition: all 300ms ease
}

body[data-page=contact] .contact-detail .t2_2 a span {
    display: block;
    margin: 0
}

body[data-page=contact] .contact-detail .t2_2 a i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    height: 16px;
    margin: auto;
    display: block;
    line-height: 0
}

body[data-page=contact] .contact-detail .t2_2 a i img {
    width: 20px
}

body[data-page=contact] .contact-detail .t2_2 a:hover {
    background-color: #d6000f
}

body[data-page=contact] .contact-detail .t3_1 {
    font-size: 18px;
    color: #d6000f;
    padding: 15px 0;
    font-weight: 600
}

body[data-page=contact] .contact-detail .t3_2 {
    font-size: 14px;
    padding: 0 0 15px 80px;
    position: relative
}

body[data-page=contact] .contact-detail .t3_2 span {
    position: absolute;
    left: 0;
    top: 0
}

@media screen and (max-width:1024px) {
    body[data-page=contact] .contact-detail {
        padding: 30px 24px 60px;
        width: auto
    }

    body[data-page=contact] .contact-detail .t1 {
        font-size: 13px;
        line-height: 24px;
        text-align: justify;
        padding: 10px 0;
        border-bottom-width: 2px
    }

    body[data-page=contact] .contact-detail .t2 {
        padding: 0 0 10px
    }

    body[data-page=contact] .contact-detail .t2_1 {
        font-size: 15px;
        padding: 10px 0
    }

    body[data-page=contact] .contact-detail .t2_2 {
        margin: 0
    }

    body[data-page=contact] .contact-detail .t2_2 .notice {
        margin: 0;
        font-size: 13px;
        padding: 20px 15px;
        margin-bottom: 10px
    }

    body[data-page=contact] .contact-detail .t2_2 .link {
        width: auto;
        float: none;
        padding: 0;
        margin-bottom: 12px
    }

    body[data-page=contact] .contact-detail .t2_2 a {
        padding: 12px 15px
    }

    body[data-page=contact] .contact-detail .t2_2 a span {
        font-size: 13px
    }

    body[data-page=contact] .contact-detail .t3_1 {
        font-size: 18px
    }

    body[data-page=contact] .contact-detail .t3_2 {
        font-size: 13px;
        padding-bottom: 10px
    }
}

body[data-page=duty] .duty-3-detail {
    padding: 60px 0 120px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto
}

body[data-page=duty] .duty-3-detail .items {
    padding: 0 0 60px;
    *zoom: 1
}

body[data-page=duty] .duty-3-detail .items:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=duty] .duty-3-detail .items .item {
    display: block;
    width: 336px;
    float: left;
    margin: 0 32px 30px;
    text-align: justify;
    transition: all 600ms ease;
    border: 1px solid #f5f5f5 \0;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .15);
    color: #000;
    background-color: #FFF
}

body[data-page=duty] .duty-3-detail .items .item:hover {
    margin: -5px 37px 35px 27px;
    border: 1px solid #f5f5f5 \0;
    box-shadow: 2.5px 4.33px 20px 0 transparent;
    color: #d6000f;
    background-color: rgba(0, 0, 0, .04)
}

body[data-page=duty] .duty-3-detail .items .item .t1 {
    font-size: 28px;
    line-height: 1.5;
    padding: 30px 20px 25px
}

body[data-page=duty] .duty-3-detail .items .item .t2 {
    font-size: 48px;
    line-height: 48px;
    padding: 0 0 20px 25px
}

body[data-page=duty] .duty-3-detail .items .item .t3 {
    vertical-align: top;
    overflow: hidden
}

body[data-page=duty] .duty-3-detail .items .item .t3 img {
    width: 100%;
    height: auto;
    transition: all 800ms ease
}

body.pc[data-page=duty] .duty-3-detail .items .item:hover .t3 img {
    transform: scale(1.2)
}

body[data-page=duty] .duty-2-detail {
    padding: 60px 0 120px;
    width: 1100px;
    margin: 0 auto
}

body[data-page=duty] .duty-2-detail .items {
    margin: 0 -44px;
    padding: 0 0 60px;
    *zoom: 1
}

body[data-page=duty] .duty-2-detail .items:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=duty] .duty-2-detail .items .item {
    display: block;
    width: 336px;
    height: 406px;
    border: 1px solid #fff;
    float: left;
    margin: 0 30px 30px;
    padding: 20px;
    text-align: justify;
    transition: all 600ms ease
}

body.pc[data-page=duty] .duty-2-detail .items .item:hover {
    border: 1px solid #f5f5f5 \0;
    box-shadow: 2.5px 4.33px 25px 0 rgba(0, 0, 0, .15);
    margin: -5px 35px 35px 25px
}

body.pc[data-page=duty] .duty-2-detail .items .item:hover .t0 img {
    transform: scale(1.05)
}

body.pc[data-page=duty] .duty-2-detail .items .item:hover .t2 {
    color: #d6000f
}

body[data-page=duty] .duty-2-detail .items .item .t0 {
    width: 100%;
    height: 168px;
    overflow: hidden;
    background: url("../../images/nopic.jpg");
    background-size: 100% 100%
}

body[data-page=duty] .duty-2-detail .items .item .t0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: auto;
    vertical-align: top;
    transition: all 300ms ease
}

body[data-page=duty] .duty-2-detail .items .item .t1 {
    font-size: 14px;
    color: #999;
    padding: 15px 0
}

body[data-page=duty] .duty-2-detail .items .item .t2 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px\0;
    line-height: 26px;
    height: 52px;
    margin: 0 0 15px;
    color: #000;
    font-weight: 600
}

body[data-page=duty] .duty-2-detail .items .item .t3 {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px\0;
    line-height: 24px
}

body[data-page=duty] .duty-1-detail {
    padding: 80px 0 0
}

body[data-page=duty] .duty-1-detail-content {
    width: 1000px;
    margin: 0 auto;
    padding: 0 0 50px
}

body[data-page=duty] .duty-1-detail-full {
    background: url("../../images/duty-1-1.jpg") center center no-repeat;
    background-size: cover;
    height: 890px;
    color: #fff;
    padding: 80px 0
}

body[data-page=duty] .duty-1-detail2-full {
    background: url("../../images/amo-2.jpg") center center no-repeat;
    background-size: cover;
    height: auto;
    color: #fff;
    padding: 80px 0
}

body[data-page=duty] .duty-1-detail2-full .title {
    /*display:block;width:320px;*/
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 20px;
    margin: 0 auto 40px;
    /*background-color:#FFF;box-shadow:2.5px 4.33px 25px 0 rgba(0,0,0,.2);*/
}

body[data-page=duty] .duty-1-detail2-full .list {
    display: block;
    width: 95%;
    font-size: 16px;
    line-height: 1.8;
    color: #FFF;
    text-align: justify;
    background-color: #196db6;
    padding: 30px 50px;
    margin: 30px auto 50px;
    box-shadow: 15px 15px 0px 0 rgba(106, 198, 42, 1);
    border: 2px solid #FFF;
}

body[data-page=duty] .duty-1-detail p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    padding: 0 0 15px;
    text-align: justify
}

body[data-page=duty] .duty-1-detail .t3 {
    font-size: 0;
    line-height: 1;
    margin-bottom: 60px
}

body[data-page=duty] .duty-1-detail .t3>div {
    display: inline-block;
    width: 33.33%;
    text-align: center;
    padding-top: 45px
}

body[data-page=duty] .duty-1-detail .t3>div>div:nth-child(1) {
    color: #d6000f;
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 700
}

body[data-page=duty] .duty-1-detail .t3>div>div:nth-child(1) i {
    font-weight: 400;
    font-size: 18px;
    color: #000
}

body[data-page=duty] .duty-1-detail .t3>div>div:nth-child(2) {
    font-size: 16px
}

body[data-page=duty] .duty-1-detail .pdflist {
    display: block;
    position: relative;
    width: 720px;
    height: 90x;
    font-size: 18px;
    color: #000;
    background-color: #f2f2f2;
    padding: 32px 40px 32px 75px;
    margin: 30px auto;
    box-shadow: 3.5px 8px 24px 0 rgba(0, 0, 0, 0);
    transition: all 600ms ease
}

body[data-page=duty] .duty-1-detail .pdflist .t1 {
    position: absolute;
    left: -18px;
    top: 12px;
    transition: all 600ms ease
}

body[data-page=duty] .duty-1-detail .pdflist:hover {
    color: #d6001c;
    background-color: #FFF;
    padding: 32px 40px 32px 105px;
    box-shadow: 3.5px 8px 24px 0 rgba(0, 0, 0, 0.15);
}

body[data-page=duty] .duty-1-detail .pdflist:hover .t1 {
    position: absolute;
    left: 12px;
    top: 12px
}

body[data-page=duty] .news-detail {
    padding: 60px 0 100px;
    width: 800px;
    margin: 0 auto
}

body[data-page=duty] .news-detail .t1 {
    font-size: 30px;
    text-align: center;
    line-height: normal;
    font-weight: 600
}

body[data-page=duty] .news-detail .t2 {
    width: 86px;
    height: 9px;
    background-color: #a6a6a6;
    margin: 40px auto 30px
}

body[data-page=duty] .news-detail .t3 {
    font-size: 14px;
    text-align: center;
    padding: 0 0 30px
}

body[data-page=duty] .news-detail .t3 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px
}

body[data-page=duty] .news-detail .t4 {
    line-height: 30px;
    font-size: 16px
}

body[data-page=duty] .news-detail .t4 img {
    max-width: 100%;
    margin: 10px auto;
    display: block
}

body[data-page=duty] .news-detail .t4 p {
    text-indent: 2em;
    padding: 10px 0;
    text-align: justify
}

body[data-page=duty] .news-detail .t4 p img {
    display: block;
    margin: 0 auto
}

body[data-page=duty] .news-detail .t5 {
    text-align: center;
    font-size: 16px;
    letter-spacing: -.31em;
    padding: 40px 0 0
}

body[data-page=duty] .news-detail .t5 a {
    position: relative;
    color: #fff;
    line-height: 32px;
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    letter-spacing: normal
}

body[data-page=duty] .news-detail .t5 a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #a6a6a6;
    transform: skew(-30deg);
    transition: all 300ms ease
}

body[data-page=duty] .news-detail .t5 a.back:before {
    background-color: #d6000f
}

body[data-page=duty] .news-detail .t5 a.back:hover:before {
    background-color: #d6000f
}

body[data-page=duty] .news-detail .t5 a:hover:before {
    background-color: #d6000f
}

body[data-page=duty] .news-detail .t5 a img {
    position: relative;
    width: 19px;
    top: -1px;
    vertical-align: middle
}

body[data-page=duty] .news-detail .t5 a span {
    position: relative
}

@media screen and (max-width:1024px) {
    body[data-page=duty] .duty-3-detail {
        padding: 40px 24px 80px;
        width: auto
    }

    body[data-page=duty] .duty-3-detail .items {
        padding: 0 0 40px;
        margin: 0 -10px
    }

    body[data-page=duty] .duty-3-detail .items .item {
        padding: 0;
        height: auto;
        width: 50%;
        padding: 0 10px 20px;
        margin: 0;
        box-shadow: none
    }

    body[data-page=duty] .duty-3-detail .items .item:hover {
        margin: 0;
        border: 1px solid #f5f5f5 \0;
        box-shadow: 2.5px 4.33px 20px 0 #fff;
        color: #000;
        background-color: transparent
    }

    body[data-page=duty] .duty-3-detail .items .item>div {
        box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15)
    }

    body[data-page=duty] .duty-3-detail .items .item .t1 {
        font-size: 14px;
        line-height: 1.5;
        padding: 20px 10px 10px;
    }

    body[data-page=duty] .duty-3-detail .items .item .t2 {
        font-size: 21px;
        padding: 0 12px 12px 0;
        line-height: 21px;
        text-align: right
    }

    body[data-page=duty] .duty-2-detail {
        padding: 40px 24px 80px;
        width: auto
    }

    body[data-page=duty] .duty-2-detail .items {
        padding: 0 0 40px;
        margin: 0 -10px
    }

    body[data-page=duty] .duty-2-detail .items .item {
        padding: 0;
        height: auto;
        width: 50%;
        padding: 0 10px;
        margin: 0
    }

    body[data-page=duty] .duty-2-detail .items .item .t0 {
        height: 90px
    }

    body[data-page=duty] .duty-2-detail .items .item .t1 {
        font-size: 10px;
        padding: 5px 0
    }

    body[data-page=duty] .duty-2-detail .items .item .t2 {
        font-size: 14px;
        line-height: 18px;
        height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 54px\0
    }

    body[data-page=duty] .duty-2-detail .items .item .t3 {
        display: none
    }

    body[data-page=duty] .duty-1-detail {
        padding: 40px 0 0
    }

    body[data-page=duty] .duty-1-detail-content {
        width: auto;
        padding: 0 24px 20px
    }

    body[data-page=duty] .duty-1-detail-full {
        background: url("../../images/duty-1-2.jpg") top center;
        height: auto;
        background-size: cover;
        padding: 40px 0
    }

    body[data-page=duty] .duty-1-detail2-full {
        background: url("../../images/amo-2.jpg") top center;
        height: auto;
        background-size: cover;
        padding: 40px 0
    }

    body[data-page=duty] .duty-1-detail2-full .title {
        width: 70%;
        font-size: 20px;
        padding: 15px;
        margin: 0 auto;
    }

    body[data-page=duty] .duty-1-detail2-full .list {
        width: 100%;
        font-size: 14px;
        padding: 20px 30px;
        margin: 20px auto 40px;
        box-shadow: 15px 15px 0px 0 rgba(106, 198, 42, 1);
        border: 2px solid #FFF;
    }

    body[data-page=duty] .duty-1-detail p {
        font-size: 13px;
        line-height: 24px;
        padding: 0 0 15px
    }

    body[data-page=duty] .duty-1-detail .t3 {
        display: flex;
        justify-content: space-between;
        margin-bottom: 30px
    }

    body[data-page=duty] .duty-1-detail .t3>div {
        padding-top: 20px
    }

    body[data-page=duty] .duty-1-detail .t3>div:nth-child(2) {
        padding-left: 5px;
        padding-right: 5px
    }

    body[data-page=duty] .duty-1-detail .t3>div>div:nth-child(1) {
        font-size: 24px;
        font-weight: 700;
        padding-bottom: 8px
    }

    body[data-page=duty] .duty-1-detail .t3>div>div:nth-child(1) i {
        font-size: 12px;
        font-weight: 400
    }

    body[data-page=duty] .duty-1-detail .t3>div>div:nth-child(2) {
        font-size: 10px
    }

    body[data-page=duty] .duty-1-detail .pdflist {
        width: 95%;
        height: auto;
        font-size: 16px;
        padding: 18px 18px 18px 55px;
        margin: 30px auto;
        box-shadow: 3.5px 8px 24px 0 rgba(0, 0, 0, 0);
        transition: all 600ms ease
    }

    body[data-page=duty] .duty-1-detail .pdflist img {
        width: auto;
        height: 50px;
    }

    body[data-page=duty] .duty-1-detail .pdflist .t1 {
        position: absolute;
        left: -8px;
        top: 10px;
        transition: all 600ms ease
    }

    body[data-page=duty] .duty-1-detail .pdflist:hover {
        color: #d6001c;
        background-color: #FFF;
        padding: 18px 18px 18px 77px;
        box-shadow: 3.5px 8px 24px 0 rgba(0, 0, 0, 0.15);
    }

    body[data-page=duty] .duty-1-detail .pdflist:hover .t1 {
        position: absolute;
        left: 10px;
        top: 12px
    }

    body[data-page=duty] .news-detail {
        padding: 40px 24px 55px;
        width: auto
    }

    body[data-page=duty] .news-detail .t1 {
        font-size: 17px
    }

    body[data-page=duty] .news-detail .t2 {
        width: 43px;
        height: 4px;
        margin: 25px auto 20px
    }

    body[data-page=duty] .news-detail .t3 {
        font-size: 12px;
        padding-bottom: 10px
    }

    body[data-page=duty] .news-detail .t3 span {
        margin: 0 15px
    }

    body[data-page=duty] .news-detail .t4 {
        font-size: 13px;
        line-height: 22px;
        margin: 5px 0
    }

    body[data-page=duty] .news-detail .t4 img {
        width: 100%
    }

    body[data-page=duty] .news-detail .t4 p {
        padding: 5px
    }

    body[data-page=duty] .news-detail .t4 p img {
        margin: 0
    }

    body[data-page=duty] .news-detail .t5 {
        font-size: 13px;
        margin: 0 -24px
    }

    body[data-page=duty] .news-detail .t5 a {
        line-height: 27px;
        width: 95px;
        margin: 0 2px
    }

    body[data-page=duty] .news-detail .t5 a img {
        width: 16px
    }
}

body[data-page=join] .join-full {
    position: relative;
    overflow: hidden
}

body[data-page=join] .joins {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    visibility: hidden
}

body[data-page=join] .joins.show {
    visibility: visible
}

body[data-page=join] .joins .join-2 {
    visibility: hidden;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1000ms ease
}

body[data-page=join] .joins .join-2.show {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

body[data-page=join] .swiper-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body[data-page=join] .join-tabs {
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, .7);
    letter-spacing: -.31em
}

body[data-page=join] .join-tabs .join-tab,
body[data-page=join] .join-tabs .join-tab2 {
    letter-spacing: normal;
    padding: 20px 30px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    transition: all 300ms ease
}

body.pc[data-page=join] .join-tabs .join-tab:hover,
body.pc[data-page=join] .join-tabs .join-tab2:hover {
    background-color: #d6000f;
    color: #fff
}

body[data-page=join] .join-tabs .join-tab.active {
    background-color: #d6000f;
    color: #fff
}

body[data-page=join] .join-2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

body[data-page=join] .join-2.join-2-1 {
    background-image: url("../../images/join-4.jpg")
}

body[data-page=join] .join-2.join-2-2 {
    background-image: url("../../images/join-5.jpg")
}

body[data-page=join] .join-2.join-2-3 {
    background-image: url("../../images/join-6.jpg")
}

body[data-page=join] .join-2 .table {
    height: 100%
}

body[data-page=join] .join-2 .inner-swiper-box {
    position: relative;
    width: 700px;
    margin: 0 auto
}

body[data-page=join] .join-2 .inner-swiper-box .swiper-slide,
body[data-page=join] .join-2 .inner-swiper-box .swiper-wrapper {
    height: auto !important
}

body[data-page=join] .join-2 .inner-swiper-box:before {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    content: "";
    width: 100%;
    height: 400px;
    box-shadow: 2px 8px 50px 0 rgba(0, 0, 0, .4)
}

body[data-page=join] .join-2 .inner-swiper-box .arrow {
    position: absolute;
    top: -50px;
    bottom: 0;
    height: 43px;
    margin: auto;
    cursor: pointer
}

body[data-page=join] .join-2 .inner-swiper-box .arrow.left {
    left: -50px
}

body[data-page=join] .join-2 .inner-swiper-box .arrow.right {
    right: -50px
}

body[data-page=join] .join-2 .inner-swiper-box .swiper-pag {
    font-size: 14px;
    text-align: center;
    color: #fff
}

body[data-page=join] .join-2 .inner-swiper.swiper-container {
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    text-align: center
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .t0 {
    height: 400px;
    overflow: hidden
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .t0 img {
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    height: 100%
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .t1 {
    padding: 20px 0;
    line-height: normal;
    font-size: 18px
}

body[data-page=join] .join-2 .close {
    cursor: pointer;
    position: absolute;
    right: 40px;
    top: 140px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 40px;
    transform: rotate(45deg);
    transition: all 300ms ease;
    background-color: rgba(0, 0, 0, .2)
}

body[data-page=join] .join-2 .close span {
    position: absolute;
    display: block;
    width: 50%;
    height: 2px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff
}

body[data-page=join] .join-2 .close i {
    position: absolute;
    display: block;
    width: 2px;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff
}

body[data-page=join] .join-2 .close:hover {
    transform: rotate(135deg);
    transition: all 300ms ease;
    background-color: rgba(214, 0, 15, .6)
}

body[data-page=join] .join-1 {
    position: relative;
    overflow: hidden;
    height: 100%
}

body[data-page=join] .join-1.show .bg {
    transform: scale(1);
    opacity: 1
}

body[data-page=join] .join-1 .bg {
    background: url("../../images/join-2-3.jpg") no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    transition: all 6s linear
}

body[data-page=join] .join-1 .slg {
    margin-top: -15%
}

body[data-page=join] .join-1 img {
    width: 50%
}

body[data-page=join] .join-1 .table {
    position: relative;
    height: 100%;
    text-align: center
}

body[data-page=join] .join-1 .button {
    display: block;
    background-color: #d6000f;
    color: #fff;
    font-size: 18px;
    width: 288px;
    padding: 22px 0;
    margin: 30px auto 0;
    border-radius: 100px;
    cursor: pointer;
    transition: all 600ms ease
}

body[data-page=join] .join-1 .button img {
    width: 25px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin: 0 5px 0 0
}

body.pc[data-page=join] .join-1 .button:hover {
    background-color: #ff0718;
    width: 340px;
    padding: 26px 0;
    margin: 22px auto 0;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .2)
}

@media screen and (max-width:1366px) {
    body[data-page=join] .join-1 .slg {
        margin-top: -16%
    }

    body[data-page=join] .join-1 .button {
        font-size: 16px;
        width: 220px;
        padding: 14px 0;
        margin: 10px auto 0
    }

    body[data-page=join] .join-1 img {
        width: 60%
    }

    body.pc[data-page=join] .join-1 .button:hover {
        width: 260px;
        padding: 14px 0;
        margin: 5px auto 0
    }
}

@media screen and (max-height:680px) {
    body[data-page=join] .join-2 .inner-swiper-box {
        width: 340px;
        margin-top: 10px
    }

    body[data-page=join] .join-2 .inner-swiper-box:before {
        height: auto
    }

    body[data-page=join] .join-2 .inner-swiper-box .inner-swiper.swiper-container .t0 {
        height: auto
    }

    body[data-page=join] .join-2 .inner-swiper-box .inner-swiper.swiper-container .t1 {
        padding: 15px 0
    }

    body[data-page=join] .join-2 .inner-swiper.swiper-container .t1 {
        padding: 20px 0;
        line-height: normal;
        font-size: 16px
    }

    body[data-page=join] .join-2 .close {
        right: 40px;
        top: 100px;
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        border-radius: 30px
    }
}

@media screen and (max-width:1024px) {
    body[data-page=join] .join-2 .inner-swiper-box {
        width: 340px;
        padding: 0 25px
    }

    body[data-page=join] .join-2 .inner-swiper-box:before {
        height: auto
    }

    body[data-page=join] .join-2 .inner-swiper-box .arrow {
        top: -70px;
        height: 22px
    }

    body[data-page=join] .join-2 .inner-swiper-box .arrow.left {
        left: 5px
    }

    body[data-page=join] .join-2 .inner-swiper-box .arrow.right {
        right: 5px
    }

    body[data-page=join] .join-2 .inner-swiper-box .arrow img {
        width: 12px
    }

    body[data-page=join] .join-2 .inner-swiper.swiper-container {
        width: 100%;
        font-size: 14px
    }

    body[data-page=join] .join-2 .inner-swiper.swiper-container .t0 {
        height: auto
    }

    body[data-page=join] .join-2 .inner-swiper.swiper-container .t1 {
        padding: 15px 0
    }

    body[data-page=join] .join-2 .close {
        right: 20px;
        top: 75px;
        width: 32px;
        height: 32px
    }

    body[data-page=join] .join-1 {
        background-size: cover
    }

    body[data-page=join] .join-1 .slg {
        margin-top: -45%
    }

    body[data-page=join] .join-1 img {
        width: 95%
    }

    body[data-page=join] .join-1 .text {
        width: 86%
    }

    body[data-page=join] .join-1 .button {
        width: 230px;
        font-size: 15px;
        padding: 15px 0;
        margin-top: 40px
    }

    body[data-page=join] .join-1 .button img {
        width: 20px
    }

    body[data-page=join] .join-tabs {
        font-size: 14px;
        background-color: rgba(255, 255, 255, .8)
    }

    body[data-page=join] .join-tabs .join-tab,
    body[data-page=join] .join-tabs .join-tab2 {
        padding: 15px 0;
        width: 25%
    }

    body.mobile[data-page=join] .join-tabs .join-tab:active {
        background-color: #d6000f;
        color: #fff
    }
}

.height100 {
    height: 100px
}

.design {
    font-size: 12px;
    color: rgba(191, 191, 191, .5)
}

@media screen and (max-width:1024px) {
    .design {
        font-size: 10px
    }
}

body[data-page=business-classify] .content .t7 {
    border-bottom: 0 solid #bdb6a9;
    padding: 70px 0 100px;
    text-align: center
}

body[data-page=business-classify] .content .button {
    display: block;
    background-color: #d6000f;
    color: #fff;
    font-size: 16px;
    width: 240px;
    padding: 16px 0;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 2.5px 4.33px 20px 0 transparent;
    cursor: pointer;
    transition: all 600ms ease
}

body[data-page=business-classify] .content .button:hover {
    background-color: #d6000f;
    width: 300px;
    margin: 0 auto;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .2)
}

@media screen and (max-width:1024px) {
    body[data-page=business-classify] .content .t7 {
        padding: 30px 0 60px
    }

    body[data-page=business-classify] .content .button {
        font-size: 14px;
        width: 200px;
        padding: 12px 0
    }
}

body[data-page=express] .express-detail .t7 {
    border-bottom: 0 solid #bdb6a9;
    padding: 60px 0 40px;
    text-align: center
}

body[data-page=express] .express-detail .button {
    display: block;
    background-color: #d6000f;
    color: #fff;
    font-size: 16px;
    width: 240px;
    padding: 16px 0;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 2.5px 4.33px 20px 0 transparent;
    cursor: pointer;
    transition: all 600ms ease
}

body[data-page=express] .express-detail .button:hover {
    background-color: #d6000f;
    width: 300px;
    margin: 0 auto;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .2)
}

@media screen and (max-width:1024px) {
    body[data-page=express] .express-detail .t7 {
        padding: 30px 0 20px
    }

    body[data-page=express] .express-detail .button {
        font-size: 14px;
        width: 200px;
        padding: 12px 0
    }
}

.header.black>.inner .search {
    margin-top: 43px
}

.header.black>.inner .search .sb {
    display: block
}

.header.black>.inner .search .sw {
    display: none
}

.header>.inner .search {
    float: right;
    margin: 51px 15px 0 10px;
    cursor: pointer;
    font-size: 0;
    line-height: 0
}

.header>.inner .search img {
    height: 19px;
    vertical-align: top
}

.header>.inner .search .sb {
    display: none
}

.header>.inner .search .sw {
    display: block
}

@media screen and (max-width:1680px) {
    .header.black>.inner .search {
        margin-top: 36px
    }

    .header>.inner .search {
        float: right;
        margin: 44px 10px 0;
        cursor: pointer;
        font-size: 0;
        line-height: 0
    }
}

@media screen and (max-width:1366px) {
    .header.black>.inner .search {
        margin-top: 25px
    }

    .header>.inner .search {
        float: right;
        margin: 37px 8px 0 5px;
        cursor: pointer;
        font-size: 0;
        line-height: 0
    }
}

@media screen and (max-width:1024px) {
    .mobile-side-menu .inner .search {
        font-size: 14px;
        text-align: center;
        padding: 5px 0 20px
    }

    .mobile-side-menu .inner .search a {
        display: block;
        width: 90%;
        height: 40px;
        line-height: 40px;
        border-radius: 100px;
        border: 1px solid #999;
        margin: auto
    }

    .mobile-side-menu .inner .search img {
        height: 18px;
        margin-right: 3px;
        vertical-align: center
    }
}

.searchbox {
    padding: 35px;
    border-top: 0 solid #dadada;
    border-bottom: 1px solid #dadada;
    text-align: center;
    margin-top: 0
}

.searchbox .select {
    display: inline-block;
    position: relative
}

.searchbox .select:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    display: block;
    content: '';
    width: 30px;
    height: 40px;
    border-radius: 6px;
    pointer-events: none;
    background: #fff url("../../images/arrow-down.png") no-repeat center center
}

.searchbox select {
    font-size: 16px;
    border: 1px solid #b2b2b2;
    border-radius: 5px;
    height: 42px;
    background-color: #fff;
    width: 160px;
    padding: 0 10px;
    font-family: Microsoft JhengHei, PingFang HK, Microsoft YaHei, Arial
}

.searchbox input {
    height: 30px;
    width: 320px;
    border: 1px solid #b2b2b2;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: Microsoft JhengHei, PingFang HK, Microsoft YaHei, Arial
}

.searchbox button {
    font-size: 16px;
    background-color: #d6000f;
    height: 42px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    -webkit-appearance: none;
    font-family: Microsoft JhengHei, PingFang HK, Microsoft YaHei, Arial;
    width: 110px;
    cursor: pointer;
    transition: all 600ms ease
}

.searchbox button:hover {
    background-color: #007fe0
}

.search-info {
    padding: 25px;
    text-align: center;
    font-size: 16px
}

.hot {
    color: #d6000f;
    font-weight: 700
}

.small {
    font-size: 12px !important
}

@media screen and (max-width:1024px) {
    .searchbox {
        padding: 20px;
        margin-top: 10px
    }

    .searchbox select {
        width: 110px
    }

    .searchbox input {
        width: 110px
    }

    .searchbox button {
        font-size: 14px;
        width: 70px
    }

    .search-info {
        padding-top: 30px;
        padding-bottom: 10px
    }

    .small {
        font-size: 9px !important
    }
}

.search-list {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 40px
}

.search-list .search-item {
    height: auto;
    padding: 20px 35px;
    margin: 12px;
    position: relative;
    display: block;
    transition: all 600ms ease;
    border: 1px solid #FFF;
    border-bottom: 1px solid #f0f0f0
}

.search-list .search-item .type {
    font-size: 16px;
    color: #5d5d5d;
    transition: all 600ms ease
}

.search-list .search-item .title {
    font-size: 20px;
    margin: 10px 0;
    line-height: normal;
    transition: all 600ms ease;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px\0;
    text-align: justify
}

.search-list .search-item .t3 {
    font-size: 14px;
    color: #5d5d5d;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px\0;
    text-align: justify;
    transition: all 600ms ease
}

.search-list .search-item .t4 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 95px;
    height: 41px;
    background: url("../../images/news-2.png") no-repeat;
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
    display: none\0;
    transition: all 300ms ease
}

.search-list .search-item:hover {
    box-shadow: 2.5px 4.33px 25px 0 rgba(0, 0, 0, .15);
    border: 1px solid #eee \0
}

.search-list .search-item:hover .title {
    color: #d6000f
}

.search-space {
    height: 110px
}

@media screen and (max-width:1024px) {
    .search-list {
        padding: 10px 0 30px;
        width: 90%;
        margin: auto
    }

    .search-list .search-item {
        padding: 16px;
        margin: 0
    }

    .search-list .search-item .type {
        font-size: 14px
    }

    .search-list .search-item .title {
        font-size: 16px;
        margin: 5px 0 0;
        line-height: 22px
    }

    .search-list .search-item:active {
        box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15);
        border: 1px solid #eee \0
    }

    .search-list .search-item:active .title {
        color: #d6000f
    }

    .search-list .search-item:active .t4 {
        opacity: 1;
        transform: translate3d(0px, 0, 0);
        display: block\0
    }

    .search-space {
        height: 50px
    }
}

.course {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 150px
}

.course-content {
    border-left: 1px dashed #999;
    margin-left: 70px;
    margin-top: 50px
}

.course-content .year {
    font-size: 28px;
    color: #d6001c;
    position: relative;
    left: -19px;
    padding: 30px 0 10px
}

.course-content .year:first-child {
    padding-top: 0
}

.course-content .year i {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(/Themes/2023/css/images/about-course-clock.jpg);
    background-size: cover;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 27px
}

.course-content .item {
    font-size: 16px;
    padding: 16px 0 16px 55px;
    position: relative;
    left: -7px;
    text-align: justify
}

.course-content .item i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #d6001c;
    border-radius: 12px;
    background-color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 15px
}

.course-content .item span {
    display: inline-block;
    height: 0;
    border-top: 1px dashed #999;
    width: 30px;
    margin-right: 5px;
    vertical-align: middle;
    position: absolute;
    top: 21px;
    left: 14px;
    margin-right: 10px
}

@media screen and (max-width:1024px) {
    .course {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 30px
    }

    .course-content {
        margin-left: 10px;
        margin-top: 50px
    }

    .course-content .year {
        font-size: 20px;
        left: -17px;
        padding: 20px 0 8px
    }

    .course-content .year i {
        width: 32px;
        height: 32px;
        margin-right: 18px
    }

    .course-content .item {
        font-size: 14px;
        padding: 10px 0 10px 55px;
        position: relative;
        left: -7px
    }

    .course-content .item i {
        display: inline-block;
        width: 12px;
        height: 12px;
        border: 1px solid #d6001c;
        border-radius: 12px;
        background-color: #fff;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 15px
    }

    .course-content .item span {
        display: inline-block;
        height: 0;
        border-top: 1px dashed #999;
        width: 30px;
        margin-right: 5px;
        vertical-align: middle;
        position: absolute;
        top: 21px;
        left: 14px;
        margin-right: 10px
    }
}

.mini-tabs {
    margin: 30px auto;
    text-align: center;
    margin-top: 50px
}

.mini-tabs>div {
    position: relative;
    line-height: 46px;
    cursor: pointer;
    font-size: 18px;
    color: #d6001c;
    background-color: #fff;
    padding: 0 30px;
    display: inline-block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    border-radius: 6px
}

.mini-tabs>div:hover {
    opacity: .7
}

.mini-tabs>div.active {
    background-color: #d6001c;
    color: #fff;
    opacity: 1
}

.mini-tabs>div i {
    position: absolute;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    left: 0;
    right: 0;
    bottom: -16px;
    margin: 0 auto;
    display: block;
    width: 0;
    height: 0;
    border: 8px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent
}

.mini-tabs>div.active i {
    border-top-color: #d6001c
}

.mini-contents {
    padding: 10px 0 30px
}

@media screen and (max-width:1024px) {
    .mini-tabs {
        text-align: left;
        margin: 10px auto;
        margin-top: 20px
    }

    .mini-tabs>div {
        line-height: 32px;
        font-size: 14px;
        padding: 0 10px;
        margin-bottom: 10px;
        border-radius: 4px
    }

    .mini-tabs>div i {
        display: none;
        bottom: -12px;
        border: 6px solid #fff
    }
}

.second-banner.life .bg {
    background: url("../../images/second-banner-life.jpg") no-repeat center center;
    background-size: cover
}

body[data-page=life] .life-2-detail {
    padding: 60px 0 120px;
    width: 1100px;
    margin: 0 auto
}

body[data-page=life] .life-2-detail .items {
    margin: 0 -44px;
    padding: 0 0 60px;
    *zoom: 1
}

body[data-page=life] .life-2-detail .items:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=life] .life-2-detail .items .item {
    display: block;
    width: 336px;
    height: 310px;
    border: 1px solid #fff;
    float: left;
    margin: 0 30px 30px;
    padding: 20px;
    text-align: justify;
    transition: all 600ms ease
}

body.pc[data-page=life] .life-2-detail .items .item:hover {
    border: 1px solid #f5f5f5 \0;
    box-shadow: 2.5px 4.33px 25px 0 rgba(0, 0, 0, .15);
    margin: -5px 35px 35px 25px
}

body.pc[data-page=life] .life-2-detail .items .item:hover .t0 img {
    transform: scale(1.05)
}

body.pc[data-page=life] .life-2-detail .items .item:hover .t2 {
    color: #d6000f
}

body.pc[data-page=life] .life-2-detail .items .item:hover .t3 {
    font-size: 14px;
    bottom: 0;
    right: 0;
    background-color: #d6000f;
    padding: 4px 10px;
    transition: all 600ms ease
}

body[data-page=life] .life-2-detail .items .item .t0 {
    width: 100%;
    height: 168px;
    overflow: hidden;
    position: relative;
    background: url("../../images/nopic.jpg");
    background-size: 100% 100%
}

body[data-page=life] .life-2-detail .items .item .t0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    height: auto;
    vertical-align: top;
    transition: all 300ms ease
}

body[data-page=life] .life-2-detail .items .item .t1 {
    font-size: 14px;
    color: #999;
    padding: 10px 0
}

body[data-page=life] .life-2-detail .items .item .t2 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px\0;
    line-height: 26px;
    height: 52px;
    margin: 0 0 15px;
    color: #000;
    font-weight: 600
}

body[data-page=life] .life-2-detail .items .item .t3 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(214, 0, 15, .6);
    display: block;
    padding: 2px 6px;
    transition: all 600ms ease
}

body[data-page=life] .news-detail {
    padding: 60px 0 100px;
    width: 800px;
    margin: 0 auto
}

body[data-page=life] .news-detail .t1 {
    font-size: 30px;
    text-align: center;
    line-height: normal;
    font-weight: 600
}

body[data-page=life] .news-detail .t2 {
    width: 86px;
    height: 9px;
    background-color: #a6a6a6;
    margin: 40px auto 30px
}

body[data-page=life] .news-detail .t3 {
    font-size: 14px;
    text-align: center;
    padding: 0 0 30px
}

body[data-page=life] .news-detail .t3 span {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px
}

body[data-page=life] .news-detail .t4 {
    line-height: 30px;
    font-size: 16px
}

body[data-page=life] .news-detail .t4 img {
    max-width: 100%;
    margin: 10px auto;
    display: block
}

body[data-page=life] .news-detail .t4 p {
    text-indent: 2em;
    padding: 10px 0;
    text-align: justify
}

body[data-page=life] .news-detail .t4 p img {
    display: block;
    margin: 0 auto
}

body[data-page=life] .news-detail .t5 {
    text-align: center;
    font-size: 16px;
    letter-spacing: -.31em;
    padding: 40px 0 0
}

body[data-page=life] .news-detail .t5 a {
    position: relative;
    color: #fff;
    line-height: 32px;
    width: 130px;
    display: inline-block;
    vertical-align: top;
    margin: 0 4px;
    letter-spacing: normal
}

body[data-page=life] .news-detail .t5 a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #a6a6a6;
    transform: skew(-30deg);
    transition: all 300ms ease
}

body[data-page=life] .news-detail .t5 a.back:before {
    background-color: #d6000f
}

body[data-page=life] .news-detail .t5 a.back:hover:before {
    background-color: #d6000f
}

body[data-page=life] .news-detail .t5 a:hover:before {
    background-color: #d6000f
}

body[data-page=life] .news-detail .t5 a img {
    position: relative;
    width: 19px;
    top: -1px;
    vertical-align: middle
}

body[data-page=life] .news-detail .t5 a span {
    position: relative
}

@media screen and (max-width:1024px) {
    body[data-page=life] .life-2-detail {
        padding: 40px 24px 80px;
        width: auto
    }

    body[data-page=life] .life-2-detail .items {
        padding: 0 0 40px;
        margin: 0 -10px
    }

    body[data-page=life] .life-2-detail .items .item {
        padding: 0;
        height: auto;
        width: 50%;
        padding: 0 10px;
        margin: 0
    }

    body[data-page=life] .life-2-detail .items .item .t0 {
        height: 90px
    }

    body[data-page=life] .life-2-detail .items .item .t1 {
        font-size: 10px;
        padding: 5px 0
    }

    body[data-page=life] .life-2-detail .items .item .t2 {
        font-size: 14px;
        line-height: 18px;
        height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        height: 54px\0
    }

    body[data-page=life] .life-2-detail .items .item .t3 {
        font-size: 12px;
        bottom: 5px;
        right: 5px;
        background-color: rgba(214, 0, 15, .8)
    }

    body[data-page=life] .news-detail {
        padding: 40px 24px 55px;
        width: auto
    }

    body[data-page=life] .news-detail .t1 {
        font-size: 17px
    }

    body[data-page=life] .news-detail .t2 {
        width: 43px;
        height: 4px;
        margin: 25px auto 20px
    }

    body[data-page=life] .news-detail .t3 {
        font-size: 12px;
        padding-bottom: 10px
    }

    body[data-page=life] .news-detail .t3 span {
        margin: 0 15px
    }

    body[data-page=life] .news-detail .t4 {
        font-size: 13px;
        line-height: 22px;
        margin: 5px 0
    }

    body[data-page=life] .news-detail .t4 img {
        width: 100%
    }

    body[data-page=life] .news-detail .t4 p {
        padding: 5px
    }

    body[data-page=life] .news-detail .t4 p img {
        margin: 0
    }

    body[data-page=life] .news-detail .t5 {
        font-size: 13px;
        margin: 0 -24px
    }

    body[data-page=life] .news-detail .t5 a {
        line-height: 27px;
        width: 95px;
        margin: 0 2px
    }

    body[data-page=life] .news-detail .t5 a img {
        width: 16px
    }
}

body[data-page=express] .express-modal .bustitle {
    font-size: 16px;
    font-weight: 600;
    color: #d6000f;
    padding-left: 0
}

@media screen and (max-width:1024px) {
    body[data-page=express] .express-modal .bustitle {
        font-size: 15px
    }
}

.gupiao {
    width: 25%;
    z-index: 10;
    background: url("../../images/gupiao-bg.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 50px
}

.gupiao .gupiao-n {
    font-size: 18px;
    color: rgba(255, 255, 255, .8);
    margin-bottom: 8px
}

.gupiao .gupiao-c {
    font-size: 20px;
    color: #FFF;
    vertical-align: text-top;
    font-weight: 500
}

.gupiao .gupiao-c span {
    font-size: 32px;
    color: #FFF;
    font-family: Arial, Helvetica, Tahoma;
    font-weight: 600;
    transform: scale(0.8, 1);
    display: inline-block;
    margin-left: -6px;
    letter-spacing: .05em
}

@media screen and (min-width:2500px) {
    .gupiao {
        width: 30%;
        padding: 35px 50px
    }

    .gupiao .gupiao-n {
        font-size: 18px;
        margin-bottom: 12px
    }

    .gupiao .gupiao-c {
        font-size: 22px
    }

    .gupiao .gupiao-c span {
        font-size: 36px
    }
}

@media screen and (max-width:1680px) {
    .gupiao {
        width: 30%;
        padding: 20px 40px
    }

    .gupiao .gupiao-n {
        font-size: 16px;
        margin-bottom: 8px
    }

    .gupiao .gupiao-c {
        font-size: 18px
    }

    .gupiao .gupiao-c span {
        font-size: 30px
    }
}

@media screen and (max-width:1366px) {
    .gupiao {
        width: 35%;
        padding: 20px 40px
    }

    .gupiao .gupiao-n {
        font-size: 14px;
        margin-bottom: 4px
    }

    .gupiao .gupiao-c {
        font-size: 16px
    }

    .gupiao .gupiao-c span {
        font-size: 24px
    }
}

@media screen and (max-width:1280px) {
    .gupiao {
        width: 30%;
        padding: 20px 40px
    }

    .gupiao .gupiao-n {
        font-size: 14px;
        margin-bottom: 4px
    }

    .gupiao .gupiao-c {
        font-size: 16px
    }

    .gupiao .gupiao-c span {
        font-size: 24px
    }
}

@media screen and (max-width:1024px) {
    .gupiao {
        width: 70%;
        background: rgba(214, 0, 15, .5);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 14%;
        padding: 15px;
        text-align: center;
        margin: auto
    }

    .gupiao .gupiao-n {
        font-size: 13px;
        margin-bottom: 4px
    }

    .gupiao .gupiao-c {
        font-size: 15px
    }

    .gupiao .gupiao-c span {
        font-size: 22px
    }
}

@media screen and (max-width:460px) {
    .gupiao {
        width: 70%;
        background: rgba(214, 0, 15, .5);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 14%;
        padding: 15px;
        text-align: center;
        margin: auto
    }

    .gupiao .gupiao-n {
        font-size: 12px;
        margin-bottom: 4px
    }

    .gupiao .gupiao-c {
        font-size: 14px
    }

    .gupiao .gupiao-c span {
        font-size: 20px
    }
}

body[data-page=express] .express-detail .t6_item .t6_item_more {
    display: block;
    background-color: #FFF;
    color: #d6000f;
    text-align: center;
    float: left;
    font-size: 14px;
    width: 120px;
    padding: 6px 0;
    margin: 0 auto 20px;
    border-radius: 100px;
    border: 1px solid #d6000f;
    box-shadow: 2.5px 4.33px 20px 0 transparent;
    cursor: pointer;
    transition: all 1200ms ease
}

body.pc[data-page=express] .express-detail .t6_item:hover .t6_item_more {
    display: block;
    background-color: #d6000f;
    color: #fff;
    border: 1px solid #d6000f;
    width: 420px;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .2);
    cursor: pointer;
    transition: all 1200ms ease
}

@media screen and (max-width:1024px) {
    body[data-page=express] .express-detail .t6_item .t6_item_more {
        float: none;
        font-size: 12px;
        width: 120px;
        padding: 5px 0;
        margin: 0;
        margin-bottom: 20px
    }

    body.pc[data-page=express] .express-detail .t6_item:hover .t6_item_more {
        width: 100%
    }
}

.zhuanlan {
    width: 25%;
    z-index: 11;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0
}

.zhuanlan img {
    width: 100%
}

@media screen and (max-width:1024px) {
    .zhuanlan {
        width: 70%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 25%;
        padding: 0;
        text-align: center;
        margin: auto
    }
}

body[data-page=duty] .duty-3-detail .items .item .t2-s {
    font-size: 28px;
    line-height: 48px;
    padding: 0 0 20px 25px;
    font-weight: 600
}

@media screen and (max-width:1024px) {
    body[data-page=duty] .duty-3-detail .items .item .t2-s {
        font-size: 14px;
        padding: 0 12px 12px 0;
        line-height: 21px;
        text-align: right
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        transform: translateZ(0) translateX(-20px) translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0px) translateY(0px)
    }
}

body.pc .fade-in-bottom-left {
    opacity: 0
}

body.pc .fade-in-bottom-left.show {
    opacity: 1;
    animation: fadeInBottomLeft 1s ease
}

.search-modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    padding: 240px 0 0;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease
}

.search-modal.show {
    visibility: visible;
    opacity: 1
}

.search-modal.show .search-modal__content form {
    transform: translateY(0)
}

.search-modal.show .search-modal__content .close {
    transform: translateY(0)
}

.search-modal__title {
    font-size: 36px;
    text-align: center;
    color: #fff;
    padding-bottom: 40px;
    line-height: 1
}

.search-modal__content {
    margin: 0 auto;
    font-size: 0
}

.search-modal__content .close {
    transition: all 300ms ease;
    transform: translateY(50px);
    margin: 70px auto 0;
    background: url("../../images/icon-close_2491d2a.svg") no-repeat center center;
    background-size: 15px auto;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 42px;
    cursor: pointer
}

.search-form {
    position: relative;
    z-index: 1;
    display: block;
    width: 700px;
    height: 58px;
    margin: 0 auto;
    *zoom: 1;
    transition: all 300ms ease;
    color: #fff
}

.search-form:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

.search-form>* {
    float: left
}

.search-form .select-value {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 50px;
    padding: 0 0 0 10px;
    cursor: pointer
}

.search-form .select-value,
.search-form select,
.search-form input {
    font-size: 18px;
    appearance: none;
    border: 0;
    background: 0 0;
    height: 50px;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 0 0 1px #c2c2c2
}

.search-form .select-items {
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    padding: 5px 0;
    top: 100%;
    font-size: 16px;
    line-height: 40px;
    background-color: #fff;
    color: #000;
    box-shadow: 0 0 0 1px #c2c2c2;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease
}

.search-form .select-items>div {
    padding: 0 30px;
    cursor: pointer
}

.search-form .select-items>div:hover {
    background-color: #d6000f;
    color: #fff
}

.search-form select {
    height: 50px;
    position: relative;
    z-index: 1
}

.search-form .select {
    position: relative;
    border-right: 0;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    width: 200px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 4px;
    color: #000
}

.search-form .select select {
    visibility: hidden
}

.search-form .select.focus .select-items {
    visibility: visible;
    opacity: 1
}

.search-form .select:after {
    position: absolute;
    right: 0;
    top: 1px;
    bottom: 1px;
    margin: auto;
    z-index: 2;
    content: "";
    display: block;
    width: 35px;
    background: url("../../images/icon-arrow-down_e6c657b.svg") no-repeat center center;
    background-size: 11px auto
}

.search-form input {
    width: 325px;
    box-sizing: border-box;
    margin-left: 15px;
    border-right: 0;
    font-size: 18px;
    height: 50px;
    padding: 0 10px 0 15px;
    background-color: #fff;
    border-radius: 4px
}

.search-form button {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 145px;
    height: 50px;
    border: 0;
    padding: 0;
    appearance: none;
    font-size: 18px;
    border-radius: 4px;
    color: #fff;
    appearance: none;
    transition: all 300ms ease;
    background-color: #d6000f
}

.search-form button:hover {
    opacity: .8
}

.search-form-mobile {
    padding: 0 0 50px
}

.search-form-mobile .search-form-mobile__content {
    text-align: center
}

.search-form-mobile .search-form-mobile__content button {
    appearance: none;
    width: 133px;
    height: 38px;
    font-size: 13px;
    text-align: center;
    background-color: #d6000f;
    border-radius: 6px;
    color: #fff;
    border: 0;
    margin: 0 auto
}

.search-form-mobile .search-form-mobile__content>div {
    padding: 0 15px;
    height: 40px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #c2c2c2;
    margin-bottom: 10px;
    background-color: #fff
}

.search-form-mobile .search-form-mobile__content>div select,
.search-form-mobile .search-form-mobile__content>div input {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    flex: 1;
    height: 38px;
    background-color: transparent
}

.search-form-mobile .search-form-mobile__content>div input {
    width: 100%
}

.search-form-mobile .search-form-mobile__content>div img {
    width: 10px;
    height: auto
}

.search-form-mobile .search-form-mobile__content>div input+img {
    width: 17px;
    opacity: .6
}

.business-tab {
    /* opacity: 0; */
    background: url("../../images/business-tab-bg-1.png") no-repeat center center;
    background-size: 100% auto;
    width: 1182px;
    height: 347px;
    line-height: 1;
    transform-origin: bottom center;
    transition: opacity 300ms ease;
    z-index: 9;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}

.business-tab__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    pointer-events: none;
    opacity: 0;
    transition: all 300ms ease
}

.business-tab__bg.bg1 {
    background-image: url("../../images/business-tab-bg-1.png")
}

.business-tab__bg.bg2 {
    transform: translateX(-20px);
    background-image: url("../../images/business-tab-bg-3.png")
}

.business-tab__bg.bg3 {
    transform: translateX(-20px);
    background-image: url("../../images/business-tab-bg-4.png")
}

.business-tab__item {
    display: block;
    z-index: 1;
    cursor: pointer;
    position: absolute;
    left: 110px;
    top: 110px;
    width: 481px;
    height: 154px;
    padding-top: 27px;
    text-align: center;
    transition: left 300ms ease, opacity 300ms ease, transform 300ms ease
}

.business-tab__item:nth-child(2) {
    left: 591px !important
}

.business-tab__item__img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto
}

.business-tab__item__space {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 95px;
    height: 20px;
    margin-right: 20px
}

.business-tab__item__text {
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    color: #fff
}

.business-tab__item__text>div:nth-child(1) {
    font-size: 36px;
    padding-bottom: 15px
}

.business-tab__item__text>div:nth-child(2) {
    font-size: 18px
}

.business-tab__arrow {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 160px;
    opacity: 0;
    pointer-events: none;
    transition: all 300ms ease
}

.business-tab__arrow img {
    width: 20px
}

.business-tab[data-index] .business-tab__bg.bg1 {
    opacity: 1
}

.business-tab[data-index] .business-tab__item {
    transform: scale(1.05)
}

.business-tab[data-index] .business-tab__arrow {
    opacity: 1
}

.business-tab[data-index="0"] .business-tab__bg.bg2 {
    opacity: 1;
    transform: translateX(0px)
}

.business-tab[data-index="0"] .business-tab__item:nth-child(2) {
    opacity: 0
}

.business-tab[data-index="1"] .business-tab__bg.bg3 {
    opacity: 1;
    transform: translateX(0px)
}

.business-tab[data-index="1"] .business-tab__item:nth-child(1) {
    opacity: 0
}

.business-tab[data-index="1"] .business-tab__item:nth-child(2) {
    /* left: 110px; */
    width: 962px;
    padding-right: 481px
}

@media screen and (max-width:1024px) {
    .business-tab {
        width: auto;
        height: auto;
        background: rgba(214, 0, 28, .6);
        opacity: 1;
        display: flex
    }

    .business-tab__item {
        flex: 1;
        width: auto;
        height: auto;
        position: static;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 24px 0
    }

    .business-tab__item__space {
        display: block;
        width: auto;
        height: auto;
        height: 46px;
        margin-right: 0;
        margin-bottom: 14px
    }

    .business-tab__item__space img {
        height: 100%;
        width: auto;
        position: static
    }

    .business-tab__item__text {
        display: block;
        text-align: center
    }

    .business-tab__item__text>div:nth-child(1) {
        font-size: 18px;
        padding-bottom: 5px
    }

    .business-tab__item__text>div:nth-child(2) {
        font-size: 9px
    }

    .business-tab__bg {
        display: none
    }
}

body[data-page=index_v2] {
    overflow: hidden
}

body[data-page=index_v2] .bottom-fix,
body[data-page=index_v2] .mobile-banner {
    display: none
}

body[data-page=index_v2] .mouse {
    cursor: pointer
}

body[data-page=index_v2] .dangjian {
    position: absolute;
    width: 469px;
    z-index: 9999;
    padding: 0
}

body[data-page=index_v2] .dangjian img {
    width: 100%;
    height: auto
}

body[data-page=index_v2] .dangjian-close {
    background: rgba(0, 0, 0, .4) url("../../images/icon-close-white_50b6b42.svg") no-repeat center center;
    background-size: 10px 10px;
    opacity: .4;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    line-height: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 10;
    margin: 0 auto;
    margin-top: 10px
}

body[data-page=index_v2] .parts {
    overflow: hidden
}

body[data-page=index_v2] .parts .part.p2 .part2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 85px;
    bottom: 0;
    margin: auto
}

body[data-page=index_v2] .parts .part.p2 .part2_1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    background: #fff url("../../images/home-v2-p2-2.png") no-repeat 100px center
}

body[data-page=index_v2] .parts .part.p2 .part2_1:before {
    background: url("../../images/home-v2-p2-1.png") no-repeat bottom left;
    background-size: auto 100%;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block
}

body[data-page=index_v2] .parts .part.p2 .part2_1>.table:nth-child(1) {
    width: 45%;
    left: 25%
}

body[data-page=index_v2] .parts .part.p2 .part2_1>.table:nth-child(2) {
    width: 27.5%;
    left: 72.5%
}

body[data-page=index_v2] .parts .part.p2 .part2_1_1 {
    line-height: 1
}

body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t1 {
    font-size: 30px;
    padding-bottom: 30px;
    font-weight: 700
}

body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t2 {
    font-size: 16px;
    line-height: 2;
    text-align: justify
}

body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3 {
    font-size: 0;
    line-height: 1
}

body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-top: 45px
}

body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(1) {
    color: #d6000f;
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 700
}

body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(1) i {
    font-weight: 400;
    font-size: 18px;
    color: #000
}

body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(2) {
    font-size: 16px
}

body[data-page=index_v2] .parts .part.p2 .part2_1_2 {
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 50px
}

body[data-page=index_v2] .parts .part.p2 .part2_1_2>div {
    position: relative;
    overflow: hidden
}

body[data-page=index_v2] .parts .part.p2 .part2_1_2>div>img {
    width: 100%;
    height: auto;
    transition: all 300ms ease
}

body[data-page=index_v2] .parts .part.p2 .part2_1_2>div i {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    transition: all 300ms ease
}

body[data-page=index_v2] .parts .part.p2 .part2_1_2>div i img {
    transition: all 300ms ease;
    width: 34px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

body[data-page=index_v2] .parts .part.p2 .part2_1_2>div:hover i {
    background-color: rgba(0, 0, 0, .4)
}

body[data-page=index_v2] .parts .part.p2 .part2_1_2>div:hover i img {
    transform: scale(1.05)
}

body[data-page=index_v2] .parts .part.p2 .part2_1_2>div:hover>img {
    transform: scale(1.05)
}

body[data-page=index_v2] .parts .part.p2 .part2_2 {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 50%;
    background-color: #ececec
}

body[data-page=index_v2] .parts .part.p2 .part2_2>.table:nth-child(1) {
    width: 50%;
    left: 0
}

body[data-page=index_v2] .parts .part.p2 .part2_2>.table:nth-child(1) .tr .td {
    border-bottom: 12px solid #d6001c
}

body[data-page=index_v2] .parts .part.p2 .part2_2>.table:nth-child(2) {
    width: 50%;
    left: 50%
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>div:nth-child(2) {
    padding: 30px 100px 0
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t {
    position: relative;
    padding: 0 100px;
    line-height: 1
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .t1 {
    font-size: 36px;
    padding-bottom: 10px
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .t2 {
    font-size: 18px
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls {
    position: absolute;
    z-index: 1;
    right: 100px;
    bottom: 5px;
    color: #000;
    font-size: 14px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    line-height: 1
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls>div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls .number span:nth-child(2) {
    margin: 0 5px
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls .prev,
body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls .next {
    width: 18px;
    height: 18px;
    line-height: 12px;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls .prev img,
body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls .next img {
    width: 8px;
    transform: rotate(90deg)
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls .prev:hover,
body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls .next:hover {
    border-color: #000
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls .next img {
    transform: rotate(-90deg)
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide {
    display: block
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .img {
    width: 40%;
    padding-bottom: 26%;
    overflow: hidden;
    position: relative
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: top;
    transition: all 300ms ease
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    width: 55%
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t1 {
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 15px
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t2 {
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #000;
    text-align: justify
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t3 {
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #000
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t4 {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 1
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t4 svg {
    width: 25px
}

body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide:hover .img img {
    transform: scale(1.05)
}

body[data-page=index_v2] .parts .part.p2 .part2_2_2 {
    height: 100%;
    background: url("../../images/home-v2-p2-5.jpg") no-repeat center center;
    background-size: cover
}

body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t {
    display: block;
    color: #fff;
    width: 45%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding: 6% 6% 0;
    line-height: 1;
    overflow: hidden
}

body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t:before {
    background-color: rgba(0, 152, 255, .9);
    content: "";
    display: block;
    position: absolute;
    right: -10%;
    bottom: -44%;
    width: 200%;
    height: 200%;
    transform: rotate(45deg)
}

body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t1 {
    position: relative;
    font-size: 36px;
    padding-bottom: 10px
}

body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t2 {
    position: relative;
    font-size: 18px;
    padding-bottom: 25px
}

body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t3 {
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    text-align: justify
}

body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t4 {
    position: relative;
    text-align: right;
    padding-top: 20px;
    line-height: 1
}

body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t4 svg {
    width: 25px
}

body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t4 svg path {
    stroke: #fff
}

body[data-page=index_v2] .parts .part.p1 .business-tab {
    z-index: 1;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto
}

body[data-page=index_v2] .parts .part.p1 .line {
    content: "";
    display: block;
    background: url("../../images/index-banner-line.png") no-repeat bottom right;
    transform-origin: bottom right;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease
}

body[data-page=index_v2] .parts .part.p1 .swiper-controls {
    position: absolute;
    z-index: 1;
    right: 60px;
    bottom: 25px;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2);
    line-height: 1
}

body[data-page=index_v2] .parts .part.p1 .swiper-controls>div {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px
}

body[data-page=index_v2] .parts .part.p1 .swiper-controls .number span:nth-child(2) {
    margin: 0 5px
}

body[data-page=index_v2] .parts .part.p1 .swiper-controls .prev,
body[data-page=index_v2] .parts .part.p1 .swiper-controls .next {
    width: 18px;
    height: 18px;
    line-height: 12px;
    border: 1px solid transparent;
    text-align: center;
    cursor: pointer;
    transition: all 300ms ease
}

body[data-page=index_v2] .parts .part.p1 .swiper-controls .prev img,
body[data-page=index_v2] .parts .part.p1 .swiper-controls .next img {
    width: 8px;
    transform: rotate(90deg)
}

body[data-page=index_v2] .parts .part.p1 .swiper-controls .prev:hover,
body[data-page=index_v2] .parts .part.p1 .swiper-controls .next:hover {
    border-color: #fff
}

body[data-page=index_v2] .parts .part.p1 .swiper-controls .next img {
    transform: rotate(-90deg)
}

body[data-page=index_v2] .parts .part.p1 .mobile-next {
    display: none
}

body[data-page=index_v2] .parts .part.p1>.next {
    z-index: 1;
    position: absolute;
    bottom: 25px;
    left: 70px;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 14px;
    animation: bounce 3s infinite;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

body[data-page=index_v2] .parts .part.p1>.next img {
    height: 22px;
    margin-right: 5px
}

body[data-page=index_v2] .parts .controls {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 2
}

body[data-page=index_v2] .parts .controls div {
    width: 44px;
    height: 44px;
    border-radius: 44px;
    cursor: pointer;
    background-color: rgba(214, 0, 15, .5);
    transition: all 300ms ease;
    background-size: 18px auto;
    background-position: center center;
    background-repeat: no-repeat
}

body[data-page=index_v2] .parts .controls div:hover {
    background-color: #d6000f
}

body[data-page=index_v2] .parts .controls div.prev {
    background-image: url("../../images/arrow-up_bc113e8.svg");
    margin-bottom: 5px
}

body[data-page=index_v2] .parts .controls div.next {
    background-image: url("../../images/arrow-down_1f7ef28.svg")
}

body[data-page=index_v2] .parts .part__box {
    position: relative
}

body[data-page=index_v2] .parts .part {
    position: relative;
    overflow: hidden
}

body[data-page=index_v2] .table {
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body[data-page=index_v2] .table .tr {
    display: table-row
}

body[data-page=index_v2] .table .tr .td {
    display: table-cell;
    vertical-align: middle
}

body[data-page=index_v2] .banner-container {
    position: relative
}

body[data-page=index_v2] .banner {
    position: relative;
    height: 100vh;
    overflow: hidden
}

body[data-page=index_v2] .banner.no-bg {
    background: 0 0
}

body[data-page=index_v2] .banner .table {
    display: table
}

body[data-page=index_v2] .banner .table.pagination {
    position: absolute;
    height: auto;
    width: 100%;
    z-index: 2;
    display: table;
    bottom: 60px;
    top: auto;
    left: 0;
    width: 100%
}

body[data-page=index_v2] .banner .table.pagination .tr .td {
    padding-bottom: 0
}

body[data-page=index_v2] .banner .table .tr {
    display: table-row
}

body[data-page=index_v2] .banner .table .tr .td {
    display: table-cell;
    vertical-align: middle
}

body[data-page=index_v2] .banner .swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body[data-page=index_v2] .banner .swiper-container .swiper-slide {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    opacity: 0 !important
}

body[data-page=index_v2] .banner .swiper-container .swiper-slide-active {
    opacity: 1 !important
}

body[data-page=index_v2] .banner .swiper-container .swiper-slide .video {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

body[data-page=index_v2] .banner .swiper-container .swiper-slide .video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

body[data-page=index_v2] .banner .swiper-container .swiper-slide .video .video-element video,
body[data-page=index_v2] .banner .swiper-container .swiper-slide .video .video-element object {
    object-fit: cover;
    height: 100%;
    width: 100%
}

body[data-page=index_v2] .banner .swiper-container .swiper-slide .img-text {
    text-align: center
}

body[data-page=index_v2] .banner .swiper-container .swiper-slide .text {
    font-size: 24px;
    text-align: center;
    color: #fff
}

body[data-page=index_v2] .banner .swiper-container .swiper-slide.swiper-slide-active .image {
    transform: scale(1) translate3d(0, 0, 0)
}

body[data-page=index_v2] .banner .swiper-container .swiper-slide.swiper-slide-active .text {
    opacity: 1;
    transform: translateX(0)
}

body[data-page=index_v2] .banner .swiper-container .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: scale(1.2) translate3d(0, 0, 0);
    transition: all 6s linear;
    -webkit-transition: all 6s linear;
    -ms-transition: all 6s linear;
    vertical-align: top
}

body[data-page=index_v2] .banner .swiper-pagination {
    width: 100%;
    line-height: 1
}

body[data-page=index_v2] .banner .swiper-pagination .swiper-pagination-bullet,
body[data-page=index_v2] .banner .swiper-pagination span {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: 0 7px;
    background-color: #9e9e9e;
    opacity: 1;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2)
}

body[data-page=index_v2] .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
body[data-page=index_v2] .banner .swiper-pagination .swiper-pagination-bullet.swiper-active-switch,
body[data-page=index_v2] .banner .swiper-pagination span.swiper-pagination-bullet-active,
body[data-page=index_v2] .banner .swiper-pagination span.swiper-active-switch {
    opacity: 1;
    background-color: #d6000f
}

body[data-page=index_v2] .banner .video {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

body[data-page=index_v2] .banner .video .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

body[data-page=index_v2] .banner .video .video-element video,
body[data-page=index_v2] .banner .video .video-element object {
    object-fit: cover;
    height: 100%;
    width: 100%
}

body[data-page=index_v2] .banner .banner-bottom {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%
}

body[data-page=index_v2] .banner .banner-bottom img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

body[data-page=index_v2] .banner .banner-text {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: normal
}

body[data-page=index_v2] .banner .banner-text>div {
    position: absolute;
    max-width: 1600px;
    margin: 0 auto;
    left: 40px;
    right: 40px;
    height: 100%;
    top: 0;
    color: #fff;
    line-height: normal;
    text-align: center;
    text-shadow: 0 10px 8px rgba(0, 0, 0, .2);
    opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 2s ease;
    -webkit-transition: all 2s ease;
    -ms-transition: all 2s ease
}

body[data-page=index_v2] .banner .banner-text>div.active {
    opacity: 1;
    filter: alpha(opacity=100)
}

body[data-page=index_v2] .banner .banner-text__t1 {
    font-size: 68px;
    letter-spacing: .2em;
    text-indent: .2em
}

body[data-page=index_v2] .banner .banner-text__t2 {
    font-size: 24px;
    padding: 10px 0 0
}

@media screen and (max-width:1680px) {
    body[data-page=index_v2] .dangjian {
        width: 380px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1>.table:nth-child(1) {
        width: 45%;
        left: 25%
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls {
        font-size: 13px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .t1 {
        font-size: 32px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .t2 {
        font-size: 14px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .img {
        padding-right: 40px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t1 {
        font-size: 18px;
        padding-bottom: 10px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t2 {
        font-size: 13px;
        line-height: 1.5;
        -webkit-line-clamp: 3
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t3 {
        font-size: 13px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t4 svg {
        width: 20px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t:before {
        bottom: -40%
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t1 {
        font-size: 32px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t2 {
        font-size: 14px;
        padding-bottom: 20px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t3 {
        font-size: 14px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t4 svg {
        width: 20px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2>.table:nth-child(1) .tr .td {
        border-bottom-width: 10px
    }

    body[data-page=index_v2] .parts .part.p2 .part2 {
        top: 75px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_2 {
        padding-top: 40px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t1 {
        font-size: 26px;
        padding-bottom: 20px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t2 {
        font-size: 14px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div {
        padding-top: 30px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(1) {
        font-size: 32px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(1) i {
        font-size: 16px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(2) {
        font-size: 14px
    }

    body[data-page=index_v2] .parts .controls>div {
        width: 40px;
        height: 40px;
        background-size: 16px auto
    }
}

@media screen and (max-width:1440px) {
    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t2 {
        font-size: 12px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t2 {
        font-size: 14px;
        line-height: 1.5;
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t1 {
        font-size: 20px;
        padding-bottom: 10px
    }
}

@media screen and (max-width:1366px) {
    body[data-page=index_v2] .dangjian {
        width: 300px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls {
        font-size: 12px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .t1 {
        font-size: 28px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .t2 {
        font-size: 13px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .img {
        padding-right: 25px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t1 {
        font-size: 15px;
        padding-bottom: 10px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t2 {
        font-size: 12px;
        line-height: 1.4;
        -webkit-line-clamp: 2;
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t3 {
        font-size: 12px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t4 svg {
        width: 15px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t:before {
        bottom: -36%
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t1 {
        font-size: 28px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t2 {
        font-size: 13px;
        padding-bottom: 15px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t3 {
        font-size: 12px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t4 svg {
        width: 15px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2>.table:nth-child(1) .tr .td {
        border-bottom-width: 6px
    }

    body[data-page=index_v2] .parts .part.p2 .part2 {
        top: 55px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_2 {
        padding-top: 15px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t1 {
        font-size: 20px;
        padding-bottom: 8px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t2 {
        font-size: 12px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div {
        padding-top: 20px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(1) {
        font-size: 28px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(1) i {
        font-size: 14px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(2) {
        font-size: 13px
    }

    body[data-page=index_v2] .parts .controls>div {
        width: 36px;
        height: 36px;
        background-size: 14px auto
    }
}

@media screen and (max-width:1024px) {
    body[data-page=index_v2] {
        overflow: auto
    }

    body[data-page=index_v2] .bottom-fix {
        display: block
    }

    body[data-page=index_v2] .dangjian {
        width: 230px
    }

    body[data-page=index_v2] .parts .controls {
        display: none
    }

    body[data-page=index_v2] .parts .part.p2 .part2 {
        position: static
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1 {
        position: static;
        height: auto;
        background-position: center 200px;
        box-sizing: calc(100vw - 48px)
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1:before {
        display: none
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1 .table .tr,
    body[data-page=index_v2] .parts .part.p2 .part2_1 .table .tr .td,
    body[data-page=index_v2] .parts .part.p2 .part2_1 .table {
        position: static;
        width: auto !important;
        display: block;
        height: auto
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_2 {
        padding: 0 24px 60px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_2>div i img {
        width: 25px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 {
        padding: 65px 24px 35px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t1 {
        font-size: 19px;
        text-align: center;
        padding-bottom: 20px;
        font-weight: 700
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t2 {
        font-size: 13px;
        line-height: 2.1
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3 {
        display: flex;
        justify-content: space-between
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div {
        padding-top: 30px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(1) {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 8px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(1) i {
        font-size: 12px;
        font-weight: 400
    }

    body[data-page=index_v2] .parts .part.p2 .part2_1_1 .t3>div>div:nth-child(2) {
        font-size: 10px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2 {
        position: static;
        height: auto
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2 .table .tr,
    body[data-page=index_v2] .parts .part.p2 .part2_2 .table .tr .td,
    body[data-page=index_v2] .parts .part.p2 .part2_2 .table {
        position: static;
        width: auto !important;
        display: block;
        height: auto
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 {
        position: relative;
        padding-bottom: 55px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t {
        padding: 55px 0 15px;
        text-align: center;
        position: static
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1>.t .swiper-controls {
        right: 0;
        left: 0;
        font-size: 14px;
        bottom: 20px;
        margin: auto
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1>div:nth-child(2) {
        padding: 0
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-container {
        width: 100%
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide {
        padding: 0 24px;
        box-sizing: border-box
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .img {
        width: 100%;
        height: 55vw;
        padding-right: 0
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t {
        width: auto;
        height: auto;
        position: relative;
        padding-bottom: 48px;
        margin-bottom: 0
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t1 {
        padding: 30px 0 20px;
        font-size: 18px;
        line-height: 1.4;
        font-weight: 700
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t2 {
        font-size: 12px;
        line-height: 1.8
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_1 .swiper-slide .t .t4 svg {
        width: 25px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 {
        padding-bottom: 175px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t {
        width: auto;
        position: relative;
        padding: 35px 24px 45px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t:before {
        bottom: 5%;
        right: -17%
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t1 {
        font-size: 20px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t2 {
        font-size: 12px
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t3 {
        font-size: 12px;
        line-height: 2
    }

    body[data-page=index_v2] .parts .part.p2 .part2_2_2 .t .t4 svg {
        width: 25px
    }

    body[data-page=index_v2] .parts .part.p1>.next,
    body[data-page=index_v2] .parts .part.p1 .swiper-controls {
        display: none
    }

    body[data-page=index_v2] .parts .part.p1 .business-tab {
        z-index: 1;
        position: absolute;
        bottom: 33px;
        margin: 0 12px
    }

    body[data-page=index_v2] .parts .part.p1 .mobile-next {
        display: block;
        z-index: 1;
        position: absolute;
        bottom: 200px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 12px;
        animation: bounce 3s infinite;
        cursor: pointer
    }

    body[data-page=index_v2] .parts .part.p1 .mobile-next img {
        height: 7px
    }

    body[data-page=index_v2] .banner-container {
        display: none
    }

    body[data-page=index_v2] .mobile-banner {
        display: block
    }

    body[data-page=index_v2] .mobile-banner .swiper-pagination {
        bottom: 10px;
        width: 100%
    }

    body[data-page=index_v2] .mobile-banner .swiper-box {
        height: 100%
    }

    body[data-page=index_v2] .mobile-banner .swiper-box .swiper-container {
        height: 100%
    }

    body[data-page=index_v2] .mobile-banner .swiper-box .swiper-container .swiper-slide {
        background-size: cover;
        background-position: center center;
        display: flex;
        align-items: center
    }

    body[data-page=index_v2] .mobile-banner .swiper-box .swiper-container .swiper-slide .t {
        width: 100%;
        margin-top: -25%;
        text-align: center;
        color: #fff
    }

    body[data-page=index_v2] .mobile-banner .swiper-box .swiper-container .swiper-slide .t .t1 {
        font-size: 30px;
        font-weight: 700;
        line-height: normal
    }

    body[data-page=index_v2] .mobile-banner .swiper-box .swiper-container .swiper-slide .t .t2 {
        font-size: 12px;
        margin: 15px 0 20px
    }

    body[data-page=index_v2] .mobile-banner .swiper-box .swiper-container .swiper-slide .t .t3 {
        width: 80px;
        height: 4px;
        margin: 0 auto;
        background: #d6000f
    }
}

body[data-page=about_v2] .main {
    overflow: hidden
}

body[data-page=about_v2] .about-map-2 {
    position: relative;
    background-color: #d6001c;
    padding: 70px 0;
    overflow: hidden
}

body[data-page=about_v2] .about-map-2>i {
    display: block;
    position: absolute;
    right: 8%;
    top: 0;
    width: 20%;
    height: 80%;
    background-color: rgba(255, 255, 255, .15);
    transform: skewX(-30deg)
}

body[data-page=about_v2] .about-map-2>i:before {
    width: 30%;
    height: 30%;
    display: block;
    content: '';
    position: absolute;
    left: -30%;
    background-color: rgba(255, 255, 255, .15);
    bottom: -30%
}

body[data-page=about_v2] .about-map-2 .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative
}

body[data-page=about_v2] .about-map-2 .inner .items {
    line-height: 1;
    margin: 0 -30px;
    *zoom: 1
}

body[data-page=about_v2] .about-map-2 .inner .items:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=about_v2] .about-map-2 .inner .items .item {
    margin-bottom: 70px;
    color: #fff;
    padding: 0 30px
}

body[data-page=about_v2] .about-map-2 .inner .items .item>div:nth-child(1) {
    font-size: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .55);
    padding-bottom: 12px;
    margin-bottom: 20px
}

body[data-page=about_v2] .about-map-2 .inner .items .item>div:nth-child(2) {
    font-size: 18px;
    line-height: 1.4
}

body[data-page=about_v2] .about-map-2 .inner .items .item.i8 {
    width: 33.33%;
    float: left;
    min-height: 120px
}

body[data-page=about_v2] .about-map-1 {
    padding: 120px 0 40px;
    text-align: center
}

body[data-page=about_v2] .about-map-1>img {
    max-width: 90%;
    height: auto
}

body[data-page=about_v2] .about-map-1 .inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative
}

body[data-page=about_v2] .about-map-1 .inner .items {
    position: absolute;
    width: 50%;
    text-align: left;
    line-height: 1;
    bottom: 0;
    right: 0;
    *zoom: 1
}

body[data-page=about_v2] .about-map-1 .inner .items:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=about_v2] .about-map-1 .inner .items .item {
    width: 50%;
    float: left;
    margin-bottom: 50px
}

body[data-page=about_v2] .about-map-1 .inner .items .item>div:nth-child(1) {
    font-size: 30px;
    color: #d6000f;
    font-weight: 700;
    padding-bottom: 10px
}

body[data-page=about_v2] .about-map-1 .inner .items .item>div:nth-child(1) i {
    font-size: 24px
}

body[data-page=about_v2] .about-map-1 .inner .items .item>div:nth-child(2) {
    font-size: 14px;
    line-height: 1.2
}

body[data-page=about_v2] .about-p3 {
    padding: 145px 0 180px;
    background: url("../../images/about-v2-3.jpg") no-repeat bottom center;
    background-size: 100% auto
}

body[data-page=about_v2] .about-p3 .inner {
    max-width: 1000px;
    margin: 0 auto
}

body[data-page=about_v2] .about-p3 .inner .block {
    line-height: 1
}

body[data-page=about_v2] .about-p3 .inner .block__body {
    border-width: 2px;
    border-color: #b7b7b7;
    border-style: solid;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

body[data-page=about_v2] .about-p3 .inner .block__arrow {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 15px auto;
    border-radius: 50%;
    background-color: #d6001c;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    text-align: center
}

body[data-page=about_v2] .about-p3 .inner .block__arrow img {
    width: 16px
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__body {
    position: relative;
    overflow: hidden
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__title {
    font-size: 16px;
    color: #fff;
    position: relative;
    padding: 20px 50px 15px 100px;
    display: inline-block;
    transform: translateX(-50px)
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__title span {
    position: relative
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    background-color: #d5001c
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__content {
    padding: 50px 24px
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__content>i {
    display: block;
    height: 70%;
    width: 35%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: skewX(-30deg);
    background-color: rgba(241, 241, 241, .64)
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__content>i:after {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 50%;
    height: 50%;
    content: "";
    display: block;
    background-color: rgba(241, 241, 241, .32)
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__item {
    min-height: 85px;
    white-space: nowrap;
    position: relative
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__item:last-child {
    min-height: 0
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__item i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding: 10px 30px;
    margin-right: 20px;
    vertical-align: top
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__item i span {
    position: relative
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__item i:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #606060;
    transform: skewX(-30deg)
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__item>span {
    font-size: 22px;
    line-height: 1.8;
    display: inline-block;
    white-space: normal;
    max-width: 70%
}

body[data-page=about_v2] .about-p3 .inner .block-2 .block__item>span b {
    font-weight: 400;
    display: inline-block
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__body {
    position: relative;
    padding-left: 36%;
    overflow: hidden
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__title {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    width: 36%;
    height: 100%;
    padding: 25px 0 0 50px
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__title i {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: skewX(-30deg);
    display: block;
    width: 160px;
    height: 100px;
    background-color: rgba(255, 255, 255, .55)
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__title i:after {
    content: "";
    display: block;
    background-color: rgba(255, 255, 255, .32);
    height: 80%;
    width: 40%;
    position: absolute;
    right: -15px;
    top: -15px
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__title span {
    position: relative
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__title:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -20%;
    top: 0;
    transform: skewX(-30deg);
    content: "";
    display: block;
    background-color: #d5001c
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__content {
    padding: 50px 0
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__item {
    min-height: 85px
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__item:last-child {
    min-height: 0
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__item i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding: 10px 60px;
    margin-right: 40px;
    vertical-align: top
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__item i span {
    position: relative
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__item i:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #d5001c;
    transform: skewX(-30deg)
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__item>span {
    font-size: 24px;
    line-height: 1.8;
    white-space: normal
}

body[data-page=about_v2] .about-p3 .inner .block-1 .block__item>span b {
    font-weight: 400;
    display: inline-block
}

body[data-page=about_v2] .about-p3 .inner .block-group {
    *zoom: 1
}

body[data-page=about_v2] .about-p3 .inner .block-group:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=about_v2] .about-p3 .inner .block-group .block {
    width: 50%;
    float: left
}

body[data-page=about_v2] .about-p3 .inner .block-group .block .block__body {
    margin: 0 10px
}

body[data-page=about_v2] .about-p3 .inner .block-group .block:first-child .block__body {
    margin-left: 0
}

body[data-page=about_v2] .about-p3 .inner .block-group .block:last-child .block__body {
    margin-right: 0
}

body[data-page=about_v2] .about-p2 {
    height: 360px;
    position: relative
}

body[data-page=about_v2] .about-p2 .video-element {
    width: 100%;
    height: 100%;
    overflow: hidden
}

body[data-page=about_v2] .about-p2 .video-element video {
    width: 100%
}

body[data-page=about_v2] .about-p2 .inner {
    max-width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1
}

body[data-page=about_v2] .about-p2 .button {
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

body[data-page=about_v2] .about-p2 .button>i:nth-child(2) {
    position: relative
}

body[data-page=about_v2] .about-p2 .button>i:nth-child(2):after {
    content: "";
    display: block;
    background-color: #d5001c;
    width: 100%;
    height: 110%;
    transform: skewX(-30deg);
    display: block;
    position: relative
}

body[data-page=about_v2] .about-p2 .button>i:nth-child(2):before {
    position: absolute;
    right: -40%;
    top: -8%;
    content: "";
    display: block;
    width: 140px;
    height: 190px;
    background-color: #0097ff;
    transform: skewX(-30deg)
}

body[data-page=about_v2] .about-p2 .button>i:nth-child(1) {
    transform: skew(-30deg);
    position: absolute;
    left: -80%;
    top: 0;
    height: 100%;
    width: 300px
}

body[data-page=about_v2] .about-p2 .button>i:nth-child(1):before,
body[data-page=about_v2] .about-p2 .button>i:nth-child(1):after {
    position: absolute;
    background-color: rgba(255, 255, 255, .46);
    content: "";
    display: block;
    width: 150px;
    height: 50%
}

body[data-page=about_v2] .about-p2 .button>i:nth-child(1):after {
    left: 0;
    top: 50%
}

body[data-page=about_v2] .about-p2 .button>i:nth-child(1):before {
    top: 10%;
    left: 50%;
    height: 40%
}

body[data-page=about_v2] .about-p2 .button__play {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 67px;
    line-height: 67px;
    cursor: pointer
}

body[data-page=about_v2] .about-p2 .button__play:hover span {
    transform: translateX(20px)
}

body[data-page=about_v2] .about-p2 .button__play:hover i {
    transform: scale(1.3)
}

body[data-page=about_v2] .about-p2 .button__play span {
    display: inline-block;
    transition: all 300ms ease
}

body[data-page=about_v2] .about-p2 .button__play i {
    display: inline-block;
    width: 67px;
    height: 67px;
    border: 1px solid #fff;
    border-radius: 67px;
    font-size: 0;
    vertical-align: top;
    margin-left: 5px;
    transition: all 300ms ease
}

body[data-page=about_v2] .about-p2 .button__play i img {
    width: 25px;
    vertical-align: middle;
    transform: translateX(2px)
}

body[data-page=about_v2] .about-p1 {
    padding: 120px 0 100px;
    background: url("../../images/about-v2-1.jpg") no-repeat bottom left
}

body[data-page=about_v2] .about-p1 .t {
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1
}

body[data-page=about_v2] .about-p1 .t .t1 {
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 30px
}

body[data-page=about_v2] .about-p1 .t .t1 span {
    font-weight: 400;
    font-size: 18px;
    margin-top: 12px;
    display: block
}

body[data-page=about_v2] .about-p1 .t .t2 {
    font-size: 16px;
    line-height: 2.2;
    text-align: justify
}

body[data-page=about_v2] .about-p1 .t .t2 p {
    margin-bottom: 20px
}

body[data-page=about_v2] .about-p1 .t .t3 {
    font-size: 0;
    line-height: 1
}

body[data-page=about_v2] .about-p1 .t .t3>div {
    display: inline-block;
    width: 50%;
    text-align: center;
    padding-top: 45px
}

body[data-page=about_v2] .about-p1 .t .t3>div>div:nth-child(1) {
    color: #d6000f;
    font-size: 36px;
    padding-bottom: 10px;
    font-weight: 700
}

body[data-page=about_v2] .about-p1 .t .t3>div>div:nth-child(1) i {
    font-weight: 400;
    font-size: 18px;
    color: #000
}

body[data-page=about_v2] .about-p1 .t .t3>div>div:nth-child(2) {
    font-size: 16px
}

@media screen and (max-width:1680px) {
    body[data-page=about_v2] .about-map-2 .inner .items .item {
        margin-bottom: 60px
    }

    body[data-page=about_v2] .about-map-2 .inner .items .item>div:nth-child(1) {
        font-size: 26px
    }

    body[data-page=about_v2] .about-map-2 .inner .items .item>div:nth-child(2) {
        font-size: 16px
    }

    body[data-page=about_v2] .about-p1 {
        padding: 100px 0 80px
    }

    body[data-page=about_v2] .about-p1 .t .t1 {
        font-size: 25px
    }

    body[data-page=about_v2] .about-p1 .t .t1 span {
        font-size: 16px
    }

    body[data-page=about_v2] .about-p1 .t .t2 {
        font-size: 14px
    }

    body[data-page=about_v2] .about-p2 {
        height: 320px
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__item i {
        font-size: 16px
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__item>span {
        font-size: 20px
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__item i {
        font-size: 16px
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__item>span {
        font-size: 20px
    }
}

@media screen and (max-width:1366px) {
    body[data-page=about_v2] .about-map-2 .inner .items .item {
        margin-bottom: 50px
    }

    body[data-page=about_v2] .about-map-2 .inner .items .item>div:nth-child(1) {
        font-size: 22px
    }

    body[data-page=about_v2] .about-map-2 .inner .items .item>div:nth-child(2) {
        font-size: 14px
    }

    body[data-page=about_v2] .about-p1 {
        padding: 80px 0 60px
    }

    body[data-page=about_v2] .about-p1 .t .t1 {
        font-size: 22px
    }

    body[data-page=about_v2] .about-p1 .t .t1 span {
        font-size: 14px
    }

    body[data-page=about_v2] .about-p1 .t .t2 {
        font-size: 13px
    }

    body[data-page=about_v2] .about-p2 {
        height: 260px
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__item i {
        font-size: 14px
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__item>span {
        font-size: 16px
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__item i {
        font-size: 14px
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__item>span {
        font-size: 16px
    }
}

@media screen and (max-width:1024px) {
    body[data-page=about_v2] .about-map-1 {
        padding: 35px 0 0
    }

    body[data-page=about_v2] .about-map-1>img {
        width: calc(100% - 24px);
        max-width: 100%
    }

    body[data-page=about_v2] .about-map-1 .inner .items {
        display: flex;
        position: static;
        width: auto;
        padding: 0 24px;
        flex-wrap: wrap
    }

    body[data-page=about_v2] .about-map-1 .inner .items .item {
        float: none;
        flex: 1;
        flex-basis: 50%;
        padding-right: 20px
    }

    body[data-page=about_v2] .about-map-1 .inner .items .item>div:nth-child(2) {
        font-size: 10px
    }

    body[data-page=about_v2] .about-map-2 {
        padding: 70px 0
    }

    body[data-page=about_v2] .about-map-2>i {
        height: 180px;
        width: 30%;
        top: auto;
        right: 12%;
        bottom: 50px
    }

    body[data-page=about_v2] .about-map-2 .inner .items {
        margin: 0;
        padding: 0 24px
    }

    body[data-page=about_v2] .about-map-2 .inner .items .item {
        width: 100% !important;
        float: none !important;
        padding: 0;
        margin-bottom: 50px
    }

    body[data-page=about_v2] .about-map-2 .inner .items .item>div:nth-child(1) {
        font-size: 24px;
        margin-bottom: 15px
    }

    body[data-page=about_v2] .about-map-2 .inner .items .item>div:nth-child(2) {
        font-size: 14px;
        line-height: 2
    }

    body[data-page=about_v2] .about-p3 {
        padding: 80px 24px 70px
    }

    body[data-page=about_v2] .about-p3 .inner .block-group {
        display: flex
    }

    body[data-page=about_v2] .about-p3 .inner .block-group .block {
        display: flex;
        flex-direction: column
    }

    body[data-page=about_v2] .about-p3 .inner .block-group .block .block__body {
        flex: 1
    }

    body[data-page=about_v2] .about-p3 .inner .block__body {
        border-width: 1px
    }

    body[data-page=about_v2] .about-p3 .inner .block__arrow {
        margin: 12px auto;
        width: 18px;
        height: 18px;
        line-height: 18px
    }

    body[data-page=about_v2] .about-p3 .inner .block__arrow img {
        width: 8px
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__title {
        font-size: 12px;
        padding: 9px 20px;
        background-color: #d6001c;
        transform: translateX(0);
        display: block;
        text-align: center
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__title:before {
        display: none
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__content {
        padding: 20px
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__content>i {
        display: block;
        height: 45%;
        width: 60%;
        position: absolute;
        left: -10%;
        right: 0;
        bottom: 0;
        margin: auto;
        transform: skewX(-30deg);
        background-color: rgba(241, 241, 241, .64)
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__content>i:after {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 50%;
        height: 50%;
        content: "";
        display: block;
        background-color: rgba(241, 241, 241, .32)
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__item {
        text-align: center;
        min-height: 0;
        margin-bottom: 20px
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__item i {
        margin-right: 0;
        font-size: 12px;
        padding: 6px 20px;
        margin-bottom: 10px
    }

    body[data-page=about_v2] .about-p3 .inner .block-2 .block__item>span {
        display: block;
        font-size: 13px;
        max-width: 100%
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__body {
        padding-left: 0
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__content {
        padding: 36px 0
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__item {
        text-align: right;
        padding-right: 25px;
        min-height: 75px
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__item:last-child {
        min-height: 0
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__item i {
        margin-right: 0;
        font-size: 12px;
        padding: 4px 20px;
        margin-bottom: 5px
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__item>span {
        display: block;
        font-size: 15px
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__title {
        padding: 15px 0 0 20px;
        font-size: 13px;
        line-height: 1.2;
        width: 32%
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__title i {
        width: 40px;
        height: 50px;
        left: -25%;
        bottom: 10%
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__title i:after {
        width: 100%;
        height: 100%;
        top: -10px;
        right: -10px
    }

    body[data-page=about_v2] .about-p3 .inner .block-1 .block__title:before {
        width: 200%;
        left: auto;
        right: 0
    }

    body[data-page=about_v2] .about-p2 {
        height: 180px;
        background: url("../../images/about-v2-2.jpg") no-repeat center center;
        background-size: auto 100%
    }

    body[data-page=about_v2] .about-p2 .video-element {
        display: none
    }

    body[data-page=about_v2] .about-p2 .button {
        width: 160px;
        left: 0;
        right: 0;
        margin: auto
    }

    body[data-page=about_v2] .about-p2 .button>i:nth-child(1) {
        width: 140px;
        left: -70%
    }

    body[data-page=about_v2] .about-p2 .button>i:nth-child(1):before,
    body[data-page=about_v2] .about-p2 .button>i:nth-child(1):after {
        width: 70px
    }

    body[data-page=about_v2] .about-p2 .button>i:nth-child(2):before {
        width: 70px;
        height: 100px
    }

    body[data-page=about_v2] .about-p2 .button .button__play {
        font-size: 13px;
        line-height: 1;
        padding-top: 56px
    }

    body[data-page=about_v2] .about-p2 .button .button__play i {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    body[data-page=about_v2] .about-p2 .button .button__play i img {
        width: 15px
    }

    body[data-page=about_v2] .about-p1 {
        padding: 35px 24px 80px;
        background-size: 70% auto
    }

    body[data-page=about_v2] .about-p1 .t .t1 {
        font-size: 19px;
        padding-bottom: 20px
    }

    body[data-page=about_v2] .about-p1 .t .t1 span {
        font-size: 12px
    }

    body[data-page=about_v2] .about-p1 .t .t2 {
        font-size: 13px
    }

    body[data-page=about_v2] .about-p1 .t .t3 {
        display: flex;
        justify-content: space-between
    }

    body[data-page=about_v2] .about-p1 .t .t3>div {
        padding-top: 20px
    }

    body[data-page=about_v2] .about-p1 .t .t3>div:nth-child(2) {
        padding-left: 20px;
        padding-right: 20px
    }

    body[data-page=about_v2] .about-p1 .t .t3>div>div:nth-child(1) {
        font-size: 30px;
        font-weight: 700;
        padding-bottom: 8px
    }

    body[data-page=about_v2] .about-p1 .t .t3>div>div:nth-child(1) i {
        font-size: 12px;
        font-weight: 400
    }

    body[data-page=about_v2] .about-p1 .t .t3>div>div:nth-child(2) {
        font-size: 10px
    }
}

body[data-page=search_v2] .second-banner.search_v2 .bg {
    background-image: url("../../images/second-banner-search.jpg")
}

body[data-page=search_v2].pc .second-banner {
    height: 570px !important
}

body[data-page=search_v2] .main {
    padding: 60px 0 120px
}

body[data-page=search_v2] .main>.inner {
    max-width: 1000px;
    margin: 0 auto
}

body[data-page=search_v2] .main .search-form-mobile {
    display: none
}

body[data-page=search_v2] .main .result {
    padding: 50px 0 30px;
    text-align: center;
    font-size: 18px
}

body[data-page=search_v2] .main .result span {
    color: #d6000f
}

body[data-page=search_v2] .main .result-tab {
    text-align: center;
    margin-bottom: 20px
}

body[data-page=search_v2] .main .result-tab a {
    display: inline-block;
    font-size: 14px;
    border-radius: 6px;
    line-height: 1;
    padding: 13px 20px;
    vertical-align: top;
    margin-bottom: 10px
}

body[data-page=search_v2] .main .result-tab a span {
    color: #d6000f
}

body[data-page=search_v2] .main .result-tab a.active {
    margin: 0 20px;
    background-color: #d6000f;
    color: #fff
}

body[data-page=search_v2] .main .result-tab a.active span {
    color: #fff
}

body[data-page=search_v2] .main .items {
    margin-bottom: 60px
}

body[data-page=search_v2] .main .items .item {
    display: block;
    line-height: 1;
    padding: 25px 0;
    border-bottom: 1px solid #ccc
}

body[data-page=search_v2] .main .items .item .t1 {
    padding-bottom: 20px;
    color: #9b9b9b;
    font-size: 14px
}

body[data-page=search_v2] .main .items .item .t2 {
    /*white-space:nowrap;text-overflow:ellipsis;overflow:hidden;*/
    font-size: 18px;
    line-height: 1.5;
}

body[data-page=search_v2] .main .items .item .t3 {
    padding-top: 15px;
    color: #9b9b9b;
    font-size: 14px
}

body[data-page=search_v2] .express-modal {
    overflow: auto;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    transition: all 300ms ease;
    display: none\0;
    opacity: 0;
    visibility: hidden
}

body[data-page=search_v2] .express-modal.show {
    display: block\0;
    opacity: 1;
    visibility: visible
}

body[data-page=search_v2] .express-modal .table {
    height: 100%
}

body[data-page=search_v2] .express-modal .etc {
    width: 780px;
    color: #000;
    background-color: #fff;
    border: 1px solid #eee \0;
    margin: 20px auto;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, .3)
}

body[data-page=search_v2] .express-modal .et1 {
    font-size: 24px;
    text-align: center;
    padding: 25px 0;
    line-height: normal;
    background-color: #d6000f;
    color: #fff;
    font-weight: 600;
    position: relative;
}

body[data-page=search_v2] .express-modal .et1 .close {
    font-size: 18px;
    width: 32px;
    background-color: #d6000f;
    color: #fff;
    line-height: 32px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 26px;
    border-radius: 100px;
    border: 1px solid #d6000f;
}

body[data-page=search_v2] .express-modal .et1 .close:hover {
    background-color: rgba(255, 255, 255, .3);
}

body[data-page=search_v2] .express-modal .et2 {
    line-height: 30px;
    font-size: 16px;
    color: #000;
    text-indent: 2em;
    margin: 40px 40px 0;
    text-align: justify;
    border-bottom: 2px solid #bdb6a9;
    padding: 0 0 20px
}

body[data-page=search_v2] .express-modal .et2 p {
    text-indent: 2em;
    padding: 0 0 20px
}

body[data-page=search_v2] .express-modal .et3 {
    padding: 20px 40px
}

body[data-page=search_v2] .express-modal .et3_1 {
    font-size: 14px;
    padding: 0 0 20px 50px;
    position: relative
}

body[data-page=search_v2] .express-modal .et3_1 span {
    position: absolute;
    left: 0;
    top: 0
}

body[data-page=search_v2] .express-modal .qrcode {
    padding: 0 0 20px;
    text-align: center;
}

body[data-page=search_v2] .express-modal .qrcode img {
    width: 30%;
}

body[data-page=search_v2] .express-modal .et4 {
    padding: 20px 0 40px;
    text-align: center
}

@media screen and (max-width:1366px) {

    body[data-page=search_v2] .search-form button,
    body[data-page=search_v2] .search-form .select-value,
    body[data-page=search_v2] .search-form select,
    body[data-page=search_v2] .search-form input {
        font-size: 16px;
        height: 40px;
        line-height: 40px
    }

    body[data-page=search_v2] .main .items .item .t1 {
        padding-bottom: 15px
    }

    body[data-page=search_v2] .main .items .item .t2 {
        font-size: 16px
    }

    body[data-page=search_v2] .main .items .item .t3 {
        padding-top: 10px
    }
}

@media screen and (max-width:1024px) {
    body[data-page=search_v2] .main {
        padding: 40px 24px 70px
    }

    body[data-page=search_v2] .main .search-form {
        display: none
    }

    body[data-page=search_v2] .main .search-form-mobile {
        display: block;
        padding-bottom: 0
    }

    body[data-page=search_v2] .main .result {
        padding: 40px 0 30px;
        font-size: 15px
    }

    body[data-page=search_v2] .main .result-tab {
        text-align: left
    }

    body[data-page=search_v2] .main .result-tab>a {
        font-size: 12px;
        padding: 9px 15px
    }

    body[data-page=search_v2] .main .result-tab>a.active {
        margin: 0
    }

    body[data-page=search_v2] .main .items {
        margin-bottom: 40px
    }

    body[data-page=search_v2] .main .items .item {
        padding: 15px 0
    }

    body[data-page=search_v2] .main .items .item .t1 {
        font-size: 12px;
        padding-bottom: 12px
    }

    body[data-page=search_v2] .main .items .item .t2 {
        font-size: 14px;
        line-height: 1.5;
        /*white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical*/
    }

    body[data-page=search_v2] .main .items .item .t3 {
        font-size: 12px;
        padding-top: 12px
    }

    body[data-page=search_v2] .express-modal {
        padding: 20px 0
    }

    body[data-page=search_v2] .express-modal .etc {
        width: 94%;
        margin: 0 auto
    }

    body[data-page=search_v2] .express-modal .et1 {
        font-size: 16px;
        padding: 15px 0
    }

    body[data-page=search_v2] .express-modal .et1 .close {
        width: 21px;
        line-height: 21px;
        height: 21px;
        right: 10px;
        top: 15px;
        border-radius: 100px;
        border: 1px solid #d6000f;
    }

    body[data-page=search_v2] .express-modal .et2 {
        margin: 24px 24px 0;
        font-size: 13px;
        line-height: 22px;
        border-bottom-width: 1px
    }

    body[data-page=search_v2] .express-modal .et2 p {
        padding-bottom: 10px
    }

    body[data-page=search_v2] .express-modal .et3 {
        padding: 30px 24px 20px
    }

    body[data-page=search_v2] .express-modal .et3_1 {
        font-size: 13px;
        padding: 0 0 10px 45px
    }

    body[data-page=search_v2] .express-modal .qrcode {
        padding: 0 0 10px;
    }

    body[data-page=search_v2] .express-modal .qrcode img {
        width: 50%;
    }

    body[data-page=search_v2] .express-modal .et4 {
        padding: 10px 0 30px
    }

    body[data-page=search_v2] .express-modal .et4 .button {
        font-size: 15px;
        width: 90px;
        padding: 8px 0
    }
}

body[data-page=contactus_v2] .main {
    padding: 150px 0 140px;
    background: url("../../images/contact-v2-1.jpg") no-repeat center center
}

body[data-page=contactus_v2] .main>.inner {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center
}

body[data-page=contactus_v2] .main .map {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    margin-top: 50px;
    padding-top: 38%;
    background-color: #fff;
    position: relative
}

body[data-page=contactus_v2] .main .map__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body[data-page=contactus_v2] .main .map__content iframe {
    width: 100%;
    height: 100%;
    object-fit: cover
}

body[data-page=contactus_v2] .main .items {
    margin: 0 -30px;
    margin-bottom: 30px;
}

body[data-page=contactus_v2] .main .items:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=contactus_v2] .main .items>div {
    *zoom: 1
}

body[data-page=contactus_v2] .main .items>div:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=contactus_v2] .main .items .address {
    padding: 0 30px;
    width: 50%;
    float: left;
    margin-bottom: 50px;
    min-height: 180px
}

body[data-page=contactus_v2] .main .address {
    line-height: 1;
    position: relative;
    border-bottom: 1px solid transparent
}

body[data-page=contactus_v2] .main .address .t1 {
    font-size: 24px;
    color: #d6000f;
    margin-bottom: 26px
}

body[data-page=contactus_v2] .main .address .t2 {
    font-size: 18px;
    margin: 20px 0;
    padding-left: 115px;
    position: relative;
    line-height: 1.4
}

body[data-page=contactus_v2] .main .address .t2>span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    text-align-last: justify;
    padding-right: 10px
}

body[data-page=contactus_v2] .main .address .t2>span:after {
    content: ":";
    position: absolute;
    right: 0;
    top: 0
}

body[data-page=contactus_v2] .main .address__button {
    display: none
}

body[data-page=contactus_v2] .main .address__qrcode {
    position: absolute;
    right: 0;
    top: 40px;
    text-align: center;
    font-size: 16px
}

body[data-page=contactus_v2] .main .address__qrcode img {
    width: 140px;
    height: auto;
    margin-bottom: 10px;
    vertical-align: top
}

body[data-page=contactus_v2] .main .contact-tabs {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    text-align: center;
    display: inline-block;
    font-size: 0;
    background-color: #fff;
    margin-bottom: 80px
}

body[data-page=contactus_v2] .main .contact-tabs>div {
    font-size: 18px;
    width: 210px;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 19px 0;
    text-align: center;
    border-right: 1px solid #e0e0e0;
    position: relative;
    cursor: pointer;
    transition: all 300ms ease
}

body[data-page=contactus_v2] .main .contact-tabs>div:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 10px solid #d6000f;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: auto;
    opacity: 0;
    transition: all 300ms ease;
    visibility: hidden
}

body[data-page=contactus_v2] .main .contact-tabs>div:last-child {
    border-right: 0
}

body[data-page=contactus_v2] .main .contact-tabs>div.active {
    color: #fff;
    background-color: #d6000f
}

body[data-page=contactus_v2] .main .contact-tabs>div.active:after {
    opacity: 1;
    visibility: visible
}

body[data-page=contactus_v2] .main .contact-contents {
    text-align: left
}

@media screen and (max-width:1366px) {
    body[data-page=contactus_v2] .main {
        padding: 100px 0
    }

    body[data-page=contactus_v2] .main>.inner {
        max-width: 900px
    }

    body[data-page=contactus_v2] .main .items .address {
        margin-bottom: 30px;
        min-height: 130px
    }

    body[data-page=contactus_v2] .main .contact-tabs {
        margin-bottom: 60px
    }

    body[data-page=contactus_v2] .main .contact-tabs>div {
        font-size: 16px;
        width: 180px;
        padding: 14px 0
    }

    body[data-page=contactus_v2] .main .map {
        margin-top: 30px
    }

    body[data-page=contactus_v2] .main .address .t1 {
        font-size: 20px;
        margin-bottom: 20px
    }

    body[data-page=contactus_v2] .main .address .t2 {
        margin: 10px 0;
        font-size: 14px
    }

    body[data-page=contactus_v2] .main .address__qrcode {
        font-size: 14px
    }

    body[data-page=contactus_v2] .main .address__qrcode img {
        width: 100px
    }
}

@media screen and (max-width:1024px) {
    body[data-page=contactus_v2] .main {
        padding: 40px 24px 80px;
        background-size: calc(100% - 48px) auto;
        background-position: top center
    }

    body[data-page=contactus_v2] .main .contact-tabs {
        display: flex;
        margin-bottom: 55px
    }

    body[data-page=contactus_v2] .main .contact-tabs>div {
        width: auto;
        font-size: 14px;
        flex: 1;
        padding: 12px 15px;
        white-space: nowrap
    }

    body[data-page=contactus_v2] .main .contact-tabs>div:after {
        border-width: 8px;
        bottom: -16px
    }

    body[data-page=contactus_v2] .main .map {
        display: none
    }

    body[data-page=contactus_v2] .main .items {
        margin: 0
    }

    body[data-page=contactus_v2] .main .items .address {
        float: none;
        padding: 0;
        width: auto;
        margin-bottom: 40px;
        min-height: auto;
    }

    body[data-page=contactus_v2] .main .address .t1 {
        text-align: center;
        font-size: 18px;
        margin-bottom: 25px
    }

    body[data-page=contactus_v2] .main .address .t2 {
        font-size: 13px;
        padding-left: 80px;
        margin: 15px 0
    }

    body[data-page=contactus_v2] .main .address .t2 span {
        width: 65px
    }

    body[data-page=contactus_v2] .main .address__qrcode {
        position: static;
        font-size: 13px
    }

    body[data-page=contactus_v2] .main .address__qrcode img {
        width: 160px
    }

    body[data-page=contactus_v2] .main .address__button {
        display: block;
        width: 200px;
        height: 47px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 47px;
        background-color: #d6000f;
        color: #fff;
        font-size: 15px;
        margin: 30px auto 60px
    }

    body[data-page=contactus_v2] .main .address__button img {
        width: 16px;
        margin-right: 15px
    }
}

body[data-page=supply_v2] .second-banner.supply .bg {
    background-image: url("../../images/second-banner-supply.jpg")
}

body[data-page=supply_v2] .main {
    padding: 150px 0 120px
}

body[data-page=supply_v2] .main>.inner {
    max-width: 1200px;
    margin: 0 auto;
    *zoom: 1
}

body[data-page=supply_v2] .main>.inner:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=supply_v2] .main>.inner .aside {
    position: sticky;
    top: 135px;
    position: relative\0;
    top: 0\0;
    width: 100px;
    float: left;
    background-color: #f3f3f3;
    padding-top: 60px;
    padding-bottom: 60px
}

body[data-page=supply_v2] .main>.inner .aside i {
    display: block;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

body[data-page=supply_v2] .main>.inner .aside i:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url("../../images/business-tab-1_747b920.svg") no-repeat right top;
    background-size: 200% auto;
    opacity: .5
}

body[data-page=supply_v2] .main>.inner .aside i:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    box-shadow: 0 0 50px 60px #fff
}

body[data-page=supply_v2] .main>.inner .aside a {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    transition: all 300ms ease
}

body[data-page=supply_v2] .main>.inner .aside a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 29px solid #d6000f;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: scaleX(0.5);
    position: absolute;
    right: -43px;
    top: 0;
    transition: all 300ms ease;
    opacity: 0
}

body[data-page=supply_v2] .main>.inner .aside a:active,
body[data-page=supply_v2] .main>.inner .aside a:hover,
body[data-page=supply_v2] .main>.inner .aside a.active {
    background-color: #d6000f;
    color: #fff;
    box-shadow: 0 5px 8px 0 rgba(214, 0, 28, .2)
}

body[data-page=supply_v2] .main>.inner .aside a:active:after,
body[data-page=supply_v2] .main>.inner .aside a:hover:after,
body[data-page=supply_v2] .main>.inner .aside a.active:after {
    opacity: 1
}

body[data-page=supply_v2] .main>.inner .content {
    float: left;
    width: 1100px;
    padding: 0 50px
}

body[data-page=supply_v2] .main .supply-p3 {
    border-top: 1px solid #a1a1a1
}

body[data-page=supply_v2] .main .supply-p3 .t1 {
    position: relative;
    top: -38px;
    font-size: 24px;
    text-align: center;
    width: 290px;
    padding: 18px 0;
    line-height: 1;
    background-color: #d6000f;
    margin: 0 auto;
    box-shadow: 0 5px 15px 0 rgba(214, 0, 28, .2);
    color: #fff
}

body[data-page=supply_v2] .main .supply-p3 .t1 img {
    width: 40px;
    margin-right: 15px
}

body[data-page=supply_v2] .main .supply-p3 .t4 {
    font-size: 0;
    text-align: center;
    padding: 20px 0 0
}

body[data-page=supply_v2] .main .supply-p3 .t4>div {
    font-size: 24px;
    color: #d6000f;
    font-weight: 700;
    width: 180px;
    text-align: center;
    display: inline-block;
    margin: 0 20px 30px;
    line-height: 1;
    position: relative
}

body[data-page=supply_v2] .main .supply-p3 .t4>div>div {
    padding: 18px 0;
    background-color: #fff;
    border: 1px solid #a1a1a1;
    position: relative;
    z-index: 1
}

body[data-page=supply_v2] .main .supply-p3 .t4>div i {
    display: block;
    height: 14px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2px
}

body[data-page=supply_v2] .main .supply-p3 .t4>div i:before,
body[data-page=supply_v2] .main .supply-p3 .t4>div i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -5px;
    top: 0;
    transform: skewX(20deg);
    background-color: rgba(214, 0, 15, .6)
}

body[data-page=supply_v2] .main .supply-p3 .t4>div i:after {
    transform: skewX(-20deg);
    left: auto;
    right: -5px
}

body[data-page=supply_v2] .main .supply-p3 .t3 {
    font-size: 0;
    text-align: center;
    line-height: 1;
    padding: 40px 0 90px
}

body[data-page=supply_v2] .main .supply-p3 .t3>div {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    width: 240px;
    display: inline-block
}

body[data-page=supply_v2] .main .supply-p3 .t3>div>div:nth-child(1) {
    font-weight: 700;
    font-size: 24px;
    color: #d6000f;
    margin-bottom: 15px
}

body[data-page=supply_v2] .main .supply-p3 .t3>div>div:nth-child(2) {
    font-size: 14px;
    line-height: 1.6;
    text-align: left
}

body[data-page=supply_v2] .main .supply-p3 .t3>div.c {
    margin: 0 100px
}

body[data-page=supply_v2] .main .supply-p3 .t3>div i {
    position: relative;
    top: -10px;
    display: block;
    background: url("../../images/supply-1.png") no-repeat center center;
    background-size: cover;
    width: 249px;
    height: 61px
}

body[data-page=supply_v2] .main .supply-p3 .t2 {
    padding: 30px 0 120px;
    text-align: center;
    font-size: 0
}

body[data-page=supply_v2] .main .supply-p3 .t2>div {
    width: 190px;
    margin: 0 38px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    line-height: 1
}

body[data-page=supply_v2] .main .supply-p3 .t2>div>div:nth-child(1) {
    font-size: 24px;
    position: relative;
    font-weight: 700;
    color: #d6000f;
    padding-bottom: 10px;
    z-index: 1
}

body[data-page=supply_v2] .main .supply-p3 .t2>div>div:nth-child(2) {
    font-size: 18px;
    position: relative;
    z-index: 1
}

body[data-page=supply_v2] .main .supply-p3 .t2>div i {
    display: block;
    position: relative;
    top: -8px
}

body[data-page=supply_v2] .main .supply-p3 .t2>div i:before {
    content: "";
    display: block;
    background-color: rgba(214, 0, 15, .3);
    height: 12px
}

body[data-page=supply_v2] .main .supply-p3 .t2>div i:after {
    content: "";
    display: block;
    background-color: rgba(214, 0, 15, .3);
    height: 4px;
    margin-top: 6px
}

body[data-page=supply_v2] .main .supply-p2 {
    padding: 60px 0 70px;
    line-height: 1
}

body[data-page=supply_v2] .main .supply-p2 .t1 {
    font-size: 32px;
    color: #d6000f;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700
}

body[data-page=supply_v2] .main .supply-p2 .t2 {
    font-size: 18px;
    line-height: 2;
    text-align: justify
}

body[data-page=supply_v2] .main .supply-p1 {
    height: 230px;
    position: relative;
    overflow: hidden
}

body[data-page=supply_v2] .main .supply-p1 .video-element {
    width: 100%;
    height: 100%;
    overflow: hidden
}

body[data-page=supply_v2] .main .supply-p1 .video-element video {
    width: 100%
}

body[data-page=supply_v2] .main .supply-p1 .inner {
    max-width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1
}

body[data-page=supply_v2] .main .supply-p1 .button {
    width: 300px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

body[data-page=supply_v2] .main .supply-p1 .button>i:nth-child(1) {
    position: relative
}

body[data-page=supply_v2] .main .supply-p1 .button>i:nth-child(1):after {
    content: "";
    display: block;
    background-color: #d5001c;
    width: 150%;
    height: 100%;
    transform: skewX(-30deg);
    display: block;
    position: relative
}

body[data-page=supply_v2] .main .supply-p1 .button>i:nth-child(1) i {
    display: block;
    height: 50%;
    width: 40%;
    position: absolute;
    left: -40%;
    bottom: 0;
    transform: skewX(-30deg)
}

body[data-page=supply_v2] .main .supply-p1 .button>i:nth-child(1) i:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 151, 255, .6)
}

body[data-page=supply_v2] .main .supply-p1 .button>i:nth-child(1) i:after {
    content: "";
    display: block;
    width: 60%;
    height: 80%;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    left: -40%;
    top: -50%
}

body[data-page=supply_v2] .main .supply-p1 .button__play {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #fff;
    height: 67px;
    line-height: 67px;
    cursor: pointer
}

body[data-page=supply_v2] .main .supply-p1 .button__play:hover span {
    transform: translateX(20px)
}

body[data-page=supply_v2] .main .supply-p1 .button__play:hover i {
    transform: scale(1.3)
}

body[data-page=supply_v2] .main .supply-p1 .button__play span {
    display: inline-block;
    transition: all 300ms ease
}

body[data-page=supply_v2] .main .supply-p1 .button__play i {
    display: inline-block;
    width: 67px;
    height: 67px;
    border: 1px solid #fff;
    border-radius: 67px;
    font-size: 0;
    vertical-align: top;
    margin-left: 5px;
    transition: all 300ms ease
}

body[data-page=supply_v2] .main .supply-p1 .button__play i img {
    width: 25px;
    vertical-align: middle;
    transform: translateX(2px)
}

@media screen and (max-width:1366px) {
    body[data-page=supply_v2] .main>.inner .aside a {
        font-size: 16px;
        padding: 15px 0
    }

    body[data-page=supply_v2] .main>.inner .aside a:after {
        border-width: 23px;
        right: -34px
    }

    body[data-page=supply_v2] .main>.inner .supply-p1 {
        height: 180px
    }

    body[data-page=supply_v2] .main>.inner .supply-p2 .t1 {
        font-size: 28px;
        margin-bottom: 30px
    }

    body[data-page=supply_v2] .main>.inner .supply-p2 .t2 {
        font-size: 16px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t1 {
        width: 240px;
        padding: 14px 0;
        font-size: 20px;
        top: -29px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t1 img {
        width: 30px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2 {
        padding: 20px 0 80px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2>div>div:nth-child(1) {
        font-size: 20px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2>div>div:nth-child(2) {
        font-size: 14px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t3>div>div:nth-child(1) {
        font-size: 20px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t3>div>div:nth-child(2) {
        font-size: 14px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t4>div {
        font-size: 20px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t4>div>div {
        padding: 14px 0
    }
}

@media screen and (max-width:1024px) {
    body[data-page=supply_v2] .main {
        padding: 40px 12px 60px
    }

    body[data-page=supply_v2] .main>.inner .aside {
        width: 54px;
        flex-shrink: 0;
        flex-basis: 54px;
        padding-top: 0;
        top: 95px
    }

    body[data-page=supply_v2] .main>.inner .aside a {
        font-size: 14px
    }

    body[data-page=supply_v2] .main>.inner .aside a:after {
        border-width: 22px;
        right: -32px
    }

    body[data-page=supply_v2] .main>.inner .content {
        float: none;
        flex: 1;
        width: auto;
        padding: 0 0 0 66px
    }

    body[data-page=supply_v2] .main>.inner .supply-p1 {
        height: 110px;
        background: url("../../images/about-v2-2.jpg") no-repeat center center;
        background-size: auto 100%
    }

    body[data-page=supply_v2] .main>.inner .supply-p1 .button {
        width: 45%
    }

    body[data-page=supply_v2] .main>.inner .supply-p1 .button .button__play {
        font-size: 13px;
        line-height: 1;
        padding-top: 56px
    }

    body[data-page=supply_v2] .main>.inner .supply-p1 .button .button__play i {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        margin: auto;
        width: 45px;
        height: 45px;
        line-height: 45px
    }

    body[data-page=supply_v2] .main>.inner .supply-p1 .button .button__play i img {
        width: 15px
    }

    body[data-page=supply_v2] .main>.inner .supply-p1 .video-element {
        display: none
    }

    body[data-page=supply_v2] .main>.inner .supply-p2 {
        padding: 35px 0 100px
    }

    body[data-page=supply_v2] .main>.inner .supply-p2 .t1 {
        font-size: 16px
    }

    body[data-page=supply_v2] .main>.inner .supply-p2 .t2 {
        font-size: 13px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t1 {
        height: 50px;
        padding: 0;
        top: -25px;
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t1 img {
        width: 26px;
        margin-right: 10px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2 {
        padding-bottom: 55px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2>div {
        margin-bottom: 25px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2>div>div:nth-child(1) {
        font-size: 16px;
        padding-bottom: 5px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2>div>div:nth-child(2) {
        font-size: 13px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2>div i {
        top: -5px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2>div i:before {
        height: 9px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t2>div i:after {
        height: 3px;
        margin-top: 4px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t3 {
        padding: 10px 0 55px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t3>div {
        width: 70%;
        margin-bottom: 0
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t3>div.c {
        margin: 0
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t3>div>div:nth-child(1) {
        font-size: 16px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t3>div>div:nth-child(2) {
        font-size: 10px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t3>div i {
        width: 100%;
        background-size: contain
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t4 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 12px 0
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t4>div {
        font-size: 16px;
        height: 42px;
        display: flex;
        flex-shrink: 0;
        align-items: center;
        justify-content: center;
        width: 44%;
        margin: 0 0 18px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t4>div>div {
        flex: 1;
        padding: 0;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t4>div i:before {
        left: -3px
    }

    body[data-page=supply_v2] .main>.inner .supply-p3 .t4>div i:after {
        right: -3px
    }
}

body[data-page=health_v2] .second-banner.health .bg {
    background-image: url("../../images/second-banner-health.jpg")
}

body[data-page=health_v2] .main {
    padding: 100px 0
}

body[data-page=health_v2] .main>.inner {
    max-width: 1000px;
    margin: 0 auto
}

body[data-page=health_v2] .main .t1 {
    font-size: 18px;
    line-height: 2.2;
    padding-bottom: 60px
}

body[data-page=health_v2] .main .t2 {
    margin: 0 -6px;
    *zoom: 1
}

body[data-page=health_v2] .main .t2:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both
}

body[data-page=health_v2] .main .t2>* {
    float: left;
    margin: 0 6px;
    width: 188px;
    display: block;
    overflow: hidden;
    position: relative
}

body[data-page=health_v2] .main .t2>*>div:nth-child(1) {
    font-size: 18px;
    text-align: center;
    line-height: 1;
    padding: 20px 0;
    background-color: #d6000f;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: all 300ms ease;
    z-index: 1
}

body[data-page=health_v2] .main .t2>*>div:nth-child(1):after {
    position: absolute;
    left: 0;
    bottom: -14px;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 14px solid #d6000f;
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transform: scaleY(1.2);
    transition: all 300ms ease
}

body[data-page=health_v2] .main .t2>*>div:nth-child(2) {
    font-size: 0;
    overflow: hidden
}

body[data-page=health_v2] .main .t2>*>div:nth-child(2) img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    transition: all 300ms ease
}

body.pc[data-page=health_v2] .main .t2>:hover>div:nth-child(1) {
    font-size: 20px;
    background-color: rgba(214, 0, 15, .6);
    padding: 86px 0
}

body.pc[data-page=health_v2] .main .t2>:hover>div:nth-child(1):after {
    opacity: 0
}

body.pc[data-page=health_v2] .main .t2>:hover img {
    transform: scale(1.05)
}

@media screen and (max-width:1366px) {
    body[data-page=health_v2] .main {
        padding: 70px 0
    }

    body[data-page=health_v2] .main .t1 {
        font-size: 16px;
        padding-bottom: 40px
    }

    body[data-page=health_v2] .main .t2>*>div:nth-child(1) {
        padding: 15px 0;
        font-size: 16px
    }
}

@media screen and (max-width:1024px) {
    body[data-page=health_v2] .main {
        padding: 40px 24px
    }

    body[data-page=health_v2] .main .t1 {
        font-size: 14px;
        padding-bottom: 40px
    }

    body[data-page=health_v2] .main .t2 {
        margin: 0 -5px
    }

    body[data-page=health_v2] .main .t2>* {
        width: calc(50% - 10px);
        margin: 0 5px 15px
    }

    body[data-page=health_v2] .main .t2>*>div:nth-child(1) {
        padding: 15px 0;
        font-size: 16px
    }
}

body[data-page=business_v2] .main {
    position: relative
}

body[data-page=business_v2] .main .business-tab {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

body[data-page=business_v2] .contents {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body[data-page=business_v2] .contents[data-index="0"]>div.c2 {
    opacity: 1
}

body[data-page=business_v2] .contents[data-index="1"]>div.c3 {
    opacity: 1
}

body[data-page=business_v2] .contents>div {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

body[data-page=business_v2] .contents>div.c1 {
    opacity: 1
}

body[data-page=business_v2] .contents>div.c1 .line {
    content: "";
    display: block;
    background: url("../../images/index-banner-line.png") no-repeat bottom right;
    transform-origin: bottom right;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease
}

body[data-page=business_v2] .contents>div.c2 {
    background-image: url("../../images/business-v2-1.jpg");
    z-index: 2
}

body[data-page=business_v2] .contents>div.c3 {
    background-image: url("../../images/business-v2-2.jpg");
    z-index: 2
}

body[data-page=business_v2] .contents>div .video-element {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

body[data-page=business_v2] .contents>div .video-element video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

body[data-page=business_v2] .contents>div .table {
    height: 100%
}

body[data-page=business_v2] .contents>div .table .t1 {
    text-align: center;
    color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
    line-height: 1
}

body[data-page=business_v2] .contents>div .table .t2 {
    font-size: 18px;
    line-height: 2.4;
    text-align: justify;
    width: 660px;
    margin: 0 auto;
    color: #fff
}

@media screen and (max-width:1680px) {
    body[data-page=business_v2] .contents>div .table .t1 {
        font-size: 32px;
        margin-bottom: 40px
    }

    body[data-page=business_v2] .contents>div .table .t2 {
        font-size: 16px
    }
}

@media screen and (max-width:1366px) {
    body[data-page=business_v2] .contents>div .table .t1 {
        font-size: 28px;
        margin-bottom: 30px
    }

    body[data-page=business_v2] .contents>div .table .t2 {
        font-size: 14px
    }
}

@media screen and (max-width:1024px) {
    body[data-page=business_v2] .main .business-tab {
        margin: 0 12px 30px
    }

    body[data-page=business_v2] .contents>div .video-element {
        display: none
    }

    body[data-page=business_v2] .contents>div.c1 {
        background-image: url("../../images/business-v2-0.jpg")
    }
}

body[data-page=joinus_v2] .joinus-banner {
    position: relative
}

body[data-page=joinus_v2] .joinus-banner .video-element video,
body[data-page=joinus_v2] .joinus-banner .video-element {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

body[data-page=joinus_v2] .joinus-banner .line {
    content: "";
    display: block;
    background: url("../../images/index-banner-line.png") no-repeat bottom right;
    transform-origin: bottom right;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease
}

body[data-page=joinus_v2] .joinus-banner .table {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    line-height: 1
}

body[data-page=joinus_v2] .joinus-banner .table .t1 {
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 700;
}

body[data-page=joinus_v2] .joinus-banner .table .t2 {
    font-size: 24px;
    margin-bottom: 60px
}

body[data-page=joinus_v2] .joinus-banner .table .t3 {
    display: block;
    font-size: 18px;
    color: #fff;
    width: 184px;
    text-align: center;
    padding: 18px 0;
    margin: 0 auto;
    background-color: #d6000f;
    border-radius: 100px;
    transition: all 300ms ease
}

body[data-page=joinus_v2] .joinus-banner .table .t3:hover {
    color: #fff;
    background-color: #d6000f;
    width: 220px;
}

body[data-page=joinus_v2] .main {
    padding: 90px 0 100px;
    overflow: hidden;
    position: relative
}

body[data-page=joinus_v2] .main>.inner {
    max-width: 1270px;
    margin: 0 auto;
    position: relative
}

body[data-page=joinus_v2] .main>.block {
    position: absolute;
    top: 340px;
    right: 70px;
    width: 400px;
    height: 500px;
    transform: skewX(-30deg)
}

body[data-page=joinus_v2] .main>.block:before {
    background-color: #f4f4f4;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20%;
    height: 20%
}

body[data-page=joinus_v2] .main>.block:after {
    background-color: #f4f4f4;
    content: '';
    display: block;
    position: absolute;
    width: 80%;
    height: 80%;
    right: 0;
    top: 0
}

body[data-page=joinus_v2] .main>.block:nth-child(2) {
    transform: skewX(-35deg);
    width: 650px;
    height: 800px;
    top: auto;
    bottom: 0;
    right: auto;
    left: 250px
}

body[data-page=joinus_v2] .main .t1 {
    font-size: 30px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px
}

body[data-page=joinus_v2] .main .t1:after {
    content: "";
    display: block;
    width: 64px;
    height: 4px;
    margin: 20px auto 0;
    background-color: #d6000f
}

body[data-page=joinus_v2] .main .c {
    position: relative;
    margin-bottom: 70px
}

body[data-page=joinus_v2] .main .p1 .c {
    text-align: center
}

body[data-page=joinus_v2] .main .p1 .c img {
    width: 380px;
    vertical-align: baseline;
    margin: 0 20px
}

body[data-page=joinus_v2] .main .p2 .t1 {
    margin-bottom: 20px
}

body[data-page=joinus_v2] .main .p2 .c {
    text-align: center
}

body[data-page=joinus_v2] .main .p2 .c img {
    max-width: 100%;
    vertical-align: top
}

body[data-page=joinus_v2] .main .p2 .c img:nth-child(2) {
    display: none
}

body[data-page=joinus_v2] .main .p3 .c,
body[data-page=joinus_v2] .main .p4 .c {
    margin-bottom: 100px
}

body[data-page=joinus_v2] .main .p3 .prev,
body[data-page=joinus_v2] .main .p3 .next,
body[data-page=joinus_v2] .main .p4 .prev,
body[data-page=joinus_v2] .main .p4 .next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background-color: #f1f1f1;
    text-align: center;
    font-size: 0;
    cursor: pointer;
    transition: all 300ms ease
}

body[data-page=joinus_v2] .main .p3 .prev svg,
body[data-page=joinus_v2] .main .p3 .next svg,
body[data-page=joinus_v2] .main .p4 .prev svg,
body[data-page=joinus_v2] .main .p4 .next svg {
    position: absolute;
    left: 15px;
    top: 8px;
    width: 9px
}

body[data-page=joinus_v2] .main .p3 .prev svg path,
body[data-page=joinus_v2] .main .p3 .next svg path,
body[data-page=joinus_v2] .main .p4 .prev svg path,
body[data-page=joinus_v2] .main .p4 .next svg path {
    fill: #000
}

body[data-page=joinus_v2] .main .p3 .prev.disabled,
body[data-page=joinus_v2] .main .p3 .next.disabled,
body[data-page=joinus_v2] .main .p4 .prev.disabled,
body[data-page=joinus_v2] .main .p4 .next.disabled {
    opacity: .3;
    cursor: not-allowed
}

body[data-page=joinus_v2] .main .p3 .prev,
body[data-page=joinus_v2] .main .p4 .prev {
    left: 10px;
    transform: rotate(90deg)
}

body[data-page=joinus_v2] .main .p3 .next,
body[data-page=joinus_v2] .main .p4 .next {
    right: 10px;
    transform: rotate(-90deg)
}

body[data-page=joinus_v2] .main .p3 .mc,
body[data-page=joinus_v2] .main .p4 .mc {
    display: none
}

body[data-page=joinus_v2] .main .p3 .swiper-container,
body[data-page=joinus_v2] .main .p4 .swiper-container {
    width: 1110px;
    height: 340px
}

body[data-page=joinus_v2] .main .p3 .swiper-container .swiper-slide,
body[data-page=joinus_v2] .main .p4 .swiper-container .swiper-slide {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px
}

body[data-page=joinus_v2] .main .p3 .swiper-container .swiper-slide>div,
body[data-page=joinus_v2] .main .p4 .swiper-container .swiper-slide>div {
    height: 100%;
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    border-radius: 5px
}

body[data-page=joinus_v2] .main .p3 .swiper-container .swiper-slide .img,
body[data-page=joinus_v2] .main .p4 .swiper-container .swiper-slide .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body[data-page=joinus_v2] .main .p3 .swiper-container .swiper-slide .img img,
body[data-page=joinus_v2] .main .p4 .swiper-container .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 300ms ease
}

body[data-page=joinus_v2] .main .p3 .swiper-container .swiper-slide .t,
body[data-page=joinus_v2] .main .p4 .swiper-container .swiper-slide .t {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 35px 0;
    line-height: 1;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: rgba(214, 0, 15, .8);
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease
}

body[data-page=joinus_v2] .main .p3 .swiper-container .swiper-slide:hover .img img,
body[data-page=joinus_v2] .main .p4 .swiper-container .swiper-slide:hover .img img {
    transform: scale(1.05)
}

body[data-page=joinus_v2] .main .p3 .swiper-container .swiper-slide:hover .t,
body[data-page=joinus_v2] .main .p4 .swiper-container .swiper-slide:hover .t {
    opacity: 1;
    visibility: visible
}

body[data-page=joinus_v2] .main .p5 .c {
    text-align: center
}

body[data-page=joinus_v2] .main .p5 .c>img {
    width: 210px;
    height: auto;
    vertical-align: top
}

body[data-page=joinus_v2] .main .p5 .c .text {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px
}

body[data-page=joinus_v2] .main .p5 .c .text span {
    display: block;
    font-size: 18px
}

body[data-page=joinus_v2] .main .p5 .c .text span i {
    color: #d6000f
}

body[data-page=joinus_v2] .main .p5 .c .email {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin: 40px auto 20px;
    background-color: #f1f1f1;
    line-height: 50px
}

body[data-page=joinus_v2] .main .p5 .c .email img {
    width: 22px
}

body[data-page=joinus_v2] .main .p5 .c .contact {
    font-size: 24px
}

body[data-page=joinus_v2] .main .p5 .c .contact span {
    font-size: 16px
}

body[data-page=joinus_v2] .joinus-banner>.next {
    z-index: 1;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    font-size: 14px;
    animation: bounce 3s infinite;
    cursor: pointer;
    text-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

body[data-page=joinus_v2] .joinus-banner>.next img {
    height: 22px;
    margin-right: 5px
}

@media screen and (max-width:1680px) {
    body[data-page=joinus_v2] .main>.inner {
        max-width: 1000px
    }

    body[data-page=joinus_v2] .main .t1 {
        font-size: 26px
    }

    body[data-page=joinus_v2] .main .t1:after {
        margin-top: 20px
    }

    body[data-page=joinus_v2] .main .p1 .c img {
        margin: 0 10px;
        width: 310px
    }

    body[data-page=joinus_v2] .main .p3 .swiper-container,
    body[data-page=joinus_v2] .main .p4 .swiper-container {
        width: 870px;
        height: 260px
    }

    body[data-page=joinus_v2] .main .p5 .c>img {
        width: 180px
    }

    body[data-page=joinus_v2] .main .p5 .c .text {
        font-size: 14px
    }

    body[data-page=joinus_v2] .main .p5 .c .text span {
        font-size: 16px
    }

    body[data-page=joinus_v2] .main .p5 .c .contact {
        font-size: 20px
    }

    body[data-page=joinus_v2] .main .p5 .c .contact span {
        font-size: 14px
    }
}

@media screen and (max-width:1024px) {
    body[data-page=joinus_v2] .joinus-banner {
        background: url("../../images/second-banner-joinus.jpg") no-repeat center center;
        background-size: cover;
        height: 280px !important
    }

    body[data-page=joinus_v2] .joinus-banner>.next {
        display: none
    }

    body[data-page=joinus_v2] .joinus-banner .video-element {
        display: none
    }

    body[data-page=joinus_v2] .joinus-banner .line {
        display: none
    }

    body[data-page=joinus_v2] .joinus-banner .table {
        height: auto;
        bottom: 45px;
        top: auto
    }

    body[data-page=joinus_v2] .joinus-banner .table .t1 {
        font-size: 21px !important;
        margin-bottom: 10px
    }

    body[data-page=joinus_v2] .joinus-banner .table .t2 {
        font-size: 12px !important;
        margin-bottom: 30px
    }

    body[data-page=joinus_v2] .joinus-banner .table .t3 {
        font-size: 14px;
        width: 120px;
        padding: 11px 0
    }

    body[data-page=joinus_v2] .main {
        padding: 40px 0 60px
    }

    body[data-page=joinus_v2] .main .block {
        display: none
    }

    body[data-page=joinus_v2] .main .t1 {
        font-size: 15px
    }

    body[data-page=joinus_v2] .main .t1:after {
        margin-top: 10px;
        width: 30px;
        height: 3px
    }

    body[data-page=joinus_v2] .main .p1 .c {
        margin-bottom: 0
    }

    body[data-page=joinus_v2] .main .p1 .c img {
        width: 100%;
        margin: 0 0 45px
    }

    body[data-page=joinus_v2] .main .p2 .c {
        margin-bottom: 30px
    }

    body[data-page=joinus_v2] .main .p2 .c img:nth-child(1) {
        display: none
    }

    body[data-page=joinus_v2] .main .p2 .c img:nth-child(2) {
        display: inline;
        width: 100%;
        height: auto
    }

    body[data-page=joinus_v2] .main .p3 .t1,
    body[data-page=joinus_v2] .main .p4 .t1 {
        margin-bottom: 30px
    }

    body[data-page=joinus_v2] .main .p3 .c,
    body[data-page=joinus_v2] .main .p4 .c {
        margin-bottom: 40px
    }

    body[data-page=joinus_v2] .main .p3 .c>.prev,
    body[data-page=joinus_v2] .main .p3 .c>.next,
    body[data-page=joinus_v2] .main .p4 .c>.prev,
    body[data-page=joinus_v2] .main .p4 .c>.next {
        display: none
    }

    body[data-page=joinus_v2] .main .p3 .c .mc,
    body[data-page=joinus_v2] .main .p4 .c .mc {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 25px 0
    }

    body[data-page=joinus_v2] .main .p3 .c .mc .number,
    body[data-page=joinus_v2] .main .p4 .c .mc .number {
        font-size: 12px;
        opacity: .9;
        padding: 0 20px
    }

    body[data-page=joinus_v2] .main .p3 .c .mc .number span,
    body[data-page=joinus_v2] .main .p4 .c .mc .number span {
        margin: 0 5px
    }

    body[data-page=joinus_v2] .main .p3 .c .mc .number span:nth-child(1),
    body[data-page=joinus_v2] .main .p4 .c .mc .number span:nth-child(1) {
        color: #d6000f
    }

    body[data-page=joinus_v2] .main .p3 .c .mc .prev,
    body[data-page=joinus_v2] .main .p3 .c .mc .next,
    body[data-page=joinus_v2] .main .p4 .c .mc .prev,
    body[data-page=joinus_v2] .main .p4 .c .mc .next {
        position: static;
        width: 25px;
        height: 25px;
        box-shadow: 0 0 0 1px #d6000f;
        margin: 0;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center
    }

    body[data-page=joinus_v2] .main .p3 .c .mc .prev svg,
    body[data-page=joinus_v2] .main .p3 .c .mc .next svg,
    body[data-page=joinus_v2] .main .p4 .c .mc .prev svg,
    body[data-page=joinus_v2] .main .p4 .c .mc .next svg {
        position: static;
        width: 6px
    }

    body[data-page=joinus_v2] .main .p3 .c .mc .prev svg path,
    body[data-page=joinus_v2] .main .p3 .c .mc .next svg path,
    body[data-page=joinus_v2] .main .p4 .c .mc .prev svg path,
    body[data-page=joinus_v2] .main .p4 .c .mc .next svg path {
        fill: #d6000f
    }

    body[data-page=joinus_v2] .main .p3 .c .mc .prev.disabled,
    body[data-page=joinus_v2] .main .p3 .c .mc .next.disabled,
    body[data-page=joinus_v2] .main .p4 .c .mc .prev.disabled,
    body[data-page=joinus_v2] .main .p4 .c .mc .next.disabled {
        box-shadow: none;
        background-color: #f1f1f1
    }

    body[data-page=joinus_v2] .main .p3 .c .mc .prev.disabled svg path,
    body[data-page=joinus_v2] .main .p3 .c .mc .next.disabled svg path,
    body[data-page=joinus_v2] .main .p4 .c .mc .prev.disabled svg path,
    body[data-page=joinus_v2] .main .p4 .c .mc .next.disabled svg path {
        fill: #000;
        opacity: .4
    }

    body[data-page=joinus_v2] .main .p3 .c .swiper-container,
    body[data-page=joinus_v2] .main .p4 .c .swiper-container {
        width: 210px;
        height: 240px;
        margin: 0 auto;
        overflow: visible
    }

    body[data-page=joinus_v2] .main .p3 .c .swiper-container .swiper-slide,
    body[data-page=joinus_v2] .main .p4 .c .swiper-container .swiper-slide {
        padding: 0
    }

    body[data-page=joinus_v2] .main .p3 .c .swiper-container .swiper-slide>div,
    body[data-page=joinus_v2] .main .p4 .c .swiper-container .swiper-slide>div {
        box-shadow: none
    }

    body[data-page=joinus_v2] .main .p3 .c .swiper-container .swiper-slide .img,
    body[data-page=joinus_v2] .main .p4 .c .swiper-container .swiper-slide .img {
        position: static;
        height: auto;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .15)
    }

    body[data-page=joinus_v2] .main .p3 .c .swiper-container .swiper-slide .img img,
    body[data-page=joinus_v2] .main .p4 .c .swiper-container .swiper-slide .img img {
        height: auto
    }

    body[data-page=joinus_v2] .main .p3 .c .swiper-container .swiper-slide .t,
    body[data-page=joinus_v2] .main .p4 .c .swiper-container .swiper-slide .t {
        position: static;
        font-size: 13px;
        background-color: transparent;
        padding: 15px 0 0;
        color: #000;
        opacity: 1;
        visibility: visible
    }

    body[data-page=joinus_v2] .main .p5 .t1 {
        margin-bottom: 20px
    }

    body[data-page=joinus_v2] .main .p5 .c>img {
        width: 190px
    }

    body[data-page=joinus_v2] .main .p5 .c .text {
        font-size: 13px
    }

    body[data-page=joinus_v2] .main .p5 .c .text span {
        font-size: 15px
    }

    body[data-page=joinus_v2] .main .p5 .c .contact {
        font-size: 18px
    }

    body[data-page=joinus_v2] .main .p5 .c .contact span {
        font-size: 13px
    }

    body[data-page=joinus_v2] .joinus-banner>.next {
        display: none;
    }
}

/*# sourceMappingURL=/css/style.css.map*/