﻿/*--公共部分--*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    cursor: pointer;
}
body, form, img, ul, ol, li, dl, dt, dd, p, tr, td, strong, span, pre {
    margin: 0;
    padding: 0;
    border: 0;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
    font-weight: normal;
}
body, button, input, select, textarea {
    font: 14px/1.5 Arial, 'Microsoft YaHei', 'Hiragino Sans GB', sans-serif;
    color: #333;
}
ul, li {
    list-style: none;
}
img {
    border: 0px;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table th, table td {
    border: 1px solid #ccc;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}
article, aside, footer, header, nav, section {
    display: block;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer;
}
a:hover {
    background-repeat: no-repeat;
    text-decoration: none;
}
a, input[type="button"], button, label, input[type="submit"], input[type="reset"] {
    cursor: pointer;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio, video {
    display: inline-block;
}
[type="checkbox"], [type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
input, textarea, select {
    outline: none;
}
input[type="text"], input[type="password"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
 input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important;
}
.bd_weixin_popup, .content-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
*zoom: 1;
}
.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.show {
    display: block !important;
}
.hide {
    display: none !important;
}
.commonweb {
    padding: 0px 15px;
}
.commonwebbox {
    margin-left: 0px;
    margin-right: 0px;
}
.commonleft {
    float: none;
}
.commonright {
    float: none;
}
.visible-sm, .visible-md, .visible-lg {
    display: none;
}
.hidden-sm, .hidden-md, .hidden-lg {
    display: block;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}

@media (max-width: 320px) {
body {
    min-width: 320px;
}
}

@media (min-width: 768px) {
.commonweb {
    padding: 0px 20px;
}
.commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.66666667%;
}
.col-sm-10 {
    width: 83.33333333%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.66666667%;
}
.col-sm-7 {
    width: 58.33333333%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.66666667%;
}
.col-sm-4 {
    width: 33.33333333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.66666667%;
}
.col-sm-1 {
    width: 8.33333333%;
}
.visible-sm {
    display: block;
}
.hidden-sm {
    display: none;
}
}

@media (min-width: 992px) {
.commonweb {
    padding: 0px 40px;
}
.commonwebbox {
    margin-left: -10px;
    margin-right: -10px;
}
.commonleft {
    float: left;
}
.commonright {
    float: right;
}
.visible-md {
    display: block;
}
.hidden-md {
    display: none;
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.66666667%;
}
.col-md-10 {
    width: 83.33333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.66666667%;
}
.col-md-7 {
    width: 58.33333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.66666667%;
}
.col-md-4 {
    width: 33.33333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.66666667%;
}
.col-md-1 {
    width: 8.33333333%;
}
}

@media (min-width: 1200px) {
html {
    cursor: default;
}
.commonleft {
    float: left;
}
.commonright {
    float: right;
}
.visible-lg {
    display: block;
}
.hidden-lg {
    display: none;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.66666667%;
}
.col-lg-10 {
    width: 83.33333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666667%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.66666667%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.col-lg-1 {
    width: 8.33333333%;
}
}

@media (min-width: 1260px) {
.commonweb {
    margin: 0px auto;
    max-width: 1200px;
    padding: 0;
}
}
@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: bebas;
    src: url(../fonts/bebas-webfont.woff2) format("woff2"), url(../fonts/bebas-webfont.woff) format("woff");
}
/* layout start*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    -moz-transition-property: transform, height, -moz-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -o-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
    -webkit-animation-duration: .75s;
    -moz-animation-duration: .75s;
    -o-animation-duration: .75s;
    animation-duration: .75s;
}
 @-webkit-keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 40%, 43% {
-webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 40%, 43%, 70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
 70% {
-webkit-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
-webkit-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
 @-moz-keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 40%, 43% {
-webkit-transform: translate3d(0, -30px, 0);
 -moz-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 40%, 43%, 70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
 70% {
-webkit-transform: translate3d(0, -15px, 0);
 -moz-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
-webkit-transform: translate3d(0, -4px, 0);
 -moz-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
 @-o-keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 40%, 43% {
-webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 40%, 43%, 70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
 70% {
-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(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 40%, 43% {
-webkit-transform: translate3d(0, -30px, 0);
 -moz-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 40%, 43%, 70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
 animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
 70% {
-webkit-transform: translate3d(0, -15px, 0);
 -moz-transform: translate3d(0, -15px, 0);
 transform: translate3d(0, -15px, 0);
}
 90% {
-webkit-transform: translate3d(0, -4px, 0);
 -moz-transform: translate3d(0, -4px, 0);
 transform: translate3d(0, -4px, 0);
}
}
.bounce {
    -webkit-animation-name: bounce;
    -moz-animation-name: bounce;
    -o-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -moz-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    transform-origin: center bottom;
}
 @-webkit-keyframes flash {
0%, 50%, to {
opacity: 1;
}
 25%, 75% {
opacity: 0;
}
}
 @-moz-keyframes flash {
0%, 50%, to {
opacity: 1;
}
 25%, 75% {
opacity: 0;
}
}
 @-o-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;
    -moz-animation-name: flash;
    -o-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);
}
}
 @-moz-keyframes pulse {
0% {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 transform: scaleX(1);
}
 50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
 -moz-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @-o-keyframes pulse {
0% {
-webkit-transform: scaleX(1);
 -o-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);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @keyframes pulse {
0% {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
 50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
 -moz-transform: scale3d(1.05, 1.05, 1.05);
 transform: scale3d(1.05, 1.05, 1.05);
}
 to {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
}
.pulse {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -o-animation-name: pulse;
    animation-name: pulse;
}
 @-webkit-keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
 transform: scaleX(1);
}
 30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
 transform: scale3d(0.95, 1.05, 1);
}
 75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
 transform: scale3d(1.05, 0.95, 1);
}
 to {
-webkit-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @-moz-keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 transform: scaleX(1);
}
 30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
 -moz-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
 -moz-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
 -moz-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
 -moz-transform: scale3d(0.95, 1.05, 1);
 transform: scale3d(0.95, 1.05, 1);
}
 75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
 -moz-transform: scale3d(1.05, 0.95, 1);
 transform: scale3d(1.05, 0.95, 1);
}
 to {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @-o-keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
 30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
 transform: scale3d(0.95, 1.05, 1);
}
 75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
 transform: scale3d(1.05, 0.95, 1);
}
 to {
-webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @keyframes rubberBand {
0% {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
 30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
 -moz-transform: scale3d(1.25, 0.75, 1);
 transform: scale3d(1.25, 0.75, 1);
}
 40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
 -moz-transform: scale3d(0.75, 1.25, 1);
 transform: scale3d(0.75, 1.25, 1);
}
 50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
 -moz-transform: scale3d(1.15, 0.85, 1);
 transform: scale3d(1.15, 0.85, 1);
}
 65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
 -moz-transform: scale3d(0.95, 1.05, 1);
 transform: scale3d(0.95, 1.05, 1);
}
 75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
 -moz-transform: scale3d(1.05, 0.95, 1);
 transform: scale3d(1.05, 0.95, 1);
}
 to {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    -moz-animation-name: rubberBand;
    -o-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);
}
}
 @-moz-keyframes shake {
0%, to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
 -moz-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
 -moz-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
 @-o-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);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
 -moz-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
 -moz-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
}
.shake {
    -webkit-animation-name: shake;
    -moz-animation-name: shake;
    -o-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);
}
}
 @-moz-keyframes headShake {
0% {
-webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 transform: translateX(0);
}
 6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
 -moz-transform: translateX(-6px) rotateY(-9deg);
 transform: translateX(-6px) rotateY(-9deg);
}
 18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
 -moz-transform: translateX(5px) rotateY(7deg);
 transform: translateX(5px) rotateY(7deg);
}
 31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
 -moz-transform: translateX(-3px) rotateY(-5deg);
 transform: translateX(-3px) rotateY(-5deg);
}
 43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
 -moz-transform: translateX(2px) rotateY(3deg);
 transform: translateX(2px) rotateY(3deg);
}
 50% {
-webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 transform: translateX(0);
}
}
 @-o-keyframes headShake {
0% {
-webkit-transform: translateX(0);
 -o-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);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
 @keyframes headShake {
0% {
-webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
 6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
 -moz-transform: translateX(-6px) rotateY(-9deg);
 transform: translateX(-6px) rotateY(-9deg);
}
 18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
 -moz-transform: translateX(5px) rotateY(7deg);
 transform: translateX(5px) rotateY(7deg);
}
 31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
 -moz-transform: translateX(-3px) rotateY(-5deg);
 transform: translateX(-3px) rotateY(-5deg);
}
 43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
 -moz-transform: translateX(2px) rotateY(3deg);
 transform: translateX(2px) rotateY(3deg);
}
 50% {
-webkit-transform: translateX(0);
 -moz-transform: translateX(0);
 -o-transform: translateX(0);
 transform: translateX(0);
}
}
.headShake {
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    -o-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    -moz-animation-name: headShake;
    -o-animation-name: headShake;
    animation-name: headShake;
}
 @-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);
}
}
 @-moz-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
 -moz-transform: rotate(15deg);
 transform: rotate(15deg);
}
 40% {
-webkit-transform: rotate(-10deg);
 -moz-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
 60% {
-webkit-transform: rotate(5deg);
 -moz-transform: rotate(5deg);
 transform: rotate(5deg);
}
 80% {
-webkit-transform: rotate(-5deg);
 -moz-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
 to {
-webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @-o-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
 -o-transform: rotate(15deg);
 transform: rotate(15deg);
}
 40% {
-webkit-transform: rotate(-10deg);
 -o-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
 60% {
-webkit-transform: rotate(5deg);
 -o-transform: rotate(5deg);
 transform: rotate(5deg);
}
 80% {
-webkit-transform: rotate(-5deg);
 -o-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
 to {
-webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
 @keyframes swing {
20% {
-webkit-transform: rotate(15deg);
 -moz-transform: rotate(15deg);
 -o-transform: rotate(15deg);
 transform: rotate(15deg);
}
 40% {
-webkit-transform: rotate(-10deg);
 -moz-transform: rotate(-10deg);
 -o-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
 60% {
-webkit-transform: rotate(5deg);
 -moz-transform: rotate(5deg);
 -o-transform: rotate(5deg);
 transform: rotate(5deg);
}
 80% {
-webkit-transform: rotate(-5deg);
 -moz-transform: rotate(-5deg);
 -o-transform: rotate(-5deg);
 transform: rotate(-5deg);
}
 to {
-webkit-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
}
.swing {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    -moz-animation-name: swing;
    -o-animation-name: swing;
    animation-name: swing;
}
 @-webkit-keyframes tada {
0% {
-webkit-transform: scaleX(1);
 transform: scaleX(1);
}
 10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
 transform: scale3d(0.9, 0.9, 0.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);
}
}
 @-moz-keyframes tada {
0% {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 transform: scaleX(1);
}
 10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
 -moz-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
 transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
 -moz-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);
 -moz-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);
 -moz-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @-o-keyframes tada {
0% {
-webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
 10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
 transform: scale3d(0.9, 0.9, 0.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);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @keyframes tada {
0% {
-webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
 10%, 20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
 -moz-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
 transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
}
 30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
 -moz-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);
 -moz-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);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
}
.tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
}
 @-webkit-keyframes wobble {
0% {
-webkit-transform: none;
 transform: none;
}
 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: none;
 transform: none;
}
}
 @-moz-keyframes wobble {
0% {
-webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
 15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
 -moz-transform: translate3d(-25%, 0, 0) rotate(-5deg);
 transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
 30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
 -moz-transform: translate3d(20%, 0, 0) rotate(3deg);
 transform: translate3d(20%, 0, 0) rotate(3deg);
}
 45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
 -moz-transform: translate3d(-15%, 0, 0) rotate(-3deg);
 transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
 60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
 -moz-transform: translate3d(10%, 0, 0) rotate(2deg);
 transform: translate3d(10%, 0, 0) rotate(2deg);
}
 75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
 -moz-transform: translate3d(-5%, 0, 0) rotate(-1deg);
 transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes wobble {
0% {
-webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 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: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes wobble {
0% {
-webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
 15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
 -moz-transform: translate3d(-25%, 0, 0) rotate(-5deg);
 transform: translate3d(-25%, 0, 0) rotate(-5deg);
}
 30% {
-webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
 -moz-transform: translate3d(20%, 0, 0) rotate(3deg);
 transform: translate3d(20%, 0, 0) rotate(3deg);
}
 45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
 -moz-transform: translate3d(-15%, 0, 0) rotate(-3deg);
 transform: translate3d(-15%, 0, 0) rotate(-3deg);
}
 60% {
-webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
 -moz-transform: translate3d(10%, 0, 0) rotate(2deg);
 transform: translate3d(10%, 0, 0) rotate(2deg);
}
 75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
 -moz-transform: translate3d(-5%, 0, 0) rotate(-1deg);
 transform: translate3d(-5%, 0, 0) rotate(-1deg);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.wobble {
    -webkit-animation-name: wobble;
    -moz-animation-name: wobble;
    -o-animation-name: wobble;
    animation-name: wobble;
}
 @-webkit-keyframes jello {
0%, 11.1%, to {
-webkit-transform: none;
 transform: none;
}
 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(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
 transform: skewX(0.39063deg) skewY(0.39063deg);
}
 88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
 @-moz-keyframes jello {
0%, 11.1%, to {
-webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
 22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg);
}
 33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
 -moz-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg);
}
 44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg);
}
 55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg);
}
 66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
 -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
 transform: skewX(0.39063deg) skewY(0.39063deg);
}
 88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
 @-o-keyframes jello {
0%, 11.1%, to {
-webkit-transform: none;
 -o-transform: none;
 transform: none;
}
 22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 -o-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg);
}
 33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
 -o-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg);
}
 44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 -o-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg);
}
 55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 -o-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg);
}
 66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
 -o-transform: skewX(0.39063deg) skewY(0.39063deg);
 transform: skewX(0.39063deg) skewY(0.39063deg);
}
 88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
 @keyframes jello {
0%, 11.1%, to {
-webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
 22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
 -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
 -o-transform: skewX(-12.5deg) skewY(-12.5deg);
 transform: skewX(-12.5deg) skewY(-12.5deg);
}
 33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
 -moz-transform: skewX(6.25deg) skewY(6.25deg);
 -o-transform: skewX(6.25deg) skewY(6.25deg);
 transform: skewX(6.25deg) skewY(6.25deg);
}
 44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
 -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
 -o-transform: skewX(-3.125deg) skewY(-3.125deg);
 transform: skewX(-3.125deg) skewY(-3.125deg);
}
 55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
 -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
 -o-transform: skewX(1.5625deg) skewY(1.5625deg);
 transform: skewX(1.5625deg) skewY(1.5625deg);
}
 66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
 transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
 77.7% {
-webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
 -moz-transform: skewX(0.39063deg) skewY(0.39063deg);
 -o-transform: skewX(0.39063deg) skewY(0.39063deg);
 transform: skewX(0.39063deg) skewY(0.39063deg);
}
 88.8% {
-webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 -moz-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
 transform: skewX(-0.19531deg) skewY(-0.19531deg);
}
}
.jello {
    -webkit-animation-name: jello;
    -moz-animation-name: jello;
    -o-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
}
 @-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
 to {
opacity: 1;
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @-moz-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 -moz-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
 -moz-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
 -moz-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 -moz-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
 -moz-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
 to {
opacity: 1;
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @-o-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
 to {
opacity: 1;
 -webkit-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
}
 @keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 -moz-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
 -moz-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
 -moz-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 -moz-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
 -moz-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
 to {
opacity: 1;
 -webkit-transform: scaleX(1);
 -moz-transform: scaleX(1);
 -o-transform: scaleX(1);
 transform: scaleX(1);
}
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    -moz-animation-name: bounceIn;
    -o-animation-name: bounceIn;
    animation-name: bounceIn;
}
 @-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: none;
 transform: none;
}
}
 @-moz-keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 -moz-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 -moz-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
-webkit-transform: translate3d(0, -10px, 0);
 -moz-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
-webkit-transform: translate3d(0, 5px, 0);
 -moz-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: translate3d(0, -3000px, 0);
 -moz-transform: translate3d(0, -3000px, 0);
 transform: translate3d(0, -3000px, 0);
}
 60% {
opacity: 1;
 -webkit-transform: translate3d(0, 25px, 0);
 -moz-transform: translate3d(0, 25px, 0);
 transform: translate3d(0, 25px, 0);
}
 75% {
-webkit-transform: translate3d(0, -10px, 0);
 -moz-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 90% {
-webkit-transform: translate3d(0, 5px, 0);
 -moz-transform: translate3d(0, 5px, 0);
 transform: translate3d(0, 5px, 0);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    -moz-animation-name: bounceInDown;
    -o-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
 @-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: none;
 transform: none;
}
}
 @-moz-keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 -moz-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 -moz-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
-webkit-transform: translate3d(-10px, 0, 0);
 -moz-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
-webkit-transform: translate3d(5px, 0, 0);
 -moz-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: translate3d(-3000px, 0, 0);
 -moz-transform: translate3d(-3000px, 0, 0);
 transform: translate3d(-3000px, 0, 0);
}
 60% {
opacity: 1;
 -webkit-transform: translate3d(25px, 0, 0);
 -moz-transform: translate3d(25px, 0, 0);
 transform: translate3d(25px, 0, 0);
}
 75% {
-webkit-transform: translate3d(-10px, 0, 0);
 -moz-transform: translate3d(-10px, 0, 0);
 transform: translate3d(-10px, 0, 0);
}
 90% {
-webkit-transform: translate3d(5px, 0, 0);
 -moz-transform: translate3d(5px, 0, 0);
 transform: translate3d(5px, 0, 0);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    -moz-animation-name: bounceInLeft;
    -o-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}
 @-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: none;
 transform: none;
}
}
 @-moz-keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 -moz-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
}
 60% {
opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 -moz-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
-webkit-transform: translate3d(10px, 0, 0);
 -moz-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
-webkit-transform: translate3d(-5px, 0, 0);
 -moz-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.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: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: translate3d(3000px, 0, 0);
 -moz-transform: translate3d(3000px, 0, 0);
 transform: translate3d(3000px, 0, 0);
}
 60% {
opacity: 1;
 -webkit-transform: translate3d(-25px, 0, 0);
 -moz-transform: translate3d(-25px, 0, 0);
 transform: translate3d(-25px, 0, 0);
}
 75% {
-webkit-transform: translate3d(10px, 0, 0);
 -moz-transform: translate3d(10px, 0, 0);
 transform: translate3d(10px, 0, 0);
}
 90% {
-webkit-transform: translate3d(-5px, 0, 0);
 -moz-transform: translate3d(-5px, 0, 0);
 transform: translate3d(-5px, 0, 0);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    -moz-animation-name: bounceInRight;
    -o-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
 @-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.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);
}
}
 @-moz-keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 -moz-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0);
}
 60% {
opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 -moz-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 75% {
-webkit-transform: translate3d(0, 10px, 0);
 -moz-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 90% {
-webkit-transform: translate3d(0, -5px, 0);
 -moz-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
 @-o-keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.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(0.215, 0.61, 0.355, 1);
 -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
opacity: 0;
 -webkit-transform: translate3d(0, 3000px, 0);
 -moz-transform: translate3d(0, 3000px, 0);
 transform: translate3d(0, 3000px, 0);
}
 60% {
opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 -moz-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 75% {
-webkit-transform: translate3d(0, 10px, 0);
 -moz-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 90% {
-webkit-transform: translate3d(0, -5px, 0);
 -moz-transform: translate3d(0, -5px, 0);
 transform: translate3d(0, -5px, 0);
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
.bounceInUp {
    -webkit-animation-name: bounceInUp;
    -moz-animation-name: bounceInUp;
    -o-animation-name: bounceInUp;
    animation-name: bounceInUp;
}
 @-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
}
 @-moz-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
 -moz-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 50%, 55% {
opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 -moz-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 -moz-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
}
 @-o-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
}
 @keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
 -moz-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 50%, 55% {
opacity: 1;
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 -moz-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 -moz-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
    -webkit-animation-name: bounceOut;
    -moz-animation-name: bounceOut;
    -o-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);
}
}
 @-moz-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
 -moz-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 -moz-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 to {
opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 -moz-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(0, 10px, 0);
 transform: translate3d(0, 10px, 0);
}
 40%, 45% {
opacity: 1;
 -webkit-transform: translate3d(0, -20px, 0);
 -moz-transform: translate3d(0, -20px, 0);
 transform: translate3d(0, -20px, 0);
}
 to {
opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 -moz-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    -moz-animation-name: bounceOutDown;
    -o-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);
}
}
 @-moz-keyframes bounceOutLeft {
20% {
opacity: 1;
 -webkit-transform: translate3d(20px, 0, 0);
 -moz-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 -moz-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(20px, 0, 0);
 transform: translate3d(20px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 -moz-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    -moz-animation-name: bounceOutLeft;
    -o-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);
}
}
 @-moz-keyframes bounceOutRight {
20% {
opacity: 1;
 -webkit-transform: translate3d(-20px, 0, 0);
 -moz-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 -moz-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(-20px, 0, 0);
 transform: translate3d(-20px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 -moz-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    -moz-animation-name: bounceOutRight;
    -o-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);
}
}
 @-moz-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
 -moz-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%, 45% {
opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 -moz-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 -moz-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(0, -10px, 0);
 transform: translate3d(0, -10px, 0);
}
 40%, 45% {
opacity: 1;
 -webkit-transform: translate3d(0, 20px, 0);
 -moz-transform: translate3d(0, 20px, 0);
 transform: translate3d(0, 20px, 0);
}
 to {
opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 -moz-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    -moz-animation-name: bounceOutUp;
    -o-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}
 @-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
 to {
opacity: 1;
}
}
 @-moz-keyframes fadeIn {
0% {
opacity: 0;
}
 to {
opacity: 1;
}
}
 @-o-keyframes fadeIn {
 0% {
opacity: 0;
}
 to {
opacity: 1;
}
}
 @keyframes fadeIn {
0% {
opacity: 0;
}
 to {
opacity: 1;
}
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}
 @-webkit-keyframes fadeInDown {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @-moz-keyframes fadeInDown {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, -30px, 0);
 -moz-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes fadeInDown {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes fadeInDown {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, -30px, 0);
 -moz-transform: translate3d(0, -30px, 0);
 transform: translate3d(0, -30px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-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: none;
 transform: none;
}
}
 @-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 -moz-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes fadeInDownBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes fadeInDownBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 -moz-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    -moz-animation-name: fadeInDownBig;
    -o-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}
 @-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
 -webkit-transform: translate3d(-30px, 0, 0);
 transform: translate3d(-30px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @-moz-keyframes fadeInLeft {
0% {
opacity: 0;
 -webkit-transform: translate3d(-30px, 0, 0);
 -moz-transform: translate3d(-30px, 0, 0);
 transform: translate3d(-30px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes fadeInLeft {
0% {
opacity: 0;
 -webkit-transform: translate3d(-30px, 0, 0);
 transform: translate3d(-30px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeft {
0% {
opacity: 0;
 -webkit-transform: translate3d(-30px, 0, 0);
 -moz-transform: translate3d(-30px, 0, 0);
 transform: translate3d(-30px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-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: none;
 transform: none;
}
}
 @-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 -moz-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes fadeInLeftBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 -moz-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    -moz-animation-name: fadeInLeftBig;
    -o-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}
 @-webkit-keyframes fadeInRight {
0% {
opacity: 0;
 -webkit-transform: translate3d(30px, 0, 0);
 transform: translate3d(30px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @-moz-keyframes fadeInRight {
0% {
opacity: 0;
 -webkit-transform: translate3d(30px, 0, 0);
 -moz-transform: translate3d(30px, 0, 0);
 transform: translate3d(30px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes fadeInRight {
0% {
opacity: 0;
 -webkit-transform: translate3d(30px, 0, 0);
 transform: translate3d(30px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
0% {
opacity: 0;
 -webkit-transform: translate3d(30px, 0, 0);
 -moz-transform: translate3d(30px, 0, 0);
 transform: translate3d(30px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-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: none;
 transform: none;
}
}
 @-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 -moz-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes fadeInRightBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes fadeInRightBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 -moz-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    -moz-animation-name: fadeInRightBig;
    -o-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}
 @-webkit-keyframes fadeInUp {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, 30px, 0);
 transform: translate3d(0, 30px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @-moz-keyframes fadeInUp {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, 30px, 0);
 -moz-transform: translate3d(0, 30px, 0);
 transform: translate3d(0, 30px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes fadeInUp {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, 30px, 0);
 transform: translate3d(0, 30px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes fadeInUp {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, 30px, 0);
 -moz-transform: translate3d(0, 30px, 0);
 transform: translate3d(0, 30px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-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: none;
 transform: none;
}
}
 @-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 -moz-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-keyframes fadeInUpBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes fadeInUpBig {
0% {
opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 -moz-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    -moz-animation-name: fadeInUpBig;
    -o-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}
 @-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
 to {
opacity: 0;
}
}
 @-moz-keyframes fadeOut {
0% {
opacity: 1;
}
 to {
opacity: 0;
}
}
 @-o-keyframes fadeOut {
0% {
opacity: 1;
}
 to {
opacity: 0;
}
}
 @keyframes fadeOut {
0% {
opacity: 1;
}
 to {
opacity: 0;
}
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-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);
}
}
 @-moz-keyframes fadeOutDown {
0% {
opacity: 1;
}
 to {
opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 -moz-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    -moz-animation-name: fadeOutDown;
    -o-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);
}
}
 @-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
}
 to {
opacity: 0;
 -webkit-transform: translate3d(0, 2000px, 0);
 -moz-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(0, 2000px, 0);
 transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    -moz-animation-name: fadeOutDownBig;
    -o-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);
}
}
 @-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
}
 to {
opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0);
 -moz-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    -moz-animation-name: fadeOutLeft;
    -o-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);
}
}
 @-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
}
 to {
opacity: 0;
 -webkit-transform: translate3d(-2000px, 0, 0);
 -moz-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(-2000px, 0, 0);
 transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    -moz-animation-name: fadeOutLeftBig;
    -o-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);
}
}
 @-moz-keyframes fadeOutRight {
0% {
opacity: 1;
}
 to {
opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0);
 -moz-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    -moz-animation-name: fadeOutRight;
    -o-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);
}
}
 @-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
}
 to {
opacity: 0;
 -webkit-transform: translate3d(2000px, 0, 0);
 -moz-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(2000px, 0, 0);
 transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    -moz-animation-name: fadeOutRightBig;
    -o-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);
}
}
 @-moz-keyframes fadeOutUp {
0% {
opacity: 1;
}
 to {
opacity: 0;
 -webkit-transform: translate3d(0, -100%, 0);
 -moz-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    -moz-animation-name: fadeOutUp;
    -o-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);
}
}
 @-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
}
 to {
opacity: 0;
 -webkit-transform: translate3d(0, -2000px, 0);
 -moz-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
 @-o-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);
 -moz-transform: translate3d(0, -2000px, 0);
 transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    -moz-animation-name: fadeOutUpBig;
    -o-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}
 @-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(-1turn);
 transform: perspective(400px) rotateY(-1turn);
}
 0%, 40% {
-webkit-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
 transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
 50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
 transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
 50%, 80% {
-webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
 transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
}
 to {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @-moz-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(-1turn);
 -moz-transform: perspective(400px) rotateY(-1turn);
 transform: perspective(400px) rotateY(-1turn);
}
 0%, 40% {
-webkit-animation-timing-function: ease-out;
 -moz-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
 -moz-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
 transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
 50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
 -moz-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
 transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
 50%, 80% {
-webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
 -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
 transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
}
 to {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @-o-keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(-1turn);
 transform: perspective(400px) rotateY(-1turn);
}
 0%, 40% {
-webkit-animation-timing-function: ease-out;
 -o-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
 transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
 50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
 transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
 50%, 80% {
-webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
 transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
}
 to {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
 @keyframes flip {
0% {
-webkit-transform: perspective(400px) rotateY(-1turn);
 -moz-transform: perspective(400px) rotateY(-1turn);
 transform: perspective(400px) rotateY(-1turn);
}
 0%, 40% {
-webkit-animation-timing-function: ease-out;
 -moz-animation-timing-function: ease-out;
 -o-animation-timing-function: ease-out;
 animation-timing-function: ease-out;
}
 40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
 -moz-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
 transform: perspective(400px) translateZ(150px) rotateY(-190deg);
}
 50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
 -moz-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
 transform: perspective(400px) translateZ(150px) rotateY(-170deg);
}
 50%, 80% {
-webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
 -moz-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
 transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
}
 to {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
 -webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
}
.animated.flip {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    -moz-animation-name: flip;
    -o-animation-name: flip;
    animation-name: flip;
}
 @-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 0%, 40% {
-webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
}
 60% {
-webkit-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
 opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
 transform: perspective(400px) rotateX(-5deg);
}
 to {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @-moz-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
 -moz-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 0%, 40% {
-webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
 -moz-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
}
 60% {
-webkit-transform: perspective(400px) rotateX(10deg);
 -moz-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
 opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
 -moz-transform: perspective(400px) rotateX(-5deg);
 transform: perspective(400px) rotateX(-5deg);
}
 to {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @-o-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 0%, 40% {
-webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
}
 60% {
-webkit-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
 opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
 transform: perspective(400px) rotateX(-5deg);
}
 to {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
 -moz-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
 0%, 40% {
-webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
-webkit-transform: perspective(400px) rotateX(-20deg);
 -moz-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
}
 60% {
-webkit-transform: perspective(400px) rotateX(10deg);
 -moz-transform: perspective(400px) rotateX(10deg);
 transform: perspective(400px) rotateX(10deg);
 opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotateX(-5deg);
 -moz-transform: perspective(400px) rotateX(-5deg);
 transform: perspective(400px) rotateX(-5deg);
}
 to {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
}
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
}
 @-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
 0%, 40% {
-webkit-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
 transform: perspective(400px) rotateY(-20deg);
}
 60% {
-webkit-transform: perspective(400px) rotateY(10deg);
 transform: perspective(400px) rotateY(10deg);
 opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
 transform: perspective(400px) rotateY(-5deg);
}
 to {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @-moz-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
 -moz-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
 0%, 40% {
-webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
 -moz-transform: perspective(400px) rotateY(-20deg);
 transform: perspective(400px) rotateY(-20deg);
}
 60% {
-webkit-transform: perspective(400px) rotateY(10deg);
 -moz-transform: perspective(400px) rotateY(10deg);
 transform: perspective(400px) rotateY(10deg);
 opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
 -moz-transform: perspective(400px) rotateY(-5deg);
 transform: perspective(400px) rotateY(-5deg);
}
 to {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @-o-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
 0%, 40% {
-webkit-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
 transform: perspective(400px) rotateY(-20deg);
}
 60% {
-webkit-transform: perspective(400px) rotateY(10deg);
 transform: perspective(400px) rotateY(10deg);
 opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
 transform: perspective(400px) rotateY(-5deg);
}
 to {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
}
}
 @keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
 -moz-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
 0%, 40% {
-webkit-animation-timing-function: ease-in;
 -moz-animation-timing-function: ease-in;
 -o-animation-timing-function: ease-in;
 animation-timing-function: ease-in;
}
 40% {
-webkit-transform: perspective(400px) rotateY(-20deg);
 -moz-transform: perspective(400px) rotateY(-20deg);
 transform: perspective(400px) rotateY(-20deg);
}
 60% {
-webkit-transform: perspective(400px) rotateY(10deg);
 -moz-transform: perspective(400px) rotateY(10deg);
 transform: perspective(400px) rotateY(10deg);
 opacity: 1;
}
 80% {
-webkit-transform: perspective(400px) rotateY(-5deg);
 -moz-transform: perspective(400px) rotateY(-5deg);
 transform: perspective(400px) rotateY(-5deg);
}
 to {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
}
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-animation-name: flipInY;
    -o-animation-name: flipInY;
    animation-name: flipInY;
}
 @-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
 opacity: 1;
}
 to {
-webkit-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
 @-moz-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
 -moz-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
 opacity: 1;
}
 to {
-webkit-transform: perspective(400px) rotateX(90deg);
 -moz-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
 @-o-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
 opacity: 1;
}
 to {
-webkit-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
 @keyframes flipOutX {
0% {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotateX(-20deg);
 -moz-transform: perspective(400px) rotateX(-20deg);
 transform: perspective(400px) rotateX(-20deg);
 opacity: 1;
}
 to {
-webkit-transform: perspective(400px) rotateX(90deg);
 -moz-transform: perspective(400px) rotateX(90deg);
 transform: perspective(400px) rotateX(90deg);
 opacity: 0;
}
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    -moz-animation-name: flipOutX;
    -o-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
 @-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
 transform: perspective(400px) rotateY(-15deg);
 opacity: 1;
}
 to {
-webkit-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
}
 @-moz-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
 -moz-transform: perspective(400px) rotateY(-15deg);
 transform: perspective(400px) rotateY(-15deg);
 opacity: 1;
}
 to {
-webkit-transform: perspective(400px) rotateY(90deg);
 -moz-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
}
 @-o-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
 transform: perspective(400px) rotateY(-15deg);
 opacity: 1;
}
 to {
-webkit-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
}
 @keyframes flipOutY {
0% {
-webkit-transform: perspective(400px);
 -moz-transform: perspective(400px);
 transform: perspective(400px);
}
 30% {
-webkit-transform: perspective(400px) rotateY(-15deg);
 -moz-transform: perspective(400px) rotateY(-15deg);
 transform: perspective(400px) rotateY(-15deg);
 opacity: 1;
}
 to {
-webkit-transform: perspective(400px) rotateY(90deg);
 -moz-transform: perspective(400px) rotateY(90deg);
 transform: perspective(400px) rotateY(90deg);
 opacity: 0;
}
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    -moz-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-animation-name: flipOutY;
    -o-animation-name: flipOutY;
    animation-name: flipOutY;
}
 @-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
-webkit-transform: skewX(20deg);
 transform: skewX(20deg);
}
 60%, 80% {
opacity: 1;
}
 80% {
-webkit-transform: skewX(-5deg);
 transform: skewX(-5deg);
}
 to {
-webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-moz-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
-webkit-transform: skewX(20deg);
 -moz-transform: skewX(20deg);
 transform: skewX(20deg);
}
 60%, 80% {
opacity: 1;
}
 80% {
-webkit-transform: skewX(-5deg);
 -moz-transform: skewX(-5deg);
 transform: skewX(-5deg);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-o-keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
-webkit-transform: skewX(20deg);
 -o-transform: skewX(20deg);
 transform: skewX(20deg);
}
 60%, 80% {
opacity: 1;
}
 80% {
-webkit-transform: skewX(-5deg);
 -o-transform: skewX(-5deg);
 transform: skewX(-5deg);
}
 to {
-webkit-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes lightSpeedIn {
0% {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
 -moz-transform: translate3d(100%, 0, 0) skewX(-30deg);
 transform: translate3d(100%, 0, 0) skewX(-30deg);
 opacity: 0;
}
 60% {
-webkit-transform: skewX(20deg);
 -moz-transform: skewX(20deg);
 -o-transform: skewX(20deg);
 transform: skewX(20deg);
}
 60%, 80% {
opacity: 1;
}
 80% {
-webkit-transform: skewX(-5deg);
 -moz-transform: skewX(-5deg);
 -o-transform: skewX(-5deg);
 transform: skewX(-5deg);
}
 to {
-webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -moz-animation-name: lightSpeedIn;
    -o-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
 @-webkit-keyframes lightSpeedOut {
0% {
opacity: 1;
}
 to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
 @-moz-keyframes lightSpeedOut {
0% {
opacity: 1;
}
 to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
 @-o-keyframes lightSpeedOut {
0% {
opacity: 1;
}
 to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
 @keyframes lightSpeedOut {
0% {
opacity: 1;
}
 to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
 -moz-transform: translate3d(100%, 0, 0) skewX(30deg);
 transform: translate3d(100%, 0, 0) skewX(30deg);
 opacity: 0;
}
}
.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -moz-animation-name: lightSpeedOut;
    -o-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
 @-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center;
transform-origin: center;
 -webkit-transform: rotate(-200deg);
 transform: rotate(-200deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: center;
}
 to {
-webkit-transform-origin: center;
transform-origin: center;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center;
transform-origin: center;
 -webkit-transform: rotate(-200deg);
 -moz-transform: rotate(-200deg);
 transform: rotate(-200deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: center;
}
 to {
-moz-transform-origin: center;
transform-origin: center;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-o-keyframes rotateIn {
0% {
-o-transform-origin: center;
transform-origin: center;
 -webkit-transform: rotate(-200deg);
 -o-transform: rotate(-200deg);
 transform: rotate(-200deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: center;
}
 to {
-o-transform-origin: center;
transform-origin: center;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateIn {
0% {
-webkit-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
 -webkit-transform: rotate(-200deg);
 -moz-transform: rotate(-200deg);
 -o-transform: rotate(-200deg);
 transform: rotate(-200deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: center;
}
 to {
-webkit-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}
 @-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-moz-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    -moz-animation-name: rotateInDownLeft;
    -o-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}
 @-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-moz-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    -moz-animation-name: rotateInDownRight;
    -o-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}
 @-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-moz-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    -moz-animation-name: rotateInUpLeft;
    -o-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}
 @-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-moz-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
 opacity: 1;
}
}
 @-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
 @keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(-90deg);
 -moz-transform: rotate(-90deg);
 -o-transform: rotate(-90deg);
 transform: rotate(-90deg);
 opacity: 0;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
 opacity: 1;
}
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    -moz-animation-name: rotateInUpRight;
    -o-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}
 @-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center;
transform-origin: center;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: center;
}
 to {
-webkit-transform-origin: center;
transform-origin: center;
 -webkit-transform: rotate(200deg);
 transform: rotate(200deg);
 opacity: 0;
}
}
 @-moz-keyframes rotateOut {
0% {
-moz-transform-origin: center;
transform-origin: center;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: center;
}
 to {
 -moz-transform-origin: center;
transform-origin: center;
 -webkit-transform: rotate(200deg);
 -moz-transform: rotate(200deg);
 transform: rotate(200deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOut {
0% {
-o-transform-origin: center;
transform-origin: center;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: center;
}
 to {
-o-transform-origin: center;
transform-origin: center;
 -webkit-transform: rotate(200deg);
 -o-transform: rotate(200deg);
 transform: rotate(200deg);
 opacity: 0;
}
}
 @keyframes rotateOut {
0% {
-webkit-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: center;
}
 to {
-webkit-transform-origin: center;
-moz-transform-origin: center;
-o-transform-origin: center;
transform-origin: center;
 -webkit-transform: rotate(200deg);
 -moz-transform: rotate(200deg);
 -o-transform: rotate(200deg);
 transform: rotate(200deg);
 opacity: 0;
}
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    -moz-animation-name: rotateOut;
    -o-animation-name: rotateOut;
    animation-name: rotateOut;
}
 @-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
}
 @-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-origin: left bottom;
transform-origin: left bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-moz-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOutDownLeft {
0% {
-o-transform-origin: left bottom;
transform-origin: left bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
}
 @keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(45deg);
 -moz-transform: rotate(45deg);
 -o-transform: rotate(45deg);
 transform: rotate(45deg);
 opacity: 0;
}
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    -moz-animation-name: rotateOutDownLeft;
    -o-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}
 @-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
}
 @-moz-keyframes rotateOutDownRight {
0% {
-moz-transform-origin: right bottom;
transform-origin: right bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-moz-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOutDownRight {
0% {
-o-transform-origin: right bottom;
transform-origin: right bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
}
 @keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    -moz-animation-name: rotateOutDownRight;
    -o-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}
 @-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
}
 @-moz-keyframes rotateOutUpLeft {
0% {
-moz-transform-origin: left bottom;
transform-origin: left bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-moz-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOutUpLeft {
0% {
-o-transform-origin: left bottom;
transform-origin: left bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
}
 @keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: left bottom;
}
 to {
-webkit-transform-origin: left bottom;
-moz-transform-origin: left bottom;
-o-transform-origin: left bottom;
transform-origin: left bottom;
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 -o-transform: rotate(-45deg);
 transform: rotate(-45deg);
 opacity: 0;
}
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    -moz-animation-name: rotateOutUpLeft;
    -o-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}
 @-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
 @-moz-keyframes rotateOutUpRight {
0% {
-moz-transform-origin: right bottom;
transform-origin: right bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-moz-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
 @-o-keyframes rotateOutUpRight {
0% {
-o-transform-origin: right bottom;
transform-origin: right bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
 @keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-moz-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
 opacity: 1;
}
 0%, to {
-webkit-transform-origin: right bottom;
}
 to {
-webkit-transform-origin: right bottom;
 -moz-transform-origin: right bottom;
-o-transform-origin: right bottom;
transform-origin: right bottom;
 -webkit-transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 transform: rotate(90deg);
 opacity: 0;
}
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    -moz-animation-name: rotateOutUpRight;
    -o-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}
 @-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
}
 0%, 20%, 60% {
-webkit-transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
-webkit-transform: rotate(80deg);
 transform: rotate(80deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
}
 40%, 80% {
-webkit-transform: rotate(60deg);
 transform: rotate(60deg);
 -webkit-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 to {
-webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
}
}
 @-moz-keyframes hinge {
0% {
-moz-transform-origin: top left;
transform-origin: top left;
}
 0%, 20%, 60% {
-webkit-transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -moz-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
-webkit-transform: rotate(80deg);
 -moz-transform: rotate(80deg);
 transform: rotate(80deg);
 -moz-transform-origin: top left;
 transform-origin: top left;
}
 40%, 80% {
-webkit-transform: rotate(60deg);
 -moz-transform: rotate(60deg);
 transform: rotate(60deg);
 -webkit-transform-origin: top left;
 -moz-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -moz-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 to {
-webkit-transform: translate3d(0, 700px, 0);
 -moz-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
}
}
 @-o-keyframes hinge {
0% {
-o-transform-origin: top left;
transform-origin: top left;
}
 0%, 20%, 60% {
-webkit-transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
-webkit-transform: rotate(80deg);
 -o-transform: rotate(80deg);
 transform: rotate(80deg);
 -o-transform-origin: top left;
 transform-origin: top left;
}
 40%, 80% {
-webkit-transform: rotate(60deg);
 -o-transform: rotate(60deg);
 transform: rotate(60deg);
 -webkit-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 to {
-webkit-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
}
}
 @keyframes hinge {
0% {
-webkit-transform-origin: top left;
-moz-transform-origin: top left;
-o-transform-origin: top left;
transform-origin: top left;
}
 0%, 20%, 60% {
-webkit-transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -moz-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
}
 20%, 60% {
-webkit-transform: rotate(80deg);
 -moz-transform: rotate(80deg);
 -o-transform: rotate(80deg);
 transform: rotate(80deg);
 -webkit-transform-origin: top left;
 -moz-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
}
 40%, 80% {
-webkit-transform: rotate(60deg);
 -moz-transform: rotate(60deg);
 -o-transform: rotate(60deg);
 transform: rotate(60deg);
 -webkit-transform-origin: top left;
 -moz-transform-origin: top left;
 -o-transform-origin: top left;
 transform-origin: top left;
 -webkit-animation-timing-function: ease-in-out;
 -moz-animation-timing-function: ease-in-out;
 -o-animation-timing-function: ease-in-out;
 animation-timing-function: ease-in-out;
 opacity: 1;
}
 to {
-webkit-transform: translate3d(0, 700px, 0);
 -moz-transform: translate3d(0, 700px, 0);
 transform: translate3d(0, 700px, 0);
 opacity: 0;
}
}
.hinge {
    -webkit-animation-name: hinge;
    -moz-animation-name: hinge;
    -o-animation-name: hinge;
    animation-name: hinge;
}
 @-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: none;
 transform: none;
}
}
 @-moz-keyframes rollIn {
0% {
opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
 -moz-transform: translate3d(-100%, 0, 0) rotate(-120deg);
 transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 transform: none;
}
}
 @-o-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: none;
 -o-transform: none;
 transform: none;
}
}
 @keyframes rollIn {
0% {
opacity: 0;
 -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
 -moz-transform: translate3d(-100%, 0, 0) rotate(-120deg);
 transform: translate3d(-100%, 0, 0) rotate(-120deg);
}
 to {
opacity: 1;
 -webkit-transform: none;
 -moz-transform: none;
 -o-transform: none;
 transform: none;
}
}
.rollIn {
    -webkit-animation-name: rollIn;
    -moz-animation-name: rollIn;
    -o-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);
}
}
 @-moz-keyframes rollOut {
0% {
opacity: 1;
}
 to {
opacity: 0;
 -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
 -moz-transform: translate3d(100%, 0, 0) rotate(120deg);
 transform: translate3d(100%, 0, 0) rotate(120deg);
}
}
 @-o-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);
 -moz-transform: translate3d(100%, 0, 0) rotate(120deg);
 transform: translate3d(100%, 0, 0) rotate(120deg);
}
}
.rollOut {
    -webkit-animation-name: rollOut;
    -moz-animation-name: rollOut;
    -o-animation-name: rollOut;
    animation-name: rollOut;
}
 @-webkit-keyframes zoomIn {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
opacity: 1;
}
}
 @-moz-keyframes zoomIn {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 -moz-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
opacity: 1;
}
}
 @-o-keyframes zoomIn {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
opacity: 1;
}
}
 @keyframes zoomIn {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 -moz-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50% {
opacity: 1;
}
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    -moz-animation-name: zoomIn;
    -o-animation-name: zoomIn;
    animation-name: zoomIn;
}
 @-webkit-keyframes zoomInDown {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-moz-keyframes zoomInDown {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-o-keyframes zoomInDown {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomInDown {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
    -webkit-animation-name: zoomInDown;
    -moz-animation-name: zoomInDown;
    -o-animation-name: zoomInDown;
    animation-name: zoomInDown;
}
 @-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-moz-keyframes zoomInLeft {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-o-keyframes zoomInLeft {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomInLeft {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    -moz-animation-name: zoomInLeft;
    -o-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}
 @-webkit-keyframes zoomInRight {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-moz-keyframes zoomInRight {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-o-keyframes zoomInRight {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomInRight {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
    -webkit-animation-name: zoomInRight;
    -moz-animation-name: zoomInRight;
    -o-animation-name: zoomInRight;
    animation-name: zoomInRight;
}
 @-webkit-keyframes zoomInUp {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-moz-keyframes zoomInUp {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-o-keyframes zoomInUp {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomInUp {
0% {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 60% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
    -webkit-animation-name: zoomInUp;
    -moz-animation-name: zoomInUp;
    -o-animation-name: zoomInUp;
    animation-name: zoomInUp;
}
 @-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
 50% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50%, to {
opacity: 0;
}
}
 @-moz-keyframes zoomOut {
0% {
opacity: 1;
}
 50% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
 -moz-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50%, to {
opacity: 0;
}
}
 @-o-keyframes zoomOut {
0% {
opacity: 1;
}
 50% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50%, to {
opacity: 0;
}
}
 @keyframes zoomOut {
0% {
opacity: 1;
}
 50% {
-webkit-transform: scale3d(0.3, 0.3, 0.3);
 -moz-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 50%, to {
opacity: 0;
}
}
.zoomOut {
    -webkit-animation-name: zoomOut;
    -moz-animation-name: zoomOut;
    -o-animation-name: zoomOut;
    animation-name: zoomOut;
}
 @-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-moz-keyframes zoomOutDown {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 -moz-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-o-keyframes zoomOutDown {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 -o-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomOutDown {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
 -webkit-transform-origin: center bottom;
 -moz-transform-origin: center bottom;
 -o-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    -moz-animation-name: zoomOutDown;
    -o-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}
 @-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
 transform: scale(0.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 transform-origin: left center;
}
}
 @-moz-keyframes zoomOutLeft {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
 -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
 transform: scale(0.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 transform-origin: left center;
}
}
 @-o-keyframes zoomOutLeft {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
 transform: scale(0.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}
}
 @keyframes zoomOutLeft {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
 -moz-transform: scale(0.1) translate3d(-2000px, 0, 0);
 transform: scale(0.1) translate3d(-2000px, 0, 0);
 -webkit-transform-origin: left center;
 -moz-transform-origin: left center;
 -o-transform-origin: left center;
 transform-origin: left center;
}
}
.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    -moz-animation-name: zoomOutLeft;
    -o-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}
 @-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
 transform: scale(0.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 transform-origin: right center;
}
}
 @-moz-keyframes zoomOutRight {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
 -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
 transform: scale(0.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 -moz-transform-origin: right center;
 transform-origin: right center;
}
}
 @-o-keyframes zoomOutRight {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
 transform: scale(0.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 -o-transform-origin: right center;
 transform-origin: right center;
}
}
 @keyframes zoomOutRight {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
 to {
opacity: 0;
 -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
 -moz-transform: scale(0.1) translate3d(2000px, 0, 0);
 transform: scale(0.1) translate3d(2000px, 0, 0);
 -webkit-transform-origin: right center;
 -moz-transform-origin: right center;
 -o-transform-origin: right center;
 transform-origin: right center;
}
}
.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    -moz-animation-name: zoomOutRight;
    -o-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}
 @-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-moz-keyframes zoomOutUp {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 -moz-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @-o-keyframes zoomOutUp {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 -o-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
 @keyframes zoomOutUp {
40% {
opacity: 1;
 -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -moz-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
 -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
 animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
 to {
opacity: 0;
 -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -moz-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
 -webkit-transform-origin: center bottom;
 -moz-transform-origin: center bottom;
 -o-transform-origin: center bottom;
 transform-origin: center bottom;
 -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
 animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    -moz-animation-name: zoomOutUp;
    -o-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);
}
}
 @-moz-keyframes slideInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
 -moz-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
 @-o-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);
 -moz-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    -moz-animation-name: slideInDown;
    -o-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);
}
}
 @-moz-keyframes slideInLeft {
0% {
-webkit-transform: translate3d(-100%, 0, 0);
 -moz-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
 @-o-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);
 -moz-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
 visibility: visible;
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    -moz-animation-name: slideInLeft;
    -o-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);
}
}
 @-moz-keyframes slideInRight {
0% {
-webkit-transform: translate3d(100%, 0, 0);
 -moz-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
 @-o-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);
 -moz-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
 visibility: visible;
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    -moz-animation-name: slideInRight;
    -o-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);
}
}
 @-moz-keyframes slideInUp {
0% {
-webkit-transform: translate3d(0, 100%, 0);
 -moz-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
 @-o-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);
 -moz-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
 visibility: visible;
}
 to {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    -moz-animation-name: slideInUp;
    -o-animation-name: slideInUp;
    animation-name: slideInUp;
}
 @-webkit-keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
 @-moz-keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 -moz-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
 @-o-keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
 @keyframes slideOutDown {
0% {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(0, 100%, 0);
 -moz-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
    -webkit-animation-name: slideOutDown;
    -moz-animation-name: slideOutDown;
    -o-animation-name: slideOutDown;
    animation-name: slideOutDown;
}
 @-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
 @-moz-keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 -moz-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
 @-o-keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
 @keyframes slideOutLeft {
0% {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(-100%, 0, 0);
 -moz-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    -moz-animation-name: slideOutLeft;
    -o-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}
 @-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
 @-moz-keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 -moz-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
 @-o-keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
 @keyframes slideOutRight {
0% {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(100%, 0, 0);
 -moz-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
    -webkit-animation-name: slideOutRight;
    -moz-animation-name: slideOutRight;
    -o-animation-name: slideOutRight;
    animation-name: slideOutRight;
}
 @-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
 @-moz-keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 -moz-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
 @-o-keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
 @keyframes slideOutUp {
0% {
-webkit-transform: translateZ(0);
 -moz-transform: translateZ(0);
 transform: translateZ(0);
}
 to {
visibility: hidden;
 -webkit-transform: translate3d(0, -100%, 0);
 -moz-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    -moz-animation-name: slideOutUp;
    -o-animation-name: slideOutUp;
    animation-name: slideOutUp;
}
.ovhid {
    overflow: hidden;
}
.ac {
    color: #e50012;
}
.disblock {
    display: block;
}
.inblock {
    display: inline-block;
}
.font16 {
    font-size: 14px;
}
.font17, .font18 {
    font-size: 15px;
}
.font20, .font22 {
    font-size: 16px;
}
.font24, .font26, .font28 {
    font-size: 18px;
}
.font30, .font32, .font36, .font40, .font42, .font46 {
    font-size: 20px;
}
.font54 {
    font-size: 24px;
}
.font60 {
    font-size: 30px;
}
.lighter {
    font-weight: lighter;
}
.unline {
    text-decoration: underline;
}
.text-center {
    text-align: center;
}
.scale img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.grey {
    color: #666;
}
.white {
    color: #fff;
}
.imghover img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.center {
    text-align: center;
}

@media (min-width: 768px) {
.font16 {
    font-size: 16px;
}
.font17 {
    font-size: 17px;
}
.font18, .font22, .font20 {
    font-size: 18px;
}
.font28, .font24, .font26 {
    font-size: 22px;
}
.font30, .font32, .font36 {
    font-size: 24px;
}
.font40, .font42 {
    font-size: 26px;
}
.font46 {
    font-size: 28px;
}
.font54 {
    font-size: 30px;
}
.distable {
    width: 100%;
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
}

@media (min-width: 1024px) {
.font22, .font20 {
    font-size: 20px;
}
.font24 {
    font-size: 24px;
}
.font26 {
    font-size: 26px;
}
.font28 {
    font-size: 28px;
    line-height: normal;
}
.font40, .font42 {
    font-size: 30px;
    line-height: normal;
}
.font46 {
    font-size: 32px;
}
.font54 {
    font-size: 36px;
}
.md-block {
    display: block;
}
}

@media (min-width: 1200px) {
.font22 {
    font-size: 22px;
}
.font30 {
    font-size: 30px;
    line-height: normal;
}
.font32 {
    font-size: 32px;
    line-height: normal;
}
.font36 {
    font-size: 36px;
    line-height: normal;
}
.font40 {
    font-size: 40px;
}
.scale:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}
.font42 {
    font-size: 42px;
}
.font46 {
    font-size: 46px;
}
.font54 {
    font-size: 54px;
}
.imghover:hover img {
    -webkit-transform: scale(1.03, 1.03);
    -moz-transform: scale(1.03, 1.03);
    -ms-transform: scale(1.03, 1.03);
    -o-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}
}
body {
    overflow-x: hidden;
}
.full-img {
    width: 100%;
    display: block;
}
.banner {
    position: relative;
}
.banner li {
    overflow: hidden;
}
.banner video {
    display: none;
    min-width: 100%;
    min-height: 100%;
    background-color: #000;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 30;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.banner .dot {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 30;
    font-size: 0;
}
.banner .dot span {
    width: 25px;
    height: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 3px;
    vertical-align: top;
}
.banner .dot span.swiper-pagination-bullet-active {
    background-color: #e50012;
}
.indexWrap {
    padding: 0 15px;
    max-width: 1720px;
    margin: 0 auto;
}
.indexTitle {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
}
.indexTitle h4 {
    position: relative;
    margin-bottom: 5px;
}
.indexTitle .cn {
    font-size: 24px;
    color: #035c63;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.indexTitle .en {
    font-size: 36px;
    color: #edf2f5;
    font-weight: bold;
    display: block;
    font-family: "Montserrat";
    line-height: 1;
}
.indexTitle h3 {
    font-size: 14px;
    color: #646363;
}
.indexProduct-list .thumb {
    display: block;
    position: relative;
    overflow: hidden;
}
.indexProduct-list .thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.indexProduct-list .content {
    width: 100%;
    position: absolute;
    left: 0;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
    color: #fff;
}
.indexProduct-list h2 {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    line-height: 1.2;
}
.indexProduct-list .desc {
    padding-top: 5px;
    font-weight: lighter;
}
.indexProduct-list .more {
    margin-top: 30px;
    padding-top: 68px;
    background: url(../images/indexIcon01.png) top center no-repeat;
    display: none;
    padding-top: 20px !important;
    margin-top: 10px !important;
}
.indexProduct-list .more .icon {
    width: 142px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.86);
    padding-top: 10px;
    padding-bottom: 14px;
}
.indexProduct-list .more img {
    max-width: 100%;
    display: block;
    margin: 0 auto 8px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}
.indexProduct-list .more span {
    display: block;
    color: #035c63;
    font-size: 15px;
    line-height: 20px;
}
.indexProduct-list .dot {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 30;
    font-size: 0;
}
.indexProduct-list .dot span {
    width: 25px;
    height: 3px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0 3px;
    vertical-align: top;
}
.indexProduct-list .dot span.swiper-pagination-bullet-active {
    background-color: #e50012;
}
.indexIndustry-list h2 {
    font-size: 18px;
}
.indexIndustry-list h3 {
    padding-top: 5px;
    font-weight: lighter;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
}
.indexIndustry-list h3:after {
    content: '';
    display: block;
    width: 2em;
    height: 2px;
    background-color: #e50012;
    margin: 8px 0 10px;
}
.indexIndustry-list .content {
    padding: 15px 20px 20px;

    color: #fff;
    text-align: justify;
    -moz-text-align-last: left;
    text-align-last: left;
}
.indexIndustry-list .desc {
    font-weight: lighter;
    font-size: 13px;
    opacity: 0.8;
    line-height: 2.125;
}
.indexIndustry-list .more {
    color: #fff;
    border: 1px solid #f9eecd;
    font-size: 14px;
    padding: 3px 40px 3px 10px;
    display: inline-block;
    vertical-align: top;
    opacity: 0.8;
    margin-top: 15px;
    position: relative;
}
.indexIndustry-list .more:after {
    content: '';
    display: block;
    width: 26px;
    height: 100%;
    background: url(../images/indexIcon01.png) center no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    top: 0;
}
.indexIndustry-dot {
    background-color: #035c63;
    text-align: center;
    padding-bottom: 10px;
}
.indexIndustry-dot span {
    width: 10px;
    height: 10px;
    background-color: #fff;
    margin: 0 5px;
}
.indexIndustry-dot span.swiper-pagination-bullet-active {
    background-color: #e50012;
}
.indexIndustry-hd {
    text-align: center;
}
.indexIndustry-hd li {
    cursor: pointer;
    padding: 20px 0;
}
.indexIndustry-hd li:after {
    content: '';
    display: block;
    width: 1px;
    height: 70%;
    background-color: #ecf0f2;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.indexIndustry-hd li:last-child:after {
    display: none;
}
.indexIndustry-hd .box {
    width: 68px;
    height: 55px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.indexIndustry-hd .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
}
.indexIndustry-hd .icon:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.indexIndustry-hd .hv {
    top: 100%;
}
.indexIndustry-hd img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.indexIndustry-hd h4 {
    color: #64696c;
    font-size: 16px;
    padding-top: 7px;
}
.indexIndustry-hd .on .icon {
    top: -100%;
}
.indexIndustry-hd .on .hv {
    top: 0;
}
.indexIndustry-hd .on h4 {
    color: #035c63;
}
.indexAbout-hd {
    text-align: center;
}
.indexAbout-hd li {
    padding: 15px 0;
    border: 1px solid #ecf0f2;
    cursor: pointer;
    border-right-width: 0;
}
.indexAbout-hd li:last-child {
    border-right-width: 1px;
}
.indexAbout-hd .num {
    font-family: "Montserrat";
    color: #035c63;
    font-size: 30px;
    font-family: 'bebas';
    letter-spacing: -1px;
}
.indexAbout-hd li:nth-child(5) .num:after {
    content: "+";
}
.indexAbout-hd .desc {
    font-size: 12px;
}
.indexAbout-hd .on {
    background-color: #035c63;
}
.indexAbout-hd .on .num, .indexAbout-hd .on .desc {
    color: #fff;
}
.indexAbout-bd {
    overflow: hidden;
}
.indexAbout-bd li {
    overflow: hidden;
}
.indexAbout-bd .has {
    cursor: pointer;
}
.indexAbout-bd .has:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../images/knowledgeIcon01.png) center no-repeat;
    -o-background-size: 90px;
    background-size: 90px;
}
.indexAbout-bd img {
    width: 100%;
    max-width: none;
    position: relative;
    left: 50%; /*height: 200px;*/
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.inNews {
    padding-bottom: 40px;
}
.inNews .image {
    overflow: hidden;
    display: block;
}
.inNews h3 {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.inNews h3 a {
    color: #252e38;
    font-weight: bold;
}
.inNews .desc {
    color: #697e91;
    display: -webkit-box;
    height: 44px;
    line-height: 22px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.inNews-top {
    padding-bottom: 20px;
}
.inNews-top .thumb {
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
    padding: 15px;
}
.inNews-top .date {
    color: #999;
    padding: 2px 0 2px 20px;
    display: block;
    background: url(../images/indexIcon08.png) left center no-repeat;
}
.inNews-list li {
    padding: 20px 0;
    border-bottom: 1px solid #ecf0f2;
}
.inNews-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.inNews-list .image {
    width: 100px;
    height: 100px;
    position: relative;
    float: left;
}
.inNews-list .image img {
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inNews-list .thumb {
    overflow: hidden;
    padding-left: 15px;
    padding-top: 2px;
}
.inNews-list h3 {
    margin-bottom: 3px;
}
.inNews-list .date {
    color: #999;
    padding-left: 20px;
    display: block;
    line-height: 14px;
    background: url(../images/indexIcon08.png) left center no-repeat;
    margin-top: 10px;
}
.recruitmentfloat {
    display: none;
    z-index: 110;
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px;
}
.tianjiatvwrap {
    width: 95%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 2.5%;
    margin-top: -125px;
}
.tianjiatvwrap .videobox {
    height: 250px;
    position: relative;
    z-index: 1;
}
.recclosebtn {
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 15px;
    top: -5px;
    cursor: pointer;
    z-index: 100;
    margin: -20px -20px 0 0;
    z-index: 9;
}
.recclosebtn:before {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.recclosebtn:after {
    content: '';
    position: absolute;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #FFF;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (min-width: 768px) {
.tianjiatvwrap {
    width: 660px;
    left: 50%;
    margin-left: -330px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.tianjiatvwrap .videobox {
    height: 400px;
}
}

@media (min-width: 1024px) {
.tianjiatvwrap {
    width: 700px;
    margin-left: -350px;
}
.tianjiatvwrap .videobox {
    height: 400px;
}
}

@media (min-width: 1260px) {
.tianjiatvwrap {
    width: 1000px;
    margin-left: -500px;
}
.tianjiatvwrap .videobox {
    height: 600px;
}
}

@media (min-width: 768px) {
.banner .dot {
    bottom: 15px;
}
.banner .dot span {
    width: 42px;
}
.indexWrap {
    padding: 0 30px;
}
.indexTitle .cn {
    font-size: 30px;
}
.indexTitle .en {
    font-size: 44px;
}
.indexTitle h3 {
    font-size: 16px;
}
.indexAbout-bd img {
    width: 100%;
    height: auto;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.inNews {
    padding-bottom: 50px;
}
.indexAbout-bd .has:after {
    -o-background-size: 115px;
    background-size: 115px;
}
}

@media (min-width: 1024px) {
.banner .dot {
    bottom: 30px;
}
.indexWrap {
    padding: 0 40px;
}
.indexTitle {
    padding-top: 50px;
    padding-bottom: 30px;
}
.indexTitle .cn {
    font-size: 36px;
}
.indexTitle .en {
    font-size: 50px;
}
.indexTitle h3 {
    font-size: 18px;
    padding-top: 5px;
}
.indexProduct-list .dot {
    display: none;
}
.indexIndustry-list .thumb {
    position: relative;
}
.indexIndustry-list .content {
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-background-size: 100%;
    background-size: 100%;
    padding-right: 10%;
    padding-top: 30px;
}
.indexIndustry-list h2 {
    font-size: 30px;
}
.indexIndustry-list h3 {
    font-size: 20px;
}
.indexIndustry-list h3:after {
    margin-top: 15px;
    margin-bottom: 15px;
}
.indexIndustry-list .desc {
    font-size: 16px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.indexIndustry-list .more {
    min-width: 138px;
    line-height: 30px;
    font-size: 16px;
    padding-left: 10px;
}
.indexIndustry-list .more:after {
    width: 32px;
    right: 10px;
}
.indexIndustry-hd li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.indexIndustry-hd .on {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.indexAbout-hd .num {
    font-size: 36px;
}
.indexAbout-hd .desc {
    font-size: 14px;
}
.inNews-top {
    width: 46.42%;
    float: left;
}
.inNews-list {
    width: 50.71%;
    float: right;
}
.inNews-list li:first-child {
    padding-top: 0;
}
.inNews-list .image {
    width: 150px;
}
.inNews {
    padding-bottom: 80px;
}
}

@media (min-width: 1260px) {
.banner video {
    display: block;
}
.indexTitle {
    padding-top: 75px;
    padding-bottom: 55px;
}
.indexTitle h4 {
    margin-bottom: 0;
}
.indexTitle .cn {
    font-size: 48px;
}
.indexTitle .en {
    font-size: 80px;
}
.indexProduct-list .desc {
    font-size: 16px;
}
.indexProduct-list .thumb:hover:after {
    background-color: rgba(0, 0, 0, 0.42);
}
.indexProduct-list .thumb:hover h2 {
    color: #e50012;
}
.indexIndustry-list .content {
    padding-left: 50px;
    padding-right: 15%;
    padding-top: 50px;
}
.indexIndustry-list .more:after {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.indexIndustry-list .more:hover {
    border-color: #fff;
}
.indexIndustry-hd {
    width: 81.4%;
    max-width: 1400px;
    margin: -65px auto 0;
    position: relative;
    z-index: 20;
    padding-top: 5px;
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
}
.indexIndustry-hd ul {
    background-color: #fff;
}
.indexIndustry-hd li {
    padding: 30px 0;
    border-bottom: 3px solid transparent;
}
.indexIndustry-hd li:before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background-color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    bottom: 100%;
    left: 0;
}
.indexIndustry-hd li:after {
    height: 61.11%;
}
.indexIndustry-hd li:hover h4 {
    color: #035c63;
}
.indexIndustry-hd li:hover .icon {
    top: -100%;
}
.indexIndustry-hd li:hover .hv {
    top: 0;
}
.indexIndustry-hd .on {
    border-color: #e50012;
}
.indexIndustry-hd .on:before {
    height: 5px;
}
.indexIndustry-hd h4 {
    padding-top: 10px;
}
.indexAbout {
    padding-top: 25px;
}
.indexAbout-hd {
    width: 81.4%;
    max-width: 1400px;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 7px 1px rgba(0, 0, 0, 0.1);
    overflow: visible;
    margin-top: 10px;
}
.indexAbout-hd li {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding: 40px 0;
}
.indexAbout-hd li:after, .indexAbout-hd li:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background-color: #035c63;
    margin-left: -1px;
}
.indexAbout-hd li:before {
    bottom: 100%;
}
.indexAbout-hd li:after {
    top: 100%;
}
.indexAbout-hd li:last-child:before, .indexAbout-hd li:last-child:after {
    margin-right: -1px;
}
.indexAbout-hd .num {
    font-size: 40px;
}
.indexAbout-hd .on {
    border-color: #035c63;
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.indexAbout-hd .on:after, .indexAbout-hd .on:before {
    height: 10px;
}
.indexAbout-bd {
    margin-top: -50px;
}
.inNews h3 {
    font-size: 20px;
}
.inNews-top {
    padding-bottom: 0;
}
.inNews-top .title {
    padding-bottom: 15px;
    overflow: hidden;
}
.inNews-top h3 {
    width: 70%;
    float: left;
}
.inNews-top .date {
    padding: 3px 0 3px 20px;
    float: right;
    font-size: 16px;
}
.inNews-top .image img {
    width: auto;
    min-width: 100%;
    height: 385px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.inNews-top .thumb {
    padding: 23px 30px;
}
.inNews-top .desc {
    font-size: 16px;
    line-height: 30px;
    height: 60px;
}
.inNews-top:hover h3 a {
    color: #035c63;
}
.inNews-top:hover .image img {
    -webkit-transform: translateX(-50%) scale(1.03);
    -moz-transform: translateX(-50%) scale(1.03);
    -ms-transform: translateX(-50%) scale(1.03);
    -o-transform: translateX(-50%) scale(1.03);
    transform: translateX(-50%) scale(1.03);
}
.inNews-list li {
    padding: 23px 0;
}
.inNews-list .content {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.inNews-list .thumb {
    height: 148px;
    padding-right: 20px;
}
.inNews-list .image {
    width: 230px;
    height: 148px;
}
.inNews-list h3 {
    margin-bottom: 13px;
}
.inNews-list .desc {
    line-height: 24px;
    height: 44px;
}
.inNews-list .date {
    margin-top: 25px;
}
.inNews-list li:hover .content {
    -webkit-box-shadow: 0 10px 7px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 7px 1px rgba(0, 0, 0, 0.1);
}
.inNews-list li:hover h3 a {
    color: #035c63;
}
.inNews {
    padding-bottom: 105px;
}
}

@media (min-width: 1600px) {
.indexIndustry-list .content {
    width: 50%;
    padding: 80px 9.1%;
}
.indexIndustry-list h2 {
    font-size: 42px;
}
.indexIndustry-list h3 {
    font-size: 24px;
    padding-top: 2px;
}
.indexIndustry-list h3:after {
    margin-top: 25px;
    margin-bottom: 28px;
}
.indexIndustry-list .more {
    min-width: 168px;
    margin-top: 27px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 18px;
}
.indexIndustry-list .more:after {
    right: 22px;
}
.indexIndustry-list .more:hover:after {
    right: 10px;
}
.indexIndustry-hd li {
    padding: 45px 0;
}
.indexAbout-hd li {
    padding: 70px 0;
}
.indexAbout-hd .num {
    font-size: 52px;
}
.indexAbout-hd .desc {
    font-size: 18px;
    padding-top: 10px;
}
.inNews {
    width: 81.4%;
    max-width: 1400px;
    margin: 0 auto;
}
.inNews .indexTitle {
    padding-bottom: 65px;
}
}

@media (min-width: 1800px) {
.indexWrap {
    padding: 0;
}
.indexIndustry-list .content {
    padding-top: 105px;
}
}
header {
    background-color: #fff;
    height: 60px;
}
header .logo {
    width: 100px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}
header .logo a {
    display: block;
    padding: 12px 0 10px;
}
header .logo img {
    display: block;
    height: 35px;
}
header .thumb {
    float: right;
}
.header {
    width: 100%;
    height: 60px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    border-bottom: 1px solid #d9e1ea;
}
.nav-btn {
    width: 26px;
    height: 19px;
    display: block;
    float: right;
    position: relative;
    margin: 20px 0;
}
.nav-btn span {
    width: 100%;
    height: 3px;
    background-color: #035c63;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    display: block;
}
.nav-btn span:first-child {
    position: absolute;
    top: 0;
    left: 0;
}
.nav-btn span:nth-child(2) {
    width: 15px;
    margin-top: 8px;
    float: right;
}
.nav-btn span:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
}
.nav-btn.on span:first-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 9px;
}
.nav-btn.on span:nth-child(2) {
    opacity: 0;
}
.nav-btn.on span:last-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 9px;
}
.search {
    position: relative;
    padding: 17px 0;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
.search:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #dedee0;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -6px;
}
.search-icon {
    width: 26px;
    height: 26px;
    display: block;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    cursor: pointer;
    background-size: contain;
}
.search-icon.on {
    background-image: url(../images/searchac.png);
}
.search-wrap {
    width: 100%;
    padding: 15px 10px;
    background: url(../images/searchBg.jpg) center top no-repeat;
    -o-background-size: cover;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 60px;
    bottom: 0;
    z-index: 100;
    display: none;
}
.search-wrap form {
    position: relative;
    padding-right: 60px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    font-size: 16px;
}
.search-wrap input {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    display: block;
}
.search-wrap input[type=text] {
    width: 100%;
    padding: 0 5px;
    background: none;
    color: #333;
    font-size: 16px;
}
 .search-wrap::-moz-placeholder {
color: #4c4c4c;
}
 .search-wrap::-webkit-input-placeholder {
color: #4c4c4c;
}
 .search-wrap::-ms-input-placeholder {
color: #4c4c4c;
}
.search-wrap input[type=submit] {
    width: 60px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: url(../images/searchBtn.png) center center no-repeat;
    color: #fff;
}
.search-wrap .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 50px;
    color: #252e38;
}
.search-container {
    width: 100%;
    padding-top: 20%;
    position: relative;
}
.quickSearch {
    border-top: 2px solid #c3d8e3;
    color: #808080;
    margin-top: 13px;
    padding-top: 20px;
    font-size: 0;
}
.quickSearch .tips {
    font-size: 14px;
    float: left;
}
.quickSearch .item {
    overflow: hidden;
}
.quickSearch a {
    color: #808080;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin: 0 7px;
}
.quickSearch .change {
    text-align: center;
    padding-top: 15px;
}
.quickSearch .change a {
    line-height: 18px;
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
    background: url(../images/refresh.png) right center no-repeat;
    margin: 0;
    color: #b2b2b2;
}
.search-close {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../images/searchClose.png);
    cursor: pointer;
}
.language-icon {
    width: 30px;
    height: 60px;
    background: url(../images/language-icon.png) center no-repeat;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 20px;
    background-size: contain;
}
.language-icon:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #dedee0;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -6px;
}
.header-shop {
    display: none;
}
nav {
    width: 100%;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    z-index: 200;
    background: url(../images/searchBg.jpg) 80% top no-repeat;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}
nav li {
    border-bottom: 1px solid #d9e1ea;
}
nav .levelOne {
    position: relative;
    font-size: 16px;
    color: #252e38;
    padding: 14px 20px;
    display: block;
}
nav .levelOne.has:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 20px;
    top: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
nav .levelOne.on:after {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    top: 24px;
}
nav .nav-drop {
    padding-bottom: 10px;
    display: none;
}
nav .nav-drop i {
    font-style: normal;
    font-size: 16px;
}
nav .nav-drop a {
    color: #76797d;
    display: block;
    padding: 5px 30px;
}
.header-menu, .menu-drop, .header-hot-box, .header-hot-mask, .header-oval, .header-hot {
    display: none;
}

@media (min-width: 768px) {
.header .logo {
    width: auto;
}
.search-container {
    max-width: 710px;
    margin: 0 auto;
    position: static;
}
.search-close {
    right: 20px;
    top: 15px;
}
.search-wrap .title {
    font-size: 30px;
}
.quickSearch {
    position: relative;
    padding-right: 100px;
}
.quickSearch .change {
    position: absolute;
    right: 0;
    top: 6px;
}
}

@media (min-width: 1260px) {
header {
    height: 90px;
}
.header {
    height: 90px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.15);
    border-bottom: none;
}
.header .logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 20;
    overflow: visible;
}
.header .logo a {
    padding: 34px 0 15px;
}
.header .logo img {
    height: 50px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.header .logo:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.header .thumb {
    font-size: 0;
    position: relative;
    z-index: 20;
}
.header-oval {
    width: 420px;
    max-width: 420px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    display: block;
}
.header-oval img {
    width: 100%;
    display: block;
}
.search-wrap {
    top: 90px;
}
.search-wrap .title {
    font-size: 48px;
}
.search-container {
    padding-top: 12%;
}
.header-wrap {
    max-width: 100%;
    height: 90px;
    background-color: #fff;
    padding: 0 3.125%;
}
.nav-btn {
    float: left;
    margin-top: 36px;
}
.nav-btn span:nth-child(2) {
    float: left;
}
.nav-btn.on:hover span:first-child {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.nav-btn.on:hover span:last-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search {
    padding: 32px 0;
    margin-right: 40px;
}
.search:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #035c63;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.search:after {
    right: -20px;
}
.search:hover:before {
    width: 100%;
}
.language-icon {
    height: 90px;
    margin-right: 0;
}
.language-icon:after {
    display: none;
}
.language-icon:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #035c63;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.language-icon:hover:before {
    width: 100%;
}
.header-shop {
    width: 136px;
    height: 36px;
    line-height: 36px;
    color: #6a6974;
    font-size: 17px;
    padding-left: 50px;
    background: #fff url(../images/cart.png) 16px 7px no-repeat;
    display: inline-block;
    vertical-align: top;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    margin-top: 28px;
    margin-right: 40px;
    transition: ease 0.2s all;
    -webkit-transition: ease 0.2s all;
    -ms-transition: ease 0.2s all;
    -moz-transition: ease 0.2s all;
    -o-transition: ease 0.2s all;
}
.header-shop:hover {
    background-color: #e50012;
    background-image: url(../images/cartAc.png);
    color: #fff;
}
.header-shop:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #dedee0;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -6px;
}
.header-shop:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #035c63;
    position: absolute;
    bottom: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.header-shop:hover:before {
    width: 100%;
}
.header-hot {
    font-size: 17px;
    color: #6a6974;
    background: url(../images/hot.png) left center no-repeat;
    -o-background-size: 18px auto;
    background-size: 18px auto;
    line-height: 24px;
    padding: 33px 0 33px 28px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    margin-right: 40px;
}
.header-hot:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #035c63;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.header-hot:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #dedee0;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -6px;
}
.header-hot:hover {
    background-image: url(../images/hotHv.png);
}
.header-hot:hover:before {
    width: 100%;
}
.header-menu {
    float: left;
    display: block;
    position: relative;
    z-index: 20;
}
.header-menu ul {
    padding-left: 20px;
}
.header-menu li {
    float: left;
    margin: 0 8px;
}
.header-menu li > a {
    line-height: 90px;
    font-size: 18px;
    color: #2f3134;
    padding: 0 2px;
    position: relative;
    display: block;
}
.header-menu li > a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #035c63;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.header-menu li.on > a, .header-menu li:hover > a {
    color: #035c63;
}
.header-menu li.on > a:after, .header-menu li:hover > a:after {
    width: 100%;
}
.search-icon:hover {
    background-image: url(../images/searchac.png);
}
.language-icon:hover {
    background-image: url(../images/languageac-icon.png);
}
nav {
    top: 90px;
}
nav li:nth-child(n+5) {
}
nav ul {
    height: 100%;
}
nav li {
    width: 20%;
    float: left;
    height: 100%;
    text-align: center;
    border-right: 1px solid #d9e1ea;
    border-bottom: none;
    padding-top: 6.6%;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-transform: translateX(50px);
    -moz-transform: translateX(50px);
    -ms-transform: translateX(50px);
    -o-transform: translateX(50px);
    transform: translateX(50px);
}
nav li:nth-child(1) {
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
nav li:nth-child(2) {
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
nav li:nth-child(3) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
}
nav li:nth-child(4) {
    -webkit-transition-delay: 0.45s;
    -moz-transition-delay: 0.45s;
    -o-transition-delay: 0.45s;
    transition-delay: 0.45s;
}
nav .wow {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
nav .levelOne {
    font-size: 28px;
}
nav .levelOne:after {
    display: none;
}
nav .levelOne:before {
    content: attr(data-num);
    display: block;
    color: #035c63;
    font-size: 80px;
    padding-bottom: 13px;
    opacity: 0.6;
}
nav .nav-drop {
    padding-top: 10px;
    display: block !important;
}
nav .nav-drop a {
    font-size: 18px;
}
nav .nav-drop a:hover {
    color: #333333;
}
nav .nav-drop a:hover span:after {
    width: 100%;
    height: 4px;
}
nav .nav-drop span {
    position: relative;
}
nav .nav-drop span:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #e50012;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    z-index: 1;
}
nav .nav-drop i {
    font-style: normal;
    position: relative;
    z-index: 2;
}
.search-container {
    padding-top: 8.2%;
}
.quickSearch {
    padding-top: 30px;
}
.quickSearch .change {
    top: 17px;
}
.quickSearch a {
    margin: 0 12px;
}
.quickSearch a:hover {
    color: #035c63;
}
.search-close {
    right: 42px;
    top: 38px;
}
.header-hot-box {
    width: 480px;
    position: fixed;
    right: 0;
    top: 90px;
    bottom: 0;
}
.header-hot-box .type {
    width: 100%;
    height: 16.67%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 40px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(30px) scale(1.1);
    -moz-transform: translateY(30px) scale(1.1);
    -ms-transform: translateY(30px) scale(1.1);
    -o-transform: translateY(30px) scale(1.1);
    transform: translateY(30px) scale(1.1);
    opacity: 0;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}
.header-hot-box .type:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.header-hot-box .type:hover:after {
    opacity: 0.5;
}
.header-hot-box .type:hover .desc {
    color: #fff;
}
.header-hot-box .type:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.header-hot-box .type:nth-child(2) {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.header-hot-box .type:nth-child(3) {
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.header-hot-box .type:nth-child(4) {
    -webkit-transition-delay: 0.8s;
    -moz-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.header-hot-box .type:nth-child(5) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.header-hot-box .type:nth-child(6) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
}
.header-hot-box.animation .type {
    -webkit-transform: translateY(0) scale(1);
    -moz-transform: translateY(0) scale(1);
    -ms-transform: translateY(0) scale(1);
    -o-transform: translateY(0) scale(1);
    transform: translateY(0) scale(1);
    opacity: 1;
}
.header-hot-box h3 {
    width: 100%;
    color: #fff;
    font-size: 17px;
    position: relative;
    z-index: 1;
}
.header-hot-box .desc {
    width: 100%;
    position: relative;
    z-index: 1;
    color: #d0d0d0;
    display: block;
}
.header-hot-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 190;
    background-color: rgba(0, 0, 0, 0.6);
}
.header-hot-close {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 26px;
    right: 42px;
    background: url(../images/searchClose.png);
    display: block;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.header-hot-close:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header-menu .icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 60px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
}
.header-menu .icon img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.header-menu .icon i {
    display: inline-block;
    width: 30px;
    height: 60px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 0;
}
.header-menu .icon .hv {
    top: 100%;
}
.menu-drop {
    width: 100%;
    position: absolute;
    left: 0;
    top: 90px;
    background-color: rgba(3, 92, 99, 0.81);
    z-index: 1;
    padding: 0 3.125%;
    font-size: 0;
}
.menu-drop a {
    font-size: 16px;
    color: #f2f2f2;
    line-height: 60px;
    margin-right: 30px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.menu-drop a:before {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #e50012;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.menu-drop a:last-child {
    margin-right: 0;
}
.menu-drop a:hover {
    color: #e50012;
}
.menu-drop a:hover .icon i {
    top: -100%;
}
.menu-drop a:hover .icon .hv {
    top: 0;
}
.menu-drop a:hover:before {
    width: 100%;
}
}

@media (min-width: 1360px) {
.header .logo {
    z-index: 40;
}
.header-oval {
    z-index: 30;
}
.menu-drop a {
    margin-right: 40px;
}
}

@media (min-width: 1600px) {
.header-menu ul {
    padding-left: 35px;
}
.header-menu li {
    margin: 0 20px;
}
}

@media (min-width: 1800px) {
.header-menu li {
    margin: 0 27px;
}
.menu-drop a {
    margin-right: 35px;
}
}
footer {
    background-color: #333;
    padding-top: 20px;
    clear: both;
}
.footer {
    padding: 0 15px;
}
.foot-section {
    color: #bbb;
}
.foot-section a {
    color: #bbb;
}
.foot-section .text {
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
}
.foot-section .title {
    padding-bottom: 3px;
    display: block;
}
.foot-logo {
    max-width: 100%;
    display: block;
}
.foot-logo img {
    width: 350px;
}
.foot-address {
    padding-top: 15px;
}
.foot-group {
    font-size: 0;
}
.foot-group .title {
    font-size: 14px;
}
.foot-group a {
    border-right: 1px solid #9da7b4;
    line-height: 14px;
    height: 14px;
    display: inline-block;
    padding: 0 7px;
    font-size: 14px;
}
.foot-group a:first-child {
    padding-left: 0;
}
.foot-group a:last-child {
    border-right: 0;
}
.foot-link {
    margin-top: 10px;
    display: inline-block;
    position: relative;
}
.foot-link .button {
    width: 150px;
    border: 1px solid rgba(141, 149, 158, 0.63);
    color: #777;
    line-height: 30px;
    display: block;
    padding-left: 10px;
    cursor: pointer;
    position: relative;
}
.foot-link .button:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid #777;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2px;
}
.foot-link-drop {
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    bottom: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    display: none;
}
.foot-link-drop a {
    color: #fff;
    display: block;
    line-height: 28px;
}
.foot-contact {
    padding-top: 20px;
    color: #bbb;
}
.foot-contact .icon {
    display: block;
}
.foot-contact .icon img {
    display: block;
    max-width: 100%;
}
.foot-contact .tel {
    /* font-family: "Rubik";*/
    font-family: 'bebas';
    color: #bbb;
    font-size: 20px;
    padding-top: 5px;
    display: block;
}
.foot-contact .worktime {
    display: block;
    padding-bottom: 10px;
}
#foot-share {
    font-size: 0;
}
#foot-share a {
    width: 33px;
    height: 33px;
    margin: 0 7px 0 0;
    padding: 0;
    float: none;
    display: inline-block;
    vertical-align: top;
}
#foot-share .bds_tsina {
    background: url(../images/sina.png) no-repeat;
}
#foot-share .bds_weixin {
    background: url(../images/wechat.png) no-repeat;
}
.foot-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 15px;
    padding: 15px 0;
    color: #777;
    text-align: center;
}
.foot-info .help a {
    color: #777;
    padding: 0 5px;
    border-right: 1px solid #576474;
    line-height: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
}
.foot-info .help a:last-child {
    border-right: 0;
}
.foot-info .copyright {
    padding-top: 5px;
}
.foot-info .copyright a {
    display: inline-block;
    line-height: 14px;
    height: 14px;
    color: #777;
    padding-left: 5px;
    border-left: 1px solid #576474;
}

