.returntop{background-color: #C82126;display: none;position: fixed;right: 0px;bottom: 70px; width: 50px;height: 50px;border-radius: 50%;}
.returntop .icon{font-size: 20px;color: #fff;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.returntop:hover{opacity: 0.8;filter: Alpha(opacity=0.8)}

.fs26{
	font-size: 26px!important;
}
.fs20{
	font-size: 20px!important;
}
.news-details .news-content .news-content-title2 p span{
	display: flex;
	align-items: center;
}


.zoomPad {
    position: relative;
    float: left;
    z-index: 99;
    cursor: crosshair;
}


.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #CCC;
    background-color: white;
    padding: 8px;
    text-align: center;
    background-image: url(images/zoomloader.gif);
    background-repeat: no-repeat;
    background-position: 43px 30px;
    z-index: 110;
    width: 90px;
    height: 43px;
    position: absolute;
    top: 0px;
    left: 0px;
    *width: 100px;
    *height: 49px;
}


.zoomPup {
    overflow: hidden;
    background-color: #FFF;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #CCC;
    z-index: 101;
    cursor: crosshair;
}


.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #FFF;
    /*opacity:0.5;*/
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}

.zoomWindow {
    position: absolute;
    left: 110%;
    top: 40px;
    background: #FFF;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
}

.zoomWrapper {
    position: relative;
    border: 1px solid #D6D6D6;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #D6D6D6;
    color: #FFF;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;

}

.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}

.zoomIframe {
    z-index: -1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.80;
    opacity: 0.80;
    position: absolute;
    display: block;
}

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1;
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%;
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    -o-transition: left .4s ease, -o-transform .4s ease;
    -moz-transition: left .4s ease, transform .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease, -o-transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease;
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    -moz-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    -moz-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    top: 50%;
    top: -webkit-calc(50% - 30px);
    top: -moz-calc(50% - 30px);
    top: calc(50% - 30px);
    width: 44px;
    height: 60px;
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
    right: 2%;
    display: block !important;
}

.baguetteBox-button#previous-button {
    left: 2%;
    display: block !important;
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: -webkit-calc(2% + 6px);
    right: -moz-calc(2% + 6px);
    right: calc(2% + 6px);
    width: 30px;
    height: 30px;
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0;
}

/* CSS Document */
* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

img {
    border: none;
}

