.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 #999;
    z-index: 110;
}

.zoomWrapperTitle {
    display: block;
    background: #999;
    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;
}
.pro2-tags.box-lists{
    position: relative;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 8px;
}
.pro2-tags.prtagh{
    max-height: none !important;
}
.box-more{
    position: relative;
    width: 100%;
}
.box-more .zhankai{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #333;
    font-size: 16px;
}
.box-more .zhankai:hover {
    background: #373C8B;
    color: #fff;
    border-color: #373C8B;
}
/*********************************************************
/ 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;
}

/*# sourceMappingURL=baguetteBox.css.map */

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

html {
    font-size: 62.5%;
}

body {
    color: #333;
    font-family: arial, helvetica, sans-serif !important;
    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;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}

h1 {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

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

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

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

input, textarea {
    border: none;
    background: none;
    font-family: inherit;
}

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:focus, textarea: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: #373C8B;
}

::selection {
    color: #fff;
    background: #373C8B;
}

.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%;
}

/**/
[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-pic img {
    -webkit-transition: all 350ms;
    -o-transition: all 350ms;
    -moz-transition: all 350ms;
    transition: all 350ms;
}

[class*="-item"] .item-pic: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);
}

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

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

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

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

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

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

[class*="-item"] .item-desc a:hover {
    color: #373C8B !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;
    }
}

.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: 26px !important;
    height: 26px !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: 26px !important;
    height: 26px !important;
}

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

.at-resp-share-element .at-icon {
    width: 26px !important;
    height: 26px !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: 26px !important;
    height: 26px !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: #373C8B;
    -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: #373C8B !important;
    background-color: #373C8B \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: #373C8B !important;
    background-color: #fff \9;
    color: #373C8B !important;
}

.an-btn2:hover .iconfont {
    color: #373C8B !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.7;
        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 p {
    line-height: 22px !important;
}

.table table p {
    min-height: 22px !important;
}

.table table, .table table a {
    color: #000;
}

.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: 12px;
    right: 12px;
    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: #FFFFFF;
}

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

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page {
    text-align: center;
    overflow: hidden;
}

.page a {
    display: inline-block;
    border: solid 1px #333;
    color: #333;
    width: 25px;
    height: 25px;
    line-height: 23px;
    border-radius: 50%;
    margin: 0 3px 10px;
}

.page a.prev, .page a.next {
    width: 30px;
    border: 0;
    background-color: transparent !important;
    color: #666;
}

.page a.prev:hover, .page a.next:hover {
    color: #373C8B;
}

.page a.prev {
    text-align: left;
}

.page a:hover, .page a.page-active {
    border-color: #373C8B;
    background-color: #373C8B;
    color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
    .page a.prev, .page a.next {
        text-align: center !important;
    }
}

.page .fl {
    float: left;
    display: inline-block;
}

@media only screen and (max-width: 767px) {
    .page .fl {
        float: none;
    }
}

.page .add-form {
    float: right;
    display: inline-block;
    background: url(../images/af-bg.png) no-repeat left center;
    padding-left: 30px;
    margin-left: 13px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #4B4B4B;
    letter-spacing: 0.5px;
}

.page .add-form .add-btn {
    margin-left: 13px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0.5px;
    text-align: center;
    min-width: 170px;
    height: 32px;
    line-height: 30px;
    background-color: #373C8B;
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 10px;
}

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

@media only screen and (max-width: 767px) {
    .page .add-form {
        float: none;
        margin-left: 0;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 25px;
    }

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

/*-------------page-end--------------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
    height: 26px;
    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;
    color: #666;
}

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths {
    padding: 40px 0 0;
    border-top: solid 2px #BFBFBF;
}

.m-oths .oths-item {
    line-height: 26px;
}

.m-oths .oths-item a {
    display: block;
}

.m-oths .oths-item a:hover {
    color: #373C8B;
}

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

.m-oths .oths-item p {
    overflow: hidden;
}

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

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

@media only screen and (max-width: 999px) {
    .m-oths {
        padding: 30px 0 0;
    }
}

@media only screen and (max-width: 767px) {
    .m-oths {
        padding: 20px 0 0;
    }
}

/*-------------bread start-----------------------------------------------------------------*/
.bread1 {
    height: 280px;
    padding: 111px 0 0;
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: uppercase;
    text-align: center;
}

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

.bread1 a {
    display: inline-block;
    position: relative;
    padding-bottom: 9px;
}

.bread1 a:after {
    position: absolute;
    content: '';
    width: 54px;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -27px;
    bottom: 0;
}

.bread1 a {
    cursor: inherit;
}

@media only screen and (max-width: 999px) {
    .bread1 {
        height: auto;
        padding: 50px 0;
        font-size: 30px;
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767px) {
    .bread1 {
        padding: 30px 0;
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.bread {
    background-color: #f2f2f2;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 20px 0;
    overflow: hidden;
}

.bread, .bread a {
    color: #333;
}

.bread a:hover, .bread .bread-active {
    color: #373C8B;
}

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

@media only screen and (max-width: 767px) {
    .bread {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 0;
    }
}

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

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

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

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

/* Internet Explorer 10+ */
.search {
    position: relative;
}

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

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

.search .search-icon .iconfont {
    font-size: 20px;
    font-size: 2rem;
    color: #333;
}

.search .search-box {
    overflow: hidden;
    position: relative;
    width: 192px;
    height: 27px;
    border-radius: 5px;
    border: solid 1px #333;
    cursor: pointer;
}

.search .search-box .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    position: absolute;
    width: 30px;
    height: 26px;
    line-height: 26px;
    text-align: left;
    right: 0;
    top: 50%;
    margin-top: -13px;
    z-index: -1;
}

.search .search-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 25px;
    padding: 0 30px 0 10px;
    color: #999;
}

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

/*-------------header start----------------------------------------------------------------*/
.header .wp {
    padding-left: 300px;
    position: relative;
}

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

.header .h-top {
    padding: 17px 0 11px;
}

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

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

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

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

.header .h-top .h-select .item-title {
    border: 1px solid #333333;
    border-radius: 5px;
    height: 27px;
    line-height: 25px;
    cursor: pointer;
    padding: 0 10px;
}

.header .h-top .h-select .item-title .iconfont {
    margin-left: 5px;
    vertical-align: middle;
}

.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: 9px 13px;
    text-transform: capitalize;
    font-size: 18px;
    font-size: 1.8rem;
}

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

.header .h-top .h-select .box-yiji li.active > a, .header .h-top .h-select .box-yiji li:hover > a {
    background-color: #373C8B;
    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 {
    margin: 0 11px 0 14px;
    position: relative;
    border-radius: 5px;
    border: solid 1px #333;
    padding: 0 8px 0 4px;
    min-width: 150px;
}

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

.header .h-top .langbox .current-lang {
    background: url(../images/lang.png) no-repeat right center;
    display: block;
    padding-right: 7px;
    line-height: 25px;
    cursor: pointer;
    text-align: center;
}

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

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

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

.header .h-top .keys {
    overflow: hidden;
    line-height: 27px;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

.header .h-top .keys a:hover {
    color: #373C8B;
}

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

.header .logo {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 100px;
    max-width: 290px;
    text-align: center;
}

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

.header .logo img {
    vertical-align: middle;
    max-height: 100px;
}

@media screen and (max-width: 1219px) {
    .header .logo {
        position: relative;
        top: auto;
        left: auto;
        max-width: 100%;
        line-height: 80px;
    }

    .header .logo img {
        max-height: 80px;
    }
}

@media screen and (max-width: 767px) {
    .header .logo {
        margin: 15px 0;
        line-height: 50px;
    }

    .header .logo img {
        max-height: 50px;
    }
}

.header .navlist {
    float: right;
}

.header .navlist > li {
    position: relative;
    float: left;
    margin-left: 64px;
    padding-bottom: 1px;
}

.header .navlist > li:first-child {
    margin-left: 0;
}

.header .navlist > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    position: relative;
    line-height: 30px;
    padding: 0 2px 11px;
    border-bottom: solid 3px transparent;
}

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
    color: #373C8B;
    border-bottom-color: #373C8B;
}


.header .yiji li > a > span {
    display: block;
    overflow: hidden
}


@media screen and (max-width: 1219px) {
    .header .navlist {
        width: 100%;
    }

    .header .navlist > li {
        margin-left: 0;
        text-align: center;
        width: 14.28%;
    }
}

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

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

.header .yiji {
    z-index: 99;
    position: absolute;
    top: -9999px;
    width: 225px;
    left: 0;
    border-top: solid 20px transparent;
    border-bottom: solid 12px #fff;
    border-bottom: solid 12px rgba(255, 255, 255, 0.95);
}

.header .yiji li {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
    position: relative;
    text-align: left;
}

.header .yiji li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 6px 16px 6px;
}

