﻿body {
    background: #fff;
    color: #333;
    font-family: Montserrat, Arial, Segoe UI, Lucida Grande, Helvetica, Microsoft YaHei, FreeSans, Arimo, Droid Sans, wenquanyi micro hei, Hiragino Sans GB, Hiragino Sans GB W3, sans-serif;
    font-size: 16px;
    line-height: 36px
}

@media (max-width:1440px) {
    body {
        font-size: 14px;
        line-height: 30px
    }
}

@media (max-width:668px) {
    body {
        line-height: 26px
    }
}

.black_bg {
    background-color: #000
}

a {
    color: #333
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    color: #e60012
}

.w {
    padding-left: 260px;
    padding-right: 260px
}

@media (max-width:1681px) {
    .w {
        padding-left: 160px;
        padding-right: 160px
    }
}

@media (max-width:1440px) {
    .w {
        padding-left: 100px;
        padding-right: 100px
    }
}

@media (max-width:1180px) {
    .w {
        padding-left: 20px;
        padding-right: 20px
    }
}

.w_left {
    padding-left: 160px
}

@media (max-width:1681px) {
    .w_left {
        padding-left: 100px
    }
}

@media (max-width:1180px) {
    .w_left {
        padding-left: 20px
    }
}

.w_right {
    padding-right: 160px
}

@media (max-width:1681px) {
    .w_right {
        padding-right: 100px
    }
}

@media (max-width:1180px) {
    .w_right {
        padding-right: 20px
    }
}

.w_small {
    margin-left: auto;
    margin-right: auto;
    max-width: 1240px;
    padding-left: 20px;
    padding-right: 20px
}

@media (max-width:1180px) {
    .w_small {
        max-width: 100%
    }
}

a .more01 {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 36px;
    position: relative;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 128px
}

@media (max-width:1440px) {
    a .more01 {
        width: 110px
    }
}

@media (max-width:668px) {
    a .more01 {
        height: 32px;
        line-height: 30px;
        width: 100px
    }
}

a .more01 svg {
    color: #fff;
    height: 48px;
    position: absolute;
    right: -25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 48px;
    z-index: 3
}

@media (max-width:668px) {
    a .more01 svg {
        height: 30px;
        right: -15px;
        width: 30px
    }
}

a .more01.color {
    border-color: #e60012;
    color: #e60012
}

a .more01.color svg {
    color: #e60012
}

a .more01.center {
    margin: 0 auto
}

a:hover .more01.link {
    background-color: #e60012;
    border-color: #e60012
}

a:hover .more01.link svg {
    opacity: 0;
    right: 0
}

a:hover .more01.color,
a:hover .more01.color svg {
    color: #fff
}

.title01 {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 40px;
    margin: 0;
    padding: 0
}

.title01 span {
    color: #333;
    font-family: Bebas Neue;
    font-size: 40px;
    margin-right: 20px;
    text-transform: uppercase
}

@media (max-width:1440px) {
    .title01 span {
        font-size: 34px
    }
}

@media (max-width:668px) {
    .title01 span {
        font-size: 26px;
        margin-right: 10px
    }
}

.title01 b {
    color: #e60012;
    font-size: 28px
}

@media (max-width:1440px) {
    .title01 b {
        font-size: 24px
    }
}

@media (max-width:668px) {
    .title01 b {
        font-size: 20px
    }
}

.title01.white span {
    color: #fff
}

.title02:after {
    background: #e60012;
    content: "";
    display: block;
    height: 2px;
    line-height: 2px;
    margin: 20px 0 0;
    width: 40px
}

@media (max-width:1180px) {
    .title02:after {
        margin-top: 10px
    }
}

.title02 h3 {
    margin: 0;
    padding: 0;
    position: relative
}

.title02 h3 span {
    color: #f0f2f5;
    display: block;
    font-family: Bebas Neue;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase
}

@media (max-width:1180px) {
    .title02 h3 span {
        font-size: 44px;
        height: 44px;
        line-height: 44px
    }
}

@media (max-width:968px) {
    .title02 h3 span {
        font-size: 36px;
        height: 36px;
        line-height: 36px
    }
}

.title02 h3 b {
    bottom: 0;
    color: #000;
    display: block;
    font-size: 28px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media (max-width:1440px) {
    .title02 h3 b {
        font-size: 22px
    }
}

.title02.center {
    text-align: center
}

.title02.center:after {
    margin: 20px auto 0
}

@media (max-width:1180px) {
    .title02.center:after {
        margin: 10px auto 0
    }
}

.title02_des {
    color: #333;
    font-size: 20px;
    line-height: 25px;
    margin-top: 25px
}

@media (max-width:1440px) {
    .title02_des {
        font-size: 16px;
        margin-top: 10px
    }
}

.title02_des.center {
    text-align: center
}

.popup_video {
    background: rgba(0, 0, 0, .85);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1000
}

.popup_video .outer {
    display: table;
    height: 100%;
    width: 100%
}

.popup_video .inner {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.popup_video .video {
    margin: 0 auto;
    max-width: 800px;
    position: relative
}

@media (max-width:668px) {
    .popup_video .video {
        width: 80%
    }
}

.popup_video .video span.video_close {
    background: url(/i/img/close.png) -31px 0 no-repeat;
    cursor: pointer;
    display: block;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: -15px;
    text-indent: -9999px;
    top: -15px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 30px;
    z-index: 10
}

.popup_video .video span.video_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.popup_video video {
    width: 100%
}

.popup_video.on {
    display: block
}

.pages {
    text-align: center
}

.pages a {
    background: none;
    border: 1px solid #999;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 32px;
    width: 80px
}

.pages a,
.pages a:hover {
    color: #999
}

.text-center {
    text-align: center
}

.pagination {
    border-radius: 0;
    display: inline-block;
    margin: 0;
    padding-left: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    background-color: none;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    color: #585858;
    float: left;
    font-size: 14px;
    line-height: 1.42857143;
    margin-left: 0;
    margin-right: 15px;
    padding: 6px 16px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 0;
    margin-left: 0
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
    z-index: 3
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #e60012;
    border-color: #e60012;
    border-radius: 0;
    color: #fff;
    cursor: default;
    z-index: 2
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    background-color: #fff;
    border-color: #ddd;
    color: #777;
    cursor: not-allowed
}

.page_404 {
    position: relative
}

.page_404 .inner {
    background: url(../image/404.jpg) 50% no-repeat;
    height: 550px;
    left: 50%;
    margin-left: -400px;
    margin-top: -275px;
    padding: 425px 0 0;
    position: absolute;
    top: 50%;
    width: 800px
}

.page_404 .inner span.txt {
    color: #999;
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center
}

.page_404 .inner .btn {
    width: 100%
}

.page_404 .inner .btn ul {
    text-align: center
}

.page_404 .inner .btn ul li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 6px;
    text-align: center;
    width: 90px
}

.page_404 .inner .btn ul li a {
    display: block
}

.page_404 .inner .btn ul li:first-child a {
    background: #e60012;
    color: #fff
}

.page_404 .inner .btn ul li:nth-child(2) {
    line-height: 36px
}

.page_404 .inner .btn ul li:nth-child(2) a {
    border: 2px solid #e60012;
    color: #e60012
}

@-webkit-keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

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

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

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

    25%,
    75% {
        opacity: 0
    }
}

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

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

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

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

@-webkit-keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

@keyframes shake {

    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

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

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

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

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

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

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

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

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

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

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

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

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

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

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

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

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

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

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

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

.swing {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

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

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }

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

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

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

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

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

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {

    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center
}

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

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

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

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

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

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

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

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

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

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

.heartBeat {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {

    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

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

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

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

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

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

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

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

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

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

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

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

    to {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
    }
}

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

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

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

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

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }

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

    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

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

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

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

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }

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

    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

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

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

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

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

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

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

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

.flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

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

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

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

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

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

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

.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

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

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

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

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

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

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

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

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

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

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

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

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

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

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

    to {
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

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

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

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

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

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

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

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

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

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

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

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

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0)
    }
}

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

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

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

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

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

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

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

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }

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

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

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

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

@keyframes rollOut {
    0% {
        opacity: 1
    }

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

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

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

    50% {
        opacity: 1
    }
}

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

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

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

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

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

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

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

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }

    to {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

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

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

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

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

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
}

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

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

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

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

    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: hidden
    }
}

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

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

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

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

    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: hidden
    }
}

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

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

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

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

    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: hidden
    }
}

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

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

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

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.animated.fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated.faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

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

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s
}

@media (prefers-reduced-motion:reduce),
(print) {
    .animated {
        -webkit-animation-duration: 1ms !important;
        animation-duration: 1ms !important;
        -webkit-animation-iteration-count: 1 !important;
        animation-iteration-count: 1 !important;
        -webkit-transition-duration: 1ms !important;
        transition-duration: 1ms !important
    }
}

#warper #sidebar-wrapper {
    height: 100%;
    left: -250px;
    padding: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 200px
}

#warper #sidebar-wrapper a.logo {
    display: block;
    float: none;
    width: 100%
}

#warper #sidebar-wrapper a.logo img {
    width: 100%
}

#warper.toggled #sidebar-wrapper {
    background-color: #fff;
    border-color: #fff;
    left: 0;
    overflow-y: scroll;
    z-index: 201
}

.hamburger {
    background: transparent;
    border: none;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 27px;
    width: 20px;
    z-index: 10000
}

.hamburger.move {
    position: fixed
}

.hamburger:active,
.hamburger:focus,
.hamburger:hover {
    outline: none
}

.hamburger.is-closed:before {
    color: #fff;
    content: "";
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-transition: all .35s ease-in-out;
    width: 100px
}

.hamburger.is-closed:hover:before {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top,
.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%
}

.hamburger.is-closed .hamb-bottom,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-top {
    background-color: #fff
}

.hamburger.is-closed .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed .hamb-middle {
    margin-top: -1px;
    top: 50%
}

.hamburger.is-closed .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-top {
    background-color: #fff
}

.hamburger.is-open .hamb-bottom,
.hamburger.is-open .hamb-top {
    margin-top: -2px;
    top: 50%
}

.hamburger.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08)
}

.hamburger.is-open .hamb-middle {
    display: none
}

.hamburger.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08)
}

.hamburger.is-open:before {
    color: #fff;
    content: "";
    display: block;
    font-size: 14px;
    line-height: 32px;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateZ(0);
    -webkit-transition: all .35s ease-in-out;
    width: 100px
}

.hamburger.is-open:hover:before {
    display: block;
    opacity: 1;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out
}

.overlay {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 100
}

.index__banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%
}

.index__banner .item {
    height: 100vh;
    position: relative;
    width: 100%
}

@media (max-width:968px) {
    .index__banner .item {
        height: auto
    }
}

.index__banner .item_pc {
    height: 100%;
    position: relative;
    width: 100%
}

@media (max-width:968px) {
    .index__banner .item_pc {
        display: none
    }
}

.index__banner .item_pc .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%
}

.index__banner .item_mobile {
    display: none
}

@media (max-width:968px) {
    .index__banner .item_mobile {
        display: block
    }
}

.index__banner .item_mobile .m_img img {
    width: 100%
}

.index__banner-page {
    bottom: 10px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.index__banner-page .swiper-pagination-bullet {
    background: none;
    background-image: url(../image/banner_page01.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    margin: 0 8px !important;
    opacity: 1;
    outline: 0;
    width: 24px
}

@media (max-width:668px) {
    .index__banner-page .swiper-pagination-bullet {
        height: 16px;
        margin: 0 4px !important;
        width: 16px
    }
}

.index__banner-page .swiper-pagination-bullet-active {
    background-image: url(../image/banner_page02.png)
}

.index__banner01 .ele {
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%
}

.index__banner01 .ele img.logo {
    max-width: 177px
}

.index__banner01 .ele img.txt {
    max-width: 300px
}

.index__banner01 .ele01 {
    margin: 0 auto 40px
}

@media (max-width:1440px) {
    .index__banner01 .ele01 {
        width: 300px
    }
}

@media (max-width:1380px) {
    .index__banner01 .ele01 {
        width: 250px
    }
}

.index__banner01 .ele02 {
    margin: 0 auto
}

@media (max-width:1440px) {
    .index__banner01 .ele02 {
        width: 450px
    }
}

@media (max-width:1380px) {
    .index__banner01 .ele02 {
        width: 350px
    }
}

.index__banner01 .list {
    bottom: 110px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media (max-width:1440px) {
    .index__banner01 .list {
        bottom: 80px
    }
}

.index__banner01 .list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

.index__banner01 .list>ul>li {
    color: hsla(0, 0%, 100%, .7);
    font-size: 18px;
    font-weight: lighter;
    line-height: 30px;
    list-style-type: none;
    text-align: center;
    width: 33.33%
}

@media (max-width:1440px) {
    .index__banner01 .list>ul>li {
        font-size: 16px
    }
}

.index__banner02 .elequtoe {
    bottom: 20%;
    left: 30%;
    position: absolute;
    width: 278px;
    z-index: 2
}

@media (max-width:1440px) {
    .index__banner02 .elequtoe {
        bottom: 25%;
        left: 25%;
        width: 200px
    }
}

.index__banner02 .elequtoe img {
    max-width: 100%
}

.index__banner02 .ele {
    bottom: 25%;
    left: 0;
    padding-left: 15%;
    position: absolute;
    width: 100%;
    z-index: 3
}

@media (max-width:1440px) {
    .index__banner02 .ele {
        bottom: 28%;
        padding-left: 10%
    }
}

.index__banner02 .ele img {
    max-width: 100%
}

@media (max-width:1440px) {
    .index__banner02 .ele01 {
        width: 150px
    }
}

.index__banner02 .ele02 {
    color: #fff;
    font-size: 85px;
    font-weight: 700;
    line-height: 85px;
    margin: 20px 0 10px
}

@media (max-width:1440px) {
    .index__banner02 .ele02 {
        font-size: 60px;
        line-height: 60px
    }
}

.index__banner02 .ele03 {
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    line-height: 90px
}

@media (max-width:1440px) {
    .index__banner02 .ele03 {
        font-size: 50px;
        line-height: 60px
    }
}

.index__banner02 .ele_line {
    background-color: #e60012;
    display: block;
    height: 7px;
    line-height: 7px;
    margin-left: 10px;
    margin-top: 30px;
    width: 180px
}

@media (max-width:1440px) {
    .index__banner02 .ele_line {
        height: 4px;
        line-height: 4px;
        margin-left: 5px;
        width: 120px
    }
}

.index__banner03 .elesqure {
    bottom: 0;
    position: absolute;
    right: 0;
    width: 456px;
    z-index: 2
}

@media (max-width:1440px) {
    .index__banner03 .elesqure {
        width: 300px
    }
}

.index__banner03 .elesqure img {
    width: 100%
}

.index__banner03 .txt {
    bottom: 80px;
    color: #fff;
    font-size: 16px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

@media (max-width:1440px) {
    .index__banner03 .txt {
        bottom: 60px
    }
}

.index__banner03 .txt span {
    text-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.index__banner03 .ele {
    background-color: rgba(230, 0, 18, .8);
    bottom: 25%;
    left: 10%;
    padding: 40px;
    position: absolute;
    z-index: 2
}

@media (max-width:1440px) {
    .index__banner03 .ele {
        padding: 30px
    }
}

.index__banner03 .ele img {
    max-width: 100%
}

.index__banner03 .ele01,
.index__banner03 .ele02 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px
}

@media (max-width:1440px) {

    .index__banner03 .ele01,
    .index__banner03 .ele02 {
        font-size: 36px;
        line-height: 46px
    }
}

.index__banner03 .ele02:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    line-height: 1px;
    margin-left: 20px;
    vertical-align: middle;
    width: 60px
}

.index__banner03 .ele03 {
    color: hsla(0, 0%, 100%, .7);
    font-size: 22px;
    font-weight: lighter;
    line-height: 40px;
    margin-top: 30px
}

@media (max-width:1440px) {
    .index__banner03 .ele03 {
        font-size: 20px;
        line-height: 36px;
        margin-top: 20px
    }
}

.index__banner04 .ele {
    bottom: 15%;
    padding: 40px;
    position: absolute;
    right: 18%;
    z-index: 2
}

@media (max-width:1440px) {
    .index__banner04 .ele {
        padding: 30px
    }
}

.index__banner04 .ele>* {
    position: relative;
    z-index: 2
}

.index__banner04 .ele img {
    max-width: 100%
}

.index__banner04 .ele01,
.index__banner04 .ele02 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 60px
}

@media (max-width:1440px) {

    .index__banner04 .ele01,
    .index__banner04 .ele02 {
        font-size: 36px;
        line-height: 46px
    }
}

.index__banner04 .ele02:after {
    background-color: #fff;
    content: "";
    display: inline-block;
    height: 1px;
    line-height: 1px;
    margin-left: 20px;
    vertical-align: middle;
    width: 50px
}

.index__banner04 .ele03 {
    color: hsla(0, 0%, 100%, .7);
    font-size: 22px;
    font-weight: lighter;
    line-height: 40px;
    margin-top: 30px
}

@media (max-width:1440px) {
    .index__banner04 .ele03 {
        font-size: 20px;
        line-height: 36px;
        margin-top: 20px
    }
}

.index__banner04 .ele .bg {
    background-color: rgba(230, 0, 18, .6);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 75%;
    z-index: 1
}

.index__banner05 .ele {
    left: 10%;
    position: absolute;
    top: 25%;
    z-index: 2
}

.index__banner05 .ele img {
    max-width: 100%
}

@media (max-width:1440px) {

    .index__banner05 .ele01,
    .index__banner05 .ele02 {
        width: 390px
    }
}

.index__banner05 .ele02 {
    margin: 20px 0 40px
}

@media (max-width:1440px) {
    .index__banner05 .ele02 {
        margin: 20px 0 30px
    }
}

.index__banner05 .ele03 {
    color: #000;
    font-size: 46px;
    line-height: 46px
}

@media (max-width:1440px) {
    .index__banner05 .ele03 {
        font-size: 32px;
        line-height: 32px
    }
}

.index__banner05 .ele04 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px
}

@media (max-width:1440px) {
    .index__banner05 .ele04 {
        margin-top: 30px
    }
}

.index__banner05 .ele04 svg {
    color: #e60012;
    height: 44px;
    margin-right: 15px;
    vertical-align: top;
    width: 44px
}

.index__banner05 .ele04 p {
    color: #333;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 0
}

.index__banner05 .ele04 p span {
    display: block;
    font-size: 18px
}

.productlist {
    padding-bottom: 60px
}

@media (max-width:968px) {
    .productlist {
        padding-bottom: 20px
    }
}

.product__list {
    margin-bottom: 30px
}

@media (max-width:968px) {
    .product__list {
        margin-bottom: 0
    }
}

.product__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0
}

