/*!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;
    max-width: 100%;
}

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 Source Han Sans, PingFang HK, Microsoft YaHei, Arial;
    font-weight: normal;
}

.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: #0068b7
}

a.op[href]:hover {
    opacity: .6;
    color: inherit
}

@media screen and (max-width: 1024px) {
    a[href]:hover {
        color:inherit
    }

    a[href]:active {
        color: #0068b7
    }

    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
}

.swiper-container {
}

.swiper-slide {
}

.swiper-slide-active {
}

.swiper-slide-visible {
}

.swiper-pagination-switch {
}

.swiper-active-switch {
}

.swiper-visible-switch {
}

.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.eot?t=1494214640693");
    src: url("/js/lib/videojs/font/VideoJS_2b9875f.eot?t=1494214640693") format("embedded-opentype"),url("/js/lib/videojs/font/VideoJS_4d3f24d.woff?t=1494214640693") format("woff"),url("/js/lib/videojs/font/VideoJS_3f224f7.ttf?t=1494214640693") format("truetype"),url("/js/lib/videojs/font/VideoJS_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: rgba(255,255,255,.9);
    box-shadow: 1.5px 2.598px 5px 0 rgba(7,0,2,.15)
}

.header.black>.inner {
    color: #000
}

.header.black>.inner .nav li.has-active a {
    color: #000
}

.header.black>.inner .nav>li>a {
    padding: 50px 20px 30px 20px
}

.header.black>.inner .nav .bar {
    background-color: #003A8F
}

.header.black>.inner .lang,.header.black>.inner .header-link {
    padding: 50px 20px 30px 0
}

.header.black>.inner .music {
    margin-top: 51px
}

.header.black>.inner .logo {
    padding-top: 21px
}

.header.black>.inner .logo img {
    height: 58px
}

/* .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,.header>.inner .header-link {
    float: right;
    font-size: 16px;
    padding: 50px 20px 30px 0
}

.header>.inner .lang span {
    margin: 0 30px 0 20px
}

.header>.inner .logo {
    display: block;
    float: left;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    padding-top: 21px
}

.header>.inner .logo img {
    height: 58px;
    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 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    text-decoration: none;
}

.header>.inner .nav>li>a .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: 0em;
    margin: 0 auto;
    padding: 0px 0 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;
    text-decoration: none;
}

.header>.inner .nav>li>ul>li.active {
    background-color: #0068b7
}

.header>.inner .nav>li>ul>li.active a {
    color: #fff
}

.header>.inner .nav>li>ul>li:hover {
    background-color: #0068b7
}

.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: 30px 50px;
    background-color: #333;
    color: #bfbfbf;
    min-width: 1000px;
    overflow: hidden;
    min-height: 135px;
    background: url(../img/pubic/foot.png) no-repeat center / cover;
}

.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
}

.footer .inner .innerbox {
    float: left;
    padding: 15px 45px;
    border-right: 1px solid #f0f0f0;
    height: 120px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.footer .inner .innerbox:nth-child(5) {
    border-right: none;
}

.footer .inner .innerbox img {
    height: 100px;
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
}

.footer .inner .innerbox:nth-child(2) .wx,
.footer .inner .innerbox:nth-child(3) .wx {
    display: inline-block;
    width: 20px;
    margin-left: 10px;
    font-size: 12px;
    vertical-align: middle;
    word-wrap: break-word;
    line-height: 1.4;
}
.footer .inner .innerbox .address {
    line-height: 28px;
    text-align: left;
}

.footer .inner .innerbox .addressr {
    line-height: 38px;
    text-align: left;
}

.footer .inner .innerbox:nth-child(4),
.footer .inner .innerbox:nth-child(5) {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}

@media screen and (max-width: 1800px) {
    .footer .inner .innerbox {
        padding: 0 50px;
    }
}

@media screen and (max-width: 1500px) {
    .footer .inner .innerbox {
        padding: 0 40px;
    }
}

@media screen and (max-width: 1440px) {
    .footer .inner .innerbox {
        padding: 0 25px;
    }
    .footer .inner .innerbox img {
        height: 110px;
    }
}

@media screen and (max-width: 1400px) {
    .footer .inner .innerbox {
        padding: 0 24px;
    }
}

@media screen and (max-width: 1023px) {
    .footer .inner .innerbox {
        width: 50%;
        text-align: center;
        padding-top: 20px;
    }

    .footer .inner .innerbox .address,.footer .inner .innerbox .addressr {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .footer .inner .innerbox {
        width: 100%;
    }

    .footer .inner .innerbox:nth-child(1) {
        display: none;
    }

    .footer .inner .innerbox .addressr {
        line-height: 28px;
    }
}

.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("/themes/Default/css/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("/themes/Default/css/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("/themes/Default/css/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("/themes/Default/css/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
}

body.loaded .second-banner .bg {
    transform: scale(1)
}

.second-banner.about .bg {
    background: url("../img/page/关于我们.jpg") no-repeat center center;
    background-size: cover
}

.second-banner.news .bg {
    background: url("../img/page/公司新闻.jpg") no-repeat center center;
    background-size: cover
}

.second-banner.party .bg {
    background: url("../img/page/党建文化.jpg") no-repeat center center;
    background-size: cover
}

.second-banner.business-classify .bg {
    background: url("../img/page/second-banner-business-classify.png") no-repeat center center;
    background-size: cover
}

.second-banner.express .bg {
    background: url("../img/page/second-banner-express.png") no-repeat center center;
    background-size: cover
}

.second-banner.situation .bg {
    background: url("../img/page/second-banner-situation.png") no-repeat center center;
    background-size: cover
}

.second-banner.duty .bg {
    background: url("../img/page/second-banner-duty.png") no-repeat center center;
    background-size: cover
}

.second-banner .title {
    position: absolute;
    bottom: 32%;
    width: 570px;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    line-height: normal;
    text-align: center;
    padding: 40px 0;
    transform-origin: bottom center
}

.second-banner .title .t1 {
    position: relative;
    font-size: 46px;
    padding: 0 0 5px;
    text-transform: Uppercase;
}

.second-banner .title .t3 {
    width: 50%;
    margin: 10px auto;
    height: 2px;
    background-color: #fff;
    position: relative;
}

.second-banner .title .t3line {
    width: 50%;
    position: absolute;
    top: -1px;
    left: 25%;
    height: 4px;
    background-color: #fff;
}

.second-banner .title .t2 {
    position: relative;
    font-size: 24px;
    text-transform: Uppercase;
}

.second-banner .title i {
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    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: #d6000f
}

.second-banner .title span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.second-banner .title span:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #0068b7;
    background-color: rgba(1, 104, 183, 0.6);
}

.tabs {
    position: relative;
    line-height: 60px;
    height: auto;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    width: 80%;
}

.tabs__box {
    position: relative;
    top: -56px
}

.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("../img/icon/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("../img/icon/history-arrow-right.png")
}

.tabs__bg {
    width: 80%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 10%;
    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;
    margin: 0 80px;
    z-index: 22;
}

.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;
    width: 30%;
    border-radius: 2px;
}

.tabs .tab img {
    height: 34px;
    vertical-align: bottom;
}

.tabs .tab .imgw {
    display: none;
}

.tabs .tab a {
    font-size: 24px;
    display: block;
    padding: 0 30px
}

body.pc .tabs .tab-content.hovered .tab:hover,body.pc .tabs .tab:hover {
    background-color: #0068b7
}

body.pc .tabs .tab-content.hovered .tab:hover a,body.pc .tabs .tab:hover a {
    color: #fff
}

.tabs .tab.active {
    background-color: #0068b7
}

.tabs .tab.no {
    background-color: transparent;
}

.tabs .tab.active .imgw,.tabs .tab:hover .imgw {
    display: inline-block;
}

.tabs .tab.active .imgb,.tabs .tab:hover .imgb {
    display: none;
}

.tabs .tab.active a {
    color: #fff
}

.tabs .tab.no a {
    color: #000;
}

.tabs .tab.no .imgb {
    display: inline-block;
}

.tabs .tab.no .imgw {
    display: none;
}

@media screen and (max-width: 1024px) {
    .tabs .tab img {
        height: 20px;
    }

    .tabs .tab:hover .imgw {
        display: none;
    }

    .tabs .tab:hover .imgb {
        display: inline-block;
    }
}

@media screen and (max-width: 500px) {
    .tabs .tab {
        width: 130px;
    }
}

[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;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 4px;
    vertical-align: top;
    transition: all 300ms ease;
    background-color: #f0f0f0;
}

.page-pagination div {
    background-color: transparent;
}

.page-pagination a:hover,.page-pagination a.active,.page-pagination div:hover,.page-pagination div.active {
    background-color: #0068b7;
    color: #fff;
    border-color: #0068b7
}

.page-pagination a.prev,.page-pagination div.prev {
    background-image: url("../img/icon/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("../img/icon/pagination-1-1.png")
}

.page-pagination a.next,.page-pagination div.next {
    background-image: url("../img/icon/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("../img/icon/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("../img/icon/pagination-1.png")
}

.page-pagination a.disabled.next,.page-pagination div.disabled.next {
    background-image: url("../img/icon/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 18px
    }

    .header.black>.inner .lang,.header.black>.inner .header-link {
        padding: 35px 20px 19px 0
    }

    .header.black>.inner .music {
        margin-top: 36px
    }

    .header.black>.inner .logo {
        padding-top: 1px
    }

    .header.black>.inner .logo img {
        height: 80px
    }

    .header>.inner .lang,.header>.inner .header-link {
        float: right;
        font-size: 16px;
        padding: 43px 20px 27px 0
    }

    .header>.inner .lang span {
        margin: 0 30px 0 20px
    }

    .header>.inner .music {
        margin: 44px 0 0 10px;
    }

    .header>.inner .logo {
        padding-top: 1px
    }

    .header>.inner .logo img {
        height: 80px;
        width: auto
    }

    .header>.inner .nav {
        position: relative;
        font-size: 16px;
        float: right;
        *zoom:1}

    .header>.inner .nav>li>a {
        min-width: 80px;
        padding: 43px 18px 27px 18px;
    }

    .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 16px
    }

    .header>.inner .logo img.white {
        display: none
    }

    .header>.inner .logo img.red {
        display: block
    }

    .header.black>.inner .lang,.header.black>.inner .header-link {
        padding: 23px 20px 9px 0
    }

    .header.black>.inner .music {
        margin-top: 25px
    }

    .header.black>.inner .logo {
        padding-top: 10px
    }

    .header.black>.inner .logo img {
        height: 38px
    }

    .header>.inner .lang,.header>.inner .header-link {
        float: right;
        font-size: 16px;
        padding: 35px 20px 15px 0
    }

    .header>.inner .lang span {
        margin: 0 30px 0 20px
    }

    .header>.inner .music {
        margin: 37px 0 0 5px;
    }

    .header>.inner .logo {
        padding-top: 14px
    }

    .header>.inner .logo img {
        height: 45px;
        width: auto
    }

    .header>.inner .nav {
        position: relative;
        font-size: 16px;
        float: right;
        *zoom:1}

    .header>.inner .nav>li>a {
        min-width: 80px;
        padding: 35px 20px 15px 20px;
    }

    .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;
        width: 200px;
        padding: 12px 0
    }

    .second-banner .title i {
        width: 30px;
        height: 35px;
        left: -15px
    }

    .second-banner .title .t1 {
        font-size: 21px;
        padding: 0 0 0px;
    }

    .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("/themes/Default/css/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("../img/icon/mobile-menu-icon.png")
    }

    .mobile-header.black .logo {
        background-image: url("../img/pubic/logo_red.png")
    }

    .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 {
        width: 156px;
        height: 33px;
        background: url("../img/pubic/logo_red.png") no-repeat center center;
        background-size: cover;
        float: left
    }

    .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("../img/icon/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("../img/icon/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;
        width: auto;
        text-decoration: underline;
    }

    .mobile-side-menu .inner .lang a.active {
        color: #0068b7;
        border-color: #0068b7
    }

    .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: 33px;
        vertical-align: top
    }

    .mobile-side-menu .inner .nav {
        font-size: 15px;
        color: #666
    }

    .mobile-side-menu .inner .nav li.active>a {
        background-color: #0068b7;
        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("../img/icon/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 0.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 0.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 0.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: rgba(255,255,255,.5);
    cursor: pointer;
    margin: 6px 0 0;
    transition: all 300ms ease;
    border-radius: 4px;
}

body[data-page=index] .parts .controls div:hover {
    background-color: #ffffff
}

body[data-page=index] .parts .controls div:hover.prev {
    background-image: url("../img/icon/home-3-w.png");
    background-size: 100%;
}

body[data-page=index] .parts .controls div:hover.next {
    background-image: url("../img/icon/home-4-w.png");
    background-size: 100%;
}

body[data-page=index] .parts .controls div.prev {
    background-image: url("../img/icon/home-3.png");
    background-size: 100%;
}

body[data-page=index] .parts .controls div.next {
    background-image: url("../img/icon/home-4.png");
    background-size: 100%;
}

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,.go-down {
    z-index: 1;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    animation: bounce 3s infinite;
    cursor: pointer
}

.go-down {
    color: #000000;
    bottom: 10px;
}

.go-down-img {
    margin-top: 6px;
    height: 12px;
    background: url(../img/icon/down.png) center center no-repeat;
    background-size: auto 100%;
    text-align: center;
}

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: 0;
    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("../img/index/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%;
    background: url(../img/index/home-part-2-4.png) no-repeat left bottom;
    background-size: 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: 200px;
    background-color: #003A8F;
    margin: 30px 0
}

body[data-page=index] .part-2 .right .t3 {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    text-indent: 2em;
}

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("../img/icon/home-3-1-w.png")
}

body.pc[data-page=index] .part-4-pagination div:hover.next {
    background-image: url("../img/icon/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("../img/icon/home-3-1.png")
}

body.mobile[data-page=index] .part-4-pagination div:active.next {
    background-image: url("../img/icon/home-4-1.png")
}

body[data-page=index] .part-4-pagination div.prev {
    background-image: url("../img/icon/home-3-1.png")
}

body[data-page=index] .part-4-pagination div.next {
    background-image: url("../img/icon/home-4-1.png")
}

body[data-page=index] .part.p4 {
    background: url("../img/index/part-4-1.png") no-repeat bottom center;
    background-size: 100%;
}

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 .swiper-slide:nth-child(2n) {
    padding-top: 6.4%;
}

@media screen and (max-width: 1024px) {
    body[data-page=index] .part-4 .swiper-slide:nth-child(2n) {
        padding-top: 0px;
    }
}

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: #0068b7;
    color: #ffffff;
}

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: 10% 8%;
    transition: all 300ms ease;
    overflow: hidden;
    box-shadow: 0px 0px 15px 0px rgba(1, 104, 183, 0.15);
    color: #4a4a4a;
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content .tt0 {
    border-bottom: 1px solid #4A4A4A;
    display: flex;
    align-items: center;
    padding-bottom: 10%;
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content:hover .tt0 {
    border-bottom: 1px solid #ffffff;
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content .tt0 .t0-left {
    font-size: 78px;
    margin-right: 10px;
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content .tt0 .t0-right {
    font-size: 22px;
    line-height: 32px;
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content .tt0 .t0-right {
    font-size: 22px;
    line-height: 32px;
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content .tt1 {
    font-size: 21px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 30px 0 20px;
    height: 60px;
    line-height: 30px;
    font-weight: bold;
}

body[data-page=index] .part-4 .home-news-item .home-news-item-content .tt2 {
    font-size: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 104px;
    line-height: 26px;
}

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: 22px;
    color: #444;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    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: 40px;
    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: 10px;
    width: 150px;
    display: inline-block;
    background-color: #8e8e8e;
    vertical-align: middle;
    margin: 0 10px;
    background: url(../img/index/linel.png) no-repeat center center;
    background-size: 100% auto;
}

body[data-page=index] .part-4 .t .t2 .tr {
    background: url(../img/index/liner.png) no-repeat center center;
    background-size: 100% auto;
}

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("../img/index/home-part-5-1.png") 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: #0068b7;
    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;
    /*text-indent:2em*/
}

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 (min-width: 2500px) {
}