@media (min-width: 768px) {
footer {
    padding-top: 30px;
}
.footer {
    padding: 0 30px;
}
.foot-section {
    width: 50%;
    float: left;
    font-size: 15px;
}
.foot-section .title {
    font-size: 15px;
}
.foot-group a {
    font-size: 15px;
}
.foot-contact {
    width: 50%;
    float: right;
    text-align: right;
    padding-top: 0;
    font-size: 15px;
}
.foot-contact .icon {
    overflow: hidden;
}
.foot-contact .icon img {
    float: right;
}
.foot-contact .tel {
    font-size: 32px;
}
.foot-info {
    margin-top: 30px;
    padding: 20px 0;
    line-height: 14px;
}
.foot-info .help {
    float: left;
}
.foot-info .help a:first-child {
    padding-left: 0;
}
.foot-info .copyright {
    float: right;
    padding-top: 0;
}
}

@media (min-width: 1024px) {
footer {
    padding-top: 50px;
}
.footer {
    padding: 0 40px;
}
.foot-section .text, .foot-section .title {
    display: inline;
    padding-bottom: 0;
}
.foot-address {
    padding-top: 25px;
    padding-bottom: 7px;
}
.foot-group {
    padding-bottom: 13px;
}
.foot-group a {
    padding: 0 18px;
}
.foot-link .button {
    width: 180px;
    line-height: 34px;
    padding-left: 13px;
}
.foot-link .button:after {
    right: 13px;
}
.foot-contact .tel {
    padding-bottom: 5px;
}
.foot-contact .worktime {
    padding-bottom: 20px;
}
.foot-info {
    padding: 34px 0;
    margin-top: 40px;
}
.foot-info .copyright a {
    margin-left: 8px;
    padding-left: 15px;
}
}

