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


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


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


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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

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

img {
    border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

textarea {
    resize: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

/* Internet Explorer 10+ */
.self-ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

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

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

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

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

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

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

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

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

.nlazy {
    min-width: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.an-btn1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    content: '';
    background: #1367AF;
    -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: #1367AF !important;
    background-color: #1367AF \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: #1367AF !important;
    background-color: #fff \9;
    color: #1367AF !important;
}

.an-btn2:hover .iconfont {
    color: #1367AF !important;
}

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

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

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

@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 a {
    color: #000;
}

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

@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: 9px;
    right: 9px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 9999;
}

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

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

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

.page a {
    display: inline-block;
    border: solid 1px #0A0A0A;
    color: #0A0A0A;
    width: 25px;
    padding: 0 2px;
    height: 25px;
    line-height: 24px;
    margin: 0 4px 10px;
    border-radius: 50%;
}

.page a.prev, .page a.next {
    width: auto;
    margin: 0 0 10px;
    border-color: transparent !important;
    background-color: transparent !important;
    color: #676767;
}

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

.page a.prev .iconfont, .page a.next .iconfont {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 26px;
    color: #676767;
}

.page a:hover, .page a.page-active {
    border-color: #1367AF;
    background-color: #1367AF;
    color: #fff;
}

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

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

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

.page .add-form {
    float: none;
    display: inline-block;
    background: url(../images/af-bg.png) no-repeat right center;
    padding-right: 31px;
    margin-left: 20px;
}

.page .add-form2 {
    float: none;
    display: inline-block;
    margin-left: 20px;
}

@media only screen and (max-width: 1219px) {
    .page .add-form {
        padding-right: 23px;
    }
}

.page .add-form .add-btn {
    text-align: center;
    min-width: 170px;
    letter-spacing: 0.5px;
    padding: 0 5px;
    height: 32px;
    line-height: 30px;
    background-color: #1367AF;
    color: #FFFFFF;
    cursor: pointer;
}

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


.page .add-form2 button {
    text-align: center;
    min-width: 170px;
    border: none;
    letter-spacing: 0.5px;
    padding: 0 5px;
    height: 32px;
    line-height: 30px;
    background-color: #1367AF;
    color: #FFFFFF;
    cursor: pointer;
}

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

@media only screen and (max-width: 1219px) {
    .page .add-form .add-btn, .page .add-form2 button {
        min-width: 140px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

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

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
/*back-top*/
.back-top {
    position: fixed;
    right: 15px;
    bottom: -100px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    cursor: pointer;
    z-index: 998;
    width: 48px;
    height: 48px;
    border-radius: 5px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 48px;
}

.back-top .iconfont {
    font-size: 17px;
    font-size: 1.7rem;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .back-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

/*-------------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;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
}

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

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

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

.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: #1367AF;
}

.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: 20px 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: 991px) {
    .m-oths {
        padding: 15px 0 0;
    }

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

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

/*-------------bread start-----------------------------------------------------------------*/
.bread .item-title {
    padding: 27px 0 45px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
}

.bread .item-title a:hover, .bread .item-title .active {
    color: #1367AF;
}

.bread .item-title span {
    color: #1367AF;
}

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

@media screen and (max-width: 991px) {
    .bread .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 15px 0 25px;
    }
}

@media screen and (max-width: 767px) {
    .bread .item-title {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 18px;
        padding: 10px 0 20px;
    }
}

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

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

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

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

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

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

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

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

.search .search-icon .iconfont {
    display: block;
    color: #1367AF;
    font-size: 32px;
    font-size: 3.2rem;
}

@media screen and (max-width: 1219px) {
    .search .search-icon .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

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

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

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

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

/*-------------header start----------------------------------------------------------------*/
.header {
    position: relative;
    background-color: #fff;
    z-index: 9;
}

.header .h-top {
    background-color: #F6F6F8;
    padding: 10px 0 9px;
}

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

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

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

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

.header .h-top .h-select .iconfont {
    display: block;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 30px;
    color: #1367AF;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

.header .h-top .langbox {
    position: relative;
}

.header .h-top .langbox .current-lang {
    min-width: 150px;
    border: solid 1px #CCCCCC;
    background-color: #fff;
    display: block;
    padding-right: 25px;
    padding-left: 11px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    color: #666;
}

.header .h-top .langbox .current-lang .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    position: absolute;
    top: 1px;
    right: 9px;
}

@media screen and (max-width: 991px) {
    .header .h-top .langbox .current-lang {
        line-height: 24px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    .header .h-top .langbox {
        position: relative;
        margin-right: 36px;
    }

}

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

.header .h-top .langbox .lang-list a {
    display: block;
    text-align: left;
    padding: 0 6px;
    color: #666;
}

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

@media screen and (max-width: 991px) {
    .header .h-top .langbox .lang-list a {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.header .h-top .item-p {
    margin-right: 32px;
    line-height: 30px;
}

.header .h-top .item-p .iconfont {
    font-size: 24px;
    font-size: 2.4rem;
    color: #1367AF;
    vertical-align: middle;
    margin-right: 15px;
}

.header .h-top .item-p .icon-email1 {
    font-size: 27px;
    font-size: 2.7rem;
}

.header .h-top .item-p a:hover {
    color: #1367AF;
}

@media screen and (max-width: 1219px) {
    .header .h-top .item-p {
        margin-right: 15px;
    }

    .header .h-top .item-p .iconfont {
        font-size: 20px;
        font-size: 2.0rem;
        color: #1367AF;
        vertical-align: middle;
        margin-right: 8px;
    }

    .header .h-top .item-p .icon-email1 {
        font-size: 20px;
        font-size: 2.0rem;
    }
}

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

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

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

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

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

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

.header .h-top .h-follow a .iconfont {
    color: #999;
    font-size: 31px;
    font-size: 3.1rem;
    line-height: 31px;
    display: block;
}

@media screen and (max-width: 1219px) {
    .header .h-top .h-follow a .iconfont {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 30px;
    }
}

.header .h-top .h-follow a .icon-logo-tiktok {
    width: 31px;
    height: 31px;
    border: 1px solid #999;
    border-radius: 50%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 29px;
    text-align: center;
}

@media screen and (max-width: 1219px) {
    .header .h-top .h-follow a .icon-logo-tiktok {
        width: 26px;
        height: 26px;
        border: 1px solid #999;
        border-radius: 50%;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 27px;
        text-align: center;
    }
}

.header .logo {
    float: left;
    display: block;
}

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

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

@media screen and (max-width: 1219px) {
    .header .logo {
        float: none;
        text-align: center;
        line-height: 90px;
    }

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

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

.header .navlist {
    margin-top: 37px;
    margin-right: 10px;
    float: right;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
}

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

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

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

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

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

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

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

    .header .navlist > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 2px 10px;
        text-align: center;
    }

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

@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: 220px;
    left: 50%;
    margin-left: -110px;
    border-top: solid 1px transparent;
    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;
}

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

.header .yiji li > a {
    display: block;
    line-height: 24px;
    padding: 8px 12px;
    font-size: 14px;
    font-size: 1.4rem;
}

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

.header .yiji li:hover .erji {
    -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: 980px) {
    .header .yiji {
        display: none;
    }
}

.header .erji li:hover .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 .erji, .header .sanji {
    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: solid 2px transparent;
    width: 220px;
}

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

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

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

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

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

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

.footer a:hover {
    color: #1367AF;
}

.footer .f-top {
    padding: 60px 0 9px;
    line-height: 30px;
}

.footer .f-top .footer-title {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 13px;
}

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

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

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

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

.footer .f-top .flist3 .footer-title {
    padding-left: 12px;
}

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

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

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

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

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

.footer .f-top .copyright {
    margin-top: 34px;
    letter-spacing: 0.25px;
}

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

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

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

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

@media screen and (max-width: 991px) {
    .footer .f-top {
        padding: 30px 0 9px;
        line-height: 24px;
    }

    .footer .f-top .footer-title {
        font-size: 20px;
        font-size: 2rem;
    }

    .footer .f-top .f-follow a .iconfont {
        font-size: 30px;
        font-size: 3rem;
    }

    .footer .f-top .flist1, .footer .f-top .flist2 {
        width: 50%;
    }

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

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

@media screen and (max-width: 767px) {
    .footer .f-top {
        padding: 20px 15px 70px;
        text-align: center;
    }

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

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

    .footer .f-top .f-follow {
        margin-top: 0;
    }

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

    .footer .f-top .copyright {
        margin-top: 10px;
        line-height: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.footer .f-top .f-follow a .icon-logo-tiktok {
    width: 36px;
    height: 37px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    margin-top: -4px;
}

@media screen and (max-width: 991px) {
    .footer .f-top .f-follow a .icon-logo-tiktok {
        width: 31px;
        height: 32px;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 28px;
        text-align: center;
        box-sizing: border-box;
        margin-top: -4px;
    }
}

@media screen and (max-width: 767px) {
    .footer .f-top .f-follow a .icon-logo-tiktok {
        width: 26px;
        height: 27px;
        border: 2px solid #fff;
        border-radius: 50%;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        text-align: center;
        box-sizing: border-box;
        margin-top: -1px;
    }
}

.footer .f-bot {
    border-top: solid 1px #ccc;
    padding: 2px 0 44px;
    line-height: 30px;
}

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

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

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

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

.f-form .item-input, .f-form .item-input1 {
    margin-bottom: 11px;
    padding-left: 22px;
    float: left;
    position: relative;
}

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

.f-form .item-input1 {
    width: 100%;
}

.f-form input, .f-form textarea {
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    background-color: #fff;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.f-form input {
    height: 38px;
    line-height: 38px;
}

.f-form textarea {
    height: 81px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.f-form .fcodeinput {
    width: 50%;
}

@media screen and (max-width: 1219px) {
    .f-form .fcodeinput {
        width: 190px;
    }
}

.f-form .fcodeimg {
    float: right;
    line-height: 38px;
    position: relative;
    top: -1px;
}

.f-form .fcodeimg img {
    max-height: 38px;
    vertical-align: middle;
    cursor: pointer;
}

.f-form .fcodebtn {
    background-color: #1367AF;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer
}

.f-form .fcodebtn:hover {
    background-color: #fff;
    color: #1367AF;
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
/* index-box1 start */
.index-box1 {
    border-bottom: solid 1px #D2D2D2;
}

.index-box1 .box-list {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.index-box1 .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 55px 4% 44px;
    border-left: solid 1px #D2D2D2;
    margin-top: 21px;
}

.index-box1 .box-list .list-item:first-child {
    border-left: 0;
}

@media screen and (max-width: 1219px) {
    .index-box1 .box-list .list-item {
        padding: 55px 2.5% 44px;
    }
}

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

@media screen and (max-width: 767px) {
    .index-box1 .box-list .list-item {
        padding: 15px 0;
        width: 100%;
        border-top: solid 1px #ccc;
        border-left: 0;
        margin-top: 0;
    }

    .index-box1 .box-list .list-item:first-child {
        border-top: 0;
    }
}

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

@media screen and (max-width: 991px) {
    .index-box1 .box-list .item-pic img {
        max-width: 50px;
    }
}

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

.index-box1 .box-list .item-title {
    margin-top: 35px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.index-box1 .box-list .item-title, .index-box1 .box-list .item-title a {
    color: #1367AF;
}

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

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

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

.index-box1 .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    height: 72px;
    margin-top: 20px;
}

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

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

/* index-box1 end */
.index-item .item-title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
}

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

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

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

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

.index-item .item-desc {
    max-width: 1110px;
    margin: 21px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
}

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

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

/* Our Products start */
.index-probox {
    padding: 61px 0 40px;
}

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

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

.index-probox .box-list {
    font-size: 0;
    letter-spacing: 0;
    padding: 38px 0 0;
}

@media screen and (max-width: 767px) {
    .index-probox .box-list {
        padding-top: 20px;
    }
}

.index-probox .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 23.33333%;
    margin-left: 2.22222%;
    margin-bottom: 57px;
    text-align: center;
}

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

@media screen and (max-width: 991px) {
    .index-probox .box-list .list-item {
        width: 23.5%;
        margin-left: 2%;
    }
}

@media screen and (max-width: 767px) {
    .index-probox .box-list .list-item {
        width: 31.33%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 20px;
    }
}

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

.index-probox .box-list .item-pic {
    position: relative;
}

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

.index-probox .box-list .item-backdrop .item-btnbox {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -12px;
}

.index-probox .box-list .item-backdrop .item-btn {
    min-width: 105px;
    line-height: 24px;
    padding: 4px 10px 3px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    color: #1367AF;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .index-probox .box-list .item-backdrop {
        display: none;
    }
}

.index-probox .box-list .item-title {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

.index-probox .box-list .item-title, .index-probox .box-list .item-title a {
    color: #666;
}

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

/* Our Products end */
/* index-box2 start */
.index-box2 {
    background-color: #F9FBFF;
    padding: 95px 0 67px;
}

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

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

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

.index-box2 .list-item {
    max-width: 1178px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    box-shadow: 4px 7px 32px 0px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 64px;
}

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

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

@media screen and (max-width: 640px) {
    .index-box2 .list-item {
        padding: 15px;
        margin-bottom: 20px;
    }
}

.index-box2 .list-item .item-pic {
    width: 45.75%; /* @media screen and (max-width:640px) { float: none!important; margin: 0 auto!important; width: 100%; max-width: 549px; border-radius: 20px; } */
}

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

.index-box2 .list-item .item-pic.pull-left {
    margin-right: 5%;
}

.index-box2 .list-item .item-pic.pull-right {
    margin-left: 4.5%;
}

@media screen and (max-width: 991px) {
    .index-box2 .list-item .item-pic.pull-left {
        margin-right: 2.5%;
    }

    .index-box2 .list-item .item-pic.pull-right {
        margin-left: 2.5%;
    }
}

.index-box2 .list-item .item-body {
    padding: 74px 5% 30px;
}

@media screen and (max-width: 1219px) {
    .index-box2 .list-item .item-body {
        padding: 40px 2.5% 30px;
    }
}

@media screen and (max-width: 991px) {
    .index-box2 .list-item .item-body {
        padding: 30px 2.5%;
    }
}

@media screen and (max-width: 767px) {
    .index-box2 .list-item .item-body {
        padding: 20px 2.5%;
    }
}

@media screen and (max-width: 640px) {
    .index-box2 .list-item .item-body {
        padding: 0;
    }
}

.index-box2 .list-item .item-title {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 15px;
    overflow: visible;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index-box2 .list-item .item-title:before {
    position: absolute;
    content: '';
    width: 95px;
    height: 3px;
    background-color: #1367AF;
    left: 0;
    bottom: 0;
}

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

@media screen and (max-width: 991px) {
    .index-box2 .list-item .item-title {
        font-size: 26px;
        font-size: 2.6rem;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .index-box2 .list-item .item-title {
        font-size: 20px;
        font-size: 2.0rem;
        padding-bottom: 8px;
    }

    .index-box2 .list-item .item-title:before {
        width: 55px;
        height: 2px;
    }
}

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

.index-box2 .list-item .item-desc {
    overflow: visible;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin-top: 48px;
}

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

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

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

.index-box2 .list-item .item-btn {
    margin-top: 60px;
    display: inline-block;
    font-family: 'ibmplexsans-regular', arial;
    min-width: 200px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    background-color: #1367AF;
    border-radius: 25px;
    line-height: 28px;
    padding: 15px;
    border: solid 1px #1367AF;
}

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

@media screen and (max-width: 1219px) {
    .index-box2 .list-item .item-btn {
        margin-top: 40px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        min-width: 160px;
    }
}

@media screen and (max-width: 991px) {
    .index-box2 .list-item .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 8px 10px;
        min-width: 120px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .index-box2 .list-item .item-btn {
        margin-top: 15px;
        padding: 3px 10px;
        font-size: 12px;
        font-size: 1.2rem;
        min-width: 100px;
    }
}

/* index-box2 end */
/* index-video start */
.index-video {
    background-color: #F9FBFF;
    margin-bottom: 92px; /* .item-videobox start */ /* .item-videobox end */
}

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

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

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

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

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

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

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

.index-video .item-img img {
    display: block;
    max-width: 1105px;
    margin: 0 auto;
    width: 100%;
}

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

.index-video .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 33.93665%;
    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-faq start */
.index-faq {
    margin-bottom: 94px;
}

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

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

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

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

@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-faq end */
.index-cer {
    margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

.index-cer .cer-scroll .scroll-btns .scroll-btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 34px;
    font-size: 3.4rem;
    color: #999;
}

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

@media screen and (max-width: 1219px) {
    .index-cer .cer-scroll .scroll-btns .scroll-btn {
        font-size: 30px;
        font-size: 3rem;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.index-cer .cer-scroll .scroll-list .item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

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

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

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

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

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

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

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

.index-download {
    margin-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

/*-------------2-1-products start----------------------------------------------------------*/
.main .box-slide {
    width: 271px;
}

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

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

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

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

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

/* .pro1-top start */
.pro1-top .item-title {
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    color: #1367AF;
    position: relative;
    padding-left: 23px;
    margin-bottom: 12px;
}

.pro1-top .item-title:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 30px;
    background-color: #1367AF;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1219px) {
    .pro1-top .item-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 24px;
        padding-left: 15px;
    }

    .pro1-top .item-title:before {
        height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .pro1-top .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        margin-bottom: 8px;
        padding-left: 10px;
    }

    .pro1-top .item-title:before {
        height: 20px;
        width: 3px;
    }
}

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

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

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

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

@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: 31.31991%;
    margin-left: 3.02013%;
    margin-bottom: 41px;
    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-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 20px;
    }
}

.pro1-list .item-backdrop .item-btnbox {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -12px;
}

.pro1-list .item-backdrop .item-btn {
    min-width: 105px;
    line-height: 24px;
    padding: 4px 10px 3px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    color: #1367AF;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .pro1-list .item-backdrop {
        display: none;
    }
}

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

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

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

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

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

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

    .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-btn1 {
    display: inline-block;
    vertical-align: middle;
    width: 111px;
    line-height: 28px;
    border: solid 1px #1367AF;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    color: #1367AF;
}

.pro1-list .item-btn1:hover {
    background-color: #1367AF;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .pro1-list .item-btn1 {
        width: 90px;
        line-height: 24px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/* .pro1-list end */
.proslide .slide-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    font-weight: bold;
    padding: 10px 14px;
    text-transform: uppercase;
    background-color: #1367AF;
    margin-bottom: 5px;
    position: relative;
}

.proslide .slide-title, .proslide .slide-title a {
    color: #fff;
}

.proslide .slide-title a {
    display: block;
}


.proslide .slide-title.slide-title1 {
    background-color: #1367AF;
    display: none;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 5px 10px;
}

.proslide .slide-title.slide-title1, .proslide .slide-title.slide-title1 a {
    color: #fff;
}

@media screen and (max-width: 1219px) {
    .proslide .slide-title {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 991px) {
    .proslide .slide-title {
        display: none;
    }

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

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

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

.slidenav-list > li > a, .slidenav-list > li > p {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 10px 35px 7px 14px;
    word-break: break-all;
    background-color: #E0E0E0;
    display: block;
    position: relative;
    cursor: pointer;
}

.slidenav-list > li > a:after, .slidenav-list > li > p:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    right: 17px;
    top: 12px;
    background: url(../images/snav1.png) no-repeat center;
}

@media screen and (max-width: 1219px) {
    .slidenav-list > li > a, .slidenav-list > li > p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
    }
}

.slidenav-list > li:hover > a, .slidenav-list > li:hover > p, .slidenav-list > li.active > a, .slidenav-list > li.active > p {
    background-color: #1367AF !important;
    color: #FFFFFF;
}

.slidenav-list > li:hover > a:after, .slidenav-list > li:hover > p:after, .slidenav-list > li.active > a:after, .slidenav-list > li.active > p:after {
    background-image: url(../images/snav1_1.png) !important;
}

.snav-yiji, .snav-erji {
    background-color: #fff;
    padding: 7px 0;
    display: none
}

.snav-yiji.active {
    display: block
}

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

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

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

.snav-yiji > li > a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 8px 10px 8px 40px;
    background: url(../images/snav2.png) no-repeat 17px 19px;
}

@media screen and (max-width: 1219px) {
    .snav-yiji > li > a {
        line-height: 20px;
    }
}

.snav-yiji > li:hover > a, .snav-yiji > li.active > a {
    background-image: url(../images/snav2_1.png) !important;
    color: #1367AF !important;
}

.snav-erji > li > a {
    display: block;
    padding: 2px 10px 2px 54px;
    line-height: 24px;
}

@media screen and (max-width: 1219px) {
    .snav-erji > li > a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }
}

.snav-erji > li:hover > a, .snav-erji > li.active > a {
    color: #1367AF !important;
}

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

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

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

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

.tags .box-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    background: #1367AF;
    line-height: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 14px;
}

@media screen and (max-width: 1219px) {
    .tags .box-title {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px 10px;
    }
}

@media screen and (max-width: 1219px) {
    .tags .box-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
    }
}

.tags .box-desc {
    padding: 15px 3px 0;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
}

.tags .box-desc a:hover {
    color: #1367AF;
}

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

/* tags end */
/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-box {
    margin-bottom: 39px;
}

@media screen and (max-width: 991px) {
    .pro2-box {
        margin-bottom: 25px;
    }
}

.pro2-box .m-propic {
    margin: 0 auto;
    width: 630px;
    float: left;
    margin-right: 3.91667%;
}

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

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

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

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

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

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

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

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

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

.pro2-box .m-propic .pic-small {
    position: relative;
    float: left;
    width: 122px;
    padding: 50px 0;
    overflow: hidden;
}

.pro2-box .m-propic .pic-btn {
    position: absolute;
    margin: 0 auto;
    left: 0;
    display: block;
    cursor: pointer;
    font-size: 26px;
    font-size: 2.6rem;
    left: 50%;
    margin-left: -13px;
}

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

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

.pro2-box .m-propic .pic-btn:hover {
    color: #1367AF;
}

.pro2-box .m-propic .pic-list {
    height: 396px;
    overflow: hidden;
}

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

.pro2-box .m-propic .pic-list .list-item {
    margin-bottom: 15px;
    overflow: visible;
    padding-left: 0;
    position: relative;
    padding-bottom: 100%;
}

.pro2-box .m-propic .pic-list .item-pics, .pro2-box .m-propic .pic-list .item-video {
    display: block;
    border-radius: 0;
    border: 1px solid #CCCCCC;
    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%;
}

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

.pro2-box .m-propic .item-pics:hover, .pro2-box .m-propic .item-pics.active,
.pro2-box .m-propic .item-video:hover, .pro2-box .m-propic .item-video.active {
    border-color: #1367AF;
}


.pro2-box .m-propic2 {
    display: none;
}

@media screen and (max-width: 1219px) {
    .pro2-box { /*.m-propic .pic-small { width: 110px; } .m-propic .pic-list { height: 444px; } .m-propic .list-item { margin-bottom: 40px; } */
    }

    .pro2-box .zoomPad {
        cursor: default !important;
    }

    .pro2-box .zoomPup {
        display: none !important;
    }

    .pro2-box .zoomWindow {
        display: none !important;
    }

    .pro2-box .zoomPreload {
        display: none !important;
    }

    .pro2-box .m-propic {
        max-width: 100%;
        float: none;
        margin: 0 auto 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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


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

    .pro2-box .m-propic2 .list-item img {
        max-width: 100%;

        display: block;
    }

    .pro2-box .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) {
    .pro2-box .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) {
    .pro2-box .m-propic2 .list-item {
        float: left;
        margin-left: .1%;
        margin-right: .1%;
        margin-bottom: 0;
        width: 9.8%;
    }
}

.pro2-info .item-title {
    margin-top: 12px;
    line-height: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: #666;
}

@media only screen and (max-width: 1219px) {
    .pro2-info .item-title {
        margin-top: 0;
        line-height: 26px;
        font-size: 20px;
        font-size: 2rem;
    }
}

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

.pro2-info .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    min-height: 50px;
    padding: 13px 0 20px;
}

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

@media only screen and (max-width: 1219px) {
    .pro2-info .item-desc {
        min-height: auto;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
    }
}

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

.pro2-info .item-btns {
    padding-top: 16px;
    font-size: 0;
    letter-spacing: 0;
    display: inline-block;
}

@media only screen and (max-width: 1219px) {
    .pro2-info .item-btns {
        width: 100%;
        display: block;
        padding-top: 0;
    }
}

.pro2-info .item-btns .item-btn {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 17px;
    line-height: 24px;
    padding: 11px 10px;
    border: solid 1px #1367AF;
    color: #1367AF;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    min-width: 147px;
    margin-right: 34px;
}

.pro2-info .item-btns .item-btn:hover {
    background-color: #1367AF;
    border-color: #1367AF;
    color: #fff;
}

@media only screen and (max-width: 999px) {
    .pro2-info .item-btns .item-btn {
        padding: 8px 10px;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .pro2-info .item-btns .item-btn {
        padding: 5px 10px;
        min-width: 140px;
    }
}

@media only screen and (max-width: 500px) {
    .pro2-info .item-btns .item-btn {
        width: 100%;
        margin: 0 0 10px !important;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }
}

.pro2-info .item-btns .down-btn {
    margin-right: 0;
    border-color: #333;
    background-color: #333;
    color: #fff;
}

.pro2-info .pro-share .share-title {
    font-size: 16px;
    font-size: 1.6rem;
}

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

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

.pro2-tab {
    margin-bottom: 64px;
}

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

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


.pro2-tab .tab-active {
    background-color: #fff;
    color: #1367AF;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: #F8F8F8;
    width: 100%;
    line-height: 58px;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 20px
}

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

    .pro2-tab .tab-options li p {
        height: auto;
        line-height: 24px;
        padding: 10px;
        width: auto;
        display: block;
    }
}

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

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

.pro2-tab .tab-content-item p img {
    margin-top: 3px;
    margin-bottom: 3px
}

.pro2-tab .table table tr td {

    border: 1px solid #666 !important;
    color: #666 !important;
}

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

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

.pro2-tab .tab-content-item a:hover {
    color: #1367AF;
}

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

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

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

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

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

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

.pro2-tags {
    margin-bottom: 78px;
}

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

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

@media screen and (max-width: 767px) {
    .pro2-tags {
        margin-bottom: 20px;
    }
}

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

.pro2-tags a:hover {
    color: #fff;
    border-color: #1367AF;
    background-color: #1367AF;
}
.pro2-tags.box-lists{
    position: relative;
    width: 100%;
    max-height: 100px;
    overflow: hidden;
    margin-bottom: 8px;
}
.pro2-tags.prtagh{
    max-height: none !important;
}
.box-more{
    position: relative;
    width: 100%;
}
.box-more .zhankai{
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0px 20px;
    line-height: 30px;
    cursor: pointer;
    border: 1px solid #333;
    font-size: 16px;
}
.box-more .zhankai:hover {
    background: #1367AF;
    color: #fff;
    border-color: #1367AF;
}
@media screen and (max-width: 1219px) {
    .pro2-tags a {
        min-width: auto;
        margin: 0 10px 10px 0;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
        padding: 5px 10px;
    }
}

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

.pro2-title {
    font-weight: bold;
    font-size: 30px;
    font-size: 3rem;
    text-transform: uppercase;
    border-bottom: solid 1px #ccc;
    padding-bottom: 14px;
}

.pro2-title a:hover {
    color: #1367AF;
}

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

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

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

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

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

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

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

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

.related-scroll .scroll-btns .scroll-btn:hover {
    color: #1367AF;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.related-scroll .scroll-list .item-pic {
    position: relative;
}

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

.related-scroll .scroll-list .item-backdrop .item-btnbox {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -12px;
}

.related-scroll .scroll-list .item-backdrop .item-btn {
    min-width: 105px;
    line-height: 24px;
    padding: 4px 10px 3px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    color: #1367AF;
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-1-application start-------------------------------------------------------*/
.app1-list {
    padding: 0 0 58px;
    font-size: 0;
    letter-spacing: 0;
}

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

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

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

.app1-list .list-item {
    width: 31.66667%;
    margin-left: 2.5%;
    margin-bottom: 50px;
    display: inline-block;
    vertical-align: top;
}

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

@media screen and (max-width: 480px) {
    .app1-list .list-item {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 20px;
    }
}

.app1-list .item-pic {
    position: relative;
    border-radius: 20px;
}

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

.app1-list .item-body {
    padding: 0 10px;
}

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

.app1-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 30px;
    height: 60px;
    margin-top: 13px;
}

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

@media screen and (max-width: 991px) {
    .app1-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 24px;
        height: 48px;
        margin-top: 10px;
    }
}

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

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

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

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

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

.app1-list .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #1367AF;
}

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

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

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

/*-------------3-1-application end---------------------------------------------------------*/
/*-------------3-2-application start-------------------------------------------------------*/
.app2-main > .item-title {
    font-weight: normal !important;
}

/*-------------3-2-application end---------------------------------------------------------*/
/*-------------4-download start------------------------------------------------------------*/
.download-list {
    padding-bottom: 0;
}

.download-list .list-item {
    border-bottom: dashed 1px #d7d7d7;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 54px;
    text-align: center;
}

.download-list .item-body {
    overflow: hidden;
    padding-right: 250px;
    text-align: left;
}

.download-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 24px;
    min-height: 24px;
}

.download-list .item-title .iconfont {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 24px;
    color: #1367AF;
    margin-right: 17px;
    font-weight: normal;
}

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

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

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

.download-list .item-btn {
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    min-width: 152px;
    height: 42px;
    border-radius: 5px;
    background-color: #1367AF;
    line-height: 42px;
    color: #fff;
    font-family: tahoma;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    position: absolute;
    top: 0px;
    right: 0;
    cursor: pointer
}

.download-list .item-btn .iconfont {
    font-size: 34px;
    font-size: 3.4rem;
    vertical-align: middle;
    font-weight: normal;
    margin-right: 10px;
}

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

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

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

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

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

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

    .download-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .download-list .item-title .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
        margin-right: 8px;
    }

    .download-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
        min-height: 20px;
    }

    .download-list .item-btn {
        min-width: 120px;
        height: 36px;
        line-height: 36px;
    }

    .download-list .item-btn .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
        margin-right: 5px;
    }
}

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

    .download-list .item-btn {
        position: relative;
        top: auto;
        right: auto;
        margin: 20px auto 0;
        font-size: 12px;
        font-size: 1.2rem;
        height: 30px;
        line-height: 30px;
    }

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