@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: 34px;
        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;
        height: 66%;
        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: #0068b7;
        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: calc(100% - 85px);
    background: url("../img/page/home-part-3-1.png") 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-item {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% / 3);
    height: 50%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.index-part-3 .contents .content-item:nth-child(4),.index-part-3 .contents .content-item:nth-child(5),.index-part-3 .contents .content-item:nth-child(6) {
    top: 50%;
}

.index-part-3 .contents .content-item:nth-child(2),.index-part-3 .contents .content-item:nth-child(5) {
    left: 33.33%;
}

.index-part-3 .contents .content-item:nth-child(3),.index-part-3 .contents .content-item:nth-child(6) {
    left: 66.66%;
}

body[data-page=index] .content-item {
    border-right: 1px solid rgba(255,255,255,.1);
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.content-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.content-item:hover .content-bg {
    opacity: 1;
}

.content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content-mask {
    background-color: rgba(0, 59, 143, .2);
}

body[data-page=index] .content-mask {
    background-color: rgba(0, 59, 143, .4);
}

.content-mask:hover,body[data-page=index] .content-mask:hover {
    background-color: rgba(0, 59, 143, 0);
}

.content-box img {
    height: 50px;
    margin-bottom: 20px;
    animation: scaleDraw linear 3s infinite;
    -webkit-animation: scaleDraw linear 3s infinite;
}

.content-box:hover img {
    animation: translatexy linear 2s infinite;
    -webkit-animation: translatexy linear 2s infinite;
}

@keyframes scaleDraw {
    /*å®šä¹‰å…³é”®å¸§ã€scaleDrewæ˜¯éœ€è¦ç»‘å®šåˆ°é€‰æ‹©å™¨çš„å…³é”®å¸§åç§°*/
    0% {
        transform: scale(1);
        /*å¼€å§‹ä¸ºåŽŸå§‹å¤§å°*/
    }

    25% {
        transform: scale(1.1);
        /*æ”¾å¤§1.1å€*/
    }

    50% {
        transform: scale(1);
    }

    75% {
        transform: scale(1.1);
    }
}

.content-box a {
    font-size: 22px;
    color: #FFFFFF;
    text-align: center;
}

.content-box:hover a {
    /* transform: translateY(-20px); */
    animation: translatexy linear 2s infinite;
    -webkit-animation: translatexy linear 2s infinite;
    color: #FFFFFF;
}

@keyframes translatexy {
    /*å®šä¹‰å…³é”®å¸§ã€scaleDrewæ˜¯éœ€è¦ç»‘å®šåˆ°é€‰æ‹©å™¨çš„å…³é”®å¸§åç§°*/
    0% {
        transform: translateY(-0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.index-part-3 .contents .content {
    width: 25%;
    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 {
    /*background-color:#d6000f;color:#fff;border-color:#d6000f;*/
    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("/themes/Default/css/images/home-part-3-2.jpg")
}

.index-part-3 .contents .content.c2 {
    left: 25%
}

.index-part-3 .contents .content.c2 .detail {
    background-image: url("/themes/Default/css/images/home-part-3-3.jpg")
}

.index-part-3 .contents .content.c3 {
    left: 50%
}

.index-part-3 .contents .content.c3 .detail {
    background-image: url("/themes/Default/css/images/home-part-3-4.jpg")
}

.index-part-3 .contents .content.c4 {
    left: 75%;
    border-right: 0
}

.index-part-3 .contents .content.c4 .detail {
    background-image: url("/themes/Default/css/images/home-part-3-5.jpg")
}

@media screen and (max-width: 1680px) {
    .index-part-3 {
        top: 75px;
        height: calc(100% - 75px);
    }

    .index-part-3 .contents .content .t1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 1366px) {
    .index-part-3 {
        top:55px;
        height: calc(100% - 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: 40px 0 0
}

body[data-page=about] .main.about_1 .main-title {
    font-size: 2.5rem;
    color: #0068b7;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 36px;
    text-align: center;
}

body[data-page=about] .main.about_1 .main-content {
    border-top: 1px solid #f0f0f0;
    padding: 40px 0;
    border-bottom: 1px solid #f0f0f0;
}

body[data-page=about] .main .main-date {
    font-size: 1.5rem;
    color: #707070;
    margin-bottom: 20px;
    margin-top: -14px;
    text-align: center;
}

body[data-page=about] .main .news-more {
    padding-top: 10px;
}

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: 0em;
    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 .t1.details {
    box-shadow: 10px 0 30px 10px rgba(0,0,0,.2);
    padding: 4% 2%;
    margin-top: -40px;
}

body[data-page=about] .about_1 .t5 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto 20px;
}

.party-title {
    font-size: 32px;
    text-align: center;
    font-weight: bolder;
    color: #003A8F;
}

.party-title span {
    display: inline-block;
    width: 282px;
    border-bottom: 1px solid #0168B7;
    padding-bottom: 20px;
}

.party-content {
    font-size: 16px;
    line-height: 24px;
    margin: 40px 0;
}

.slideTxtBox {
    width: 100%;
    margin-top: 40px;
}

.slideTxtBox .hd ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideTxtBox .hd ul li {
    width: 20%;
    max-width: 300px;
    margin-right: 5%;
    text-align: center;
    color: #003A8F;
    cursor: pointer;
    font-size: 18px;
    font-weight: bolder;
    padding: 14px 0;
    border-radius: 6px;
}

.main .content .slideTxtBox .hd ul li {
    width: auto;
    margin-right: 0;
    padding: 14px 16px;
    font-size: 20px;
}

.slideTxtBox .hd ul li.on {
    background-color: #003A8F;
    color: #fff;
    position: relative;
}

.slideTxtBox .hd ul li.on::after {
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -14px;
    height: 0;
    width: 0;
    border-top: 14px solid #003A8F;
    border-bottom: 14px solid transparent;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    content: "";
}

.slideTxtBox .bd ul {
    padding: 40px 0;
    zoom:1; }

.slideTxtBox .bd li {
    line-height: 24px;
    font-size: 16px;
    text-indent: 2em;
    text-align: justify;
}

.slideTxtBox .bd li p {
    margin-bottom: 10px;
    line-height: 30px;
}

.slideTxtBox .bd li img {
    max-width: 100%;
    height: auto !important;
}

body[data-page=about] .about_1 .honor-list {
    margin-bottom: 60px;
}

body[data-page=about] .about_1 .honor-item {
    background-color: #E6F0F8;
    float: left;
    width: 31%;
    padding: 2% 1.4%;
    margin-right: 3%;
    margin-bottom: 20px;
}

body[data-page=about] .about_1.party .honor-item {
    background-color: transparent;
}

body[data-page=about] .about_1.party .honor-item div {
    text-align: center;
    margin: 10px 0;
    font-size: 16px;
}

body[data-page=about] .about_1 .honor-item:nth-child(3n) {
    margin-right: 0;
}

body[data-page=about] .about_1 .honor-item img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    body[data-page=about] .about_1 .t5 {
        width: 96%;
    }

    .slideTxtBox .hd ul li,.main .content .slideTxtBox .hd ul li {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .party-title {
        font-size: 20px;
    }

    .party-content {
        font-size: 14px;
    }

    .slideTxtBox .bd li {
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    body[data-page=about] .about_1 .honor-item {
        width: 48%;
    }

    body[data-page=about] .about_1 .honor-item:nth-child(3n) {
        margin-right: 2%;
    }

    body[data-page=about] .about_1 .honor-item:nth-child(2n) {
        margin-right: 0;
    }

    body[data-page=about] .about_1.party .honor-item div {
        font-size: 12px;
    }

    .party-title,.slideTxtBox .hd ul li,.main .content .slideTxtBox .hd ul li {
        font-size: 14px;
    }

    .party-title span {
        width: 126px;
        padding-bottom: 10px;
    }

    .party-content {
        margin: 20px 0;
    }

    .slideTxtBox .bd ul {
        padding: 20px 0;
    }
}

body[data-page=about] .main.about_1 .t4 {
    width: 80%;
    margin: 20px auto 40px;
}

body[data-page=about] .main.about_1 .t4 img {
    width: 100%;
}

body[data-page=about] .main.about_1 .t2 {
    margin: 70px 0 0;
    height: 348px;
    background: url("/themes/Default/css/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("/themes/Default/css/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;
}

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: -40px;
    right: 90%;
    text-align: right;
}

body[data-page=about] .main.about_1 .t3_item.i1 i {
    right: -42px;
    bottom: -42px
}

body[data-page=about] .main.about_1 .t3_item.i2 {
    position: absolute;
    top: -40px;
    left: 90%
}

body[data-page=about] .main.about_1 .t3_item.i2 i {
    left: -42px;
    bottom: -42px
}

body[data-page=about] .main.about_1 .t3_item.i3 {
    position: absolute;
    top: 140px;
    right: 110%;
    text-align: right
}

body[data-page=about] .main.about_1 .t3_item.i3 i {
    right: -47px;
    bottom: 0
}

body[data-page=about] .main.about_1 .t3_item.i4 {
    position: absolute;
    top: 140px;
    left: 110%
}

body[data-page=about] .main.about_1 .t3_item.i4 i {
    left: -47px;
    bottom: 0
}

body[data-page=about] .main.about_1 .t3_item.i5 {
    position: absolute;
    bottom: -20px;
    right: 90%;
    text-align: right
}

body[data-page=about] .main.about_1 .t3_item.i5 i {
    right: -30px;
    top: -30px
}

body[data-page=about] .main.about_1 .t3_item.i6 {
    position: absolute;
    bottom: -20px;
    left: 90%
}

body[data-page=about] .main.about_1 .t3_item.i6 i {
    left: -30px;
    top: -30px
}

body[data-page=about] .main.about_1 .leader-bg {
    padding: 100px 0 20px;
    background: url(../img/page/leader1.png) no-repeat center center;
    background-size: cover;
    position: relative;
}

@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: 0em;
        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: 100%;
    width: 100%;
    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 .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: #0068b7;
    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("../img/page/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("/themes/Default/css/images/nopic2.jpg");
    background-size: 100% 100%;
    border: none;
}

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;
    /*text-indent:2em;*/
    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("/themes/Default/css/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("/themes/Default/css/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: #0068b7
}

@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: #0068b7
    }

    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 .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: #0068b7
}

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;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
}

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: #fff;
    padding: 1%;
    border: 1px solid #0068b7;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #0068b7;
}

body[data-page=news] .news-list .news-item .t0 .t0-left {
    font-size: 78px;
    margin-right: 10px;
}

body[data-page=news] .news-list .news-item .t0 .t0-right {
    font-size: 22px;
    line-height: 32px;
}

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: 17px;
    margin: 50px 0 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 .t2:nth-child(2) {
    font-size: 20px;
}

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: 80px;
    bottom: 20px;
    width: 95px;
    height: 41px;
    background: url(../img/icon/news-2.jpg) no-repeat center center;
    background-size: 100%;
    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;
    border: 1px solid #0168B7;
    background-color: #0168B7;
    color: #ffffff;
}

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: #0168B7
}

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-list .news-item .t0 .t0-left {
        font-size: 34px;
        margin-right: 6px;
    }

    body[data-page=news] .news-list .news-item .t0 .t0-right {
        font-size: 12px;
        line-height: 16px;
    }

    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: 30px 0 0 0;
        line-height: 22px;
        -webkit-line-clamp: 1
    }

    body[data-page=news] .news-list .news-item .t2:nth-child(2n) {
        font-size: 16px;
    }

    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] img {
    max-width: 100%;
}