@media (min-width: 1260px) {
.footer {
    width: 81.4%;
    max-width: 1400px;
    margin: 0 auto;
}
.footer a:hover {
    color: #fff;
}
}

@media (min-width: 1600px) {
.footer {
    padding: 0;
}
}
.insideBanner {
    position: relative;
    overflow: hidden;
    color: #fff;
}
.insideBanner img {
    height: 150px;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.insideBanner .thumb {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.insideBanner .title {
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 1px 3px #000;
}
.insideBanner .title span {
    vertical-align: middle;
    display: inline-block;
}
.insideBanner .title span:before, .insideBanner .title span:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    width: 0.77em;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    margin: 0 0.42em;
}
.insideBanner .desc {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0px 1px 3px #000;
}
.insideWrapper {
    padding: 0 15px;
}
.insidehujing .title {
    line-height: 1.57894;
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 38px;
}
.insidehujing .title:after {
    content: '';
    display: block;
    width: 1.6842em;
    height: 2px;
    background-color: #e50012;
    margin: 25px auto;
}
.crumb {
    padding: 15px 0;
    color: #555555;
    line-height: 16px;
}
.crumb .home {
    width: 18px;
    height: 16px;
    background-image: url(../images/home.png);
}
.crumb .thumb {
    font-size: 0;
    display: none;
}
.crumb .thumb a, .crumb .thumb .gt {
    display: inline-block;
    vertical-align: top;
    color: #555555;
    font-size: 16px;
}
.crumb .thumb .gt {
    padding: 0 15px;
}
.column {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 16px;
}
.column .title {
    font-size: 16px;
    color: #222222;
    position: relative;
    padding-right: 16px;
    display: block;
    cursor: pointer;
}
.column .title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #035c63;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.column .title.on:after {
    border-bottom: 6px solid #035c63;
    border-top: transparent;
}
.column .column-drop {
    min-width: 160px;
    padding: 10px;
    position: absolute;
    top: 35px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #fff;
    text-align: center;
    border: 1px solid #e5e5e5;
    display: none;
}
.column .column-drop a {
    color: #666;
    font-size: 15px;
    margin: 16px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.column .column-drop a:hover {
    color: #035c63;
}
.crumb-share {
    float: right;
    position: relative;
    z-index: 60;
    bottom: 10px;
}
.crumb-share .button {
    line-height: 20px;
    padding-left: 26px;
    background: url(../images/share.png) left center no-repeat;
    display: block;
    cursor: pointer;
}
#crumb-share-drop {
    padding: 20px;
    position: absolute;
    top: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    border: 1px solid #e5e5e5;
    display: none;
}
#crumb-share-drop a {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 0 10px;
    float: none;
    padding: 0;
    background-position: 0 0;
    -o-background-size: cover;
    background-size: cover;
}
.crumb-share a:last-child {
    margin-bottom: 0;
}
.crumb-share .bds_weixin {
    background-image: url(../images/share-wechat.png);
}
.crumb-share .bds_tsina {
    background-image: url(../images/share-sina.png);
}
.crumb-share .bds_sqq {
    background-image: url(../images/share-qq.png);
}
.m-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
}