@media (max-width:968px) {
    .product__list ul {
        margin: 0 -10px
    }
}

.product__list ul li {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 50%
}

@media (max-width:968px) {
    .product__list ul li {
        margin-bottom: 20px;
        padding: 0 10px
    }
}

@media (max-width:668px) {
    .product__list ul li {
        width: 100%
    }
}

.product__list ul li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:668px) {
    .product__list ul li a {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07)
    }
}

.product__list ul li a .img {
    overflow: hidden;
    text-align: center;
    width: 50%
}

.product__list ul li a .img img {
    max-width: 100%;
    -webkit-transition: all 1s;
    transition: all 1s
}

.product__list ul li a .txt {
    width: 50%
}

.product__list ul li a .txt b.t {
    color: #333;
    display: block;
    font-size: 24px;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1681px) {
    .product__list ul li a .txt b.t {
        font-size: 20px
    }
}

@media (max-width:1440px) {
    .product__list ul li a .txt b.t {
        font-size: 18px
    }
}

@media (max-width:1380px) {
    .product__list ul li a .txt b.t {
        font-size: 16px
    }
}

@media (max-width:968px) {
    .product__list ul li a .txt b.t {
        font-size: 14px
    }
}

.product__list ul li a .txt .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 30px;
    min-width: 0;
    overflow: hidden;
    padding-right: 60px;
    text-overflow: ellipsis
}

@media (max-width:1681px) {
    .product__list ul li a .txt .des {
        font-size: 14px
    }
}

@media (max-width:1440px) {
    .product__list ul li a .txt .des {
        line-height: 26px;
        margin: 20px 0;
        padding-right: 40px
    }
}

@media (max-width:968px) {
    .product__list ul li a .txt .des {
        font-size: 12px;
        line-height: 24px;
        margin: 10px 0
    }
}

@media (max-width:668px) {
    .product__list ul li a .txt .des {
        padding-right: 20px
    }
}

.product__list ul li a:hover .img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.product__list ul li a:hover .txt b.t {
    color: #e60012
}

.productcontent {
    background-color: #f5f5f5;
    padding-bottom: 70px
}

@media (max-width:1440px) {
    .productcontent {
        padding-bottom: 10px
    }
}

@media (max-width:668px) {
    .productcontent {
        padding-bottom: 20px
    }
}

.productcontent__bread {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 40px 0;
    width: 100%
}

@media (max-width:1440px) {
    .productcontent__bread {
        padding: 20px 0
    }
}

