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

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

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

}

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

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

/*********************************************************
/ When clicking on thumbs jqzoom will add the class
/ "zoomThumbActive" on the anchor selected
/*********************************************************/
#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    font-size: 62.5%;
}

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

img {
    border: none;
}

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

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

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

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

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

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

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

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

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

input, textarea, select {
    font-family: "Poppins-Regular", arial;
    font-size: 14px;
    font-size: 1.4rem;
    border: none;
    outline: none;
    background: none;
}

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

textarea {
    resize: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

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

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

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

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

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

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

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

::selection {
    color: #fff;
    background: #5B7FE9;
}

.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%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

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

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

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

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

.nlazy {
    min-width: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[class*="-item"] .item-desc a:hover {
    color: #5B7FE9 !important;
}

.wp1 {
    width: 1400px;
    margin: auto;
}

@media screen and (max-width: 1419px) {
    .wp1 {
        width: 1200px;
    }
}

@media screen and (max-width: 1219px) {
    .wp1 {
        width: 960px;
    }
}

@media screen and (max-width: 991px) {
    .wp1 {
        width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .wp1 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wp {
    width: 1200px;
    margin: auto;
}

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

@media screen and (max-width: 991px) {
    .wp {
        width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .wp {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

.an-bd5 {
    position: relative;
    overflow: hidden;
}

.an-bd5 .item-backdrop {
    background-color: #000;
    background: rgba(0, 0, 0, 0.39);
}

@media screen and (min-width: 992px) {
    .an-bd5 .item-backdrop {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 0px;
        opacity: 0;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        transition: all 500ms ease;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
    }

    .an-bd5:hover .item-backdrop {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }
}

.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: #5B7FE9;
    -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: #5B7FE9 !important;
    background-color: #5B7FE9 \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: #5B7FE9 !important;
    background-color: #fff \9;
    color: #5B7FE9 !important;
}

.an-btn2:hover .iconfont {
    color: #5B7FE9 !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*-------------proslide_menubtn end----------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page {
    text-align: center;
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
}

.page a {
    display: inline-block;
    border: solid 1px #5B7FE9;
    background-color: #5B7FE9;
    color: #fff;
    min-width: 28px;
    padding: 0 2px;
    line-height: 28px;
    margin: 0 6px 10px;
    font-size: 14px;
    font-size: 1.4rem;
}

.page a.prev, .page a.next {
    min-width: 30px;
    padding: 0 2px;
    border-color: transparent !important;
    background-color: transparent !important;
    color: #5B7FE9;
    font-size: 20px;
    font-size: 2rem;
}

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

.page a.prev .iconfont, .page a.next .iconfont {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
}

.page a.pageEllipsis:hover {
    color: #333333 !important;
    border: solid 1px #EF9C73 !important;
}

.page a:hover, .page a.page-active {
    border: solid 1px #5B7FE9 !important;
    background-color: #5B7FE9 !important;
    color: #fff !important;
}

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

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

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

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

.page .add-form2 {
    float: right;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}

.page .add-form .add-btn {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    min-width: 168px;
    padding: 0 5px;
    height: 28px;
    line-height: 26px;
    background-color: #5B7FE9;
    color: #FFFFFF;
    cursor: pointer;
}

.page .add-form2 button {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    min-width: 120px;
    padding: 0 5px;
    height: 28px;
    line-height: 26px;
    background-color: #5B7FE9;
    color: #FFFFFF;
    cursor: pointer;
    cursor: pointer;
    border: none;
}

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

@media only screen and (max-width: 1219px) {
    .page .add-form .add-btn, .page .add-form2 button {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

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

    .page .add-form .add-btn, .page .add-form2 button {
        min-width: 140px;
        height: 28px;
        line-height: 26px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*back-top*/
@-webkit-keyframes top-shadow {
    0% {
        box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.3);
    }
    20% {
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }
    50% {
        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    }
    75% {
        box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0px 0px 0 0px rgba(0, 0, 0, 0.3);
    }
}

.back-top {
    position: fixed;
    right: 10px;
    bottom: -100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    cursor: pointer;
    z-index: 998;
    border-radius: 5px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    background-color: #5B7FE9;
    -webkit-animation: top-shadow 2.5s linear infinite;
    -moz-animation: top-shadow 2.5s linear infinite;
    animation: top-shadow 2.5s linear infinite;
    text-align: center;
}

.back-top .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
}

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

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

.pro-share .share-title {
    margin-right: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 26px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
}

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths {
    padding: 37px 0 0;
    border-top: solid 1px #999;
}

.m-oths .oths-item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
}

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

.m-oths .oths-item a:hover {
    color: #5B7FE9;
}

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

.m-oths .oths-info {
    overflow: hidden;
    padding-left: 5px;
}

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

    .m-oths .oths-item {
        font-size: 14px;
        font-size: 1.4rem;
    }

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

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

    .m-oths .oths-item {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }
}

/*-------------bread start-----------------------------------------------------------------*/
.bread {
    border-bottom: solid 1px #BEBEBE;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 13px;
    overflow: hidden;
}

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

.bread a:hover, .bread .bread-active, .bread span {
    color: #5B7FE9;
}

.bread .iconfont {
    color: #666;
    margin-right: 10px;
}

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

@media screen and (max-width: 991px) {
    .bread {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .bread {
        font-size: 12px;
        font-size: 1.2rem;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

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

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

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

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

/* Internet Explorer 10+ */
.search-box {
    overflow: hidden;
    position: relative;
    width: 206px;
    height: 34px;
    cursor: pointer;
    margin-left: 24px;
    margin-top: 52px;
}

@media screen and (max-width: 1419px) {
    .search-box {
        margin-left: 15px;
    }
}

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

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

.search-box .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    color: #5B7FE9;
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 34px;
    right: 0;
    top: 0;
    text-align: left;
}

.search-box .search-input {
    border-radius: 17px;
    border: solid 1px #666;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 0 34px 0 19px;
    color: #656565;
    font-size: 14px;
    font-size: 1.4rem;
}

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

/*-------------header start----------------------------------------------------------------*/
.header {
    position: relative;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
}

.header .wp {
    width: 1520px;
    margin: auto;
}

@media screen and (max-width: 1619px) {
    .header .wp {
        width: 1400px;
    }
}

@media screen and (max-width: 1419px) {
    .header .wp {
        width: 1200px;
    }
}

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

@media screen and (max-width: 991px) {
    .header .wp {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header .lang-box {
    float: right;
    position: relative;
    margin-top: 52px;
}

@media screen and (max-width: 1219px) {
    .header .lang-box {
        margin-top: 28px;
    }
}

@media screen and (max-width: 991px) {
    .header .lang-box {
        margin-right: 30px;
        margin-top: 5px;
    }
}

.header .lang-box .lang-title {
    font-size: 16px;
    font-size: 1.6rem;
    height: 34px;
    cursor: pointer;
    color: #656565;
    line-height: 34px;
    padding: 0 16px 0 0;
    position: relative;
}

.header .lang-box .lang-title img {
    position: absolute;
    right: 0;
    top: 14px;
}

@media screen and (max-width: 991px) {
    .header .lang-box .lang-title {
        font-size: 14px;
        font-size: 1.4rem;
        height: 30px;
        line-height: 30px;
    }

    .header .lang-box .lang-title img {
        top: 12px;
    }
}

.header .lang-box .lang-list {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 100%;
    min-width: 160px;
    background: #FFFFFF;
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    text-align: left;
    line-height: 20px;
    padding: 5px;
    z-index: 9;
}

.header .lang-box .lang-list a {
    padding: 5px;
    display: block;
}

.header .lang-box .lang-list a:hover {
    color: #fff;
    background-color: #5B7FE9;
}

@media screen and (max-width: 991px) {
    .header .lang-box .lang-list {
        right: 0;
        left: auto;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .header .lang-box .lang-list {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .header .lang-box .lang-list a {
        padding: 3px 5px;
    }
}

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

@media screen and (max-width: 1419px) {
    .header .h-select {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1219px) {
    .header .h-select {
        margin-top: 32px;
    }
}

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

.header .h-select .iconfont {
    display: block;
    font-size: 22px;
    font-size: 2.2rem;
    color: #5B7FE9;
    cursor: pointer;
}

.header .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-select .box-yiji li {
    position: relative;
    padding: 0 10px;
}

.header .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-select .box-yiji li > a {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 6px 15px;
    }
}

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

.header .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-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-select .box-erji, .header .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 .logo {
    float: left;
    display: block;
    line-height: 119px;
    margin-left: -14px;
}

.header .logo a {
    display: block;
    width: 221px;
}

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

@media screen and (max-width: 1619px) {
    .header .logo {
        margin-left: 0;
    }
}

@media screen and (max-width: 1219px) {
    .header .logo {
        width: 100%;
        text-align: center;
        line-height: 70px;
    }

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

@media screen and (max-width: 767px) {
    .header .logo {
        width: 100%;
        text-align: center;
        line-height: 60px;
    }

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

.header .navlist {
    float: right;
    margin-top: 53px;
    max-width: 980px;
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 24px;
}

.header .navlist > li {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 43px;
    position: relative;
    padding-bottom: 10px;
}

.header .navlist > li > a {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    line-height: 30px;
    padding-bottom: 2px;
    text-transform: capitalize;
    color: #333;
    position: relative;
}

.header .navlist > li > a:before {
    position: absolute;
    content: '';
    height: 2px;
    left: 0;
    right: 0;
    background-color: #5B7FE9;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    bottom: 0;
    width: 0;
    margin: 0 auto;
}

.header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
    color: #5B7FE9;
}

.header .navlist > li.nav-active > a:before, .header .navlist > li:hover > a:before {
    width: 100%;
}

@media screen and (max-width: 1619px) {
    .header .navlist {
        max-width: 800px;
    }

    .header .navlist > li {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1419px) {
    .header .navlist {
        max-width: 650px;
    }

    .header .navlist > li {
        margin-right: 15px;
    }

    .header .navlist > li > a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 1219px) {
    .header .navlist {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        margin-top: 10px;
        padding-bottom: 0;
    }

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

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

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

.header .yiji {
    z-index: 99;
    position: absolute;
    top: 100%;
    width: 186px;
    left: 50%;
    margin-left: -93px;
    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;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.77);
}

.header .yiji li {
    position: relative;
    text-align: left;
}

.header .yiji li > a {
    display: block;
    line-height: 20px;
    padding: 10px 15px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}

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

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

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

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

.header .erjibox, .header .sanjibox {
    position: absolute;
    left: 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;
    border-left: 3px solid transparent;
}

.header .erji, .header .sanji {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.77);
    width: 186px;
}

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

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

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

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

/* Internet Explorer 10+ */
.footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: #333;
}

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

.footer a:hover {
    color: #5B7FE9;
}

.footer .f-top {
    position: relative;
    padding: 59px 0 19px;
    font-size: 0;
    letter-spacing: 0;
}

.footer .f-top .flist {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

.footer .f-top .footer-title {
    font-family: "Poppins-Medium", arial;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.footer .f-top .footer-title, .footer .f-top .footer-title a {
    color: #FBFBFB;
}

.footer .f-top .flist1 {
    width: 460px;
    padding-right: 15px;
}

.footer .f-top .flist2 {
    width: 304px;
    padding-right: 15px;
}

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

@media screen and (max-width: 1219px) {
    .footer .f-top .footer-title {
        margin-bottom: 28px;
    }

    .footer .f-top .flist {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .footer .f-top .flist1 {
        width: 300px;
    }

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

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

@media screen and (max-width: 991px) {
    .footer .f-top .footer-title {
        margin-bottom: 20px;
        font-size: 20px;
        font-size: 2rem;
    }

    .footer .f-top .flist1 {
        width: 60%;
    }

    .footer .f-top .flist2 {
        width: 40%;
    }

    .footer .f-top .flist3 {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .footer .f-top {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 30px 15px 8px;
    }
    .footer .f-top .flist1 {
        width: 100%;
        padding-right: 0;
    }

    .footer .f-top .flist2 {
        width: 100%;
        margin-top: 18px;
        padding-right: 0;
    }

    .footer .f-top .flist3 {
        width: 100%;
        margin-top: 18px;
    }
    .footer .f-top .box-list, .footer .f-top .f-form {display: none;}
    .footer .f-top .footer-title {position: relative;padding-right: 32px;margin-bottom: 10px;}
    .footer .f-top .footer-title::after {position: absolute;right: 2px;top: 50%;transform: translateY(-50%);
        font-family: iconfont;content: "\e725";font-size: 18px; font-size: 1.8rem;}
    .footer .f-form .code-input{width: calc(100% - 200px)}
}

.footer .f-bot {
    border-top: solid 1px #fff;
    border-top: solid 1px rgba(255, 255, 255, 0.49);
    padding: 37px 0 36px;
    font-size: 16px;
    font-size: 1.6rem;
}

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

.footer .f-bot a:hover {
    color: #5B7FE9;
}

@media screen and (max-width: 1219px) {
    .footer .f-bot {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 991px) {
    .footer .f-bot {
        padding: 30px 0;
    }
}

@media screen and (max-width: 767px) {
    .footer .f-bot {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 20px 15px 75px;
    }
}

.footer .f-bot .f-follow {
    margin-left: 15px;
    font-size: 0;
    letter-spacing: 0;
    float: right;
}

@media screen and (max-width: 991px) {
    .footer .f-bot .f-follow {
        float: none;
        margin: 0 0 10px;
    }
}

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

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

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

.footer .f-bot .f-follow .iconfont {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
}

.footer .f-bot .f-follow .icon-facebook1 {
    background-color: #5D82D1;
}

.footer .f-bot .f-follow .icon-twitter1 {
    background-color: #40BFF5;
}

.footer .f-bot .f-follow .icon-instagram {
    background-color: #EB5E4C;
}

.footer .f-bot .f-follow .icon-pinterest1 {
    background-color: #E13138;
}

.footer .f-bot .f-follow .icon-youtube1 {
    background-color: #C4302A;
}

.footer .f-bot .f-follow .icon-linkedin1 {
    background-color: #238CC8;
}

.footer .f-bot .f-follow .icon-vk {
    background-color: #5D82D1;
}

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

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

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

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

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

.f-form .star {
    background: url(../images/star.png) no-repeat left 17px;
}

.f-form .item-input, .f-form .item-textarea, .f-form .item-code {
    position: relative;
    padding-left: 15px;
    width: 100%;
    margin-bottom: 12px;
}

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

.f-form input, .f-form textarea, .f-form select {
    display: block;
    width: 100%;
    padding: 0 14px 0;
    color: #656565;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
}

.f-form input, .f-form select {
    height: 44px;
    line-height: 44px;
}

.f-form textarea {
    height: 75px;
    line-height: 20px;
    padding-top: 9px;
    padding-bottom: 5px;
}

.f-form .code-input {
    width: 260px;
    float: left;
}

.f-form .item-img {
    float: right;
    cursor: pointer;
}

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

.f-form .item-btn {
    margin-top: 8px;
    background-color: #5B7FE9;
    border: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    cursor: pointer
}

.f-form .item-btn:hover {
    background-color: #fff;
    color: #5B7FE9;
}

@media screen and (max-width: 991px) {
    .f-form .code-input {
        width: 540px;
    }
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-about start */
.index-about {
    padding: 114px 0 102px;
}

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

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

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

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

.index-about .item-pic {
    float: right;
    overflow: hidden;
    width: 52.91667%;
    margin-left: 1.16667%;
}

.index-about .item-pic img {
    display: block !important;
    width: 100%;
}

.index-about .item-pics {
    float: right;
    overflow: hidden;
    width: 52.91667%;
    margin-left: 1.16667%;
    display: none;
}

.index-about .item-pics img {
    display: block !important;
    width: 100%;
}

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

    .index-about .item-pics {
        float: none;
        margin: 0 auto;
        width: 100%;
        display: block;
    }
}


.index-about .item-title {
    font-size: 46px;
    font-size: 4.6rem;
    text-transform: uppercase;
    line-height: 1;
    position: relative;
    padding-bottom: 19px;
    margin-bottom: 50px;
    padding-top: 25px;
}

.index-about .item-title:before {
    position: absolute;
    content: '';
    width: 45px;
    height: 4px;
    background-color: #5B7FE9;
    left: 0;
    bottom: 0;
}

.index-about .item-title, .index-about .item-title a {
    color: #5B7FE9;
}

.index-about .item-title a {
    display: inline-block;
}

.index-about .item-title a:hover {
    color: #000;
}

@media screen and (max-width: 1219px) {
    .index-about .item-title {
        font-size: 38px;
        font-size: 3.8rem;
        margin-bottom: 30px;
        padding-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .index-about .item-title {
        font-size: 30px;
        font-size: 3rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

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

.index-about .item-desc {
    margin-bottom: 58px;
    overflow: visible;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

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

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

.index-about .item-desc a {
    display: block;
}

.index-about .item-desc a:hover {
    color: #5B7FE9;
}

@media screen and (max-width: 1219px) {
    .index-about .item-desc {
        margin-bottom: 30px;
        line-height: 26px;
    }

    .index-about .item-desc p {
        min-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .index-about .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .index-about .item-desc p {
        min-height: 22px;
    }
}

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

    .index-about .item-desc p {
        min-height: 20px;
    }
}

.index-about .item-btn {
    display: inline-block;
    min-width: 200px;
    line-height: 20px;
    padding: 15px;
    background-color: #5B7FE9;
    color: #fff;
    text-align: center;
    border-radius: 25px;
}

.index-about .item-btn:hover {
    background-color: #000;
}

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

@media screen and (max-width: 991px) {
    .index-about .item-btn {
        min-width: 160px;
        padding: 8px;
    }
}

@media screen and (max-width: 767px) {
    .index-about .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 6px;
        min-width: 120px;
    }
}

/* index-about end */
/* index-cate start */
.index-cate {
    margin-bottom: 85px;
}

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

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

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

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

.index-cate .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33333%;
    text-align: center;
}

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

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

@media screen and (max-width: 991px) {
    .index-cate .box-list .item-backdrop {
        background-color: transparent;
    }
}

.index-cate .box-list .item-body {
    max-width: 460px;
    margin: 0 auto;
    padding: 0 10px;
}

@media screen and (max-width: 991px) {
    .index-cate .box-list .item-body {
        padding: 15px 5px;
    }
}

.index-cate .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 27px;
}

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

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

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

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

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

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

.index-cate .box-list .item-desc a {
    white-space: pre-wrap;
    display: block
}

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

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

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

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

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

/* index-cate end */
/* index-item start */
.index-item {
    text-align: center;
}

.index-item .item-title {
    font-size: 46px;
    font-size: 4.6rem;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 14px;
}

.index-item .item-title, .index-item .item-title a {
    color: #5B7FE9;
}

.index-item .item-title a {
    display: inline-block;
}

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

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

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

@media screen and (max-width: 767px) {
    .index-item .item-title {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
}

.index-item .item-desc {
    max-width: 750px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

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

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

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

    .index-item .item-desc p {
        min-height: 26px;
    }
}

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

    .index-item .item-desc p {
        min-height: 22px;
    }
}

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

    .index-item .item-desc p {
        min-height: 20px;
    }
}

/* index-item end */
.index-probox {
    margin-bottom: 70px;
}

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

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

.index-probox .index-item {
    margin-bottom: 15px;
}

.indexpro-scroll {
    position: relative;
}

@media screen and (max-width: 1319px) {
    .indexpro-scroll {
        padding: 0 35px;
    }
}

@media screen and (max-width: 767px) {
    .indexpro-scroll {
        padding: 0 25px;
    }
}

.indexpro-scroll .scroll-btns {
    font-size: 0;
    letter-spacing: 0;
}

.indexpro-scroll .scroll-btns .scroll-btn {
    display: inline-block;
    vertical-align: top;
    font-size: 27px;
    font-size: 2.7rem;
    color: #999;
    position: absolute;
    top: 50%;
    margin-top: -32px;
    cursor: pointer;
}

.indexpro-scroll .scroll-btns .scroll-btn:hover {
    color: #5B7FE9;
}

.indexpro-scroll .scroll-btns .prev {
    left: -40px;
}

.indexpro-scroll .scroll-btns .next {
    right: -40px;
}

@media screen and (max-width: 1319px) {
    .indexpro-scroll .scroll-btns .prev {
        left: 0;
    }

    .indexpro-scroll .scroll-btns .next {
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .indexpro-scroll .scroll-btns .scroll-btn {
        font-size: 20px;
        font-size: 2.0rem;
        margin-top: -22px;
    }
}

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

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

.indexpro-scroll .scroll-list .list-item {
    float: left;
    width: 0.23667%;
    margin-right: 0.01778%;
    margin-left: 0;
    text-align: center;
}

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

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

.indexpro-scroll .scroll-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    margin-top: 12px;
}

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

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

@media screen and (max-width: 767px) {
    .indexpro-scroll .scroll-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        margin-top: 4px;
    }
}

/* index-app start */
.index-app {
    background-color: #5B7FE9;
}

.index-app .index-item {
    padding: 68px 0 51px;
}

@media screen and (max-width: 1219px) {
    .index-app .index-item {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .index-app .index-item {
        padding: 40px 0 30px;
    }
}

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

.index-app .index-item .item-title {
    text-transform: capitalize;
}

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

.index-app .index-item .item-title a:hover, .index-app .index-item .item-desc a:hover {
    color: #000 !important;
}

.index-app .box-list {
    background-color: #fff;
    font-size: 0;
    letter-spacing: 0;
}

.index-app .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 24.63542%;
    margin-left: 0.48611%;
    padding-bottom: 39px;
}

@media screen and (max-width: 991px) {
    .index-app .box-list .list-item {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .index-app .box-list .list-item {
        width: 48%;
        margin: 0 1% !important;
        padding-bottom: 25px;
    }
}

.index-app .box-list .item-title {
    padding: 0 5px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    margin-top: 34px;
    text-align: center;
}

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

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

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

/* index-app end */
/* index-news start */
.index-news {
    background: url(../images/bg1.jpg) no-repeat center bottom;
    background-attachment: fixed;
    position: relative;
    padding: 52px 0 47px;
}


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

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

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

.index-news .index-item {
    margin-bottom: 45px;
}

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

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

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

.index-news .index-item .item-title {
    text-transform: capitalize;
}

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

.index-news .news1-item {
    padding-bottom: 0;
}

/* index-news end */
/* index-video start */
.index-video {
    padding-bottom: 86px; /* .item-videobox start */ /* .item-videobox end */
}

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

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

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

.index-video .index-item {
    background-color: #5B7FE9;
    padding: 68px 0 51px;
}

@media screen and (max-width: 1219px) {
    .index-video .index-item {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 991px) {
    .index-video .index-item {
        padding: 40px 0 30px;
    }
}

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

.index-video .index-item .item-title {
    text-transform: capitalize;
}

.index-video .index-item .item-title, .index-video .index-item .item-title a, .index-video .index-item .item-desc, .index-video .index-item .item-desc a {
    color: #fff;
}

.index-video .index-item .item-title a:hover, .index-video .index-item .item-desc a:hover {
    color: #000 !important;
}

.index-video .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 1200px;
}

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

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

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

/* index-video end */
/* index-cer start */
.index-cer .index-item {
    margin-bottom: 35px;
}

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

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

.index-cer .index-item .item-title {
    text-transform: capitalize;
}

.index-cer .left-item {
    float: left;
    width: 43.16667%;
    margin-right: 1.75%;
    text-align: center;
}

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

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

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

.index-cer .left-item .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 .left-item .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.2;
    margin-top: 18px;
}

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

@media screen and (max-width: 991px) {
    .index-cer .left-item .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-top: 15px;
    }
}

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

.index-cer .left-item .item-btn {
    margin-top: 60px;
    display: inline-block;
    min-width: 200px;
    line-height: 20px;
    padding: 15px;
    background-color: #5B7FE9;
    color: #fff;
    text-align: center;
    border-radius: 25px;
}

.index-cer .left-item .item-btn:hover {
    background-color: #000;
}

@media screen and (max-width: 1219px) {
    .index-cer .left-item .item-btn {
        margin-top: 50px;
        min-width: 180px;
        padding: 10px;
    }
}

@media screen and (max-width: 991px) {
    .index-cer .left-item .item-btn {
        min-width: 140px;
        padding: 8px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .index-cer .left-item .item-btn {
        margin-top: 20px;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 3px 5px;
        min-width: 100px;
    }
}

.index-cer .box-list {
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
}

.index-cer .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 48.4115%;
    margin-left: 3.177%;
    margin-bottom: 23px;
}

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

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

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

.index-cer .box-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 .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
    line-height: 1.2;
    margin-top: 18px;
}

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

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

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

/* index-cer end */
.index-faq {
    background: url(../images/bg4.jpg) no-repeat center;
    background-attachment: fixed;
    position: relative;
    padding: 58px 0 125px;
}

.index-faq:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}

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

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

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

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

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

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

.index-download {
    padding: 50px 0 0;
}

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

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

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

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

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

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

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

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

/*-------------products1 start-------------------------------------------------------------*/
.main .box-slide {
    width: 270px;
}

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

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

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

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

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

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

.pro1-top {
    margin-bottom: 23px;
}

.pro1-top .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    color: #5B7FE9;
    border-bottom: solid 1px #5B7FE9;
    padding-bottom: 11px;
}

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

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

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

@media screen and (max-width: 1219px) {
    .pro1-top .item-desc {
        line-height: 24px;
    }
}

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

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

/* .pro1-list start */
.pro1-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 45px;
}

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

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

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

.pro1-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 32.12259%;
    margin-left: 1.81612%;
    margin-bottom: 43px;
    text-align: center;
}

@media screen and (max-width: 1219px) {
    .pro1-list .list-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .pro1-list .list-item {
        width: 48%;
        margin: 0 1% 25px !important;
    }
}

.pro1-list .item-pic {
    border: solid 1px #EBEBEB;
    margin-bottom: 21px;
}

.pro1-list .item-pic img {
    display: block;
    width: 100%;
}

@media screen and (max-width: 1219px) {
    .pro1-list .item-pic {
        margin-bottom: 15px;
    }
}

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

.pro1-list .item-title {
    margin-bottom: 19px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
}

.pro1-list .item-title, .pro1-list .item-title a {
    color: #4d4d4d;
}

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

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

.pro1-list .item-btnbox {
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
}

.pro1-list .item-btnbox input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 21px;
}

@media screen and (max-width: 1219px) {
    .pro1-list .item-btnbox input {
        margin-right: 10px;
    }
}

@media screen and (max-width: 767px) {
    .pro1-list .item-btnbox input {
        margin-right: 5px;
    }
}

.pro1-list .item-btn {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    min-width: 140px;
    line-height: 20px;
    padding: 7px 5px;
    color: #5B7FE9;
    border: solid 1px #5B7FE9;
    font-size: 14px;
    font-size: 1.4rem;
    border-radius: 0;
}

.pro1-list .item-btn:hover {
    background-color: #5B7FE9;
    color: #fff;
}

@media screen and (max-width: 1219px) {
    .pro1-list .item-btn {
        padding: 5px;
        min-width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .pro1-list .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
        min-width: 90px;
        padding: 2px;
    }
}

/* .pro1-list end */
.slide-title {
    position: relative;
    margin-bottom: 5px;
}

.slide-title a, .slide-title p, .slide-title .a {
    display: block;
    padding: 11px 5px 11px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 28px;
    text-transform: capitalize;
    background-color: #5B7FE9;
    color: #fff;
    text-align: center;
}

.slide-title a:hover {
    background-color: #000;
    color: #fff;
}

.slide-title.slide-title2 {
    display: none;
}

@media screen and (max-width: 1219px) {
    .slide-title { /* &.slide-title1{display: none;} &.slide-title2{display: block;} */
    }

    .slide-title a, .slide-title p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
    }
}

@media screen and (max-width: 992px) {
    .slide-title a, .slide-title p {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 24px;
        padding: 8px 35px 8px 14px;
        text-align: left;
    }

    .slide-title.slide-title1 {
        display: none;
    }

    .slide-title.slide-title2 {
        display: block;
    }
}


.proslide .slide-yiji > li {
    margin-bottom: 4px;
}

.proslide .slide-yiji > li > a, .proslide .slide-yiji > li > p {
    background-color: #E0E0E0;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 10px 35px 11px 14px;
    word-break: break-word;
    display: block;
    position: relative;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .proslide .slide-yiji > li > a, .proslide .slide-yiji > li > p {
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.proslide .slide-yiji > li > a:after, .proslide .slide-yiji > li > p:after {
    position: absolute;
    content: '\eb78';
    font-family: "iconfont" !important;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 18px;
    top: 12px;
    color: #5B7FE9;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    background-color: #5B7FE9;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .proslide .slide-yiji > li > a:after, .proslide .slide-yiji > li > p:after {
        top: 10px;
        right: 15px;
    }
}

.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li:hover > p, .proslide .slide-yiji > li.active > a, .proslide .slide-yiji > li.active > p {
    background-color: #5B7FE9 !important;
    color: #FFFFFF;
}

.proslide .slide-yiji > li:hover > a:after, .proslide .slide-yiji > li:hover > p:after, .proslide .slide-yiji > li.active > a:after, .proslide .slide-yiji > li.active > p:after {
    color: #5B7FE9;
    background-color: #fff;
}

.proslide .slide-erji {
    padding: 10px 0 10px;
}

.proslide .slide-erji, .slide-sanji {
    display: none
}

.proslide .slide-erji.active {
    display: block
}

.proslide .slide-erji > li > label {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 5px 0;
}

.proslide .slide-erji > li > label input {
    margin-right: 10px;
}

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

.proslide .slide-erji > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    color: #333;
    padding: 10px 10px 10px 41px;
    position: relative;
}

.proslide .slide-erji > li > a:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 2px;
    background-color: #333;
    top: 19px;
    left: 17px;
}

@media screen and (max-width: 1219px) {
    .proslide .slide-erji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 10px 5px 30px;
    }

    .proslide .slide-erji > li > a:before {
        top: 14px;
        left: 14px;
    }
}

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

.proslide .slide-erji > li:hover > a:before, .proslide .slide-erji > li.active > a:before {
    background-color: #5B7FE9;
}

.proslide .slide-sanji > li > a {
    display: block;
    padding: 4px 10px 4px 54px;
    line-height: 20px;
    color: #666;
}

@media screen and (max-width: 1219px) {
    .proslide .slide-sanji > li > a {
        padding: 2px 10px 2px 34px;
    }
}

@media screen and (max-width: 767px) {
    .proslide .slide-sanji > li > a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a {
    color: #5B7FE9 !important;
}

.attr-slide {
    margin-top: 45px;
}

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

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

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

.tags-slide .slide-title {
    margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
    .tags-slide .slide-title {
        margin-bottom: 10px;
    }
}

.tags-slide .slide-title p {
    text-transform: uppercase;
}

.tags-slide .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    word-break: break-word;
}

.tags-slide .item-desc a {
    margin-right: 20px;
}

.tags-slide .item-desc a:hover {
    color: #5B7FE9;
}

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

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

/* tags-slide end */
/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.m-propic {
    margin: 0 auto;
    width: 575px;
}

.m-propic .provideo-box {
    border: 1px solid #ccc;
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block
}

.m-propic .provideo-box .provideo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
}

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

.m-propic .provideo-box .provideo iframe body {
    margin: 0px !important;
}

.m-propic .pic-big {
    position: relative;
    float: right;
    width: 436px;
}

.m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
    border-radius: 0;
    border: 1px solid #ccc;
}

.m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
}

.m-propic .big-img .zoomPad img {
    border-radius: 0;
}

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

.m-propic .pic-small {
    position: relative;
    float: left;
    width: 117px;
    padding: 25px 0;
    overflow: hidden;
}

.m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    height: 20px;
    line-height: 20px;
}

.m-propic .pic-btn .iconfont {
    font-size: 19px;
    font-size: 1.9rem;
    color: #666;
}

.m-propic .pic-btn .iconfont:hover {
    color: #5B7FE9;
}

.m-propic .pic-btn.prev {
    top: 0;
}

.m-propic .pic-btn.next {
    bottom: 0;
}

.m-propic .pic-list {
    height: 395px;
    overflow: hidden;
}

.m-propic .pic-list ul {
    height: 2000px;
}

.m-propic .pic-list .list-item {
    margin-bottom: 22px;
    overflow: visible;
    position: relative;
    padding-bottom: 100%;
}

.m-propic .pic-list .item-pics, .m-propic .pic-list .item-video {
    display: block;
    border-radius: 0;
    border: 1px solid #ccc;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

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

.m-propic .pic-list .item-pics:hover, .m-propic .pic-list .item-pics.active, .m-propic .pic-list .item-video:hover, .m-propic .pic-list .item-video.active {
    border-color: #5B7FE9;
}

.m-propic2 {
    display: none;
}

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

    .zoomPup {
        display: none !important;
    }

    .zoomWindow {
        display: none !important;
    }

    .zoomPreload {
        display: none !important;
    }

    .m-propic {
        max-width: 100%;
        float: none;
    }

    .m-propic .pic-big {
        height: auto;
    }

    /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */
}

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

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

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

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

    .m-propic2 .box-btn .iconfont:hover {
        color: #5B7FE9;
    }

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

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

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

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

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

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


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

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

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

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

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

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

.pro2-info {
    text-align: center;
}

.pro2-info .item-title {
    line-height: 1.2;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 19px 0 0;
}

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

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

.pro2-info .pro-share {
    margin-top: 10px;
}

.pro2-info .pro-share .share-title {
    color: #656565;
}

@media screen and (max-width: 480px) {
    .pro2-info .pro-share {
        margin-bottom: 10px;
    }
}

.pro2-info .item-btns {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    margin-bottom: 44px;
}

@media screen and (max-width: 1219px) {
    .pro2-info .item-btns {
        margin-bottom: 25px;
    }
}

.pro2-info .item-btn {
    display: inline-block;
    vertical-align: top;
    min-width: 111px;
    height: 30px;
    line-height: 30px;
    background-color: #E0E0E0;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 20px 13px 0;
    color: #666;
    padding: 0 3px;
}

.pro2-info .item-btn:hover {
    background-color: #5B7FE9;
    color: #fff;
}

@media screen and (max-width: 1219px) {
    .pro2-info .item-btn {
        margin: 20px 5px 0;
    }
}

@media screen and (max-width: 480px) {
    .pro2-info .item-btn {
        width: 100%;
        margin: 10px 0 0;
    }
}

.pro2-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    font-family: "Poppins-SemiBold", arial;
    border-bottom: solid 2px #5B7FE9;
    position: relative;
    padding-bottom: 11px;
}

.pro2-title a:hover {
    color: #5B7FE9;
}

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

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

.pro2-spec {
    padding: 15px 0 32px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

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

.pro2-spec p {
    min-height: 30px;
}

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

.pro2-spec a:hover {
    color: #5B7FE9;
}


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

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

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

    .pro2-spec p {
        min-height: 24px;
    }
}

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

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

.pro2-tags {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

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

.pro2-tags .box-title {
    float: left;
    margin-right: 5px;
}

.pro2-tags .box-list {
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
}

.pro2-tags .box-list a {
    display: inline-block;
    vertical-align: top;
    background-color: #EEEEEE;
    border: solid 1px #EEEEEE;
    margin-right: 2px;
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    padding: 0 7px;
}

.pro2-tags .box-list a:hover {
    background-color: #fff;
    border-color: #5B7FE9;
    color: #5B7FE9;
}

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

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

.related-box .pro2-title {
    padding-right: 60px;
}

.related-box .pro2-title a {
    text-transform: uppercase;
    color: #5B7FE9;
}

.related-box .pro2-title a:hover {
    color: #000;
}

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

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

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

.related-box .hot-scroll .scroll-btns .scroll-btn {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border: solid 1px #5B7FE9;
    background: #5B7FE9;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
}

.related-box .hot-scroll .scroll-btns .scroll-btn:hover {
    background-color: transparent;
    color: #5B7FE9;
}

.related-box .hot-scroll .scroll-btns .prev {
    margin-right: 6px;
}

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

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

.related-box .hot-scroll .scroll-list .list-item {
    float: left;
    width: 0.32123%;
    margin-right: 0.01816%;
    margin-left: 0;
    text-align: center;
}

@media screen and (max-width: 480px) {
    .related-box .hot-scroll .scroll-list .list-item {
        width: 0.49%;
        margin-right: 0.02% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
}

.related-box .hot-scroll .scroll-list .item-title {
    margin-bottom: 0;
}

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

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

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

.related-box .related-scroll .scroll-btns .scroll-btn {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    border: solid 1px #5B7FE9;
    background: #5B7FE9;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    cursor: pointer;
}

.related-box .related-scroll .scroll-btns .scroll-btn:hover {
    background-color: transparent;
    color: #5B7FE9;
}

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

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

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

.related-box .related-scroll .scroll-list .list-item {
    float: left;
    width: 0.235%;
    margin-right: 0.02%;
    margin-left: 0;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .related-box .related-scroll .scroll-list .list-item {
        width: 0.32%;
        margin-right: 0.02% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .related-box .related-scroll .scroll-list .list-item {
        width: 0.49%;
        margin-right: 0.02% !important;
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
}

.related-box .related-scroll .scroll-list .item-title {
    margin-bottom: 0;
}

.related-news {
    margin-top: 48px;
}

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

.related-news .news1-list {
    padding: 35px 0 0;
}

@media screen and (max-width: 1219px) {
    .related-news .news1-list {
        padding: 30px 0 0;
    }
}

.related-news .news1-list .list-item {
    margin-bottom: 20px;
}

/*-------------products2 end---------------------------------------------------------------*/
/*-------------news1 start-----------------------------------------------------------------*/
.news1-list {
    font-size: 0;
    letter-spacing: 0;
}

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

.news1-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 32.16667%;
    margin-left: 1.75%;
    margin-bottom: 72px;
}

@media screen and (max-width: 1219px) {
    .news1-list .list-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 640px) {
    .news1-list .list-item {
        width: 48%;
        margin: 0 1% 20px !important;
    }
}

.news1-list .item-date {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    line-height: 20px;
    margin-top: 13px;
}

@media screen and (max-width: 991px) {
    .news1-list .item-date {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 10px;
    }
}

.news1-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 24px;
    margin-top: 6px;
}

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

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

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

.news1-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    height: 90px;
    margin-top: 15px;
}

@media screen and (max-width: 1219px) {
    .news1-list .item-desc {
        line-height: 26px;
        height: 78px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 991px) {
    .news1-list .item-desc {
        margin-top: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        height: 60px;
    }
}

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

@media screen and (max-width: 480px) {
    .news1-list .item-desc {
        height: 36px;
    }
}

.news1-list .item-btn {
    margin-top: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    display: inline-block;
    color: #5B7FE9;
}

.news1-list .item-btn:hover {
    color: #000;
}

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

@media screen and (max-width: 767px) {
    .news1-list .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 5px;
    }
}

/*-------------news1 end-------------------------------------------------------------------*/
/*-------------news2 start-----------------------------------------------------------------*/
.news2-main > .item-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
}

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

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

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

.news2-main .item-date .iconfont {
    margin-right: 5px;
    vertical-align: middle;
}

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

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

    .news2-main .item-date > span {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.news2-main .pro-share {
    display: inline-block;
    margin-left: 12px;
}

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

.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: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 24px 0 41px;
}

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

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

.news2-main .item-desc {
    color: #666;
}
.news2-main .item-desc a{
    font-weight: bold;
    color: #5B7FE9;
}
@media screen and (max-width: 991px) {
    .news2-main .item-desc {
        padding: 24px 0 30px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

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

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

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

/*-------------news2 end-------------------------------------------------------------------*/
/*-------------app1 start------------------------------------------------------------------*/
.app1-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 46px;
}

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

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

.app1-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 57px;
}

.app1-list .list-item:last-child {
    background-image: none;
}

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

@media screen and (max-width: 991px) {
    .app1-list .list-item {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 480px) {
    .app1-list .list-item {
        width: 48%;
        margin: 0 1% 20px;
        background-image: none;
        padding-bottom: 0;
    }
}

.app1-list .item1 .item-pic {
    float: left;
    margin-right: 3%;
}

@media screen and (max-width: 1219px) {
    .app1-list .item1 .item-pic {
        margin-right: 2.5%;
    }
}

.app1-list .item2 .item-pic {
    float: right;
    margin-left: 3%;
}

@media screen and (max-width: 1219px) {
    .app1-list .item2 .item-pic {
        margin-left: 2.5%;
    }
}

.app1-list .item-pic {
    width: 33.33333%;
}

.app1-list .item-pic img {
    display: block;
    width: 100%;
}

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

@media screen and (max-width: 480px) {
    .app1-list .item-pic {
        float: none !important;
        width: 100% !important;
        margin: 0 auto 10px !important;
    }
}

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

.app1-list .item-title {
    margin-top: 35px;
    margin-bottom: 17px;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    line-height: 1.2;
}

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

@media screen and (max-width: 991px) {
    .app1-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-top: 10px;
        margin-bottom: 15px;
    }
}

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

@media screen and (max-width: 480px) {
    .app1-list .item-title {
        margin-bottom: 5px;
    }
}

.app1-list .item-desc {
    margin-bottom: 59px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    height: 78px;
}

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

@media screen and (max-width: 991px) {
    .app1-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        height: 72px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .app1-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        height: 60px;
        margin-bottom: 20px;
    }
}

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