@media (min-width: 640px) {
.insideBanner img {
    width: 100%;
    height: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    left: 0;
}
.insideBanner .title {
    font-size: 32px;
}
}

@media (min-width: 768px) {
.insideWrapper {
    padding: 0 30px;
}
}

@media (min-width: 1024px) {
.insideBanner .title {
    font-size: 40px;
}
.insideBanner .desc {
    font-size: 18px;
}
.insideWrapper {
    padding: 0 40px;
}
}

@media (min-width: 1260px) {
.insideBanner .title {
    font-size: 48px;
}
.insideBanner .desc {
    font-size: 20px;
    padding-top: 5px;
}
.insideWrapper {
    padding: 0 100px;
    max-width: 1400px;
    margin: 0 auto;
}
.insideWrapper .news-detail {
    margin-top: 40px;
}
}
.m-class {
    text-align: center;
    font-size: 0;
}
.m-class a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 25px;
    color: #666;
    font-size: 16px;
}
.m-class a:after {
    content: '';
    display: block;
    width: 1px;
    height: 12px;
    background-color: #e0e0e0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.m-class a:last-child:after {
    display: none;
}
.m-class span {
    display: block;
    padding: 0 3px;
    position: relative;
}
.m-class span:after {
    content: '';
    display: block;
    width: 0;
    height: 0px;
    background-color: #e50012;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.m-class span i {
    position: relative;
    z-index: 2;
    font-style: normal;
}
.m-class .on {
    color: #333;
}
.m-class .on span:after {
    width: 100%;
    height: 10px;
}
.m-class li {
    width: auto;
}
.m-type {
    padding-top: 30px;
    font-family: "Montserrat";
    font-size: 0;
}
.m-type a {
    width: 25%;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding-left: 20px;
    margin: 5px 0;
    background: url(../images/newsIcon01.png) left center no-repeat;
    -o-background-size: 15px;
    background-size: 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.m-type .on {
    background-image: url(../images/newsIcon02.png);
}
.news-list {
    padding-top: 20px;
    padding-bottom: 30px;
}
.news-list img {
    width: 100%;
    display: block;
}
.news-list li {
    -webkit-box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background-color: #fff;
}
.news-list .thumb {
    padding: 15px;
}
.news-list h3 a {
    display: block;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 5px;
    font-weight: bold;
}
.news-list .desc {
    display: -webkit-box;
    height: 56px;
    line-height: 28px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-list .desc a {
    color: #999;
    font-size: 15px;
}
.news-list .date {
    color: #999;
    display: block;
    padding-top: 10px;
}
.more-btn {
    width: 137px;
    line-height: 43px;
    font-family: "Montserrat";
    margin: 0 auto;
    border: 1px solid #035c63;
    display: block;
    text-align: center;
    color: #035c63;
    font-size: 16px;
}
.more-btn span {
    padding-right: 17px;
    background: url(../images/moreicon.png) right center no-repeat;
}

@media (min-width: 768px) {
.m-class a {
    font-size: 18px;
}
.m-type a {
    width: 12.5%;
}
.news-list {
    padding-top: 30px;
    padding-bottom: 40px;
}
.news-list ul {
    padding-bottom: 20px;
}
.news-list li {
    width: 100%;
    display: table;
    margin-bottom: 40px;
}
.news-list .image {
    width: 44%;
    float: left;
}
.news-list .thumb {
    width: 56%;
    float: left;
    padding: 28px 20px;
}
}

@media (min-width: 1024px) {
.newsWrapper {
    padding-top: 20px;
}
.crumb .thumb {
    display: inline-block;
}
.m-type {
    width: 16.67%;
    float: left;
}
.m-type a {
    width: auto;
    display: block;
    font-size: 18px;
    padding-left: 40px;
    line-height: 20px;
    -o-background-size: 20px;
    background-size: 20px;
    margin-bottom: 40px;
    margin-top: 0;
    font-weight: bold;
}
.news-list {
    width: 100%;
    float: right;
}
.news-list .thumb {
    padding: 37px 20px;
}
}

@media (min-width: 1260px) {
.crumb {
    padding: 0;
    margin-top: -80px;
    position: relative;
    z-index: 60;
}
.crumb .insideWrapper {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #fff;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.crumb .thumb {
    display: inline-block;
}
.crumb.nobanner {
    margin-top: 0;
}
.newsWrapper {
    padding-top: 40px;
    padding-bottom: 20px;
}
.m-class a:hover {
    color: #333;
}
.m-class a:hover span:after {
    width: 100%;
    height: 10px;
}
.m-type a:hover {
    background-image: url(../images/newsIcon02.png);
}
.news-list ul {
    padding-bottom: 0px;
}
.news-list h3 {
    padding-bottom: 13px;
}
.news-list .date {
    padding-top: 35px;
}
.news-list .image {
    overflow: hidden;
}
.news-list li:hover {
    background-color: #035c63;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}
.news-list li:hover a, .news-list li:hover .date {
    color: #fff;
}
.news-list li:hover .desc {
    color: rgba(255, 255, 255, 0.8);
}
.more-btn {
    overflow: hidden;
    position: relative;
}
.more-btn:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 0%;
    -webkit-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background: #035c63;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.more-btn span {
    position: relative;
    z-index: 1;
}
.more-btn:hover {
    color: #fff;
}
.more-btn:hover:after {
    height: 500%;
}
#crumb-share-drop {
    padding: 15px 35px;
    top: 37px;
}
#crumb-share-drop a {
    width: 40px;
    height: 40px;
}
.insideBanner .thumb {
    margin-top: -40px;
}
.news-list .thumb {
    padding: 43px 20px;
}
}
.news-detail .title {
    color: #333;
    text-align: center;
    padding-bottom: 15px;
}
.news-detail .thumb {
    text-align: center;
    position: relative;
}
.news-detail .date {
    font-family: "Montserrat";
    color: #035c63;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    margin: 0 10px;
    background: url(../images/newsIcon03.png) left center no-repeat;
    font-size: 16px;
}
.news-detail .share {
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
#news-share {
    line-height: 24px;
    color: #666;
}
#news-share span {
    padding-right: 8px;
    font-size: 16px;
}
#news-share a {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0;
    padding: 0;
    background-position: 0 0;
}
#news-share .bds_weixin {
    background-image: url(../images/newsIcon04.png);
}
#news-share .bds_tsina {
    background-image: url(../images/newsIcon05.png);
}
.news-detail-article {
    color: #666;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
    line-height: 2;
}
.news-detail-article img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}
.news-detail-page {
    padding-top: 15px;
    padding-bottom: 30px;
}
.news-detail-page li {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 5px 0;
}
.news-detail-page a {
    color: #808080;
}
.news-backlist {
    width: 125px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
    background-color: #035c63;
    display: block;
    text-align: center;
    margin: 0 auto 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

@media (min-width: 768px) {
.news-detail .date {
    font-size: 18px;
}
.news-detail-article {
    font-size: 16px;
    padding-top: 30px;
    margin-top: 30px;
    padding-bottom: 50px;
}
}

@media (min-width: 1024px) {
.news-detail .title {
    padding-bottom: 27px;
}
.news-detail .share {
    position: absolute;
    right: 0;
}
.news-detail-article {
    padding-top: 45px;
    padding-bottom: 50px;
}
.news-detail-page li:last-child {
    text-align: right;
}
}

@media (min-width: 1260px) {
.news-backlist {
    font-size: 18px;
}
.news-detail-page {
    padding-top: 35px;
    padding-bottom: 70px;
}
.news-detail-page a {
    font-size: 16px;
}
.news-detail-page a:hover {
    color: #035c63;
}
}

@media (min-width: 1600px) {
.news-detail {
    position: relative;
}
.news-backlist {
    position: fixed;
    right: 30px;
    top: 50%;
    z-index: 100;
    display: none;
}
}
.m-bg {
    -o-background-size: cover;
    background-size: cover;
    background-position: center bottom;
    padding-top: 50px;
}
.m-title {
    text-align: center;
}
.m-title h2 {
    color: #035c63;
}
.m-title h3 {
    color: #ccc;
}
.videoZone .m-title h2, .videoZone .m-title h3, .knowledge-list .m-title h2, .knowledge-list .m-title h3 {
    font-weight: bold;
}
.videoZone-bd {
    overflow: hidden;
    padding-top: 20px;
}
.videoZone-bd .thumb {
    position: relative;
    overflow: hidden;
}
.videoZone-bd .thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(../images/knowledgeIcon01.png) center no-repeat;
    -o-background-size: 90px;
    background-size: 90px;
}
.videoZone-bd img {
    width: 100%;
    display: block;
}
.videoZone-bd h3 {
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.videoZone-bd video {
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
}
.videoZone-hd {
    margin-top: 15px;
    padding: 0 32px;
    position: relative;
}
.videoZone-hd li {
    overflow: hidden;
    cursor: pointer;
}
.videoZone-hd img {
    width: 100%;
    display: block;
}
.videoZone-hd h4 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    font-size: 12px;
    text-align: center;
    padding: 3px 5px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
}
.videoZone-hd .button {
    width: 22px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.videoZone-hd .prev {
    left: 0;
    background: #f4f4f4 url(../images/knowledgeIcon05.png) center no-repeat;
}
.videoZone-hd .next {
    right: 0;
    background: #f4f4f4 url(../images/knowledgeIcon06.png) center no-repeat;
}
.videoZone-hd li:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4) url(../images/knowledgeIcon02.png) center no-repeat;
}
.videoZone-hd .on:after {
    background-color: rgba(23, 107, 171, 0.6);
}
.style-list.knowledge-list {
    padding-top: 0;
}
.style-list.knowledge-list ul {
    padding-top: 0;
}
.knowledge-list {
    padding-top: 40px;
    padding-bottom: 30px;
}
.knowledge-list ul {
    padding-top: 20px;
}
.knowledge-list li {
    padding-bottom: 25px;
    border: 1px solid #ddd;
    width: 32%;
    margin: 0 5px 10px 5px;
}
.knowledge-list img {
    width: 100%;
    display: block;
}
.knowledge-list .thumb {
    background-color: #fff;
    display: block;
}
.knowledge-list .image {
    overflow: hidden;
}
.knowledge-list .text {
    padding: 15px;
    color: #333;
    text-align: center;
}
.knowledge-list .text h3, .knowledge-list .text .desc {
    font-weight: bold;
    display: block;
    font-size: 14px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}