body[data-page=business-classify] .mainbg {
    background: #fff url(../img/page/business1.png) no-repeat center bottom;
    background-size: 100% auto;
}

body[data-page=business-classify] .main {
    position: relative;
    top: -50px;
    width: 1100px;
    margin: 0 auto;
}

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: 520px;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0, 0, 0, 0.15);
    display: none;
}

body[data-page=business-classify] .content {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding: 60px 50px 20px;
    font-size: 16px;
    line-height: 30px;
    background-color: #FFF;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

body[data-page=business-classify] .content .t1 {
    text-indent: 2em;
    text-align: justify
}

body[data-page=business-classify] .content .t2 {
    padding: 60px 0 40px;
    color: #003A8F;
    font-size: 34px;
}

body[data-page=business-classify] .content .t2 img {
    max-width: 100%
}

body[data-page=business-classify] .content .t2 h3 {
    font-size: 18px;
    margin: 10px 0;
}

body[data-page=business-classify] .content .t2 h4 {
    width: 160px;
    height: 1px;
    background-color: #0168B7;
}

body[data-page=business-classify] .content .t3 {
    padding-bottom: 50px;
    color: #fff;
}

body[data-page=business-classify] .content .t3 h2 {
    clear: both;
    padding-left: 10px;
}

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: 40%;
    float: left;
    padding: 10px;
    text-align: justify
}