.header .yiji li > a .iconfont, .header .erji li > a .iconfont, .header .sanji li > a .iconfont {
    font-size: 13px;
    font-size: 1.3rem;
    color: #333;
    margin-right: 4px;
    float: left;
}

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

.header .yiji li:hover > a .iconfont {
    color: #fff;
}

.header .erji li:hover > a .iconfont {
    color: #fff;
}

.header .sanji li:hover > a .iconfont {
    color: #fff;
}

.header .yiji li > a > span {
    display: block;
    overflow: hidden
}

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

@media screen and (max-width: 1219px) {
    .header .yiji {
        left: 50%;
        margin-left: -112px;
    }
}

@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 2px transparent;
    width: 225px;
}

/* 767 navlist1 */

.navlist1 {
    display: none;
    width: 100%;
    background-color: #f6f6f6;
}

.navlist1 > li {
    float: left;
    width: 25%;
    text-align: center;
    padding-bottom: 5px;
}

.navlist1 > li > a {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    line-height: 30px;
    padding-bottom: 5px;
}

.navlist1 > li > a:after {
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #e40649;
    left: 0;
    bottom: 0;
    display: none;
}

.navlist1 > li.nav-active > a, .navlist1 > li:hover > a {
    color: #373C8B;
}

.navlist1 > li.nav-active > a:after, .navlist1 > li:hover > a:after {
    display: block;
}

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

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

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

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

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

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

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

.footer a:hover {
    text-decoration: underline;
}

.footer .footer-title {
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    padding: 35px 0 19px;
}

.footer li {
    line-height: 28px;
    /*text-transform: capitalize;*/
}

.footer .f-top .flist1 {
    width: 425px;
    padding-right: 85px;
}

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

.footer .f-top .flist3 {
    width: 170px;
}

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

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

    .footer .f-top .flist3 {
        width: 150px;
    }
}

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

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

@media screen and (max-width: 767px) {
    .footer .f-top {
        padding: 15px 0 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .footer .f-top .wp{ display: flex;flex-wrap: wrap;}

    .footer .f-top .flist1 {
        position: relative;
        width: 100%;
        padding: 0;
        order: 1;
    }

    .footer .f-top .flist2, .footer .f-top .flist3, .footer .f-top .footer-title{
        position: relative;
        width: 100%;
        padding: 0;
    }
    .footer .f-top .footer-title{margin-bottom: 12px}
    .footer .f-top .footer-title::before{
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: iconfontggg;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        content: "\e604";
    }

    .footer .f-top .flist2, .footer .f-top ul {
        display: none;
    }
}

.footer .f-follow {
    margin-top: 5px;
    margin-bottom: 16px;
}
.footer .f-follow-model {
    display: none;
}
.footer .f-follow a {
    float: left;
    margin-left: 13px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.footer .f-follow a:hover {
    text-decoration: none;
}

.footer .f-follow a .iconfont {
    font-size: 36px;
    font-size: 3.6rem;
    color: #fff;
}

.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 {
        margin: 0;
        display: none;
    }
    .footer .f-follow-model {
        display: block;
    }
    .footer .f-follow a {
        margin-left: 8px;
    }

    .footer .f-follow a .iconfont {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

.footer .f-bot {
    margin-top: 31px;
    padding: 6px 0 6px;
    background-color: #373C8B;
}

@media screen and (max-width: 767px) {
    .footer .f-bot {
        margin-top: 0;
        background-color: transparent;
        padding: 0 0 70px;
    }
}

.footer .link {
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
}

.footer .link a {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
}

@media screen and (max-width: 767px) {
    /*.footer .link {*/
    /*    display: none;*/
    /*}*/
}

.footer .copyright {
    display: none;
    line-height: 24px;
}

@media screen and (max-width: 767px) {
    .footer .copyright {
        display: block;
        line-height: 20px;
    }
}

.f-form {
    padding-top: 9px;
    width: 100%;
    position: relative;
}

.f-form .item-row {
    margin-bottom: 10px;
}

.f-form .item-input {
    width: 47.74436%;
}

.f-form input, .f-form textarea {
    width: 100%;
    background-color: #303030;
    border: solid 1px #535353;
    color: #ccc;
}

.f-form input {
    height: 45px;
    line-height: 43px;
    padding: 0 10px;
}

.f-form .star input {
    background: url(../images/beijng.png) no-repeat 9px center #303030;
    padding-left: 19px
}

.f-form textarea {
    display: block;
    height: 147px;
    line-height: 24px;
    padding: 3px 10px;
}

.f-form .star textarea {
    background: url(../images/beijng.png) no-repeat 9px 10px #303030;
    padding-left: 19px
}

.f-form .item-codeinput {
    width: 280px;
    margin-right: 14px;
}

.f-form .codeimg {
    width: 153px;
    cursor: pointer;
}

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

.f-form .send-btn {
    width: 100%;
    box-sizing: border-box;
    background-color: #373C8B;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    cursor: pointer
}

.f-form .send-btn:hover {
    background-color: #535353;
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
    .f-form .item-codeinput {
        width: 120px;
    }
}
@media screen and (max-width: 767px) {
    .f-form{display: none}
}
/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-title {
    text-align: center;
    font-size: 40px;
    font-size: 4rem;
    padding-bottom: 8px;
    text-transform: uppercase;
    position: relative;
}

.index-title a:hover {
    color: #373C8B;
}

.index-title:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 3px;
    background-color: #373C8B;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
}

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

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

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

.index-desc {
    text-align: center;
    line-height: 24px;
    margin-top: 10px;
}

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

.index-desc a:hover {
    color: #373C8B;
}

.index-btn {
    display: block;
    width: 145px;
    line-height: 43px;
    background-color: #373C8B;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

.index-btn:hover {
    background-color: #333;
    color: #fff
}

@media screen and (max-width: 767px) {
    .index-btn {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 36px;
    }
}

/* WHO WE ARE start */
.index-about {
    padding-bottom: 97px; /* .item-videobox start */ /* .item-videobox end */
}

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

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

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

.index-about .index-title {
    margin: 38px 0 67px;
}

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

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

.index-about .list-item {
    overflow: hidden;
}

.index-about .item-videobox, .index-about .item-pic {
    float: right;
    width: 50%;
    margin-left: 7.5%;
    overflow: hidden;
}

.index-about .item-videobox .item-video, .index-about .item-pic .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 50.33333%;
    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 img, .index-about .item-pic img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1219px) {
    .index-about .item-videobox, .index-about .item-pic {
        margin-left: 2.5%;
    }
}

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

.index-about .item-desc {
    margin-top: 21px;
    overflow: visible;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

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

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

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

.index-about .index-btn {
    margin-top: 47px;
}

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

/* WHO WE ARE end */
/* index-hotpro start */
.index-hotpro {
    background-color: #FAFAFA;
    padding: 94px 0 93px;
    margin-bottom: 95px;
}

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

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

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

.index-hotpro .index-btn {
    margin: 55px auto 0;
}

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

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

.index-hotpro .scroll-box {
    margin-top: 75px;
    position: relative;
    padding: 0 70px;
}

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

@media screen and (max-width: 767px) {
    .index-hotpro .scroll-box {
        margin-top: 30px;
        padding: 0 35px;
    }
}

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

.index-hotpro .scroll-box .scroll-btns .scroll-btn {
    cursor: pointer;
    position: absolute;
    display: block;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    top: 50%;
    margin-top: -51px;
    border: solid 2px #C3C3C3;
    text-align: center;
    line-height: 44px;
    color: #C3C3C3;
}

.index-hotpro .scroll-box .scroll-btns .scroll-btn .iconfont {
    font-size: 26px;
    font-size: 2.6rem;
}

.index-hotpro .scroll-box .scroll-btns .scroll-btn:hover {
    border-color: #373C8B;
    color: #373C8B;
}

.index-hotpro .scroll-box .scroll-btns .scroll-btn.prev {
    left: 0;
}

.index-hotpro .scroll-box .scroll-btns .scroll-btn.next {
    right: 0;
}

@media screen and (max-width: 999px) {
    .index-hotpro .scroll-box .scroll-btns .scroll-btn {
        width: 34px;
        height: 34px;
        line-height: 30px;
        margin-top: -37px;
    }

    .index-hotpro .scroll-box .scroll-btns .scroll-btn .iconfont {
        font-size: 20px;
        font-size: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .index-hotpro .scroll-box .scroll-btns .scroll-btn {
        margin-top: -30px;
        width: 26px;
        height: 26px;
        line-height: 22px;
    }

    .index-hotpro .scroll-box .scroll-btns .scroll-btn .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

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

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

.index-hotpro .scroll-box .scroll-list li {
    float: left;
    width: 0.32075%;
    margin-right: 0.01887%;
}

@media screen and (max-width: 999px) {
    .index-hotpro .scroll-box .scroll-list li {
        width: 0.32%;
        margin-right: 0.02%;
    }
}

@media screen and (max-width: 600px) {
    .index-hotpro .scroll-box .scroll-list li {
        width: 0.49%;
    }
}

@media screen and (max-width: 400px) {
    .index-hotpro .scroll-box .scroll-list li {
        width: 1%;
        margin: 0;
    }
}

.index-hotpro .scroll-box .scroll-list .item-pic {
    width: 100%;
    position: relative;
    border: solid 1px #E5E5E5;
}

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

.index-hotpro .scroll-box .scroll-list .item-title a {
    display: block;
    background-color: #e5e5e5;
    line-height: 54px;
    font-size: 17px;
    font-size: 1.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 70px 0 22px;
    color: #666;
}

.index-hotpro .scroll-box .scroll-list .item-title a:after {
    position: absolute;
    content: '';
    width: 42px;
    height: 100%;
    top: 0;
    background: url(../images/web1.png) no-repeat center;
    right: 25px;
}

.index-hotpro .scroll-box .scroll-list .item-title a:hover {
    background-color: #373C8B;
    color: #fff !important;
}

.index-hotpro .scroll-box .scroll-list .item-title a:hover:after {
    background: url(../images/web2.png) no-repeat center;
}

@media screen and (max-width: 999px) {
    .index-hotpro .scroll-box .scroll-list .item-title a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 44px;
        padding: 0 50px 0 10px;
    }

    .index-hotpro .scroll-box .scroll-list .item-title a:after {
        right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .index-hotpro .scroll-box .scroll-list .item-title a {
        line-height: 36px;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 10px;
    }

    .index-hotpro .scroll-box .scroll-list .item-title a:after {
        display: none;
    }
}

/* index-hotpro end */
/* latest news start */
.index-lnews {
    padding: 0 0 72px;
}

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

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

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

.index-lnews .item-box {
    overflow: hidden;
}

.index-lnews .item-pic {
    width: 542px;
    margin-right: 12px;
    margin-top: 26px;
}

@media screen and (max-width: 999px) {
    .index-lnews .item-pic {
        width: 380px;
    }
}

@media screen and (max-width: 767px) {
    .index-lnews .item-pic {
        float: none;
        width: 100%;
        max-width: 542px;
        margin: 25px auto 0;
    }
}

.index-lnews .box-list {
    overflow: hidden;
    padding-top: 55px;
}

@media screen and (max-width: 999px) {
    .index-lnews .box-list {
        padding-top: 30px;
    }
}

.index-lnews .list-item {
    margin-bottom: 39px;
}

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

.index-lnews .item-date {
    width: 18.88545%;
    min-width: 90px;
    text-align: right;
    border-right: solid 1px #CCCCCC;
    margin-top: 5px;
    margin-right: 15px;
    padding-right: 11px;
    padding-top: 15px;
    padding-bottom: 22px;
}

.index-lnews .item-date .p1 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 28px;
}

@media screen and (max-width: 767px) {
    .index-lnews .item-date {
        padding-bottom: 15px;
    }
}

.index-lnews .item-body {
    overflow: hidden;
}

.index-lnews .item-title {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
}

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

.index-lnews .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    height: 60px;
    margin-top: 9px;
}

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

@media screen and (max-width: 767px) {
    .index-lnews .item-desc {
        margin-top: 5px;
    }
}

/* latest news end */
/* Application start */
.index-appbox {
    padding: 60px 0 20px;
    background-size: cover;
}

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

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

.index-appbox .box-list {
    padding: 48px 0 0;
}

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

.index-appbox .box-list .list-item {
    float: left;
    width: 30.83333%;
    margin-left: 3.75%;
    margin-bottom: 38px;
    position: relative;
}

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

@media screen and (max-width: 550px) {
    .index-appbox .box-list .list-item {
        width: 48%;
        margin-bottom: 20px;
    }
}

.index-appbox .box-list .item-pic img {
    display: block;
}

.index-appbox .box-list .item-title {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
}

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

.index-appbox .box-list .item-title:hover {
    background-color: #373C8B;
}

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

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

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

/* Application end */
.index-cer {
    margin-bottom: 104px;
}

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

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

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

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

@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: 28px;
}

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

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

.index-cer .cer-scroll .scroll-btns .scroll-btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 17px;
    font-size: 1.7rem;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border-radius: 50%;
    border: solid 1px #373C8B;
    color: #373C8B;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.index-cer .cer-scroll .scroll-btns .scroll-btn:hover {
    color: #fff;
    background-color: #373C8B;
}

@media screen and (max-width: 1219px) {
    .index-cer .cer-scroll .scroll-btns .scroll-btn {
        width: 32px;
        height: 32px;
        line-height: 30px;
    }
}

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

@media screen and (max-width: 767px) {
    .index-cer .cer-scroll .scroll-btns .scroll-btn {
        width: 22px;
        height: 22px;
        line-height: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

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

@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%;
    border: solid 1px #DCDCDC;
}

.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: 23px;
}

@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-faq {
    margin-bottom: 50px;
}

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

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

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

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

@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-video {
    margin-bottom: 68px;
}

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

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

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

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

@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 .swiper-container {
    width: 100%;
    padding: 39px 0 60px;
    margin: 0 auto;
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 17px;
}

@media screen and (max-width: 999px) {
    .index-video .swiper-container {
        padding: 30px 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .index-video .swiper-container {
        --swiper-navigation-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .index-video .swiper-container {
        padding: 15px 0;
    }
}

.index-video .swiper-slide {
    width: 33.33% !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); /* .item-videobox start */ /* .item-videobox end */
}

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

.index-video .swiper-slide .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 75.0495%;
    height: 0;
}

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

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

.index-video .swiper-slide .item-pics img {
    display: block;
    width: 100%;
}

.index-video .swiper-slide .item-title {
    display: none;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 30px;
}

@media screen and (max-width: 1219px) {
    .index-video .swiper-slide .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 16px;
    }
}