@media (min-width: 768px) {
.knowledge-list {
    padding-bottom: 40px;
}
.knowledge-list ul {
    margin: 0 -14px;
}
.knowledge-list li {
    padding: 0;
}
.videoZone-bd h3 {
    padding: 30px;
}
.videoZone-bd .thumb:after {
    -o-background-size: 115px;
    background-size: 115px;
}
.videoZone-hd h4 {
    font-size: 14px;
}
}

@media (min-width: 1260px) {
.style-list.knowledge-list {
    padding-top: 10px;
}
.style-list.knowledge-list ul {
    padding-bottom: 0px;
}
.style-list.product-fenlist {
    padding-top: 0px;
}
.knowledge-list {
    padding-bottom: 65px;
    padding-top: 50px;
}
.knowledge-list ul {
    padding-top: 50px;
    padding-bottom: 55px;
}
.knowledge-list .text {
    background: #eee;
}
.knowledge-list .text h3, .knowledge-list .text .desc {
    font-size: 18px;
    line-height: 28px;
}
.knowledge-list .thumb {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.knowledge-list .thumb:hover {
    background-color: #035c63;
}
.knowledge-list .thumb:hover .text {
    color: #fff;
    background: #035c63;
}
.knowledge .crumb {
    margin-top: 40px;
}
.videoZone {
    padding-bottom: 50px;
    padding-top: 20px;
}
.videoZone-wrapper {
    position: relative;
    margin-top: 50px;
    margin-bottom: 40px;
}
.videoZone-bd {
    width: 78.83%;
    padding: 0;
}
.videoZone-hd {
    width: 18.67%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 32px 0;
    margin: 0;
}
.videoZone-hd .swiper-container {
    height: 100%;
}
.videoZone-hd .button {
    width: 100%;
    height: 22px;
}
.videoZone-hd .prev {
    top: 0;
    background-image: url(../images/knowledgeIcon03.png);
}
.videoZone-hd .next {
    top: auto;
    bottom: 0;
    background-image: url(../images/knowledgeIcon04.png);
}
}
.m-class {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
}
#contact-hd {
    white-space: normal;
    overflow: visible;
    position: relative;
}
#contact-hd .button {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    cursor: pointer;
}
#contact-hd .button:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
    border: 1px solid #035c63;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#contact-hd .prev {
    left: -6px;
}
#contact-hd .prev:after {
    border-top: none;
    border-right: none;
    margin-left: 7px;
}
#contact-hd .next {
    right: -6px;
}
#contact-hd .next:after {
    border-bottom: none;
    border-left: none;
}
#contact-hd a:after {
    display: block;
}
#contact-hd .swiper-button-disabled {
    display: none;
}
.n-list {
    padding-top: 30px;
    padding-bottom: 30px;
}
.n-list li {
    background-color: #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.n-list img {
    width: 100%;
    display: block;
}
.n-list .thumb {
    padding: 20px 15px;
}
.n-list .title a {
    width: 100%;
    display: block;
    font-weight: bold;
}
.n-list .desc {
    margin-top: 5px;
    color: #666;
    display: -webkit-box; /*height: 48px;*/
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical; /*-webkit-line-clamp: 2;*/
}
.n-list .more {
    border: 1px solid #035c63;
    display: inline-block;
    vertical-align: top;
    min-width: 120px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 15px;
    padding-left: 10px;
    color: #035c63;
}
.n-list .more span {
    position: relative;
    z-index: 2;
}
.n-list .more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -3px;
    width: 32px;
    height: 5px;
    background: url(../images/respIcon01.png) no-repeat;
    margin-left: 13px;
}
.society-list li a {
    cursor: default;
}

@media (min-width: 768px) {
.respClass {
    padding-bottom: 30px;
}
.n-list {
    padding-top: 0;
}
.n-list li {
    width: 100%;
    display: table;
}
.n-list .image, .n-list .thumb {
    display: table-cell;
    vertical-align: middle;
}
.n-list .image {
    width: 44%;
    min-width: 44%;
}
.n-list img {
    min-height: 175px;
}
.n-list .thumb {
    width: 56%;
    max-width: 56%;
    padding: 0 20px;
}
}

@media (min-width: 1024px) {
.respClass {
    padding-bottom: 40px;
}
.n-list {
    padding-bottom: 50px;
}
.n-list li {
    margin-bottom: 40px;
}
.n-list .image {
    overflow: hidden;
}
.n-list .desc {
    margin: 10px 0;
}
.n-list .title a {
    display: -webkit-box;
    height: 30px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.n-list .more {
    min-width: 140px;
    line-height: 40px;
    font-size: 16px;
    padding: 0 20px;
    position: relative;
}
.n-list .more span {
    position: relative;
    z-index: 2;
}
.n-list .more:before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background-color: #035c63;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    transition: 0.3s ease width;
    -webkit-transition: 0.3s ease width;
    -ms-transition: 0.3s ease width;
    -moz-transition: 0.3s ease width;
    -o-transition: 0.3s ease width;
}
}

@media (min-width: 1260px) {
.respClass {
    padding-bottom: 60px;
}
.n-list {
    padding-bottom: 90px;
}
.n-list ul {
    padding-bottom: 27px;
}
.n-list .thumb {
    padding: 0 50px;
}
.n-list .desc {
    margin: 22px 0 27px;
}
.n-list li:hover h3 a {
    color: #035c63;
}
.n-list li:hover .more {
    color: #fff;
}
.n-list li:hover .more:after {
    background-image: url(../images/respIcon02.png);
}
.n-list li:hover .more:before {
    width: 100%;
}
}
.honor-container {
    background-repeat: repeat;
    padding-bottom: 50px;
}
.honor-bg.m-bg {
    -o-background-size: 0;
    background-size: 0;
    background-position: right bottom;
}
.honor-list {
    padding-left: 30px;
    position: relative;
}
.honor-item {
    padding-bottom: 40px;
    position: relative;
    color: #4c4c4c;
}
.honor-item img {
    width: 100%;
    display: block;
}
.honor-item ul {
    padding-bottom: 5px;
}
.honor-item li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 10px;
}
.honor-item .year {
    /*font-family: "Montserrat";*/
    font-family: 'bebas';
    font-size: 24px;
    color: #035c63;
    padding-bottom: 10px;
    display: block;
}
.honor-item .month {
    position: absolute;
    left: 0;
    top: 0;
}
.honor-item:last-child {
    padding-bottom: 0;
}
.honor-item:after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/honorIcon02.png) no-repeat;
    position: absolute;
    left: -34px;
    top: 0;
}
.honor-line {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.honor-line:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    left: 5px;
    top: 0;
    background-color: #035c63;
}
.honor-line:before {
    content: '';
    display: block;
    width: 12px;
    height: 19px;
    background: url(../images/honorIcon01.png) no-repeat;
    position: absolute;
    left: 0;
    top: 100%;
}
.prize {
    display: none;
}

