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


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


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


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

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    font-size: 62.5%;
}

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

img {
    border: none;
}

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

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

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

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

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

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

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

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

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

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

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

textarea {
    resize: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

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

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

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

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

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

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

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

::selection {
    color: #fff;
    background: #177DD5;
}

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

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

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

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

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

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

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

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

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

.nlazy {
    min-width: 20%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.at-style-responsive .at-share-btn {
    padding: 0 !important;
    -webkit-border-radius: 2px !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;
    -webkit-border-radius: 2px !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-bd3 {
    position: relative;
}

.an-bd3 .item-backdrop {
    background-color: #177DD5;
    background-color: rgba(23, 125, 213, 0.7);
}

@media screen and (min-width: 992px) {
    .an-bd3 .item-backdrop {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        transition: all .5s;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@media screen and (min-width: 992px) {
    .an-bd3:hover .item-backdrop {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/* .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;
    z-index: -1;
    content: '';
    background: #000;
    -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:hover {
    border-color: #000;
    background-color: #000 \9;
    color: #fff !important;
}

.an-btn1:hover:before {
    height: 500%;
    opacity: 1;
}

/* .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;
    z-index: -1;
    content: '';
    background: #177DD5;
    -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:hover {
    border-color: #177DD5;
    background-color: #177DD5 \9;
    color: #fff !important;
}

.an-btn2:hover:before {
    height: 500%;
    opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.page a {
    display: inline-block;
    border: solid 1px #177DD5;
    color: #177DD5;
    min-width: 30px;
    padding: 0 2px;
    height: 30px;
    line-height: 28px;
    margin: 0 5px 10px;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

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

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

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

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

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

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

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

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

.page .add-form .add-btn {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    min-width: 117px;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background-color: #177DD5;
    color: #FFFFFF;
    cursor: pointer;
}

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

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

    .page .add-form .add-btn {
        height: 28px;
        line-height: 26px;
    }
}

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

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

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

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

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.m-oths {
    padding: 30px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
}

.m-oths a:hover {
    color: #177DD5;
}

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

.m-oths .iconfont {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #177DD5;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 10px;
    float: left;
    color: #fff;
}

.m-oths .oths-body {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .m-oths {
        padding: 15px 0 0;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 22px;
    }

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

    .m-oths .iconfont {
        width: 22px;
        height: 22px;
        line-height: 22px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*-------------bread start-----------------------------------------------------------------*/
.bread {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 62px;
    font-weight: bold;
    text-align: center;
}

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

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

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

@media screen and (max-width: 640px) {
    .bread {
        padding: 20px 0;
    }
}

.bread .item-title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: capitalize;
}

.bread .item-title a {
    cursor: auto;
}

@media screen and (max-width: 1619px) {
    .bread .item-title {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

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

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

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

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

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

.bread .item-subt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
}

.bread .item-subt a:hover, .bread .item-subt a:hover *, .bread .item-subt .active, .bread .item-subt .active * {
    text-decoration: underline;
}

.bread .item-subt .active {
    cursor: auto;
}

@media screen and (max-width: 1219px) {
    .bread .item-subt {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

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

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

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

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

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

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

/* Internet Explorer 10+ */
.search-box {
    overflow: hidden;
    width: 150px;
    height: 30px;
    border-bottom: solid 1px #fff;
    margin-left: 30px;
    cursor: pointer;
    position: relative;
}

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

.search-box .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    position: absolute;
    width: 14px;
    text-align: left;
    top: 50%;
    margin-top: -10px;
    z-index: 0;
    right: 0;
    line-height: 20px;
}

.search-box .item-input {
    display: block;
    height: 29px;
    line-height: 29px;
    width: 100%;
    padding: 0 16px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}

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

/*-------------header start----------------------------------------------------------------*/
.header {
    background-color: #000000;
    margin-bottom: -30px;
}

@media screen and (max-width: 991px) {
    .header {
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .header .wp {
        width: 100%;
        padding: 0 15px;
    }
}

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

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

.header .h-top .h-select {
    float: right;
    position: relative;
    margin-left: 30px;
    z-index: 99999;
}

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

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

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

.header .h-top .h-select .box-yiji {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 224px;
    background: #FFFFFF;
    -webkit-box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    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: 22px;
    display: block;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
}

.header .h-top .h-select .box-yiji li.active > a, .header .h-top .h-select .box-yiji li:hover > a {
    background-color: #177DD5;
    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 {
    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;
    -webkit-box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    padding: 10px 0;
}

.header .h-top .langbox {
    margin-left: 30px;
    position: relative;
    z-index: 99999;
}

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

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

.header .h-top .langbox .current-lang {
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 30px;
    text-transform: capitalize;
    padding-right: 24px;
    color: #177DD5;
    background: url(../images/lang.png) no-repeat right center;
}

@media screen and (max-width: 991px) {
    .header .h-top .langbox .current-lang {
        padding-right: 20px;
    }
}

.header .h-top .langbox .lang-list {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    width: 120px;
    line-height: 20px;
    padding: 3px 5px;
    background-color: #fff;
    z-index: 999;
    font-size: 12px;
    font-size: 1.2rem;
}

.header .h-top .langbox .lang-list a {
    text-align: center;
    display: block;
    color: #333;
    padding: 5px 0;
}

.header .h-top .langbox .lang-list a:hover {
    background-color: #177DD5;
    color: #fff;
}

@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: 17px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

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

.header .h-top .h-follow a .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    display: block;
    color: #fff;
}

.header .h-top .h-follow a .iconfont:hover {
    color: #177DD5;
}

.header .h-top .item-p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}

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

.header .h-top .item-p a:hover {
    color: #177DD5;
}

@media screen and (max-width: 991px) {
    .header .h-top .item-p {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

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

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

.header .h-bot {
    background-color: #fff;
    padding: 0 30px;
    position: relative;
    z-index: 999;
}

.header .logo {
    float: left;
    display: block;
    line-height: 84px;
    text-align: center;
}

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

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

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

@media screen and (max-width: 991px) {
    .header .logo {
        line-height: 70px;
    }

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

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

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

.header .navlist {
    padding: 30px 0 0;
    float: right;
    width: 880px;
    font-size: 0;
    letter-spacing: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .navlist > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

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

.header .navlist > li > a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    background-color: #177DD5;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

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

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

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

    .header .navlist > li {
        padding-bottom: 15px;
    }
}

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

.header .yiji li {
    position: relative;
    text-align: left;
    background-color: #FFFFFF;
    border-bottom: solid 1px #D9D9D9;
}

.header .yiji li > a {
    display: block;
    line-height: 20px;
    padding: 10px 25px 10px 10px;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
}

.header .yiji li > a .iconfont {
    position: absolute;
    right: 8px;
    top: 11px;
    font-size: 12px;
    font-size: 1.2rem;
}

.header .yiji li:hover > a {
    background-color: #177DD5;
    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: 1219px) {
    .header .yiji li > a {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@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 li:hover > a .iconfont {
    display: block;
}

.header .erji, .header .sanji {
    position: absolute;
    left: 100%;
    top: 0;
    width: 207px;
    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 .erji > li > a .iconfont, .header .sanji > li > a .iconfont {
    display: none;
}

.header .sanji > li > a {
    padding-right: 10px;
}

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

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

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

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

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

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

.footer a:hover {
    color: #177DD5;
}

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

.footer .f-top .flist {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 41px;
}

.footer .f-top .flist .box-list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
}

.footer .f-top .flist .box-list, .footer .f-top .flist .box-list a {
    color: #fff;
}

.footer .f-top .flist .box-list a:hover {
    color: #177DD5;
}

.footer .f-top .footer-title {
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
}

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

.footer .f-top .flist2 {
    width: 424px;
    padding-right: 70px;
}

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

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

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

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

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

    .footer .f-top .flist {
        line-height: 30px;
    }

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

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

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

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

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

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

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

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

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

.footer .f-follow a .iconfont {
    display: block;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.footer .f-follow a .icon-facebook {
    background-color: #3949ab;
}

.footer .f-follow a .icon-twitter {
    background-color: #42a5f5;
}

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

.footer .f-follow a .icon-linkedin {
    background-color: #42a5f5;
}

.footer .f-follow a .icon-pinterest {
    background-color: #d84315;
}

.footer .f-follow a .icon-youtube {
    background-color: #d84315;
}

.footer .f-follow a .icon-vk {
    background-color: #4a76a8;
}

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

.footer .links {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 18px;
}

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

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

.footer .f-bot {
    border-top: 1px solid #FFFFFF;
    border-top-color: rgba(255, 255, 255, 0.5);
    padding-top: 17px;
    padding-bottom: 26px;
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
}

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

.footer .f-bot a:hover {
    color: #177DD5;
}

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

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

@media screen and (max-width: 767px) {
    .footer .f-bot {
        text-align: center;
        padding: 20px 0 15px;
        line-height: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }

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

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

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

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

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

.f-form input, .f-form textarea, .f-form select {
    display: block;
    width: 100%;
    padding: 0 11px 0;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    border: solid 1px #fff;
}

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

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

.f-form .item-code {
    margin-bottom: 0;
}

.f-form .code-input {
    width: 355px;
    margin-right: 19px;
    float: left;
}

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

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

.f-form .item-btn {
    float: left;
    width: 100%;
    margin-top: 20px;
    background-color: #177DD5;
    border: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.f-form .item-btn:hover {
    background-color: #fff;
    color: #177DD5;
}

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

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

.index-item .item-title {
    font-size: 36px;
    font-size: 3.6rem;
    text-transform: capitalize;
    font-family: "Avenir-Black", arial;
    line-height: 1.3;
    padding-bottom: 11px;
    position: relative;
    background: url(../images/web1.png) no-repeat center bottom;
}

@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: 2rem;
    }
}

.index-item .item-desc {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.index-cate {
    padding: 90px 0 30px;
}

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

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

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

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

.index-cate .box-list .list-item {
    position: relative;
    margin-bottom: 60px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

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

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

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

@media screen and (max-width: 480px) {
    .index-cate .box-list .list-item {
        width: 48%;
        margin: 0 1% 20px;
    }
}

.index-cate .box-list .item-pic {
    width: 53.33333%;
}

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

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

.index-cate .box-list .item-body {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42.5%;
}

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

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

.index-cate .box-list .item1 .item-body {
    right: 0;
}

.index-cate .box-list .item2 .item-body {
    left: 0;
}

.index-cate .box-list .index-item {
    margin-bottom: 20px;
}

.index-cate .box-list .index-item .item-title {
    text-align: left;
    background-position: left bottom;
    padding-bottom: 20px;
}

.index-cate .box-list .index-item .item-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

    .index-cate .box-list .index-item .item-title {
        padding-bottom: 10px;
    }
}

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

    .index-cate .box-list .index-item .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.index-cate .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 34px;
    max-height: 170px;
    margin-bottom: 41px;
}

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

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

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

@media screen and (max-width: 480px) {
    .index-cate .box-list .item-desc {
        line-height: 18px;
        height: 36px;
    }
}

.index-cate .box-list .item-btn {
    display: inline-block;
    min-width: 146px;
    line-height: 20px;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    background-color: #177DD5;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

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

@media screen and (max-width: 991px) {
    .index-cate .box-list .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px;
        min-width: 120px;
    }
}

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

/* index-hotpro start */
.index-hotpro {
    background-color: #333333;
    text-align: center;
    padding: 58px 0 39px;
}

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

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

.index-hotpro .index-item {
    margin-bottom: 28px;
}

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

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

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

.index-hotpro .box-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 22.66667%;
    margin-left: 3.11111%;
    margin-bottom: 19px;
}

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

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

.index-hotpro .box-list .item-pic {
    border: solid 1px #D0D0D0;
}

.index-hotpro .box-list .item-title {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    margin-top: 17px;
}

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

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

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

.index-hotpro .box-list .item-btn {
    display: inline-block;
    min-width: 158px;
    line-height: 20px;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    color: #177DD5;
    font-size: 18px;
    font-size: 1.8rem;
}

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

@media screen and (max-width: 991px) {
    .index-hotpro .box-list .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px;
        min-width: 120px;
    }
}

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

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

/* index-hotpro end */
/* index-about start */
.index-about {
    padding: 90px 0; /* .item-videobox start */ /* .item-videobox end */
}

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

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

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

.index-about .list-item {
    position: relative;
}

.index-about .item-videobox {
    overflow: hidden;
    width: 53.33333%;
}

@media screen and (max-width: 991px) {
    .index-about .item-videobox {
        width: 51.66667%;
    }
}

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

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

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

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

.index-about .item-body {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 42.5%;
    left: 0;
}

@media screen and (max-width: 991px) {
    .index-about .item-body {
        width: 45.83333%;
    }
}

@media screen and (max-width: 480px) {
    .index-about .item-body {
        position: relative;
        width: 100%;
    }
}

.index-about .index-item {
    margin-bottom: 20px;
}

.index-about .index-item .item-title {
    text-align: left;
    background-position: left bottom;
    padding-bottom: 20px;
}

.index-about .index-item .item-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .index-about .index-item .item-title {
        padding-bottom: 15px;
    }
}

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

    .index-about .index-item .item-title {
        padding-bottom: 10px;
    }
}

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

    .index-about .index-item .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.index-about .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 34px;
    max-height: 272px;
    margin-bottom: 41px;
}

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

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

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

@media screen and (max-width: 480px) {
    .index-about .item-desc {
        line-height: 18px;
        max-height: none;
    }
}

.index-about .item-btn {
    display: inline-block;
    min-width: 146px;
    line-height: 20px;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    background-color: #177DD5;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
}

@media screen and (max-width: 1219px) {
    .index-about .item-btn {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

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

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

/* index-about end */
/* index-app start */
.index-app {
    background-color: #333333;
    text-align: center;
    padding: 58px 0 39px;
}

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

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

.index-app .index-item {
    margin-bottom: 28px;
}

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

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

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

@media screen and (max-width: 767px) {
    .index-app .item-box {
        max-width: 600px;
        margin: 0 auto;
    }
}

.index-app .item-box > * {
    display: inline-block;
    vertical-align: top;
}

.index-app .item-box .box-left {
    width: 48.75%;
    margin-right: 2.08333%;
}

@media screen and (max-width: 991px) {
    .index-app .item-box .box-left {
        width: 100%;
        margin-right: 0;
    }
}

.index-app .item-box .box-right {
    font-size: 0;
    letter-spacing: 0;
    width: 49.16667%;
}

@media screen and (max-width: 991px) {
    .index-app .item-box .box-right {
        width: 100%;
    }
}

.index-app .item-box .box-right .list-item {
    display: inline-block;
    vertical-align: top;
    width: 47.9661%;
    margin-left: 4.0678%;
}

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

.index-app .item-box .box-right .item-backdrop {
    padding: 0 15px;
}

.index-app .item-box .box-right .item-title {
    margin-bottom: 5px;
}

.index-app .item-box .box-right .item-desc {
    margin-bottom: 10px;
}

.index-app .item-box .list-item {
    margin-bottom: 13px;
    text-align: center;
}

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

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

.index-app .item-box .item-backdrop {
    padding: 0 13.67521%;
}

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

@media screen and (max-width: 991px) {
    .index-app .item-box .item-backdrop {
        padding: 10px 5px !important;
        position: relative;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    .index-app .item-box .item-backdrop {
        position: relative;
    }
}

.index-app .item-box .item-title {
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 12px;
}

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

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

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

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

.index-app .item-box .item-desc {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    max-height: 72px;
    margin-bottom: 26px;
}

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

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

@media screen and (max-width: 991px) {
    .index-app .item-box .item-desc {
        height: 40px;
        margin-bottom: 10px !important;
    }
}

.index-app .item-box .item-btn {
    display: inline-block;
    min-width: 158px;
    line-height: 20px;
    padding: 10px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    background-color: #fff;
    color: #177DD5;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 1219px) {
    .index-app .item-box .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 6px;
        min-width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .index-app .item-box .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
        min-width: 90px;
        padding: 3px;
    }
}

/* index-app end */
/* index-news start */
.index-news {
    margin: 86px 0 90px;
}

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

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

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

.index-news .index-item {
    text-align: left;
    margin-bottom: 33px;
}

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

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

.index-news .index-item .item-title {
    background-position: left bottom;
}

.index-news .index-item .item-desc {
    margin-left: 0;
    margin-right: 0;
    max-width: 700px;
}

.index-news .item-pic {
    float: left;
    width: 50.33333%;
    margin-right: 5.41667%;
    overflow: hidden;
}

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

@media screen and (max-width: 1219px) {
    .index-news .item-pic {
        margin-right: 2.91667%;
    }
}

@media screen and (max-width: 767px) {
    .index-news .item-pic {
        width: 360px;
    }
}

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

.index-news .box-list {
    overflow: hidden;
}

.index-news .box-list .list-item {
    border-bottom: solid 1px #c5c5c5;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.index-news .box-list .list-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

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

.index-news .box-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 5px;
}

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

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

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

.index-news .box-list .item-date .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 8px;
    color: #177DD5;
}

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

    .index-news .box-list .item-date .iconfont {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

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

    .index-news .box-list .item-date .iconfont {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.index-news .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    height: 52px;
}

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

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

@media screen and (max-width: 640px) {
    .index-news .box-list .item-desc {
        max-height: 40px;
        height: auto;
    }
}

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

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

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

/*-------------products1 start-------------------------------------------------------------*/
.pro-main {
    position: relative;
    padding-top: 80px;
}

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

.cate-scrollbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 32px;
}

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

.cate-scrollbox .scroll-btns .scroll-btn {
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 13px;
}

.cate-scrollbox .scroll-btns .scroll-btn .iconfont {
    color: #333;
    font-size: 22px;
    font-size: 2.2rem;
}

.cate-scrollbox .scroll-btns .scroll-btn .iconfont:hover {
    color: #177DD5;
}

.cate-scrollbox .scroll-btns .scroll-btn.prev {
    left: 0;
}

.cate-scrollbox .scroll-btns .scroll-btn.next {
    right: 0;
}

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

.cate-scrollbox .scroll-list {
    width: 1000%;
}

.cate-scrollbox .scroll-list .list-item {
    float: left;
    width: 2.39437%;
    margin-right: 0.14085%;
    position: relative;
}

.cate-scrollbox .scroll-list .list-item:hover > p, .cate-scrollbox .scroll-list .list-item.active > p {
    background-color: #177DD5;
}

.cate-scrollbox .scroll-list .list-item:hover > p, .cate-scrollbox .scroll-list .list-item:hover > p a, .cate-scrollbox .scroll-list .list-item.active > p, .cate-scrollbox .scroll-list .list-item.active > p a {
    color: #fff;
}

.cate-scrollbox .scroll-list .list-item > p {
    height: 54px;
    overflow: hidden;
    padding: 0 5px;
    border: solid 1px #177DD5;
    -webkit-border-radius: 27px;
    border-radius: 27px;
}

.cate-scrollbox .scroll-list .list-item > p > a {
    display: table-cell;
    vertical-align: middle;
    height: 52px;
    line-height: 26px;
    width: 500px;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
}

@media screen and (max-width: 1219px) {
    .cate-scrollbox .scroll-list .list-item > p > a {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

.cate-scrollbox .scroll-list .list-item:hover {
    height: 318px;
}

.cate-scrollbox .scroll-list .list-item:hover > .cate-yijibox {
    top: 58px;
}

.cate-scrollbox .scroll-list .cate-yijibox {
    position: absolute;
    top: -999px;
    left: 50%;
    margin-left: -136px;
    width: 272px;
    z-index: 99;
    height: 235px;
    overflow-y: scroll;
    -webkit-box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 2px 0px 9px 0px rgba(0, 0, 0, 0.21);
    background-color: #fff;
    padding-bottom: 5px;
}

@media screen and (max-width: 1219px) {
    .cate-scrollbox .scroll-list .cate-yijibox {
        width: 202px;
        margin-left: -101px;
    }
}

.cate-scrollbox .scroll-list .cate-yiji {
    width: 100%;
}

.cate-scrollbox .scroll-list .cate-yiji > dd {
    border: solid 5px #fff;
    border-bottom: 0;
}

.cate-scrollbox .scroll-list .cate-yiji > dd > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    padding: 10px 15px;
}

.cate-scrollbox .scroll-list .cate-yiji > dd > a:hover {
    background-color: #177DD5;
    color: #fff;
}

.cate-scrollbox .scroll-list .cate-erji > div > a:hover {
    background-color: #177DD5;
    color: #fff;
}

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

.pro1-top .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    margin-bottom: 6px;
}

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

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

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

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

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

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

.pro1-spec {
    overflow: hidden;
}

.more-btn {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: underline;
}

.more-btn:hover {
    color: #177DD5;
}

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

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

.slide-title a, .slide-title p {
    display: inline-block;
    background-color: #177DD5;
    min-width: 170px;
    line-height: 24px;
    padding: 10px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

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

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

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

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

    .slide-title a, .slide-title p {
        display: block;
        min-width: auto;
        text-align: left;
        padding: 5px 40px 5px 10px;
        -webkit-border-radius: 8px;
        border-radius: 8px;
    }
}

.attr-slide {
    margin-bottom: 30px;
}

.attr-slide .proslide_menubtn {
    top: 10px;
}

.attr-slide .box-list strong {
    float: left;
    font-weight: normal;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    color: #666;
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .attr-slide .box-list strong {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.attr-slide .box-list .item-body {
    overflow: hidden;
    font-size: 0;
    letter-spacing: 0;
}

.attr-slide .box-list .item-body label {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    color: #999;
    margin-right: 20px;
    margin-bottom: 10px;
}

.attr-slide .box-list .item-body label input {
    margin-right: 10px;
}

@media screen and (max-width: 991px) {
    .attr-slide .box-list .item-body label {
        margin-right: 15px;
    }

    .attr-slide .box-list .item-body label input {
        margin-right: 5px;
    }
}

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

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

.pro1-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 21.83333%;
    margin-left: 4.22222%;
    margin-bottom: 30px;
    text-align: center;
}

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

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

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

.pro1-list .item-pic {
    border: 1px solid #D0D0D0;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin-bottom: 15px;
}

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

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

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

.pro1-list .item-title {
    margin-bottom: 7px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    height: 40px;
}

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

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

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

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

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

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

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

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

/* .pro1-list end */
/*proslide start*/
.proslide {
    width: 100%;
    display: none;
    margin-top: 30px;
}

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

.proslide-title {
    position: relative;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
}

.proslide-title p, .proslide-title a {
    display: block;
    line-height: 26px;
    padding: 13px 0;
}

.proslide-title a:hover {
    color: #177DD5;
}

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

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

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

    .proslide-title p, .proslide-title a {
        padding: 10px 0;
    }

    .proslide-title p, .proslide-title a {
        padding: 7px 40px 7px 0;
    }

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

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

.pro-slidenav > li {
    border-bottom: solid 1px #DDDDDD;
}

.pro-slidenav > li > a {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 13px 25px 13px 0;
    position: relative;
}

.pro-slidenav > li .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    position: absolute;
    right: 0;
    top: 13px;
}

.pro-slidenav > li:hover > a, .pro-slidenav > li.slide-active > a {
    color: #177DD5;
}

.pro-slidenav > li:hover .iconfont, .pro-slidenav > li.slide-active .iconfont {
    color: #177DD5;
    font-weight: normal;
}

.pro-slidenav > li:hover .iconfont:before, .pro-slidenav > li.slide-active .iconfont:before {
    content: "\e723";
}

.proslide-yiji {
    padding: 5px 0 7px;
    border-top: solid 1px #ddd;
}

.proslide-yiji > li > a {
    display: block;
    color: #666;
    padding: 5px 24px 5px 19px;
    line-height: 24px;
    position: relative;
}

.proslide-yiji > li .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    position: absolute;
    right: 0;
    top: 5px;
    display: none;
}

.proslide-yiji > li.slide-active1 > a, .proslide-yiji > li:hover > a {
    color: #177DD5;
}

.proslide-yiji > li.slide-active1 .iconfont, .proslide-yiji > li:hover .iconfont {
    display: block;
}

.proslide-erji > li a {
    display: block;
    color: #666;
    padding: 5px 14px 5px 47px;
    line-height: 24px;
}

.proslide-erji > li.slide-active2 > a, .proslide-erji > li:hover > a {
    color: #177DD5;
}

/*proslide end*/
/*-------------products1 end---------------------------------------------------------------*/
/*-------------products2 start-------------------------------------------------------------*/
.pro2-box {
    margin-bottom: 59px;
}

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

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

.pro2-box .m-propic {
    margin: 0 auto;
    width: 516px;
    float: left;
    margin-right: 30px;
}

.pro2-box .m-propic .provideo-box {
    border: 0 solid #999999;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    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: 400px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.pro2-box .m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0 solid #E9E9E9;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    padding-bottom: 100%;
}

.pro2-box .m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro2-box .m-propic .big-img .zoomPad img {
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.pro2-box .m-propic .zoomWrapperImage img {
    max-width: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.pro2-box .m-propic .pic-small {
    position: relative;
    float: left;
    width: 86px;
    padding: 13px 0;
}

.pro2-box .m-propic .pic-btn {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.pro2-box .m-propic .pic-btn .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
}

.pro2-box .m-propic .pic-btn:hover .iconfont {
    color: #177DD5;
}

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

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

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

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

.pro2-box .m-propic .pic-list .list-item {
    margin-bottom: 10px;
    overflow: visible;
    padding-left: 0;
}

.pro2-box .m-propic .pic-list .item-pics, .pro2-box .m-propic .pic-list .item-video {
    display: block;
    border: 1px solid #D0D0D0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    padding-bottom: 97.67442%;
}

.pro2-box .m-propic .pic-list .item-pics img, .pro2-box .m-propic .pic-list .item-video img {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro2-box .m-propic .pic-list .item-pics:hover, .pro2-box .m-propic .pic-list .item-pics.active, .pro2-box .m-propic .pic-list .item-video:hover, .pro2-box .m-propic .pic-list .item-video.active {
    border-color: #177DD5;
}

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

    .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: #177DD5;
    }

    .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%;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        border: 1px solid #D0D0D0;
        overflow: hidden;
    }

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

@media only screen and (max-width: 767px) and (max-width: 640px) {
    .pro2-box .m-propic2 .list-item {
        width: 4.8%;
    }
}

@media only screen and (max-width: 767px) and (max-width: 480px) {
    .pro2-box .m-propic2 .list-item {
        width: 9.8%;
    }
}

/* pro-info */
.pro2-info {
    overflow: hidden;
}

.pro2-info .item-title {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.54;
    background-color: #177DD5;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    padding: 0 20px;
}

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

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

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

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

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

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

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

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

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

    .pro2-info .item-desc p {
        min-height: 24px;
    }
}

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

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

.pro2-info .pro-share {
    float: left;
    margin-right: 31px;
}

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

.pro2-info .pro-share .share-title {
    color: #333;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}

@media screen and (max-width: 1219px) {
    .pro2-info .pro-share .share-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

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

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

.pro2-info .item-down {
    float: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
}

.pro2-info .item-down .iconfont {
    margin-left: 30px;
}

.pro2-info .item-down:hover {
    color: #177DD5;
}

@media screen and (max-width: 1419px) {
    .pro2-info .item-down {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .pro2-info .item-down .iconfont {
        margin-left: 10px;
    }
}

@media screen and (max-width: 1219px) {
    .pro2-info .item-down {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

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

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

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

.pro2-info .item-btn {
    display: inline-block;
    vertical-align: middle;
    min-width: 131px;
    line-height: 20px;
    padding: 7px;
    border: solid 1px #177DD5;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    color: #177DD5;
}

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

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

@media screen and (max-width: 767px) {
    .pro2-info .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
        min-width: 100px;
        padding: 3px;
    }
}

.pro2-title {
    position: relative;
}

.pro2-title:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    left: 17px;
    height: 1px;
    background-color: #333;
}

.pro2-title a, .pro2-title span {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    color: #fff;
    background-color: #333333;
    line-height: 1.41;
    padding: 0 20px;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    font-weight: bold;
}

@media screen and (max-width: 1219px) {
    .pro2-title a, .pro2-title span {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

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

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

.pro2-title a:hover {
    background-color: #177DD5;
}

.pro2-spec .item-body {
    padding: 12px 0 23px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

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

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

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

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

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

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

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

.pro2-tags * {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    margin: 0 10px 10px 0;
}

.pro2-tags a {
    border: solid 1px #E8E8E8;
    display: inline-block;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0 12px;
}

.pro2-tags a:hover {
    background-color: #177DD5;
    border-color: #177DD5;
    color: #fff;
}

.pro2-tags strong {
    font-weight: normal;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
}

@media screen and (max-width: 991px) {
    .pro2-tags * {
        line-height: 24px;
    }
}

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

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

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

.pro2-title1 {
    text-transform: capitalize;
}

.pro2-title1:before {
    background-color: #177DD5;
}

.pro2-title1 a {
    background-color: #177DD5;
}

.pro2-title1 a:hover {
    background-color: #333;
}

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

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

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

.related-scroll .scroll-btns .scroll-btn {
    position: absolute;
    cursor: pointer;
    top: 50%;
    margin-top: -12px;
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-size: 2.4rem;
    color: #333;
}

.related-scroll .scroll-btns .scroll-btn:hover {
    color: #177DD5;
}

.related-scroll .scroll-btns .prev {
    left: 0;
}

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

.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.2275%;
    margin-right: 0.03111%;
    overflow: hidden;
}

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

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

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

.related-scroll .scroll-list .item-pic {
    border: solid 1px #D0D0D0;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

@media screen and (max-width: 1219px) {
    .related-scroll .scroll-list .item-pic {
        -webkit-border-radius: 20px;
        border-radius: 20px;
    }
}

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

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

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

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

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

.hot-scroll .scroll-btns {
    font-size: 0;
    letter-spacing: 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -33px;
    background-color: #fff;
}

.hot-scroll .scroll-btns .scroll-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    font-size: 26px;
    font-size: 2.6rem;
    color: #D1D1D1;
}

.hot-scroll .scroll-btns .scroll-btn:hover {
    color: #177DD5;
}

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

    .hot-scroll .scroll-btns .scroll-btn {
        margin-left: 5px;
        font-size: 22px;
        font-size: 2.2rem;
    }
}

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

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

.hot-scroll .scroll-list .list-item {
    float: left;
    width: 0.17062%;
    margin-right: 0.03672%;
    background-color: #fff;
    overflow: hidden;
}

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

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

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

.hot-scroll .scroll-list .item-pic {
    border: solid 1px #E9E9E9;
    border-bottom: 0;
}

.hot-scroll .scroll-list .item-title {
    border: solid 1px #E9E9E9;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 48px;
    padding: 0 8px;
    text-align: center;
}

.hot-scroll .scroll-list .item-title:hover {
    background-color: #177DD5;
    border-color: #177DD5;
}

.hot-scroll .scroll-list .item-title:hover, .hot-scroll .scroll-list .item-title:hover a, .hot-scroll .scroll-list .item-title:hover a:hover {
    color: #fff !important;
}

@media screen and (max-width: 1219px) {
    .hot-scroll .scroll-list .item-title {
        line-height: 40px;
    }
}

@media screen and (max-width: 991px) {
    .hot-scroll .scroll-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px) {
    .hot-scroll .scroll-list .item-title {
        line-height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*-------------products2 end---------------------------------------------------------------*/
/*-------------download start--------------------------------------------------------------*/
.download-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 40px;
}

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

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

.download-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 31.08333%;
    margin-left: 3.375%;
    -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.07);
    margin-bottom: 20px;
    padding: 33px 50px 39px;
    min-height: 269px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.download-list .list-item:hover {
    background-color: #177DD5;
}

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

.download-list .list-item:hover .item-btn {
    background-color: #fff;
    color: #177DD5 !important;
}

@media screen and (max-width: 1219px) {
    .download-list .list-item {
        padding: 20px 15px;
        min-height: auto;
        min-height: 211px;
    }
}

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

@media screen and (max-width: 767px) {
    .download-list .list-item {
        width: 48%;
        margin: 0 1% 20px !important;
        min-height: auto;
        padding: 15px;
    }
}

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

.download-list .item-title {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    min-height: 22px;
}

@media screen and (max-width: 991px) {
    .download-list .item-title {
        line-height: 20px;
        min-height: 20px;
    }
}

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

.download-list .item-desc {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    min-height: 22px;
    margin-top: 19px;
}

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

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

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

.download-list .item-btn {
    margin-top: 33px;
    display: inline-block;
    min-width: 131px;
    height: 36px;
    line-height: 36px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #177DD5;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

.download-list .item-btn .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 8px;
}

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

@media screen and (max-width: 991px) {
    .download-list .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        min-width: 120px;
        height: 30px;
        line-height: 30px;
    }

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

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

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

/*-------------download end----------------------------------------------------------------*/
/*-------------news1 start-----------------------------------------------------------------*/
.news1-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 40px;
}

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

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

.news1-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 24px;
    padding: 12px 0;
    background-color: #177DD5;
    background-color: rgba(23, 125, 213, 0.05);
    position: relative;
}

.news1-list .list-item:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    background-color: #177DD5;
    background-color: rgba(23, 125, 213, 0.05);
    bottom: -3px;
}

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

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

.news1-list .item-date {
    float: left;
    margin-top: 58px;
    margin-right: 3.33333%;
    margin-left: 3.33333%;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}

.news1-list .item-date p {
    border-top: solid 1px #177DD5;
    margin-top: 10px;
    padding-top: 8px;
}

.news1-list .item-date .iconfont {
    font-size: 29px;
    font-size: 2.9rem;
}

@media screen and (max-width: 991px) {
    .news1-list .item-date {
        font-size: 14px;
        font-size: 1.4rem;
        margin-right: 1.66667%;
        margin-left: 1.66667%;
        margin-top: 40px;
    }

    .news1-list .item-date .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

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

.news1-list .item-pic {
    float: left;
    width: 252px;
    margin-right: 3.33333%;
}

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

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

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

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

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

.news1-list .item-body {
    overflow: hidden;
    margin-right: 3.33333%;
}

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

@media screen and (max-width: 991px) {
    .news1-list .item-body {
        margin-right: 1.66667%;
    }
}

@media screen and (max-width: 767px) {
    .news1-list .item-body {
        margin-right: 0;
    }
}

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

.news1-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 24px;
    margin-bottom: 8px;
    margin-top: 23px;
}

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

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

.news1-list .item-date1 {
    display: none;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 18px;
    margin-bottom: 5px;
    color: #999;
}

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

@media screen and (max-width: 767px) {
    .news1-list .item-date1 {
        display: block;
    }
}

.news1-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    height: 60px;
    margin-bottom: 10px;
}

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

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

.news1-list .item-btn {
    display: inline-block;
    min-width: 124px;
    line-height: 20px;
    padding: 8px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    background-color: #177DD5;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
    .news2-main .item-kind > * {
        margin: 0 7px;
    }
}

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

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

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

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

.news2-main .item-date > span .iconfont {
    color: #999;
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 5px;
}

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

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

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

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

.news2-main .pro-share .share-title {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem;
}

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

.news2-main .item-desc {
    margin-top: 17px;
    padding: 12px 0 30px;
    border-top: solid 1px #CCCCCC;
    border-bottom: solid 1px #CCCCCC;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

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

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

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

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

@media screen and (max-width: 1219px) {
    .news2-main .item-desc {
        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 {
        padding-bottom: 20px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.app1-list .item-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

.app1-list .item-btn {
    display: inline-block;
    min-width: 140px;
    line-height: 20px;
    padding: 14px 5px;
    background-color: #177DD5;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}

@media screen and (max-width: 1219px) {
    .app1-list .item-btn {
        padding: 12px 5px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

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

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

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

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

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

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

.contact-box .item-info a:hover {
    color: #177DD5;
}

.contact-box .item-info .item-title {
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #333;
}

@media screen and (max-width: 1219px) {
    .contact-box .item-info .item-title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 991px) {
    .contact-box .item-info .item-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 20px;
    }
}

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

@media screen and (max-width: 640px) {
    .contact-box .item-info .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

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

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

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

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

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

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

.contact-box .item-form {
    border-top: solid 1px #CCCCCC;
    padding-top: 30px;
    padding-bottom: 10px;
}

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

.contact-box .item-form .box-title {
    text-align: center;
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    margin-bottom: 42px;
    color: #000;
}

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

@media screen and (max-width: 991px) {
    .contact-box .item-form .box-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 35px;
    }
}

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

@media screen and (max-width: 640px) {
    .contact-box .item-form .box-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
}

.contact-box .item-form .star {
    background: url(../images/star.png) no-repeat left center;
    background-size: 5px;
}

.contact-box .item-form .item-input {
    width: 48.83333%;
    padding-left: 11px;
    margin-bottom: 20px;
    float: left;
}

.contact-box .item-form .item-input:nth-child(even) {
    float: right;
}

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

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

.contact-box .item-form input, .contact-box .item-form textarea {
    display: block;
    background-color: #fff;
    width: 100%;
    display: block;
    color: #333;
    border: solid 1px #D9D9D9;
    font-size: 14px;
    font-size: 1.4rem;
}

.contact-box .item-form input {
    height: 40px;
    line-height: 38px;
    padding: 0 8px;
}

.contact-box .item-form textarea {
    height: 190px;
    padding: 4px 8px;
    line-height: 24px;
}

.contact-box .item-form .item-code {
    width: 48.83333%;
    margin-right: 20px;
}

.contact-box .item-form .item-img {
    cursor: pointer;
    line-height: 40px;
    position: relative;
    top: -1px;
}

.contact-box .item-form .item-img img {
    vertical-align: middle;
    max-height: 40px;
}

.contact-box .item-form .item-btn {
    float: left;
    width: 334px;
    margin-left: 20px;
}

.contact-box .item-form .item-btn input {
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    border-color: #177DD5;
    background-color: #177DD5;
    color: #fff;
    text-transform: uppercase;
}

.contact-box .item-form .item-btn input:hover {
    border-color: #000;
    background-color: #000;
}

@media screen and (max-width: 1219px) {
    .contact-box .item-form .item-btn {
        width: 313px;
    }
}

@media screen and (max-width: 991px) {
    .contact-box .item-form .item-code {
        margin-right: 15px;
    }

    .contact-box .item-form .item-btn {
        float: right;
        width: 200px;
        margin-left: 0;
    }

    .contact-box .item-form .item-input, .contact-box .item-form .item-input1 {
        margin-bottom: 15px;
    }

    .contact-box .item-form input, .contact-box .item-form textarea {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-box .item-form input, .contact-box .item-form textarea {
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    .contact-box .item-form input {
        height: 34px;
        line-height: 32px;
    }

    .contact-box .item-form textarea {
        height: 88px;
    }

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

    .contact-box .item-form .input1 {
        padding-right: 0;
    }

    .contact-box .item-form .item-code {
        margin-right: 0;
    }

    .contact-box .item-form .item-img {
        margin-left: 11px;
        float: left;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .contact-box .item-form .item-img img {
        max-height: 34px;
    }

    .contact-box .item-form .item-btn {
        margin-left: 0;
        width: 100%;
        padding-left: 11px;
    }

    .contact-box .item-form .item-btn input {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 767px) {
    .contact-box .item-form .item-input, .contact-box .item-form .item-input1 {
        width: 100%;
        padding-left: 10px;
    }

    .contact-box .item-form .item-btn {
        padding-left: 10px;
    }

    .contact-box .item-form .star {
        background-position-x: left !important;
    }
}

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

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

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

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

.contact-box .item-form .attachment .file-group {
    float: left;
    width: 48.35997%;
    height: 40px;
    line-height: 40px;
    background-color: #177DD5;
    position: relative;
    overflow: hidden;
}

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

.contact-box .item-form .attachment .file-group .file-btn {
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    background-color: #177DD5;
    color: #FFFFFF;
    border: 0;
}

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

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

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

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

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

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

/*-------------about end-------------------------------------------------------------------*/
.faq-list {
    padding-bottom: 35px;
}

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

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

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

.faq-list .list-item:first-child .item-desc {
    display: block;
}

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

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

.faq-list .item-title {
    background-color: #f2f2f2;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px 40px 10px 30px;
    cursor: pointer;
    position: relative;
}

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

@media screen and (max-width: 767px) {
    .faq-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 5px 28px 5px 10px;
    }
}

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

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

.faq-list .item-title.active {
    background-color: #177DD5;
    color: #fff;
}

.faq-list .item-title.active:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.faq-list .item-desc {
    display: none;
    padding: 18px 30px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
}

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

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

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

@media screen and (max-width: 999px) {
    .faq-list .item-desc {
        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;
    }
}

/* video-list start */
.video-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 20px; /* .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: 29.83333%;
    margin-left: 5.25%;
    margin-bottom: 34px; /* @media screen and (max-width:400px) { width: 98%; } */
}

@media screen and (max-width: 999px) {
    .video-list .list-item {
        width: 32%;
        margin-left: 2%;
        bottom: 25px;
    }
}

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

.video-list .item-videobox {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.video-list .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 74.86034%;
    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 {
    -webkit-border-radius: 0;
    border-radius: 0;
}

.video-list .item-pic img {
    cursor: pointer;
}

.video-list .item-title {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-top: 15px;
}

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

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

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

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

@media screen and (max-width: 767px) {
    .video-backdrop .item-close {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

.video-backdrop .item-videobox {
    overflow: hidden;
    max-width: 600px;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-backdrop .item-videobox .item-video {
    position: relative;
    overflow: hidden;
    padding-bottom: 74.83333%;
    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;
}

.cer-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 10px;
}

.cer-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 31.08333%;
    margin-left: 3.375%;
    margin-bottom: 33px;
}

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

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

.cer-list .item-pics {
    position: relative;
    padding-bottom: 100%;
    border: solid 1px #DCDCDC;
}

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

.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 {
    display: inline-block;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    line-height: 50px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #177DD5;
    position: relative;
}

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

.cer-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.2;
    margin-top: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cer-scroll .scroll-list .item-pics {
    position: relative;
    padding-bottom: 100%;
    border: solid 1px #DCDCDC;
}

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

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

.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)";
}

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

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

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

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

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

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

.index-faq, .index-video, .index-download, .index-cer, .index-app {
    margin: 70px 0;
}

@media screen and (max-width: 999px) {
    .index-faq, .index-video, .index-download, .index-cer, .index-app {
        margin: 50px 0;
    }
}

@media screen and (max-width: 767px) {
    .index-faq, .index-video, .index-download, .index-cer, .index-app {
        margin: 30px 0;
    }
}

.index-faq .index-item, .index-video .index-item, .index-download .index-item, .index-cer .index-item, .index-app .index-item {
    margin-bottom: 50px;
}

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

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

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

.index-faq .faq-list, .index-faq .downlist, .index-faq .video-list, .index-faq .app1-list, .index-video .faq-list, .index-video .downlist, .index-video .video-list, .index-video .app1-list, .index-download .faq-list, .index-download .downlist, .index-download .video-list, .index-download .app1-list, .index-cer .faq-list, .index-cer .downlist, .index-cer .video-list, .index-cer .app1-list, .index-app .faq-list, .index-app .downlist, .index-app .video-list, .index-app .app1-list {
    padding: 0;
}

.index-faq .video-list .item-pic img, .index-video .video-list .item-pic img, .index-download .video-list .item-pic img, .index-cer .video-list .item-pic img, .index-app .video-list .item-pic img {
    cursor: auto;
}

@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: 10px;
    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: #177DD5;
}

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

.n-nav .n-nav-icon.active {
    position: fixed;
    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: 9999999;
    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 #177DD5;
    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: #177DD5;
    width: 44px;
    height: 32px;
    line-height: 32px;
    -webkit-border-radius: 5px;
    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;
}

.banner {
    line-height: 0;
    font-size: 0;
    position: relative;
}

.banner img {
    display: block !important;
}

.banner .slick-arrow {
    position: absolute;
    z-index: 2;
    display: block !important;
    cursor: pointer;
    top: 50%;
    margin-top: -38px;
    text-align: center;
}

.banner .slick-arrow .iconfont {
    font-size: 67px;
    font-size: 6.7rem;
    color: #fff;
}

.banner .slick-arrow:hover .iconfont {
    color: #177DD5;
}

@media screen and (max-width: 1219px) {
    .banner .slick-arrow {
        margin-top: -24px;
    }

    .banner .slick-arrow .iconfont {
        font-size: 48px;
        font-size: 4.8rem;
    }
}

@media screen and (max-width: 991px) {
    .banner .slick-arrow {
        display: none !important;
    }
}

.banner .slick-prev {
    left: 9.89%;
    cursor: pointer;
}

.banner .slick-next {
    right: 9.89%;
    cursor: pointer;
}

.banner .slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.banner .slick-dots li {
    margin: 0 3.5px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.banner .slick-dots li a {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/dot.png) no-repeat center;
    background-size: contain;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.banner .slick-dots li.slick-active a {
    background-image: url(../images/dot1.png);
}

@media screen and (max-width: 991px) {
    .banner .slick-dots {
        bottom: 15px;
    }

    .banner .slick-dots li a {
        width: 12px;
        height: 12px;
    }
}

@media screen and (max-width: 767px) {
    .banner .slick-dots {
        bottom: 7px;
    }

    .banner .slick-dots li {
        margin: 0 2px;
    }

    .banner .slick-dots li a {
        width: 10px;
        height: 10px;
    }
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden;
}

.slick-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

.slick-track:after, .slick-track:before {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

@keyframes flash {
    0%, 50%, 100% {
        opacity: 1;
    }

    25%, 75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {

        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}


.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;

    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomInStable {
    -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
}

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

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

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

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

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

@font-face {
    font-family: 'Avenir-Black';
    src: url('../fonts/Avenir-Black.eot');
    src: url('../fonts/Avenir-Black.eot') format('embedded-opentype'),
    url('../fonts/Avenir-Black.woff2') format('woff2'),
    url('../fonts/Avenir-Black.woff') format('woff'),
    url('../fonts/Avenir-Black.ttf') format('truetype'),
    url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-display: swap;
}

@font-face {
    font-family: "iconfont";
    /* Project id 3040777 */
    src: url('../fonts/iconfont.woff2?t=1640070575732') format('woff2'),
    url('../fonts/iconfont.woff?t=1640070575732') format('woff'),
    url('../fonts/iconfont.ttf?t=1640070575732') format('truetype');
}

.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-icon-test9:before {
    content: "\e64f";
}

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

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

.icon-up11:before {
    content: "\e732";
}

.icon-bottom11:before {
    content: "\e733";
}

.icon-left11:before {
    content: "\e734";
}

.icon-right11:before {
    content: "\e735";
}

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

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

.icon-baodanlist:before {
    content: "\e66c";
}

.icon-download2:before {
    content: "\e61e";
}

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

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

.icon-weibiaoti-:before {
    content: "\e61d";
}

.icon-jiantou_xiangyou:before {
    content: "\eb08";
}

.icon-jiantou_xiangzuo:before {
    content: "\eb09";
}

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

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

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

.icon-download11:before {
    content: "\e612";
}

.icon-search:before {
    content: "\e602";
}

.icon-topsearch:before {
    content: "\ea0a";
}

.icon-download21:before {
    content: "\e61c";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-vk:before {
    content: "\e736";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-jian2:before {
    content: "\e601";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

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

.icon-bigger:before {
    content: "\e647";
}

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

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

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

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

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

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

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

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

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

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

.icon-bottom16:before {
    content: "\e747";
}

.icon-left16:before {
    content: "\e748";
}

.icon-right16:before {
    content: "\e749";
}

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

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

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

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

.icon-jiahao12:before {
    content: "\e6bb";
}

.icon-download4:before {
    content: "\e7a3";
}

.icon-jianhao8:before {
    content: "\e682";
}

.icon-left2:before {
    content: "\e710";
}

.icon-right2:before {
    content: "\e711";
}

.icon-up28:before {
    content: "\e791";
}

.icon-bottom28:before {
    content: "\e792";
}

.icon-left28:before {
    content: "\e793";
}

.icon-right28:before {
    content: "\e794";
}

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

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

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

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

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

.icon-up13:before {
    content: "\e73a";
}

.icon-bottom13:before {
    content: "\e73b";
}

.icon-left13:before {
    content: "\e73c";
}

.icon-right13:before {
    content: "\e73d";
}

.icon-shangjiantou:before {
    content: "\e637";
}

.icon-xiajiantou:before {
    content: "\e639";
}

.icon-youjiantou:before {
    content: "\e63c";
}

.icon-zuojiantou:before {
    content: "\e642";
}

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

.icon-linkedin1:before {
    content: "\e669";
}

.icon-insgram:before {
    content: "\e66a";
}

.icon-facebook1:before {
    content: "\e66d";
}

.icon-pinterest1:before {
    content: "\e66e";
}

.icon-youtube1:before {
    content: "\e66f";
}

.icon-twitter1:before {
    content: "\e670";
}

.top {
    width: 45px;
    height: 45px;
    margin: auto;
    background: #177dd5;
    border-radius: 16px 0px 16px 0px;
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: -100px;
    color: #fff;
    font-size: 20px !important;
    text-align: center;
    line-height: 45px;
    transition: 0.9s;
    z-index: 999;
    -webkit-animation-name: top;
    animation-name: top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.bottom {
    bottom: 80px;
}

@media screen and (max-width: 767px) {
    .top {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 10px 0px 10px 0px;
        right: 10px;
        bottom: 10px;
    }

    .fotag {
        margin-top: 15px;
    }
}
.pro1-tags {
    margin-top: 30px;
}