@media screen and (max-width: 999px) {
    .index-video .swiper-slide .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .index-video .swiper-slide .item-title {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 5px;
    }
}

.index-video .swiper-slide .item-desc {
    display: none;
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.2;
    text-align: center;
}

.index-video .swiper-slide .item-desc, .index-video .swiper-slide .item-desc a {
    color: #333;
}

.index-video .swiper-slide .item-desc a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 1219px) {
    .index-video .swiper-slide .item-desc {
        font-size: 11px;
        font-size: 1.1rem;
        margin-top: 10px;
    }
}

@media screen and (max-width: 999px) {
    .index-video .swiper-slide .item-desc {
        font-size: 9px;
        font-size: 0.9rem;
        margin-top: 5px;
    }
}

@media screen and (max-width: 767px) {
    .index-video .swiper-slide .item-desc {
        font-size: 7px;
        font-size: 0.7rem;
        margin-top: 0;
    }
}

.index-video .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.2625);
    -moz-transform: scale(1.2625);
    -ms-transform: scale(1.2625);
    -o-transform: scale(1.2625);
    transform: scale(1.2625);
    z-index: 3;
}

.index-video .swiper-slide.swiper-slide-active .item-title, .index-video .swiper-slide.swiper-slide-active .item-desc {
    display: block;
}

.index-video .swiper-button-prev {
    left: -webkit-calc(33.33% - 33.33% * 0.2625 / 2 - 24px);
    left: -moz-calc(33.33% - 33.33% * 0.2625 / 2 - 24px);
    left: calc(33.33% - 33.33% * 0.2625 / 2 - 24px);
}

@media screen and (max-width: 999px) {
    .index-video .swiper-button-prev {
        left: -webkit-calc(33.33% - 33.33% * 0.2625 / 2 - 18px);
        left: -moz-calc(33.33% - 33.33% * 0.2625 / 2 - 18px);
        left: calc(33.33% - 33.33% * 0.2625 / 2 - 18px);
    }
}

@media screen and (max-width: 767px) {
    .index-video .swiper-button-prev {
        left: -webkit-calc(33.33% - 33.33% * 0.2625 / 2 - 13px);
        left: -moz-calc(33.33% - 33.33% * 0.2625 / 2 - 13px);
        left: calc(33.33% - 33.33% * 0.2625 / 2 - 13px);
    }
}