.app1-list .item-btn {
    display: inline-block;
    min-width: 125px;
    line-height: 20px;
    padding: 9px 5px 9px;
    border: solid 1px #5B7FE9;
    border-radius: 20px;
    text-transform: uppercase;
    color: #5B7FE9;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.app1-list .item-btn:hover {
    background-color: #5B7FE9;
    border-color: #5B7FE9;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .app1-list .item-btn {
        padding: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .app1-list .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        min-width: 110px;
    }
}

@media screen and (max-width: 480px) {
    .app1-list .item-btn {
        padding: 3px;
        min-width: 100px;
    }
}

/*-------------app1 end--------------------------------------------------------------------*/
/*-------------app2 start------------------------------------------------------------------*/
.app2-main > .item-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
}

@media screen and (max-width: 991px) {
    .app2-main > .item-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 26px;
    }
}

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

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

.app2-main .pro-share .share-title {
    color: #333;
}

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

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

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

.app2-main .item-desc p {
    min-height: 30px;
}

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

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

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

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

@media screen and (max-width: 767px) {
    .app2-main .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        padding: 20px 0;
    }

    .app2-main .item-desc p {
        min-height: 20px;
    }
}

.app2-main .app2-oths {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #888;
}

.app2-main .app2-oths a {
    color: #333;
}