/*-------------4-download end--------------------------------------------------------------*/
/*-------------5-1-news start--------------------------------------------------------------*/
.news1-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 41px;
}

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

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

.news1-list li {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 33px;
}

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

@media screen and (max-width: 480px) {
    .news1-list li {
        width: 48%;
        margin: 0 1% 20px;
    }
}

.news1-list .item-pic {
    width: 448px;
    float: left;
    border-radius: 10px;
    margin-right: 2.5%;
}

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

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

@media screen and (max-width: 991px) {
    .news1-list .item-pic {
        width: 270px;
    }
}

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

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

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

.news1-list .item-title {
    margin-top: 36px;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
}

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

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

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

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

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

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

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

@media screen and (max-width: 480px) {
    .news1-list .item-desc {
        line-height: 20px;
        height: 40px;
        margin-top: 5px;
    }
}

.news1-list .item-btn {
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    color: #1367AF;
}

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

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

/*-------------5-1-news end----------------------------------------------------------------*/
/*-------------5-2-news start--------------------------------------------------------------*/
.news2-main > .item-title {
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 30px;
}

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

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

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

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

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

.news2-main .item-date > span {
    margin-right: 20px;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
}

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

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

    .news2-main .item-date .iconfont {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

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

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

.news2-main .item-desc p {
    margin-top: 2px;
    margin-bottom: 2px
}

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

@media screen and (max-width: 1219px) {
    .news2-main .item-desc {
        padding: 30px 0 50px;
        line-height: 26px;
    }

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

@media screen and (max-width: 991px) {
    .news2-main .item-desc {
        padding: 30px 0;
        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;
    }
}

/*-------------5-2-news end----------------------------------------------------------------*/
/*-------------6-contact start-------------------------------------------------------------*/
.ac-top {
    margin-bottom: 95px;
}

.ac-top a:hover {
    color: #1367AF;
}

.ac-top p {
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 30px;
    line-height: 30px;
}

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

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

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

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


.ac-top .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}


.about-info .item-title {
    margin-bottom: 34px;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.about-info .item-pics {
    margin-bottom: 63px;
}

@media screen and (max-width: 999px) {
    .about-info .item-pics {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .about-info .item-pics {
        margin-bottom: 30px;
    }
}

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

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

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

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

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

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

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

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

.contact-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 36px;
}

.contact-list a:hover {
    color: #1367AF;
}

.contact-list .box-title {
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    margin-bottom: 9px;
}

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

.contact-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 16px;
}

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

    .contact-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}