.index-video .swiper-button-prev:after {
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e724';
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.index-video .swiper-button-next {
    right: -webkit-calc(33.33% - 33.33% * 0.2625 / 2 - 24px);
    right: -moz-calc(33.33% - 33.33% * 0.2625 / 2 - 24px);
    right: calc(33.33% - 33.33% * 0.2625 / 2 - 24px);
}

@media screen and (max-width: 999px) {
    .index-video .swiper-button-next {
        right: -webkit-calc(33.33% - 33.33% * 0.2625 / 2 - 18px);
        right: -moz-calc(33.33% - 33.33% * 0.2625 / 2 - 18px);
        right: calc(33.33% - 33.33% * 0.2625 / 2 - 18px);
    }
}

@media screen and (max-width: 999px) {
    .index-video .swiper-button-next {
        right: -webkit-calc(33.33% - 33.33% * 0.2625 / 2 - 13px);
        right: -moz-calc(33.33% - 33.33% * 0.2625 / 2 - 13px);
        right: calc(33.33% - 33.33% * 0.2625 / 2 - 13px);
    }
}

.index-video .swiper-button-next:after {
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e725';
    display: block;
    width: 100%;
}

.index-video .swiper-button-next, .index-video .swiper-button-prev {
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #000;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.59);
    margin-top: -80px;
}

.index-video .swiper-button-next:hover, .index-video .swiper-button-prev:hover {
    background-color: #373C8B;
}

.index-video .swiper-button-next:hover:after, .index-video .swiper-button-prev:hover:after {
    color: #fff;
}

@media screen and (max-width: 999px) {
    .index-video .swiper-button-next, .index-video .swiper-button-prev {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -50px;
    }
}

@media screen and (max-width: 767px) {
    .index-video .swiper-button-next, .index-video .swiper-button-prev {
        width: 26px;
        height: 26px;
        line-height: 26px;
        margin-top: -34px;
    }
}

.index-video .swiper-button-next:hover, .index-video .swiper-button-prev:hover {
    color: #373C8B;
}

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

@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 end-------------------------------------------------------------------*/
.page_wrap {
    padding: 40px 0 90px;
}

.about-top {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
}

.about-top img, .about-top iframe {
    max-width: 100%;
}

.about-top p {
    min-height: 30px;
}

@media screen and (max-width: 999px) {
    .about-top {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
    }

    .about-top p {
        min-height: 26px;
    }
}

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

    .about-top p {
        min-height: 24px;
    }
}

.about-middle {
    padding: 40px 0 0;
}

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

.about-middle .item-title {
    font-size: 30px;
    font-size: 3rem;
    text-align: center;
    padding-bottom: 18px;
    position: relative;
}

.about-middle .item-title:after {
    position: absolute;
    content: '';
    width: 55px;
    height: 4px;
    background-color: #333;
    left: 50%;
    margin-left: -27px;
    bottom: 0;
}

@media screen and (max-width: 767px) {
    .about-middle .item-title {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 30px;
        padding-bottom: 10px;
    }
}

.about-middle .item-desc {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 40px;
    max-width: 920px;
    margin: 46px auto 113px;
}

.about-middle .item-desc img, .about-middle .item-desc iframe {
    max-width: 100%;
}

.about-middle .item-desc p {
    min-height: 40px;
}

@media screen and (max-width: 999px) {
    .about-middle .item-desc {
        margin: 45px auto 70px;
    }
}

@media screen and (max-width: 999px) {
    .about-middle .item-desc {
        margin: 45px auto 50px;
        font-size: 20px;
        font-size: 2rem;
        line-height: 30px;
    }

    .about-middle .item-desc p {
        min-height: 30px;
    }
}

@media screen and (max-width: 767px) {
    .about-middle .item-desc {
        margin: 30px auto;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 28px;
    }

    .about-middle .item-desc p {
        min-height: 28px;
    }
}

.about-bot, .about-bot .wp p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
}

.page_wrap .wp p img, .page_wrap .wp p img {
    max-width: 100%;
    vertical-align: initial;
}

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

.about-bot img, .about-bot iframe {
    max-width: 100%;
}

.about-bot p {
    min-height: 30px;
}

@media screen and (max-width: 999px) {
    .about-bot {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
    }

    .about-bot p {
        min-height: 26px;
    }
}

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

    .about-bot p {
        min-height: 24px;
    }
}

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

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

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

/*-------------1-1-products start----------------------------------------------------------*/
.pro-main .box-main {
    overflow: hidden;
    width: 894px;
}

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

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

.pro-main .box-slide {
    width: 245px;
}

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

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

/* .pro1-top start */
.pro1-top .item-title {
    display: inline-block;
    min-width: 179px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    color: #373C8B;
    line-height: 30px;
    padding: 6px 10px;
    border: solid 2px #373C8B;
}

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

.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: 2px 0 87px;
}

@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 30px;
    }
}

.pro1-list .list-item {
    float: left;
    width: 31.99105%;
    margin-left: 1.90157%;
    margin-bottom: 65px;
    text-align: center;
}

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

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

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

.pro1-list .item-pic img {
    display: block;
    margin: 0 auto;
}

.pro1-list .item-title {
    margin-top: 13px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
}

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

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

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

.pro1-list .item-desc {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

.pro1-list .item-btn {
    display: block;
    max-width: 230px;
    width: 90%;
    margin: 18px auto 0;
    line-height: 38px;
    color: #333;
    text-transform: uppercase;
    border: solid 1px #666;
    text-align: center;
}

.pro1-list .item-btn:hover {
    border-color: #373C8B;
    background-color: #373C8B;
    color: #fff;
}

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

/* box-list end */
/*proslide start*/
.proslide {
    width: 100%;
}

.proslide-title {
    margin-bottom: 7px;
    position: relative;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    background-color: #333;
    line-height: 60px;
    text-align: center;
    text-transform: uppercase;
}

.proslide-title a, .proslide-title p {
    color: #FFFFFF !important;
    display: block;
}

.proslide-title a:hover {
    background: #373C8B;
}

@media screen and (max-width: 767px) {
    .proslide-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 40px;
        display: none;
    }
}

.proslide-title1 {
    margin-bottom: 7px;
    display: none;
    position: relative;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 40px;
    background-color: #333;
    text-align: center;
    text-transform: uppercase;
}

.proslide-title1 a, .proslide-title1 p {
    display: block;
    color: #FFFFFF;
}

@media screen and (max-width: 767px) {
    .proslide-title1 {
        display: block;
    }
}

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

.pro-slidenav > li > a, .pro-slidenav > li > p {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 8px 15px;
    position: relative;
    background-color: #373C8B;
    color: #fff;
}

.pro-slidenav > li:hover > a, .pro-slidenav > li:hover > p, .pro-slidenav > li.active > a, .pro-slidenav > li.active > p {
    background-color: #333;
}

.proslide-yiji {
    padding: 4px 0 12px;
}

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

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

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

.proslide-yiji > li a {
    display: block;
    padding: 6px 15px 6px 33px;
    line-height: 24px;
}

.proslide-yiji > li.active > a, .proslide-yiji > li:hover > a {
    color: #FDB803;
}

.proslide-erji > li a {
    display: block;
    padding: 6px 15px 6px 62px;
    line-height: 24px;
}

.proslide-erji > li.active > a, .proslide-erji > li:hover > a {
    color: #FDB803;
}

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

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

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

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

.tags .box-title {
    margin-bottom: 9px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    background: #373C8B;
    line-height: 46px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 13px;
}

@media screen and (max-width: 767px) {
    .tags .box-title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 40px;
    }
}

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

.tags .box-desc a:last-child {
    border-bottom: 0;
}

.tags .box-desc a:hover {
    color: #373C8B;
}

@media screen and (max-width: 999px) {
    .tags .box-desc a {
        padding: 15px 0;
    }
}

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

/* tags end */
/*-------------1-1-products end------------------------------------------------------------*/
/*-------------1-2-products start----------------------------------------------------------*/
.m-prob1 {
    margin-bottom: 123px;
}

@media screen and (max-width: 1219px) {
    .m-prob1 {
        margin-bottom: 70px;
    }
}

@media screen and (max-width: 999px) {
    .m-prob1 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .m-prob1 {
        margin-bottom: 30px;
    }
}

.m-prob1 .prob-pic {
    width: 517px;
    float: left;
}

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

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

.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 32px;
    overflow: hidden;
    margin-top: 13px;
}

.m-prob1 .prob-pic-btn {
    position: absolute;
    display: block;
    cursor: pointer;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: solid 2px #333;
    text-align: center;
    line-height: 20px;
    top: 50%;
    margin-top: -12px;
    color: #333;
}

.m-prob1 .prob-pic-btn:hover {
    border-color: #373C8B;
    color: #373C8B;
}

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

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

.m-prob1 .prob-pic-btn .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
}

.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.28761%;
    width: 3.14159%;
}

.m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video {
    display: block;
    position: relative;
    border: solid 1px #EAEAEA;
    overflow: visible;
    z-index: 1;
}

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

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