body[data-page=business-classify] .content .t3_item body[data-page=business-classify] .content .t3_item_t1 {
    font-size: 24px;
    color: #0068b7;
    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 .t3 span {
    display: inline-block;
    padding-top: 300px;
}

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: 0px solid #bdb6a9;
    padding-bottom: 30px;
    text-indent: 2em;
}

body[data-page=business-classify] .content .t5 p a {
    text-decoration: underline;
}

body[data-page=business-classify] .content .t5 p {
    margin: 20px 0;
}

body[data-page=business-classify] .content .t1 p {
    margin: 20px 0;
}

body[data-page=business-classify] .content .t5_1 {
    font-size: 24px;
    color: #0068b7;
    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("/themes/Default/css/images/business-classify-0.png") no-repeat center center
}

body.pc[data-page=business-classify] .content .t6_item:hover .t6_item_content {
    background-color: #0068b7;
    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] .content .t7 {
    background-color: rgba(1, 104, 183, 0.8);
    padding: 0 10%;
}

body[data-page=business-classify] .content .t7 .item {
    width: 33.33%;
    float: left;
}

body[data-page=business-classify] .content .t7 .img {
    width: 40px;
    float: left;
    margin: 40px 20px;
    vertical-align: middle;
}

body[data-page=business-classify] .content .t7 .right {
    float: left;
    text-align: left;
    color: rgba(255,255,255,1);
    margin-top: 40px;
    line-height: 22px;
    opacity: .6;
}