.contact-form {
    margin-bottom: 58px;
    max-width: 1128px;
    overflow: hidden;
}

.contact-form .box-title {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: uppercase;
    margin-bottom: 29px;
}

@media screen and (max-width: 1219px) {
    .contact-form .box-title {
        font-size: 30px;
        font-size: 3rem;
    }
}

@media screen and (max-width: 991px) {
    .contact-form .box-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-form .box-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
}

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

.contact-form .attachment {
    width: 100%;
    position: relative;
    padding-left: 17px;
    margin-bottom: 15px;
}

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

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

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

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

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

.contact-form .attachment .file-group .file-btn {
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #1367AF;
    color: #FFFFFF;
    border: 0;
}

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

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

.contact-form .attachment .file-group .file-name-p {
    overflow: hidden;
    height: 34px;
    line-height: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.contact-form .attachment .file-group .file-name-p i {
    cursor: pointer;
}

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

.contact-form .item-row {
    margin-bottom: 14px;
    padding-left: 17px;
}

.contact-form .item-row input, .contact-form .item-row textarea {
    width: 100%;
    display: block;
    background-color: #fff;
    border: solid 1px #a0a0a0;
    height: 38px;
    line-height: 36px;
    padding: 0 10px;
    color: #a6a6a6;
}

.contact-form .item-row textarea {
    height: 83px;
    line-height: 24px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.contact-form .item-row .code-input {
    width: 20.39356%;
    float: left;
    margin-right: 8.49732%;
}

.contact-form .item-row .code-img {
    float: left;
    line-height: 38px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    top: -1px;
}

.contact-form .item-row .code-img img {
    max-height: 38px;
    vertical-align: middle;
}

.contact-form .item-row .code-btn {
    float: right;
    width: 44.00716%;
    background-color: #1367AF;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #fff;
    border: 0;
    cursor: pointer
}

.contact-form .item-row .code-btn:hover {
    background-color: #333;
}

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

    .contact-form .item-row .code-input {
        margin-right: 10px;
    }
}

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

    .contact-form .item-row .code-input {
        width: 31.3059%;
        margin-right: 1.78891%;
    }

    .contact-form .item-row .code-btn {
        width: 31.3059%;
    }
}

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

    .contact-form .item-row input, .contact-form .item-row textarea {
        font-size: 12px;
        font-size: 1.2rem;
    }

    .contact-form .item-row .code-input {
        width: 100%;
        margin-right: 0;
    }

    .contact-form .item-row .code-img {
        float: left;
        margin: 10px 0;
    }

    .contact-form .item-row .code-btn {
        width: 100%;
    }
}