@media (min-width: 1024px) {
.prize {
    width: 50%;
    display: block;
    padding-right: 40px;
}
.prize img {
    width: 100%;
    display: block;
}
.honor-bg.m-bg {
    -o-background-size: auto;
    background-size: auto;
}
.honor-list {
    padding-left: 0;
}
.honor-item {
    width: 50%;
    float: right;
    text-align: left;
    padding-left: 40px;
    z-index: 1;
    clear: both;
}
.honor-item:after {
    left: -9px;
}
.honor-item:nth-child(even) {
    float: left;
    padding-right: 40px;
    text-align: right;
}
.honor-item:nth-child(even):after {
    left: auto;
    right: -11px;
}
.honor-item li {
    padding-left: 0;
}
.honor-item .year {
    font-size: 30px;
}
.honor-item .month {
    position: static;
}
.honor-line {
    left: 49.5%;
}
}

@media (min-width: 1260px) {
.honor-bg {
    padding-bottom: 95px;
}
.honor-list {
    margin-bottom: 0;
}
.honor-item {
    font-size: 16px;
    padding-bottom: 0;
}
.honor-item ul {
    padding-bottom: 50px;
}
.honor-item li {
    padding-bottom: 13px;
}
.honor-item .year {
    font-size: 40px;
    padding-bottom: 25px;
    line-height: 1;
}
.honor-item .month {
    padding-right: 15px;
}
.honor-item:after {
    top: 0px;
    left: -10px;
}
.honor-item:nth-child(even):after {
    right: -10px;
}
}
.introduction .title {
    line-height: 1.57894;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.introduction .title:after {
    content: '';
    display: block;
    width: 1.6842em;
    height: 2px;
    background-color: #e50012;
    margin: 10px auto 15px;
}
.introduction .text {
    color: #666;
    line-height: 1.875;
    text-align: justify;
}
.introduction .text img {
    width: 100%;
}
.introduction-data {
    padding-top: 20px;
    padding-bottom: 20px;
}
.introduction-data ul {
    font-size: 0;
    text-align: center;
}
.introduction-data li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
}
.introduction-data .num {
    font-size: 40px;
    line-height: 1;
    color: #035c63;
    font-family: "Myriad Pro";
}
.introduction-data .desc {
    padding-top: 3px;
    font-size: 14px;
    color: #696969;
}
.introduction-data .add {
    padding-right: 12px;
    background: url(../images/introIcon01.png) right 60% no-repeat;
}
.introduction-video {
    position: relative;
}
.introduction-video img {
    width: 100%;
    display: block;
}
.introduction-video .videoTitle {
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}
.introduction-video:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}
.introduction-video .thumb {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    color: #fff;
    text-align: center;
}
.introduction-video h3 {
    font-size: 24px;
}
.introduction-video .desc {
    font-size: 18px;
}
.introduction-video .play-btn {
    width: 90px;
    height: 90px;
    display: block;
    margin: 10px auto 0;
    background: url(../images/knowledgeIcon01.png) no-repeat;
    -o-background-size: cover;
    background-size: cover;
}
.introduction-video video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: none;
    background-color: #000;
}
.n-title {
    text-align: center;
    font-size: 24px;
}
.n-title:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 2px;
    background-color: #e50012;
    margin: 10px auto 15px;
}
.culture {
    padding: 30px 0;
    background-color: #eff4f8; /*background: url(../images/introImg05.jpg) center bottom no-repeat; -o-background-size: cover; background-size: cover;*/
    margin-top: 40px;
}
.culture ul {
    padding-top: 10px;
}
.culture li {
    padding-bottom: 30px;
}
.culture img {
    width: 100%;
    display: block;
}
.culture .thumb {
    background-color: #fff;
    padding: 20px;
}
.culture h3 {
    color: #0068b7;
    background: url(../images/introIcon02.png) right center no-repeat;
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}
.culture .desc {
    color: #666;
    padding-top: 5px;
}
.strength {
    padding: 30px 0;
}
.strength ul {
    font-size: 0;
    margin: 0 -5px;
}
.strength li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px;
}
.strength .thumb {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
.strength img {
    width: 100%;
    display: block;
}
.strength .text {
    padding: 10px;
}
/*.strength .text:after { content: ''; display: block; width: 20px; height: 1px; background-color: #666; margin-top: 10px; }*/

.strength h4 {
    line-height: 23px;
    font-size: 16px;
    padding-left: 30px;
    background: url(../images/introIcon03.png) center left no-repeat;
}
.strength-list {
    display: none;
}
.strength-list:first-child {
    display: block;
}
.development {
    padding: 30px 0;
    position: relative;
}
.development .n-title {
    color: #fff;
}
.development .insideWrapper {
    position: relative;
    z-index: 3;
}
.development:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -o-background-size: cover;
    background-size: cover;
    background-color: #035c63;
    opacity: 0.7;
}
.development-type {
    font-size: 0;
    max-width: 620px;
    margin: 0 auto;
}
.development-type a {
    width: 50%;
    line-height: 30px;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    border: 1px solid #fff;
}
.development-type a:last-child {
    border-left: none;
}
.development-type .on {
    background-color: #fff;
    color: #035c63;
}
.development-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden;
}
.development-image li {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.development-image img {
    min-width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    -o-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.development-image .swiper-slide-active img {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.development-section {
    margin: 20px 0;
    position: relative;
}
.development-year {
    width: auto;
    color: #fff;
    height: 280px;
    line-height: 40px;
    font-size: 16px;
    float: left;
    font-family: "Montserrat";
}
.development-year .swiper-slide-active {
    font-size: 20px;
}
.development-year .swiper-slide-active span:after {
    width: 100%;
    height: 6px;
}
.development-year span {
    display: block;
    padding: 0 1px;
    position: relative;
}
.development-year span:after {
    content: '';
    display: block;
    width: 0;
    height: 0px;
    background-color: #e50012;
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.development-year i {
    display: block;
    position: relative;
    z-index: 2;
    font-style: normal;
}
.development-article {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    overflow: hidden;
    padding-left: 100px;
}
.development-article li {
    padding: 0 5px;
}
.development-article .title {
    line-height: 1.5;
}
.development-article .desc {
    line-height: 24px;
}
.development-nav {
    display: none;
    position: fixed;
    right: 5.2%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 30;
}
.development-nav a {
    display: block;
    line-height: 20px;
    font-size: 20px;
    color: #b2b2b2;
    font-family: "Montserrat";
    padding-left: 35px;
    overflow: hidden;
    position: relative;
    margin: 50px 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.development-nav a span {
    font-family: "Microsoft YaHei";
}
.development-nav a i {
    font-style: normal;
}
.development-nav a:before {
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    background-color: #fff;
    border: 4px solid #ddd;
    border-radius: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.development-nav a:hover, .development-nav .on {
    color: #035c63;
}
.development-nav a:hover:before, .development-nav .on:before {
    border-color: #035c63;
}

@media (min-width: 768px) {
.introduction .text {
    font-size: 16px;
    text-align: left;
}
.introduction-data {
    padding-top: 30px;
    padding-bottom: 30px;
}
.introduction-data .desc {
    font-size: 16px;
    padding-top: 5px;
}
.introduction-video h3 {
    font-size: 36px;
}
.introduction-video .desc {
    font-size: 20px;
}
.introduction-video .play-btn {
    width: 115px;
    height: 115px;
    margin-top: 30px;
}
.n-title {
    font-size: 28px;
}
.culture {
    padding-top: 40px;
    padding-bottom: 105px;
}
.culture li {
    width: 33.333%;
    float: left;
    padding: 0 10px;
}
.culture ul {
    padding-top: 30px;
    margin: 0 -10px;
}
.culture .desc {
    min-height: 47px
}
.development:after {
    background: url(../images/introIcon04.png) center no-repeat;
    -o-background-size: cover;
    background-size: cover;
}
.development-type a {
    font-size: 18px;
    line-height: 42px;
}
.development-article {
    width: 500px;
    padding: 0;
    left: auto;
    right: 0;
    padding-right: 100px;
}
.development-year {
    font-size: 20px;
    text-align: center;
}
.development-year .swiper-slide-active {
    font-size: 30px;
}
}

@media (min-width: 1024px) {
.introduction-data {
    padding-top: 40px;
    padding-bottom: 40px;
}
.introduction-data li {
    padding: 0 30px;
}
.introduction-data .num {
    font-size: 66px;
}
.introduction-data .desc {
    padding-top: 10px;
}
.n-title {
    font-size: 30px;
}
.culture {
    padding-top: 57px;
    padding-bottom: 155px;
}
.culture ul {
    padding-top: 50px;
    margin: 0 -23px;
}
.culture li {
    padding-left: 23px;
    padding-right: 23px;
}
.culture .thumb {
    padding: 35px 30px 30px;
}
.culture .desc {
    font-size: 18px;
    padding-top: 15px;
    min-height: 69px
}
.strength {
    padding: 50px 0 70px;
}
.strength-list li {
    width: 20%;
}
}

@media (min-width: 1260px) {
.introduction {
    padding-top: 30px;
    padding-bottom: 50px;
}
.introduction .title {
    font-size: 38px;
}
.introduction .title:after {
    margin: 25px auto;
}
.introduction .text {
    padding-top: 17px;
}
.introduction-data {
    padding-top: 70px;
    padding-bottom: 60px;
}
.introduction-data li {
    padding: 0 35px;
}
.introduction-video .thumb {
    top: 52%;
}
.introduction-video h3 {
    font-size: 48px;
    padding-bottom: 5px;
}
.introduction-video .desc {
    font-size: 28px;
}
.introduction-video .play-btn {
    margin-top: 170px;
}
.n-title {
    font-size: 40px;
}
.n-title:after {
    margin-top: 20px;
}
.culture {
    padding-top: 87px;
    padding-bottom: 195px;
}
.culture ul {
    padding-top: 70px;
}
.culture .thumb {
    padding: 35px 20px 30px;
}
.strength {
    padding: 70px 0 100px;
}
.strength .n-title {
    padding-bottom: 30px;
}
.culture .desc {
    min-height: 0;
}
.strength li {
    padding: 20px 5px;
}
.strength .image {
    overflow: hidden;
}
.strength .text {
    padding: 28px 25px 30px;
}
.strength .text:after {
    margin-top: 20px;
}
.strength h4 {
    font-size: 18px;
}
.strength-list {
    padding-top: 20px;
}
.development {
    padding-top: 75px;
    padding-bottom: 85px;
}
.development-type {
    padding-top: 43px;
}
.development-type a {
    line-height: 52px;
}
.development-section {
    margin-top: 55px;
    max-width: 620px;
    margin: 20px auto;
}
.development-year {
    height: 400px;
    line-height: 80px;
}
.development-year span:after {
    bottom: 27px;
}
.development-article {
    width: 330px;
    padding-right: 0;
}
.development-article .desc {
    line-height: 28px;
    padding-top: 10px;
}
}
.feedback .faqline font {
    margin-right: 43px;
    margin-top: -33px;
    text-align: right;
    float: right;
}
.feedback .thumb {
    position: relative;
    padding-left: 80px;
    padding-bottom: 20px;
}
.feedback .tit {
    width: 70px;
    text-align: right;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 36px;
    color: #333;
}
.feedback .tit i {
    color: #f91111;
    padding-right: 5px;
}
.feedback input[type=text], .feedback textarea, .feedback select {
    width: 100%;
    display: block;
    background: none;
    border: 1px solid #999;
    line-height: 24px;
    padding: 5px 10px;
}
.feedback input[type=text]:focus, .feedback textarea:focus, .feedback select:focus {
    border-color: #035c63;
}
.feedback select {
    color: #929292;
    background: url(../images/contactIcon02.png) 95% center no-repeat;
}
.feedback .code {
    padding-right: 160px;
    position: relative;
}
.feedback .code img {
    width: 86px;
    max-height: 100%;
    position: absolute;
    right: 53px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.feedback .refresh {
    width: 38px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/contactIcon01.png) center no-repeat;
}
.feedback textarea {
    height: 150px;
}
.feedback .button {
    padding-top: 10px;
    font-size: 0;
}
.feedback .button input {
    min-width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.feedback .button input[type=submit] {
    background-color: #035c63;
}
.feedback .button input[type=submit].off {
    background-color: #ccc;
}
.feedback .button input[type=reset] {
    background-color: #ccc;
}
.contact-information {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-information .m-class {
    padding: 20px 10px;
}
.contact-information #map {
    width: 100%;
    height: 300px;
    margin-top: 30px;
}
.contact-section {
    background-color: #fff;
    padding: 15px 20px;
}
.contact-section li {
    padding: 15px 0 15px 50px;
    border-bottom: 1px solid #e7e7e7;
    background-position: left center;
}
.contact-section li:last-child {
    border-bottom: none;
}
.contact-section h4 {
    padding-bottom: 3px;
}
.contact-section .desc {
    color: #666;
}
.contact-section .address {
    background-image: url(../images/contactIcon03.png);
    background-size: 9%;
}
.contact-section .tel {
    background-image: url(../images/contactIcon04.png);
    background-size: 9%;
}
.contact-section .fax {
    background-image: url(../images/contactIcon05.png);
    background-size: 9%;
}
.contact-section .mail {
    background-image: url(../images/contactIcon06.png);
    background-size: 9%;
}
.contact-section .web {
    background-image: url(../images/contactIcon07.png);
    background-size: 9%;
}
.contact-bd {
    display: none;
}
.contact-bd:first-child {
    display: block;
}

@media (min-width: 768px) {
.feedback ul {
    margin: 0 -10px;
}
.feedback li {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.feedback li:last-child {
    width: 100%;
}
.contact-information .m-class {
    padding: 20px 20px;
}
}

@media (min-width: 1024px) {
.feedback .thumb {
    padding-left: 120px;
}
.feedback input[type=text], .feedback select, .feedback textarea {
    padding: 12px 10px;
    font-size: 15px;
}
.feedback .tit {
    width: 110px;
    line-height: 52px;
    font-size: 16px;
}
.feedback .button {
    padding-top: 25px;
}
.feedback .button input {
    min-width: 200px;
    height: 56px;
    line-height: 56px;
    font-size: 20px;
}
.contact-section {
    width: 38.333%;
    float: left;
}
.contact-information {
    padding-top: 30px;
    padding-bottom: 50px;
}
.contact-information .m-class {
    padding: 40px 30px;
}
.contact-information #map {
    width: 59.167%;
    height: 378px;
    float: right;
    margin-top: 0;
}
}

@media (min-width: 1260px) {
.feedback {
    padding: 35px 0 50px;
}
.feedback ul {
    margin: 0 -20px;
}
.feedback li {
    padding: 0 30px 20px;
}
.feedback .tit {
    font-size: 18px;
    padding-right: 5px;
}
.feedback textarea {
    height: 290px;
}
.contact-section {
    padding: 21px 40px;
}
.contact-section li {
    padding: 22px 0 22px 50px;
}
.contact-information {
    padding-bottom: 50px;
}
.contact-information .m-class {
    padding: 50px 30px 0px;
}
.contact-information #map {
    height: 473px;
}
.contact-information .contact-main {
    margin-top: 50px;
}
}
.join-information {
    padding: 20px;
    -o-background-size: cover;
    background-size: cover;
    background-position: left;
    -webkit-box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
}
.join-information .title {
    padding-bottom: 5px;
}
.join-information .desc {
    font-size: 14px;
    line-height: 2;
    color: #666;
}
.join-information .tel-icon {
    max-width: 100%;
    display: block;
    padding: 10px 0;
}
.join-information .hotline {
    font-size: 0;
}
.join-information .hotline .text, .join-information .hotline .tel {
    color: #035c63;
}
.join-information .hotline .tel {
    font-family: "Montserrat";
    letter-spacing: -1px;
}
.join-form {
    padding: 10px 0;
    border-top: 2px solid #035c63;
    margin-top: 40px;
}
.join-form form {
    display: block;
}
.join-form .tit {
    line-height: 34px;
    font-size: 14px;
    display: block;
    position: absolute;
    left: 8px;
    top: 15px;
}
.join-form .tit i {
    font-style: normal;
    color: #ff0000;
    padding-right: 5px;
}
.join-form .item {
    padding: 15px 10px 15px 90px;
    border-bottom: 1px solid #e1e1e1;
    position: relative;
}
.join-form .item input {
    width: 100%;
    line-height: 24px;
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
}
.join-form .radio a {
    color: #999;
    display: inline-block;
    vertical-align: top;
    line-height: 34px;
    padding-left: 20px;
    background: url(../images/joinIcon06.png) left center no-repeat;
    margin-right: 10px;
    font-size: 12px;
}
.join-form .radio .on {
    color: #333;
    background-image: url(../images/true.png);
}
.join-form .tips {
    color: #999;
    padding-top: 15px;
}
.join-form .button {
    font-size: 0;
    padding: 25px 0;
}
.join-form .button span {
    width: 120px;
    display: inline-block;
    vertical-align: top;
    margin: 0 3px;
}
.join-form .button input {
    color: #fff;
    min-width: 120px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.join-form .button input[type=submit] {
    background-color: #035c63;
}
.join-form .button input[type=reset], .join-form .button input[type=submit].off {
    background-color: #ccc;
}
.problem-list {
    padding-top: 20px;
    padding-bottom: 30px;
}
.problem-list li {
    padding-bottom: 20px;
}
.problem-list .thumb {
    border: 1px solid #e6e6e6;
    padding: 25px 50px 25px 40px;
    display: block;
    background-color: #fff;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.problem-list .thumb:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background: #035c63 url(../images/joinIcon02.png) center no-repeat;
    -o-background-size: 13px;
    background-size: 13px;
    position: absolute;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.problem-list .thumb:after {
    content: '';
    display: block;
    width: 40px;
    height: 100%;
    background: #035c63 url(../images/joinIcon03.png) center no-repeat;
    -o-background-size: 25px;
    background-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (min-width: 768px) {
.join-information {
    padding-right: 41.538%;
}
.join-form .radio a {
    font-size: 14px;
    margin-right: 35px;
    padding-left: 29px;
}
.problem-list ul {
    margin: 0 -10px;
}
}

@media (min-width: 1024px) {
.join-information {
    max-width: 1170px;
    margin: 10px auto 0;
    padding: 40px 51.538% 40px 40px;
}
.join-form {
    max-width: 1170px;
    margin: 50px auto 0;
    padding-top: 20px;
}
.join-form .tit {
    font-size: 16px;
    line-height: 54px;
}
.join-form .item {
    padding-left: 100px;
}
.join-form .item input {
    width: 317px;
    padding: 14px 10px;
}
.join-form .item.address input {
    width: 775px;
}
.join-form .radio a {
    line-height: 54px;
}
.join-form .button {
    padding-top: 50px;
}
.join-form .button span {
    width: 192px;
}
.join-form .button input {
    min-width: 192px;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
}
.problem-list ul {
    padding-bottom: 30px;
}
.problem-list .thumb {
    font-size: 16px;
    line-height: 24px;
    padding-left: 70px;
}
.problem-list .thumb:before {
    width: 32px;
    height: 32px;
    -o-background-size: 17px;
    background-size: 17px;
    left: 20px;
}
}

@media (min-width: 1260px) {
.join-information {
    padding: 62px 50% 73px 55px;
    margin-bottom: 50px;
}
.join-information .title {
    padding-bottom: 15px;
}
.join-information .tel-icon {
    padding: 22px 0 7px;
}
.join-form {
    margin-top: 82px;
    overflow: hidden;
}
.join-form .item {
    padding: 20px 20px 20px 200px;
}
.join-form .tit {
    top: 20px;
}
.problem {
    padding-top: 10px;
}
.problem-list {
    padding-top: 50px;
    padding-bottom: 50px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.problem-list ul {
    margin: 0;
    padding-bottom: 0px;
}
.problem-list li {
}
.problem-list .thumb {
    padding: 33px 100px 33px 70px;
}
.problem-list .thumb:after {
    width: 90px;
    -o-background-size: 31px;
    background-size: 31px;
}
.problem-list .thumb:hover {
    color: #035c63;
}
}
.financial {
    padding-bottom: 30px;
}
.product-information {
    padding-bottom: 30px;
}
.product-information .m-title {
    text-align: left;
}
.product-information .intro {
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-information .intro .ziliao {
    width: 45%;
    float: left;
    margin-right: 40px;
}
.product-information .intro img {
    float: right;
    width: 48%;
    border: 1px solid #eee;
}
.product-information .intro h2 {
    margin-bottom: 20px;
}
.product-information .intro p {
    color: #999;
}
.product-information .QRcode {
    width: 152px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    display: inline-block;
    vertical-align: top;
    padding: 9px;
    margin: 10px 0;
}
.product-information .content {
    color: #666;
    line-height: 1.875;
    padding-top: 10px;
}
.medical-list {
    padding-top: 30px;
}
.medical-list .n-title:after {
    background-color: #035c63;
}
.medical-list ul {
    font-size: 0;
    margin: 0 -5px;
}
.medical-list li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px;
}
.medical-list .thumb {
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.medical-list img {
    width: 100%;
    display: block;
    position: relative;
}
.medical-list .image {
    position: relative;
}
.medical-list .image:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    position: absolute;
    background-color: #035c63;
    transition: 0.3s ease opacity;
    -webkit-transition: 0.3s ease opacity;
    -moz-transition: 0.3s ease opacity;
    -ms-transition: 0.3s ease opacity;
    -o-transition: 0.3s ease opacity;
}
.medical-list .text {
    padding: 10px;
}
.medical-list .text:after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #666;
    margin-top: 10px;
}
.medical-list h4 {
    line-height: 23px;
    font-size: 16px; /*padding-left: 30px; background: url(../images/introIcon03.png) center left no-repeat;*/
}
.image-item {
    padding-top: 20px;
}
.image-item ul {
    font-size: 0;
    text-align: center;
}
.image-item li {
    width: 50%;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    margin: 15px 0;
}
.image-item li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}
.image-item img {
    max-width: 100%;
    vertical-align: middle;
    max-height: 50px;
}
.product-type {
    white-space: nowrap;
    padding: 20px 0 30px;    display: none;
}
.product-type ul {
    text-align: center;
    overflow-x: auto;
    font-size: 0;
}
.product-type li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    width: 12%;
}
.product-type li:last-child {
    margin-right: 0;
}
.product-type li:last-child .thumb:before {
    display: none;
}
.product-type .on .thumb {
    border-color: #035c63;
}
.product-type .on .thumb:hover {
    border-color: #035c63;
}
.product-type .on .thumb:after {
    background-color: #035c63;
    -webkit-box-shadow: 0 0 10px 1px rgba(23, 107, 171, 0.3);
    box-shadow: 0 0 10px 1px rgba(23, 107, 171, 0.3);
}
.product-type .on .thumb img {
    opacity: 0;
    width: 30%;
}
.product-type .on .thumb .ac {
    opacity: 1;
    width: 30%;
}
.product-type .on h3 {
    color: #035c63;
}
.product-type .thumb {
    width: 80px;
    height: 80px;
    border: 1px dashed #d8dfe5;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.product-type .thumb img {
    height: 30%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.product-type .thumb .ac {
    opacity: 0;
}
.product-type .thumb:after {
    content: '';
    display: block;
    width: 58px;
    height: 58px;
    background-color: #bbe2e6;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    -webkit-box-shadow: 0 0 10px 1px rgba(100, 100, 100, 0.1);
    box-shadow: 0 0 10px 1px rgba(100, 100, 100, 0.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.product-type .thumb:before {
    content: '';
    display: block;
    width: 9px;
    height: 1px;
    background-color: #d8dfe5;
    position: absolute;
    left: 100%;
    top: 50%;
}
.product-type h3 {
    font-size: 14px;
    padding-top: 10px;
    color: #333;
    white-space: normal;
}
.product-class.m-class a {
    font-size: 13px;
}
.product-list {
    text-align: center;
}
.product-list ul {
    margin: 0 -10px;
    padding-bottom: 30px;
}
.product-list li {
    width: 100%;
    padding: 10px;
}
.product-list .thumb {
    display: block;
    background-color: #fff;
}
.product-list .image {
    overflow: hidden;
    position: relative;
}
.product-list .image:after {
    content: '';
    display: block;
    padding-bottom: 85.9%;
}
.product-list img {
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.product-list h4 {
    padding: 5px 0 10px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
}
.product-rowlist {
    padding-bottom: 30px;
}
.product-rowlist .thumb {
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 10px;
}
.product-rowlist .image {
    display: block;
    padding: 0 30px;
}
.product-rowlist img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.product-rowlist h3 {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-rowlist .text {
    padding: 10px 20px;
}
.product-rowlist .desc {
    color: #808080;
    margin: 10px 0 5px;
}
.product-rowlist .more {
    color: #035c63;
    border: 1px solid #035c63;
    font-size: 14px;
    padding: 3px 40px 3px 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    position: relative;
}
.product-rowlist .more:after {
    content: '';
    display: block;
    width: 26px;
    height: 100%;
    background: url(../images/productIcon10.png) center no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    top: 0;
}
.product-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    pointer-events: none;
}
.product-mask.on {
    opacity: 1;
    pointer-events: auto;
}
.product-popups {
    max-height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 300;
    margin: 0 30px;
    opacity: 0;
    pointer-events: none;
}
.product-popups .n-title {
    font-size: 18px;
    line-height: 24px;
}
.product-popups .n-title:after {
    background-color: #035c63;
}
.product-popups.on {
    opacity: 1;
    pointer-events: auto;
}
.product-detail {
    padding-bottom: 5px;
    padding-top: 5px;
}
.product-detail ul {
    font-size: 0;
    text-align: center;
}
.product-detail li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
}
.product-detail img {
    display: block;
    margin: 0 auto;
}
.product-detail h4 {
    font-size: 14px;
    padding-top: 5px;
    color: #666;
}
.product-popups-bd {
    height: 100%;
    padding: 30px 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
}
.product-album {
    text-align: center;
    padding: 0 20px;
}
.product-album .swiper-container {
    opacity: 0;
}
.product-album img {
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
}
.product-album li {
    width: 420px;
}
.product-album .buyButton {
    color: #fff;
    background-color: #e50012;
    font-size: 14px;
    padding: 3px 40px 3px 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.product-album .buyButton:after {
    content: '';
    display: block;
    width: 26px;
    height: 100%;
    background: url(../images/productIcon11.png) center no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    top: 0;
}
.product-close-btn {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    background: url(../images/productIcon13.png) center no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-width: 768px) {
.financial {
    padding-bottom: 50px;
}
.product-information .thumb {
    width: 21.67%;
    float: left;
}
.product-information .Related {
    width: 100%;
}
.product-information .content {
    width: 68.58%;
    float: right;
    padding-top: 0;
}
.product-information .product_deatil {
    width: 100%;
}
.image-item li {
    width: 25%;
}
.product-type {
    padding-bottom: 50px;
}
.product-type li {
    margin-right: 30px;
    width: 15%;
}
.product-type .thumb {
    width: 138px;
    height: 138px;
}
.product-type .thumb:after {
    width: 100px;
    height: 100px;
}
.product-type .thumb:before {
    width: 31px;
}
.product-type .thumb img {
/* height: auto;*/
}
.product-type h3 {
    font-size: 16px;
}
.product-class.m-class {
    white-space: normal;
    text-align: left;
}
.product-class.m-class a {
    font-size: 16px;
    margin: 13px 0;
}
.product-list {
    padding-bottom: 70px;
}
.product-list h4 {
    font-size: 16px;
    padding: 10px 0 15px;
}
.product-rowlist .text {
    width: 50%;
    float: left;
    padding-top: 15px;
}
.product-rowlist .desc {
    display: -webkit-box;
    height: 60px;
    line-height: 30px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.product-rowlist .image {
    width: 40%;
    float: right;
}
.product-popups .n-title {
    font-size: 24px;
}
.product-detail li {
    width: auto;
    padding: 20px;
}
.product-popups {
    margin: 0 82px;
}
.product-close-btn {
    width: 38px;
    height: 38px;
    left: 100%;
    right: auto;
    margin-left: 22px;
    background-image: url(../images/productIcon12.png);
}
}

@media (min-width: 1024px) {
.product-information .content {
    font-size: 16px;
}
.product-type ul {
    height: 248px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
 .product-type ul::-webkit-scrollbar {
 width: 7px;
 height: 7px;
 cursor: pointer
}
 .product-type ul::-webkit-scrollbar-track {
 background-color: #ddd;
 border-radius: 10px
}
 .product-type ul::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #035c63
}
.product-type li {
    margin-right: 50px;
    width: 15%;
}
.product-type .thumb:before {
    width: 51px;
}
.product-type h3 {
    font-size: 18px;
    padding-top: 20px;
}
.product-list h4 {
    font-size: 18px;
    padding: 15px 0 30px;
}
.product-rowlist .thumb {
    position: relative;
}
.product-rowlist .text {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.product-rowlist .more {
    font-size: 18px;
    min-width: 168px;
    line-height: 38px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    padding-left: 18px;
}
.product-rowlist .more:after {
    width: 32px;
    right: 22px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.product-popups .n-title {
    font-size: 30px;
}
.product-popups .n-title:after {
    margin-top: 20px;
}
.product-popups .buyButton {
    font-size: 18px;
    min-width: 168px;
    line-height: 38px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    text-align: left;
    padding-left: 18px;
}
.product-popups .buyButton:after {
    right: 22px;
}
.medical-list li {
    width: 25%;
}
}

@media (min-width: 1260px) {
.financial {
    padding-bottom: 230px;
}
.product-information {
    padding-bottom: 40px;
}
.product-information .QRcode {
    margin-top: 50px;
}
.medical-list ul {
    margin: 0 -10px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.medical-list li {
    padding: 20px 10px;
}
.medical-list .image {
    overflow: hidden;
}
.medical-list .text {
    padding: 28px 25px 30px;
}
.medical-list .text:after {
    margin-top: 20px;
}
.medical-list h4 {
    font-size: 18px;
}
.medical-list .thumb:hover h4 {
    color: #035c63;
}
.image-item {
    padding-top: 40px;
}
.image-item ul {
    text-align: left;
}
.image-item li {
    width: auto;
    padding-left: 0;
    padding-right: 20px;
}
.product-type {
    padding: 50px 0;    display: none;
}
.product-type li {
    margin-right: 90px;
    width: 14%;
}
.product-type .thumb:before {
    width: 181px;
}
.product-type h3 {
    font-size: 18px;
    padding-top: 25px;
}
.product-type li:hover .thumb:after {
    width: 100%;
    height: 100%;
}
.product-type li:hover h3 {
    color: #035c63;
}
.product-type .on:hover .thumb:after {
    width: 100px;
    height: 100px;
}
.product-class.m-class a {
    font-size: 18px;
}
.product-class.m-class .on {
    font-size: 20px;
    font-weight: bold;
}
.product-list {
    padding-top: 18px;
    padding-bottom: 150px;
}
.product-list ul {
    margin: 0 -13px;
    padding-bottom: 50px;
}
.product-list li {
    padding: 13px;
}
.product-list h4 {
    padding-bottom: 38px;
}
.product-list .thumb:hover img {
    -webkit-transform: translateX(-50%) scale(1.03);
    -moz-transform: translateX(-50%) scale(1.03);
    -ms-transform: translateX(-50%) scale(1.03);
    -o-transform: translateX(-50%) scale(1.03);
    transform: translateX(-50%) scale(1.03);
}
.product-rowlist {
    padding-top: 25px;
    padding-bottom: 75px;
}
.product-rowlist ul {
}
.product-rowlist .thumb {
    padding: 0px 10px;
}
.product-rowlist .thumb h3 a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.product-rowlist .thumb .image {
    overflow: hidden;
}
.product-rowlist .thumb .image img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
.product-rowlist .thumb:hover h3 a {
    color: #035c63;
}
.product-rowlist .thumb:hover .more {
    background-color: #035c63;
    color: #fff;
}
.product-rowlist .thumb:hover .more:after {
    background-image: url(../images/productIcon11.png);
}
.product-rowlist .thumb:hover img {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.product-rowlist .text {
    width: 50%;
    left: 48px;
    padding-right: 40px;
}
.product-rowlist .desc {
    font-size: 15px;
    margin-bottom: 48px;
    margin-top: 17px;
}
.product-popups {
    width: 1200px;
    margin: 0 auto;
    left: 50%;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-detail h4 {
    font-size: 16px;
}
.product-album {
    padding: 0 88px;
}
}

@media (min-width: 1350px) {
.product-type li {
    width: 12%;
}
}

@media (min-height: 900px) {
.product-popups-bd {
    padding: 50px 0;
}
.product-popups-bd .n-title {
    line-height: 1;
    font-size: 36px;
}
.product-popups-bd .n-title:after {
    margin-top: 38px;
}
.product-popups-bd .buyButton {
    margin-top: 30px;
}
.product-detail h4 {
    padding: 10px 15px;
}
}
.distributed-map {
    display: none;
}
.estate {
    padding: 30px 0;
}
.estate .n-title:after {
    background-color: #035c63;
}
.estate-list {
    padding: 0 32px;
    position: relative;
}
.estate-list img {
    max-width: 325px;
}
.estate-list li {
    cursor: pointer;
    height: 160px !important;
}
.estate-list h4 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    background-color: rgba(0,0,0,0.5);
}
.estate-list .button {
    width: 22px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
}
.estate-list .prev {
    left: 0;
    background: #e2eaf1 url(../images/knowledgeIcon05.png) center no-repeat;
}
.estate-list .next {
    right: 0;
    background: #e2eaf1 url(../images/knowledgeIcon06.png) center no-repeat;
}
.estate-bd {
    margin-bottom: 20px;
}
.estate-bd .province {
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: #333;
    font-size: 16px;
    padding: 10px 0 15px;
}
.estate-bd .province span {
    display: block;
    padding: 0 5px;
    position: relative;
}
.estate-bd .province span:after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-color: #e50012;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
}
.estate-bd .province i {
    position: relative;
    z-index: 2;
    font-style: normal;
}
.estate-popups {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 300;
    margin: 0 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}
.estate-popups.on {
    opacity: 1;
    pointer-events: auto;
}
.estate-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
}
.estate-mask.on {
    opacity: 1;
    pointer-events: auto;
}
.estate-detail-bd {
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #035c63;
    color: #fff;
    display: none;
}
.estate-detail-bd .image {
    position: relative;
}
.estate-detail-bd .image:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/estateDetailBg.png) bottom center no-repeat;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.estate-detail-bd .section {
    padding: 20px;
}
.estate-detail-bd .item {
    padding-left: 32px;
    margin-bottom: 10px;
    line-height: 20px;
}
.estate-detail-bd .type {
    background-image: url(../images/productIcon16.png);
}
.estate-detail-bd .local {
    background-image: url(../images/productIcon17.png);
}
.estate-detail-bd .extent {
    background-image: url(../images/productIcon18.png);
}
.estate-detail-bd .article {
    padding-top: 10px;
    text-align: justify;
}
.estate-detail-bd .desc {
    color: #dedede;
    padding-top: 10px;
}
.estate-detail-bd .backlist {
    color: #035c63;
    background-color: #fff;
    font-size: 14px;
    padding: 3px 40px 3px 10px;
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
}
.estate-detail-bd .backlist:after {
    content: '';
    display: block;
    width: 26px;
    height: 100%;
    background: url(../images/productIcon10.png) center no-repeat;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    right: 5px;
    top: 0;
}
.estate-close {
    width: 38px;
    height: 38px;
    margin-left: 22px;
    display: block;
    position: absolute;
    left: 100%;
    right: auto;
    top: 5px;
    background: url(../images/productIcon12.png) center no-repeat;
    -o-background-size: cover;
    background-size: cover;
}

@media (min-width: 768px) {
.estate {
    padding-top: 25px;
    padding-bottom: 70px;
}
.estate-popups {
    margin: 0 82px;
}
.estate-detail-bd .item {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
}
}

@media (min-width: 1024px) {
.estate {
    padding-bottom: 100px;
}
.estate .n-title {
    margin-bottom: 30px;
}
.estate-detail-bd .item {
    font-size: 16px;
}
.estate-detail-bd .backlist {
    font-size: 18px;
    min-width: 168px;
    line-height: 38px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    text-align: left;
    padding-left: 18px;
}
.estate-detail-bd .backlist:after {
    right: 22px;
}
.estate-detail-bd .desc {
    font-size: 16px;
    line-height: 2.25;
}
.estate-detail-bd .article { /*padding-right: 27.5%;*/
    position: relative;
}
.estate-detail-bd .backlist {
    position: absolute;
    right: 0;
    bottom: 0;
}
}

@media (min-width: 1260px) {
.estate {
    padding-top: 45px;
    padding-bottom: 120px;
}
.estate .n-title {
    margin-bottom: 50px;
}
.distributed-map {
    width: 705px;
    height: 708px;
    float: left;
    display: block;
    position: relative;
    background-color: #f7f9fb;
}
.distributed-map .button {
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    overflow: hidden;
}
.distributed-map .button a {
    color: #035c63;
    line-height: 38px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    padding-left: 45px;
    padding-right: 20px;
    background-color: #e2eaf1;
    background-position: 20px center;
}
.distributed-map .button .on {
    background-color: #035c63;
    color: #fff;
}
.distributed-map .button .china {
    background-image: url(../images/productIcon19.png);
}
.distributed-map .button .world {
    background-image: url(../images/productIcon20.png);
}
#ChinaMap {
    margin-left: -450px;
    left: 50%;
}
.WorldMap {
    position: relative;
    display: none;
}
.WorldMap img {
    width: 100%;
    display: none;
}
.WorldMap a {
    display: block;
    position: absolute;
}
.WorldMap .AUS {
    width: 93px;
    height: 131px;
    bottom: 116px;
    right: 106px;
}
.WorldMap .CAN {
    width: 195px;
    height: 180px;
    left: 141px;
    top: 156px;
}
.estate-popups {
    width: 1200px;
    margin: 0 auto;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.estate-section {
    width: 326px;
    height: 707px;
    overflow: hidden;
    float: right;
    position: relative;
}
.estate-section .province {
    display: none;
}
.estate-detail-bd .section {
    padding: 0 100px 50px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.estate-detail-bd .item {
    font-size: 18px;
    margin-right: 25px;
}
.estate-detail-bd h2 {
    padding: 10px 0;
}
.estate-bd {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}
.estate-bd.on {
    opacity: 1;
    pointer-events: auto;
}
.estate-list {
    padding: 30px 0;
}
.estate-list .swiper-container {
    height: 648px;
}
.estate-list h4 {
    font-size: 18px;
    padding: 7px;
}
.estate-list .button {
    width: 100%;
    height: 22px;
}
.estate-list .prev {
    top: 0;
    background-image: url(../images/knowledgeIcon03.png);
}
.estate-list .prev:hover {
    background-color: #035c63;
    background-image: url(../images/productIcon15.png);
}
.estate-list .next {
    top: auto;
    bottom: 0;
    background-image: url(../images/knowledgeIcon04.png);
}
.estate-list .next:hover {
    background-color: #035c63;
    background-image: url(../images/productIcon14.png);
}
}

@media(min-width:1340px) {
.distributed-map {
    width: 800px;
}
}

@media(min-width:1600px) {
.distributed-map {
    width: 862px;
}
}
.searchtitle401 {
    padding: 15px;
    background-color: #f3f3f3;
}
.searchcont401 {
    padding: 10px 0;
}
.resultlist401 {
    font-size: 13px;
    padding: 15px 0;
}
.resultlist401 ul {
    padding-bottom: 30px;
}
.resultlist401 img {
    display: block;
    width: 100%;
}
.resultlist401 li {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px;
}
.resultlist401 h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.resultlist401 h4 a {
    display: block;
}
.resultlist401 h4 em {
    color: red;
    font-style: normal;
}
.resultlist401 h4 a {
    display: block;
}
.resulttext401 {
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666;
}
.resultlabel401 {
    color: #333;
    display: inline-block;
    padding-top: 3%;
}
.searchinputcont401 {
    padding-right: 60px;
}
.searchinputcont401 dt input {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 15px;
    color: #333;
    background-color: #fff;
}
.searchinputcont401 dd input {
    position: relative;
    left: 60px;
    margin-left: -60px;
    float: left;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #e50012;
}
.searchimg401 {
    display: block;
    margin-bottom: 3%;
}

@media (min-width: 768px) {
.searchcont401 {
    padding: 30px 0;
}
.searchinputcont401 {
    max-width: 61.8%;
    margin: 0 auto;
}
.searchtitle401 {
    font-size: 24px;
}
.resultlist401 {
    padding: 3% 0;
}
.resultlist401 img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: auto;
}
.searchimg401 {
    float: left;
    margin: 0 3% 0 0;
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
}
.resultlist401 h4 {
    font-size: 20px;
    margin-bottom: 2%;
}
}

@media (min-width: 1024px) {
.searchcont401 {
    padding: 0px 0 50px;
}
.searchtitle401 {
    padding: 28px 15px;
}
.searchinputcont401 {
    width: 45%;
}
.searchinputcont401 dt {
    float: left;
    width: 78%;
}
.searchinputcont401 dd {
    float: left;
    width: 22%;
}
.searchinputcont401 dd input {
    left: 0;
    margin-left: 0;
    width: 100%;
}
.searchinputcont401 dt input {
    font-size: 18px;
}
.searchinputcont401 dd input {
    text-align: center;
    font-size: 16px;
}
}
.sitemap {
    padding: 30px 0;
}
.sitemapcont2 {
    padding: 6% 10px;
    overflow: hidden;
    background: #fff;
}
.sitemapcont2 dl {
    position: relative;
    margin-bottom: 36px;
}
.sitemapcont2 dl:last-of-type {
    margin-bottom: 0;
}
.sitemapcont2 dl dt {
    font-size: 16px;
    font-weight: bold;
    padding: 0 8px;
    background: #fff;
    position: absolute;
    left: 18px;
    top: -14px;
}
.sitemapcont2 dl dt a {
    color: #e50012;
}
.sitemapcont2 dl dt a:hover {
    color: #e50012;
}
.sitemapcont2 dl dd {
    padding: 4% 3% 1% 3%;
    border: 1px solid #e6e6e6;
}
.sitemapcont2 dl dd a {
    display: inline-block;
    padding-left: 10px;
    margin: 0 23px 8px 0;
}
.singlepage {
    line-height: 1.875;
    padding: 30px 0;
    color: #666;
}
.dead-discern {
    text-align: center;
}
.dead-discern p {
    color: #666;
    font-size: 16px;
}
.backtop {
    width: 46px;
    height: 48px;
    background-image: url(../images/backtop.png);
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-size: contain;
    z-index: 100;
    display: block;
}
.result-top {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 1.875;
}
.result-top img {
    margin-top: 20px;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
}

@media (min-width: 767px) {
.sitemapcont2 {
    padding: 5% 10px;
}
.sitemapcont2 dl dt {
    font-size: 20px;
}
.sitemapcont2 dl dd {
    padding: 2% 3% 1% 3%;
    border: 1px solid #e6e6e6;
}
.sitemapcont2 dl dd a {
    margin: 0 45px 8px 0;
}
.sitemapcont2 dl dd a:hover {
    color: #035c63;
}
.singlepage {
    font-size: 16px;
}
.result-top img {
    margin-top: 30px;
    margin-bottom: 50px;
}
}

@media (min-width: 1024px) {
.sitemap {
    padding: 50px 0;
}
.sitemapcont2 {
    padding: 3.5% 30px;
}
.sitemapcont2 dl {
    margin-bottom: 55px;
}
.result-top {
    padding-top: 20px;
}
.result-top img {
    margin-top: 60px;
    margin-bottom: 90px;
}
}
#ie-alert-overlay {
    width: 100%;
    height: 100%;
    background: url(../images/bg.png) repeat 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
* html #ie-alert-overlay {
    position: absolute;
    z-index: 9999;
}
#ie-alert-panel {
    width: 520px;
    height: 331px;
    position: fixed;
    background: url(../images/iealertsprite.png) no-repeat;
    background-position: -1px -109px;
    top: 50%;
    left: 50%;
    margin: -201px 0 0 -296px;
    padding: 72px 0 0 72px;
    _position: absolute;
_top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
    z-index: 10000;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#ie-alert-panel div, #ie-alert-panel p, #ie-alert-panel span, #ie-alert-panel a, #ie-alert-panel img, #ie-alert-panel ul, #ie-alert-panel li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#ie-alert-panel p {
    font-size: 14px;
    width: 486px;
    text-align: justify;
}
#ie-alert-panel img {
    border: 0;
}
#ie-alert-panel span {
    font-size: 18px;
    margin: 0 0 20px 0;
    display: block;
    padding: 0;
}
#ie-alert-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#ie-alert-panel li {
    float: left;
    margin: 0 22px 0 0;
}
#ie-alert-panel li.last {
    margin-right: 0;
}
#ie-alert-panel a {
    display: inline-block;
    vertical-align: top;
}
#goon {
    text-decoration: underline;
}
.browser {
    position: absolute;
    bottom: 35px;
}
.chrome, .firefox, .ie9, .opera, .safari {
    background: url(../images/iealertsprite.png) no-repeat;
}
.chrome {
    background-position: 0 0;
    width: 73px;
    height: 96px;
    margin: 0 4px 0 0;
}
.firefox {
    background-position: -292px 0;
    width: 73px;
    height: 98px;
}
.ie9 {
    background-position: -179px 0;
    width: 95px;
    height: 98px;
}
.opera {
    background-position: -90px 0;
    width: 73px;
    height: 98px;
}
.safari {
    background-position: -387px 0;
    width: 73px;
    height: 98px;
    margin: 0 4px 0 0;
}
.full-newsdetailB-container {
    padding: 30px 0;
    background-color: #ffffff;
}
.full-newsdetailB-container .article-tilte {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
}
.full-newsdetailB-container .date {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
    color: #8e8e8e;
}
.full-newsdetailB-container .newsdetailB-article {
    position: relative;
    padding: 38px 0 30px;
    margin-bottom: 15px;
    border: 1px solid #d9d9d9;
    border-left: 0;
    border-right: 0;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}
.full-newsdetailB-container .newsdetailB-article img {
    max-width: 100%;
    margin: 0.5em 0;
}
.full-newsdetailB-container .newsdetailB-bdshare {
    position: absolute;
    right: 0;
    top: -43px;
    overflow: hidden;
    zoom: 1;
}
.full-newsdetailB-container .newsdetailB-bdshare a {
    float: left;
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0 0 0 5px;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    background-size: cover;
}
.full-newsdetailB-container .newsdetailB-bdshare .bds_weixin {
    background-image: url(../images/newsdetailBwxico.png);
}
.full-newsdetailB-container .newsdetailB-bdshare .bds_tsina {
    background-image: url(../images/newsdetailBsnico.png);
}
.full-newsdetailB-container .newsdetailB-bdshare .bds_sqq {
    background-image: url(../images/newsdetailBqqico.png);
}
.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl {
    margin-bottom: 10px;
}
.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a {
    display: block;
    font-size: 14px;
    line-height: 30px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
}
.full-newsdetailB-container .newsdetailB-ctrl .return {
    display: block;
    width: 120px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #ffffff;
    background-color: #de0012;
}

@media (min-width: 768px) {
.full-newsB-container .newsB-list ul {
    margin: 0 -10px;
}
.full-newsB-container .newsB-list li {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
}
}

@media (min-width: 1024px) {
.full-newsdetailB-container {
    padding: 75px 0 78px;
}
.full-newsdetailB-container .article-tilte {
    font-size: 24px;
    margin: 0 0 18px;
    line-height: 32px;
}
.full-newsdetailB-container .date {
    margin: 0 0 40px;
    font-size: 24px;
}
.full-newsdetailB-container .newsdetailB-article {
    padding: 72px 0 55px;
    margin-bottom: 42px;
}
.full-newsdetailB-container .single-page {
    padding: 0 100px;
}
.full-newsdetailB-container .newsdetailB-bdshare {
    position: absolute;
    right: auto;
    left: 0;
    top: 76px;
    z-index: 50;
}
.full-newsdetailB-container .newsdetailB-bdshare.js-fixed-top {
    position: fixed;
    left: 40px;
}
.full-newsdetailB-container .newsdetailB-bdshare.js-absolute-bottom {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 55px;
}
.full-newsdetailB-container .newsdetailB-bdshare a {
    float: none;
    width: 72px;
    height: 72px;
    margin: 0 0 1px 0;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    transition: all ease .3s;
}
.full-newsdetailB-container .newsdetailB-bdshare .bds_weixin:hover {
    background-image: url(../images/newsdetailBwxicoac.jpg);
}
.full-newsdetailB-container .newsdetailB-bdshare .bds_tsina:hover {
    background-image: url(../images/newsdetailBsnicoac.jpg);
}
.full-newsdetailB-container .newsdetailB-bdshare .bds_sqq:hover {
    background-image: url(../images/newsdetailBqqicoac.jpg);
}
.full-newsdetailB-container .newsdetailB-ctrl {
    position: relative;
    padding-right: 200px;
}
.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl {
    margin-bottom: 0;
}
.full-newsdetailB-container .newsdetailB-ctrl .page-ctrl a:hover {
    color: #de0012;
}
.full-newsdetailB-container .newsdetailB-ctrl .return {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 3;
    width: 145px;
    height: 50px;
    line-height: 50px;
}
}

@media (min-width: 1260px) {
.full-newsdetailB-container .single-page {
    max-width: 840px;
    padding: 0;
    margin: 0 auto;
}
.full-newsdetailB-container .newsdetailB-bdshare.js-fixed-top {
    position: fixed;
    left: 50%;
    margin-left: -590px;
}
.full-newsdetailB-container .newsdetailB-bdshare.js-absolute-bottom {
    position: absolute;
    left: 0;
    top: auto;
    margin-left: 0;
}
}

@media(max-width:640px) {
.product-list li, .product-rowlist li, .product-class {
    visibility: visible !important;
}
.indexIndustry-list .desc {
    height: 135px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
}

@media(max-width:1024px) {
.development-nav {
    display: none !important;
}
}
#foot-share span {
    width: 120px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-bottom: 10px;
    display: none;
}
#foot-share a {
    position: relative;
}
#foot-share span:after {
    content: "";
    width: 16px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 1px;
    left: 50%;
    z-index: 9;
    background: url(../images/fta-arror.png) no-repeat;
    margin-left: -8px;
}
#foot-share img {
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 4px;
    border: 1px dashed #D0D0D0;
}
#foot-share a:hover span {
    display: block;
}

@media (max-width: 640px) {
#foot-share {
    text-align: center;
}
}
/*zwzp*/
.zpxqr {
    float: right;
    width: 100%;
}
.zpxqrt {
    padding: 20px 0
}
.zpxqrt ul {
    width: 100%;
}
.zpxqrt li {
    float: left;
    width: 315px;
    line-height: 35px;
    font-size: 15px;
    color: #333;
}
.zpxqrt li b {
    font-size: 16px;
    padding-right: 5px
}
.gzzz {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    line-height: 30px;
    color: #999;
    font-size: 15px;
    clear: both;
}
.zzyq {
    padding: 15px 0;
    line-height: 30px;
    color: #999;
    font-size: 15px;
}
a.sqzw {
    display: inline-block;
    color: #fff;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #035c63;
}
a.sczw {
    display: inline-block;
    color: #eee;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #e50012;
}
.list_single .joblist .titlexq h1 {
    margin: 0;
    background: #035c63;
    color: #fff;
    padding: 15px;
    font-size: 20px;
}
.list_single .joblist {
    display: inline-block;
    width: 100%;
}
.gzzz h1 {
    font-size: 16px;
}
.zzyq h1 {
    font-size: 16px;
}
.joblist .tl {
    float: right;
}
/*job_resume*/
.message {
    width: 100%;
    float: left;
}
.messagewr {
    width: 100%;
    margin: auto;
}
.row {
    position: relative
}
.row-wrap {
    margin-left: 12px;
}
#code + img {
    position: absolute;
    top: 6px;
    right: 5px;
}
.row .rowin {
    border: 1px solid #bbb;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #333;
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
    background: none;
    transition: 0.34s;
    box-sizing: border-box;
    margin-bottom: 10px
}
.row .rowin:focus {
    border-color: #025d92;
}
.row .rowin::-webkit-input-placeholder, .row textarea::-webkit-input-placeholder {
color: #333 !important;
}
.row .rowin:-moz-placeholder, .row textarea:-moz-placeholder {
color:#333 !important;
}
.row .rowin::-moz-placeholder, .row textarea::-moz-placeholder {
color:#333 !important;
}
.row .rowin:-ms-input-placeholder, .row textarea:-ms-input-placeholder {
color:#333 !important;
}
.zus {
    color: #333;
    font-size: 12px;
    margin-bottom: 18px;
    line-height: 1.4;
    width: 100%;
    float: left;
}
.row textarea {
    resize: vertical;
    padding: 0;
    border: 1px solid;
    color: #bbb;
    font-family: "微软雅黑";
    padding: 12px 8px;
    width: 100%;
    height: 126px;
    font-size: 12px;
    transition: 0.35s;
    box-sizing: border-box;
    background: none;
    margin-bottom: 6px;
}
.row textarea:focus {
    border-color: #025d92;
}
.code {
    width: 100%;
    padding-bottom: 42px;
    border-bottom: 1px solid #bbb;
}
.code .rowin {
    width: 88px;
    border-color: #025d92;
    background: #025d92;
    float: left;
}
.code span {
    display: block;
    cursor: pointer;
    width: 103px;
    height: 35px;
    border: 1px solid #00a0e9;
    text-align: center;
    line-height: 35px;
    color: #333;
    font-size: 14px;
    float: left;
    margin-left: 11px;
    transition: 0.34s;
}
.code span:hover {
    background: #025d92;
    border-color: #025d92;
}
.rowsu {
    width: 100%;
    margin-top: 10px;
    float: left;
}
.rowsu input {
    width: 105px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #d62332;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: "微软雅黑";
    transition: 0.37s;
}
.rowsu input:hover {
    background: #025d92;
}
#sex {
    border: 1px solid #bbb;
    padding: 0;
    padding-left: 16px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    font-size: 12px;
    font-family: "微软雅黑";
    outline: none;
    background: none;
    transition: 0.34s;
    box-sizing: border-box;
    color: #333;
    margin-bottom: 10px
}
#sex option {
    color: #000
}
.yanzheng img {
    margin-top: -33px;
    border-radius: 5px;
    text-align: right;
    float: right;
}
/* 在线留言 */
.contact2_right p {
    line-height: 2;
}
.contact2_li input {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #888;
}
.contact2_li {
    padding: 8px 0;
}
.contact2_li textarea {
    width: 100%;
    height: 120px;
    padding: 12px 10px;
    font-size: 14px;
    color: #888;
}
.faqline input {
    width: 100%;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #888;
}
.tijiao {
    height: 40px;
    line-height: 35px;
    background: #e50012;
    margin-top: 15px;
    border: 1px #ec1707solid;
    color: #fff;
    font-size: 16px;
    padding: 0px 25px;
}
/*fenye*/
.green-black {
    text-align: center;
    margin-top: 65px;
}
.green-black a {
    padding: 8px 12px;
    border: #d2d2d2 1px solid;
    background: #f2f2f2;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    margin-right: 8px;
    text-decoration: none;
}
.green-black a:hover {
    border: #e50012 1px solid;
    background: #e50012;
    color: #fff;
}
.green-black a:active {
    border: #e50012 1px solid;
    background: #e50012;
    color: #fff;
}
.green-black a.current {
    border: #e50012 1px solid;
    padding: 8px 12px;
    font-weight: bold;
    background: #e50012;
    color: #fff;
    margin-right: 8px;
}
.green-black a.disabled {
    border: #e50012 1px solid;
    padding: 8px 12px;
    color: #ccc;
    margin-right: 8px;
}
#prev {
    float: left;
}
#next {
    float: right;
}
.rela {
    margin: 30px 0;
}
.rela ul {
    overflow: hidden;
}
.rela ul li {
    width: 24%;
    float: left;
    margin: 0 5px;
}
.rela ul li img {
    width: 100%;
    border: 1px solid #ddd;
}
.rela ul li p {
    text-align: center;
    margin: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.product-information #prev {
    margin: 30px 0;
}
.product-information #next {
    margin: 30px 0;
}
.deatil {
    color: #035c63;
    font-size: 28px;
    margin-bottom: 20px;
    background: #eee;
    padding: 10px 20px;
}
.product-information .product_deatil img {
    max-width: 100%;
}
.product-information .product_deatil .deatil_img .swiper-slide img {
    width: 100%;
}
.deatil_img {
    width: 48%;
}