.app2-main .app2-oths a:hover {
    color: #5B7FE9;
}

.app2-main .app2-oths .item-name {
    float: left;
    margin-right: 5px;
    color: #333;
}

.app2-main .app2-oths .item-info {
    overflow: hidden;
}

@media screen and (max-width: 1219px) {
    .app2-main .app2-oths {
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .app2-main .app2-oths {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .app2-main .app2-oths {
        line-height: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*-------------app2 end--------------------------------------------------------------------*/
/*-------------download start--------------------------------------------------------------*/
.download-list {
    padding-bottom: 40px;
}

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

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

.download-list .list-item {
    text-align: center;
    border-bottom: dashed 1px #C6C6C6;
    position: relative;
    padding-right: 250px;
    padding-bottom: 39px;
    margin-bottom: 37px;
}

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

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

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

.download-list .item-btn {
    text-align: center;
    display: inline-block;
    min-width: 142px;
    font-size: 14px;
    font-size: 1.4rem;
    border: solid 1px #5B7FE9;
    color: #333;
    line-height: 22px;
    padding: 9px 10px 9px;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer
}

.download-list .item-btn .iconfont {
    font-size: 22px;
    font-size: 2.2rem;
    vertical-align: middle;
    margin-right: 10px;
    color: #5B7FE9;
}

.download-list .item-btn:hover {
    background-color: #5B7FE9;
    color: #fff;
}

.download-list .item-btn:hover .iconfont {
    color: #fff;
}

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

@media screen and (max-width: 991px) {
    .download-list .item-btn {
        min-width: 130px;
        padding: 6px 10px;
    }

    .download-list .item-btn .iconfont {
        font-size: 20px;
        font-size: 2rem;
        margin-right: 3px;
    }
}

@media screen and (max-width: 767px) {
    .download-list .item-btn {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px auto 0;
        min-width: 120px;
        font-size: 12px;
        font-size: 1.2rem;
        padding: 4px 5px;
    }

    .download-list .item-btn .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.download-list .item-title {
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    min-height: 30px;
}

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

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

.download-list .item-desc {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 12px;
    min-height: 30px;
}

.download-list .item-title a, .download-list .item-desc a {
    cursor: pointer
}

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

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

/*-------------download end----------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-box .item-info {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-bottom: 68px;
}

.contact-box .item-info p {
    min-height: 30px;
}

.contact-box .item-info img, .contact-box .item-info iframe {
    max-width: 100%;
}

.contact-box .item-info, .contact-box .item-info a {
    color: #555;
}

.contact-box .item-info a:hover {
    color: #5B7FE9;
}

@media screen and (max-width: 1219px) {
    .contact-box .item-info {
        margin-bottom: 50px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .contact-box .item-info {
        margin-bottom: 40px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .contact-box .item-info {
        margin-bottom: 30px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }
}

.contact-box .item-form {
    padding-bottom: 47px;
}

@media screen and (max-width: 767px) {
    .contact-box .item-form {
        padding-bottom: 20px;
    }
}

.contact-box .item-form .attachment {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 22px;
    margin-bottom: 28px;
}

@media screen and (max-width: 767px) {
    .contact-box .item-form .attachment {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 480px) {
    .contact-box .item-form .attachment {
        padding-left: 15px;
    }
}

.contact-box .item-form .attachment span {
    float: left;
}

.contact-box .item-form .attachment #file-name {
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contact-box .item-form .attachment .file-group {
    float: left;
    width: 377px;
    height: 34px;
    line-height: 34px;
    background-color: #5B7FE9;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .contact-box .item-form .attachment .file-group {
        width: 48.16667%;
    }
}

@media screen and (max-width: 480px) {
    .contact-box .item-form .attachment .file-group {
        width: 100%;
    }
}

.contact-box .item-form .attachment .file-group .file-btn {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #5B7FE9;
    color: #FFFFFF;
    border: 0;
    height: 34px;
    line-height: 34px;
    cursor: pointer
}

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

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

.contact-box .item-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-box .item-form .attachment .file-group .file-name-p i {
    cursor: pointer;
}

.contact-box .item-form .attachment .file-group .file-name-p span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.contact-box .item-form .star {
    background: url(../images/star1.png) no-repeat 7px center;
    position: relative;
}

.contact-box .item-form .item-input {
    width: 50%;
    padding-left: 22px;
    margin-bottom: 21px;
    float: left;
}

.contact-box .item-form .item-input1 {
    float: left;
    width: 100%;
    padding-left: 22px;
    margin-bottom: 14px;
}

.contact-box .item-form .item-input1.star {
    background-position-y: 18px;
}

.contact-box .item-form input, .contact-box .item-form textarea {
    display: block;
    background-color: #fff;
    width: 100%;
    display: block;
    color: #999;
    border: solid 1px #CCCCCC;
    font-size: 16px;
    font-size: 1.6rem;
}

.contact-box .item-form input {
    height: 43px;
    line-height: 42px;
    padding: 0 13px;
}

.contact-box .item-form textarea {
    height: 170px;
    padding: 10px 13px;
    line-height: 24px;
}

.contact-box .item-form .item-code {
    margin-right: 20px;
}

.contact-box .item-form .item-img {
    line-height: 43px;
}

.contact-box .item-form .item-img img {
    vertical-align: middle;
    cursor: pointer;
    max-height: 43px;
}

.contact-box .item-form .item-btn {
    float: right;
    width: 412px;
    padding: 0;
}

.contact-box .item-form .item-btn input {
    font-size: 18px;
    font-size: 1.8rem;
    border-color: #333333;
    background-color: #333333;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

.contact-box .item-form .item-btn input:hover {
    border-color: #5B7FE9;
    background-color: #5B7FE9;
}

@media screen and (max-width: 1219px) {
    .contact-box .item-form .item-code {
        width: 400px;
        margin-right: 20px;
    }

    .contact-box .item-form .item-btn {
        width: 370px;
    }
}

@media screen and (max-width: 991px) {
    .contact-box .item-form .item-code {
        width: 270px;
        margin-right: 15px;
    }

    .contact-box .item-form .item-btn {
        width: 270px;
        margin-left: 15px;
        float: left;
    }

    .contact-box .item-form input, .contact-box .item-form textarea {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-box .item-form .item-input, .contact-box .item-form .item-input1 {
        margin-bottom: 15px;
    }

    .contact-box .item-form input, .contact-box .item-form textarea {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .contact-box .item-form input {
        height: 36px;
        line-height: 34px;
    }

    .contact-box .item-form .item-code {
        width: 100%;
        margin-right: 0;
    }

    .contact-box .item-form .item-img {
        margin-left: 0;
        float: left;
        padding-left: 22px;
        line-height: 36px;
        margin-bottom: 15px;
    }

    .contact-box .item-form .item-img img {
        max-height: 36px;
    }

    .contact-box .item-form .item-btn {
        margin-left: 0;
        width: 100%;
        padding-left: 22px;
    }

    .contact-box .item-form .item-btn input {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .contact-box .item-form .item-input, .contact-box .item-form .item-input1 {
        width: 100%;
        padding-left: 15px;
        margin-bottom: 10px;
    }

    .contact-box .item-form .item-img {
        padding-left: 15px;
    }

    .contact-box .item-form .star {
        background-position-x: left !important;
    }
}

.map img {
    display: block;
    margin: 0 auto;
}

/*-------------contact end-----------------------------------------------------------------*/
/*-------------faq start-------------------------------------------------------------------*/
.faq-list {
    background: #FFFFFF;
    border: 4px solid #5B80EA;
    padding: 45px 3.33333% 22px;
}

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

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

.faq-list .list-item {
    margin-bottom: 20px;
}

.faq-list .list-item:first-child .item-desc {
    display: block;
}

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

.faq-list .item-title {
    background-color: #EEEEEE;
    white-space: pre-wrap;
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
    padding: 11px 40px 11px 18px;
    cursor: pointer;
    position: relative;
}

.faq-list .item-title:before {
    position: absolute;
    content: '\e725';
    font-family: "iconfont" !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 11px;
    right: 14px;
}

@media screen and (max-width: 991px) {
    .faq-list .item-title:before {
        top: 8px;
        right: 10px;
    }
}

.faq-list .item-title.active {
    background-color: #5B7FE9;
    color: #fff;
}

.faq-list .item-title.active:before {
    content: '\e723';
}

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

@media screen and (max-width: 991px) {
    .faq-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        padding: 8px 30px 8px 15px;
    }
}

@media screen and (max-width: 767px) {
    .faq-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 30px 5px 10px;
    }
}

.faq-list .item-desc {
    display: none;
    padding: 21px 16px 3px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 32px;
}

.faq-list .item-desc p {
    white-space: pre-wrap;
}

.faq-list .item-desc img, .faq-list .item-desc iframe {
    max-width: 100%;
}

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

    .faq-list .item-desc p {
        min-height: 26px;
    }
}

@media screen and (max-width: 991px) {
    .faq-list .item-desc {
        padding: 15px 15px 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }

    .faq-list .item-desc p {
        min-height: 24px;
    }
}

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

    .faq-list .item-desc p {
        min-height: 20px;
    }
}

/*-------------faq end---------------------------------------------------------------------*/
/*-------------cer start-------------------------------------------------------------------*/
.cer-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.cer-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 23.08333%;
    margin-left: 2.55556%;
    margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
    .cer-list .list-item {
        width: 31.33%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 30px;
    }
}

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