body[data-page=business-classify] .content .t7 .right:hover,body[data-page=business-classify] .content .t7 .right a:hover {
    opacity: 1;
    color: #fff;
}

body[data-page=business-classify] .content .tblock {
    background-color: #F9F9F9;
    margin: 10px auto;
    padding: 2% 4%;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body[data-page=business-classify] .content .tb-left {
    width: 50%;
    padding-top: 2%;
}

body[data-page=business-classify] .content .tb-left .tb-content {
    width: 80%;
    font-size: 16px;
    max-width: 400px;
    margin-top: 20px;
}

body[data-page=business-classify] .content .tb-left .tb-title h2 {
    font-size: 24px;
    color: #003A8F;
}

body[data-page=business-classify] .content .tb-left .tb-title h3 {
    font-size: 16px;
    color: #003A8F;
}

body[data-page=business-classify] .content .tb-left .tb-title h4 {
    width: 160px;
    height: 1px;
    background-color: #0168B7;
}

body[data-page=business-classify] .content .tb-right {
    width: 50%;
}

body[data-page=business-classify] .content .tb-right img {
    width: 100%;
}

@media screen and (max-width: 800px) {
    body[data-page=business-classify] .content .tblock {
        flex-direction: column;
        align-items: flex-start;
    }

    body[data-page=business-classify] .content .tb-left .tb-title h2 {
        font-size: 14px;
    }

    body[data-page=business-classify] .content .tb-left .tb-title h3,body[data-page=business-classify] .content .tb-left .tb-content {
        font-size: 12px;
    }

    body[data-page=business-classify] .content .tb-left .tb-content {
        width: 100%;
    }

    body[data-page=business-classify] .content .tb-left {
        width: 100%;
        position: relative;
    }

    body[data-page=business-classify] .content .tb-right {
        width: 80%;
        margin: 20px 20px 20px 0;
    }
}

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("/themes/Default/css/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
}

body[data-page=business-classify] .map-box {
    margin-top: -20px;
}

body[data-page=business-classify] .map {
    height: 500px;
}

body[data-page=business-classify] .map-content {
    margin: 40px auto;
}

.map-block {
    display: flex;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    justify-content: space-between;
    align-items: center;
}

.map-block-left {
    width: 48%;
    padding: 4% 8%;
}

.map-block-line {
    width: 1px;
    height: 180px;
    background-color: #dddddd;
}

.map-block-right {
    padding: 4% 5%;
}

.map-block-right img {
    width: 162px;
}

.map-block-right div {
    width: 162px;
    text-align: center;
}

.map-item {
    float: left;
    width: 48%;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    padding: 4% 8%;
    margin-right: 4%;
    margin-top: 30px;
}

.map-item:nth-child(2n) {
    margin-right: 0;
}

.map-item-title {
    font-size: 26px;
    margin-bottom: 20px;
}

.map-list::after {
    clear: both;
    display: block;
    content: '';
}

@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 20px;
        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=business-classify] .map-box {
        margin-top: 0;
    }

    body[data-page=business-classify] .map {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    body[data-page=business-classify] .map {
        height: 200px;
    }

    body[data-page=business-classify] .map-item-title {
        font-size: 16px;
    }

    .map-block {
        flex-direction: column;
    }

    .map-block-line,.map-block-right {
        display: none;
    }

    .map-list .map-item,.map-block-left {
        width: 100%;
    }
}

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: #0068b7;
    color: #fff;
    font-weight: 600;
}

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 0
}

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 .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: #0068b7;
    color: #fff;
    margin: 0 auto
}

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: #0068b7;
    text-align: center;
    padding: 0 0 30px;
    font-weight: 600;
}

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: 0em;
    font-size: 20px;
    font-weight: 600;
    color: #0068b7;
    padding-left: 16px;
    margin: 20px 0px 14px 0px;
    border-left: 6px solid #0068b7;
}

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: #9f8b63;
    border-bottom: 3px solid #bdb6a9;
    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 10px;
    *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: #0068b7;
    padding: 20px 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: 0px auto;
    }

    body[data-page=express] .express-modal .et1 {
        font-size: 16px;
        padding: 15px 0
    }

    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 .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] .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 .t2 {
        font-size: 13px;
        line-height: 24px
    }

    body[data-page=express] .express-detail .t2 h3 {
        line-height: 16px;
        text-indent: 0em;
        font-size: 16px;
        padding-left: 14px;
        margin: 16px 0px 12px 0px;
        border-left: 4px solid #0068b7;
    }

    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
    }

    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: #0068b7;
    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: #3281bd;
    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: #0068b7;
    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: #0068b7
}

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: #0068b7;
    border-bottom-color: #0068b7
}

@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: #0068b7;
        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: #0068b7
    }

    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: #0068b7;
        border-bottom-color: #0068b7
    }

    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,#0068b7 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: #0068b7
}

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 #0068b7
}

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: #0068b7
}

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: #0068b7
}

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: #0068b7;
    border-bottom-color: #0068b7
}

body[data-page=capital] .capital-detail .t6 .tabs .tab:hover {
    background: 0 0;
    color: #0068b7
}

@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: #0068b7;
    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: #0068b7;
    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: #0068b7;
    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: #0068b7;
    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: #0068b7
}

body[data-page=contact] .contact-detail .t2 {
    padding: 0 0 20px
}

body[data-page=contact] .contact-detail .t2_1 {
    font-size: 18px;
    color: #0068b7;
    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: #3e95d7;
    color: #fff;
    display: block;
    padding: 30px 25px;
    margin: 0 18px
}

body[data-page=contact] .contact-detail .t2_2 a {
    position: relative;
    background-color: #0068b7;
    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: #3e95d7
}

body[data-page=contact] .contact-detail .t3_1 {
    font-size: 18px;
    color: #0068b7;
    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: #0068b7;
    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 rgba(0,0,0,.0);
    color: #000;
    background-color: rgba(0,0,0,.04);
}