@media (max-width: 768px) {
header .logo {
    width: auto;
}
.m-bg {
    padding-top: 0px;
}
.product-information {
    padding-bottom: 40px;
}
.deatil {
    font-size: 20px;
    padding: 8px 20px;
}
#prev {
    float: initial;
}
#next {
    float: inherit;
}
.product-information #next {
    margin: 0px;
    padding: 0px 0 30px;
}
.product-information #prev {
    margin: 30px 0 10px;
}
.foot-group a {
    margin: 5px 0;
}
.green-black {
    margin-top: 40px;
}
.contact-information #map {
    width: 100% !important;
}
.join-information {
    margin-bottom: 30px;
}
.feedback {
    padding-bottom: 35px;
    margin-top: 20px;
}
.contact-information .contact-main {
    margin-top: 10px;
}
.introduction .text {
    margin-bottom: 30px;
}
.knowledge-list li {
    width: 47%;
    float: left;
    padding-bottom: 0;
}
.crumb {
    display: none;
}
.product-information .intro {
    display: block;
}
.product-information .intro .ziliao {
    width: 100%;
    margin-bottom: 30px;
}
.product-information .intro img {
    width: 100%;
}
.rela ul li {
    width: 47%;
    margin: 0 5px;
}
.product-information .intro h2 {
    margin-bottom: 10px;
}
.rela {
    margin: 15px 0;
}
.deatil_img {
    width: 100%;
}
.product-type h3 {
    white-space: initial;
}
.product-type li {
    width: 23%;
}
.product-rowlist .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product-information .intro p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.insideWrapper {
    padding: 35px 15px;
}
.insidehujing .title {
    font-size: 18px;
}
}
.weixin {
    position: relative;
    margin: 0 5px;
}
.weixin img.qrcode {
    position: absolute;
    z-index: 99;
    right: -0px;
    width: 7.5rem;
    top: 35px;
    max-width: none;
    height: 7.5rem;
    transform: scale(0);
    transform-origin: top right;
    opacity: 0;
    border: 2px solid #008b9a;
    border-radius: .25rem;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.weixin:hover img.qrcode {
    transform: scale(1);
    opacity: 1;
}

@media (max-width: 768px) {
.join-information {
    padding: 20px;
    -o-background-size: cover;
    background-size: cover;
    background-position: -121px;
    -webkit-box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
}
}
/*产品分类*/
#loaddiv {
    display: flex;
}
.catelist {
    padding-left: 0;
}
.datalist {
    padding-right: 0;    padding-left: 0;
}
.catelist .nav_item {
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}
.catelist .top_item {
    line-height: 60px;
    background: #fff;
    position: relative;
    height: 60px;
    transition: all .3s
}
.catelist .top_item a {
    font-size: 18px;
    display: inline-block;
    display: block;
    padding: 0 15px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.catelist .nav_item .sub {
    padding: 0;
    margin: 0;
    list-style: none;
    display: none;
    background: #edfff4
}
.catelist .nav_item.active .sub {
    display: block
}
.catelist .top_item .more {
    width: 60px;
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 30px;
    cursor: pointer
}
.catelist .top_item .more:after {
    content: "+";
    color: #777
}
.catelist .nav_item.active .more:after {
    content: "-";
}
.catelist .top_item:hover, .catelist .nav_item.active .top_item {
    background: #035c63;
}
.catelist .nav_item.active .top_item a {
    color: #ffff
}
.catelist .top_item:hover a, .catelist .top_item:hover .more:after {
    color: #fff
}
.catelist .sub li {
    line-height: 50px;
}
.catelist .sub li a {
    padding: 0 25px;
    font-size: 16px;
    display: block;
    transition: all .3s linear;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.catelist .sub li a:hover {
    color: #035c63;
    border-bottom: 1px solid #035c63;
    text-indent: 5px
}

@media (max-width: 768px) {
.catelist {
    display: none;
}
}
.index-xilie {
    display: block;
    width: 100%;
    height: 210px;
    background-color: #f7f8fa;
    padding: 0 178px;
    position: relative;
}
.index-title {
    text-align: center;
    display: block;
}
.index-title span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.index-title h4 {
    font-size: 12px;
    color: #979797;
    line-height: 24px;
    text-transform: uppercase;
}
.index-title h2 {
    font-size: 34px;
    color: #1d1d1d;
    line-height: 50px;
}
.index-title h2 span {
    position: relative;
    display: inline-block;
}
.index-title h2 span::before {
    content: "";
    display: block;
    width: 272px;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    top: 28px;
    right: 108%;
}
.index-title h2 span::after {
    content: "";
    display: block;
    width: 272px;
    height: 1px;
    background-color: #dddddd;
    position: absolute;
    top: 28px;
    left: 108%;
}
.index-xilie-swiper {
    display: block;
    width: 100%;
    height: 210px;
}
.index-xilie-swiper .swiper-slide {
    padding: 0 10px !important;
    box-sizing: border-box;
}
.index-xilie-in {
    display: block;
    width: 100%;
    height: 130px;
    background-color: #fff;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    font-size: 16px;
    color: #000000;
    line-height: 28px;
    padding: 28px 30px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100% auto;
    background-size: 90px;
}
.index-xilie-in h3 {
    display: block;
    position: relative;
    overflow: hidden;
    text-ovreflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 14px;
}
.index-xilie-in span {
    display: block;
    width: 32px;
    height: 2px;
    background-color: #035c63;
    margin-top: 8px;
}
.index-xilie-in i {
    position: absolute;
    right: 21px;
    bottom: 64px;
    font-size: 71px;
    font-weight: bold;
    font-family: bebas;
    color: #e50012;
    opacity: 0.4;
    font-style: initial;
}
.index-xilie-in:hover i {
    opacity: 1;
}
.index-xilie .xilie-left {
    display: block;
    background: url(../images/left4.png) no-repeat center;
    position: absolute;
    left: 80px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    z-index: 9;
}
.index-xilie .xilie-right {
    display: block;
    background: url(../images/right4.png) no-repeat center;
    position: absolute;
    right: 80px;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    z-index: 9;
}

@media (max-width: 768px) {
.index-xilie {
    padding: 0 50px;
}
.index-xilie .xilie-left {
    left: 0;
    top: 50%;
}
.index-xilie .xilie-right {
    right: 0;
    top: 50%;
}
.indexIndustry-list .content {
    background: #035c63;
}
}
.wrap-honor .honor {
    overflow: hidden;
    margin-top: 50px;
}
.wrap-honor .pic {
    float: right;
    width: 40%;
    margin-left: 10px;
}

@media (max-width: 1280px) {
.wrap-honor .pic {
    display: none;
}
}
.wrap-honor .pic img {
    height: 100%;
}
.wrap-honor .list ul li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -o-box;
    display: box;
    overflow: hidden;
    min-height: 72px;
    margin-top: 10px;
    padding-left: 120px;
    background-color: #f9f9f9;
}

@media (max-width: 767px) {
.wrap-honor .list ul li {
    padding-left: 100px;
}
}
.wrap-honor .list ul li:first-child {
    margin-top: 0;
}
.wrap-honor .list .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 100%;
    background-color: #035c63;
}

@media (max-width: 767px) {
.wrap-honor .list .date {
    width: 110px;
}
}
.wrap-honor .list .date h3 {
    font-family: Impact, 'Microsoft YaHei'!important;
    font-size: 18px;
    line-height: 72px;
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
}

@media (max-width: 767px) {
.wrap-honor .list .date h3 {
    font-size: 16px;
}
}
.wrap-honor .list .note {
    padding: 20px;
    vertical-align: middle;
}
.wrap-honor .list .note p {
    font-size: 16px;
    line-height: 1.93;
    margin: 0;
    color: #666;
}