.cer-list .item-pics {
    position: relative;
    padding-bottom: 100%;
}

.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: 991px) {
    .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: 991px) {
    .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: 991px) {
    .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-pic .video-play {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.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: 991px) {
    .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: 991px) {
    .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: 991px) {
    .video-list .list-item {
        width: 32%;
        margin-left: 2%;
        bottom: 25px;
    }
}

@media screen and (max-width: 640px) {
    .video-list .list-item {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 20px;
    }
}

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

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

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

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

.video-list .item-pic {
    border-radius: 0;
}

.video-list .item-pic img {
    cursor: pointer;
}

.video-list .item-title {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 28px;
}

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

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

@media screen and (max-width: 767px) {
    .video-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        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: 20px;
    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: 5px;
    width: 35px;
    height: 28px;
    -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;
    padding: 6px 6px 3px;
}

.n-nav .n-nav-icon span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: #5B7FE9;
}

.n-nav .n-nav-icon.active {
    background: #666 url(../fonts/nav-close.png) no-repeat center;
    background-size: 30px;
}

.n-nav .n-nav-icon.active span {
    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 #5B7FE9;
    margin: 5px 10px;
}

.n-nav .box-search .item-input {
    width: 100%;
    line-height: 32px;
    height: 32px;
    padding: 0 60px 0 0;
    position: relative
}