ul li {
    list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

h1, h2 {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    border: 0px solid #ccc;
}

embed, video, iframe {
    max-width: 100%;
}

input[type="submit"], textarea[type="submit"] {
    cursor: pointer;
}

input[type="checkbox"], textarea[type="checkbox"] {
    cursor: pointer;
}

input[type="radio"], textarea[type="radio"] {
    cursor: pointer;
}

input, textarea, select {
    font-family: arial, helvetica, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    border: none;
    outline: none;
    background: none;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

textarea {
    resize: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

.fix:after, .fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* html5 */
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block;
}

ul, form, p, a, img, table, tr, td, ul, li, dd, dt, dl, span, div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input, textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

/* WebKit browsers */
:-o-placeholder {
    color: #999;
    opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #999;
    opacity: 1;
}

/* Mozilla Firefox 19+ */
:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

/* Internet Explorer 10+ */
::-moz-selection {
    color: #fff;
    background: #4db0b8;
}

::selection {
    color: #fff;
    background: #4db0b8;
}

.self-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.self-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.self-ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.self-ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.common-vc {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.common-hc {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.common-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.nlazy {
    min-width: 20%;
}

/**/
.email {
    word-break: break-all;
}

.scale-big img {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

.scale-big: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);
}

.scale-small img {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.scale-small:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

[class*="-item"] .item-pic {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

[class*="-item"] .item-pic img {
    display: block !important;
    width: 100%;
}

[class*="-item"] .item-pics {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

[class*="-item"] .item-title {
    overflow: hidden;
}

[class*="-item"] .item-title a {
    display: block;
}

[class*="-item"] .item-title a:hover {
    color: #4db0b8 !important;
}

[class*="-item"] .item-subt {
    overflow: hidden;
}

[class*="-item"] .item-subt a {
    display: block;
}

[class*="-item"] .item-subt a:hover {
    color: #4db0b8 !important;
}

[class*="-item"] .item-desc {
    overflow: hidden;
    color: #666;
}

[class*="-item"] .item-desc a {
    display: block;
    color: #666;
}

[class*="-item"] .item-desc a:hover {
    color: #4db0b8 !important;
}
/* @media screen and (min-width:1420px) {.wp {width: 1410px;margin: auto;}}

@media screen and (min-width:1220px) and (max-width:1419px) {.wp {width: 1200px;margin: auto;}} */
.wp {
    width: 1200px;
    margin: auto;
}

@media screen and (min-width: 1220px) {
    .wp {
        width: 1200px;
        margin: auto;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .wp {
        width: 980px;
        margin: auto;
    }
}

@media screen and (max-width: 999px) {
    .wp {
        width: 95%;
        margin: auto;
    }
}

@media screen and (min-width: 1220px) {
    .no_marginr {
        margin-right: auto !important;
    }

    .no_marginl {
        margin-left: auto !important;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .no_marginr {
        margin-right: auto !important;
    }

    .no_marginl {
        margin-left: auto !important;
    }
}

.no_margin {
    margin-left: auto !important;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -moz-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.no_margin {
    margin-left: auto !important;
}

.no_marginr {
    margin-right: auto !important;
}

.no_marginl {
    margin-left: auto !important;
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.item-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.item-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

/* .an-btn1 start */
.an-btn1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background 0.4s linear, color 0.3s linear;
    -o-transition: background 0.4s linear, color 0.3s linear;
    -moz-transition: background 0.4s linear, color 0.3s linear;
    transition: background 0.4s linear, color 0.3s linear;
}

.an-btn1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    content: '';
    background: #4db0b8;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -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);
}

.an-btn1 .iconfont {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.an-btn1:hover {
    border-color: #4db0b8 !important;
    background-color: #4db0b8 \9;
    color: #fff !important;
}

.an-btn1:hover .iconfont {
    color: #fff !important;
}

.an-btn1:hover:before {
    height: 500%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background 0.4s linear, color 0.3s linear;
    -o-transition: background 0.4s linear, color 0.3s linear;
    -moz-transition: background 0.4s linear, color 0.3s linear;
    transition: background 0.4s linear, color 0.3s linear;
}

.an-btn2:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    content: '';
    background: #fff;
    -webkit-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    -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);
}

.an-btn2 .iconfont {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.an-btn2:hover {
    border-color: #4db0b8 !important;
    background-color: #fff \9;
    color: #4db0b8 !important;
}

.an-btn2:hover .iconfont {
    color: #4db0b8 !important;
}

.an-btn2:hover:before {
    height: 500%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2 end */
@media screen and (min-width: 992px) {
    .an-bd1 .item-backdrop {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        right: 0;
        -webkit-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        transition: all 900ms ease;
        -webkit-transition: -webkit-transform 0.4s ease;
        transition: -webkit-transform 0.4s ease;
        -o-transition: -o-transform 0.4s ease;
        -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
        -webkit-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        -moz-transform-origin: right center;
        -ms-transform-origin: right center;
        -o-transform-origin: right center;
        transform-origin: right center;
    }

    .an-bd1 .item-backdrop:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        opacity: 0.5;
        filter: alpha(opacity=50);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        background-color: #000;
    }
}

@media screen and (min-width: 992px) {
    .an-bd1:hover .item-backdrop {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
    }
}

/*-------------table start-------------------------------------------------------------------*/
.table table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}


.table table a:hover {
    color: #4db0b8;
}

.table table tr td {
    padding: 5px 3px;
    border: 1px solid #ccc;
}

@media screen and (max-width: 1000px) {
    .table {
        width: 100%;
        overflow: scroll;
    }

    .table div {
        /*width: 900px;*/
        max-width: 900px;
    }
}

/*-------------table end---------------------------------------------------------------------*/
/*-------------proslide_menubtn start--------------------------------------------------------*/
.proslide_menubtn {
    display: none;
    width: 23px;
    height: 18px;
    position: absolute;
    top: 6px;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

.proslide_menubtn span {
    display: block;
    width: 100%;
    height: 3px;
    margin-bottom: 3px;
    background-color: #4db0b8;
}

@media screen and (max-width: 999px) {
    .proslide_menubtn {
        display: block;
    }
}

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page {
    text-align: center;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.page a {
    display: inline-block;
    vertical-align: top;
    min-width: 35px;
    height: 30px;
    line-height: 28px;
    background-color: #fff;
    border: solid 1px #E5E5E5;
    margin: 0 4px 10px;
    padding: 0 2px;
    font-size: 12px;
    font-size: 1.2rem;
}

.page a .iconfont {
    color: #666;
}

.page a.prev, .page a.next {
    min-width: 61px;
    margin: 0 4px 10px;
}

.page a:hover, .page a.page-active {
    border-color: #4db0b8;
    color: #4db0b8;
}

.page a:hover .iconfont, .page a.page-active .iconfont {
    color: #4db0b8;
}

@media only screen and (max-width: 767px) {
    .page a {
        min-width: 28px;
        height: 28px;
        line-height: 26px;
        margin: 0 2px 10px;
    }
}

.page .fl {
    font-size: 0;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
}

.page .add-form {
    font-size: 0;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    background: url(images/af-bg.png) no-repeat right center;
    padding-right: 23px;
    margin-left: 75px;
}

.page .add-form .add-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 5px;
    min-width: 148px;
    height: 30px;
    line-height: 30px;
    background-color: #4db0b8;
    color: #fff;
    cursor: pointer;
    margin-left: 5px;
}

.page .add-form .add-btn:hover {
    background-color: #000;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .page .add-form {
        margin-left: 10px;
    }

    .page .add-form .add-btn {
        height: 28px;
        line-height: 26px;
        margin-left: 5px;
        min-width: 140px;
    }
}

/*-------------page-end--------------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
    font-size: 0;
    letter-spacing: 0;
}

.pro-share .share-title {
    margin-right: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #333;
}

@media only screen and (max-width: 999px) {
    .pro-share .share-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 767px) {
    .pro-share .share-title {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.pro-share .share-pic {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 26px;
}

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths .oths-item {
    line-height: 30px;
}

.m-oths .oths-item, .m-oths .oths-item a {
    color: #333;
}

.m-oths .oths-item .item-name {
    color: #888;
    text-transform: uppercase;
}

.m-oths .oths-item a:hover {
    color: #4db0b8;
}

.m-oths .oths-item-1 {
    margin-bottom: 8px;
}

.m-oths .iconfont {
    font-size: 26px;
    font-size: 2.6rem;
    color: #4db0b8;
    vertical-align: middle;
    margin-right: 5px;
}

/*-------------bread start-----------------------------------------------------------------*/
.bread .item-top {
    padding: 64px 0 72px;
    text-align: center;
    background-color: #F0F0F0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 32px;
    font-weight: bold;
}

.bread .item-top, .bread .item-top span {
    color: #4db0b8;
}

.bread .item-top span {
    display: inline-block;
    border-bottom: solid 2px #4db0b8;
    cursor: inherit;
}

@media screen and (max-width: 999px) {
    .bread .item-top {
        padding: 50px 0;
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .bread .item-top {
        padding: 30px 0;
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
    }
}

.bread .item-title {
    padding: 16px 0 35px;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 34px;
}

.bread .item-title a:hover, .bread .item-title .active, .bread .item-title span {
    color: #4db0b8;
}

.bread .item-title .active {
    cursor: inherit;
}

@media screen and (max-width: 999px) {
    .bread .item-title {
        padding: 15px 0 25px;
    }
}

@media screen and (max-width: 767px) {
    .bread .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

/* WebKit browsers */
.search-box :-o-placeholder {
    color: #666;
    opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder {
    color: #666;
    opacity: 1;
}

/* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder {
    color: #666;
    opacity: 1;
}

/* Internet Explorer 10+ */
.search {
    position: relative;
    margin-left: -6px;
    margin-top: 32px;
}

@media screen and (max-width: 1219px) {
    .search {
        margin: -5px 0 10px;
    }
}

@media screen and (max-width: 999px) {
    .search {
        display: none;
        margin: 0;
        position: absolute;
        top: 8px;
        right: 2.5%;
    }
}

@media screen and (max-width: 767px) {
    .search {
        right: 40px;
        top: 4px;
    }
}

.search .search-icon {
    cursor: pointer;
    display: block;
}

.search .search-icon .iconfont {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #4db0b8;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 24px;
    font-size: 2.4rem;
}

@media screen and (max-width: 1219px) {
    .search .search-icon .iconfont {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
}

@media screen and (max-width: 999px) {
    .search .search-icon .iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        background-color: #fff;
        color: #4db0b8;
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 767px) {
    .search .search-icon .iconfont {
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.search .search-box {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 44px;
    right: 0;
    z-index: 999;
    width: 250px;
    height: 32px;
    border-radius: 2px;
    border: solid 1px #BFBFBF;
    background-color: #FFFFFF;
    cursor: pointer;
}

.search .search-box .iconfont {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    position: absolute;
    width: 29px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    right: 0;
    top: 50%;
    margin-top: -8px;
    z-index: -1;
}

.search .search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 32px;
    padding: 0 35px 0 9px;
}

.search .search-submit {
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 1;
}

/*-------------header start----------------------------------------------------------------*/
.header .h-top {
    background-color: #4db0b8;
    padding: 9px 0;
}

.header .h-top, .header .h-top a {
    color: #fff;
}

@media screen and (max-width: 999px) {
    .header .h-top .wp {
        width: 100%;
        padding: 0 15px;
    }
}

@media screen and (max-width: 999px) {
    .header .h-top {
        padding: 5px 0;
    }
}

.header .h-top .h-select {
    float: right;
    position: relative;
    margin-left: 20px;
}

@media screen and (max-width: 999px) {
    .header .h-top .h-select {
        display: none;
    }
}

.header .h-top .h-select .iconfont {
    display: block;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 26px;
    color: #fff;
    cursor: pointer;
}

.header .h-top .h-select .box-yiji {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 224px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    z-index: 99;
    padding: 10px 0;
}

.header .h-top .h-select .box-yiji li {
    position: relative;
    padding: 0 10px;
}

.header .h-top .h-select .box-yiji li > a {
    line-height: 20px;
    display: block;
    padding: 6px 13px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

@media screen and (max-width: 1219px) {
    .header .h-top .h-select .box-yiji li > a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.header .h-top .h-select .box-yiji li.active > a, .header .h-top .h-select .box-yiji li:hover > a {
    background-color: #4db0b8;
    color: #fff;
}

.header .h-top .h-select .box-yiji li:hover .box-erji {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.header .h-top .h-select .box-erji li:hover .box-sanji {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.header .h-top .h-select .box-erji, .header .h-top .h-select .box-sanji {
    position: absolute;
    right: 100%;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
    width: 224px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    border-radius: 0;
    padding: 10px 0;
}

.header .h-top .langbox {
    position: relative;
    border-radius: 5px;
    border: solid 1px #fff;
    padding: 0 9px;
}

.header .h-top .langbox .current-lang {
    background: url(images/lang1.png) no-repeat right center;
    display: inline-block;
    padding-right: 13px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 25px;
    cursor: pointer;
}

.header .h-top .langbox .lang-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 120%;
    line-height: 24px;
    padding: 5px;
    background-color: #f5f5f5;
    z-index: 999;
}

.header .h-top .langbox .lang-list a {
    display: block;
    text-align: center;
    color: #666;
}

.header .h-top .langbox .lang-list a:hover {
    color: #4db0b8;
}

@media screen and (max-width: 999px) {
    .header .h-top .langbox {
        margin-right: 25px;
    }

    .header .h-top .langbox .current-lang {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .header .h-top .langbox {
        margin-right: 25px;
    }

    .header .h-top .langbox .current-lang {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }
}

.header .h-top .item-text {
    line-height: 28px;
    padding-right: 29px;
}

.header .h-top .item-text a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 999px) {
    .header .h-top .item-text {
        padding-right: 15px;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header .h-top .item-text {
        display: none;
    }
}

.header .h-top .keys {
    overflow: hidden;
    padding-right: 30px;
    line-height: 27px;
    letter-spacing: -0.4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header .h-top .keys a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 999px) {
    .header .h-top .keys {
        display: none;
    }
}

.header .h-top .h-follow {
    margin-right: 25px;
}

@media screen and (max-width: 999px) {
    .header .h-top .h-follow {
        margin-right: 10px;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .header .h-top .h-follow {
        display: none;
    }
}

.header .h-top .h-follow a {
    float: left;
    display: block;
    margin-left: 7px;
    -webkit-animation: all .5s;
    -moz-animation: all .5s;
    animation: all .5s;
    text-decoration: none;
}

.header .h-top .h-follow a:first-child {
    margin-left: 0;
}

.header .h-top .h-follow a:hover {
    margin-top: -5px;
    margin-bottom: 5px;
}

.header .h-top .h-follow a .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
    display: block;
    line-height: 27px;
}

.header .logo {
    float: left;
    display: block;
    text-align: center;
}

.header .logo span {
    width: 250px;
    position: relative;
    padding-bottom: 40%;
    overflow: hidden;
    display: inline-block;
}

.header .logo a {
    display: inline-block;
}

.header .logo img {
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1219px) {
    .header .logo {
        float: none;
        margin: 0 auto;
    }
}

@media screen and (max-width: 999px) {


    .header .logo span {
        width: 200px
    }

}

@media screen and (max-width: 767px) {
    .header .logo {
        float: none;
    }

    .header .logo span {
        width: 150px
    }


}

.header .navlist {
    margin-top: 38px;
    float: right;
    width: 886px;
    width: 892px \9;
	display: flex
;
}

.header .navlist > li {
    position: relative;
    float: left;
    margin-right: 8px;
    padding-bottom: 10px;
}

.header .navlist > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    position: relative;
    line-height: 24px;
    padding: 3px 14px;
}

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
    background-color: #4db0b8;
    color: #fff;
}

@media screen and (max-width: 1219px) {
    .header .navlist {
        margin-top: 0;
        float: left;
        width: 930px;
        width: 930px \9;
    }

    .header .navlist > li {
        width: 14.28%;
        margin: 0;
    }

    .header .navlist > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 3px 5px;
        text-align: center;
    }
}

@media screen and (max-width: 999px) {
    .header .navlist {
        display: none;
        width: 100%;
        width: 100% \9;
    }

    .header .navlist > li > a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .header .navlist {
        display: none;
    }
}

.header .navlist li:hover .yiji {
    top: 100%;
}

.header .yiji {
    z-index: 99;
    position: absolute;
    top: -9999px;
    width: 234px;
    left: 0;
}

@media screen and (max-width: 999px) {
    .header .yiji {
        width: 220px;
    }
}

.header .yiji li {
    background-color: #D8D8D8;
    position: relative;
    text-align: left;
}

.header .yiji li > a {
    display: block;
    line-height: 24px;
    padding: 12px 15px 12px 29px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .header .yiji li > a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 999px) {
    .header .yiji li > a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 10px;
    }
}

.header .yiji li:hover > a {
    background-color: #4db0b8;
    color: #fff;
}

.header .yiji li:hover .erji {
    left: 100%;
}

@media screen and (max-width: 980px) {
    .header .yiji {
        display: none;
    }
}

.header .erji li:hover .sanji {
    left: 100%;
}

.header .erji, .header .sanji {
    position: absolute;
    left: -9999px;
    top: 0;
    border-left: solid 4px transparent;
    width: 234px;
}

@media screen and (max-width: 999px) {
    .header .erji, .header .sanji {
        width: 220px;
    }
}

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

/* WebKit browsers */
.footer :-o-placeholder {
    color: #fff;
    opacity: 1;
}

/* Mozilla Firefox 4 to 18 */
.footer ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

/* Mozilla Firefox 19+ */
.footer :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}

/* Internet Explorer 10+ */
.footer {
    overflow: hidden;
    background-color: #308991;
}

.footer, .footer a {
    color: #fff;
}

.footer a:hover {
    color: #4db0b8;
}

.footer .f-top {
    padding: 38px 0 52px;
    line-height: 30px;
}

.footer .f-top .footer-title {
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.footer .f-top .flist1 {
    float: left;
    width: 437px;
    padding-right: 15px;
}

.footer .f-top .flist1 li {
    line-height: 28px;
}

.footer .f-top .flist2 {
    float: left;
    width: 260px;
    padding-right: 15px;
}

.footer .f-top .flist2 li {
    text-transform: capitalize;
}

.footer .f-top .flist3 {
    width: 495px;
    float: right;
}

@media screen and (max-width: 1219px) {
    .footer .f-top .flist1 {
        width: 280px;
    }

    .footer .f-top .flist2 {
        width: 200px;
    }
}

@media screen and (max-width: 999px) {
    .footer .f-top .flist1, .footer .f-top .flist2 {
        width: 50%;
    }

    .footer .f-top .flist3 {
        float: left;
        margin-top: 30px;
    }

    .footer .f-top .clearf {
        clear: both;
    }
}

@media screen and (max-width: 767px) {
    .footer .f-top {
        display: none;
    }
}

.footer .f-follow {
    margin-top: 60px;
    font-size: 0;
    letter-spacing: 0;
}

.footer .f-follow a {
    display: inline-block;
    vertical-align: top;
    margin-left: 9px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.footer .f-follow a:first-child {
    margin-left: 0;
}

.footer .f-follow a:hover {
    margin-top: -5px;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .footer .f-follow a {
        margin-left: 6px;
    }
}

.footer .f-follow a .iconfont {
    font-size: 20px;
    font-size: 2rem;
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    box-shadow: inset 0px -4px 0px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .footer .f-follow a .iconfont {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.footer .f-follow a .icon-twitter1 {
    background: #29C5F6;
}

.footer .f-follow a .icon-youtube1 {
    background: #DD332C;
}

.footer .f-follow a .icon-facebook1 {
    background: #3B5998;
}

.footer .f-follow a .icon-linkedin1 {
    background: #006DC0;
}

.footer .f-follow a .icon-pinterest1 {
    background: #C61118;
}

.footer .f-follow a .icon-instagram {
    background: #AB47BC;
}

.footer .f-follow a .icon-vk {
    background: #006DC0;
}

.footer .f-bot {
    background-color: #70c4cb;
    padding: 5px 0 14px;
    line-height: 26px;
    text-align: center;
}

.footer .f-bot, .footer .f-bot a {
    color: #fff;
}

.footer .f-bot a:hover {
    color: #4db0b8;
}

.footer .f-bot .f-follow {
    display: none;
}

.footer .f-bot .links a {
    margin-right: 30px;
    display: inline-block;
}

.footer .f-bot .copyright img {
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .footer .f-bot {
        padding: 20px 0 80px;
        line-height: 20px;
    }

    .footer .f-bot .f-follow {
        margin: 0 0 10px;
        display: block;
    }

    .footer .f-bot .links {
        display: none;
    }
}

.f-form {
    padding-top: 12px;
}

.f-form .fstar {
    background: url(images/star.png) no-repeat 8px 20px;
}

.f-form .finput50, .f-form .ftextarea, .f-form .fcodeline {
    margin-bottom: 15px;
    padding-left: 22px;
}

.f-form .finput50 input, .f-form .fcodeline input {
    background-color: transparent;
    height: 44px;
    line-height: 42px;
    border: solid 1px #CCCCCC;
    width: 100%;
    color: #fff;
}

.f-form .finput50 input {
    padding-left: 11px;
    padding-right: 11px;
}

.f-form .fmes {
    color: #fff;
    display: block;
    height: 126px;
    border: solid 1px #CCCCCC;
    width: 100%;
    padding: 10px 11px;
}

.f-form .finput50 {
    width: 50%;
    float: left;
}

.f-form .fcodeinput {
    width: 338px !important;
    float: left;
    margin-right: 10px;
    padding: 0 11px;
}

.f-form .fcodeimg {
    float: left;
    cursor: pointer;
    display: block;
}

.f-form .fcodeimg img {
    display: block;
}

.f-form .fcodebtn {
    cursor: pointer;
    width: 100% !important;
    float: none;
    margin-top: 20px;
    background-color: #4db0b8 !important;
    border-color: #4db0b8 !important;
    color: #FFFFFF !important;
    text-transform: uppercase;
}

.f-form .fcodebtn:hover {
    background-color: #C82126 !important;
    border-color: #C82126 !important;
}

.f-form .iconfont {
    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    left: 8px;
    top: 7px;
    color: #333;
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-item start */
.index-item .item-title {
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width: 1219px) {
    .index-item .item-title {
        font-size: 36px;
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 999px) {
    .index-item .item-title {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .index-item .item-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.index-item .item-desc {
    text-align: center;
    max-width: 1020px;
    line-height: 30px;
    margin: 18px auto 0;
}

.index-item .item-desc, .index-item .item-desc a {
    color: #666;
}

@media screen and (max-width: 991px) {
    .index-item .item-desc {
        line-height: 24px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .index-item .item-desc {
        line-height: 18px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/* index-item end */
/* index-about start */
.index-about {
    margin-top: 92px;
    position: relative;
    margin-bottom: 15px /* .item-videobox start */ /* .item-videobox end */
}

@media screen and (max-width: 1219px) {
    .index-about {
        margin-top: 70px;
    }
}

@media screen and (max-width: 999px) {
    .index-about {
        margin: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .index-about {
        margin: 30px 0;
    }
}

.index-about .item-bg {
    font-family: 'Impact', arial;
    font-size: 188px;
    font-size: 18.8rem;
    color: #2F2F2F;
    opacity: 0.08;
    filter: alpha(opacity=8);
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: -27px;
}

@media screen and (max-width: 1219px) {
    .index-about .item-bg {
        font-size: 120px;
        font-size: 12rem;
    }
}

@media screen and (max-width: 999px) {
    .index-about .item-bg {
        font-size: 80px;
        font-size: 8rem;
    }
}

@media screen and (max-width: 767px) {
    .index-about .item-bg {
        display: none;
    }
}

.index-about .list-item {
    position: relative;
    padding-top: 14px;
}

@media screen and (max-width: 767px) {
    .index-about .list-item {
        padding-top: 0;
    }
}

.index-about .item-videobox, .index-about .item-pic {
    position: relative;
    z-index: 2;
    width: 50.91667%;
    float: right;
}

.index-about .item-videobox .item-video, .index-about .item-pic .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 74.95908%;
    height: 0;
}

.index-about .item-videobox .item-video iframe, .index-about .item-videobox .item-video video, .index-about .item-pic .item-video iframe, .index-about .item-pic .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.index-about .item-videobox .item-video iframe body, .index-about .item-pic .item-video iframe body {
    margin: 0px !important;
}

.index-about .item-videobox:before, .index-about .item-pic:before {
    position: absolute;
    content: '';
    width: 116.03928%;
    height: 58px;
    background: url(images/bg5.png) no-repeat bottom center;
    background-size: 100% 100%;
    bottom: -41px;
    right: -6.38298%;
}

@media screen and (max-width: 767px) {
    .index-about .item-videobox, .index-about .item-pic {
        float: none;
        width: 100%;
        max-width: 611px;
        margin: 0 auto;
    }

    .index-about .item-videobox:before, .index-about .item-pic:before {
        display: none;
    }
}

.index-about .item-body {
    position: relative;
    left: 0;
    top: -12px;
    width: 54%;
    padding-left: 38px;
    padding-right: 100px;
    padding-bottom: 41px;
    padding-top: 53px;
    background-color: #4db0b8;
}

.index-about .item-body, .index-about .item-body a {
    color: #fff;
}

@media screen and (max-width: 1219px) {
    .index-about .item-body {
        padding-top: 30px;
    }
}

@media screen and (max-width: 999px) {
    .index-about .item-body {
        padding: 20px 60px 20px 15px;
        top: 0px;
    }
}

@media screen and (max-width: 767px) {
    .index-about .item-body {
        position: relative;
        width: 100%;
        max-width: 611px;
        margin: 0 auto;
        padding: 20px 15px;
    }
}

.index-about .item-title {
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem;
    background: url(images/bg4.png) no-repeat left center;
    padding-left: 45px;
    text-transform: uppercase;
}

.index-about .item-title a:hover {
    color: #C82126 !important;
}

@media screen and (max-width: 1219px) {
    .index-about .item-title {
        font-size: 36px;
        font-size: 3.6rem;
    }
}

@media screen and (max-width: 999px) {
    .index-about .item-title {
        font-size: 30px;
        font-size: 3rem;
        background-size: auto 24px;
        padding-left: 35px;
    }
}

@media screen and (max-width: 767px) {
    .index-about .item-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.index-about .item-desc {
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    height: 150px;
}

.index-about .item-desc a:hover {
    color: #C82126 !important;
}

@media screen and (max-width: 1219px) {
    .index-about .item-desc {
        margin-top: 20px;
    }
}

@media screen and (max-width: 999px) {
    .index-about .item-desc {
        margin-top: 10px;
        line-height: 24px;
        height: 120px;
    }
}

@media screen and (max-width: 767px) {
    .index-about .item-desc {
        height: auto;
    }
}

.index-about .item-btn {
    margin-top: 47px;
    display: inline-block;
    min-width: 193px;
    background: #fff url(images/bg3.png) no-repeat right center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 15px 80px 15px 10px;
    color: #333 !important;
    text-align: center;
}

.index-about .item-btn:hover {
    background-color: #C82126;
    color: #fff !important;
}

@media screen and (max-width: 1219px) {
    .index-about .item-btn {
        margin-top: 30px;
    }
}

@media screen and (max-width: 999px) {
    .index-about .item-btn {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

@media screen and (max-width: 767px) {
    .index-about .item-btn {
        min-width: 180px;
    }
}

/* index-about end */
/* index-icon start */
.index-icon {
    background: url(images/bg1.jpg) no-repeat center;
    padding: 274px 0 283px;
    min-height: 985px;
}

@media screen and (max-width: 1219px) {
    .index-icon {
        padding: 250px 0;
        min-height: 925px;
    }
}

@media screen and (max-width: 999px) {
    .index-icon {
        padding: 50px 0;
        background-color: #4db0b8;
        background-image: none;
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .index-icon {
        padding: 30px 0;
    }
}

.index-icon .index-item, .index-icon .index-item a {
    color: #fff;
}

.index-icon .index-item a:hover {
    color: #000 !important;
}

.index-icon .index-item .item-title {
    padding-bottom: 9px;
}

@media screen and (max-width: 999px) {
    .index-icon .index-item .item-title {
        padding-bottom: 0;
    }
}

.index-icon .box-list {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 45px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .index-icon .box-list {
        margin-top: 0;
    }
}

.index-icon .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
}

@media screen and (max-width: 767px) {
    .index-icon .box-list .list-item {
        width: 33.333%;
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 500px) {
    .index-icon .box-list .list-item {
        width: 50%;
        margin-top: 30px !important;
    }
}

.index-icon .box-list .item1 {
    margin-top: 75px;
}

.index-icon .box-list .item-pic {
    width: 157px;
    margin: 0 auto;
    position: relative;
}

.index-icon .box-list .item-pic .bg {
    display: block;
    width: 100%;
    max-width: 157px;
    -webkit-animation: circle 3s linear infinite;
    -moz-animation: circle 3s linear infinite;
    animation: circle 3s linear infinite;
}

.index-icon .box-list .item-pic .img1, .index-icon .box-list .item-pic .img2 {
    position: absolute;
    display: block;
    width: 75px;
    top: 50%;
    margin-top: -37px;
    left: 50%;
    margin-left: -37px;
}

.index-icon .box-list .item-pic .img1 {
    display: block;
}

.index-icon .box-list .item-pic .img2 {
    display: none;
}

.index-icon .box-list .item-pic:hover .img1 {
    display: none;
}

.index-icon .box-list .item-pic:hover .img2 {
    display: block;
}

@media screen and (max-width: 999px) {
    .index-icon .box-list .item-pic {
        width: 130px;
    }
}

@media screen and (max-width: 767px) {
    .index-icon .box-list .item-pic {
        width: 110px;
    }

    .index-icon .box-list .item-pic .img1, .index-icon .box-list .item-pic .img2 {
        width: 60px;
        margin: -30px 0 0 -30px;
    }
}

.index-icon .box-list .item-title {
    margin-top: -3px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    text-align: center;
    font-weight: bold;
}

.index-icon .box-list .item-title, .index-icon .box-list .item-title a {
    color: #fff;
}

.index-icon .box-list .item-title a:hover {
    color: #000 !important;
}

@media screen and (max-width: 999px) {
    .index-icon .box-list .item-title {
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .index-icon .box-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/* index-icon end */
/* index-hotpro start */
.index-hotpro {
    margin-top: 0px;
}

.meiyoudk {
    margin-top: 100px
}

.index-hotpro .index-item {
    text-align: center;
}

@media screen and (max-width: 1219px) {
    .index-hotpro {
        margin-top: -50px;
    }

    .meiyoudk {
        margin-top: 50px
    }
}

@media screen and (max-width: 999px) {
    .index-hotpro {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .index-hotpro, .meiyoudk {
        margin-top: 30px;
    }
}

.index-hotpro .box-list {
    font-size: 0;
    letter-spacing: 0;
}

.index-hotpro .box-list .list-item {
    width: 32.5%;
    margin-left: 1.25%;
    margin-top: 28px;
    text-align: left;
    display: inline-block;
    vertical-align: top
}

.index-hotpro .box-list .list-item:hover .item-subt {
    display: none;
}

.index-hotpro .box-list .list-item:hover .item-body {
    display: block;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .list-item {
        width: 31.33%;
        margin: 30px 1% 0;
    }
}

@media screen and (max-width: 640px) {
    .index-hotpro .box-list .list-item {
        width: 48%;
    }
}

@media screen and (max-width: 400px) {
    .index-hotpro .box-list .list-item {
        width: 98%;
    }
}

.index-hotpro .box-list .item-pic img {
    display: block;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.index-hotpro .box-list .item-subt {
    margin-top: -29px;
    position: relative;
    z-index: 2;
    background: url(images/bg2.png) no-repeat center;
    background-size: 100% 100%;
    line-height: 80px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    padding: 0 20px 0 5px;
    margin-bottom: 108px;
}

.index-hotpro .box-list .item-subt, .index-hotpro .box-list .item-subt a {
    color: #fff;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .item-subt {
        display: none;
    }
}

.index-hotpro .box-list .item-body {
    display: none;
    position: relative;
    z-index: 1;
    margin-top: -69px;
    padding: 22px 20px 28px;
    background-color: #4db0b8;
}

.index-hotpro .box-list .item-body, .index-hotpro .box-list .item-body a {
    color: #fff;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .item-body {
        display: block;
        margin: 0;
        padding: 15px;
    }
}

@media screen and (max-width: 767px) {
    .index-hotpro .box-list .item-body {
        padding: 15px 10px;
    }
}

.index-hotpro .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    .index-hotpro .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.index-hotpro .box-list .item-desc {
    margin-top: 7px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 78px;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-list .item-desc {
        line-height: 24px;
        height: 72px;
    }
}

@media screen and (max-width: 767px) {
    .index-hotpro .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        height: 60px;
    }
}

.index-hotpro .box-list .item-btn {
    margin-top: 21px;
    display: inline-block;
    min-width: 174px;
    font-size: 14px;
    font-size: 1.4rem;
    border: solid 1px #fff;
    color: #fff;
    text-align: center;
    line-height: 24px;
    padding: 7px 10px;
    text-transform: uppercase;
}

.index-hotpro .box-list .item-btn .iconfont {
    font-size: 32px;
    font-size: 3.2rem;
    vertical-align: middle;
    margin-left: 10px;
}

.index-hotpro .box-list .item-btn:hover {
    border-color: #4db0b8;
    color: #4db0b8;
}

@media screen and (max-width: 767px) {
    .index-hotpro .box-list .item-btn {
        min-width: 140px;
        padding: 4px 8px;
    }

    .index-hotpro .box-list .item-btn .iconfont {
        margin-left: 5px;
    }
}

.index-hotpro .box-btn {
    margin-top: 60px;
    display: inline-block;
    min-width: 253px;
    background: #011C3A url(images/bg3.png) no-repeat right center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    padding: 15px 80px 15px 10px;
    color: #fff;
    text-align: center;
}

.index-hotpro .box-btn:hover {
    background-color: #C82126;
}

@media screen and (max-width: 999px) {
    .index-hotpro .box-btn {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .index-hotpro .box-btn {
        min-width: 180px;
        margin-top: 30px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

/* index-hotpro end */
.index-app {
    margin-top: 65px;
}

@media screen and (max-width: 1219px) {
    .index-app {
        margin-top: 50px;
    }
}

@media screen and (max-width: 999px) {
    .index-app {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .index-app {
        margin-top: 10px;
    }
}

.index-app .box-list {
    font-size: 0;
    letter-spacing: 0;
}

.index-app .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 20.3125%;
    margin-left: 0.34722%;
    position: relative;
    margin-top: 28px;
    overflow: hidden;
}

.index-app .box-list .list-item:hover .item-backdrop {
    right: 5px;
}

.index-app .box-list .list-item:hover .item-body {
    left: 0;
}

@media screen and (max-width: 999px) {
    .index-app .box-list .list-item {
        width: 32.33%;
        margin: 30px 0.5% 0;
    }
}

@media screen and (max-width: 600px) {
    .index-app .box-list .list-item {
        width: 49%;
        margin: 30px 0.5% 0;
    }
}

@media screen and (max-width: 400px) {
    .index-app .box-list .list-item {
        width: 98%;
        margin: 30px 1% 0;
    }
}

.index-app .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 24.625%;
    margin-left: 0.5%;
    position: relative;
    margin-top: 28px;
    overflow: hidden;
}


@media screen and (max-width: 767px) {
    .index-app .box-list .list-item {
        width: 49%;
        margin: 30px 0.5% 0 !important;
    }
}

@media screen and (max-width: 400px) {
    .index-app .box-list .list-item {
        width: 98%;
        margin: 30px 1% 0 !important;
    }
}


.index-app .box-list .item-pic img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.index-app .box-list .item-backdrop {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 999px;
    top: 24px;
    background: #4db0b8;
    background-color: rgba(19, 84, 138, 0.7);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

@media screen and (max-width: 999px) {
    .index-app .box-list .item-backdrop {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        background-color: transparent;
    }
}

.index-app .box-list .item-body {
    position: absolute;
    bottom: 0;
    left: 999px;
    width: 100%;
    text-align: center;
    padding: 54px 14.47368% 14px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.index-app .box-list .item-body:before {
    position: absolute;
    content: '';
    height: 41px;
    width: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -1px;
    top: 0;
}

@media screen and (max-width: 1219px) {
    .index-app .box-list .item-body {
        padding: 54px 10px 14px;
    }
}

@media screen and (max-width: 999px) {
    .index-app .box-list .item-body {
        padding: 20px 5px 0;
        position: relative;
        bottom: auto;
        left: auto;
    }

    .index-app .box-list .item-body:before {
        display: none;
    }
}

.index-app .box-list .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
}

.index-app .box-list .item-title, .index-app .box-list .item-title a {
    color: #fff;
}

.index-app .box-list .item-title a:hover {
    color: #C82126 !important;
}

@media screen and (max-width: 1219px) {
    .index-app .box-list .item-title {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 999px) {
    .index-app .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .index-app .box-list .item-title, .index-app .box-list .item-title a {
        color: #333;
    }

    .index-app .box-list .item-title a:hover {
        color: #4db0b8 !important;
    }
}

@media screen and (max-width: 767px) {
    .index-app .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.index-app .box-list .item-desc {
    margin-top: 9px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    height: 90px;
}

.index-app .box-list .item-desc, .index-app .box-list .item-desc a {
    color: #fff;
}

.index-app .box-list .item-desc a:hover {
    color: #C82126 !important;
}

@media screen and (max-width: 999px) {
    .index-app .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .index-app .box-list .item-desc, .index-app .box-list .item-desc a {
        color: #333;
    }

    .index-app .box-list .item-desc a:hover {
        color: #4db0b8 !important;
    }
}

.index-ne {
    padding: 82px 0 108px;
}

@media screen and (max-width: 1219px) {
    .index-ne {
        padding: 70px 0;
    }
}

@media screen and (max-width: 999px) {
    .index-ne {
        padding: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .index-ne {
        padding: 30px 0;
    }
}

@media screen and (max-width: 999px) {
    .index-ne .item-news {
        padding: 0 1%;
    }
}

.index-ne .item-news .item-pic {
    width: 450px;
    margin-right: 4.58333%;
    margin-top: 31px;
}

.index-ne .item-news .item-pic img {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 999px) {
    .index-ne .item-news .item-pic {
        width: 400px;
        margin-right: 2.5%;
    }
}

@media screen and (max-width: 767px) {
    .index-ne .item-news .item-pic {
        margin-top: 30px;
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .index-ne .item-news .item-pic {
        float: none;
        width: 100%;
        max-width: 450px;
        margin: 30px auto 0;
    }
}

.index-ne .item-news .item-body {
    overflow: hidden;
}

.index-ne .item-news .item-date {
    margin-top: 56px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    padding-bottom: 10px;
    color: #4D4D4D;
    position: relative;
}

.index-ne .item-news .item-date:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 2px;
    background-color: #4D4D4D;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 999px) {
    .index-ne .item-news .item-date {
        margin-top: 50px;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .index-ne .item-news .item-date {
        margin-top: 25px;
    }
}

@media screen and (max-width: 600px) {
    .index-ne .item-news .item-date {
        margin-top: 20px;
    }
}

.index-ne .item-news .item-title {
    margin-top: 33px;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 28px;
    height: 56px;
}

@media screen and (max-width: 999px) {
    .index-ne .item-news .item-title {
        margin-top: 15px;
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 767px) {
    .index-ne .item-news .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        height: 48px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .index-ne .item-news .item-title {
        height: auto;
        max-height: 48px;
    }
}

.index-ne .item-news .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    height: 84px;
    margin-top: 27px;
}

.index-ne .item-news .item-desc, .index-ne .item-news .item-desc a {
    color: #333;
}

@media screen and (max-width: 999px) {
    .index-ne .item-news .item-desc {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .index-ne .item-news .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: 72px;
    }
}

@media screen and (max-width: 600px) {
    .index-ne .item-news .item-desc {
        height: auto;
        max-height: 72px;
    }
}

.index-ne .item-news .item-btn {
    margin-top: 27px;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    color: #C82126;
    text-transform: uppercase;
}

.index-ne .item-news .item-btn .iconfont {
    font-size: 28px;
    font-size: 2.8rem;
    vertical-align: middle;
}

.index-ne .item-news .item-btn:hover {
    color: #4db0b8;
}

.index-ne .item-news .item-btn .iconfont {
    margin-right: 5px;
}

@media screen and (max-width: 999px) {
    .index-ne .item-news .item-btn {
        margin-top: 15px;
    }
}

.index-ne .box-list {
    max-width: 1016px;
    margin: 0 auto;
}

.index-ne .box-list .list-item {
    float: left;
    width: 30.70866%;
    margin-left: 3.93701%;
    margin-top: 34px;
    position: relative;
    overflow: hidden;
}

.index-ne .box-list .list-item:hover .item-body {
    background: url(images/newsbg.png) repeat;
}

.index-ne .box-list .list-item:hover .item-body .item-date {
    color: #4D4D4D;
}

.index-ne .box-list .list-item:hover .item-body .item-date:after {
    background-color: #333;
}

.index-ne .box-list .list-item:hover .item-body .item-title, .index-ne .box-list .list-item:hover .item-body .item-title a {
    color: #333;
}

.index-ne .box-list .list-item:hover .item-body .item-title a:hover {
    color: #4db0b8;
}

@media screen and (max-width: 999px) {
    .index-ne .box-list .list-item {
        width: 31.33%;
        margin: 30px 1% 0;
    }
}

@media screen and (max-width: 600px) {
    .index-ne .box-list .list-item {
        width: 48%;
    }
}

@media screen and (max-width: 400px) {
    .index-ne .box-list .list-item {
        width: 98%;
    }
}

.index-ne .box-list .item-pic img {
    width: 100%;
    max-width: 450px;
    display: block;
    margin: 0 auto;
}

.index-ne .box-list .item-body {
    background-color: #F6F6F8;
    padding: 51px 8.01282% 34px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 1219px) {
    .index-ne .box-list .item-body {
        padding: 25px 5.26316%;
    }
}

@media screen and (max-width: 999px) {
    .index-ne .box-list .item-body {
        padding: 15px 10px;
        position: relative;
    }
}

.index-ne .box-list .item-date {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 30px;
    padding-bottom: 12px;
    color: #4D4D4D;
    position: relative;
}

.index-ne .box-list .item-date:after {
    position: absolute;
    content: '';
    width: 17px;
    height: 2px;
    background-color: #4D4D4D;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 999px) {
    .index-ne .box-list .item-date {
        padding-bottom: 0;
    }
}

.index-ne .box-list .item-title {
    margin-top: 23px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

.index-ne .box-list .item-title a {
    display: block;
}

@media screen and (max-width: 999px) {
    .index-ne .box-list .item-title {
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .index-ne .box-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .index-ne .box-list .item-title {
        height: auto;
    }
}

.index-cer {
    margin-top: 136px;
    margin-bottom: 50px
}

@media screen and (max-width: 1219px) {
    .index-cer {
        margin-top: 100px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 999px) {
    .index-cer {
        margin-top: 60px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .index-cer {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

.index-cer .index-item {
    margin-bottom: 35px;
}

@media screen and (max-width: 999px) {
    .index-cer .index-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .index-item {
        margin-bottom: 20px;
    }
}

.index-cer .cer-scroll {
    position: relative;
    overflow: hidden;
}

.index-cer .cer-scroll .scroll-btns {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    margin-top: 10px;
}

.index-cer .cer-scroll .scroll-btns .scroll-btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 28px;
    font-size: 2.8rem;
    color: #4db0b8;
}

.index-cer .cer-scroll .scroll-btns .scroll-btn:hover {
    color: #000;
}

@media screen and (max-width: 999px) {
    .index-cer .cer-scroll .scroll-btns .scroll-btn {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .cer-scroll .scroll-btns .scroll-btn {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.index-cer .cer-scroll .scroll-btns .prev {
    margin-right: 29px;
}

@media screen and (max-width: 999px) {
    .index-cer .cer-scroll .scroll-btns .prev {
        margin-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .cer-scroll .scroll-btns .prev {
        margin-right: 10px;
    }
}

.index-cer .cer-scroll .scroll-list-box {
    width: 100%;
    overflow: hidden;
}

.index-cer .cer-scroll .scroll-list {
    width: 10000%;
}

.index-cer .cer-scroll .scroll-list .list-item {
    float: left;
    width: 0.23083%;
    margin-right: 0.02556%;
}

@media screen and (max-width: 1219px) {
    .index-cer .cer-scroll .scroll-list .list-item {
        width: 0.235%;
        margin-right: 0.02%;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .cer-scroll .scroll-list .list-item {
        width: 0.32%;
    }
}

@media screen and (max-width: 480px) {
    .index-cer .cer-scroll .scroll-list .list-item {
        width: 0.49%;
    }
}

.index-cer .cer-scroll .scroll-list .item-pics {
    position: relative;
    padding-bottom: 100%;
    background-color: #F2F2F2;
}

.index-cer .cer-scroll .scroll-list .item-pics img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.index-cer .cer-scroll .scroll-list .item-box {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.index-cer .cer-scroll .scroll-list .item-backdrop:before {
    background-color: #000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.index-cer .cer-scroll .scroll-list .item-backdrop .iconfont {
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 999px) {
    .index-cer .cer-scroll .scroll-list .item-backdrop {
        display: none;
    }
}

.index-cer .cer-scroll .scroll-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.2;
    margin-top: 25px;
}

@media screen and (max-width: 1219px) {
    .index-cer .cer-scroll .scroll-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 20px;
    }
}

@media screen and (max-width: 999px) {
    .index-cer .cer-scroll .scroll-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .cer-scroll .scroll-list .item-title {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 10px;
    }
}

.index-video {
    margin-top: 93px;
}

@media screen and (max-width: 1219px) {
    .index-video {
        margin-top: 70px;
    }
}

@media screen and (max-width: 999px) {
    .index-video {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .index-video {
        margin-top: 30px;
    }
}

.index-video .index-item {
    margin-bottom: 33px;
}

@media screen and (max-width: 999px) {
    .index-video .index-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .index-video .index-item {
        margin-bottom: 20px;
    }
}

.index-video .box-list {
    font-size: 0;
    letter-spacing: 0; /* .item-videobox start */ /* .item-videobox end */
}

.index-video .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-bottom: 20px;
    margin-left: 1%;
    margin-right: 1%;
}

@media screen and (max-width: 400px) {
    .index-video .box-list .list-item {
        width: 98%;
    }
}

.index-video .box-list .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.index-video .box-list .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 75%;
    height: 0;
}

.index-video .box-list .item-videobox .item-video iframe, .index-video .box-list .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.index-video .box-list .item-videobox .item-video iframe body {
    margin: 0px !important;
}

.index-video .box-list .item-title {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 34px;
}

@media screen and (max-width: 1219px) {
    .index-video .box-list .item-title {
        font-size: 20px;
        font-size: 2rem;
        margin-top: 24px;
    }
}

@media screen and (max-width: 999px) {
    .index-video .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .index-video .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 10px;
    }
}

.index-video .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin-top: 10px;
}

@media screen and (max-width: 1219px) {
    .index-video .box-list .item-desc {
        line-height: 24px;
    }
}

@media screen and (max-width: 999px) {
    .index-video .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .index-video .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        margin-top: 5px;
    }
}

.index-faq {
    margin-top: 96px;
}

@media screen and (max-width: 1219px) {
    .index-faq {
        margin-top: 70px;
    }
}

@media screen and (max-width: 999px) {
    .index-faq {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .index-faq {
        margin-top: 30px;
    }
}

.index-faq .index-item {
    margin-bottom: 37px;
}

@media screen and (max-width: 999px) {
    .index-faq .index-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .index-faq .index-item {
        margin-bottom: 20px;
    }
}

.index-download {
    margin-top: 70px;
}

@media screen and (max-width: 1219px) {
    .index-download {
        margin-top: 70px;
    }
}

@media screen and (max-width: 999px) {
    .index-download {
        margin-top: 60px;
    }
}

@media screen and (max-width: 767px) {
    .index-download {
        margin-top: 30px;
    }
}

.index-download .index-item {
    margin-bottom: 37px;
}

@media screen and (max-width: 999px) {
    .index-download .index-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .index-download .index-item {
        margin-bottom: 20px;
    }
}

.index-download .download-list {
    padding-bottom: 0;
}

/*-------------index end-------------------------------------------------------------------*/
.page_wrap {
    padding: 0 0 90px;
}

@media screen and (max-width: 1219px) {
    .page_wrap {
        padding: 0 0 70px;
    }
}

@media screen and (max-width: 999px) {
    .page_wrap {
        padding: 0 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .page_wrap {
        padding: 0 0 30px;
    }
}

/*-------------2-1-products start----------------------------------------------------------*/
.main {
    padding: 7px 0 0;
}

.main .box-main {
    width: 920px;
}

@media screen and (max-width: 1219px) {
    .main .box-main {
        width: 680px;
    }
}

@media screen and (max-width: 999px) {
    .main .box-main {
        width: 100%;
    }
}

.main .box-slide {
    width: 250px;
}

@media screen and (max-width: 999px) {
    .main .box-slide {
        width: 100%;
        margin: 50px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .main .box-slide {
        margin: 30px 0 0;
    }
}

/* .pro1-top start */
.pro1-top .item-title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #4db0b8;
    line-height: 30px;
}

@media screen and (max-width: 767px) {
    .pro1-top .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.pro1-top .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 14px;
}

.pro1-top .item-desc, .pro1-top .item-desc a {
    color: #666;
}

@media screen and (max-width: 767px) {
    .pro1-top .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        margin-top: 15px;
    }
}

/* .pro1-top end */
/* pro1-list start */
.pro1-list {
    padding-bottom: 100px;
}

@media screen and (max-width: 1219px) {
    .pro1-list {
        padding: 0 0 70px;
    }
}

@media screen and (max-width: 999px) {
    .pro1-list {
        padding: 0 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .pro1-list {
        padding: 0 0 40px;
    }
}

.pro1-list .list-item {
    float: left;
    width: 30.43478%;
    margin-left: 4.34783%;
    margin-top: 41px;
    text-align: center; /* @media screen and (max-width:350px) { width: 98%; } */
}

.pro1-list .list-item .item-pic a {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.pro1-list .list-item .item-pic a img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1219px) {
    .pro1-list .list-item {
        width: 32%;
        margin-left: 2%;
    }
}

@media screen and (max-width: 999px) {
    .pro1-list .list-item {
        width: 31.33%;
        margin: 30px 1% 0;
    }
}

@media screen and (max-width: 600px) {
    .pro1-list .list-item {
        width: 48%;
    }
}

.pro1-list .item-pic {
    border: solid 1px #d6d6d6;
}

.pro1-list .item-pic img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
}

.pro1-list .item-body {
    text-align: center;
}

.pro1-list .item-title {
    margin-top: 34px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
}

.pro1-list .item-title input {
    margin-right: 28px;
}

.pro1-list .item-title a {
    display: inline;
}

@media screen and (max-width: 767px) {
    .pro1-list .item-title {
        margin-top: 10px;
    }

    .pro1-list .item-title input {
        margin-right: 5px;
    }
}

@media screen and (max-width: 600px) {
    .pro1-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.pro1-list .item-desc {
    margin-top: 7px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 26px;
    height: 52px;
}

.pro1-list .item-desc, .pro1-list .item-desc a {
    color: #333;
}

@media screen and (max-width: 1219px) {
    .pro1-list .item-desc {
        margin-top: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: 48px;
    }
}

@media screen and (max-width: 767px) {
    .pro1-list .item-desc {
        line-height: 20px;
        height: 40px;
    }
}

.pro1-list .item-btn {
    margin-top: 16px;
    display: inline-block;
    min-width: 138px;
    line-height: 24px;
    padding: 5px;
    border-radius: 18px;
    border: solid 1px #333;
}

.pro1-list .item-btn:hover {
    border-color: #4db0b8;
    color: #4db0b8;
}

@media screen and (max-width: 767px) {
    .pro1-list .item-btn {
        min-width: 110px;
        padding: 2px 5px;
        margin-top: 10px;
    }
}

/* box-list end */
/* proslide start */
.proslide { /* slidenav-title */ /* slidenav-list */
}

.proslide .slidenav-title {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: capitalize;
    margin-bottom: 27px;
    position: relative;
}

.proslide .slidenav-title, .proslide .slidenav-title a {
    color: #4db0b8;
}

.proslide .slidenav-title a:hover {
    color: #000;
}

.proslide .slidenav-title.slidenav-title1 {
    display: none;
}

@media screen and (max-width: 1219px) {
    .proslide .slidenav-title {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 24px;
    }
}

@media screen and (max-width: 999px) {
    .proslide .slidenav-title {
        margin-bottom: 10px;
    }

    .proslide .slidenav-title {
        display: none;
    }

    .proslide .slidenav-title.slidenav-title1 {
        display: block;
    }
}

.proslide .slidenav-yiji, .proslide .slidenav-erji {
    display: none
}

.proslide .slidenav-list > li {
    margin-bottom: 8px;
}

.proslide .slidenav-list > li > a, .proslide .slidenav-list > li > p {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 7px 10px 1px 23px;
    position: relative;
    border-bottom: solid 1px #E5E5E5;
}

.proslide .slidenav-list > li > a .iconfont, .proslide .slidenav-list > li > p .iconfont {
    position: absolute;
    left: 0;
    font-size: 15px;
    font-size: 1.5rem;
    top: 7px;
    color: #4db0b8;
}

.proslide .slidenav-list > li:hover > a, .proslide .slidenav-list > li:hover > p, .proslide .slidenav-list > li.active > a, .proslide .slidenav-list > li.active > p {
    color: #4db0b8;
}

.proslide .slidenav-list > li:hover > a .iconfont:before, .proslide .slidenav-list > li:hover > p .iconfont:before, .proslide .slidenav-list > li.active > a .iconfont:before, .proslide .slidenav-list > li.active > p .iconfont:before {
    content: '\e7ef';
}

.proslide .slidenav-yiji > li > label {
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    padding: 5px 10px;
}

.proslide .slidenav-yiji > li > label input {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

@media screen and (max-width: 1219px) {
    .proslide .slidenav-yiji > li > label {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.proslide .slidenav-yiji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 8px 10px 8px 33px;
}

.proslide .slidenav-yiji > li:hover > a, .proslide .slidenav-yiji > li:hover > label, .proslide .slidenav-yiji .active1 > a, .proslide .slidenav-yiji .active1 > label {
    color: #4db0b8;
}

.proslide .slidenav-erji {
    border-top: solid 1px #E5E5E5;
}

.proslide .slidenav-erji > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 8px 10px 8px 60px;
    display: block;
}

@media screen and (max-width: 767px) {
    .proslide .slidenav-erji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

.proslide .slidenav-erji > li:hover > a, .proslide .slidenav-erji .active2 > a {
    color: #4db0b8;
}

/* proslide end */
.attr-slide {
    margin-top: 45px;
}

@media screen and (max-width: 1219px) {
    .attr-slide {
        margin-top: 20px;
    }
}

/* tags start */
.tags {
    margin-top: 54px;
}

@media screen and (max-width: 999px) {
    .tags {
        margin-top: 30px;
    }
}

.tags .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #4db0b8;
    margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
    .tags .box-title {
        font-size: 20px;
        font-size: 2rem;
    }
}

.tags .box-desc a {
    border-bottom: solid 1px #E5E5E5;
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 13px 0 2px;
    color: #666;
}

.tags .box-desc a:hover {
    color: #4db0b8;
}

@media screen and (max-width: 767px) {
    .tags .box-desc a {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/* tags end */
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.m-prob1 .prob-pic {
    width: 420px;
    float: left;
}

.m-prob1 .prob-pic-big {
    position: relative;
    border: solid 1px #D6D6D6;
}

.m-prob1 .prob-pic-big .provideo-box {
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block
}

.m-prob1 .prob-pic-big .provideo-box .provideo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
}

.m-prob1 .prob-pic-big .provideo-box .provideo iframe, .m-prob1 .prob-pic-big .provideo-box .provideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.m-prob1 .prob-pic-big .provideo-box .provideo iframe body {
    margin: 0px !important;
}

.m-prob1 .prob-pic-big-img {
    display: block;
    line-height: 0;
    font-size: 0;
}

.m-prob1 .prob-pic-big-img .zoomPad {
    float: none;
    z-index: 8;
}

.m-prob1 .zoomWrapperImage img {
    max-width: 1200px;
}

.m-prob1 .prob-pic-small {
    position: relative;
    padding: 0 39px;
    overflow: hidden;
    margin-top: 29px;
}

.m-prob1 .prob-pic-btn {
    position: absolute;
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 32px;
    height: 100%;
    top: 0;
    background-color: #B2B2B2;
}

.m-prob1 .prob-pic-btn.prev {
    left: 0;
}

.m-prob1 .prob-pic-btn.next {
    right: 0;
}

.m-prob1 .prob-pic-btn .iconfont {
    font-size: 26px;
    font-size: 2.6rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -13px 0 0 -13px;
}

.m-prob1 .prob-pic-btn:hover {
    background-color: #4db0b8;
}

@media screen and (max-width: 767px) {
    .m-prob1 .prob-pic-btn {
        width: 26px;
        height: 26px;
        top: 50%;
        margin-top: -16px;
    }

    .m-prob1 .prob-pic-btn .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
        margin: -8px 0 0 -8px;
    }
}

.m-prob1 .prob-pic-list {
    overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
    width: 1000%;
    overflow: hidden;
}

.m-prob1 .prob-pic-list li {
    position: relative;
    float: left;
    margin-right: 0.20528%;
    width: 3.19648%;
}

.m-prob1 .prob-pic-item {
    position: relative;
    padding-bottom: 100%;
}

.m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video {
    display: block;
    border: solid 1px #D6D6D6;
    overflow: visible;
    z-index: 1;
    text-align: center;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.m-prob1 .prob-pic-item .item-pics img, .m-prob1 .prob-pic-item .item-video img {
    display: block;
    width: 100%;
    max-width: 100% !important;
    max-height: 100% !important;
    display: block;
}

.m-prob1 .prob-pic-item .item-pics.active, .m-prob1 .prob-pic-item .item-video.active {
    border-color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .zoomPad {
        cursor: default !important;
    }

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }

    .m-prob1 .prob-pic {
        float: none;
        margin: 0 auto;
    }
}

.m-prob1 .m-propic2 {
    display: none
}

@media screen and (max-width: 767px) {
    .m-prob1 .prob-pic {
        display: none;
    }

    .m-prob1 .m-propic2 {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .m-prob1 .m-propic2 .box-btn {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        display: block;
        width: 24px;
        height: 24px;
    }

    .m-prob1 .m-propic2 .box-btn .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
        color: #333;
    }

    .m-prob1 .m-propic2 .box-btn .iconfont:hover {
        color: #1367AF;
    }

    .m-prob1 .m-propic2 .box-btn.prev {
        left: 0;
    }

    .m-prob1 .m-propic2 .box-btn.next {
        right: 0;
    }

    .m-prob1 .m-propic2 .box-list {
        overflow: hidden;
    }

    .m-prob1 .m-propic2 .box-list ul {
        width: 1000%;
    }

    .m-prob1 .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 3.13%;
        border-radius: 0;
        border: 1px solid #DADADA;
        overflow: hidden;
    }

    .m-prob1 .m-propic2 .list-item .item-pic {
        position: relative;
        display: block;
        text-align: center;
        overflow: hidden;


        height: 0px;
        padding-bottom: 100%;
    }

    .m-prob1 .m-propic2 .list-item img {
        display: block
    }

    .m-propic2 .list-item .video-play {
        max-width: 80%;


        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 640px) {
    .m-prob1 .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 4.8%;
    }
}

@media only screen and (max-width: 480px) {
    .m-prob1 .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 9.8%;
    }
}

/* pro-info */
.pro-info {
    width: 420px;
}

@media screen and (max-width: 1219px) {
    .pro-info {
        width: 100%;
        margin: 30px auto 0;
    }
}

.pro-info .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .pro-info .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        margin: 0;
    }
}

.pro-info .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    min-height: 291px;
    padding: 8px 0 15px;
}

.pro-info .item-desc img, .pro-info .item-desc iframe {
    max-width: 100%;
}

@media screen and (max-width: 1219px) {
    .pro-info .item-desc {
        min-height: auto;
    }
}

@media screen and (max-width: 767px) {
    .pro-info .item-desc {
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.pro-info .down-btn {
    margin-bottom: 19px;
    display: inline-block;
    min-width: 166px;
    background-color: #666;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 10px;
}

.pro-info .down-btn:hover {
    background-color: #4db0b8;
}

@media screen and (max-width: 999px) {
    .pro-info .down-btn {
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .pro-info .down-btn {
        padding: 6px;
        font-size: 14px;
        font-size: 1.4rem;
        min-width: 140px;
    }
}

.pro-info .item-btns {
    font-size: 0;
    letter-spacing: 0;
    margin-top: 50px;
}

@media screen and (max-width: 1219px) {
    .pro-info .item-btns {
        margin-top: 20px;
    }
}

.pro-info .item-btn {
    margin-top: 14px;
    display: inline-block;
    vertical-align: top;
    min-width: 166px;
    background-color: #666;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 10px;
}

.pro-info .item-btn:hover {
    background-color: #4db0b8;
}

.pro-info .item-btn:first-child {
    margin-right: 24px;
}

@media screen and (max-width: 999px) {
    .pro-info .item-btn {
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .pro-info .item-btn {
        margin-top: 10px;
        padding: 6px;
        font-size: 14px;
        font-size: 1.4rem;
        min-width: 140px;
    }

    .pro-info .item-btn:first-child {
        margin-right: 15px;
    }
}

.pro2-tab {
    margin-top: 52px;
}

.pro2-tab p.xuanzhong {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .pro2-tab {
        margin-top: 30px;
    }
}

.pro2-tab .tab-options {
    font-size: 0;
    letter-spacing: 0;
}

.pro2-tab .tab-options li {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #F8F8F8;
    border-bottom: solid 1px #949494;
    text-align: center;
    cursor: pointer;
    width: 50%;
}

.pro2-tab .tab-options li:first-child {
    border-right: solid 1px #949494;
}

.pro2-tab .tab-options li p {
    height: 58px;
    line-height: 20px;
    width: 500px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 2px;
}

.pro2-tab .tab-options li:hover, .pro2-tab .tab-options li.tab-active {
    background-color: #fff;
    color: #4db0b8;
}

@media screen and (max-width: 767px) {
    .pro2-tab .tab-options li {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .pro2-tab .tab-options li p {
        height: 40px;
        line-height: 20px;
    }

    .pro2-tab p.xuanzhong {
        line-height: 25px;
        font-size: 18px;
        font-size: 1.8rem
    }

}

.pro2-tab .tab-content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

.pro2-tab .tab-content p {
    min-height: 28px;
}

.pro2-tab .tab-content, .pro2-tab .tab-content a {
    color: #666;
}

.pro2-tab .tab-content img, .pro2-tab .tab-content iframe {
    max-width: 100%;
}

.pro2-tab .tab-content a:hover {
    color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .pro2-tab .tab-content {
        padding: 20px;
        line-height: 26px;
    }

    .pro2-tab .tab-content p {
        min-height: 26px;
    }
}

@media screen and (max-width: 999px) {
    .pro2-tab .tab-content {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }

    .pro2-tab .tab-content p {
        min-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .pro2-tab .tab-content {
        padding: 15px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }

    .pro2-tab .tab-content p {
        min-height: 20px;
    }
}

.pro2-tags {
    margin-top: 52px;
}

@media screen and (max-width: 1219px) {
    .pro2-tags {
        margin-top: 30px;
    }
}

.pro2-tags a {
    display: inline-block;
    border: solid 1px #B7B7B7;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 7px 10px;
    color: #666;
    min-width: 200px;
    margin-right: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.pro2-tags a:hover {
    color: #fff;
    border-color: #4db0b8;
    background-color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .pro2-tags a {
        min-width: auto;
        margin: 0 10px 10px 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 767px) {
    .pro2-tags a {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 3px 10px;
        margin: 0 5px 5px 0;
    }
}

.pro2-title {
    font-family: "Roboto-Bold", arial;
    font-size: 26px;
    font-size: 2.6rem;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    padding-bottom: 14px;
}

.pro2-title a:hover {
    color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .pro2-title {
        font-size: 22px;
        font-size: 2.2rem;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .pro2-title {
        font-size: 18px;
        font-size: 1.8rem;
        padding-bottom: 10px;
    }
}

.related-box {
    margin-top: 42px;
}

@media screen and (max-width: 1219px) {
    .related-box {
        margin-top: 30px;
    }
}

.related-scroll {
    position: relative;
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    .related-scroll {
        padding-top: 20px;
    }
}

.related-scroll .scroll-btns {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 0;
    letter-spacing: 0;
}

.related-scroll .scroll-btns .scroll-btn {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 26px;
    font-size: 2.6rem;
    color: #333;
}

.related-scroll .scroll-btns .scroll-btn:hover {
    color: #4db0b8;
}

.related-scroll .scroll-btns .prev {
    margin-right: 20px;
}

@media screen and (max-width: 999px) {
    .related-scroll .scroll-btns {
        top: -30px;
    }

    .related-scroll .scroll-btns .scroll-btn {
        font-size: 20px;
        font-size: 2.0rem;
    }

    .related-scroll .scroll-btns .prev {
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .related-scroll .scroll-btns {
        top: -28px;
        display: block !important
    }

    .related-scroll .scroll-btns .scroll-btn {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .related-scroll .scroll-btns .prev {
        margin-right: 5px;
    }
}

.related-scroll .scroll-list-box {
    width: 100%;
    overflow: hidden;
}

.related-scroll .scroll-list {
    width: 10000%;
    padding: 0;
}

.related-scroll .scroll-list .list-item {
    float: left;
    width: 0.23333%;
    margin-right: 0.02222%;
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 1219px) {
    .related-scroll .scroll-list .list-item {
        width: 0.235%;
        margin-right: 0.02%;
    }
}

@media screen and (max-width: 640px) {
    .related-scroll .scroll-list .list-item {
        width: 0.32%;
    }
}

@media screen and (max-width: 480px) {
    .related-scroll .scroll-list .list-item {
        width: 0.49%;
    }
}

.related-scroll .scroll-list .item-pic {
    border: solid 1px #eee;
    position: relative;
}

.related-scroll .scroll-list .item-pic img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}

.related-scroll .scroll-list .item-title {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.related-scroll .scroll-list .item-title, .related-scroll .scroll-list .item-title a {
    color: #666;
}

@media screen and (max-width: 767px) {
    .related-scroll .scroll-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }
}

.latest-news {
    margin-top: 52px;
}

@media screen and (max-width: 1219px) {
    .latest-news {
        margin-top: 30px;
    }
}

.latest-news .box-list {
    font-size: 0;
    letter-spacing: 0; /* @media screen and (max-width:480px) { border-top: 0; } */
}

.latest-news .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 26px 0;
    border-bottom: solid 1px #D2D2D2; /* @media screen and (max-width:480px) { width: 48%; margin: 0 1% 20px; padding: 0; border: 0; } */
}

@media screen and (max-width: 767px) {
    .latest-news .box-list .list-item {
        padding-bottom: 15px;
        padding-top: 15px;
    }
}

.latest-news .box-list .item-pic {
    float: left;
    width: 200px;
    margin-right: 40px;
    border-radius: 0; /* @media screen and (max-width:480px) { float: none!important; width: 100%!important; margin: 0 auto 10px!important; } */
}

.latest-news .box-list .item-pic img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1219px) {
    .latest-news .box-list .item-pic {
        margin-right: 20px;
    }
}

@media screen and (max-width: 999px) {
    .latest-news .box-list .item-pic {
        width: 140px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .latest-news .box-list .item-pic {
        width: 120px;
        border-radius: 10px;
        margin-right: 10px;
    }
}

.latest-news .box-list .item-body {
    overflow: hidden;
}

.latest-news .box-list .item-title {
    margin-top: 7px;
    margin-bottom: 12px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
}

@media screen and (max-width: 1219px) {
    .latest-news .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 999px) {
    .latest-news .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 767px) {
    .latest-news .box-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 480px) {
    .latest-news .box-list .item-title {
        margin-top: 0;
    }
}

.latest-news .box-list .item-date {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: #999;
    margin-bottom: 18px;
}

@media screen and (max-width: 999px) {
    .latest-news .box-list .item-date {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .latest-news .box-list .item-date {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 5px;
    }
}

.latest-news .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    height: 60px;
}

@media screen and (max-width: 1219px) {
    .latest-news .box-list .item-desc {
        line-height: 26px;
        height: 52px;
    }
}

@media screen and (max-width: 999px) {
    .latest-news .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
        height: 44px;
    }
}

@media screen and (max-width: 767px) {
    .latest-news .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .latest-news .box-list .item-desc {
        line-height: 18px;
        height: 36px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-1-application start-------------------------------------------------------*/
.app1-list {
    padding-bottom: 92px;
}

@media screen and (max-width: 1219px) {
    .app1-list {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 999px) {
    .app1-list {
        padding-bottom: 10px;
    }
}

.app1-list {
    font-size: 0;
    letter-spacing: 0
}

.app1-list .list-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 44.41667%;
    margin-left: 11.16667%;
    margin-bottom: 58px;
}

@media screen and (max-width: 1219px) {
    .app1-list .list-item {
        width: 48%;
        margin-left: 4%;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 999px) {
    .app1-list .list-item {
        width: 48%;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width: 450px) {
    .app1-list .list-item {
        width: 98%;
    }
}

.app1-list .item-pic {
    position: relative;
}

.app1-list .item-pic img {
    display: block;
    max-width: 533px;
    width: 100%;
    margin: 0 auto;
}

.app1-list .item-body {
    float: right;
    width: 84.803%;
    margin-right: 3.75235%;
    background-color: #F0F0F0;
    padding: 25px 30px 36px 30px;
    margin-top: -91px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1219px) {
    .app1-list .item-body {
        padding: 20px;
    }
}

@media screen and (max-width: 999px) {
    .app1-list .item-body {
        margin: 0;
        width: 100%;
        padding: 15px 10px;
    }
}

.app1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 28px;
}

.app1-list .item-title, .app1-list .item-title a {
    color: #4db0b8;
}

.app1-list .item-title a:hover {
    color: #333 !important;
}

.app1-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    height: 112px;
    margin-top: 19px;
}

.app1-list .item-desc, .app1-list .item-desc a {
    color: #333;
}

@media screen and (max-width: 1219px) {
    .app1-list .item-desc {
        margin-top: 10px;
        line-height: 24px;
        height: 96px;
    }
}

@media screen and (max-width: 767px) {
    .app1-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        height: 80px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 450px) {
    .app1-list .item-desc {
        height: auto;
        max-height: 80px;
    }
}

.app1-list .item-btn {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    min-width: 174px;
    border: solid 1px #333;
    text-align: center;
    padding: 7px 10px;
    line-height: 24px;
    color: #333;
    text-transform: uppercase;
}

.app1-list .item-btn .iconfont {
    font-size: 32px;
    font-size: 3.2rem;
    vertical-align: middle;
    margin-left: 17px;
}

.app1-list .item-btn:hover {
    color: #4db0b8;
    border-color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .app1-list .item-btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .app1-list .item-btn {
        min-width: auto;
        padding: 3px 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .app1-list .item-btn .iconfont {
        margin-left: 0;
        font-size: 28px;
        font-size: 2.8rem;
    }
}

/*-------------3-1-application end---------------------------------------------------------*/
/*-------------3-2-application start-------------------------------------------------------*/
.app2-main .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #4db0b8;
}

@media screen and (max-width: 999px) {
    .app2-main .box-title {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

@media screen and (max-width: 767px) {
    .app2-main .box-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.app2-main .item-date {
    margin-top: 15px;
}

.app2-main .item-body {
    padding: 20px 0 50px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

.app2-main .item-body p {
    min-height: 28px;
}

.app2-main .item-body img, .app2-main .item-body iframe {
    max-width: 100%;
}

@media screen and (max-width: 1219px) {
    .app2-main .item-body {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 999px) {
    .app2-main .item-body {
        line-height: 24px;
    }

    .app2-main .item-body p {
        min-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .app2-main .item-body {
        padding: 20px 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }

    .app2-main .item-body p {
        min-height: 20px;
    }
}

/*-------------3-2-application end---------------------------------------------------------*/
/*-------------4-download start------------------------------------------------------------*/
.download-list {
    padding-bottom: 50px;
}

@media screen and (max-width: 1219px) {
    .download-list {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 999px) {
    .download-list {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .download-list {
        padding-bottom: 10px;
    }
}

.download-list .list-item {
    background-color: #fff;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
    border: solid 1px #f1f1f1 \9;
    border-radius: 5px;
    margin-bottom: 35px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .download-list .list-item {
        margin-bottom: 30px;
    }
}

.download-list .item-btn {
    position: absolute;
    top: 32px;
    right: 93px;
    display: inline-block;
    position: absolute;
    line-height: 40px;
    min-width: 140px;
    background: #666;
    font-weight: bold;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-align: left;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 30px;
    cursor: pointer
}

.download-list .item-btn:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 20px;
    background: url(images/d1.png) no-repeat left center;
    top: 50%;
    margin-top: -10px;
    right: 0;
}

.download-list .item-btn:hover {
    background: #4db0b8;
    color: #fff;
}

.download-list .item-btn:hover:after {
    background-image: url(images/d2.png);
}

@media screen and (max-width: 1219px) {
    .download-list .item-btn {
        right: 25px;
        top: 90px;
    }
}

@media screen and (max-width: 767px) {
    .download-list .item-btn {
        position: relative;
        top: auto;
        right: auto;
        line-height: 36px;
        margin-bottom: 30px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.download-list .item-body {
    text-align: left;
    padding: 39px 370px 47px 33px;
}

@media screen and (max-width: 1219px) {
    .download-list .item-body {
        padding-right: 230px;
    }
}

@media screen and (max-width: 767px) {
    .download-list .item-body {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 640px) {
    .download-list .item-body {
        padding: 15px 15px 20px;
    }
}

.download-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    min-height: 30px;
}

@media screen and (max-width: 991px) {
    .download-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        min-height: 26px;
    }
}

@media screen and (max-width: 767px) {
    .download-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        min-height: 20px;
    }
}

.download-list .item-desc {
    line-height: 28px;
    min-height: 28px;
    margin-top: 48px;
}

.download-list .item-desc, .download-list .item-desc a {
    color: #4D4D4D;
}

.download-list .item-title a, .download-list .item-desc a {
    cursor: pointer
}

@media screen and (max-width: 1219px) {
    .download-list .item-desc {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .download-list .item-desc {
        line-height: 24px;
        min-height: 24px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .download-list .item-desc {
        line-height: 20px;
        min-height: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*-------------4-download end--------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list {
    padding-bottom: 40px;
}

@media screen and (max-width: 1219px) {
    .news1-list {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 999px) {
    .news1-list {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .news1-list {
        padding-bottom: 10px;
    }
}

.news1-list {
    font-size: 0;
    letter-spacing: 0
}

.news1-list .list-item {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
    margin-left: 1.25%;
    margin-bottom: 37px;
}

@media screen and (max-width: 999px) {
    .news1-list .list-item {
        width: 31.33%;
        margin: 0 1% 30px;
    }
}

@media screen and (max-width: 640px) {
    .news1-list .list-item {
        width: 48%;
    }
}

@media screen and (max-width: 400px) {
    .news1-list .list-item {
        width: 98%;
    }
}

.news1-list .item-pic {
    position: relative;
}

.news1-list .item-pic img {
    display: block !important;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}

.news1-list .item-body {
    background-color: #F0F0F0;
    padding: 15px 30px 30px 30px;
}

@media screen and (max-width: 1219px) {
    .news1-list .item-body {
        padding: 15px 20px 20px;
    }
}

@media screen and (max-width: 999px) {
    .news1-list .item-body {
        padding: 15px 10px;
    }
}

.news1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 28px;
}

.news1-list .item-title, .news1-list .item-title a {
    color: #4db0b8;
}

.news1-list .item-title a:hover {
    color: #333 !important;
}

.news1-list .item-date {
    color: #4d4d4d;
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem
}

.news1-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    height: 84px;
    margin-top: 28px;
}

.news1-list .item-desc, .news1-list .item-desc a {
    color: #333;
}

@media screen and (max-width: 1219px) {
    .news1-list .item-desc {
        margin-top: 10px;
        line-height: 24px;
        height: 72px;
    }
}

@media screen and (max-width: 767px) {
    .news1-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        height: 60px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 450px) {
    .news1-list .item-desc {
        height: auto;
        max-height: 60px;
    }
}

.news1-list .item-btn {
    margin-top: 23px;
    display: inline-block;
    min-width: 174px;
    border: solid 1px #333;
    text-align: center;
    padding: 7px 10px;
    line-height: 24px;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem
}

.news1-list .item-btn .iconfont {
    font-size: 32px;
    font-size: 3.2rem;
    vertical-align: middle;
    margin-left: 17px;
}

.news1-list .item-btn:hover {
    border: solid 1px #4db0b8;
    color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .news1-list .item-btn {
        margin-top: 20px;
    }
}

@media screen and (max-width: 999px) {
    .news1-list .item-btn {
        min-width: 140px;
    }
}

@media screen and (max-width: 767px) {
    .news1-list .item-btn {
        padding: 3px 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .news1-list .item-btn .iconfont {
        margin-left: 0;
        font-size: 28px;
        font-size: 2.8rem;
    }
}

/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main .box-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2.0rem;
    color: #4db0b8;
}

.news2-main .box-title span {
    display: inline-block;
    position: relative;
    padding-bottom: 16px;
}

.news2-main .box-title span:after {
    position: absolute;
    content: '';
    width: 72px;
    height: 4px;
    background-color: #333;
    left: 50%;
    margin-left: -36px;
    bottom: -1px;
}

.news2-main .box-title span:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #666666;
    left: 50%;
    left: 0;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .news2-main .box-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.news2-main .item-date {
    text-align: center;
    margin-top: 20px;
}

.news2-main .item-date > span {
    margin-right: 15px;
    line-height: 26px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .news2-main .item-date {
        margin-top: 10px;
    }

    .news2-main .item-date > span {
        margin-right: 15px;
    }
}

.news2-main .pro-share {
    display: inline-block;
}

.news2-main .item-body {
    padding: 45px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

.news2-main .item-body p {
    min-height: 28px;
}

.news2-main .item-body img, .news2-main .item-body iframe {
    max-width: 100%;
}

@media screen and (max-width: 999px) {
    .news2-main .item-body {
        line-height: 24px;
    }

    .news2-main .item-body p {
        min-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .news2-main .item-body {
        padding: 20px 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }

    .news2-main .item-body p {
        min-height: 20px;
    }
}

.news2-hotpro .index-hotpro {
    margin-top: 0;
}

.news2-hotpro .index-item {
    padding: 20px 0 41px;
}

@media screen and (max-width: 1219px) {
    .news2-hotpro .index-item {
        padding: 20px 0 0;
    }
}

/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.contact_wrap {
    padding-bottom: 0;
}

.ac-top {
    margin-bottom: 79px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

.contact-list p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 11px 0;
    text-align: center;
    border-top: solid 1px #E5E5E5;
    font-family: "Roboto-Bold";
}

.contact-list p:first-child {
    border-top: 0;
}

.contact-list a:hover {
    color: #4db0b8;
}

@media screen and (max-width: 767px) {
    .contact-list p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 5px 0;
    }
}

@media screen and (max-width: 1219px) {
    .ac-top {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 999px) {
    .ac-top {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .ac-top {
        margin-bottom: 30px;
    }
}

.ac-top .box-title {
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .ac-top .box-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 999px) {
    .ac-top .box-title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 767px) {
    .ac-top .box-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.ac-top p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

.ac-top img, .ac-top iframe {
    max-width: 100%;
}

.ac-top a:hover {
    color: #4db0b8;
}

@media screen and (max-width: 1219px) {
    .ac-top {
        line-height: 24px;
    }

    .ac-top p {
        min-height: 24px;
    }
}

@media screen and (max-width: 999px) {
    .ac-top {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
    }

    .ac-top p {
        min-height: 22px;
    }
}

@media screen and (max-width: 767px) {
    .ac-top {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
    }

    .ac-top p {
        min-height: 18px;
    }
}

.contact-form {
    margin-bottom: 87px;
}

@media screen and (max-width: 1219px) {
    .contact-form {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 999px) {
    .contact-form {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form {
        margin-bottom: 20px;
    }
}

.contact-form .attachment {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 22px;
    margin-bottom: 28px;
}

@media screen and (max-width: 999px) {
    .contact-form .attachment {
        padding-left: 20px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .contact-form .attachment {
        padding-left: 10px;
    }
}

.contact-form .attachment span {
    float: left;
}

.contact-form .attachment #file-name {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-form .attachment .file-group {
    float: left;
    width: 377px;
    height: 34px;
    line-height: 34px;
    background-color: #4db0b8;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 999px) {
    .contact-form .attachment .file-group {
        width: 48.16667%;
    }
}

@media screen and (max-width: 480px) {
    .contact-form .attachment .file-group {
        width: 100%;
    }
}

.contact-form .attachment .file-group .file-btn {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #4db0b8;
    color: #FFFFFF;
    border: 0;
    cursor: pointer
}

.contact-form .attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
    cursor: pointer
}

.contact-form .attachment .file-group .file {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.contact-form .attachment .file-group .file-name-p {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.contact-form .attachment .file-group .file-name-p i {
    cursor: pointer;
}

.contact-form .attachment .file-group .file-name-p span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contact-form .star {
    position: relative;
}

.contact-form .star:before {
    position: absolute;
    content: '*';
    font-size: 12px;
    font-size: 1.2rem;
    color: #FF0000;
    left: 10px;
    top: 15px;
}

.contact-form .item-input {
    width: 50%;
    padding-left: 22px;
    margin-bottom: 21px;
    float: left;
}

.contact-form .item-input1 {
    width: 100%;
}

.contact-form .item-input1.star {
    background-position-y: 18px;
}

.contact-form input, .contact-form textarea {
    display: block;
    background-color: #fff;
    width: 100%;
    display: block;
    color: rgb(44, 44, 44);
    border: solid 1px #000000;
    border-radius: 7px;
    font-size: 14px;
    font-size: 1.4rem;
}

.contact-form input {
    height: 34px;
    line-height: 32px;
    padding: 0 12px;
}

.contact-form textarea {
    height: 133px;
    padding: 4px 12px;
    line-height: 24px;
}

.contact-form .item-code {
    width: 398px;
    margin-right: 50px;
}

.contact-form .item-img {
    float: left;
    cursor: pointer;
    line-height: 34px;
}

.contact-form .item-img img {
    vertical-align: middle;
    max-height: 34px;
}

.contact-form .item-btn {
    float: right;
    padding-left: 0;
    width: 377px;
    margin-left: 57px;
}

.contact-form .item-btn input {
    font-size: 16px;
    font-size: 1.6rem;
    border-color: #4db0b8;
    background-color: #4db0b8;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: bold;
}

.contact-form .item-btn input:hover {
    border-color: #000;
    background-color: #000;
}

@media screen and (max-width: 1219px) {
    .contact-form .item-code {
        width: 350px;
        margin-right: 20px;
    }

    .contact-form .item-btn {
        width: 350px;
        margin-left: 20px;
    }
}

@media screen and (max-width: 999px) {
    .contact-form .item-input {
        padding-left: 20px;
    }

    .contact-form .item-code {
        width: -webkit-calc(100% - 130px) !important;
        width: -moz-calc(100% - 130px) !important;
        width: calc(100% - 130px) !important;
        margin-right: 0;
    }

    .contact-form .item-img {
        margin-left: 0;
        float: right;
    }

    .contact-form .item-btn {
        width: 100%;
        float: left;
        margin-left: 0;
        padding-left: 20px;
    }

    .contact-form .item-input, .contact-form .item-input1 {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .contact-form .item-input {
        margin-bottom: 15px;
    }

    .contact-form input, .contact-form textarea {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .contact-form .item-code {
        width: 100% !important;
        margin-left: 0;
    }

    .contact-form .item-img {
        float: left;
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .contact-form .item-btn {
        margin-left: 0;
        width: 100%;
        padding-left: 20px;
    }

    .contact-form .item-btn input {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 480px) {
    .contact-form .item-input {
        margin-bottom: 10px;
    }

    .contact-form .item-input, .contact-form .item-input1, .contact-form .item-btn {
        width: 100%;
        padding-left: 10px !important;
    }

    .contact-form .item-img {
        margin-left: 10px;
    }

    .contact-form .star:before {
        left: 0;
    }
}

.map img {
    display: block;
    margin: 0 auto;
}

/*-------------6-contact end---------------------------------------------------------------*/
/*-------------faq start-------------------------------------------------------------------*/
.faq-list .list-item {
    margin-bottom: 20px;
}

.faq-list .list-item:first-child .item-desc {
    display: block;
}

@media screen and (max-width: 767px) {
    .faq-list .list-item {
        margin-bottom: 15px;
    }
}

.faq-list .item-title {
    background-color: #EEEEEE;
    white-space: pre-wrap;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 11px 40px 11px 18px;
    cursor: pointer;
    position: relative;
}

.faq-list .item-title:before {
    position: absolute;
    content: '\e725';
    font-family: "iconfont" !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 11px;
    right: 14px;
}

@media screen and (max-width: 999px) {
    .faq-list .item-title:before {
        top: 8px;
        right: 10px;
    }
}

.faq-list .item-title.active {
    background-color: #4db0b8;
    color: #fff;
}

.faq-list .item-title.active:before {
    content: '\e723';
}

@media screen and (max-width: 999px) {
    .faq-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        padding: 8px 30px 8px 15px;
    }
}

@media screen and (max-width: 767px) {
    .faq-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 30px 5px 10px;
    }
}

.faq-list .item-desc {
    display: none;
    padding: 17px 16px 19px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
}

.faq-list .item-desc p {
    white-space: pre-wrap;
}

.faq-list .item-desc img, .faq-list .item-desc iframe {
    max-width: 100%;
}

@media screen and (max-width: 1219px) {
    .faq-list .item-desc {
        padding: 15px 15px 10px;
        line-height: 26px;
    }

    .faq-list .item-desc p {
        min-height: 26px;
    }
}

@media screen and (max-width: 999px) {
    .faq-list .item-desc {
        padding: 15px 15px 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .faq-list .item-desc p {
        min-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .faq-list .item-desc {
        padding: 10px 10px 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }

    .faq-list .item-desc p {
        min-height: 20px;
    }
}

/*-------------faq end---------------------------------------------------------------------*/
/*-------------cer start-------------------------------------------------------------------*/
.cer-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.cer-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 23.08333%;
    margin-left: 2.55556%;
    margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
    .cer-list .list-item {
        width: 31.33%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 400px) {
    .cer-list .list-item {
        width: 48%;
    }
}

.cer-list .item-pics {
    position: relative;
    padding-bottom: 100%;
    background-color: #F2F2F2;
}

.cer-list .item-pics img {
    max-width: 100% !important;
    max-height: 100% !important;
}

.cer-list .item-box {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.cer-list .item-backdrop .iconfont {
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
    position: relative;
}

@media screen and (max-width: 999px) {
    .cer-list .item-backdrop {
        display: none;
    }
}

.cer-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
    margin-top: 16px;
}

@media screen and (max-width: 1219px) {
    .cer-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 999px) {
    .cer-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .cer-list .item-title {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 10px;
    }
}

/*-------------cer end---------------------------------------------------------------------*/
/*-------------video start-----------------------------------------------------------------*/
.video-top {
    margin-bottom: 55px; /* .item-videobox start */ /* .item-videobox end */
}

.video-top .item-pic .video-play {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 999px) {
    .video-top {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .video-top {
        margin-bottom: 25px;
    }
}

.video-top .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
    max-width: 595px;
}

.video-top .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 74.95798%;
    height: 0;
}

.video-top .item-videobox .item-video iframe, .video-top .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-top .item-videobox .item-video iframe body {
    margin: 0px !important;
}

.video-top .item-body {
    text-align: center;
}

.video-top .item-title {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 37px;
}

@media screen and (max-width: 1219px) {
    .video-top .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 20px;
    }
}

@media screen and (max-width: 999px) {
    .video-top .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .video-top .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 8px;
    }
}

.video-top .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-top: 17px;
    color: #666;
}

@media screen and (max-width: 999px) {
    .video-top .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 12px;
    }
}

@media screen and (max-width: 767px) {
    .video-top .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 8px;
    }
}

/* video-list start */
.video-list {
    font-size: 0;
    letter-spacing: 0; /* .item-videobox start */ /* .item-videobox end */
}

@media screen and (max-width: 767px) {
    .video-list {
        padding-bottom: 10px;
    }
}

.video-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 31.08333%;
    margin-left: 3.375%;
    margin-bottom: 34px; /* @media screen and (max-width:400px) { width: 98%; } */
}

@media screen and (max-width: 999px) {
    .video-list .list-item {
        width: 32%;
        margin-left: 2%;
        bottom: 25px;
    }
}

@media screen and (max-width: 640px) {
    .video-list .list-item {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 20px;
    }
}

.video-list .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
}

.video-list .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 75.06702%;
    height: 0;
}

.video-list .item-videobox .item-video iframe, .video-list .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-list .item-videobox .item-video iframe body {
    margin: 0px !important;
}

.video-list .item-pic {
    border-radius: 0;
}

.video-list .item-pic img {
    cursor: pointer;
}

.video-list .item-title {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 18px;
}

@media screen and (max-width: 999px) {
    .video-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 15px;
    }
}

@media screen and (max-width: 767px) {
    .video-list .item-title {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 8px;
    }
}

/* video-list end */
.video-backdrop {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999999; /* .item-videobox start */ /* .item-videobox end */
}

.video-backdrop .item-close {
    position: absolute;
    right: 2.60417%;
    top: 2.60417%;
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .video-backdrop .item-close {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

.video-backdrop .item-videobox {
    overflow: hidden;
    max-width: 595px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-backdrop .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 74.95798%;
    height: 0;
}

.video-backdrop .item-videobox .item-video iframe, .video-backdrop .item-videobox .item-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-backdrop .item-videobox .item-video iframe body {
    margin: 0px !important;
}

/*-------------video end-------------------------------------------------------------------*/

@media screen and (min-width: 992px) {
    .n-nav, .n-nav-icon {
        display: none;
    }
}

@-webkit-keyframes resize {
    from, 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: scale(5, 5);
        transform: scale(5, 5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-moz-keyframes resize {
    from, 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: scale(5, 5);
        -moz-transform: scale(5, 5);
        transform: scale(5, 5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes resize {
    from, 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: scale(5, 5);
        -moz-transform: scale(5, 5);
        -o-transform: scale(5, 5);
        transform: scale(5, 5);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.n-nav .n-nav-icon {
    position: absolute;
    right: 5px;
    top: 3px;
    width: 35px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999999999;
}

.n-nav .n-nav-icon .iconfont {
    font-size: 20px;
    font-size: 2.0rem;
    color: #fff;
}

.n-nav .n-nav-icon span {
    display: none;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: #4db0b8;
}

.n-nav .n-nav-icon.active {
    top: 5px;
    background: #666 url(../fonts/nav-close.png) no-repeat center;
    background-size: 30px;
}

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont {
    display: none;
}

.n-nav .n-nav-body {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow-y: scroll;
    background-color: #666;
    padding-top: 40px;
}

.n-nav .box-search {
    background-color: #fff;
    padding: 5px 10px;
    position: relative;
    border: solid 1px #4db0b8;
    margin: 5px 10px;
}

.n-nav .box-search .item-input {
    width: 100%;
    line-height: 32px;
    height: 32px;
    padding: 0 60px 0 0;
}

.n-nav .box-search .iconfont {
    font-weight: bold;
    background-color: #4db0b8;
    width: 44px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 0;
}

.n-nav .box-search .iconfont:hover {
    background-color: #666;
}

.n-nav .box-search .item-submit {
    position: absolute;
    width: 44px;
    height: 32px;
    right: 10px;
    top: 5px;
    z-index: 1;
}

.n-nav .box-list {
    margin-top: 30px;
}

.n-nav .box-list > li {
    position: relative;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: resize;
    -moz-animation-name: resize;
    animation-name: resize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 10px;
}

.n-nav .box-list > li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding: 10px 25px 10px 10px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.n-nav .box-list li {
    position: relative;
}

.n-nav .box-list li .has-next {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../fonts/n1.png) no-repeat center;
    background-size: contain;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.n-nav .box-list li.active > .has-next {
    background: url(../fonts/n2.png) no-repeat center;
    background-size: contain;
}

.n-nav .box-list .yiji-list {
    display: none;
}

.n-nav .box-list .yiji-list li {
    padding-left: 12px;
}

.n-nav .box-list .yiji-list li .has-next {
    right: 0;
}

.n-nav .box-list .yiji-list li > a {
    padding: 10px 25px 10px 20px;
    line-height: 22px;
    position: relative;
}

.n-nav .box-list .yiji-list li > a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    top: 19px;
    left: 10px;
}

.n-nav .box-list .erji-list {
    display: none;
}

.n-nav .box-list .sanji-list {
    display: none;
}

.slide {
    position: relative;
}

.slide .carouse {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide .carouse .slideItem {
    width: 100%;
    position: absolute;
    cursor: pointer;
}

.slide video {
    position: absolute;
    display: block;
    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%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9 \0;
}

.slide .carouse .slideItem .banner-img {
    width: 100%;
    display: block;
}

.slide .console {
    height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}

.slide .carousel-control {
    position: absolute;
    top: 50%;
    width: 53px;
    height: 53px;
    z-index: 999;
    margin-top: -26px;
    border-radius: 8px;
    background-color: #262626;
    background-color: rgba(38, 38, 38, 0.5);
    text-align: center;
    line-height: 53px;
}

.slide .carousel-control .iconfont {
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
}

.slide .carousel-control:hover {
    background-color: #262626;
}

.slide .carousel-control.left {
    left: 124px;
    cursor: pointer;
}

.slide .carousel-control.right {
    right: 124px;
    cursor: pointer;
}

.slide .dotList {
    position: absolute;
    width: 100%;
    bottom: 50px;
    text-align: center;
    line-height: 0;
}

.slide .dotList li {
    display: inline-block;
    cursor: pointer;
    background: url(images/dot.png) no-repeat center center;
    background-size: contain;
    font-size: 0px;
    margin: 0 6px;
    border: none;
    outline: none;
    width: 19px;
    height: 19px;
}

.slide .dotList li.active {
    background: url(images/dot1.png) no-repeat center center;
    background-size: contain;
}

.slide .slideItem {
    position: relative;
}

.slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide video {
    position: absolute;
    display: block;
    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%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9 \0;
}

@media screen and (max-width: 999px) {
    .slide .carousel-control {
        display: none;
    }

    .slide .dotList {
        bottom: 15px;
    }

    .slide .dotList li {
        margin: 0 4px;
        width: 15px;
        height: 15px;
    }

    .slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .slide .dotList {
        bottom: 10px;
    }

    .slide .dotList li {
        margin: 0 3px;
        width: 12px;
        height: 12px;
    }
}

.index-banner {
    position: relative;
    padding-bottom: 39.0625%;
}

.index-banner .carouse {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.page_banner img {
    display: block;
    width: 100%;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

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

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

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

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -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%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

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

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

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 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(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 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%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

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

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

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

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

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

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

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

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

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

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

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

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

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

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

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

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

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes jello {
    11.1% {
        -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.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -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.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}


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

    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

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

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

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

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

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

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

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

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

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

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

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

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

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    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);
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

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

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

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

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

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

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

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

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

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

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

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

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

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

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

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

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

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

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

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

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

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

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

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

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

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

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

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

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-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);
        opacity: 1;
    }

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

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@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);
        opacity: 1;
    }

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

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

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

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

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

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

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

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

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

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 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;
    }

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

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

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

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 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;
    }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

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

@keyframes rollOut {
    0% {
        opacity: 1;
    }

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

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

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

    50% {
        opacity: 1;
    }
}

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

    50% {
        opacity: 1;
    }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

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

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

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

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

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

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

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
}

@media screen and (max-width: 1219px) {
}

@media screen and (max-width: 999px) {
}

@media screen and (max-width: 767px) {
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'),
    url('../fonts/Roboto-Bold.woff2') format('woff2'),
    url('../fonts/Roboto-Bold.woff') format('woff'),
    url('../fonts/Roboto-Bold.ttf') format('truetype'),
    url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.eot');
    src: url('../fonts/Impact.eot') format('embedded-opentype'),
    url('../fonts/Impact.woff2') format('woff2'),
    url('../fonts/Impact.woff') format('woff'),
    url('../fonts/Impact.ttf') format('truetype'),
    url('../fonts/Impact.svg#Impact') format('svg');
    font-display: swap;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfonte41c.eot?t=1610432708753'); /* IE9 */
    src: url('../fonts/iconfonte41c.eot?t=1610432708753#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABNAAAsAAAAAJNAAABLvAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCJTAqxHKcEATYCJAOBQAtiAAQgBYRtB4N9G4seM9Jy0so5sv9bASdjnI+rVgllRmvNPrnlnpqSLZR63dr14JelzARBD7pQHwP0TRzCXtovbpI2IHTF8nxxvybmIfT7diglfM/fm+e+v63UNIxQAAMegoDYTIrAEgCXu//WWr6GYUJRQB4B3jpT1ChQTBBMkPz2+w+5+YHf5v+5hbSggDURLBY2Rk0xcWa/GYkrq0GbpfmfThb5N3VvOF23rtpFFgFwmWunhnnODBLEvqI//TJpb9vbWjrJFoZ5f9OSzRPatW8UJnqmGmAmlRMR+CW/QMVOOtMTNeT9X5qfo0PhtpZIjRABoqlrLq5b3P7+Q1HIAYJ/BE9Q9A5OAQT8/Jxpk8KQJWb4BmzRuQmTl6S9pL854LRHlCMgNUA/Fqo5oiUds0OhgJSbnxBmdkLqQTmd97GLUz8mpaC4uaxpJp0DLdadQ9y4seev48YIqOjbCt6PfUqirkMFxAf/R/IFiQoWhqRvnJgwiiMdEJKhMo0DfPMvH394CyWQxCJwvamPr77yhX9VpngoUqNCQ34KsJ4IGdwgR/qR8fEFe0o3TtLUnxMexKfwbiiqfUEoLcYEgkSJEa/APEXUsp+hcbNoVu1O+p5f+v2zW88+7PjQf+KhScfIzLVgX06mBdbi+H5vm+J6onC8MWdXz32LZli2+fwXPKwllAzlFKSkxVRU1dQ1NGXEFWW1tE3NzC0sraxtBEIRUR1dZRM9fQNbO3sHSXljIg5QsAak9yL9GQEDrBHKUESANjJmWCFAHQUBmigKUEYxgAqKB+SRDNBFBYAemgvoo3mAAVoAGKJCwAgVAapIDSiga4AWRgE1zAGMMRcwwaaAHTYD7LE54IAtAEccCDhhKeCMgwAXPAtwxS2AwK2AhNsAGW4H5PAAYIpVgBleAejgUQeqOg8AYI6PARb4FmCJ3wJu+B3gjt8H8ATODwB45scxgBJ3DgGgwb+qDBuAF2ucT/iiOFNtVALXYLhvEQKybwRlhIxuDCDIItNmXo7i/JxFIwoKiKOVsMvWjtGFDHMPZ+o9M4b3MowEJqC+bdz6HC/PW8CSmBpysU4lmstiitNDDmKFXsghjPfwxAZkMx76PB7nyfPN8XToQViqu7CwWLcwP5+pYHtdeUh7dZ7NQtkESgKos5fobMn6BfO7IonY6O3XXqFsnCUBIsLGaELikMtARBgi5AJ0AYkSbr9gBr6XkqJ4iLMMdIlYIKgjb1z4Xl1gnObtxWZvDRuTkMrOJ6axkZKS0V7OSJXfTU0xulH3fVbTdN1Ho6W3E5z2dEFZrMzguPxdiarJms+ysG5txpTnwzA94Ot5M13v4qWeGGcMr3ma3ugcXtpXCuRNkzzd/RAqA83+DcpgfKCxyAQsbuOXxX+BtkVTxEKgzkFBpwMKd8LGGUpmUGbICrjoitLoR4zaK/e1MxmL4NCNnUH3f1eA5MXF+NG/apj6WxfpnYSKnYkxOS2tTHaF5Qhx65dmMULqgqm4a+CTq0SyRhLXCtJq0lCxHE4k20Vqoo1wtKkr1BiEiKsEsloS1orSVY9qCyd7e46u86huNVSuxmNlafSymkl6M0g1CuUCY0TY6ItaIPehh7YY6ze8AX1XBQtMB8rsuyX8Zf+fF3sMjNucEefDzlWA1OcAMEHa5S2CGCoOpptbTbbrPXx1OMb1j5d3IbVZAlVVMk+He/k+nOp4rL8bvRdJzK4zu67zjhSfKA1ZS5uBPZFdQLlYzDz8aVgZefZocs+XN/L9ecpllK3YW+5/r4iUZom0wOj1zQ7CUTozrrh2Wb89LQJANuiTFNqpykIo1OguMVBwdUxnQpyF4OCUTD1AUKEXxhdgQcLEo5E6nXq5xLZVkTxvLmHKVCZ/LLYsGunRr+q0o/hYraT6tBXUMqMMYtCX3YZCsiSC1Bl3lY3BEI2WRisEBBQ0Wh6GGPRzImyvOiNWrbstH6DTowBEIFNVDoYxvfq5PntX/Z38NfkuobY5Ry1r+ccVoCcD7i8x7/u7kDrFsvD/LSncr41XPe/Nmrzb1mbvJ2di/h3bP/CEaMEAh5NL3BmYLSSAkaZUSVAeR1gKP/66g5opLh1S83r2dL9UXtEXpdHnAQTT40vuj1ZWP/fAeWxBQroYE+YUNo1wyMAw9lN9SoDWyyK2l2O1tUQj0jQA8oZ8uS5P4AxEKhKn8OWIMrnORlGQXKbSHHn+2qgvYbbySnTOC4CiWWHwExDDO85WDKiZ3lI94hW+NYSYXS0Zqaq7ztIHQ0B1pSLxZrF+DA7kkVKdrdG4rzZUpsMA5OHPMpIwp1l4RjtGEhsV+BVTHGObh058Lgt2LV0ZTtWZ+fBnFdfmH9pVsGty/7hS/sYaQ6PddTB9UvpoZWLZo6mDy3xFaKv2VTc0ulm/JvsCWh4Li2i4ZoohFTXeCB8KK1zQyABwqxpAZf2qZ6LTebSXyi94iARDAhF88hJB7FEp4J+4wgKtAFnPD2vK75o3vfJ9kXYjo0V9lgX0v5HEl73g42laSQTgGkLlqpe81OfXPlcwfnneu5XcwAu6NpQj917MPJdf0FfKS9EOCLlPObMsMAZZLYBNUOwmeahCCdzRRX6xcacQOjpJESgR29skN+zsC1T42p2re3yCLveqnGiUr3luouXTkc1O1T5gX/NfKPuts/1Wi2quMuX+wqJZ6yjjpX1ZTalfK3VMD/TJz48G9gX9BzqDBwOh/Y0p+t/UVSqkedYvhgIkFBL8QcmmgoFng12mhAJ9amHiWHWav1fFgJlnnYDncj4s+UMDykt1WuiBAud0OefZLaJzfqejceEPeYB8YUfulrHhsdzh5zdxgQC/id8QCEzOZRFvUozRfesszmTgLDzLZLpwBhPSGQy4QyRdMDy2ZfmW5zcwTTWg15kZZoaZSTFLtK6tD6xfpswtuMhw7oth4mYi002h/KiZq2+VaUObWxqqUuWB8g5lXtKIvOfD8WuA6eZhqXvVyOUE962k1cNpn9kkgZ2pkHNg3faH1/3/z0F0tGMz2LodxWPNixRfEpAsLvUw0ktXrF+3lxvjYB/5D/vWmhGRyLkqpQrjJHm/t6TmmumS8QBgr8+E4Ysx8CCCjTT6zm/84RoMDk+W8/YRBtxJyXLJJJeHceQBKRLyEPu43su5pB1HAm+J57XrVo7dEfjBP38PlIgPBPYR/3AHMd0ua65d2yvME+y1awqGVpf8fJe2XpfWfNkl9qa/TIbY+/GX5fPUIPyBkpVjmsNSsuNM4/pVSogTxrOVrFxhTqf160NDtNe0wcOvRwb5/Q+x3Yjx9J2Rd3i7eJO8nXoTRN5jJTteGAfK9znCXO1XyQk7K0xHDsu7D71Wp8/BdiUm9HamGWEX707kzvRxAk48nezrtzTJfPuexawO7sd//8b3i200fdzsANZiN25giGsDwWdxElSxZ+zezT/ly7of8DC9lC0ZnDYosTI4gmzukIceqkb+k4K/aW/0M6MyvaxUUrjKO9RxGZV0Xucl77HOHuZ9ijAh8T+jTjpWPGbd0JbDKzP4xDCIvFAwECzbPy/N+RsXSY9ZO5IqWCTilxsm5i9f3Dt5kLtiYcMJsOuuXJvuFGJVOqa3XXVx30XVDlVrsby2IJkHVWwI8yi/1TPV8ICrfbnUne8xIy8mskDUVYHU12RCY446FossHFH6Pzedp8/aWvmajUiiwVfbM8RLdz57Ad5pFhhnLiv4qxPYFGKh7kSHJ5GtSOvpo8P4ZdKVh/Ag/ZTiVH5ExgETA1tD7wNFHxfy3ryFH12jzz8K8XEO75D0b5s1K/mZ4n7OtQKXK3NhyRK0Bz7B1JAv1pnWn0NCIfSz/ea/hDDOiOxJ5SR7UacklD8pPqeDGFG1ta6JDcQml9SK3V6GDoaWDhZWHF0PUbdFt7vfvX7X/sq5UUW/OGFaA6gq2WUEpxWtxLMysez/imhYqJYKU6kMB0ZQ2debFUH2lLhKPJy2/lvqwL/olOVJuyMeR4r4+1xxOHCYFLmSb7TUyKHMoaZ+Cn9VJLFfkm0vMtRxxPhispYea3FYRMpn6wyrx6lhoZ+t3N/7V1jy6OObz9J54P1wf9917OXY0SCGbjtPIvzoWqctbdKaLA5POwQL7JOGhTsxCEkpDGa9es6VyML9kJpma6lBY5D1Wtt4U6r9fLjFoN/ZCq5iBaQHSnnAqwXpULiABKRiO5wSkJIFSKzZjk5A4l0dVy0BDr0XHopgnbZBG0e3tKJiNQ7aaHM6jKVgspkKBpvBcFEcBJjiBiEQEMXNlTKBmrcEJrO/FRYUrlotdr69L1R9p8PLC9WsKZ0dvcRoYcE8u+2+02JAPBsJAQ3n0DidgZnhAhEKiCOC7UN9BWcxc4SFiDCBiGV154nEVf2O6kpnMuq+R1qFlKl9DZHOni1FYJutknRDS/EzOp9S9lcfz8Tlepv+3CD4/OqwwYHd1XQ9QU8wGTAu5680zmPIzwMFCaKYbfU138yc6THFLuR9fuas1VaYfZF2RsZU22r7CZsQN9H16t+dy72QyEyPP/AJJcT+6fCdjxgn7a84mh6AJNYj+cg/JYVpyDyssiFJGP4pgXfT+hrZudijbmh0A9aGbF2HNiCtHaNlaOH7UyZVneazKEG8iIz1EDdMBDBMPV56vCS6/TpuYoJfF9to2tyf5psEpxHSBJOYeinBj7e8YNSzOe+O3Xvzi4ypUsOTUXVjXTTWZZmDhIbWjaSv93n5b4VfIG7FRL197Qx6PiRgp51132TpM6Fm/fkBwi7BCLy2SbivGMpNg4NxOnG6mU1KxisuZR85nrIXOAd5r5j9feTGff3MVzzy+JBnwa1b4azIJTuTc3nKtNHUVOYUGX3eajXkygVPyORRXS26YSNWiySmLA4xWzxD/RhZTh3njFOxzQ/ub8JqsY0b0FoX37ix1igfXbQILVEWK/IRGYIg5vNEZSgzuZl9UJgT4ha5Po0yrnuHCrKknTEScO2211Z/5R40i+KUon5+LBoLCX0+Z1/xhSCS9im5nGXLKim95GB6niZox6yl0taC1vT0QE4f0AUX2r2UM6u8Kn+AoV/p1f43rSkDZDLI6IcMWUFm1wQ6/jaz4BT7NZKM0mgABhadpWVaBmz9K/cCgwP6Ofb9d7/Sq+q2XSUY5ziH+mTldw47Zg0P+j0LXMKOZ9+4qxpdswYNsWqsqMaqMASxGo/t7nvxO5s3T4rGRZNjpAnJ3qvF03160BMnsF6sB6kHWEZCe3ymF0NfXHSHR39ZjU/m7evwXNfp2e56VHZ6RKqc00VxYVFXEeN28znYL3/dfCM/BwdH53YX8aMYaFq/tfbYaievBU2lo36X39JclkWOTQe7IsXmZ/ElSQkrNrx59+vHQBJ+Fq1+9kOzlLRhxbs3P36tiANDYXj6+15eGes+6BawbXB9yeyRwTi3Pe6xAExi1dL6SnlAeOzgNsIDB0c4wiH3AChUJFRrXsg/KGto5AGmANAouLkhDcEUGo2fo6inM9Fn6lIaGvwPYW4m4ZsAYI/QS7F4Gnp44W5ETeNupMJVq0KxqFVLrMXqpXt5k2llyrgM+UvZubRP1NwfItr9VA2RrnQr7ZOhJ4i9qg4+5gHAHiIPeOAbBFedxHZjbqnN/mC1eBYOaDtiXjI5Tx7jAbBvvxZUwD6jE5i2WBhW0WR3KFYF7l/oCm76s5GmiTFWQ7fIdb8uBoLLHsSqNG3PL2TaN46kO2YZxxC70yUvrXv5D2zcNQIB+C3hwDs7+m9pJ/tCsjv7ATMhPTWHa4X2KKj2GsjXCzrbGGoDvjFr7GAUaCoKANRbN4DfGdE6cLfJMlda+AEkc10GBS0wZjAggzmNW60YAmjgyJCADN4MFWaAdHIa6EIxYIDgFACYDi0GgwALtjIoMOEggwELJmjcOskQwIM3DAlYCMZQIR7R1UkD2oNYudMgCRbMqmKYpSInQ6liF34HNwmk9tr5ym/QBpOYsLELZj5BBDqPUUy5e0qlDnOKVcgejZuDIFAsLlYe2HS8LKX49sQ2l7qLY3tBmKrAnQZJsGCsf2tXtFXkHJ8qoc//Dm4SSC2o9bjrN2iDV88Ix7gE/UQiqVpVKWl+3VOEisNYRa1C5hEVCG5pionp/jyw6dgyhRrfOsHWHFlyXL4cTjmSGn11Xr3gM0Iqbazj7R++A343Xc+/cvXa9Rs3b92+c/fe/QcPH2XbO7t7+weHR8cnp2fnj5/khVxZfHpBthSRCncKKQCHlqql0V2uvEe/3/IhRIkoGJDaXhYDBAulqo6Cy88px5Dg7j2c4gEayvz6ZUfaYCnli0qMEYEWGC4HGPmwwEiU/lVCiQWiRH9IqyFFGSND0tUyLElIxSC/tufjV17KxbRycenIKxx0VlgGnRU8wVxrFcC1FPOWpE0FCCUGohiCMdKFyh9gI/olnNc9lBGpZC7N10X+qavwyHeRTeKrYvuQq3IsV9JVy80Vl7PFJRsCVBKXBKlYcIGFW7mLQwoAAAA=') format('woff2'),
    url('../fonts/iconfonte41c.woff?t=1610432708753') format('woff'),
    url('../fonts/iconfonte41c.ttf?t=1610432708753') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfonte41c.svg?t=1610432708753#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-up25:before {
    content: "\e785";
}

.icon-bottom25:before {
    content: "\e786";
}

.icon-left25:before {
    content: "\e787";
}

.icon-right25:before {
    content: "\e788";
}

.icon-VK:before {
    content: "\e656";
}

.icon-menu1:before {
    content: "\e6b0";
}

.icon-search:before {
    content: "\e602";
}

.icon-liebiao:before {
    content: "\e834";
}

.icon-icon-test10:before {
    content: "\e651";
}

.icon-icon-test12:before {
    content: "\e653";
}

.icon-list:before {
    content: "\e671";
}

.icon-vk:before {
    content: "\e702";
}

.icon-facebook1:before {
    content: "\e620";
}

.icon-pinterest1:before {
    content: "\e8ab";
}

.icon-linkedin1:before {
    content: "\e648";
}

.icon-youtube1:before {
    content: "\e6d6";
}

.icon-twitter1:before {
    content: "\e607";
}

.icon-instagram:before {
    content: "\e79d";    
}

.icon-linkedin:before {
    content: "\e669";
}

.icon-insgram:before {
    content: "\e66a";
}

.icon-facebook:before {
    content: "\e66c";
}

.icon-pinterest:before {
    content: "\e66d";
}

.icon-youtube:before {
    content: "\e66f";
}

.icon-twitter:before {
    content: "\e670";
}

.icon-left3:before {
    content: "\e714";
}

.icon-right3:before {
    content: "\e715";
}

.icon-left30:before {
    content: "\e79b";
}

.icon-right30:before {
    content: "\e79c";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-email1:before {
    content: "\e7c4";
}

.icon-message:before {
    content: "\e7da";
}

.icon-weibiaoti-:before {
    content: "\e61d";
}

.icon-jiantou-right:before {
    content: "\e600";
}

.icon-icon_search:before {
    content: "\eb9c";
}

.icon-search5:before {
    content: "\e7b3";
}

.icon-up7:before {
    content: "\e722";
}

.icon-up:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-up16:before {
    content: "\e746";
}

.icon-bottom16:before {
    content: "\e747";
}

.icon-left16:before {
    content: "\e748";
}

.icon-right16:before {
    content: "\e749";
}

.icon-top10:before {
    content: "\e7ee";
}

.icon-bottom10:before {
    content: "\e7ef";
}

.icon-left10:before {
    content: "\e7f0";
}

.icon-right10:before {
    content: "\e7f1";
}

.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.disnone {
    display: none
}

/*xun pan tijiao*/

.xunpanlb .table {
    margin-top: 30px;
}

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
}

.xunpanlb .table .thead p {
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #4db0b8;
    color: #fff
}

.xunpanlb .table .thead p:nth-child(2) {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}

.xunpanlb .table .tbody {
    font-size: 0;
    letter-spacing: 0;
}

.xunpanlb .table .tbody .tread {
    border: 1px solid #fff;
    border-top: 0;
}

.xunpanlb .table .tbody .tread .td {
    height: 100%;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
}

.xunpanlb .table .tbody .tread .td:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #fff;
}

.xunpanlb .table .tbody .tread:nth-child(2n+1) {
    background: #f1f1f1
}

.xunpanlb .table .tbody .td img {
    max-width: 110px;
}

.xunpanlb .table .tbody .td a {
    color: #666666;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.xunpanlb .table .tbody .td a:hover {
    color: #4678d8;
}

@media screen and (max-width: 520px) {
    .xunpanlb .table {
        border-top: 1px solid #dcdcdc;
    }

    .xunpanlb .table .thead {
        display: none;
    }

    .xunpanlb .table .tbody .td {
        width: 100% !important;
    }

    .xunpanlb .table .tbody .tread .td:nth-child(2) {
        border: 0 !important;
    }
}

.listcart {
    margin-top: 60px;
}

.listcart a.l, .listcart button.l {
    float: left;
}

.listcart a.r, .listcart button.r {
    float: left;
}

.listcart a, .listcart button {
    background: #4db0b8;
    display: inline-block;
    height: 34px;
    min-width: 200px;
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 34px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: 1px solid #4db0b8;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 10px;
}

.listcart a:hover, .listcart button:hover {
    border: #4db0b8 solid 1px;
    background: #fff;
    color: #4db0b8 !important;
}

@media screen and (max-width: 999px) {
    .listcart a, .listcart button {
        padding-left: 0px;
        padding-right: 0px;
        float: none;
    }

    .listcart {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 640px) {
    .listcart a, .listcart button {
        width: 95% !important;
        float: none;
        overflow: hidden;
    }
}

.at-resp-share-element .at4-share-count-container {
    text-decoration: none;
    float: right;
    padding-right: 15px;
    line-height: 25px !important;
}

.at-resp-share-element .at-icon {
    width: 24px !important;
    height: 24px !important;
}

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
    margin-right: 3px !important;
}

.pro2-hotpro .index-hotpro {
    margin-top: 0;
}

.pro2-hotpro .index-item .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 80px 0 40px;
}

@media screen and (max-width: 1219px) {
    .pro2-hotpro .index-item .item-title {
        padding: 70px 0 40px;
    }
}

@media screen and (max-width: 999px) {
    .pro2-hotpro .index-item .item-title {
        padding: 50px 0 20px;
        font-size: 30px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 767px) {
    .pro2-hotpro .index-item .item-title {
        padding: 30px 0 0;
        font-size: 24px;
        font-size: 2.4rem;
    }
}


.inquiry-success {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

.inquiry-success * {
    text-align: center;
}

.inquiry-success p i {
    font-size: 60px;
    font-size: 6rem;
    color: #4db0b8
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #4db0b8;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #333;
    color: #4db0b8
}

.center {
    text-align: center
}

.pro1-spec {
    overflow: hidden;
    margin-bottom: 10px;
}

.more-btn {
    float: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: underline;
}

/*.logo .logo-a {*/
/*    width: 250px;*/
/*}*/
.cart-list .cart-operate .cart-delate{
	color: #4db0b8 !important;
}

.tankaunga{ position:fixed; width:100%; height:100%; left:0px; top:0px; background:#000; background:rgba(0,0,0,0.5); display:none; z-index:9999999999}
.tankaunga:before{ content:"X"; position:absolute; width:30px; height:30px; line-height:30px; text-align:center; top:10px; right:10px; background:#fff; border-radius:50%; font-size:18px;}
.tankaungn2{position:fixed; left:5%; top:5%; right:5%; bottom:5%;}

.tankaungn2 iframe,.tankaungn2 video {  position: absolute; top:0; left: 0; width: 100%; height: 100%; border:none;}
.tankaungn2 iframe body{ margin:0px !important;}

@media screen and (max-width:767px) {
    .tankaungn2{position:fixed; left:5%; top:10%; right:5%; bottom:10%;}
}