.map img {
    display: block;
    margin: 0 auto;
}

/*-------------6-contact end---------------------------------------------------------------*/
/*-------------faq start-------------------------------------------------------------------*/
.faq-list {
    background: #FFFFFF;
    border: 6px solid #1367AF;
    padding: 43px 3.33333% 20px;
}

@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: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 11px 40px 11px 18px;
    cursor: pointer;
    position: relative;
}

.faq-list .item-title:before {
    position: absolute;
    content: '\e725';
    font-family: "iconfont" !important;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: 11px;
    right: 14px;
}

@media screen and (max-width: 991px) {
    .faq-list .item-title:before {
        top: 8px;
        right: 10px;
    }
}

.faq-list .item-title.active {
    background-color: #1367AF;
    color: #fff;
}

.faq-list .item-title.active:before {
    content: '\e723';
}

@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: 17px 16px 19px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
}

.faq-list .item-desc p {
    white-space: pre-wrap;
}

.faq-list .item-desc img, .faq-list .item-desc iframe {
    max-width: 100%;
}

@media screen and (max-width: 1219px) {
    .faq-list .item-desc {
        padding: 15px 15px 10px;
        line-height: 26px;
    }

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

@media screen and (max-width: 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%;
    background-color: #F2F2F2;
}

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

.cer-list .item-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

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

@media screen and (max-width: 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 */
}
.video-top img{ margin-left:auto; margin-right:auto; display:block}
@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-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: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-top: 18px;
}

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

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