body[data-page=duty] .duty-3-detail .items .item .t1 {
    font-size: 34px;
    line-height: 34px;
    padding: 50px 0 0 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("/themes/Default/css/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("/themes/Default/css/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-detail p {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    padding: 0 0 15px;
    text-align: justify
}

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: #0068b7
}

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 rgba(255,255,255,1);
        color: #000;
        background-color: rgba(0,0,0,.0);
    }

    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: 15px;
        line-height: 15px;
        padding: 20px 12px 0 0;
        text-align: right
    }

    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("/themes/Default/css/images/duty-1-2.jpg") top center;
        height: auto;
        background-size: cover;
        padding: 40px 0
    }

    body[data-page=duty] .duty-1-detail p {
        font-size: 13px;
        line-height: 24px;
        padding: 0 0 15px
    }

    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;
    background: url(../img/page/second-banner-contact.png) no-repeat center center;
    background-size: cover;
}

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: #0068b7;
    color: #fff
}

body[data-page=join] .join-tabs .join-tab.active {
    background-color: #0068b7;
    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("/themes/Default/css/images/join-4.jpg")
}

body[data-page=join] .join-2.join-2-2 {
    background-image: url("/themes/Default/css/images/join-5.jpg")
}

body[data-page=join] .join-2.join-2-3 {
    background-image: url("/themes/Default/css/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: 0px;
    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 .inner-swiper.swiper-container .t3 {
    background-color: rgba(1, 104, 183, 0.3);
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .t3 h4 {
    background-color: rgba(1, 104, 183, 0.6);
    line-height: 100px;
    font-size: 30px;
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .tt {
    padding: 5% 0 5% 4%;
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .t3 .item {
    float: left;
    width: 33.33%;
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .tt ul::after,body[data-page=join] .join-2 .inner-swiper.swiper-container .bottom::after {
    clear: both;
    display: block;
    content: "";
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .t3 .img {
    width: 38px;
    float: left;
    margin: 46px 16px 35px;
    vertical-align: middle;
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .t3 img {
    max-width: 100%;
}

body[data-page=join] .join-2 .inner-swiper.swiper-container .t3 .right {
    float: left;
    text-align: left;
    color: rgba(255,255,255,1);
    margin-top: 40px;
    line-height: 22px;
}

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-2 .swiper-button-next {
    width: 40px;
    right: -50px;
    background-image: url(../img/icon/rightw.png);
    background-size: 100%;
}

body[data-page=join] .join-2 .swiper-button-next:hover {
    background-image: url(../img/icon/rightb.png);
}

body[data-page=join] .join-2 .swiper-button-prev {
    width: 40px;
    left: -50px;
    background-image: url(../img/icon/leftw.png);
    background-size: 100%;
}

body[data-page=join] .join-2 .swiper-button-prev:hover {
    background-image: url(../img/icon/leftb.png);
}

body[data-page=join] .join-2 .swiper-pagination {
    width: 90%;
    bottom: -40px;
}

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("/themes/Default/css/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;
    /*background-color:#0068b7;*/
    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:#1085dd;*/
    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;
        /*height:337px*/
    }

    body[data-page=join] .join-2 .inner-swiper-box .inner-swiper.swiper-container .t0 {
        height: auto;
        /*height:337px*/
    }

    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:80vw;
        padding: 0 25px
    }

    body[data-page=join] .join-2 .inner-swiper-box:before {
        height: auto;
        /*height:337px*/
    }

    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 .swiper-button-next {
        right: -20px;
    }

    body[data-page=join] .join-2 .swiper-button-prev {
        left: -20px;
    }

    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-2 .inner-swiper.swiper-container .t3 h4 {
        font-size: 18px;
        line-height: 60px;
    }

    body[data-page=join] .join-2 .inner-swiper.swiper-container .t3 .item {
        width: 100%;
    }

    body[data-page=join] .join-2 .inner-swiper.swiper-container .t3 .img {
        width: 20px;
        margin: 20px;
    }

    body[data-page=join] .join-2 .inner-swiper.swiper-container .t3 .right {
        margin-top: 10px;
        font-size: 12px;
    }

    body[data-page=business-classify] .content .t2 {
        font-size: 16px;
    }

    body[data-page=business-classify] .content .t2 h3 {
        font-size: 12px;
        margin: 0;
    }

    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: #0068b7;
        color: #fff
    }
}

@media screen and (max-width: 1000px) {
    body[data-page=business-classify] .content .t7 .item {
        width: 100%;
    }

    body[data-page=business-classify] .content .t3 {
        color: #707070;
    }
}

@media screen and (max-width: 400px) {
    body[data-page=join] .join-2 .inner-swiper-box {
        width:100vw;
    }

    body[data-page=join] .join-2 .swiper-button-next,body[data-page=join] .join-2 .swiper-button-prev {
        width: 20px;
    }

    body[data-page=join] .join-2 .inner-swiper.swiper-container .t3 h4 {
        font-size: 14px;
    }
}

/*20200113*/
.height100 {
    height: 100px
}

.design {
    font-size: 12px;
    color: rgba(191,191,191,.5)
}

@media screen and (max-width: 1024px) {
    .design {
        font-size: 10px;
    }
}

/*20200304*/
body[data-page=business-classify] .content .button {
    display: block;
    background-color: #0068b7;
    color: #fff;
    font-size: 16px;
    width: 240px;
    padding: 16px 0;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0,0,0,.0);
    cursor: pointer;
    transition: all 600ms ease
}

body[data-page=business-classify] .content .button:hover {
    background-color: #3e95d7;
    width: 300px;
    margin: 0 auto 0;
    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 .button {
        font-size:14px;
        width: 200px;
        padding: 12px 0;
    }
}

body[data-page=express] .express-detail .t7 {
    border-bottom: 0px solid #bdb6a9;
    padding: 60px 0 40px;
    text-align: center;
}

body[data-page=express] .express-detail .button {
    display: block;
    background-color: #0068b7;
    color: #fff;
    font-size: 16px;
    width: 240px;
    padding: 16px 0;
    margin: 0 auto;
    border-radius: 100px;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0,0,0,.0);
    cursor: pointer;
    transition: all 600ms ease
}

body[data-page=express] .express-detail .button:hover {
    background-color: #3e95d7;
    width: 300px;
    margin: 0 auto 0;
    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>.inner .header-link {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0;
    padding-right: 0;
    margin-left: 10px;
}

.header>.inner .header-link:hover {
    color: #ffffff;
}

.header.black>.inner .header-link {
    border-bottom: 1px solid #000000;
    padding-bottom: 0;
    padding-right: 0;
    margin-left: 10px;
}

.header.black>.inner .header-link:hover {
    color: #000000;
}

.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;
    max-width: 100%;
}

.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 10px;
        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;
        max-width: 100%;
    }
}

/*20200310*/
.searchbox {
    padding: 35px;
    border-top: 0px solid #dadada;
    border-bottom: 1px solid #dadada;
    text-align: center;
    margin-top: 0px;
}

.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("/themes/Default/css/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;
}

.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;
}

.searchbox button {
    font-size: 16px;
    background-color: #0068b7;
    height: 42px;
    border-radius: 5px;
    border: 0;
    color: #fff;
    -webkit-appearance: none;
    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: #0068b7;
    font-weight: 700;
}

@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;
    }
}

.search-list {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 40px 0;
}

.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("/themes/Default/css/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: #0068b7
}

.search-space {
    height: 110px
}

@media screen and (max-width: 1024px) {
    .search-list {
        padding: 10px 0 30px 0;
        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: #0068b7
    }

    .search-list .search-item:active .t4 {
        opacity: 1;
        transform: translate3d(0px,0,0);
        display: block\0
    }

    .search-space {
        height: 50px
    }
}