@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;
    }
}

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

    .m-prob1 .prob-pic-big {
        display: none;
    }

    .m-prob1 .prob-pic-small {
        margin-top: 0;
        padding: 0 35px;
    }

    .m-prob1 .prob-pic-list ul li {
        margin-right: .2%;
        width: 3.2%;
        padding-top: 0;
    }

    .m-prob1 .prob-pic-item .item-pics, .m-prob1 .prob-pic-item .item-video {
        border-color: #EAEAEA !important;
    }
}

@media screen and (max-width: 640px) {
    .m-prob1 .prob-pic-list ul li {
        margin-right: .2%;
        width: 4.9%;
    }
}

@media screen and (max-width: 480px) {
    .m-prob1 .prob-pic-list ul li {
        margin-right: 0%;
        width: 10%;
    }
}

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

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

.pro-info .item-title {
    margin-top: 28px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #666;
    line-height: 30px;
    position: relative;
}

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

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

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

.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;
        padding: 20px 0;
    }
}

@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: 52px;
    display: inline-block;
    min-width: 166px;
    line-height: 47px;
    background-color: #333;
    text-align: center;
    color: #fff;
}

.pro-info .down-btn .iconfont {
    font-size: 32px;
    font-size: 3.2rem;
    vertical-align: middle;
    margin-right: 10px;
}

.pro-info .down-btn:hover {
    background-color: #373C8B;
}

@media screen and (max-width: 767px) {
    .pro-info .down-btn {
        margin-bottom: 20px;
        line-height: 36px;
        min-width: 140px;
    }
}

.pro-info .item-btns {
    margin-top: 50px;
}

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

.pro-info .item-btn {
    margin-bottom: 22px;
    display: block;
    width: 166px;
    line-height: 46px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    text-transform: capitalize;
    border: solid 1px #000003;
    color: #000003;
}

.pro-info .item-btn:hover {
    background-color: #373C8B;
    color: #fff;
    border-color: #373C8B;
}

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

@media screen and (max-width: 1219px) {
    .pro-info .item-btn {
        float: left;
    }
}

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

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

@media screen and (max-width: 550px) {
    .pro-info .item-btn {
        width: 48%;
    }

    .pro-info .item-btn:first-child {
        margin-right: 4%;
    }
}

.pro2-title {
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    padding-bottom: 14px;
}

.pro2-title a:hover {
    color: #373C8B;
}

.pro2-title:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 3px;
    background-color: #333;
    left: 0;
    bottom: 0;
}

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

.pro2-spec {
    padding: 29px 0 47px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

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

.pro2-spec a:hover {
    color: #373C8B;
}

@media screen and (max-width: 767px) {
    .pro2-spec {
        padding: 25px 0;
        line-height: 24px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.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: #373C8B;
    background-color: #373C8B;
}

@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;
    }
}

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

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

.related-box .box-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    position: relative;
    padding-bottom: 14px;
}

.related-box .box-title a:hover {
    color: #373C8B;
}

.related-box .box-title:after {
    position: absolute;
    content: '';
    width: 123px;
    height: 3px;
    background-color: #333;
    bottom: 0;
    left: 50%;
    margin-left: -61.5px;
}

@media screen and (max-width: 999px) {
    .related-box .box-title {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .related-box .box-title:after {
        width: 80px;
        margin-left: -40px;
    }
}

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

@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: #373C8B;
}

.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 .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.23833%;
    margin-right: 0.01556%;
    overflow: hidden;
    text-align: center;
}

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

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

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

.related-scroll .scroll-list .item-pic img {
    display: block;
    margin: 0 auto;
}

.related-scroll .scroll-list .item-title {
    margin-top: 13px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 28px;
}

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

.related-scroll .scroll-list .item-desc {
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.related-scroll .scroll-list .item-desc a {
    display: inline;
}

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

.related-scroll .scroll-list .item-btn {
    display: block;
    max-width: 230px;
    width: 90%;
    margin: 18px auto 0;
    line-height: 38px;
    color: #333;
    text-transform: uppercase;
    border: solid 1px #666;
    text-align: center;
}

.related-scroll .scroll-list .item-btn:hover {
    border-color: #373C8B;
    background-color: #373C8B;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .related-scroll .scroll-list .item-btn {
        line-height: 30px;
    }
}

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

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

.latest-news .box-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    position: relative;
    padding-bottom: 14px;
}

.latest-news .box-title a:hover {
    color: #373C8B;
}

.latest-news .box-title:after {
    position: absolute;
    content: '';
    width: 123px;
    height: 3px;
    background-color: #333;
    bottom: 0;
    left: 50%;
    margin-left: -61.5px;
}

@media screen and (max-width: 999px) {
    .latest-news .box-title {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 24px;
        padding-bottom: 10px;
    }

    .latest-news .box-title:after {
        width: 80px;
        margin-left: -40px;
    }
}

.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: 0;
    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: 0;
        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;
    }
}

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

@media screen and (max-width: 1419px) {
    .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: 20px; /* @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: 991px) {
    .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: 991px) {
    .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: 991px) {
    .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: 991px) {
    .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;
    }
}

/*-------------1-2-products end------------------------------------------------------------*/
/*-------------2-1-news start--------------------------------------------------------------*/
/* news1-list start */
.news1-list {
    padding-bottom: 64px;
}

@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 .list-item {
    margin-bottom: 30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .news1-list .list-item {
        background-color: #F1F1F1;
    }
}

.news1-list .item-pic {
    float: left;
    width: 46.41667%;
}
.news1-list .item-pic .pic{
    position: relative;
    width: 100%;
    padding-bottom: 75%;
    overflow: hidden;
    height: 0;
}
.news1-list .item-pic .pic a{
    position: absolute; width: 100%;height: 100%; left: 0px; top: 0px;
}
.news1-list .item-pic .pic img{
    position: absolute; width: 100%;height: 100%; left: 0px; top: 0px;
}
.news1-list .item-pic img {
    display: block;
    max-width: 557px;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 999px) {
    .news1-list .item-pic {
        min-width: 350px;
    }
}

@media screen and (max-width: 767px) {
    .news1-list .item-pic {
        float: left;
        width: 260px;
        min-width: auto;
    }
}

@media screen and (max-width: 500px) {
    .news1-list .item-pic {
        float: none;
        margin: 0 auto;
        width: 100%;
        max-width: 557px;
    }
}

.news1-list .item-body {
    background-color: #F1F1F1;
    width: 57.08333%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -140px;
    padding: 31px 20px 30px 20px;
}

.news1-list .item-body:hover {
    background-color: #373C8B;
}

.news1-list .item-body:hover, .news1-list .item-body:hover a, .news1-list .item-body:hover p {
    color: #fff !important;
}

.news1-list .item-body:hover .item-btn {
    border-color: #fff;
}

@media screen and (max-width: 999px) {
    .news1-list .item-body {
        padding: 20px 15px;
        margin-top: -109px;
    }
}

@media screen and (max-width: 767px) {
    .news1-list .item-body {
        position: relative;
        top: auto;
        right: auto;
        width: auto;
        overflow: hidden;
        margin: 0;
        padding: 15px 10px 0 10px;
    }
}

@media screen and (max-width: 500px) {
    .news1-list .item-body {
        padding: 15px 10px 20px;
    }
}

.news1-list .item-title {
    font-size: 20px;
    font-size: 2rem;
}

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

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

.news1-list .item-date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #666;
    margin-top: 10px;
}

.news1-list .item-date .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 6px;
}

@media screen and (max-width: 999px) {
    .news1-list .item-date {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 5px;
    }
}

.news1-list .item-desc {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    height: 84px;
}

@media screen and (max-width: 999px) {
    .news1-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: 72px;
        margin-top: 10px;
    }
}

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

.news1-list .item-btn {
    margin-top: 27px;
    display: inline-block;
    width: 112px;
    height: 31px;
    line-height: 30px;
    border: solid 1px #666;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    text-align: center;
}

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

@media screen and (max-width: 767px) {
    .news1-list .item-btn {
        width: 100px;
    }
}

/* news1-list end */
/*-------------2-1-news end----------------------------------------------------------------*/
/*-------------2-2-news start--------------------------------------------------------------*/
.news2-main > .item-title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    color: #373C8B;
}

@media screen and (max-width: 600px) {
    .news2-main > .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 26px;
    }
}

.news2-main .item-date {
    text-align: center;
    margin-top: 22px;
}

.news2-main .item-date > span {
    color: #666;
    margin-right: 36px;
    line-height: 26px;
    display: inline-block;
}