/* video-list end */
.video-backdrop {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 999999999; /* .item-videobox start */ /* .item-videobox end */
}

.video-backdrop .item-close {
    position: absolute;
    right: 2.60417%;
    top: 2.60417%;
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    cursor: pointer;
    z-index: 99999
}

@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: 7px;
    width: 35px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    z-index: 999999999;
}

.n-nav .n-nav-icon .iconfont {
    font-size: 20px;
    font-size: 2.0rem;
    color: #1367AF;
}

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

.n-nav .n-nav-icon.active {
    top: 5px;
    background: #666 url(../fonts/nav-close.png) no-repeat center;
    background-size: 30px;
}

.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont {
    display: none;
}

.n-nav .n-nav-body {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow-y: scroll;
    background-color: #666;
    padding-top: 40px;
}

.n-nav .box-search {
    background-color: #fff;
    padding: 5px 10px;
    position: relative;
    border: solid 1px #1367AF;
    margin: 5px 10px;
}

.n-nav .box-search .item-input {
    width: 100%;
    line-height: 32px;
    height: 32px;
    padding: 0 60px 0 0;
}

.n-nav .box-search .iconfont {
    font-weight: bold;
    background-color: #1367AF;
    width: 44px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 0;
}

.n-nav .box-search .iconfont:hover {
    background-color: #666;
}