.box-search i {
    position: absolute;
    right: 24px;
    top: 10px;
    color: #fff;
}

.n-nav .box-search .item-submit {
    font-weight: bold;
    background-color: #5B7FE9;
    width: 44px;
    height: 32px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 5px;
}

.n-nav .box-search .item-submit:hover {
    background-color: #666;
}

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

.banner {
    line-height: 0;
    font-size: 0;
    position: relative;
    overflow: hidden;
}

.banner .slick-arrow {
    position: absolute;
    z-index: 2;
    display: none !important;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
}

.banner .slick-arrow .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    color: #3F3E3E;
}

.banner .slick-arrow:hover {
    background-color: #fff;
}

@media screen and (max-width: 991px) {
    .banner .slick-arrow {
        display: none !important;
    }
}

.banner .slick-prev {
    left: 75px;
    cursor: pointer;
}

.banner .slick-next {
    right: 75px;
    cursor: pointer;
}

.banner .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 21px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.banner .slick-dots li {
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.banner .slick-dots li a {
    display: block;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border-radius: 50%;
}

.banner .slick-dots li.slick-active a {
    background-color: #5B7FE9;
}

@media screen and (max-width: 991px) {
    .banner .slick-dots {
        bottom: 15px;
    }

    .banner .slick-dots li {
        margin: 0 4px;
    }

    .banner .slick-dots li a {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-dots {
        bottom: 7px;
    }

    .banner .slick-dots li {
        margin: 0 2px;
    }

    .banner .slick-dots li a {
        width: 8px;
        height: 8px;
    }
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.index-banner {
    position: relative;
    padding-bottom: 39.0625%;
}

.index-banner .slider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.page_banner img {
    display: block;
}

@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: 991px) {
}

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

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

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

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot') format('embedded-opentype'),
    url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff'),
    url('../fonts/Poppins-Regular.ttf') format('truetype'),
    url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot') format('embedded-opentype'),
    url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff'),
    url('../fonts/Poppins-Medium.ttf') format('truetype'),
    url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'),
    url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff'),
    url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
    url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-display: swap;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1610085124186'); /* IE9 */
    src: url('../fonts/iconfont.eot?t=1610085124186#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
    url('../fonts/iconfont.woff?t=1610085124186') format('woff'),
    url('../fonts/iconfont.ttf?t=1610085124186') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg?t=1610085124186#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-liebiao:before {
    content: "\e834";
}

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

.icon-liebiao1:before {
    content: "\e6eb";
}

.icon-liebiao11:before {
    content: "\e618";
}

.icon-liebiao2:before {
    content: "\e65d";
}

.icon-vk:before {
    content: "\e692";
}

.icon-icon-test11:before {
    content: "\e652";
}

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

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

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-up9:before {
    content: "\e72a";
}

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

.icon-bottom9:before {
    content: "\e72b";
}

.icon-left9:before {
    content: "\e72c";
}

.icon-right9:before {
    content: "\e72d";
}

.icon-up14:before {
    content: "\e73e";
}

.icon-bottom14:before {
    content: "\e73f";
}

.icon-left14:before {
    content: "\e740";
}

.icon-right14:before {
    content: "\e741";
}

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

.icon-bottom16:before {
    content: "\e747";
}

.icon-left16:before {
    content: "\e748";
}

.icon-right16:before {
    content: "\e749";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-download4:before {
    content: "\e7a3";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-address1:before {
    content: "\e7c0";
}

.icon-wechat:before {
    content: "\e7c1";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c3";
}

.icon-email1:before {
    content: "\e7c4";
}

.icon-phone:before {
    content: "\e7c6";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-website1:before {
    content: "\e7c9";
}

.icon-qq:before {
    content: "\e7ca";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp11:before {
    content: "\e7c5";
}

.icon-address2:before {
    content: "\e7c8";
}

.icon-email11:before {
    content: "\e7cd";
}

.icon-address11:before {
    content: "\e7ce";
}

.icon-fax1:before {
    content: "\e7cf";
}

.icon-qq1:before {
    content: "\e7d0";
}

.icon-tel1:before {
    content: "\e7d1";
}

.icon-wechat1:before {
    content: "\e7d2";
}

.icon-phone2:before {
    content: "\e7d3";
}

.icon-mobile1:before {
    content: "\e7d4";
}

.icon-message2:before {
    content: "\e7dc";
}

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

.icon-search:before {
    content: "\e602";
}

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

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

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

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

.icon-companyname:before {
    content: "\e610";
}

.icon-home:before {
    content: "\e624";
}

.icon-weibiaoti1:before {
    content: "\e62c";
}

.icon-facebook1:before {
    content: "\e620";
}

.icon-skype1:before {
    content: "\e601";
}

.icon-pinterest1:before {
    content: "\e8ab";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-linkedin1:before {
    content: "\e648";
}

.icon-lianjie:before {
    content: "\e625";
}

.icon-xie:before {
    content: "\e60f";
}

.icon-youtube1:before {
    content: "\e6d6";
}

.icon-twitter1:before {
    content: "\e607";
}

.icon-whatsapp1:before {
    content: "\e61b";
}

.icon-dianhua2:before {
    content: "\e6c5";
}

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

.icon-icon_phone_fill:before {
    content: "\ebad";
}

.icon-icon_signal_fill:before {
    content: "\ebaf";
}

.icon-sousuo:before {
    content: "\e64c";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-jiahao12:before {
    content: "\e6bb";
}

.icon-jiahao_o:before {
    content: "\eb78";
}

.icon-jianhao_o:before {
    content: "\eb79";
}

.icon-jianhao8:before {
    content: "\e682";
}

.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.disnone {
    display: none
}

/*xun pan tijiao*/

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

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
}

.xunpanlb .table .thead p {
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box
}

.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 .td a:hover {
    color: #4678d8;
}

@media screen and (max-width: 520px) {
    .xunpanlb .table {
        border-top: 1px solid #dcdcdc;
    }

    .xunpanlb .table .thead {
        display: none;
    }

    .xunpanlb .table .tbody .td {
        width: 100% !important;
    }

    .xunpanlb .table .tbody .tread .td:nth-child(2) {
        border: 0 !important;
    }
}

.listcart {
    margin-top: 30px;
    width: 100%;
    clear: both
}

.listcart a, .listcart button {
    display: inline-block;
    color: #fff;
    min-width: 160px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: #666;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    cursor: pointer
}

.listcart a:hover, .listcart button:hover {
    background: #13548A;
    color: #fff;
}

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

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

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

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

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

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

.pro2-hotpro .index-hotpro {
    margin-top: 0;
}

.pro2-hotpro .index-item .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 80px 0 40px;
}

@media screen and (max-width: 1219px) {
    .pro2-hotpro .index-item .item-title {
        padding: 70px 0 40px;
    }
}

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

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


.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.disnone {
    display: none
}

/*xun pan tijiao*/

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

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
    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: #5B7FE9;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.xunpanlb .table .tbody .td a:hover {
    color: #666;
}

@media screen and (max-width: 520px) {
    .xunpanlb .table {
        border-top: 1px solid #dcdcdc;
    }

    .xunpanlb .table .thead {
        display: none;
    }

    .xunpanlb .table .tbody .td {
        width: 100% !important;
    }

    .xunpanlb .table .tbody .tread .td:nth-child(2) {
        border: 0 !important;
    }
}

.listcart {
    margin-top: 30px;
    width: 100%;
    clear: both
}

.listcart a, .listcart button {
    display: inline-block;
    color: #fff;
    min-width: 160px;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 20px;
    background: #666;
    padding-left: 5px;
    padding-right: 5px;
    border: none;
    cursor: pointer
}

.listcart a:hover, .listcart button:hover {
    background: #5B7FE9;
    color: #fff;
}

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

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

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

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

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

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

.pro2-hotpro .index-hotpro {
    margin-top: 0;
}

.pro2-hotpro .index-item .item-title {
    font-size: 32px;
    font-size: 3.2rem;
    padding: 80px 0 40px;
}

@media screen and (max-width: 1219px) {
    .pro2-hotpro .index-item .item-title {
        padding: 70px 0 40px;
    }
}

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

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


.inquiry-success {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 10%;
}

.inquiry-success * {
    text-align: center;
}

.inquiry-success p i {
    font-size: 60px;
    font-size: 6rem;
    color: #5B7FE9
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #5B7FE9;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #fff;
    color: #5B7FE9
}

.xunpanc {
    margin-top: 15px;
    margin-bottom: 15px;
    float: none !important;
    clear: both !important
}

.xunpanc .table {
    float: none !important;
    clear: both !important
}

.xunpanc table {
    border: 1px solid #333;
    text-align: center
}

.xunpanc table tr:first-child {
    height: 40px;
    color: #fff !important;
    background-color: #333;
}

.xunpanc table tr .td1 {
    width: 50%;
}

.xunpanc table tr .td2 {
    width: 30%;
}

.xunpanc table tr .td3 {
    width: 20%;
}

.xunpanc td a:hover {
    color: #1367af !important
}

.xunpanc table tr td {
    padding: 11px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}

.xunpanc table tr .td2 {
    font-size: 0;
    line-height: 0;
}

.pro1-spec {
    overflow: hidden;
    margin-bottom: 10px;
}

.more-btn {
    float: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: underline;
}

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

.slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9 \0;
}

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

    .slide .slideItem {
        position: relative;
    }

    .slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}