.news2-main .item-date > span .iconfont {
    font-size: 21px;
    font-size: 2.1rem;
    vertical-align: middle;
    color: #666;
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .news2-main .item-date {
        margin-top: 10px;
    }

    .news2-main .item-date > span {
        margin-right: 15px;
    }

    .news2-main .item-date > span .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.news2-main .pro-share {
    display: inline-block;
}

.news2-main .pro-share .share-title {
    color: #373C8B;
    margin-right: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
    .news2-main .pro-share .share-title {
        margin-right: 8px;
    }
}

.news2-main .item-kind {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    margin-top: 20px;
}

.news2-main .item-kind > * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    margin: 0 15px;
}

@media screen and (max-width: 767px) {
    .news2-main .item-kind {
        margin-top: 10px;
    }

    .news2-main .item-kind > * { /* font-size: 12px; font-size: 1.2rem; */
        margin: 0 8px;
    }
}

.news2-main .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    padding: 20px 0 32px;
}

.news2-main .item-desc p {
    min-height: 28px;
}

.news2-main .item-desc img, .news2-main .item-desc iframe {
    max-width: 100%;
}

@media screen and (max-width: 999px) {
    .news2-main .item-desc {
        line-height: 28px;
    }

    .news2-main .item-desc p {
        min-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .news2-main .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        padding: 20px 0 30px;
    }

    .news2-main .item-desc p {
        min-height: 24px;
    }
}

/*-------------2-2-news end----------------------------------------------------------------*/
/*-------------4-1-application start-------------------------------------------------------*/
.app1-list {
    padding-bottom: 60px;
}

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

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

.app1-list .list-item {
    float: left;
    width: 49.16667%;
    margin-left: 1.66667%;
    margin-bottom: 30px;
    background-color: #F6F6F6;
    padding: 32px 7px 34px;
}

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

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

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

.app1-list .item-pic {
    width: 242px;
    margin-right: 20px;
}