.n-nav .box-search .item-submit {
    position: absolute;
    width: 44px;
    height: 32px;
    right: 10px;
    top: 5px;
    z-index: 1;
}

.n-nav .box-list {
    margin-top: 30px;
}

.n-nav .box-list > li {
    position: relative;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: resize;
    -moz-animation-name: resize;
    animation-name: resize;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 0 10px;
}

.n-nav .box-list > li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding: 10px 25px 10px 10px;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.n-nav .box-list li {
    position: relative;
}

.n-nav .box-list li .has-next {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../fonts/n1.png) no-repeat center;
    background-size: contain;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.n-nav .box-list li.active > .has-next {
    background: url(../fonts/n2.png) no-repeat center;
    background-size: contain;
}

.n-nav .box-list .yiji-list {
    display: none;
}

.n-nav .box-list .yiji-list li {
    padding-left: 12px;
}

.n-nav .box-list .yiji-list li .has-next {
    right: 0;
}

.n-nav .box-list .yiji-list li > a {
    padding: 10px 25px 10px 20px;
    line-height: 22px;
    position: relative;
}

.n-nav .box-list .yiji-list li > a:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #fff;
    top: 19px;
    left: 10px;
}

.n-nav .box-list .erji-list {
    display: none;
}

.n-nav .box-list .sanji-list {
    display: none;
}

.slide {
    position: relative;
}

.slide .carouse {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide .carouse .slideItem {
    width: 100%;
    position: absolute;
    cursor: pointer;
}

.slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9 \0;
}

.slide .carouse .slideItem .banner-img {
    width: 100%;
    display: block;
}

.slide .console {
    height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}

.slide .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 999;
    margin-top: -37px;
}

.slide .carousel-control .iconfont {
    display: block;
    font-size: 69px;
    font-size: 6.9rem;
    color: #fff;
}

.slide .carousel-control .iconfont:hover {
    color: #1367AF;
}

.slide .carousel-control.left {
    left: 70px;
    cursor: pointer;
}

.slide .carousel-control.right {
    right: 70px;
    cursor: pointer;
}

.slide .dotList {
    position: absolute;
    width: 100%;
    bottom: 31px;
    text-align: center;
    line-height: 0;
}

.slide .dotList li {
    display: inline-block;
    cursor: pointer;
    background: url(../images/dot.png) no-repeat center center;
    background-size: contain;
    font-size: 0px;
    margin: 0 5px;
    border: none;
    outline: none;
    width: 14px;
    height: 14px;
}

.slide .dotList li.active {
    background: url(../images/dot1.png) no-repeat center center;
    background-size: contain;
}

.slide .slideItem {
    position: relative;
}

.slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9 \0;
}

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

    .slide .dotList {
        bottom: 15px;
    }

    .slide .dotList li {
        margin: 0 4px;
    }

    .slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    .slide .dotList {
        bottom: 8px;
    }

    .slide .dotList li {
        margin: 0 2px;
        width: 10px;
        height: 10px;
    }
}

.index-banner {
    position: relative;
    padding-bottom: 39.0625%;
}