@media (max-width:668px) {
    .productcontent__bread {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.productcontent__bread .bread {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.productcontent__bread .bread svg {
    color: #e60012;
    height: 18px;
    vertical-align: top;
    width: 18px
}

.productcontent__bread .bread a {
    color: #666;
    margin: 0 5px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.productcontent__bread .bread a:last-of-type {
    color: #e60012
}

.productcontent__bread .bread a:first-of-type {
    margin-left: 0
}

.productcontent__bread .bread a:hover {
    color: #e60012
}

.productcontent__bread a.back {
    border: 1px solid #666;
    border-radius: 23px;
    color: #333;
    font-size: 16px;
    height: 46px;
    line-height: 44px;
    margin-left: auto;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 135px
}

@media (max-width:968px) {
    .productcontent__bread a.back {
        border-radius: 18px;
        font-size: 14px;
        height: 36px;
        line-height: 34px;
        width: 120px
    }
}

@media (max-width:668px) {
    .productcontent__bread a.back {
        margin-top: 20px
    }
}

.productcontent__bread a.back svg {
    color: #333;
    height: 16px;
    margin: 14px 10px 0 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 16px
}

@media (max-width:968px) {
    .productcontent__bread a.back svg {
        height: 12px;
        margin: 11px 5px 0 0;
        width: 12px
    }
}

.productcontent__bread a.back:hover {
    background-color: #e60012;
    border-color: #e60012;
    color: #fff
}

.productcontent__bread a.back:hover svg {
    color: #fff
}

.productcontent__block {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 30px
}

@media (max-width:968px) {
    .productcontent__block {
        margin-bottom: 20px
    }
}

@media (max-width:668px) {
    .productcontent__block:last-of-type {
        margin-bottom: 0
    }
}

.productcontent__blockcontent {
    padding: 50px 0
}

@media (max-width:968px) {
    .productcontent__blockcontent {
        padding: 20px 0
    }
}

.productcontent__blockcontent .title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin: 0 0 50px;
    padding: 0 0 0 25px;
    position: relative
}

@media (max-width:968px) {
    .productcontent__blockcontent .title {
        margin-bottom: 20px
    }
}

@media (max-width:668px) {
    .productcontent__blockcontent .title {
        font-size: 16px;
        height: 20px;
        line-height: 20px;
        padding-left: 15px
    }
}

.productcontent__blockcontent .title:before {
    background-color: #e60012;
    content: "";
    display: block;
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
    z-index: 2
}

@media (max-width:668px) {
    .productcontent__blockcontent .title:before {
        height: 20px
    }
}

.productcontent__blockcontent .txt {
    padding: 0 60px
}

@media (max-width:968px) {
    .productcontent__blockcontent .txt {
        padding: 0 20px
    }
}

.productcontent__blockcontent .txt img {
    height: auto !important;
    max-width: 100% !important
}

.productcontent__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:668px) {
    .productcontent__top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.productcontent__top img {
    max-width: 100%
}

.productcontent__top-slide {
    padding-left: 20px;
    text-align: center;
    width: 50%
}

@media (max-width:668px) {
    .productcontent__top-slide {
        padding: 10px;
        width: 100%
    }
}

.productcontent__top-slide-page {
    bottom: 10px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2
}

.productcontent__top-slide-page .swiper-pagination-bullet {
    background: none;
    background-image: url(../image/banner_page03.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    margin: 0 8px !important;
    opacity: 1;
    outline: 0;
    width: 20px
}

@media (max-width:668px) {
    .productcontent__top-slide-page .swiper-pagination-bullet {
        height: 16px;
        margin: 0 4px !important;
        width: 16px
    }
}

.productcontent__top-slide-page .swiper-pagination-bullet-active {
    background-image: url(../image/banner_page02.png)
}

.productcontent__top-info {
    padding-right: 80px;
    width: 50%
}

@media (max-width:968px) {
    .productcontent__top-info {
        padding-right: 20px
    }
}

@media (max-width:668px) {
    .productcontent__top-info {
        padding: 0 20px 20px;
        width: 100%
    }
}

.productcontent__top-info h1.title {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    padding: 0
}

@media (max-width:968px) {
    .productcontent__top-info h1.title {
        font-size: 20px
    }
}

.productcontent__top-info .txt {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0 60px
}

@media (max-width:968px) {
    .productcontent__top-info .txt {
        font-size: 14px;
        line-height: 26px;
        margin: 30px 0
    }
}

.applicationlist {
    padding-top: 80px
}

@media (max-width:1681px) {
    .applicationlist {
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .applicationlist {
        padding-top: 20px
    }
}

.application__list {
    margin-bottom: 40px
}

@media (max-width:1180px) {
    .application__list {
        margin-bottom: 0
    }
}

.application__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -20px;
    padding: 0
}

@media (max-width:1180px) {
    .application__list ul {
        margin: 0 -10px
    }
}

.application__list ul li {
    list-style-type: none;
    margin-bottom: 40px;
    padding: 0 20px;
    width: 50%
}

@media (max-width:1681px) {
    .application__list ul li {
        margin-bottom: 30px
    }
}

@media (max-width:1180px) {
    .application__list ul li {
        margin-bottom: 20px;
        padding: 0 10px
    }
}

@media (max-width:668px) {
    .application__list ul li {
        width: 100%
    }
}

.application__list ul li a {
    display: block
}

.application__list ul li a .img {
    height: 400px;
    overflow: hidden;
    width: 100%
}

@media (max-width:1440px) {
    .application__list ul li a .img {
        height: 350px
    }
}

@media (max-width:1180px) {
    .application__list ul li a .img {
        height: 300px
    }
}

@media (max-width:968px) {
    .application__list ul li a .img {
        height: 250px
    }
}

.application__list ul li a .img span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.application__list ul li a .txt {
    line-height: 60px;
    position: relative;
    width: 100%
}

.application__list ul li a .txt b.t {
    color: #333;
    display: block;
    font-size: 22px;
    padding-left: 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1681px) {
    .application__list ul li a .txt b.t {
        font-size: 20px
    }
}

@media (max-width:1440px) {
    .application__list ul li a .txt b.t {
        font-size: 18px
    }
}

@media (max-width:1380px) {
    .application__list ul li a .txt b.t {
        font-size: 16px
    }
}

@media (max-width:668px) {
    .application__list ul li a .txt b.t {
        padding-left: 0
    }
}

.application__list ul li a .txt .icon {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    height: 56px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: -28px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 56px;
    z-index: 2
}

@media (max-width:1440px) {
    .application__list ul li a .txt .icon {
        height: 40px;
        right: 20px;
        top: -20px;
        width: 40px
    }
}

@media (max-width:668px) {
    .application__list ul li a .txt .icon {
        right: 10px
    }
}

.application__list ul li a .txt .icon svg {
    color: #e60012;
    height: 18px;
    margin-top: 19px;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 18px
}

@media (max-width:1440px) {
    .application__list ul li a .txt .icon svg {
        height: 16px;
        margin-top: 12px;
        width: 16px
    }
}

.application__list ul li a:hover .img span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.application__list ul li a:hover .txt b.t {
    color: #e60012
}

.application__list ul li a:hover .txt .icon {
    background-color: #e60012
}

.application__list ul li a:hover .txt .icon svg {
    color: #fff
}

.application_content-sub {
    padding: 0 0 30px
}

@media (max-width:1440px) {
    .application_content-sub {
        padding: 20px 0 30px
    }
}

@media (max-width:968px) {
    .application_content-sub {
        padding: 20px 0 0
    }
}

@media (max-width:668px) {
    .application_content-sub {
        padding: 0 0 10px
    }
}

.application_content-sub>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0 100px
}

@media (max-width:1180px) {
    .application_content-sub>ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: start;
        justify-content: start;
        padding: 0
    }
}

@media (max-width:968px) {
    .application_content-sub>ul {
        margin: 0 -10px
    }
}

@media (max-width:668px) {
    .application_content-sub>ul {
        margin: 0 -5px
    }
}

.application_content-sub>ul>li {
    list-style-type: none
}

@media (max-width:968px) {
    .application_content-sub>ul>li {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 16.66%
    }
}

@media (max-width:668px) {
    .application_content-sub>ul>li {
        margin-bottom: 10px;
        padding: 0 5px;
        width: 25%
    }
}

.application_content-sub>ul>li>a {
    background-color: #fff;
    border-radius: 18px;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:968px) {
    .application_content-sub>ul>li>a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        padding: 0;
        text-align: center;
        width: 100%
    }
}

.application_content-sub>ul>li>a.on,
.application_content-sub>ul>li>a:hover {
    background-color: #e60012;
    color: #fff
}

.support_service {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 120px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .support_service {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .support_service {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media (max-width:968px) {
    .support_service {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.support_service-image {
    position: relative;
    width: 45%
}

@media (max-width:968px) {
    .support_service-image {
        width: 100%
    }
}

.support_service-image:before {
    background: url(../image/support_service-bg01.png) repeat;
    content: "";
    display: block;
    height: 245px;
    left: -20px;
    position: absolute;
    top: -20px;
    width: 245px;
    z-index: 2
}

@media (max-width:1180px) {
    .support_service-image:before {
        left: -10px;
        top: -10px
    }
}

@media (max-width:668px) {
    .support_service-image:before {
        height: 150px;
        width: 150px
    }
}

.support_service-image:after {
    background: #e60012;
    bottom: -20px;
    content: "";
    display: block;
    height: 245px;
    position: absolute;
    right: -20px;
    width: 245px;
    z-index: 2
}

@media (max-width:1180px) {
    .support_service-image:after {
        bottom: -10px;
        right: -10px
    }
}

@media (max-width:668px) {
    .support_service-image:after {
        height: 150px;
        width: 150px
    }
}

.support_service-image img {
    position: relative;
    width: 100%;
    z-index: 3
}

.support_service-side {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-order: -1;
    order: -1;
    padding-right: 90px
}

@media (max-width:1180px) {
    .support_service-side {
        padding-right: 20px
    }
}

@media (max-width:968px) {
    .support_service-side {
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%
    }
}

.support_service-side .des {
    margin-top: 70px
}

@media (max-width:1180px) {
    .support_service-side .des {
        margin-top: 20px
    }
}

.support_quality {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 140px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .support_quality {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .support_quality {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media (max-width:968px) {
    .support_quality {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.support_quality-image {
    position: relative;
    width: 45%
}

@media (max-width:968px) {
    .support_quality-image {
        width: 100%
    }
}

.support_quality-image:after {
    border: 10px solid #e60012;
    content: "";
    display: block;
    height: 120%;
    left: 70px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 124px;
    z-index: 2
}

@media (max-width:968px) {
    .support_quality-image:after {
        border-width: 5px;
        bottom: -10px;
        height: 200px;
        left: auto;
        right: -10px;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        width: 80%
    }
}

.support_quality-image img {
    position: relative;
    width: 100%;
    z-index: 3
}

.support_quality-side {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 90px
}

@media (max-width:1180px) {
    .support_quality-side {
        padding-left: 20px
    }
}

@media (max-width:968px) {
    .support_quality-side {
        margin-top: 20px;
        padding-left: 0;
        width: 100%
    }
}

.support_quality-side .title02 span {
    color: #e9edf3
}

.support_quality-side .des {
    margin-top: 70px
}

@media (max-width:1180px) {
    .support_quality-side .des {
        margin-top: 20px
    }
}

.support_produce {
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .support_produce {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .support_produce {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.support_produce-slide {
    margin-top: 70px;
    padding: 0;
    position: relative
}

@media (max-width:1180px) {
    .support_produce-slide {
        margin-top: 20px
    }
}

.support_produce-slide .swiper-slide {
    background: #fff;
    height: 600px;
    width: 1280px
}

@media (max-width:1681px) {
    .support_produce-slide .swiper-slide {
        height: 450px;
        width: 960px
    }
}

@media (max-width:1180px) {
    .support_produce-slide .swiper-slide {
        height: 300px;
        width: 640px
    }
}

@media (max-width:968px) {
    .support_produce-slide .swiper-slide {
        height: 400px;
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        width: 100%
    }
}

@media (max-width:668px) {
    .support_produce-slide .swiper-slide {
        height: 250px
    }
}

.support_produce-slide .swiper-slide .col {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.support_produce-slide .swiper-slide .col:after {
    background-color: rgba(0, 0, 0, .5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 2
}

@media (max-width:968px) {
    .support_produce-slide .swiper-slide .col:after {
        display: none
    }
}

.support_produce-slide .swiper-slide .col b.t {
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 20px;
    left: 0;
    line-height: 70px;
    opacity: 0;
    overflow: hidden;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap;
    width: 100%;
    z-index: 3
}

@media (max-width:1440px) {
    .support_produce-slide .swiper-slide .col b.t {
        font-size: 16px
    }
}

@media (max-width:668px) {
    .support_produce-slide .swiper-slide .col b.t {
        font-size: 14px;
        line-height: 40px
    }
}

.support_produce-slide .swiper-slide .col .img {
    height: 600px;
    width: 100%
}

@media (max-width:1681px) {
    .support_produce-slide .swiper-slide .col .img {
        height: 450px
    }
}

@media (max-width:1180px) {
    .support_produce-slide .swiper-slide .col .img {
        height: 300px
    }
}

@media (max-width:968px) {
    .support_produce-slide .swiper-slide .col .img {
        height: 400px
    }
}

@media (max-width:668px) {
    .support_produce-slide .swiper-slide .col .img {
        height: 250px
    }
}

.support_produce-slide .swiper-slide .col .img span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%
}

.support_produce-slide .swiper-slide-active {
    box-shadow: 0 8px 30px rgba(0, 0, 0, .2)
}

@media (max-width:968px) {
    .support_produce-slide .swiper-slide-active {
        box-shadow: none
    }
}

.support_produce-slide .swiper-slide-active .col:after {
    opacity: 0
}

.support_produce-slide .swiper-slide-active .col b.t {
    opacity: 1
}

.support_produce-slide-page {
    margin-top: 50px;
    text-align: center;
    width: 100%
}

@media (max-width:1180px) {
    .support_produce-slide-page {
        margin-top: 20px
    }
}

.support_produce-slide-page .swiper-pagination-bullet {
    background: none;
    background-image: url(../image/banner_page03.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    margin: 0 8px !important;
    opacity: 1;
    outline: 0;
    width: 24px
}

@media (max-width:968px) {
    .support_produce-slide-page .swiper-pagination-bullet {
        height: 16px;
        margin: 0 4px !important;
        width: 16px
    }
}

.support_produce-slide-page .swiper-pagination-bullet-active {
    background-image: url(../image/banner_page02.png)
}

.support_produce .arrow {
    border: 1px solid #fff;
    border-radius: 100%;
    height: 56px;
    line-height: 54px;
    margin-top: -28px;
    outline: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 56px;
    z-index: 3
}

@media (max-width:668px) {
    .support_produce .arrow {
        height: 42px;
        line-height: 40px;
        margin-top: -21px;
        width: 42px
    }
}

.support_produce .arrow svg {
    color: #fff;
    height: 10px;
    margin-top: 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 10px
}

@media (max-width:668px) {
    .support_produce .arrow svg {
        margin-top: 16px
    }
}

.support_produce .arrow.support_produce-prev {
    left: 50px
}

@media (max-width:1440px) {
    .support_produce .arrow.support_produce-prev {
        left: 30px
    }
}

@media (max-width:1380px) {
    .support_produce .arrow.support_produce-prev {
        left: 15px
    }
}

.support_produce .arrow.support_produce-prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.support_produce .arrow.support_produce-next {
    right: 50px
}

@media (max-width:1440px) {
    .support_produce .arrow.support_produce-next {
        right: 30px
    }
}

@media (max-width:1380px) {
    .support_produce .arrow.support_produce-next {
        right: 15px
    }
}

.support_produce .arrow:hover {
    background-color: #e60012;
    border: 1px solid #e60012
}

.support_produce .arrow:hover svg {
    color: #fff
}

.support_faq {
    background-color: #f5f5f5;
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .support_faq {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .support_faq {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.support_faq .faq_list {
    margin-top: 70px
}

@media (max-width:1180px) {
    .support_faq .faq_list {
        margin-top: 20px
    }
}

.support_faq .more {
    display: block;
    text-align: center
}

.support_faq .more a {
    display: inline-block
}

.support_faq .more .more01 {
    margin: 30px auto 0
}

@media (max-width:1180px) {
    .support_faq .more .more01 {
        margin-top: 0
    }
}

.faq_list_w {
    background-color: #f5f5f5;
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .faq_list_w {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .faq_list_w {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.faq_list_w .faq_list {
    margin-bottom: 50px
}

@media (max-width:1440px) {
    .faq_list_w .faq_list {
        margin-bottom: 40px
    }
}

@media (max-width:1180px) {
    .faq_list_w .faq_list {
        margin-bottom: 0
    }
}

.faq_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0
}

@media (max-width:1440px) {
    .faq_list ul {
        margin: 0 -10px
    }
}

.faq_list ul li {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.33%
}

@media (max-width:1440px) {
    .faq_list ul li {
        margin-bottom: 20px;
        padding: 0 10px
    }
}

@media (max-width:968px) {
    .faq_list ul li {
        width: 50%
    }
}

@media (max-width:668px) {
    .faq_list ul li {
        width: 100%
    }
}

.faq_list ul li a {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    padding: 30px 30px 20px;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1440px) {
    .faq_list ul li a {
        padding: 20px 20px 10px
    }
}

.faq_list ul li a b.t {
    color: #333;
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-left: 60px;
    position: relative;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1440px) {
    .faq_list ul li a b.t {
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px;
        padding-left: 40px
    }
}

.faq_list ul li a b.t:before {
    background-color: #e60012;
    border-radius: 4px;
    color: #fff;
    content: "Q";
    display: block;
    font-size: 22px;
    font-weight: medium;
    height: 36px;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 36px;
    z-index: 2
}

@media (max-width:1440px) {
    .faq_list ul li a b.t:before {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }
}

.faq_list ul li a p {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    height: 56px;
    line-height: 28px;
    min-width: 0;
    overflow: hidden;
    padding-left: 60px;
    position: relative;
    text-overflow: ellipsis
}

@media (max-width:1440px) {
    .faq_list ul li a p {
        font-size: 12px;
        padding-left: 40px
    }
}

.faq_list ul li a p:before {
    border: 1px solid #e60012;
    border-radius: 4px;
    color: #e60012;
    content: "A";
    display: block;
    font-size: 22px;
    font-weight: medium;
    height: 36px;
    left: 0;
    line-height: 34px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 36px;
    z-index: 2
}

@media (max-width:1440px) {
    .faq_list ul li a p:before {
        font-size: 18px;
        height: 30px;
        line-height: 30px;
        width: 30px
    }
}

.faq_list ul li a:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .2)
}

.faq_list ul li a:hover b.t {
    color: #e60012
}

.news_list_w {
    padding-bottom: 60px
}

@media (max-width:968px) {
    .news_list_w {
        padding-bottom: 20px
    }
}

.news_list {
    padding-bottom: 30px
}

@media (max-width:968px) {
    .news_list {
        padding-bottom: 0
    }
}

.news_list ul {
    margin: 0;
    padding: 0
}

.news_list ul li {
    display: block;
    margin-bottom: 30px
}

@media (max-width:668px) {
    .news_list ul li {
        margin-bottom: 20px
    }
}

.news_list ul li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 354px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    width: 100%
}

@media (max-width:668px) {
    .news_list ul li a {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto
    }
}

.news_list ul li a:after {
    background-color: #f5f5f5;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 75%;
    z-index: 1
}

@media (max-width:1440px) {
    .news_list ul li a:after {
        width: 70%
    }
}

@media (max-width:668px) {
    .news_list ul li a:after {
        display: none
    }
}

.news_list ul li a .date {
    color: #e60012;
    font-size: 26px;
    font-weight: medium;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 200px;
    z-index: 2
}

@media (max-width:968px) {
    .news_list ul li a .date {
        display: none
    }
}

.news_list ul li a .date span {
    display: block;
    font-family: Bebas Neue;
    font-size: 46px;
    margin-bottom: 10px
}

.news_list ul li a .img {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    height: 270px;
    overflow: hidden;
    position: relative;
    width: 410px;
    z-index: 2
}

@media (max-width:668px) {
    .news_list ul li a .img {
        height: 200px;
        width: 100%
    }
}

.news_list ul li a .img span {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.news_list ul li a .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 50px;
    padding-right: 80px;
    position: relative;
    z-index: 2
}

@media (max-width:1180px) {
    .news_list ul li a .txt {
        padding-left: 40px;
        padding-right: 40px
    }
}

@media (max-width:668px) {
    .news_list ul li a .txt {
        background: #f5f5f5;
        padding: 20px;
        width: 100%
    }
}

.news_list ul li a .txt b.t {
    color: #333;
    display: block;
    font-size: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1440px) {
    .news_list ul li a .txt b.t {
        font-size: 18px
    }
}

@media (max-width:668px) {
    .news_list ul li a .txt b.t {
        font-size: 16px
    }
}

.news_list ul li a .txt b.t:after {
    background: #e60012;
    content: "";
    display: block;
    height: 2px;
    line-height: 2px;
    margin-top: 48px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 90px
}

@media (max-width:968px) {
    .news_list ul li a .txt b.t:after {
        margin: 20px 0
    }
}

.news_list ul li a .txt .m_date {
    display: none
}

@media (max-width:968px) {
    .news_list ul li a .txt .m_date {
        color: #666;
        display: block;
        font-weight: medium
    }
}

.news_list ul li a .txt .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0 20px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1440px) {
    .news_list ul li a .txt .des {
        font-size: 14px
    }
}

@media (max-width:668px) {
    .news_list ul li a .txt .des {
        margin: 10px 0
    }
}

.news_list ul li a .txt .icon {
    border: 1px solid #d1d1d1;
    border-radius: 100%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 40px
}

.news_list ul li a .txt .icon svg {
    color: #707070;
    height: 10px;
    margin-top: 14px;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 10px
}

@media (min-width:1180px) {
    .news_list ul li a:hover:after {
        background: #e60012;
        width: 100%
    }

    .news_list ul li a:hover .date {
        color: #fff;
        padding-left: 30px
    }

    .news_list ul li a:hover .img span {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .news_list ul li a:hover .txt b.t {
        color: #fff
    }

    .news_list ul li a:hover .txt b.t:after {
        background: #fff;
        width: 255px
    }

    .news_list ul li a:hover .txt .des {
        color: #fff
    }

    .news_list ul li a:hover .txt .icon {
        border: 1px solid #fff
    }

    .news_list ul li a:hover .txt .icon svg {
        color: #fff
    }
}

.news__content {
    background: #f5f5f5;
    padding: 70px 0
}

@media (max-width:1440px) {
    .news__content {
        padding: 20px
    }
}

.news__content>.news__content_c {
    background: #fff;
    overflow: hidden;
    padding: 70px
}

@media (max-width:1440px) {
    .news__content>.news__content_c {
        padding: 40px
    }
}

@media (max-width:1180px) {
    .news__content>.news__content_c {
        padding: 20px
    }
}

.news__content-title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto 20px;
    max-width: 920px;
    text-align: center
}

@media (max-width:1380px) {
    .news__content-title {
        font-size: 20px;
        line-height: 30px
    }
}

.news__content-info {
    color: #999;
    font-size: 14px;
    font-weight: medium;
    line-height: 20px;
    padding: 0;
    text-align: center
}

.news__content-info span {
    display: inline-block;
    vertical-align: top
}

.news__content-info svg {
    color: #999;
    height: 20px;
    width: 20px
}

.news__content-txt {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    padding: 30px 0
}

@media (max-width:1440px) {
    .news__content-txt {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width:668px) {
    .news__content-txt {
        font-weight: 400;
        margin-top: 20px;
        padding: 10px 0
    }
}

.news__content-txt img {
    height: auto !important;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 100% !important
}

.news__content .updown {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    padding: 40px 0 0
}

@media (max-width:1380px) {
    .news__content .updown {
        font-size: 12px;
        line-height: 22px;
        padding: 20px 0 0
    }
}

@media (max-width:1180px) {
    .news__content .updown {
        padding: 10px 0 0
    }
}

.news__content .updown a {
    color: #666;
    -webkit-transition: all .5s;
    transition: all .5s
}

.news__content .updown a:hover {
    color: #e60012
}

.news__content .updown .inner {
    padding-right: 150px;
    position: relative;
    width: 100%
}

@media (max-width:668px) {
    .news__content .updown .inner {
        padding: 0
    }
}

.news__content .updown .btn_back {
    border: 1px solid #5b5b5b;
    border-radius: 40px;
    color: #666;
    display: block;
    height: 44px;
    line-height: 42px;
    margin-top: -22px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 150px
}

@media (max-width:668px) {
    .news__content .updown .btn_back {
        margin: 20px auto 0;
        position: static
    }
}

.news__content .updown .btn_back span {
    display: block;
    float: right;
    height: 12px;
    margin: 14px 0 0;
    position: relative;
    width: 15px
}

.news__content .updown .btn_back span:after,
.news__content .updown .btn_back span:before {
    background: #5b5b5b;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    line-height: 1px;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.news__content .updown .btn_back span:before {
    top: 0
}

.news__content .updown .btn_back span:after {
    bottom: 0
}

.news__content .updown .btn_back span i {
    background: #5b5b5b;
    display: block;
    height: 1px;
    left: 0;
    line-height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.news__content .updown .btn_back:hover {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
    text-decoration: none
}

.news__content .updown .btn_back:hover span:after,
.news__content .updown .btn_back:hover span:before {
    background: #fff;
    width: 10px
}

.news__content .updown .btn_back:hover span:before {
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.news__content .updown .btn_back:hover span:after {
    bottom: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.news__content .updown .btn_back:hover span i {
    opacity: 0
}

.intro__about {
    background-image: url(../image/intro_about_bg.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .intro__about {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .intro__about {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.intro__about-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 40px
}

@media (max-width:1180px) {
    .intro__about-inner {
        margin-top: 20px
    }
}

@media (max-width:968px) {
    .intro__about-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.intro__about-inner .txt01 {
    padding-right: 40px;
    width: 50%
}

@media (max-width:1180px) {
    .intro__about-inner .txt01 {
        padding-right: 10px
    }
}

@media (max-width:968px) {
    .intro__about-inner .txt01 {
        padding-right: 0;
        width: 100%
    }
}

.intro__about-inner .txt02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-left: 40px;
    width: 50%
}

@media (max-width:1180px) {
    .intro__about-inner .txt02 {
        padding-left: 10px
    }
}

@media (max-width:968px) {
    .intro__about-inner .txt02 {
        margin-top: 20px;
        padding-left: 0;
        width: 100%
    }
}

.intro__about-inner .about_num {
    margin-bottom: 40px
}

@media (max-width:968px) {
    .intro__about-inner .about_num {
        margin-bottom: 0
    }
}

.intro__about-inner .about_num ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.intro__about-inner .about_num ul,
.intro__about-inner .about_num ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.intro__about-inner .about_num ul li {
    color: #666;
    list-style-type: none
}

.intro__about-inner .about_num-icon {
    height: 36px;
    margin: 0 20px 0 0;
    width: 36px
}

@media (max-width:668px) {
    .intro__about-inner .about_num-icon {
        height: 20px;
        margin: 5px 10px 0 0;
        width: 20px
    }
}

.intro__about-inner .about_num-icon svg {
    height: 100%;
    vertical-align: top;
    width: 100%
}

.intro__about-inner .about_num-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.intro__about-inner .about_num-txt span {
    color: #e60012;
    font-family: Bebas Neue;
    font-size: 60px
}

@media (max-width:1440px) {
    .intro__about-inner .about_num-txt span {
        font-size: 50px
    }
}

@media (max-width:1380px) {
    .intro__about-inner .about_num-txt span {
        font-size: 40px
    }
}

@media (max-width:1180px) {
    .intro__about-inner .about_num-txt span {
        font-size: 30px
    }
}

@media (max-width:668px) {
    .intro__about-inner .about_num-txt span {
        font-size: 20px
    }
}

.intro__about-inner .about_num-txt em {
    color: #e60012;
    font-size: 20px;
    font-style: normal
}

@media (max-width:668px) {
    .intro__about-inner .about_num-txt em {
        font-size: 16px
    }
}

.intro__about-inner .about_num-txt p {
    color: #333
}

@media (max-width:668px) {
    .intro__about-inner .about_num-txt p {
        font-size: 12px
    }
}

.intro__history {
    background-image: url(../image/intro_history_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .intro__history {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .intro__history {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.intro__history .title02 h3 span {
    color: #e9edf3
}

.intro__history-slide {
    margin: 50px 0
}

@media (max-width:1180px) {
    .intro__history-slide {
        margin: 20px 0
    }
}

.intro__history-slide .swiper-slide .item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:968px) {
    .intro__history-slide .swiper-slide .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.intro__history-slide .swiper-slide .item_txt {
    padding-right: 65px;
    width: 58%
}

@media (max-width:1180px) {
    .intro__history-slide .swiper-slide .item_txt {
        padding-right: 20px
    }
}

@media (max-width:968px) {
    .intro__history-slide .swiper-slide .item_txt {
        padding-right: 0;
        width: 100%
    }
}

.intro__history-slide .swiper-slide .item_txt-title span {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 20px;
    line-height: 20px
}

@media (max-width:668px) {
    .intro__history-slide .swiper-slide .item_txt-title span {
        font-size: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center
    }
}

.intro__history-slide .swiper-slide .item_txt-title p {
    color: #e60012;
    display: block;
    font-family: Bebas Neue;
    font-size: 80px;
    height: 80px;
    line-height: 80px;
    margin: 30px 0 50px;
    text-shadow: 0 10px 10px rgba(230, 0, 18, .3)
}

@media (max-width:1440px) {
    .intro__history-slide .swiper-slide .item_txt-title p {
        font-size: 40px;
        height: 40px;
        line-height: 40px;
        margin: 30px 0
    }
}

@media (max-width:668px) {
    .intro__history-slide .swiper-slide .item_txt-title p {
        font-size: 26px;
        height: 26px;
        line-height: 26px;
        margin: 20px 0;
        text-align: center
    }
}

.intro__history-slide .swiper-slide .item_txt-des {
    height: 250px;
    width: 100%
}

.intro__history-slide .swiper-slide .item_txt-des ul li {
    color: #333;
    font-family: Bebas Neue;
    font-size: 16px;
    line-height: 30px;
    list-style-type: decimal-leading-zero;
    margin-bottom: 20px
}

@media (max-width:1440px) {
    .intro__history-slide .swiper-slide .item_txt-des ul li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

.intro__history-slide .swiper-slide .item_image {
    height: 390px;
    position: relative;
    width: 42%
}

@media (max-width:1440px) {
    .intro__history-slide .swiper-slide .item_image {
        height: 350px
    }
}

@media (max-width:968px) {
    .intro__history-slide .swiper-slide .item_image {
        margin-top: 20px;
        width: 100%
    }
}

@media (max-width:668px) {
    .intro__history-slide .swiper-slide .item_image {
        height: 200px
    }
}

.intro__history-slide .swiper-slide .item_image .arrow {
    border: 1px solid #fff;
    border-radius: 100%;
    height: 56px;
    line-height: 54px;
    outline: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 56px;
    z-index: 3
}

@media (max-width:968px) {
    .intro__history-slide .swiper-slide .item_image .arrow {
        display: none
    }
}

.intro__history-slide .swiper-slide .item_image .arrow svg {
    color: #fff;
    height: 10px;
    margin-top: 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 10px
}

.intro__history-slide .swiper-slide .item_image .arrow.intro__history-prev {
    left: 10px
}

.intro__history-slide .swiper-slide .item_image .arrow.intro__history-prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.intro__history-slide .swiper-slide .item_image .arrow.intro__history-next {
    right: 10px
}

.intro__history-slide .swiper-slide .item_image .arrow:hover {
    background-color: #e60012;
    border: 1px solid #e60012
}

.intro__history-slide .swiper-slide .item_image .arrow:hover svg {
    color: #fff
}

.intro__history-slide .swiper-slide .item_image span {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%
}

.intro__history-btns {
    position: relative;
    width: 100%
}

.intro__history-btns .arrow {
    border: 1px solid #d1d1d1;
    border-radius: 100%;
    height: 56px;
    line-height: 54px;
    outline: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 56px;
    z-index: 3
}

@media (max-width:1180px) {
    .intro__history-btns .arrow {
        background-color: #f1f1f1
    }
}

.intro__history-btns .arrow svg {
    color: #707070;
    height: 10px;
    margin-top: 22px;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 10px
}

.intro__history-btns .arrow.intro__history-prev {
    left: -66px
}

@media (max-width:1180px) {
    .intro__history-btns .arrow.intro__history-prev {
        left: 0
    }
}

.intro__history-btns .arrow.intro__history-prev svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.intro__history-btns .arrow.intro__history-next {
    right: -66px
}

@media (max-width:1180px) {
    .intro__history-btns .arrow.intro__history-next {
        right: 0
    }
}

.intro__history-btns .arrow:hover {
    background-color: #e60012;
    border: 1px solid #e60012
}

.intro__history-btns .arrow:hover svg {
    color: #fff
}

@media (max-width:968px) {
    .intro__history-page {
        padding: 0 80px
    }
}

.intro__history-page:before {
    background-color: #d7d7d7;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    line-height: 1px;
    position: absolute;
    top: 28px;
    width: 100%;
    z-index: 1
}

.intro__history-page .swiper-pagination-bullet {
    background: none;
    border-radius: 0;
    height: auto;
    opacity: 1;
    outline: 0;
    padding-top: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 16.66%
}

.intro__history-page .swiper-pagination-bullet .des {
    color: #333;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-align: center
}

@media (max-width:1440px) {
    .intro__history-page .swiper-pagination-bullet .des {
        font-size: 14px
    }
}

.intro__history-page .swiper-pagination-bullet .des:before {
    background-color: #d7d7d7;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    line-height: 8px;
    margin-left: -4px;
    position: absolute;
    top: -26px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 8px;
    z-index: 3
}

.intro__history-page .swiper-pagination-bullet .des:after {
    background-color: #e60012;
    border-radius: 100%;
    content: "";
    height: 16px;
    left: 50%;
    line-height: 16px;
    margin-left: -8px;
    opacity: 0;
    position: absolute;
    top: -30px;
    width: 16px;
    z-index: 2
}

.intro__history-page .swiper-pagination-bullet .des b,
.intro__history-page .swiper-pagination-bullet .des:after {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:968px) {
    .intro__history-page .swiper-pagination-bullet .des b {
        display: none
    }
}

.intro__history-page .swiper-pagination-bullet .des p {
    display: block;
    margin: 10px 0 0
}

@media (max-width:1440px) {
    .intro__history-page .swiper-pagination-bullet .des p {
        margin: 5px 0 0
    }
}

@media (max-width:968px) {
    .intro__history-page .swiper-pagination-bullet .des p {
        display: none
    }
}

.intro__history-page .swiper-pagination-bullet-active .des:before {
    background-color: #e60012
}

.intro__history-page .swiper-pagination-bullet-active .des:after {
    opacity: .5
}

.intro__history-page .swiper-pagination-bullet-active .des b {
    color: #e60012
}

.list_history {
    background-color: #f5f5f5;
    margin-bottom: 60px;
    padding: 80px 120px 120px
}

@media (max-width:1440px) {
    .list_history {
        margin-bottom: 40px;
        padding: 50px 50px 120px
    }
}

@media (max-width:968px) {
    .list_history {
        margin-bottom: 20px;
        padding: 20px 20px 100px
    }
}

.list_history>ul {
    margin: 0;
    padding: 120px 0 50px;
    position: relative
}

@media (max-width:668px) {
    .list_history>ul {
        padding: 60px 0 0
    }
}

.list_history>ul .t1 {
    background-color: #e60012;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 70px;
    left: 50%;
    line-height: 70px;
    margin-left: -35px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
    z-index: 2
}

@media (max-width:668px) {
    .list_history>ul .t1 {
        height: 50px;
        left: 20px;
        line-height: 50px;
        margin-left: 0;
        width: 50px
    }
}

.list_history>ul .t2 {
    bottom: -80px;
    color: #e60012;
    display: block;
    font-family: Bebas Neue;
    font-size: 60px;
    font-style: normal;
    left: 0;
    line-height: 60px;
    position: absolute;
    text-align: center;
    text-shadow: 0 10px 10px rgba(230, 0, 18, .3);
    width: 100%;
    z-index: 2
}

@media (max-width:1440px) {
    .list_history>ul .t2 {
        bottom: -60px;
        font-size: 40px;
        line-height: 40px
    }
}

@media (max-width:668px) {
    .list_history>ul .t2 {
        font-size: 26px;
        left: -10px;
        line-height: 26px;
        text-align: left
    }
}

.list_history>ul .t2 span {
    display: block;
    padding-top: 20px;
    position: relative
}

.list_history>ul .t2 span:before {
    background-color: rgba(230, 0, 18, .5);
    border-radius: 100%;
    content: "";
    display: block;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: -10px;
    width: 16px;
    z-index: 1
}

@media (max-width:668px) {
    .list_history>ul .t2 span:before {
        left: 3px;
        margin-left: 0;
        top: -20px
    }
}

.list_history>ul .t2 span:after {
    background-color: #e60012;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
    top: -6px;
    width: 8px;
    z-index: 1
}

@media (max-width:668px) {
    .list_history>ul .t2 span:after {
        left: 7px;
        margin-left: 0;
        top: -16px
    }
}

.list_history>ul:after {
    background-color: #e60012;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    margin-left: -1px;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 1
}

@media (max-width:668px) {
    .list_history>ul:after {
        left: 0;
        margin-left: 0
    }
}

.list_history>ul>li {
    display: block;
    margin-bottom: 60px;
    overflow: hidden;
    position: relative;
    z-index: 2
}

@media (max-width:668px) {
    .list_history>ul>li {
        margin-bottom: 20px
    }
}

.list_history>ul>li:last-of-type {
    margin-bottom: 0
}

.list_history>ul>li .item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%
}

@media (max-width:668px) {
    .list_history>ul>li .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 20px
    }
}

.list_history>ul>li .item_txt {
    padding: 0 0 0 33px;
    width: 50%
}

@media (max-width:668px) {
    .list_history>ul>li .item_txt {
        padding: 20px 0 0;
        width: 100%
    }
}

.list_history>ul>li .item_txt-title {
    position: relative
}

.list_history>ul>li .item_txt-title:before {
    background-color: rgba(230, 0, 18, .5);
    border-radius: 100%;
    content: "";
    display: block;
    height: 16px;
    left: -41px;
    position: absolute;
    top: 80px;
    width: 16px;
    z-index: 1
}

@media (max-width:1440px) {
    .list_history>ul>li .item_txt-title:before {
        top: 70px
    }
}

.list_history>ul>li .item_txt-title:after {
    background-color: #e60012;
    border-radius: 100%;
    content: "";
    display: block;
    height: 8px;
    left: -37px;
    position: absolute;
    top: 84px;
    width: 8px;
    z-index: 1
}

@media (max-width:1440px) {
    .list_history>ul>li .item_txt-title:after {
        top: 74px
    }
}

.list_history>ul>li .item_txt-title span {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 20px;
    line-height: 20px
}

@media (max-width:668px) {
    .list_history>ul>li .item_txt-title span {
        font-size: 16px;
        height: 16px;
        line-height: 16px
    }
}

.list_history>ul>li .item_txt-title p {
    color: #e60012;
    display: block;
    font-family: Bebas Neue;
    font-size: 60px;
    height: 60px;
    line-height: 60px;
    margin: 30px 0 50px;
    text-shadow: 0 10px 10px rgba(230, 0, 18, .3)
}

@media (max-width:1440px) {
    .list_history>ul>li .item_txt-title p {
        font-size: 40px;
        height: 40px;
        line-height: 40px;
        margin: 30px 0
    }
}

@media (max-width:668px) {
    .list_history>ul>li .item_txt-title p {
        font-size: 26px;
        height: 26px;
        line-height: 26px;
        margin: 20px 0
    }

    .list_history>ul>li .item_txt-des ul {
        padding-left: 20px
    }
}

.list_history>ul>li .item_txt-des ul li {
    color: #333;
    font-family: Bebas Neue;
    font-size: 16px;
    line-height: 30px;
    list-style-type: decimal-leading-zero;
    margin-bottom: 20px
}

@media (max-width:1440px) {
    .list_history>ul>li .item_txt-des ul li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px
    }
}

.list_history>ul>li .item_image {
    padding: 0 33px 0 40px;
    width: 50%
}

@media (max-width:668px) {
    .list_history>ul>li .item_image {
        padding: 0;
        width: 100%
    }
}

.list_history>ul>li .item_image img {
    background-color: #fff;
    display: block;
    width: 100%
}

@media (min-width:668px) {
    .list_history>ul>li:nth-of-type(odd) .item_txt {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        padding: 0 33px 0 0
    }

    .list_history>ul>li:nth-of-type(odd) .item_txt-title {
        text-align: right
    }

    .list_history>ul>li:nth-of-type(odd) .item_txt-title:before {
        left: auto;
        right: -41px
    }

    .list_history>ul>li:nth-of-type(odd) .item_txt-title:after {
        left: auto;
        right: -37px
    }

    .list_history>ul>li:nth-of-type(odd) .item_image {
        padding: 0 40px 0 33px
    }
}

.intro__organization {
    background-color: #fff;
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .intro__organization {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .intro__organization {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.intro__organization-des {
    margin: 50px 0
}

@media (max-width:1180px) {
    .intro__organization-des {
        margin: 20px 0
    }
}

.intro__organization-des img {
    max-width: 100%
}

.intro__honor {
    background-color: #f5f5f5;
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .intro__honor {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .intro__honor {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.intro__honor .title02 h3 span {
    color: #e9edf3
}

.intro__honor-inner {
    margin: 50px 0 0
}

@media (max-width:1180px) {
    .intro__honor-inner {
        margin: 20px 0 0
    }
}

@media (max-width:668px) {
    .intro__honor-inner {
        margin: 10px 0 0
    }
}

.intro__honor-hd {
    margin: 40px 0
}

@media (max-width:1180px) {
    .intro__honor-hd {
        margin: 20px 0
    }
}

@media (max-width:668px) {
    .intro__honor-hd {
        margin: 10px 0
    }
}

.intro__honor-hd>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center
}

@media (max-width:968px) {
    .intro__honor-hd>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

.intro__honor-hd>ul>li {
    list-style-type: none;
    margin: 0 15px;
    position: relative
}

@media (max-width:1681px) {
    .intro__honor-hd>ul>li {
        margin: 0 10px
    }
}

@media (max-width:1380px) {
    .intro__honor-hd>ul>li {
        margin: 0 5px
    }
}

@media (max-width:968px) {
    .intro__honor-hd>ul>li {
        margin: 0 0 20px;
        padding: 0 10px;
        width: 25%
    }
}

@media (max-width:668px) {
    .intro__honor-hd>ul>li {
        margin-bottom: 0;
        width: 50%
    }
}

.intro__honor-hd>ul>li>span {
    border: 1px solid #979797;
    border-radius: 23px;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 46px;
    padding: 0 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1681px) {
    .intro__honor-hd>ul>li>span {
        font-size: 14px;
        line-height: 40px;
        padding: 0 30px
    }
}

@media (max-width:1180px) {
    .intro__honor-hd>ul>li>span {
        font-size: 12px;
        padding: 0 15px
    }
}

.intro__honor-hd>ul>li.on span,
.intro__honor-hd>ul>li:hover span {
    background-color: #e60012;
    border: 1px solid #e60012;
    color: #fff
}

.intro__honor-slide a {
    background-color: #fff;
    display: block;
    padding: 25px 25px 0
}

@media (max-width:1440px) {
    .intro__honor-slide a {
        padding: 20px 20px 0
    }
}

@media (max-width:668px) {
    .intro__honor-slide a {
        padding: 10px 10px 0
    }
}

.intro__honor-slide a .img {
    height: 215px;
    position: relative;
    text-align: center;
    width: 100%
}

@media (max-width:1440px) {
    .intro__honor-slide a .img {
        height: 180px
    }
}

@media (max-width:668px) {
    .intro__honor-slide a .img {
        height: 150px
    }
}

.intro__honor-slide a .img img {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.intro__honor-slide a .title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid #eaeaea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 25px;
    padding: 30px 0
}

@media (max-width:1440px) {
    .intro__honor-slide a .title {
        margin-top: 20px;
        padding: 20px 0
    }
}

@media (max-width:668px) {
    .intro__honor-slide a .title {
        margin-top: 10px;
        padding: 10px 0
    }
}

.intro__honor-slide a .title b {
    -webkit-box-flex: 1;
    color: #333;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1440px) {
    .intro__honor-slide a .title b {
        font-size: 14px
    }
}

.intro__honor-slide a .title .icon {
    height: 20px;
    width: 20px
}

.intro__honor-slide a .title .icon svg {
    color: #e60012;
    height: 100%;
    vertical-align: top;
    width: 100%
}

.intro__honor-slide a:hover .title b {
    color: #e60012
}

.intro__honor-page {
    margin: 40px auto;
    text-align: center;
    width: 100%
}

@media (max-width:668px) {
    .intro__honor-page {
        margin: 10px auto
    }
}

.intro__honor-page .swiper-pagination-bullet {
    background: none;
    background-image: url(../image/banner_page03.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    margin: 0 8px !important;
    opacity: 1;
    outline: 0;
    width: 24px
}

@media (max-width:668px) {
    .intro__honor-page .swiper-pagination-bullet {
        height: 16px;
        margin: 0 4px !important;
        width: 16px
    }
}

.intro__honor-page .swiper-pagination-bullet-active {
    background-image: url(../image/banner_page02.png)
}

.honor__list {
    background-color: #f5f5f5;
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .honor__list {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .honor__list {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.honor__list-nav {
    margin: 40px 0
}

@media (max-width:1180px) {
    .honor__list-nav {
        margin: 20px 0
    }
}

@media (max-width:668px) {
    .honor__list-nav {
        margin: 10px 0
    }
}

.honor__list-nav>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center
}

@media (max-width:968px) {
    .honor__list-nav>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

.honor__list-nav>ul>li {
    list-style-type: none;
    margin: 0 15px;
    position: relative
}

@media (max-width:1681px) {
    .honor__list-nav>ul>li {
        margin: 0 10px
    }
}

@media (max-width:1380px) {
    .honor__list-nav>ul>li {
        margin: 0 5px
    }
}

@media (max-width:968px) {
    .honor__list-nav>ul>li {
        margin: 0 0 20px;
        padding: 0 10px;
        width: 25%
    }
}

@media (max-width:668px) {
    .honor__list-nav>ul>li {
        margin-bottom: 0;
        width: 50%
    }
}

.honor__list-nav>ul>li>a {
    border: 1px solid #979797;
    border-radius: 23px;
    color: #666;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 46px;
    padding: 0 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1681px) {
    .honor__list-nav>ul>li>a {
        font-size: 14px;
        line-height: 40px;
        padding: 0 30px
    }
}

@media (max-width:1180px) {
    .honor__list-nav>ul>li>a {
        font-size: 12px;
        padding: 0 15px
    }
}

.honor__list-nav>ul>li>a.cur,
.honor__list-nav>ul>li>a:hover {
    background-color: #e60012;
    border: 1px solid #e60012;
    color: #fff
}

.honor__list-list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0
}

@media (max-width:1180px) {
    .honor__list-list>ul {
        margin: 0 -10px
    }
}

.honor__list-list>ul>li {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 25%
}

@media (max-width:1180px) {
    .honor__list-list>ul>li {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 33.33%
    }
}

@media (max-width:668px) {
    .honor__list-list>ul>li {
        width: 100%
    }
}

.honor__list-list>ul>li a {
    background-color: #fff;
    display: block;
    padding: 25px 25px 0
}

@media (max-width:1440px) {
    .honor__list-list>ul>li a {
        padding: 20px 20px 0
    }
}

@media (max-width:668px) {
    .honor__list-list>ul>li a {
        padding: 10px 10px 0
    }
}

.honor__list-list>ul>li a .img {
    height: 215px;
    position: relative;
    text-align: center;
    width: 100%
}

@media (max-width:1440px) {
    .honor__list-list>ul>li a .img {
        height: 180px
    }
}

@media (max-width:668px) {
    .honor__list-list>ul>li a .img {
        height: 150px
    }
}

.honor__list-list>ul>li a .img img {
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.honor__list-list>ul>li a .title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid #eaeaea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 20px;
    margin-top: 25px;
    padding: 30px 0
}

@media (max-width:1440px) {
    .honor__list-list>ul>li a .title {
        margin-top: 20px;
        padding: 20px 0
    }
}

@media (max-width:668px) {
    .honor__list-list>ul>li a .title {
        margin-top: 10px;
        padding: 10px 0
    }
}

.honor__list-list>ul>li a .title b {
    -webkit-box-flex: 1;
    color: #333;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1440px) {
    .honor__list-list>ul>li a .title b {
        font-size: 14px
    }
}

.honor__list-list>ul>li a .title .icon {
    height: 20px;
    width: 20px
}

.honor__list-list>ul>li a .title .icon svg {
    color: #e60012;
    height: 100%;
    vertical-align: top;
    width: 100%
}

.honor__list-list>ul>li a:hover .title b {
    color: #e60012
}

.honor__list-page {
    margin-top: 40px;
    text-align: center;
    width: 100%
}

@media (max-width:668px) {
    .honor__list-page {
        margin-top: 10px
    }
}

.honor__list-page .swiper-pagination-bullet {
    background: none;
    background-image: url(../image/banner_page03.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 24px;
    margin: 0 8px !important;
    opacity: 1;
    outline: 0;
    width: 24px
}

@media (max-width:668px) {
    .honor__list-page .swiper-pagination-bullet {
        height: 16px;
        margin: 0 4px !important;
        width: 16px
    }
}

.honor__list-page .swiper-pagination-bullet-active {
    background-image: url(../image/banner_page02.png)
}

.intro__culture {
    background-image: url(../image/intro_culture_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

@media (max-width:668px) {
    .intro__culture {
        padding-bottom: 60px
    }
}

@media (min-width:668px) {
    .intro__culture {
        background-attachment: fixed
    }
}

.intro__culture a.more {
    display: block
}

.intro__culture a.more .more01 {
    background: #e60012;
    border: 1px solid #e60012;
    bottom: 40px;
    color: #fff;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2
}

@media (max-width:668px) {
    .intro__culture a.more .more01 {
        bottom: 15px
    }
}

.intro__culture ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

@media (max-width:968px) {
    .intro__culture ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.intro__culture ul li {
    border-right: 1px solid hsla(0, 0%, 100%, .22);
    color: #fff;
    list-style-type: none;
    padding: 115px 40px 100px;
    width: 25%
}

@media (max-width:1440px) {
    .intro__culture ul li {
        padding: 70px 20px
    }
}

@media (max-width:968px) {
    .intro__culture ul li {
        border-bottom: 1px solid hsla(0, 0%, 100%, .22);
        padding: 40px 20px;
        width: 50%
    }
}

@media (max-width:668px) {
    .intro__culture ul li {
        padding: 20px;
        width: 100%
    }
}

.intro__culture ul li .title {
    position: relative;
    text-align: center;
    width: 100%
}

.intro__culture ul li .title b {
    display: block;
    font-size: 26px;
    left: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 2
}

@media (max-width:1440px) {
    .intro__culture ul li .title b {
        font-size: 20px
    }
}

.intro__culture ul li .title span {
    display: block;
    font-family: Bebas Neue;
    font-size: 150px;
    height: 150px;
    line-height: 150px;
    opacity: .05
}

@media (max-width:1440px) {
    .intro__culture ul li .title span {
        font-size: 100px;
        height: 100px;
        line-height: 100px
    }
}

.intro__culture ul li .txt {
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px
}

@media (max-width:1440px) {
    .intro__culture ul li .txt {
        font-size: 14px;
        line-height: 26px
    }
}

.intro__culture ul li .txt:before {
    background-color: #e60012;
    content: "";
    display: block;
    height: 30px;
    margin: 30px auto;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    width: 1px
}

@media (max-width:1440px) {
    .intro__culture ul li .txt:before {
        height: 20px;
        margin: 20px auto
    }
}

@media (max-width:668px) {
    .intro__culture ul li .txt:before {
        height: 10px;
        margin: 10px auto
    }
}

.page__about-title {
    color: #333;
    text-align: center
}

.page__about-title .t {
    font-size: 24px;
    margin: 0;
    padding: 0
}

.page__about-title .des {
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0 0
}

@media (max-width:668px) {
    .page__about-title .des {
        font-size: 14px;
        line-height: 26px
    }
}

.page__about-title .des b,
.page__about-title .des strong {
    color: #e60012
}

.page__about-list {
    margin-top: 40px
}

@media (max-width:668px) {
    .page__about-list {
        margin-top: 20px
    }
}

.page__about-list>ul {
    margin: 0;
    padding: 0
}

.page__about-list>ul>li {
    background-color: #f5f5f5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin-bottom: 30px
}

@media (max-width:668px) {
    .page__about-list>ul>li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px
    }
}

.page__about-list>ul>li .img {
    width: 50%
}

@media (max-width:668px) {
    .page__about-list>ul>li .img {
        height: 200px;
        width: 100%
    }
}

.page__about-list>ul>li .img span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%
}

.page__about-list>ul>li .txt {
    color: #666;
    padding: 50px;
    width: 50%
}

@media (max-width:1440px) {
    .page__about-list>ul>li .txt {
        line-height: 26px;
        padding: 30px
    }
}

@media (max-width:668px) {
    .page__about-list>ul>li .txt {
        padding: 20px;
        width: 100%
    }
}

@media (min-width:668px) {
    .page__about-list>ul>li:nth-of-type(2n) .txt {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }
}

.page__about-video {
    margin: 0 auto;
    max-width: 1030px;
    padding: 30px 0 130px
}

@media (max-width:1440px) {
    .page__about-video {
        max-width: 800px;
        padding: 30px 0 40px
    }
}

@media (max-width:668px) {
    .page__about-video {
        padding: 20px 0
    }
}

.page__about-videocol {
    margin-top: 40px
}

@media (max-width:668px) {
    .page__about-videocol {
        margin-top: 20px
    }
}

.pageinfo {
    padding: 0 0 70px
}

@media (max-width:1440px) {
    .pageinfo {
        padding: 20px
    }
}

.pageinfo-title {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 auto 20px;
    max-width: 920px;
    text-align: center
}

@media (max-width:1380px) {
    .pageinfo-title {
        font-size: 20px;
        line-height: 30px
    }
}

.pageinfo-info {
    color: #999;
    font-size: 14px;
    font-weight: medium;
    line-height: 20px;
    padding: 0;
    text-align: center
}

.pageinfo-info span {
    display: inline-block;
    vertical-align: top
}

.pageinfo-info svg {
    color: #999;
    height: 20px;
    width: 20px
}

.pageinfo-txt {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
    padding: 30px 0
}

@media (max-width:1440px) {
    .pageinfo-txt {
        font-size: 14px;
        line-height: 26px
    }
}

@media (max-width:668px) {
    .pageinfo-txt {
        font-weight: 400;
        margin-top: 20px;
        padding: 10px 0
    }
}

.pageinfo-txt img {
    height: auto !important;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 100% !important
}

.pageinfo .updown {
    color: #666;
    font-size: 14px;
    line-height: 28px;
    padding: 40px 0 0
}

@media (max-width:1380px) {
    .pageinfo .updown {
        font-size: 12px;
        line-height: 22px;
        padding: 20px 0 0
    }
}

@media (max-width:1180px) {
    .pageinfo .updown {
        padding: 10px 0 0
    }
}

.pageinfo .updown a {
    color: #666;
    -webkit-transition: all .5s;
    transition: all .5s
}

.pageinfo .updown a:hover {
    color: #e60012
}

.pageinfo .updown .inner {
    padding-right: 150px;
    position: relative;
    width: 100%
}

@media (max-width:668px) {
    .pageinfo .updown .inner {
        padding: 0
    }
}

.pageinfo .updown .btn_back {
    border: 1px solid #5b5b5b;
    border-radius: 40px;
    color: #666;
    display: block;
    height: 44px;
    line-height: 42px;
    margin-top: -22px;
    padding: 0 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 150px
}

@media (max-width:668px) {
    .pageinfo .updown .btn_back {
        margin: 20px auto 0;
        position: static
    }
}

.pageinfo .updown .btn_back span {
    display: block;
    float: right;
    height: 12px;
    margin: 14px 0 0;
    position: relative;
    width: 15px
}

.pageinfo .updown .btn_back span:after,
.pageinfo .updown .btn_back span:before {
    background: #5b5b5b;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    line-height: 1px;
    position: absolute;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.pageinfo .updown .btn_back span:before {
    top: 0
}

.pageinfo .updown .btn_back span:after {
    bottom: 0
}

.pageinfo .updown .btn_back span i {
    background: #5b5b5b;
    display: block;
    height: 1px;
    left: 0;
    line-height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.pageinfo .updown .btn_back:hover {
    background: #e60012;
    border-color: #e60012;
    color: #fff;
    text-decoration: none
}

.pageinfo .updown .btn_back:hover span:after,
.pageinfo .updown .btn_back:hover span:before {
    background: #fff;
    width: 10px
}

.pageinfo .updown .btn_back:hover span:before {
    top: 2px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.pageinfo .updown .btn_back:hover span:after {
    bottom: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.pageinfo .updown .btn_back:hover span i {
    opacity: 0
}

.list_culture {
    margin-bottom: 80px
}

@media (max-width:1440px) {
    .list_culture {
        margin-bottom: 40px
    }
}

@media (max-width:1180px) {
    .list_culture {
        margin-bottom: 0
    }
}

.list_culture>ul {
    margin: 0;
    padding: 0
}

.list_culture>ul>li {
    display: block
}

@media (max-width:668px) {
    .list_culture>ul>li {
        margin-bottom: 20px
    }
}

.list_culture>ul>li .item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

@media (max-width:668px) {
    .list_culture>ul>li .item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.list_culture>ul>li .item .img {
    height: 480px;
    overflow: hidden;
    width: 50%
}

@media (max-width:1440px) {
    .list_culture>ul>li .item .img {
        height: 400px
    }
}

@media (max-width:668px) {
    .list_culture>ul>li .item .img {
        height: 200px;
        width: 100%
    }
}

.list_culture>ul>li .item .img span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.list_culture>ul>li .item .txt {
    padding: 0 70px;
    width: 50%
}

@media (max-width:1440px) {
    .list_culture>ul>li .item .txt {
        padding: 0 50px
    }
}

@media (max-width:1180px) {
    .list_culture>ul>li .item .txt {
        padding: 0 20px
    }
}

@media (max-width:668px) {
    .list_culture>ul>li .item .txt {
        padding: 20px;
        width: 100%
    }
}

.list_culture>ul>li .item .txt b.t {
    color: #e60012;
    display: inline-block;
    font-size: 26px
}

@media (max-width:1440px) {
    .list_culture>ul>li .item .txt b.t {
        font-size: 20px
    }
}

@media (max-width:1180px) {
    .list_culture>ul>li .item .txt b.t {
        font-weight: 18px
    }
}

@media (max-width:668px) {
    .list_culture>ul>li .item .txt b.t {
        font-size: 16px
    }
}

.list_culture>ul>li .item .txt b.t:after {
    background-color: #e60012;
    content: "";
    display: block;
    height: 2px;
    line-height: 2px;
    margin: 20px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 40px
}

.list_culture>ul>li .item .txt .des {
    color: #666
}

@media (min-width:668px) {
    .list_culture>ul>li .item:hover .img span {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .list_culture>ul>li .item:hover .txt b.t:after {
        width: 100%
    }

    .list_culture>ul>li:nth-of-type(2n) .item .txt {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1
    }
}

.contact__info {
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1681px) {
    .contact__info {
        padding-bottom: 60px;
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .contact__info {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

@media (max-width:668px) {
    .contact__info .title02_des {
        font-size: 14px
    }
}

.contact__info-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url(../image/contact_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    padding: 50px 0 30px
}

@media (max-width:1180px) {
    .contact__info-inner {
        background-position: 0 100%;
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: 20px
    }
}

@media (max-width:968px) {
    .contact__info-inner {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (max-width:668px) {
    .contact__info-inner {
        background: none;
        padding: 20px 0
    }
}

.contact__info-map {
    margin-top: 70px;
    width: 100%
}

@media (max-width:1681px) {
    .contact__info-map {
        margin-top: 60px
    }
}

@media (max-width:1180px) {
    .contact__info-map {
        margin-top: 20px
    }
}

.contact__info-map a {
    display: block;
    width: 100%
}

.contact__info-map img {
    width: 100%
}

.contact_side {
    text-align: center;
    width: 420px
}

@media (max-width:1440px) {
    .contact_side {
        width: 380px
    }
}

@media (max-width:968px) {
    .contact_side {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 auto;
        max-width: 400px
    }
}

.contact_side .logo {
    margin: 0 auto;
    width: 110px
}

.contact_side .logo img {
    max-width: 100%
}

.contact_side .qr {
    margin: 60px auto 0;
    width: 110px
}

@media (max-width:968px) {
    .contact_side .qr {
        margin-top: 0
    }
}

.contact_side .qr img {
    border: 1px solid #ddd;
    width: 100%
}

.contact_side .qr span {
    color: #999;
    display: block;
    font-size: 14px;
    text-align: center
}

.contact_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 80px
}

@media (max-width:1440px) {
    .contact_right {
        margin: 0 40px
    }
}

@media (max-width:968px) {
    .contact_right {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        -webkit-order: -1;
        order: -1;
        padding: 0 20px
    }
}

@media (max-width:668px) {
    .contact_right {
        margin: 0
    }
}

.contact_right .title01 {
    height: 70px;
    line-height: 70px;
    margin-bottom: 20px;
    position: relative
}

@media (max-width:1440px) {
    .contact_right .title01 {
        height: 50px;
        line-height: 50px
    }
}

.contact_right .title01 em {
    color: rgba(230, 0, 18, .08);
    display: block;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    height: 70px;
    left: -15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2
}

@media (max-width:1440px) {
    .contact_right .title01 em {
        font-size: 50px;
        height: 50px
    }
}

.contact_right .title01 span {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 700
}

.contact_right .list {
    border-bottom: 1px solid rgba(230, 0, 18, .3)
}

.contact_right .list:last-of-type {
    border-bottom: none
}

.contact_right .list>ul {
    margin: 0;
    max-width: 720px;
    padding: 0
}

.contact_right .list>ul>li {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin: 20px 0;
    padding-left: 120px;
    position: relative
}

@media (max-width:1440px) {
    .contact_right .list>ul>li {
        font-size: 14px;
        line-height: 26px;
        padding-left: 90px
    }
}

.contact_right .list>ul>li span.t {
    color: #666;
    display: block;
    font-weight: 700;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px
}

@media (max-width:1440px) {
    .contact_right .list>ul>li span.t {
        width: 90px
    }
}

.contact_right .list>ul>li>ul {
    margin: 0;
    padding: 0
}

.contact_right .list>ul>li>ul li {
    display: inline-block;
    min-width: 220px
}

.contact_right .list>ul>li>ul li.block {
    display: block
}

.contact__distribution {
    background-color: #f5f5f5
}

.contact__distribution .title02 h3 span {
    color: #e9edf3
}

.contact__distribution-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 80px
}

@media (max-width:1681px) {
    .contact__distribution-inner {
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .contact__distribution-inner {
        padding-top: 20px
    }
}

.contact__distribution-txt {
    width: 100%
}

.contact__distribution-txt .txt {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    margin: 20px 0
}

@media (max-width:1681px) {
    .contact__distribution-txt .txt {
        font-size: 18px;
        line-height: 36px
    }
}

@media (max-width:668px) {
    .contact__distribution-txt .txt {
        font-size: 14px;
        line-height: 30px
    }
}

.contact__distribution-txt .txt em {
    color: #e60012;
    font-style: normal
}

.contact__distribution-txt .txt em a {
    color: #e60012
}

.contact__distribution-map {
    text-align: center;
    width: 100%
}

.contact__distribution-map img {
    max-width: 100%
}

.contact__bottom {
    background-image: url(../image/contact_bottom_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    padding: 90px 20px;
    text-align: center
}

@media (max-width:1180px) {
    .contact__bottom {
        font-size: 18px;
        padding: 50px 20px
    }
}

@media (max-width:668px) {
    .contact__bottom {
        font-size: 16px
    }
}

.contact__bottom b {
    display: block;
    font-size: 24px;
    margin-bottom: 30px
}

@media (max-width:1180px) {
    .contact__bottom b {
        font-size: 20px;
        margin-bottom: 15px
    }
}

@media (max-width:668px) {
    .contact__bottom b {
        font-size: 15px
    }
}

.contact__bottom span {
    color: #e60012
}

.search_list_w {
    background: #f5f5f5;
    padding-bottom: 60px
}

@media (max-width:968px) {
    .search_list_w {
        padding-bottom: 20px
    }
}

.search_list {
    padding: 80px 0
}

@media (max-width:1681px) {
    .search_list {
        padding: 60px 0 20px
    }
}

@media (max-width:1180px) {
    .search_list {
        padding: 20px 0 0
    }
}

.search_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding: 0
}

@media (max-width:1180px) {
    .search_list ul {
        margin: 0 -10px
    }
}

.search_list ul li {
    display: block;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.33%
}

@media (max-width:1180px) {
    .search_list ul li {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 50%
    }
}

@media (max-width:668px) {
    .search_list ul li {
        width: 100%
    }
}

.search_list ul li a {
    background-color: #fff;
    display: block;
    height: 100%;
    padding: 40px;
    position: relative;
    width: 100%
}

@media (max-width:1440px) {
    .search_list ul li a {
        padding: 20px
    }
}

.search_list ul li a .txt b.t {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    height: 52px;
    line-height: 26px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:668px) {
    .search_list ul li a .txt b.t {
        font-size: 14px
    }
}

.search_list ul li a .txt .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: block;
    display: -webkit-box;
    font-size: 16px;
    line-height: 30px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1440px) {
    .search_list ul li a .txt .des {
        font-size: 14px
    }
}

@media (max-width:668px) {
    .search_list ul li a .txt .des {
        margin: 10px 0
    }
}

.search_list ul li a .txt .des:before {
    background: #e60012;
    content: "";
    display: block;
    height: 1px;
    line-height: 1px;
    margin: 10px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 60px
}

@media (min-width:1180px) {
    .search_list ul li a:hover .txt b.t {
        color: #e60012
    }

    .search_list ul li a:hover .txt .des:before {
        width: 100%
    }
}

.target-fix {
    background: none;
    border: none;
    display: block;
    height: 1px;
    outline: 0;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    top: 0
}

.target-fix:focus {
    outline: 0
}

.mt {
    margin-top: 100px
}

@media (max-width:1180px) {
    .mt {
        margin-top: 70px
    }
}

.pt {
    padding-top: 100px
}

@media (max-width:1380px) {
    .pt {
        padding-top: 70px
    }
}

#warper {
    margin: 0 auto;
    max-width: 1920px
}

svg {
    fill: currentColor;
    display: inline-block;
    overflow: hidden
}

.hidden-svg {
    display: block;
    height: 0;
    overflow: hidden;
    width: 0
}

.header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(0, 0, 0, .4);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0;
    padding: 0 40px;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 20
}

@media (max-width:1440px) {
    .header {
        height: 80px
    }
}

@media (max-width:1180px) {
    .header {
        height: 70px;
        padding: 0 20px
    }
}

.sticker .header {
    height: 80px
}

@media (max-width:1180px) {
    .sticker .header {
        height: 70px
    }
}

.header__logo {
    display: block;
    height: 78px;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1440px) {
    .header__logo {
        height: 60px
    }
}

@media (max-width:1180px) {
    .header__logo {
        height: 50px
    }
}

.sticker .header__logo {
    height: 60px
}

@media (max-width:1180px) {
    .sticker .header__logo {
        height: 50px
    }
}

.header__logo img {
    height: 100%
}

.header__nav {
    margin-left: auto
}

@media (max-width:1180px) {
    .header__nav {
        display: none
    }
}

.header__nav>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.header__nav>ul>li {
    list-style-type: none
}

.header__nav>ul>li>a {
    color: #fff;
    display: block;
    font-size: 18px;
    height: 110px;
    line-height: 110px;
    padding: 0 20px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1440px) {
    .header__nav>ul>li>a {
        font-size: 16px;
        height: 80px;
        line-height: 80px
    }
}

.sticker .header__nav>ul>li>a {
    line-height: 80px
}

.header__nav>ul>li>a:before {
    background: #e60012;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    line-height: 2px;
    position: absolute;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 0;
    z-index: 2
}

.header__nav>ul>li .sub {
    background: hsla(0, 0%, 100%, .9);
    display: none;
    left: 0;
    position: absolute;
    top: 110px;
    width: 100%;
    z-index: 2
}

@media (max-width:1440px) {
    .header__nav>ul>li .sub {
        top: 80px
    }
}

.header__nav>ul>li .sub .sub_inner {
    border-top: 2px solid #e60012;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__nav>ul>li .sub .sub_txt {
    background: hsla(0, 0%, 100%, .6);
    padding-right: 40px;
    padding-top: 60px;
    width: 30%
}

.header__nav>ul>li .sub .sub_txt .title {
    color: #e60012;
    font-size: 24px
}

@media (max-width:1440px) {
    .header__nav>ul>li .sub .sub_txt .title {
        font-size: 20px
    }
}

.header__nav>ul>li .sub .sub_txt .title:after {
    background-color: #e60012;
    content: "";
    display: block;
    height: 2px;
    line-height: 2px;
    margin: 20px 0;
    width: 55px
}

.header__nav>ul>li .sub .sub_txt .des {
    color: #555;
    font-size: 16px;
    line-height: 34px;
    text-align: justify
}

@media (max-width:1440px) {
    .header__nav>ul>li .sub .sub_txt .des {
        font-size: 14px;
        line-height: 26px
    }
}

.header__nav>ul>li .sub .sub_right {
    border-left: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%
}

.header__nav>ul>li .sub .sub_right .sub_nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 60px 40px 40px
}

.header__nav>ul>li .sub .sub_right .sub_nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0
}

.header__nav>ul>li .sub .sub_right .sub_nav ul li {
    list-style-type: none;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 33.33%
}

.header__nav>ul>li .sub .sub_right .sub_nav ul li a {
    border: 1px solid #9b9b9b;
    display: block;
    height: 54px;
    line-height: 52px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

@media (max-width:1440px) {
    .header__nav>ul>li .sub .sub_right .sub_nav ul li a {
        font-size: 13px;
        height: 44px;
        line-height: 42px
    }
}

.header__nav>ul>li .sub .sub_right .sub_nav ul li a span {
    color: #666;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header__nav>ul>li .sub .sub_right .sub_nav ul li a .icon {
    display: inline-block;
    height: 30px;
    margin-left: 10px;
    margin-top: 11px;
    vertical-align: top;
    width: 30px
}

@media (max-width:1440px) {
    .header__nav>ul>li .sub .sub_right .sub_nav ul li a .icon {
        margin-top: 6px
    }
}

.header__nav>ul>li .sub .sub_right .sub_nav ul li a .icon svg {
    color: #9b9b9b;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 100%
}

.header__nav>ul>li .sub .sub_right .sub_nav ul li a:hover {
    background-color: #e60012;
    border-color: #e60012
}

.header__nav>ul>li .sub .sub_right .sub_nav ul li a:hover .icon svg,
.header__nav>ul>li .sub .sub_right .sub_nav ul li a:hover span {
    color: #fff
}

.header__nav>ul>li .sub .sub_right .sub_img {
    padding-bottom: 40px;
    padding-top: 40px;
    width: 400px
}

@media (max-width:1440px) {
    .header__nav>ul>li .sub .sub_right .sub_img {
        width: 300px
    }
}

.header__nav>ul>li .sub .sub_right .sub_img img {
    width: 100%
}

.header__nav>ul>li.on>a {
    color: #ff0505
}

.header__nav>ul>li.on>a:before {
    left: 0;
    width: 100%
}

.header__search {
    height: 20px;
    margin-left: 20px;
    width: 20px
}

@media (max-width:1180px) {
    .header__search {
        margin: 0 40px 0 0
    }
}

.header__search svg {
    color: #fff;
    height: 100%;
    vertical-align: top;
    width: 100%
}

#pop__search {
    display: none
}

#pop__search h6 {
    display: block;
    font-size: 22px;
    font-weight: 700
}

.pop__search-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 50px;
    width: 600px
}

@media (max-width:968px) {
    .pop__search-inner {
        max-width: 300px
    }
}

.pop__search-btn1 {
    border: none;
    outline: 0;
    padding: 0 20px;
    width: 90%
}

.pop__search-btn2 {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: 10%
}

.pop__search-btn2 svg {
    color: #666;
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    vertical-align: top;
    width: 20px
}

.m_icon {
    display: none
}

@media (max-width:1180px) {
    .m_icon {
        display: block
    }
}

.m_nav {
    margin: 30px 0 0
}

.m_nav .panel {
    background: none;
    border-radius: 0;
    box-shadow: none
}

.m_nav .panel .panel-heading {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0
}

.m_nav .panel .panel-heading .panel-title {
    height: 40px;
    line-height: 40px;
    position: relative
}

.m_nav .panel .panel-heading .panel-title a.t {
    color: #333;
    display: block;
    font-size: 14px;
    left: 0;
    position: absolute;
    text-decoration: none;
    top: 0;
    width: 100%
}

.m_nav .panel .panel-heading .panel-title a.switch {
    color: #333;
    display: block;
    float: right;
    height: 40px;
    position: relative;
    width: 20px
}

.m_nav .panel .panel-heading .panel-title a.switch svg {
    display: block;
    font-style: normal;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 20px;
    z-index: 3
}

.m_nav .panel .panel-heading .panel-title a.switch svg:after {
    color: #666;
    content: "\e638";
    display: block;
    font-family: iconfont;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    width: 10px
}

.m_nav .panel .panel-heading .panel-title a.switch[aria-expanded=true] svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.m_nav .panel .panel-collapse .panel-body {
    border-top: none;
    padding: 15px 0
}

.m_nav .panel .panel-collapse .panel-body:after,
.m_nav .panel .panel-collapse .panel-body:before {
    display: none
}

.m_nav .panel .panel-collapse .panel-body ul {
    margin: 0;
    padding: 0 0 0 10px
}

.m_nav .panel .panel-collapse .panel-body ul li {
    display: block
}

.m_nav .panel .panel-collapse .panel-body ul li a {
    color: #666;
    display: block;
    font-size: 12px;
    line-height: 30px
}

.index__products {
    overflow: hidden
}

.index__products ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

@media (max-width:968px) {
    .index__products ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.index__products ul li {
    border-right: 1px solid #f3f3f3;
    list-style-type: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 16.66%
}

@media (max-width:968px) {
    .index__products ul li {
        border-bottom: 1px solid #f3f3f3;
        width: 33.33%
    }
}

@media (max-width:668px) {
    .index__products ul li {
        width: 50%
    }
}

.index__products ul li a {
    display: block;
    height: 100%;
    overflow: hidden;
    padding-bottom: 490px;
    padding-top: 110px;
    position: relative;
    width: 100%
}

@media (max-width:1681px) {
    .index__products ul li a {
        padding-bottom: 400px;
        padding-top: 80px
    }
}

@media (max-width:1440px) {
    .index__products ul li a {
        padding-bottom: 350px;
        padding-top: 50px
    }
}

@media (max-width:1380px) {
    .index__products ul li a {
        padding-top: 60px
    }
}

@media (max-width:1180px) {
    .index__products ul li a {
        padding-bottom: 250px;
        padding-top: 20px
    }
}

@media (max-width:668px) {
    .index__products ul li a {
        padding-bottom: 180px
    }
}

.index__products ul li a .title {
    padding-left: 50px;
    position: relative
}

@media (max-width:1681px) {
    .index__products ul li a .title {
        padding-left: 20px
    }
}

@media (max-width:668px) {
    .index__products ul li a .title {
        padding-left: 0;
        text-align: center
    }
}

.index__products ul li a .title b {
    color: #333;
    display: block;
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1681px) {
    .index__products ul li a .title b {
        font-size: 22px;
        height: 22px;
        line-height: 22px
    }
}

@media (max-width:1440px) {
    .index__products ul li a .title b {
        font-size: 20px;
        height: 20px;
        line-height: 20px
    }
}

@media (max-width:1380px) {
    .index__products ul li a .title b {
        font-size: 18px;
        height: 18px;
        line-height: 18px
    }
}

@media (max-width:668px) {
    .index__products ul li a .title b {
        font-size: 16px;
        height: 16px;
        line-height: 16px
    }
}

.index__products ul li a .title b em {
    color: #a6a6a6;
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1681px) {
    .index__products ul li a .title b em {
        font-size: 16px
    }
}

@media (max-width:1440px) {
    .index__products ul li a .title b em {
        font-size: 14px
    }
}

@media (max-width:1380px) {
    .index__products ul li a .title b em {
        font-size: 12px
    }
}

@media (max-width:668px) {
    .index__products ul li a .title b em {
        height: 30px;
        line-height: 30px
    }
}

.index__products ul li a .title .more01 {
    opacity: 0;
    position: absolute;
    right: 50px;
    top: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 2
}

@media (max-width:1681px) {
    .index__products ul li a .title .more01 {
        right: 30px
    }
}

.index__products ul li a .img {
    bottom: 40px;
    left: 50%;
    margin-left: -160px;
    position: absolute;
    width: 320px;
    z-index: 2
}

@media (max-width:1681px) {
    .index__products ul li a .img {
        bottom: 20px;
        margin-left: -120px;
        width: 240px
    }
}

@media (max-width:1380px) {
    .index__products ul li a .img {
        margin-left: -100px;
        width: 200px
    }
}

@media (max-width:1180px) {
    .index__products ul li a .img {
        margin-left: -75px;
        width: 150px
    }
}

@media (max-width:668px) {
    .index__products ul li a .img {
        bottom: 10px;
        margin-left: -65px;
        width: 130px
    }
}

.index__products ul li a .img img {
    width: 100%
}

.index__products ul li.m {
    width: 15%
}

.index__products ul li.on {
    width: 25%
}

.index__products ul li.on a {
    background-color: #e60012
}

.index__products ul li.on a .title b,
.index__products ul li.on a .title b em {
    color: #fff
}

.index__products ul li.on a .title .more01 {
    opacity: 1;
    top: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.index__application {
    background-color: #f5f5f5;
    padding-bottom: 80px;
    padding-top: 80px
}

@media (max-width:1440px) {
    .index__application {
        padding-bottom: 30px
    }
}

@media (max-width:1180px) {
    .index__application {
        padding-bottom: 0;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .index__application {
        padding-top: 20px
    }
}

.index__application-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:668px) {
    .index__application-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index__application-top .des {
    color: #333;
    font-size: 18px;
    margin-left: auto
}

@media (max-width:1440px) {
    .index__application-top .des {
        font-size: 16px
    }
}

@media (max-width:668px) {
    .index__application-top .des {
        font-size: 12px;
        margin-left: 0
    }
}

.index__application-top .des em {
    color: #e60012;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    margin: 0 5px
}

@media (max-width:1440px) {
    .index__application-top .des em {
        font-size: 20px
    }
}

@media (max-width:668px) {
    .index__application-top .des em {
        font-size: 14px;
        margin: 0
    }
}

.index__application-list {
    margin-top: 50px;
    overflow: hidden
}

@media (max-width:1180px) {
    .index__application-list {
        margin-top: 20px
    }
}

.index__application-list ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -15px;
    padding: 0
}

.index__application-list ul li {
    list-style-type: none;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 100%
}

@media (max-width:668px) {
    .index__application-list ul li {
        margin-bottom: 20px
    }
}

@media (min-width:668px) {
    .index__application-list ul li:first-of-type {
        width: 60%
    }

    .index__application-list ul li:nth-of-type(2) {
        width: 40%
    }

    .index__application-list ul li:nth-of-type(4) {
        width: 46%
    }

    .index__application-list ul li:nth-of-type(3),
    .index__application-list ul li:nth-of-type(5) {
        width: 27%
    }
}

.index__application-list ul li a {
    display: block;
    height: 353px;
    position: relative;
    width: 100%
}

@media (max-width:1440px) {
    .index__application-list ul li a {
        height: 300px
    }
}

@media (max-width:668px) {
    .index__application-list ul li a {
        height: 250px
    }
}

.index__application-list ul li a .txt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    z-index: 3
}

@media (max-width:668px) {
    .index__application-list ul li a .txt {
        bottom: 15px;
        padding: 0 20px
    }
}

.index__application-list ul li a .txt .title b {
    color: #fff;
    display: block;
    font-size: 22px;
    font-weight: 700;
    height: 22px;
    line-height: 22px
}

@media (max-width:1440px) {
    .index__application-list ul li a .txt .title b {
        font-size: 20px
    }
}

@media (max-width:668px) {
    .index__application-list ul li a .txt .title b {
        font-size: 18px;
        height: 20px;
        line-height: 20px
    }
}

.index__application-list ul li a .txt .title em {
    color: #f3f3f3;
    display: block;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    margin-top: 10px
}

@media (max-width:668px) {
    .index__application-list ul li a .txt .title em {
        font-size: 14px;
        height: 14px;
        line-height: 14px
    }
}

.index__application-list ul li a .txt .icon {
    height: 50px;
    margin-top: 20px;
    width: 50px
}

.index__application-list ul li a .txt .icon svg {
    color: #fff;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    vertical-align: top;
    width: 100%
}

.index__application-list ul li a .img {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.index__application-list ul li a .img span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.index__application-list ul li a:hover .txt .icon svg {
    color: #e60012
}

.index__application-list ul li a:hover .img span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index__news {
    background-image: url(../image/index_news_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 80px
}

@media (max-width:1180px) {
    .index__news {
        padding-bottom: 0;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .index__news {
        padding-top: 20px
    }
}

.index__news-top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:668px) {
    .index__news-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: start;
        align-items: start;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index__news-top .cate {
    margin-left: auto
}

@media (max-width:668px) {
    .index__news-top .cate {
        margin-left: 0;
        margin-top: 10px;
        overflow: hidden;
        width: 100%
    }
}

.index__news-top .cate ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

@media (max-width:668px) {
    .index__news-top .cate ul {
        margin: 0 -10px
    }
}

.index__news-top .cate ul li {
    list-style-type: none;
    margin-left: 60px
}

@media (max-width:668px) {
    .index__news-top .cate ul li {
        margin: 0;
        padding: 0 10px;
        width: 50%
    }
}

.index__news-top .cate ul li a {
    color: #333;
    display: block;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    padding-left: 34px;
    position: relative
}

@media (max-width:668px) {
    .index__news-top .cate ul li a {
        background: #ddd;
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding-left: 0;
        text-align: center
    }
}

.index__news-top .cate ul li a:before {
    background: #e60012;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    line-height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 0
}

@media (max-width:668px) {
    .index__news-top .cate ul li a:before {
        display: none
    }
}

.index__news-top .cate ul li.on a {
    color: #e60012
}

@media (max-width:668px) {
    .index__news-top .cate ul li.on a {
        background: #e60012;
        color: #fff
    }
}

.index__news-top .cate ul li.on a:before {
    width: 22px
}

.index__news-item {
    margin-top: 50px
}

@media (max-width:1180px) {
    .index__news-item {
        margin-top: 20px
    }
}

.index__news-item li {
    list-style-type: none
}

.index__news-item>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    padding: 0
}

@media (max-width:1440px) {
    .index__news-item>ul {
        margin: 0 -10px
    }
}

@media (max-width:668px) {
    .index__news-item>ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index__news-item>ul>li {
    padding: 0 15px
}

@media (max-width:1440px) {
    .index__news-item>ul>li {
        padding: 0 10px
    }
}

.index__news-item>ul>li.list01 {
    height: 496px;
    margin-bottom: 30px;
    width: 42%
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list01 {
        height: 400px
    }
}

@media (max-width:668px) {
    .index__news-item>ul>li.list01 {
        height: 230px;
        margin-bottom: 20px;
        width: 100%
    }
}

.index__news-item>ul>li.list01 a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.index__news-item>ul>li.list01 a .title {
    bottom: 30px;
    color: #fff;
    height: 50px;
    left: 0;
    padding: 0 30px;
    position: absolute;
    width: 100%;
    z-index: 3
}

@media (max-width:668px) {
    .index__news-item>ul>li.list01 a .title {
        bottom: 20px;
        padding: 0 20px
    }
}

.index__news-item>ul>li.list01 a .title span.date {
    display: block;
    font-size: 16px;
    height: 30px;
    line-height: 30px
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list01 a .title span.date {
        font-size: 14px
    }
}

@media (max-width:668px) {
    .index__news-item>ul>li.list01 a .title span.date {
        font-size: 12px
    }
}

.index__news-item>ul>li.list01 a .title b {
    display: block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list01 a .title b {
        font-size: 16px
    }
}

@media (max-width:668px) {
    .index__news-item>ul>li.list01 a .title b {
        font-size: 14px
    }
}

.index__news-item>ul>li.list01 a .img {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.index__news-item>ul>li.list01 a .img span {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.index__news-item>ul>li.list01 a:hover .img span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index__news-item>ul>li.list02 {
    width: 23%
}

@media (max-width:668px) {
    .index__news-item>ul>li.list02 {
        width: 100%
    }
}

.index__news-item>ul>li.list02>ul {
    margin: 0;
    padding: 0
}

.index__news-item>ul>li.list02>ul>li {
    height: 233px;
    margin-bottom: 30px;
    width: 100%
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list02>ul>li {
        height: 190px;
        margin-bottom: 20px
    }
}

@media (max-width:668px) {
    .index__news-item>ul>li.list02>ul>li {
        height: 230px
    }
}

.index__news-item>ul>li.list02>ul>li a {
    display: block;
    height: 100%;
    position: relative;
    width: 100%
}

.index__news-item>ul>li.list02>ul>li a .title {
    bottom: 20px;
    color: #fff;
    height: 50px;
    left: 0;
    padding: 0 20px;
    position: absolute;
    width: 100%;
    z-index: 3
}

.index__news-item>ul>li.list02>ul>li a .title span.date {
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 30px
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list02>ul>li a .title span.date {
        font-size: 12px
    }
}

.index__news-item>ul>li.list02>ul>li a .title b {
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list02>ul>li a .title b {
        font-size: 14px
    }
}

.index__news-item>ul>li.list02>ul>li a .img {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.index__news-item>ul>li.list02>ul>li a .img span {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%
}

.index__news-item>ul>li.list02>ul>li a:hover .img span {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.index__news-item>ul>li.list03 {
    width: 35%
}

@media (max-width:668px) {
    .index__news-item>ul>li.list03 {
        width: 100%
    }
}

.index__news-item>ul>li.list03>ul {
    margin: 0;
    padding: 0
}

.index__news-item>ul>li.list03>ul>li {
    height: 145px;
    margin-bottom: 30px;
    width: 100%
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list03>ul>li {
        height: 120px;
        margin-bottom: 20px
    }
}

.index__news-item>ul>li.list03>ul>li a {
    background-color: #f5f5f5;
    display: block;
    height: 100%;
    padding: 30px 30px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list03>ul>li a {
        padding: 20px 20px 0
    }
}

.index__news-item>ul>li.list03>ul>li a .title {
    display: block;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
    padding-right: 80px;
    position: relative
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list03>ul>li a .title {
        font-size: 14px;
        margin-bottom: 10px
    }
}

.index__news-item>ul>li.list03>ul>li a .title b {
    color: #333;
    display: block;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap;
    width: 100%
}

.index__news-item>ul>li.list03>ul>li a .title span.date {
    color: #e60012;
    display: block;
    font-size: 14px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 80px;
    z-index: 2
}

.index__news-item>ul>li.list03>ul>li a .txt {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    display: -webkit-box;
    font-size: 14px;
    line-height: 30px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s
}

@media (max-width:1440px) {
    .index__news-item>ul>li.list03>ul>li a .txt {
        font-size: 12px;
        line-height: 26px
    }
}

.index__news-item>ul>li.list03>ul>li a:hover {
    background-color: #e60012
}

.index__news-item>ul>li.list03>ul>li a:hover .title b,
.index__news-item>ul>li.list03>ul>li a:hover .title span.date,
.index__news-item>ul>li.list03>ul>li a:hover .txt {
    color: #fff
}

.index__intro {
    background-image: url(../image/index_intro_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 120px;
    padding-top: 120px
}

@media (max-width:1440px) {
    .index__intro {
        padding-bottom: 100px;
        padding-top: 100px
    }
}

@media (max-width:1180px) {
    .index__intro {
        padding-bottom: 40px;
        padding-top: 40px
    }
}

@media (max-width:668px) {
    .index__intro {
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.index__intro-inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

@media (max-width:668px) {
    .index__intro-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.index__intro-txt {
    padding-right: 70px;
    width: 57%
}

@media (max-width:1180px) {
    .index__intro-txt {
        padding-right: 40px
    }
}

@media (max-width:668px) {
    .index__intro-txt {
        padding-right: 0;
        width: 100%
    }
}

.index__intro-txt .title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.index__intro-txt .txt {
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin: 60px 0
}

@media (max-width:1440px) {
    .index__intro-txt .txt {
        font-size: 14px;
        line-height: 30px
    }
}

@media (max-width:1180px) {
    .index__intro-txt .txt {
        line-height: 26px;
        margin: 30px 0
    }
}

@media (max-width:668px) {
    .index__intro-txt .txt {
        margin: 20px 0
    }
}

.index__intro-txt .about_num ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0;
    padding: 0
}

.index__intro-txt .about_num ul,
.index__intro-txt .about_num ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.index__intro-txt .about_num ul li {
    color: #eaeaea;
    list-style-type: none
}

.index__intro-txt .about_num-icon {
    height: 36px;
    margin: 0 20px 0 0;
    width: 36px
}

@media (max-width:668px) {
    .index__intro-txt .about_num-icon {
        height: 20px;
        margin: 5px 10px 0 0;
        width: 20px
    }
}

.index__intro-txt .about_num-icon svg {
    height: 100%;
    vertical-align: top;
    width: 100%
}

.index__intro-txt .about_num-txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.index__intro-txt .about_num-txt span {
    color: #e60012;
    font-family: Bebas Neue;
    font-size: 60px
}

@media (max-width:1440px) {
    .index__intro-txt .about_num-txt span {
        font-size: 50px
    }
}

@media (max-width:1380px) {
    .index__intro-txt .about_num-txt span {
        font-size: 40px
    }
}

@media (max-width:1180px) {
    .index__intro-txt .about_num-txt span {
        font-size: 30px
    }
}

@media (max-width:668px) {
    .index__intro-txt .about_num-txt span {
        font-size: 20px
    }
}

.index__intro-txt .about_num-txt em {
    color: #e60012;
    font-size: 20px;
    font-style: normal
}

@media (max-width:668px) {
    .index__intro-txt .about_num-txt em {
        font-size: 16px
    }

    .index__intro-txt .about_num-txt p {
        font-size: 12px
    }
}

.index__intro-video {
    width: 43%
}

@media (max-width:668px) {
    .index__intro-video {
        width: 100%
    }
}

.footer {
    background-color: #232323;
    padding-top: 60px
}

@media (max-width:1440px) {
    .footer {
        padding-top: 40px
    }
}

.footer__top {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.footer__top li {
    list-style-type: none
}

@media (max-width:968px) {
    .footer__top-nav {
        display: none
    }
}

.footer__top-nav>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

.footer__top-nav>ul>li {
    margin-right: 60px
}

.footer__top-nav>ul>li>a {
    color: #dad9d9;
    display: block;
    font-size: 16px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer__top-nav>ul>li>a:hover {
    color: #fff
}

.footer__top-contact {
    margin-left: auto;
    text-align: right
}

@media (max-width:968px) {
    .footer__top-contact {
        margin-left: 0;
        text-align: center;
        width: 100%
    }
}

.footer__top-contact span {
    color: #d4d4d4;
    display: block;
    font-size: 14px
}

.footer__top-contact a.phone {
    color: #fff;
    display: block;
    font-size: 30px;
    font-weight: 700
}

.footer__copyright {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    border-top: 1px solid hsla(0, 0%, 100%, .08);
    color: #717070;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 30px;
    margin-top: 30px;
    padding: 20px 0
}

@media (max-width:968px) {
    .footer__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media (max-width:668px) {
    .footer__copyright {
        line-height: 26px;
        margin-top: 20px
    }
}

.footer__copyright a {
    color: #717070;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer__copyright a:hover {
    color: #fff
}

.footer__copyright .gongan {
    background: url(../image/gongan.png) 0 no-repeat;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    padding-left: 24px
}

@media (max-width:668px) {
    .footer__copyright .gongan {
        height: 26px;
        line-height: 26px
    }
}

.footer__copyright p {
    margin-bottom: 0
}

.footer__copyright br {
    display: none
}

@media (max-width:668px) {
    .footer__copyright br {
        display: block
    }
}

.footer__knet {
    text-align: center
}

.sidebar {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    height: auto;
    position: fixed;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    z-index: 20
}

.sidebar>ul {
    margin: 0;
    padding: 20px 0
}

.sidebar>ul>li {
    display: block;
    list-style-type: none;
    position: relative
}

.sidebar>ul>li:after {
    background-color: #e5e5e5;
    content: "";
    display: block;
    height: 1px;
    line-height: 1px;
    margin: 0 auto 10px;
    width: 50px
}

.sidebar>ul>li:last-of-type:after {
    display: none
}

.sidebar>ul>li a {
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s
}

.sidebar>ul>li a .icon {
    height: 20px;
    margin: 0 auto;
    width: 20px
}

.sidebar>ul>li a .icon svg {
    color: #e60012;
    height: 100%;
    vertical-align: top;
    width: 100%
}

.sidebar>ul>li a span {
    color: #333;
    display: block;
    font-size: 12px;
    text-align: center
}

.sidebar>ul>li:hover a {
    opacity: .7
}

.sidebar>ul>li.sidebar_qr .box {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    display: none;
    height: 140px;
    margin-top: -70px;
    position: absolute;
    right: 70px;
    top: 50%;
    width: 140px;
    z-index: 2
}

.sidebar>ul>li.sidebar_qr .box:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -6px;
    position: absolute;
    right: -6px;
    top: 50%;
    width: 0
}

.sidebar>ul>li.sidebar_qr .box img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%
}

.sidebar>ul>li.sidebar_phone .box {
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    display: none;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    position: absolute;
    right: 70px;
    top: 50%;
    z-index: 2
}

.sidebar>ul>li.sidebar_phone .box:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    content: "";
    display: block;
    height: 0;
    margin-top: -6px;
    position: absolute;
    right: -6px;
    top: 50%;
    width: 0
}

.sidebar>ul>li.sidebar_phone .box .inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.sidebar>ul>li.sidebar_phone .box .inner svg {
    -ms-flex-negative: 0;
    color: #e60012;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    height: 22px;
    margin-right: 10px;
    width: 22px
}

.sidebar>ul>li.sidebar_phone .box .inner span {
    color: #333;
    font-size: 20px;
    line-height: 1em;
    white-space: nowrap
}

.n_banner {
    position: relative;
    width: 100%
}

.n_banner-txt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2
}

@media (max-width:1440px) {
    .n_banner-txt {
        bottom: 40px
    }
}

@media (max-width:668px) {
    .n_banner-txt {
        bottom: 20px
    }
}

.n_banner-title {
    height: 60px;
    line-height: 60px;
    margin: 0;
    padding: 0
}

@media (max-width:1440px) {
    .n_banner-title {
        height: 50px;
        line-height: 50px
    }
}

.n_banner-title span {
    color: #fff;
    font-family: Bebas Neue;
    font-size: 60px;
    text-transform: uppercase
}

@media (max-width:1440px) {
    .n_banner-title span {
        font-size: 46px
    }
}

@media (max-width:668px) {
    .n_banner-title span {
        font-size: 30px
    }
}

.n_banner-title b {
    color: #e60012;
    font-size: 32px;
    font-weight: 400
}

@media (max-width:1440px) {
    .n_banner-title b {
        font-size: 28px
    }
}

@media (max-width:668px) {
    .n_banner-title b {
        font-size: 20px
    }
}

.n_banner-movedown {
    background: none;
    border: 1px solid hsla(0, 0%, 100%, .3);
    border-radius: 100%;
    height: 56px;
    line-height: 54px;
    margin: 0;
    outline: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 56px
}

@media (max-width:1440px) {
    .n_banner-movedown {
        height: 46px;
        line-height: 44px;
        width: 46px
    }
}

@media (max-width:668px) {
    .n_banner-movedown {
        height: 36px;
        line-height: 34px;
        width: 36px
    }
}

.n_banner-movedown svg {
    color: #fff;
    height: 10px;
    margin-top: 22px;
    vertical-align: top;
    width: 10px
}

@media (max-width:1440px) {
    .n_banner-movedown svg {
        margin-top: 17px
    }
}

@media (max-width:668px) {
    .n_banner-movedown svg {
        margin-top: 12px
    }
}

.n_banner-movedown:hover {
    background-color: #e60012;
    border-color: #e60012
}

.n_banner img {
    width: 100%
}

.n_banner-content .img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 410px;
    width: 100%
}

@media (max-width:968px) {
    .n_banner-content .img {
        display: none
    }
}

.n_banner-content .m_img {
    display: none
}

@media (max-width:968px) {
    .n_banner-content .m_img {
        display: block
    }
}

.subnav {
    margin: 80px 0
}

@media (max-width:1681px) {
    .subnav {
        margin: 60px 0
    }
}

@media (max-width:1180px) {
    .subnav {
        margin: 30px 0
    }
}

@media (max-width:968px) {
    .subnav {
        margin: 20px 0 0
    }
}

.subnav>ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    text-align: center
}

@media (max-width:968px) {
    .subnav>ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -10px
    }
}

.subnav>ul>li {
    list-style-type: none;
    margin: 0 15px;
    position: relative
}

@media (max-width:1681px) {
    .subnav>ul>li {
        margin: 0 10px
    }
}

@media (max-width:1380px) {
    .subnav>ul>li {
        margin: 0 5px
    }
}

@media (max-width:968px) {
    .subnav>ul>li {
        margin: 0 0 20px;
        padding: 0 10px;
        width: 25%
    }
}

@media (max-width:668px) {
    .subnav>ul>li {
        width: 50%
    }
}

.subnav>ul>li>a {
    background-color: #f0f2f5;
    border-radius: 23px;
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 46px;
    padding: 0 25px;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1681px) {
    .subnav>ul>li>a {
        font-size: 14px;
        line-height: 40px;
        padding: 0 20px
    }
}

@media (max-width:1288px) {
    .subnav>ul>li>a {
        padding: 0 10px
    }
}

@media (max-width:1180px) {
    .subnav>ul>li>a {
        font-size: 12px;
        padding: 0 15px
    }
}

.subnav>ul>li>a.cur,
.subnav>ul>li>a:hover {
    background-color: #e60012;
    color: #fff
}

.subnav>ul>li .sub {
    display: none;
    left: 50%;
    min-width: 90%;
    padding-top: 5px;
    position: absolute;
    top: 46px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    z-index: 2
}

@media (max-width:1681px) {
    .subnav>ul>li .sub {
        top: 40px
    }
}

.subnav>ul>li .sub ul {
    background-color: #f5f5f5;
    border-radius: 10px;
    margin: 0;
    padding: 10px
}

.subnav>ul>li .sub ul li {
    display: block
}

.subnav>ul>li .sub ul li a {
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    white-space: nowrap
}

@media (max-width:1681px) {
    .subnav>ul>li .sub ul li a {
        font-size: 14px
    }
}

.subnav>ul>li .sub ul li a.cur,
.subnav>ul>li .sub ul li a:hover {
    color: #e60012
}

.subnav>ul>li.n12:hover>a {
    background-color: #e60012;
    color: #fff
}

.subnav>ul>li.n12:hover .sub {
    display: block
}

.index_popup {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    left: 10px;
    padding: 20px 10px 10px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 140px;
    z-index: 9999
}

@media (max-width:668px) {
    .index_popup {
        display: none
    }
}

.index_popup_t {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    text-align: center
}

.index_popup_txt {
    display: block;
    font-size: 12px;
    line-height: 2;
    margin-top: 10px
}

.index_popup_txt p {
    margin-bottom: 1.2
}

.index_popup_txt p:last-of-type {
    margin-bottom: 0
}

.index_popup_close {
    cursor: pointer;
    height: 12px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 12px;
    z-index: 2
}

.index_popup_close img {
    display: block;
    height: 100%;
    width: 100%
}