.app1-list .item-pic img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 999px) {
    .app1-list .item-pic {
        width: 200px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 900px) {
    .app1-list .item-pic {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
}

.app1-list .item-body {
    overflow: hidden;
}

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

.app1-list .item-desc {
    margin-top: 10px;
    line-height: 28px;
    height: 84px;
}

@media screen and (max-width: 999px) {
    .app1-list .item-desc {
        line-height: 22px;
        height: 66px;
        margin-top: 5px;
    }
}

.app1-list .item-btn {
    margin-top: 23px;
    display: inline-block;
    min-width: 112px;
    height: 31px;
    line-height: 29px;
    border: solid 1px #666;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 10px;
}

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

/*-------------4-1-application end---------------------------------------------------------*/
/*-------------4-2-application start-------------------------------------------------------*/
.app2-main .box-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .app2-main .box-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.app2-main .pro-share {
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .app2-main .pro-share {
        margin-top: 15px;
    }
}

.app2-main .item-body {
    padding: 30px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
}

.app2-main .item-body p {
    min-height: 24px;
}

.app2-main .item-body img, .app2-main .item-body iframe {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .app2-main .item-body {
        padding: 20px 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .app2-main .item-body p {
        min-height: 24px;
    }
}

/*-------------4-2-application end---------------------------------------------------------*/
/*-------------5-download start------------------------------------------------------------*/
.download-list {
    padding-bottom: 76px;
}

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

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

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

.download-list .list-item {
    border-left: solid 3px #F7941D;
    background-color: #f6f6f6;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.download-list .item-btn {
    position: absolute;
    top: 73px;
    right: 44px;
    display: inline-block;
    position: absolute;
    line-height: 40px;
    min-width: 140px;
    background: #666 url(../images/d1.png) no-repeat 95% center;
    font-weight: bold;
    text-align: left;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 30px;
}

.download-list .item-btn:hover {
    background: #373C8B url(../images/d2.png) no-repeat 109px center;
    color: #fff;
}

@media screen and (max-width: 1219px) {
    .download-list .item-btn {
        right: 25px;
    }
}

@media screen and (max-width: 640px) {
    .download-list .item-btn {
        position: relative;
        top: auto;
        right: auto;
        line-height: 36px;
        margin-bottom: 30px;
    }
}

.download-list .item-body {
    text-align: left;
    padding: 38px 370px 38px 29px;
}

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

@media screen and (max-width: 767px) {
    .download-list .item-body {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 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;
}

.download-list .item-title, .download-list .item-title a {
    color: #373C8B;
}

.download-list .item-title a:hover {
    color: #333 !important;
}

@media screen and (max-width: 767px) {
    .download-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
        min-height: 26px;
    }
}

.download-list .item-desc {
    line-height: 28px;
    min-height: 28px;
    margin-top: 12px;
}

.download-list .item-desc, .download-list .item-desc a {
    color: #4D4D4D;
}

@media screen and (max-width: 767px) {
    .download-list .item-desc {
        line-height: 24px;
        min-height: 24px;
    }
}

/*-------------5-download end--------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.ac-top {
    margin-bottom: 79px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}

@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: #373C8B;
}

@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 {
    min-height: 28px;
}

.ac-top img, .ac-top iframe {
    max-width: 100%;
}

.ac-top a:hover {
    color: #373C8B;
}

@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: #373C8B;
    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: #373C8B;
    color: #FFFFFF;
    border: 0;
}

.contact-form .attachment .file-group .file-single {
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 111;
}

.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: 47.25%;
    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;
    position: relative;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    display: block;
    color: #999;
    border: solid 1px #CCCCCC;
    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: 323px;
    padding: 0px; /*margin-left: 57px;*/
}

.contact-form .item-btn input {
    font-size: 16px;
    font-size: 1.6rem;
    border-color: #373C8B;
    background-color: #373C8B;
    color: #fff;
    text-transform: uppercase;
}

.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 {
    padding-bottom: 10px;
}

.faq-list .list-item {
    background-color: #E5E5E5;
    margin-bottom: 28px;
    padding: 45px 40px 46px;
}

@media screen and (max-width: 1219px) {
    .faq-list .list-item {
        padding: 30px;
    }
}

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

@media screen and (max-width: 767px) {
    .faq-list .list-item {
        padding: 15px;
    }
}

.faq-list .item-title {
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px;
    margin-bottom: 32px;
    padding-left: 30px;
}

.faq-list .item-title span {
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1219px) {
    .faq-list .item-title {
        font-size: 20px;
        font-size: 2.0rem;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 999px) {
    .faq-list .item-title {
        margin-bottom: 10px;
        line-height: 22px;
        font-size: 18px;
        font-size: 1.8rem;
        padding-left: 25px;
    }
}

@media screen and (max-width: 767px) {
    .faq-list .item-title {
        line-height: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 5px;
        padding-left: 18px;
    }
}

.faq-list .item-desc {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #999;
}

.faq-list .item-desc span {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (max-width: 1219px) {
    .faq-list .item-desc span {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

@media screen and (max-width: 999px) {
    .faq-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
        padding-left: 25px;
    }

    .faq-list .item-desc span {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 640px) {
    .faq-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        padding-left: 18px;
    }

    .faq-list .item-desc span {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/*-------------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: 999px) {
    .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 */
}

@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: 31.33%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-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: fixed;
    right: 5px;
    top: 7px;
    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: #373C8B;
}

.n-nav .n-nav-icon span {
    display: none;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: #373C8B;
}

.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 #373C8B;
    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: #373C8B;
    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: 60px;
    height: 60px;
    z-index: 999;
    margin-top: -30px;
}

.slide .carousel-control .iconfont {
    font-size: 60px;
    font-size: 6rem;
    color: #fff;
}

.slide .carousel-control:hover .iconfont {
    color: #373C8B;
}

.slide .carousel-control.left {
    left: 8.07%;
    cursor: pointer;
}

.slide .carousel-control.right {
    right: 8.07%;
    cursor: pointer;
}

.slide .dotList {
    position: absolute;
    width: 100%;
    bottom: 68px;
    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 3px;
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
}

.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: 1219px) {
    .slide .dotList {
        bottom: 30px;
    }
}

@media screen and (max-width: 999px) {
    .slide .carousel-control {
        display: none;
    }

    .slide .dotList {
        bottom: 15px;
    }

    .slide .dotList li {
        width: 20px;
        height: 20px;
    }

    .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: 15px;
        height: 15px;
    }
}

@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: "iconfont";
    src: url('../fonts/iconfont.eot?t=1610499088345'); /* IE9 */
    src: url('../fonts/iconfont.eot?t=1610499088345#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA/QAAsAAAAAItAAAA9/AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCJJAqsJKJdATYCJAOBQAtiAAQgBYRtB4UgG98cUZSTVq5kXxdvLAcaKDnQOuy0dQ5quEfg68sifo0DQQLhuNVw/yY35ZiboZQQ4Ro2m+SuRGjLFlUVClul6jwLUyGBdxtXoMcYcM376FUWtXhE84xHVCAb2PbVffqA2OMBfcDpqEDgnyi2AlaeIx/QtHXqsHXZO0Sb1gwLlV0g0CKxAlWNiLW+EjOg6rGlTSVw/588EavGoRLVqiJJxeXCA//37r75Lc6484XaFJV4mHgIHR9Tx4Z/4mr/7X3rgqxfYQLRcYuVNRkWe7x9bl6WHnWy5cUIy/+s1erMiSXUTgb9bXmdksh0Qpk/umMnPviZz56uIHuiQjNJYiuIaaTp6+Kp0hKRVskZKJ3LtWHvFx4luri4rGkm7Y2Nk3rYgRghgEfH/Hl3h4Bi7WKI9uHz92JQIM4nQOaolRhcixMMk0VhZK65apasQKYwfhgXAhzKLy9XzQm8cLIkcdHN2YNQHB2GvXx4epBu2wTg+HTg+WrgwSgQ4KbaNOmLnlYalUqx7vfXGwaBSS60ysPwZ9GzMmlTWqRLlNTlukrXGZ+V8UJsr5Vagz18/ulF7r5xaUroMHLoMl2pa0wtjRFoe6yEfDfF6/K6E3sSkzJ5aE5BxbSm7rGnnpPv39qvBHUMSN4EH4UKpVrY2Dk4uai4eXgFhYRFRMXEJWho+QXoqBmZmFkQygS5AqfmfzxFipVAqnClUoBrRf4E6LASUAc6HFAPygY46EiAh0pZO3UKAHpBFwHKoUsAFVASUApdBmgBXQ5oBV0JaANdBWgHXSMTTl0LgE7QdYBKMD6gC8wS0A1mBegBGwMYABsLGAQbBxgCGw8YBgsEjIAFAUbBggFjYCGAcbA9gGqwvYAasBIZXrUUAP1gDYBasIeAKrB3MTSA+h5k0lE/gAyoHyGGZlA/AUDwbA8oQ/QCBERvQI7oAyhA9AVkiHJAIaICUISoBBQjLnWgBMBkfYV9ggMi74iinhDx0pVx+Aem5nJ/P9ApXGNgVVGCQREKh0peNyUQ7XIFRGoOmwuZrAiKdvFZVvKYE+e+LEKLPJcLfi5cyeig6tWEAVmOm2rbw86iVMRZkL1BRibCEeChuvY23aW9jMN0P9mlfpZb8NzK/GIxVaDJo3Fi3lyuWkTmqwoqIkzPSPNzyviUMDzZ3hK+wu7lTM+SqIKKvCIBnqvOV1EkE42QyCvMLY9UcAtlGygkRCJv2JVWcZPVODJWp/IXmULAV2m1I1KPu2JraO6GKQG16OG8eWAeneBei0Oe2X2+SknXaMQUkafRl3QltaOPJ81mymgkDAbcZCIno29Q6frQHFNNM+IIrQA5qnNsyor+ODzXbUyB6tXJGQ50nqa+RqPvQzPjVs59dXKGVOeoGyYcXmNcQf44VC2ol5YrKLS0rK0W5e+3Kds/Ib8SrWwU5Obm5Qk1RVaHSkW57XOsi63zRaJ+Zbg6l84VGo1YnjEA04jFBfCAXljVNzmvQkxVFYvyj3m2H/Azb+FMRdeh7Kmn1CSwy2sF23ry9WjjNVuw77oD1nJTCvffCC+sHodW6iBU6TFMU2O1jqyP5xTQFFzVzGYqiqonTcQq3K9xJ3FPivQiKA88MlVMGNMeaDJZ7IGG23WXwXHSncA9KMKLpFJ4U5s8nl81MJynVk5YaY/J1GiNdCRFTvh+6WoBmq8TIQV6TQ1QcgCbQEkKSzgr0aLR1hO/PRtySIzA0URnOKTS5fi2JKlNi007qZtmjXGRcQd+zRCrNrgbaKLLqDF7mVVkt2mbeopCp+rRTJbX0J1RFoBLTCKpySlcYIFPpshJSnmNpkfVb6uelFxNd2mmbviN6aSJNKWVelW3epKyQYM6maZueEVUp2ClW8ByKYpg8yu7vV2iy6qoU47CA/WOjbWjwC47UHIVMxpx5QnZUiBSCfpWRGg+BouvqC9Zgtw8ASrIEwlOmU0UmpsLAF1xhKWS73RRPopfwKkqsQ2q8+FMRItAZEg9prDz4snphoiqx7RzF2Cg1+2dQAweNgdhAC2vtgIYjjJQ5O0ejUSxSUrl75eUmZ2ajoJSg21pn4P5iJ0f0HVWeQJZruiCCapuDMfmK9Z4qWGSEfO5k5IioybwKwaDiG0yiaHZLOQYjYJnw/Y8TGOe+leSyEcVN5sksGK8rl5l02ck8mGZGdO0WbW4lTq3TDziLPQxUG2KOt6eogAHKBUgJVm+vQwllIptW9Ut8eCZna7Si7GY09XllaLzzZx7VPSii8HynuNR9NJWscvbFgPxKn1VDWDcj7J1ECEKHvaOiY+MlAMtQuIixxuIHELyiaFll+IKJYETa5qj4WZWUPJkklohX6hIXpykWCJXLopqc/KbSCGUbjckk0o5rlQSyQpqhaNjNygG52xTnDSTE0kVGAzEa8pZs5f8MWhQrVajalNNGnPYPCsI0xgnjT5keAhvGAv8QVGhwl9xSW7nbwf2hL96tXnWO0S5DZsE7wQfXoOkzJtwqRS+917+8yLTwoJ5UbSxEpUV+2RZLxMAJpN7ARBhZGBLJddqRt7NckczB2SyAeYAUyZDEV2NoG7eLLK1sy3qaK/cGhs/26L1UQJvSKXFrlgcUobQJE4lUiMQxcYiG3vozWDGEpkbdDyVHi7k+tnUtPsLwWqYnVanopCOX786ENHGSlQ9CO6IfCD4+pKD+6x7OGreJq69TXF7+/QY6DLqlDWvWhCc6F8AlmUtarQv/xlx6eC8T+wQ2awxowXdZU2PzP5VAjjCAk/gj8xe35ipob9SMEmI9sE8Nl1e1iFcMmf2wgiAZsKJEx23RW1DBBFeHwKoYuzIYcwAwC9PBEeuLwEPF/DhDt/VO346h4L5D7N48jFyXhafGEMUlWYBYjTJz+IpRstzpr/p1WNvMF3fmzqdfHI934V1Kb5l4R1Rq+iuqEV8maV8ksUnRxMg64N8tMLi9XiF7wrtlD76+t43tfYWfGfWZXGLzUVaRXcWtsRfYoEzz+4WFkm6W0YWtlbTerqYf/4wT4M2VqIyAnAY6e9HMB9OBHExAtTOfXDX4z7z0vIC3MbcSPbWTdZ51wUCWbJQ3yH1TlprMJjaz5RImP1JJ1aicpPQmZaKdCLdv34Bc0QRU37+6kZyj633OXwbfu9gL5/t2brkgt2H0wPT/5elaDzCMRUvj7AGZLL+s5DsL+5x8BbzIpd789NmQFD2YFt0RmBGdpZy7AiUL45cwj3yqAXrQmJxtlvRphSfLlmY7V6W475XuczKcVtY6hg/kZi3yIiZuBuuQK+SstU2fnPm2DvudbJr3ADDTtOUe9nZd3vEIe8Ch0WZxq6rfz9kbMVddS4B9br4ksl1OsKl3RUHgKsJ/W/61oyAZFxXT3Kgro611LsGgLW0lQyh+1kyGWtN7pfJOOX2lkwa+33t8rUHDto55hdBLR36itfW8mxzsvNYDV+va9WsJt/JS4BdLAwDg4LeS2wOMpYpm8gA0B4inQxf2UVkHOTBiYhsIm/anafezrXvUWc2tyQeuMK2BHEtTDAoNjZomeGgsWVbT7B7zpYM39Tn4bndZnH1336WRBIPXgwNWMqt8xk2JS0ZtVmyf5SyRNlCxn335jIHEj3cbGeFfViaGHJwGjJ7nUVCwiTxf/YDlrIGGOW1f3JcPOHCRLe/OMtg2fnHgx8SOCqia8vJ+AAYng6XwpgNa+PgKmSrKmL0/M+UaGC6aZjjerc0fUMFsgceL2Oo4O7shk2MtR/OSbfljAsZHixa4PhmWP1SGTiCnt54esPivWamVMo0B22sePXTEmloHCuIki5JD2JJyAnXshqm80bM+uC7zpkUZH12UVrj/zHezWVzvDFGWl18uc+rgi1+gcxpXIaX7yyr3I8Uct5x5NskSy5IKb9awppF2YAhGUyTra2JKdodmKaFxWO/W7wyC2EsA15+C+mrqXuqrhV8OwzAFmwbfztEw5TtcE2KTkmRpNefFa9X6gsoCmD2GY/oCznlcbZYoDw8CAQCRTgaaBtXzvGFFAV9oK/JK5D28mz4HFkUTElhcLE9ijFctHiHnASK3ik/L2UYtPwhr8zmc6y4wIbHtdq4Zy8tE29bmVpsq16V2lnveJRI4HzARUs70ophjsMUMntyQ3Q0t8wc73NtLVBkGIyDu9Otw6cOKuswGNz6m/Mj49bglGWFU1PArHX0y88y/xNB7at4+/73u2Qf+LXu6Wc/ZlIRFfvev/353VcCOHR2p24yvl6Q5HdGenfQUPbpzkMv759eZeRlj7/K37LBvwz/FgFD/ThDx9vm25f7sLQdmj9/bw7/cTbmvdqDzbIlsW4G43M+8aMD90o64M5MkKH/lbyL7jXVwBsuAX5r3BBIO/1zly1Ln5ivwUGCFEDK1Cm3lMFrxghO/e6Pzx9tJ7eZN2kXMBy77vDfPYTu8cvVGsd9eIPguDE+Je31O5REU7XLFBosJeq0QhOLaeCfs8Q5+Nv+Y94/1nq2pKishijocYTMzTafjY3J3NGvCfd/4ch/0pmX4zYp2TQx3TjAXAkjNghmknfIcE2E8CJg/GT+qOfSJ/wZa+KqC2CTCZ+0NpjjQHHeAWalN1f7pazVkZmaRqtTlFOgjfIK9ZLBf5TKlJilcoUWqGIjOtcuUWOrh2RfMOyeUaLSg3LKnVNepScZ/L9Upt6fylUGiiq2FUbeZIn+MBn2c6AYQtm5khiQjTqRh1fl34L2qXJdQS76CK7ATFlKpDYLH4EFx3GJ4lyXmSMZOcrkw+zeIE1J5o5iCHjfMOftg+RQd8n9gDIxbIUDFK6XDUldV6YTAWJFQ7Phrc//FtC8lOIMVX6afgScAh65lJaQIpCPFEuqciq2O+e0sj3qEVlu65CM1EYdpHkekdZ6bzEQYPvGFjm5tiQ2NaQq++G17JpTOPuqFbc4GUhMLGwcXDx8AkJmTmxJSMlQM5v4NqJDjwEjJsxYsGLDjgMnLtx48OLDT4AgIcJEiBIjToIkKdKiF2D98pVX9hKtjlFZJn/ZnBR9Rf7a08LulJXC4K6qfoIL031p6RmtavKJrmoC6L3b0ix/M9OOm5lmbGbalcdu8tnASoQOKho5lw+9x1Bw6VA9VpmeY8FDSSoFGypX6Z9DxOUat0VtpN0OlAtMrXeX0vd8xf6NlJcO03yXmCkrHZLpzcGrKB3yc7QJhGgHltlCO5UNKlQAHaJkaC1aBhdQGpioLfsODGy8QN5U+wPJfSxqteOlOtinC5uSCrn9K/SVTx3yxkBYpTHYr1Gu0XvIS/UJ+dX965eou68GrPEYGLLarwUqujZ4cPS9xLe5yu4JAAAAAA==') format('woff2'),
    url('../fonts/iconfont.woff?t=1610499088345') format('woff'),
    url('../fonts/iconfont.ttf?t=1610499088345') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg?t=1610499088345#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-menu:before {
    content: "\e7f2";
}

.icon-yuanxingjiantouxiangyouzuo:before {
    content: "\e60c";
}

.icon-yuanxingjiantouxiangyou:before {
    content: "\e613";
}

.icon-shixinyuanxingjiantoushang1:before {
    content: "\e93f";
}

.icon-shixinyuanxingjiantouxia1:before {
    content: "\e942";
}

.icon-shixinyuanxingjiantouyou1:before {
    content: "\e940";
}

.icon-shixinyuanxingjiantouzuo1:before {
    content: "\e941";
}

.icon-yuanxingjiantoushang:before {
    content: "\e965";
}

.icon-yuanxingjiantouxia:before {
    content: "\e966";
}

.icon-yuanxingjiantouyou:before {
    content: "\e967";
}

.icon-yuanxingjiantouzuo:before {
    content: "\e968";
}

.icon-VK:before {
    content: "\e656";
}

.icon-liebiao:before {
    content: "\e834";
}

.icon-icon-test10:before {
    content: "\e651";
}

.icon-icon-test12:before {
    content: "\e653";
}

.icon-list:before {
    content: "\e671";
}

.icon-calendar3:before {
    content: "\e7e1";
}

.icon-left25:before {
    content: "\e787";
}

.icon-right25:before {
    content: "\e788";
}

.icon-search5:before {
    content: "\e7b3";
}

.icon-left:before {
    content: "\e608";
}

.icon-right:before {
    content: "\e609";
}

.icon-top101:before {
    content: "\e7ee";
}

.icon-bottom10:before {
    content: "\e7ef";
}

.icon-left10:before {
    content: "\e7f0";
}

.icon-right10:before {
    content: "\e7f1";
}

.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-right2:before {
    content: "\e711";
}

.icon-left4:before {
    content: "\e718";
}

.icon-right4:before {
    content: "\e719";
}

.icon-download:before {
    content: "\e62a";
}

.icon-left30:before {
    content: "\e79b";
}

.icon-right30:before {
    content: "\e79c";
}

.icon-up7: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-zhenhuichongtubiaozhizuo-kuozhan-:before {
    content: "\e61f";
}


/**
 * Swiper 6.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 9, 2020
 */

@font-face {
    font-family: 'swiper-icons';
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color: #007aff;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
    perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size: 44px;
    /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
    --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
    --swiper-navigation-color: #000000;
}

.swiper-button-lock {
    display: none;
}

:root {
    /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
    display: none;
}

/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.swiper-slide-zoomed {
    cursor: move;
}

/* Preloader */
:root {
    /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube {
    overflow: visible;
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}

.swiper-container-flip {
    overflow: visible;
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.disnone {
    display: none !important;
}

.icon-up:before {
    content: "\e746";
}

.listcart a，, .listcart button {
    display: inline-block;
    min-width: 160px;
    line-height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
    border: solid 1px #666;
    text-align: center;
    color: #333;
    background: #fff;
}

.listcart button:hover, .listcart a:hover {
    border: solid 1px #373C8B;
    background: #373C8B;
    color: #fff;
}

@media screen and (max-width: 640px) {
    .listcart a, .listcart button {
        width: 100%;
        display: block
    }
}

/*xun pan tijiao*/

.xunpanlb{
    width: 100%;
}

.xunpanlb .table {
    margin-top: 30px;
}

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    background: #333
}

.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;
    color: #fff
}

.xunpanlb .table .thead p:nth-child(2) {
    border-right: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
}

.xunpanlb .table .tbody {
    font-size: 0;
    letter-spacing: 0;
}

.xunpanlb .table .tbody .tread {
    border: 1px solid #dcdcdc;
    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 #dcdcdc;
}

.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 .tread:nth-child(2n+1) {
    background-color: #f1f1f1;

}

.xunpanlb .table .tbody .td a:hover {
    color: #373C8B;
}

@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;
    }
}

.bread1, .bread1 a:hover {
    color: #fff;
}


.inquiry-success {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

.inquiry-success * {
    text-align: center;
}

.inquiry-success p img {
    width: 108px;
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #373C8B;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #333;
    color: #fff
}

.vtb {
    display: inline-block;
    vertical-align: top;
}

.ul-vtb {
    display: inline-block;
}

.about-bot {
    margin-bottom: 60px;
}

.pro1-spec {
    overflow: hidden;
    margin-bottom: 30px;
}

.more-btn {
    float: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    cursor: pointer;
    text-decoration: underline;
}

.header .logo .logo-a {
    width: 271px;
}
.cart-list .cart-operate .cart-delate{
    color: #373C8B !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%;}
}
.index-about .list-item .item-pic{
    z-index: 999;
}
.pro2-spec p a{
    color:#373c8b;
}
.pro2-spec p a:hover{
    color:#333;
}

.contact-form .inquire-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news2-main .item-desc a {
    color: rgb(55, 60, 139);
}
.news2-main .item-desc a:hover {
    color: rgb(51 51 51);
}