.index-banner .carouse {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.page_banner img {
    display: block;
    width: 100%;
}


/*!
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) {
}

@font-face {
    font-family: 'ibmplexsans-regular';
    src: url('../fonts/ibmplexsans-regular.eot');
    src: url('../fonts/ibmplexsans-regular.eot') format('embedded-opentype'),
    url('../fonts/ibmplexsans-regular.woff2') format('woff2'),
    url('../fonts/ibmplexsans-regular.woff') format('woff'),
    url('../fonts/ibmplexsans-regular.ttf') format('truetype'),
    url('../fonts/ibmplexsans-regular.svg#ibmplexsans-regular') format('svg');
    font-display: swap;
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.eot?t=1610156710058'); /* IE9 */
    src: url('../fonts/iconfont.eot?t=1610156710058#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAA/oAAsAAAAAHcgAAA+aAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCHMgqnGJ8BATYCJAOBBAtEAAQgBYRtB4JuG6MYsxEVbBwAGtRyyf4PBza4nwNiBWEJxrbVzkan6Qo9W/6t9q94xSioCbCqFG8HOj+8TjsduI1oYafkDeEu0uv8PJTyiOb8nz0JFztyEcMuoakotNRpSRBr+9orCdQIeKoCHqpIBf5vsJpDXaCqQM1J3RMAPE87368uSrMo4hnOYAjDEU8GPN9vzoLL70i7Esgkd8+fHMtmFuj5TaiV+fmhjnYBT8Bbf9UZfFKroLK+jFg7fsLY9lUcKsOMbOqsCMPqYSrR+rTj2lMcOVHA8skqIcZm5MprYFavB/4JAP7fWmpvU2aHW0xYmBpZGV9h5h/u3Py9dz+8d6FNShvCvSCpEj1PrkLNlRCEA3y+wtW4elUhfSHd0rP0PROjjDGIsM2YTU2gFqwSxFPR53FXBgiAgLf20BHe3wwUgutHNDhH2ZKAOkpHpExBqADPcMZGo1IgUaUIuwgAi/TXRx90DgWAISu4VzUoPSwVjM3S11twu8s+Ai+AgvoMABidCQAH0B4AAbBtLEYL8IC310JgiiR8gNZYeZrUK23WNsezGW28SQ3OqIXOlc4Nzl3OU87Hzo8vdq+Xvt7icsmlpCtjU+ud4eet8K73bh7S2lPaKh1TB+glcFjwf8IDkCFgeNxQ+ARIODkFJRU1DS0PQiJiNE/uJLx488FCGFKAOlBfBADQpcpY0CzdxgIZaNbGAgI0x8cCDDSnE/CWaIPADRwNAQWOhYAPjoNAAI6HgAQnEQtw4NTHAjlw+sYCBXC2iAVK4DQQqMBwCNRgBAQaMBICLRgFgQc4DwIhWAiBCFwJgRjcAAEN7oLAEzwFgTv4GAIJ+A4CL/A9BN7gBwh8wI/EAha8CIgFCLxeSsBo3EIzkAIA0O3PEAwAwwDIG4Ca4OofVJiCe4L3wTN0yTHHEIQWaNuFBPCgaIgkEiGaPoDScjyar7cRQk+RSCOS5yLaiGgkk1JCT0oh90JuQtQz1S2Ffm5yt3UUkUjMiDwD5H14zhw/a8OImZPNELNauw0fsY1W61tRw16Qs9svEAxc9YRlu12F+274oOXXh5S0pOD1NQidawm5bJLzcxupRyvyCS3qWZlpGNvkdLLutF+y/r8KfnfPLhnttDpG8ujlcPfW+Vk21mV3j5OUtC8SW6akntyw4xOJRR1M8rdNzbGRMy54bvGfZZmbfYifKGweWqq1/nEO72byR+Qjcx0Ha06TIJS3VU4Tx03LKQG741fn8Nq9bW2C8aRdXWHHchuJFcR0XZ53eFXlqlLXZeKqVlFernhlGYw0rziRN9bGKgxmPhMvPjXE9vgDq72FFQ7+iw0DM2z7WK10x75b8rvgV1xZ39Ray9P0ytqVwz1SiQRVcmnv5KrhFLu+Yf1Yv1pvvzndpF8TRSw26lb6cV6b3c5arZbPGE47awQjq6kaZ61vAaPzVkyv8dQAFNkCEkZUXNHeTFjjPfFaEMhq22YOm7OZ3tjo2XatoWF2sdHUNLvAvHlzYJy9tlTAAACSoGfN49fZs0dMFlTzR6Zhr1NR771b3uvSh0JvtM4wFna6FliqopuNbfZdqDg7fKbjizVBGi4TTQHrLppiswrNSKMrtUVkZmq5grxEGZVKZLjhUmLYDOBEkYZMrBlU2ugFSV5a+FNb2yLVJGpuaWtqYM5tblfrk5YoeyMAQheFBqNnC8cTPIQQXV3CKsQLEaWS4whNCiQeMvqkM5cvlXQBnCYnKBYI3LiSlrQGpUxFvrhyJpdKEEsBgM4CKgcHz1BAEO7cSfwGOAVdHaJa4QltcY8watCoa/BDm6bU6sjjm/rN0DrPqlIwl1RUNqrF3apZNUqiKOW1HMZ2FDIdGybext33OpBxlyH7J045ghYt0TV6N+30SA8zYS9O2gdNV052OZ8wvGi4oxAHFSY3UfdMC9wme0gxMOCMIZ/wCXuRYDDqZmnmYV1rMlsDFeOI2tXWFaY/yMkS/mW6vwFhZZQL+ytUHyet78Jny0+xk5l2/Sj8cRVhbJOhaBh5Y4nD3xvtrXh7d4CUKGmJlEtfXne0ooJRrl4+7HcPykRa/jiWHt1vVl/Di1Crs8bCluWY7s/gNjYITVt9j04pQnX7BbG2X+kL2x7VNmbMaH6jJZiA0V2JF8thpy/mrdpEhfcA4KlDqll8cKrryVxi9+4+K+bbXWF3N816eXXdE3jZOyZGcNkMB38/5GM+5k5KdpX6YrImf8fW4aMGab3W3jfiOt/hHOFFqLRs4eBwlnnjZknABTO1qw1W6gc2WPqRoCQKumkbR8NMmvWpxp5mmR83WROfY7Bp+ySSZnzYaE2y7MKQJiwzo+7nWnuKZnw+QApm5sPCCQhmycO697joxEe9SuaTur6pqigCS2LLzCc+6bQs9/9MLflPaurf7GjTt19r+kxP8mLivkH3lPuV95X7VJdI27MiJlZngaIPabp099fFBVMVlBP1+cN1b7aXr8b0IC+p9pW5qP3Ke4P2JV4kIfb6VY4Ff4gGf91cPafIr3Dujw3+J6391Y5Mv4zysxuMBUVz1MFhoLf+eqqxpk2NcV8uZ1MVtWultoOyg2tGI+HpSTSKFex8kU2ccqieACCYUg/g418yMJDzM7Ua0bpfcVcWTX2JMdrWe4WRkKSICZ4TW5zZIUkC6UO7iAgVoNBSnV/t453p6RmhLy+2jnbD3RATIBoAfhxIOhus413hx5ENlL/E0ELSgeB3kUlHIb/qmOZuiU+4KT00FDILyR6djWzFoZyti8T1Ul+QmIasamCAxbObSC8vEq2pAZ8qEk85XNdJNqfUAXSQYpUBorwP5q6cVl7kPpjGmB4lXVTSQoFNKKQVF5MfcaNNHwZfVNCGMdgBe1S0Sh0VVTApOopyi47m3tZJtIwWaQFynnazdRuXqKJ5Kdp3YnHA37G/d9rW62Z7yB3je0q22CBnKU3bOqBRl7mf8m7GcPcW5C2WvUXeJlmWuEU4U26Tt2yBibeJ4xh+ojSiAVAMfoITAotHxMf4crrcXB3nG3PQ7LLvwJwuxvegwTaiSxPh7U00iR3Y+aKbkI8cGBQfdDf+rjXeGkQDHWT97+oDcOXfJjqh3RYwgFB28ZqrZwiKIk5PdviZoVcFu4/Ybwhm7b27ldclyfOQIUGbZ/93+uTec91CxNjyR0sV8fMFc0L6E9X6fv3bcOL3lZY3heaODjAie/XKrSzy9u1LfNjA7beJUyR5KmUEySNORq/GujFs1qywTfFSciHdwbBhYvJ1uX6PrnirlCbnjN2nfrKaZ+Stedzp8S5lEG/1dTVdoPHR9N8+qM5J7UoNKqvG2nK5Jnpu0rQef4ODeSITj/sbutXbZ2voH1MKlYpSdALK9Cf0qLv30YBJPVpeNoyPRD8x6T0ru5acuFfZXryQnU2K3Yj1cUVsdg7m3/qOndvOsB/YgTtMgjsaPyyrtYnVSHjTSYFAR/IFrEMy8clOZZByZ3f+ElfzDH4hEjXDMupCQey42FJa3V9DhyF4fRsGT5+RhnLwnOIHnfRRA0/2GatQhcWJIWxY8iAUDlH9hDCw9xjddjK+gAuhlOPVXjFu/GWo/fEurQMWXt2mjFEl/++PlwWlzeMkz8odFQTW3XmMO5DEKWQwd/UhPG9RkdvdIdO93ExmH3yrqPOZBPvQ6EoKL9D0hWhEb0BciJpC5oj88PzSIpvaA9uLzS1vUZ/tSNr2roqtSko6dPaMXsShysfM+FULJ6HJaM1CeryVypiJrFjS7DnJyGgxmoAbjIzIxHEmRByJRMOnzxiOBjssiSKPECbEccgycoNNkPHGktHsOVgSsmbMBOxaG/3J/FP5l8/+Nr+ajvzKDptd9tmlLcLKonA/nM2NllkCACU0ZfrjKwl/n1EDggcI5W49ySCWJIiePPkjzUhaaTRyYVnJZnczNbkwI7hybn07DO0WgC+KknQ4Nwc/jB/99QsNb6eYP38dxb1D7n8oZjyYOlcdI+ob2GlYvz8LW7UKi5bZs7PwTBzQspAW9jpE3Nu06X6ri63u94kuGQ81Tm5rWoydPo078MXwxTBeGLbY1HYynOnEQASxtePjzIitXJm/uDTl/m6x1NDqaGDe1xfnY0P7VvQopQWbzkWuL7UWVqaE+k/iBvFQctK4H2m2o3Uw4Uj0J15iYCLv02/s7jthgZSSRuLbfU+M7/DlE21Ib2n5BN8RJoazQTgyT5xoRq0TeYG8xNba4wHelMrfmDW0of5cw+vq1w3n6huGlvgbBZr2+uOaHBFmNHEiMkN40aquud1ZfXLlXLcaXBmh9SP/jqvtoNHJtuA3yT7+VWLB0Lhl696+//1zyTL4NWn4qx9nxw1dt+z925+/ly0Bsd2xV1oGl/aumpZtcu3K0sA1ZYGFIi0q6z1oabfEVpYBXCOa5R04Rg7rvWa8R0jnzgHdCrt3OUjh34f8DHOvmp5hO2vG10zdUWPpebCXGYA2zFuYl5EflmOu2UlOeM0OVrG2VxhMtNfI93F1mnsK10IuAuDKJ8/gBSsTf4pdn0Qv9CMZAK45fifbmWc/wu2LZvuTHO6qIv1g0qs0d9QltI4pf+vevFn+JnfeGfwA3rP0Kr4PD0sL1WGP1EoEYIXFLjtKPADie7+ZBfiXukTpfAPwGTaH++OZtsT8BfJ+17I2hy0TXvA5Ws/tnzsSLJX/PJngHviVmY1/8dbe82m3TuA2vLdfRMG4uQj0vRF5MsXx+5ZexXUrP2wzyEf7GCrH3vNdx5WpP8Vl0QKdayCxMAACbwOAvrkCqQd264rc7p5KXRGpGDdeKo7SQiFGtFdJQgEqDyVIFWgn4uxCMpMBhxofANqa46iIxDYVQzvGcdOIS5xgxH2VpPRW4zEhuCoQi2QXKNQyowQhixIExdQkL0OWvXOWjvyG35jdKhDxDo71jxKJvVkvVuuKL/QodZwk3rONqjNOuDafzgmwqtgE4QKtLnLKw2W5dJOTLizXjVHjTRB0v3RqJK+UZNm7Xevo7Mt/Y3arQFK6XKT8R4l08MbawiqH8iV8ri5tiYz3bEPFcGbbWrg2PsXAyitlI5gPV6DVhbyEFS6WMpTLKxbt6/V3I+Dt69Y9tS6Y6IZp2c6fb+4P61txPR+GlIycgpKKmoaWB09evPlg6ehbvyJMCHigpZvOWIraupdD8sOCTKC+/DB8iSn5gQOLCXPZ1wepovRffNNbgsNAPn4yjNqr0Olm359MWS7HGabyw1cM6Tq4lFMvrQaq1sMUqNCnINvxW9PsGhHE5vPl8ULOHq+OqmpU+BTr9rRw7CezKtfHbhPpx96g7rEzLawPAyN7Xa2z6wa0u842+95UDuvVOsvw1YhVaNVoAA==') format('woff2'),
    url('../fonts/iconfont.woff?t=1610156710058') format('woff'),
    url('../fonts/iconfont.ttf?t=1610156710058') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/iconfont.svg?t=1610156710058#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-liebiao2:before {
    content: "\e65d";
}

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