/*20200312*/
.course {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 150px;
}

.course-tab {
    width: 90%;
    margin-left: 10%;
}

.course-tab .item {
    float: left;
    width: calc(100% / 3);
    background: url(../img/icon/history.png) no-repeat left top;
    background-size: auto 100%;
    padding-left: 40px;
    line-height: 40px;
}

.course-tab .item div {
    font-size: 18px;
}

.course-tab .item h2 {
    font-size: 26px;
}

.course-tab::after {
    clear: both;
    display: block;
    content: "";
}

.course-content {
    border-left: 1px dashed #999;
    margin-left: 70px;
    margin-top: 50px
}

.course-content .year {
    font-size: 28px;
    color: #3176c4;
    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: #fff url(../img/icon/about-course-clock.png);
    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 #3176c4;
    border-radius: 12px;
    background-color: #fff;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 19px
}

.course-content .item span {
    display: inline-block;
    height: 0;
    border-top: 1px solid #0168B7;
    width: 30px;
    margin-right: 5px;
    vertical-align: middle;
    position: absolute;
    top: 25px;
    left: 14px;
    margin-right: 10px
}

.course-content .item>img {
    max-width: 50%;
    vertical-align: bottom;
}

.course-content .item b img {
    width: 12px;
    margin: 0 6px;
}

.course-content .item font {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .course {
        position:relative;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 30px;
    }

    .course-tab {
        margin: 60px 0 40px 5%;
        width: 90%;
    }

    .course-tab .item div {
        font-size: 12px;
    }

    .course-tab .item h2 {
        font-size: 16px;
    }

    .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 #3176c4;
        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 solid #0168B7;
        width: 30px;
        margin-right: 5px;
        vertical-align: middle;
        position: absolute;
        top: 21px;
        left: 14px;
        margin-right: 10px
    }

    .content-box img {
        width: 40px;
        height: 40px;
    }

    .content-box a {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .course-tab {
        display: none;
    }
}

/*20200313*/
.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: #3176c4;
    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: #3176c4;
    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: #3176c4
}

.mini-contents {
    padding: 10px 0 0
}

@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;
    }
}

/*20200318*/
.second-banner.life .bg {
    background: url("/themes/Default/css/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: 0px;
    right: 0px;
    background-color: rgba(214,0,15,1);
    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("/themes/Default/css/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: #0068b7
}

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
    }
}

/*20200328*/
body[data-page=express] .express-modal .bustitle {
    font-size: 16px;
    font-weight: 600;
    color: #0068b7;
    padding-left: 0px
}

@media screen and (max-width: 1024px) {
    body[data-page=express] .express-modal .bustitle {
        font-size:15px;
    }
}

/*20200412*/
.gupiao {
    width: 25%;
    z-index: 10;
    background: url("/themes/Default/css/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(.8,1);
    display: inline-block;
    margin-left: -6px;
    letter-spacing: 0.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: 768px) {
    .content-box img {
        width: 30px;
        height: 30px;
    }

    .content-box a {
        font-size: 16px;
    }
}

@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;
    }

    .content-box img {
        width: 20px;
        height: 20px;
        margin-bottom: 10px;
    }

    .content-box a {
        font-size: 14px;
    }
}

/*20200417*/
body[data-page=express] .express-detail .t6_item .t6_item_more {
    display: block;
    background-color: #FFF;
    color: #0068b7;
    text-align: center;
    float: left;
    font-size: 14px;
    width: 120px;
    padding: 6px 0;
    margin: 0 auto 20px;
    border-radius: 100px;
    border: 1px solid #0068b7;
    box-shadow: 2.5px 4.33px 20px 0 rgba(0,0,0,.0);
    cursor: pointer;
    transition: all 1200ms ease;
}

body.pc[data-page=express] .express-detail .t6_item:hover .t6_item_more {
    display: block;
    background-color: #3e95d7;
    color: #fff;
    border: 1px solid #3e95d7;
    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%;
    }
}

/*20201222*/
.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
    }
}

/*# sourceMappingURL=/css/style.css.map*/
.content-list::after,.leader-left ul::after,body[data-page=business-classify] .content .t7 ul::after,body[data-page=business-classify] .content .t3::after,.map-detail::after,.honor-list::after,.slideTxtBox .bd::after {
    clear: both;
    content: "";
    display: block;
}

body[data-page=about] .main.about_7 {
    background: url(../img/page/leader1.png) no-repeat center center;
    background-size: cover;
    margin-top: -120px;
}

body[data-page=about] .main.about_7 .leader-bg {
    position: relative;
    padding: 50px 0 100px;
    color: #fff;
    font-size: 16px;
}

body[data-page=about] .main.about_7 .leader-left {
    width: 66%;
    position: absolute;
    left: 0;
    bottom: 40px;
}

body[data-page=about] .main.about_7 .leader-left ul {
    text-align: center;
}

body[data-page=about] .main.about_7 .leader-left .bg {
    width: 100%;
    height: 260px;
    background-color: rgba(1, 104, 183, 0.6);
    margin-top: -200px;
}

body[data-page=about] .main.about_7 .leader-left img {
    width: 80%;
    height: 800px;
}

body[data-page=about] .main.about_7 .leader-left .item {
    float: left;
    width: 85%;
    margin: -4% 5%;
}

body[data-page=about] .main.about_7 .leader-right {
    width: 30%;
    color: #333;
    padding: 40px;
    position: relative;
    left: 70%;
}

body[data-page=about] .main.about_7 .title {
    font-size: 24px;
    margin: 40px 0 10px;
}

@media screen and (max-width: 1024px) {
    body[data-page=about] .main.about_7 .leader-bg {
        font-size: 12px;
    }

    body[data-page=about] .main.about_7 .leader-left {
        position: relative;
        width: 100%;
        color: #707070;
        padding: 20px 0;
        bottom: 0;
    }

    body[data-page=about] .main.about_7 .leader-left .bg {
        display: none;
    }

    body[data-page=about] .main.about_7 .leader-right {
        width: 100%;
        padding-left: 15%;
    }

    body[data-page=about] .main.about_7 .title {
        font-size: 14px;
        margin: 20px 0 0px;
    }
}

/* 企业文化1 */
.main-culture-bg {
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 40px;
}

.main-culture {
    width: 1100px;
    margin: -60px auto 0;
    font-size: 16px;
    line-height: 28px;
    color: #4a4a4a;
}

.main-culture-title {
    text-align: center;
    font-size: 30px;
    padding-top: 50px;
    color: #003A8F;
}

.main-culture-line {
    margin: 20px auto;
    height: 1px;
    background-color: #0068b7;
    width: 200px;
}

.main-culture-introduce {
    width: 80%;
    margin: 0 auto;
    text-indent: 2em;
}

.main-culture-block {
    padding: 40px 6%;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    align-items: center;
}