.icon-vk:before {
    content: "\e61a";
}

.icon-instagram:before {
    content: "\e66e";
}

.icon-linkedin:before {
    content: "\e666";
}

.icon-facebook:before {
    content: "\e667";
}

.icon-twitter:before {
    content: "\e66a";
}

.icon-youtube:before {
    content: "\e66c";
}

.icon-pinterest:before {
    content: "\e66d";
}

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

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

.icon-download1:before {
    content: "\e7a0";
}

.icon-download8:before {
    content: "\e7a7";
}

.icon-email1:before {
    content: "\e7c5";
}

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

.icon-icon_search:before {
    content: "\eb9c";
}

.icon-icon_phone_fill:before {
    content: "\ebad";
}

.icon-download11:before {
    content: "\e612";
}

.icon-icon-test12:before {
    content: "x";
}

.icon-up7:before {
    content: "\e722";
}

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

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

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

.icon-bottom16:before {
    content: "\e747";
}

.icon-left16:before {
    content: "\e748";
}

.icon-right16:before {
    content: "\e749";
}

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

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

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

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

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

.zanwu {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 15px
}

.disnone {
    display: none
}

/*xun pan tijiao*/

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

.xunpanlb .table .thead {
    font-size: 0;
    letter-spacing: 0;
    border: 1px solid #dcdcdc;
}

.xunpanlb .table .thead p {
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
    width: 33.3333%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #1367AF;
    color: #fff
}

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

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

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

.xunpanlb .table .tbody .td img {
    max-width: 110px;
}

.xunpanlb .table .tbody .td a {
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.xunpanlb .table .tbody .td a:hover {
    color: #1367AF;
}

@media screen and (max-width: 520px) {
    .xunpanlb .table {
        border-top: 1px solid #dcdcdc;
    }

    .xunpanlb .table .thead {
        display: none;
    }

    .xunpanlb .table .tbody .td {
        width: 100% !important;
    }

    .xunpanlb .table .tbody .tread .td:nth-child(2) {
        border: 0 !important;
    }
}


.listcart {
    margin-top: 60px;
}

.listcart a.l {
    float: left;
}

.listcart a.r {
    float: left;
}

.listcart a, .listcart button {
    background: #1367AF;
    display: inline-block;
    height: 34px;
    min-width: 200px;
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 34px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: 1px solid #1367AF;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 10px;
}

.listcart a:hover, .listcart button:hover {
    border: #1367AF solid 1px;
    background: #fff;
    color: #1367AF !important;
}

@media screen and (max-width: 999px) {
    .listcart a, .listcart button {
        padding-left: 0px;
        padding-right: 0px;
        float: none;
    }

    .listcart {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 640px) {
    .listcart a, .listcart button {
        width: 95% !important;
        float: none;
        overflow: hidden;
    }
}

.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: #1367AF
}

.inquiry-success .text {
    font-size: 20px;
    color: #333333;
    margin: 20px 0;
}

.inquiry-success .but a {
    display: inline-block;
    width: 200px;
    height: 50px;
    background-color: #1367AF;
    color: #FFFFFF;
    line-height: 50px;
    padding: 0;
    border: 0;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-success .but a:hover {
    background: #333;
    color: #1367AF
}

.index-appbox {
    margin-bottom: 70px;
    padding: 0;
}

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

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

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

.index-appbox .box-list {
    font-size: 0;
    letter-spacing: 0;
    padding: 38px 0 0;
}

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

.index-appbox .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 30px;
    text-align: center;
}

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

@media screen and (max-width: 767px) {
    .index-appbox .box-list .list-item {
        width: 31.33%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px) {
    .index-appbox .box-list .list-item {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 20px;
    }
}

.index-appbox .box-list .item-pic {
    position: relative;
}

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

.index-appbox .box-list .item-backdrop .item-btnbox {
    position: absolute;
    left: 0;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: -12px;
}

.index-appbox .box-list .item-backdrop .item-btn {
    min-width: 105px;
    line-height: 24px;
    padding: 4px 10px 3px;
    font-size: 16px;
    font-size: 1.6rem;
    background-color: #fff;
    color: #1367AF;
    display: inline-block;
}

@media screen and (max-width: 991px) {
    .index-appbox .box-list .item-backdrop {
        display: none;
    }
}

.index-appbox .box-list .item-title {
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}

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

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


.pro1-spec {
    overflow: hidden;
    margin-bottom: 30px;
}

.more-btn {
    float: left;
    text-transform: uppercase;
    margin-bottom: 30px;
    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%;
    }
}

.logo-a {
    width: 266px;
}
@media screen and (max-width: 1219px) {
    .logo-a {
        width: 229px;
    }
}

@media screen and (max-width: 991px) {
    .logo-a {
        width: 197px;
    }
}

@media screen and (max-width: 767px) {
    .logo-a {
        width: 166px;
    }
}