.main-culture-text {
    width: calc(100% - 300px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-culture-text-title {
    color: #003A8F;
    font-size: 26px;
    margin-bottom: 20px;
}

.main-culture-text-content {
    margin-bottom: 10px;
    text-align: justify;
    text-indent: 2em;
}

.main-culture-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main-culture-item {
    text-align: center;
}

.main-culture-image {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
}

.main-culture-text1 {
    width: calc(100% - 320px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-culture-image1 {
    width: 300px;
}

.main-culture-image1 img {
    width: 100%;
    max-width: 100% !important;
}

@media screen and (max-width: 1024px) {
    .main-culture {
        width: 98%;
        margin-top: 20px;
    }

    .main-culture-title {
        font-size: 18px;
        padding-top: 10px;
    }

    .main-culture-text-title,body[data-page=index] .part-4 .home-news-item .home-news-item-content .tt1 {
        font-size: 18px;
    }

    .main-culture,body[data-page=index] .part-4 .home-news-item .home-news-item-content .tt2 {
        font-size: 14px;
    }

    .main-culture-line {
        width: 160px;
    }
}

@media screen and (max-width: 600px) {
    .main-culture-text,.main-culture-text1 {
        width: 100%;
    }

    .main-culture-image,.main-culture-image1 {
        display: none;
    }
}

.box-shadow {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.08);
    padding: 0 4% 4%;
    margin-bottom: 20px;
}

.box-shadow:nth-child(1) {
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0);
    margin-bottom: 0;
}

/* 右浮动 */
.hyys_text {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.hyys_img {
    float: left;
    width: 48%;
    position: relative;
}

.hyys_img img {
    width: 100%;
    max-width: 100% !important;
}

.hyys_img_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 10px 0;
}

.hyys::after {
    clear: both;
    display: block;
    content: '';
}

@media screen and (max-width: 1024px) {
    .hyys_text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

/* 业务板块轮播图 */
body[data-page=business-classify] .swiper-container {
    padding-bottom: 40px;
}

.swiper-container-box {
    margin: 30px 0;
}

body[data-page=business-classify] .swiper-slide {
    width: 500px;
    transition-timing-function: linear;
}

/* 党建文化轮播图 */
.swiper-container-box1 {
    padding: 0 6%;
    background-color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 1023px) {
    body[data-page=business-classify] .swiper-slide {
        width: 400px;
    }
}

@media only screen and (max-width: 768px) {
    body[data-page=business-classify] .swiper-slide {
        width: 300px;
    }
}

@media only screen and (max-width: 500px) {
    body[data-page=business-classify] .swiper-slide {
        width: 200px;
    }
}

body[data-page=business-classify] .swiper-slide img {
    width: 100%;
    border-radius: 4px;
    max-width: 100%;
}

body[data-page=business-classify] .swiper-slide .title {
    position: absolute;
    transform: rotate(90deg);
    transform-origin: left top;
    left: -3px;
    font-size: 11px;
    color: rgb(102, 102, 102);
}

body[data-page=business-classify] .swiper-button-next, body[data-page=business-classify] .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 100%;
    margin-top: -20px;
    outline: none;
}

body[data-page=business-classify] .swiper-button-next {
    background-image: url(../img/icon/rightw.png);
}

body[data-page=business-classify] .swiper-button-next:hover {
    background-image: url(../img/icon/rightb.png);
}

body[data-page=business-classify] .swiper-button-prev {
    background-image: url(../img/icon/leftw.png)
}

body[data-page=business-classify] .swiper-button-prev:hover {
    background-image: url(../img/icon/leftb.png)
}

body[data-page=business-classify] .swiper-pagination-bullet {
    opacity: 1;
    width: 9px;
    height: 9px;
    position: relative;
    outline: none;
    vertical-align: middle;
    background: #D8D8D8;
}

body[data-page=business-classify] .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 9px;
    background-color: #3486C5;
}

body[data-page=business-classify] .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
    animation: first 6s;
}

body[data-page=business-classify] .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
    animation: last 6s;
}

body[data-page=business-classify] .content .t1 .ywbk-img {
    text-indent: 0;
}

@keyframes first {
    0% {
        transform: scaleX(0.5);
        left: 0px;
    }

    /*091*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }

    /*0915*/
}

@keyframes last {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }

    /*1090*/
    20% {
        transform: scaleX(0.3);
        left: 2px;
    }

    /*090*/
    100% {
        transform: scaleX(0.3);
        left: 0px;
    }

    /*090*/
}

@keyframes middle {
    0% {
        transform: scaleX(0.7);
        left: -10px;
    }

    /*1091*/
    20% {
        transform: scaleX(0.45);
        left: 2px;
    }

    /*092*/
    100% {
        transform: scaleX(1);
        left: 2px;
    }
}

/* 图片列表 */
.business-list {
    width: 820px;
    margin: 20px auto;
}

.business-item {
    float: left;
    width: 400px;
    margin-right: 20px;
}

.business-item:nth-child(2n) {
    margin-right: 0;
}

.business-img img {
    vertical-align: middle;
    max-width: 100% !important;
}

.business-text {
    padding: 12px;
    text-align: center;
    line-height: 22px;
}

.business-list::after {
    clear: both;
    display: block;
    content: '';
}

@media only screen and (max-width: 900px) {
    .business-list {
        width: 100%;
    }

    .business-item {
        width: 48%;
        margin-right: 4%;
    }
}

@media only screen and (max-width: 500px) {
    .business-item {
        width: 100%;
        margin-right: 0;
    }
}

/* 保持 header 高度不变 - 移除 black 类时的高度变化 */
.header.black>.inner .nav>li>a {
    padding: 50px 20px 30px 20px !important;
}

.header.black>.inner .lang {
    padding: 50px 20px 30px 0 !important;
}

.header.black>.inner .header-link {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-decoration: none !important;
    border-bottom: none !important;
}

.header.black>.inner .header-link:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}

.header.black>.inner .music {
    margin-top: 51px !important;
}

.header.black>.inner .logo {
    padding-top: 21px !important;
}

.header.black>.inner .logo img {
    height: 58px !important;
}

.header.black>.inner .search {
    margin: 51px 15px 0 10px !important;
}

/* 媒体查询中也保持 header 高度不变 */
@media screen and (max-width: 1680px) {
    .header.black>.inner .nav>li>a {
        padding: 43px 18px 27px 18px !important;
    }

    .header.black>.inner .lang {
        padding: 43px 20px 27px 0 !important;
    }

    .header.black>.inner .header-link {
        padding-top: 43px !important;
        padding-bottom: 27px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-decoration: none !important;
        border-bottom: none !important;
    }

    .header.black>.inner .header-link:hover {
        text-decoration: none !important;
        border-bottom: none !important;
    }

    .header.black>.inner .music {
        margin-top: 44px !important;
    }

    .header.black>.inner .logo {
        padding-top: 1px !important;
    }

    .header.black>.inner .logo img {
        height: 80px !important;
    }

    .header.black>.inner .search {
        margin-top: 44px !important;
    }
}

@media screen and (max-width: 1366px) {
    .header.black>.inner .nav>li>a {
        padding: 35px 20px 15px 20px !important;
    }

    .header.black>.inner .lang {
        padding: 35px 20px 15px 0 !important;
    }

    .header.black>.inner .header-link {
        padding-top: 35px !important;
        padding-bottom: 15px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        text-decoration: none !important;
        border-bottom: none !important;
    }

    .header.black>.inner .header-link:hover {
        text-decoration: none !important;
        border-bottom: none !important;
    }

    .header.black>.inner .music {
        margin-top: 37px !important;
    }

    .header.black>.inner .logo {
        padding-top: 14px !important;
    }

    .header.black>.inner .logo img {
        height: 45px !important;
    }

    .header.black>.inner .search {
        margin-top: 37px !important;
    }
}

/* 彻底移除 header-link 的任何下划线 */
.header>.inner .header-link,
.header.black>.inner .header-link,
.header>.inner .header-link:hover,
.header.black>.inner .header-link:hover {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
