@charset "UTF-8";

.zoomPreload, a {
    color: #000;
    text-decoration: none
}

.about1-main iframe, .about1-main img, .about5-main iframe, .about5-main img, .news2-main .item-desc iframe, .news2-main .item-desc img, .pro2-info .item-desc iframe, .pro2-info .item-desc img, .pro2-spec .item-body iframe, .pro2-spec .item-body img, embed, iframe, img, video {
    max-width: 100%
}

.zoomPreload, a {
    text-decoration: none
}

.page a, .page span, .zoomPreload, .zoomPup {
    background-color: #fff
}

.slick-list:focus, a {
    outline: 0
}

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

.zoomPreload {
    -moz-opacity: 0.8;
    opacity: .8;
    font-size: 12px;
    font-family: Tahoma;
    border: 1px solid #e2e2e2;
    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: 0;
    left: 0
}

.zoomOverlay, .zoomWindow {
    position: absolute;
    background: #fff
}

.zoomPup {
    overflow: hidden;
    -moz-opacity: 0.6;
    opacity: .6;
    position: absolute;
    border: 1px solid;
    z-index: 101;
    cursor: crosshair
}

.zoomOverlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101
}

.zoomWindow {
    left: 110%;
    top: 40px;
    height: auto;
    z-index: 110
}

.zoomWrapper {
    position: relative;
    border: 1px solid #e2e2e2;
    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: 0;
    left: 0;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: .6
}

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

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

.zoomIframe {
    z-index: -1;
    -moz-opacity: 0.80;
    opacity: .8;
    position: absolute;
    display: block
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    -moz-transition: opacity .5s;
    transition: opacity .5s;
    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,.6);
            box-shadow: 0 0 8px rgba(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: rgba(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,-webkit-transform .4s;
    transition: left .4s,transform .4s,-webkit-transform .4s;
    -o-transition: left .4s,-o-transform .4s;
    -moz-transition: left .4s,transform .4s,-moz-transform .4s
}

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

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

.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: rgba(50,50,50,.5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    -moz-transition: background-color .4s;
    transition: background-color .4s
}

.page, .page .fl {
    font-size: 0;
    letter-spacing: 0
}

.baguetteBox-button:hover {
    background-color: rgba(50,50,50,.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
}

.contact-pc li, .n-nav .box-list li, .related-box .related-scroll, .relative, .solution-scroll {
    position: relative
}

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

html {
    font-size: 62.5%
}

ul li {
    list-style-type: none
}

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

a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

img {
    border: 0 solid #ccc
}

input[type=checkbox], input[type=radio], input[type=submit], textarea[type=checkbox], textarea[type=radio], textarea[type=submit] {
    cursor: pointer
}

.clear, .slick-track:after {
    clear: both
}

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

.about-bar a.active:after, .about-bar a:hover:after, .about5-main .img-list .item-pic img, .slick-initialized .slick-slide, .slick-slide img, [class*="-item"] .item-subt a, [class*="-item"] .item-title a, article, aside, dialog, figure, footer, header, menu, nav, section {
    display: block
}

figure {
    vertical-align: middle
}

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

:-o-placeholder {
    color: #999;
    opacity: 1
}

::-moz-placeholder {
    color: #999;
    opacity: 1
}

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

::-moz-selection {
    color: #fff;
    background: #004b9e
}

::selection {
    color: #fff;
    background: #004b9e
}

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

.index-news .list-item .item-subt {
    overflow: hidden;
    white-space: initial;
    height: 48px;
}

    .index-news .list-item .item-subt .self-ellipsis {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: initial;
        color: #111;
    }

.index-news .list-item:hover .item-subt .self-ellipsis {
    color: #ec1c24 !important;
}

.self-ellipsis-2, .self-ellipsis-3, .self-ellipsis-4 {
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-box-orient: vertical
}

.self-ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2
}

.self-ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3
}

.self-ellipsis-4 {
    display: -webkit-box;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.absolute, .common-center, .common-hc, .common-vc, .proslide_menubtn {
    position: absolute
}

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

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

.common-center {
    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%)
}

.his-list .item-pics.pull-left, .his-list .pull-right + .item-body, .text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.nlazy {
    min-width: 20%
}

.email {
    word-break: break-all
}

.scale-big img {
    -webkit-transition: 350ms;
    -o-transition: 350ms;
    -moz-transition: 350ms;
    transition: 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: 350ms;
    -o-transition: 350ms;
    -moz-transition: 350ms;
    transition: 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)
}

.header .yiji, .proslide_menubtn {
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s
}

.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, .index-whyus .item-pic {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden
}

.contact-main .box-left, .contact-main .box-left .box-list .item-body, .index-about .item-body, .index-cerbox .turn_page .scroll-box .box-list, .m-oths .oths-body, .news1-list .item-body, .pro2-info, [class*="-item"] .item-subt, [class*="-item"] .item-title {
    overflow: hidden
}

    .proslide .slide-erji > li.active > a, .proslide .slide-erji > li:hover > a, .proslide .slide-sanji > li.active > a, .proslide .slide-sanji > li:hover > a, [class*="-item"] .item-desc a:hover, [class*="-item"] .item-subt a:hover, [class*="-item"] .item-title a:hover {
        color: #00aa53 !important
    }

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

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

.baguetteBoxOne [class*="-item"] .item-desc {
    color: #fff;
    display: none;
}

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

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

.index-service .box-list .list-item:first-child, .no_margin, .no_marginl {
    margin-left: auto !important
}

.no_marginr {
    margin-right: 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, .at-resp-share-element .at-share-btn .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important
}

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

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

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

    .table table p {
        line-height: 22px !important;
        min-height: 22px !important;
        margin-bottom: 0 !important;
    }

    .index-news .item-btn:hover, .table table a {
        color: #ec1c24
    }

table, table td, table th {
    padding: 8px;
}
/*        .table table tr td {
            padding: 5px 3px;
        }*/
@media screen and (max-width:1000px) {
    .table {
        width: 100%;
        /*overflow: scroll*/
    }

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

    .box-orther .table {
        overflow-x: scroll
    }
    .box-orther .table div {
            width: 900px
        }
    
}

.proslide_menubtn {
    display: none;
    width: 23px;
    height: 18px;
    top: 12px;
    right: 10px;
    cursor: pointer;
    transition: .4s;
    z-index: 9
}

.footer .f-follow .iconfont, .header .navlist > li > a {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s
}

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

.page .add-form .add-btn, .page a, .page span {
    font-size: 1.6rem;
    height: 30px;
    line-height: 28px
}

.page {
    text-align: center;
    overflow: hidden
}

    .page a, .page span {
        display: inline-block;
        vertical-align: top;
        border: 1px solid #e5e5e5;
        color: #000;
        min-width: 35px;
        padding: 0 2px;
        margin: 0 4.5px 10px
    }

        .page a.big {
            min-width: 61px
        }

        .n-box3 .item-btn:hover, .page a.page-active, .page a:hover, .pro1-list .item-btn:hover {
            border-color: #004b9e;
            background-color: #004b9e;
            color: #fff
        }

        .page a.no:hover {
            border: 1px solid #e5e5e5 !important;
            background-color: #fff !important;
            color: #000 !important
        }

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

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

        .page .add-form .add-btn {
            text-align: center;
            min-width: 168px;
            padding: 0 10px;
            background-color: #004b9e;
            color: #fff;
            cursor: pointer
        }

            .index-about .item-btn:hover, .page .add-form .add-btn:hover, .slide-title a:hover {
                background-color: #000
            }

.search .search-box .iconfont, .search .search-box .item-input {
    height: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    position: absolute
}

.contact-pc {
    position: fixed;
    z-index: 999;
    right: 0;
    width: 69px
}

    .contact-pc li {
        width: 100%;
        height: 69px;
        margin-bottom: 2px;
        border-radius: 5px;
        background: #383531
    }

        .banner .slick-dots li.slick-active a, .contact-pc li:hover, .index-hotpro .box-list .item-title:hover, .index-hotpro .box-list h3.item-title:hover, .related-box .related-scroll .scroll-list .item-title:hover {
            background-color: #ec1c24
        }

        .contact-pc li a {
            display: block;
            height: 100%;
            width: 100%;
            text-align: center;
            line-height: 69px;
            cursor: pointer
        }

        .contact-pc li .iconfont, .contact-phone li .iconfont, .footer, .footer a, .index-solution .index-item .item-title, .index-solution .index-item .item-title a, .proslide .slide-yiji > li.active > a .iconfont, .proslide .slide-yiji > li:hover > a .iconfont, .solution-scroll .scroll-list .item-title, .solution-scroll .scroll-list .item-title a, .solution1-list .item-desc, .solution1-list .item-desc a, .solution1-list .item-subt, .solution1-list .item-subt a, .solution1-list .item-title, .solution1-list .item-title a {
            color: #fff
        }

.header .h-top .h-follow .iconfont:hover, .m-oths, .m-oths a {
    color: #999
}

.contact-pc li .ewm {
    position: absolute;
    bottom: 0;
    left: 125px;
    max-width: 120px;
    width: 120px;
    height: 120px
}

.contact-pc li.ewm-box:hover .ewm {
    left: -125px
}

.c1 .iconfont, .c3 .iconfont {
    font-size: 2.8rem
}

.c2 .iconfont {
    font-size: 2.7rem
}

.c4 .iconfont {
    font-size: 3rem
}

.contact-phone {
    position: fixed;
    bottom: 0;
    height: 50px;
    left: 0;
    right: 0;
    display: none;
    z-index: 999
}

    .contact-phone .c1 .iconfont, .contact-phone .c2 .iconfont, .contact-phone .c3 .iconfont {
        font-size: 2.4rem
    }

    .contact-phone .c4 .iconfont {
        font-size: 2.5rem
    }

    .contact-phone li {
        width: 25%;
        height: 100%;
        float: left;
        position: relative;
        background: #383531
    }

        .contact-phone li a {
            display: block;
            height: 100%;
            width: 100%;
            text-align: center;
            line-height: 50px;
            cursor: pointer
        }

        .contact-phone li .ewm {
            position: absolute;
            bottom: 50px;
            right: 50%;
            margin-right: -60px;
            display: none;
            max-width: 120px;
            width: 120px;
            height: 120px
        }

.about5-main .img-list, .header .h-top .h-follow, .index-hotpro .box-list, .pro-share, .pro2-info .item-btns {
    font-size: 0;
    letter-spacing: 0
}

.bread, .m-oths {
    font-size: 1.6rem;
}

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

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

.m-oths {
    border-top: 1px dashed #cfcfcf;
    padding: 45px 0 0;
    line-height: 20px
}

    .bread .bread-active, .bread a:hover, .bread a:last-child, .contact-main .box-left .box-list a:hover, .header .h-top .item-p a:hover, .header .h-top .lang-box .box-list a:hover, .index-about .item-subt, .index-about .item-subt a, .m-oths a:hover, .pro2-box .m-propic .pic-btn .iconfont:hover, .pro2-tags a:hover, .pro2-title a:hover, .proslide .slide-erji > li.active > a .iconfont, .proslide .slide-erji > li:hover > a .iconfont, .solution-slide .box-list > li.active > a, .solution-slide .box-list > li.active > h2 > a, .solution-slide .box-list > li:hover > a, .solution-slide .box-list > li:hover > h2 > a, .xunpanc a:hover {
        color: #ec1c24
    }

    .m-oths .oths-item-1, .n-box5 p {
        margin-bottom: 10px
    }

    .m-oths .iconfont {
        font-size: 1.7rem;
        margin-right: 11px;
        float: left;
        color: #000
    }

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

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

        .page a.next, .page a.prev {
            min-width: 60px
        }

    .page .add-form, .page .fl {
        float: none
    }

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

    .contact-pc {
        display: none
    }

    .contact-phone {
        display: block
    }

    body {
        padding-bottom: 50px
    }

    .pro-share .share-title {
        font-size: 1.6rem;
    }

    .m-oths {
        padding: 20px 0 0
    }

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

.bread {
    border-bottom: 1px solid #e6e6e6;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 14px;
    overflow: hidden;
    background: #eff2f9;
    display:none;
}

    .bread, .bread a, .header .h-top .item-p, .header .h-top .item-p a, .index-hotpro .index-item .item-desc, .index-hotpro .index-item .item-desc a, .news2-main .item-desc, .news2-main .item-desc a, .pro2-info .item-desc, .pro2-info .item-desc a, .pro2-tags, .pro2-tags a {
        color: #000
    }

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

.search-box ::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.search-box :-o-placeholder {
    color: #000;
    opacity: 1
}

.search-box ::-moz-placeholder {
    color: #000;
    opacity: 1
}

.search-box :-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.search {
    position: relative;
    margin-top: 43px
}

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

        .search .search-icon .iconfont {
            display: block;
            font-size: 1.9rem;
            color: #000
        }

    .search .search-box {
        display: none;
        overflow: hidden;
        position: absolute;
        top: 38px;
        right: 0;
        z-index: 999;
        width: 260px;
        height: 50px;
        border-radius: 2px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0,0,0,.22);
        padding: 10px;
        cursor: pointer
    }

        .search .search-box .iconfont {
            border-radius: 5px;
            font-size: 2rem;
            color: #fff;
            background-color: #004b9e;
            width: 30px;
            text-align: center;
            right: 10px;
            z-index: -1
        }

        .search .search-box .item-input {
            width: 100%;
            left: 0;
            padding: 0 45px 0 10px;
            font-family: arial,helvetica,sans-serif
        }

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

.header {
    position: relative;
    z-index: 9999;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee
}

@media screen and (min-width:992px) {
    body {
        padding-top: 147px
    }

    .header {
        position: fixed;
        left: 0;
        top: 0
    }
    /*.scroll-list .list-item:hover .item-body {
        background-color: rgba(28, 43, 90, 0.8);
    }*/

    .scroll-list .list-item:hover .item-desc {
        display: block;
        padding-bottom: 10px;
        color: #111;
    }
    .scroll-list .list-item:hover .item-title a{
        color:#111;
    }
}

.header .h-top {
    background-color: #eee;
    line-height: 40px
}

    .header .h-top .h-follow a {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
        position: relative
    }

    .header .h-top .h-follow .iconfont {
        display: block;
        font-size: 1.6rem;
        color: #000
    }

    .header .h-top .lang-box {
        position: relative;
        margin-right: 13px
    }

        .header .h-top .lang-box .item-title {
            font-size: 1.6rem;
            cursor: pointer;
            color: #000;
            position: relative;
            padding-right: 20px
        }

            .header .h-top .lang-box .item-title .iconfont {
                display: inline-block;
                line-height: 34px
            }

            .header .h-top .lang-box .item-title .icon-wangluo {
                margin-right: 8px;
                font-size: 1.8rem;
                vertical-align: middle
            }

            .header .h-top .lang-box .item-title .icon-icon-test23 {
                font-size: 2rem;
                margin-left: 1px;
                vertical-align: middle
            }

            .header .h-top .lang-box .item-title:before {
                position: absolute;
                content: '';
                top: 8px;
                bottom: 7px;
                width: 1px;
                background-color: #ccc;
                right: 0
            }

        .header .h-top .lang-box .box-list {
            position: absolute;
            top: 100%;
            right: 0;
            padding: 5px;
            background-color: #eee;
            z-index: 999;
            min-width: 100%;
            display: none
        }

            .header .h-top .lang-box .box-list a {
                display: block;
                color: #000;
                line-height: 24px;
                text-align: center
            }

    .header .h-top .item-p .iconfont {
        display: inline-block;
        line-height: 36px;
        margin-right: 5px;
        font-size: 1.5rem
    }

.header .navlist {
    float: right;
    margin-top: 35px;
    margin-right: 24px;
    font-size: 0;
    letter-spacing: 0
}

    .header .navlist > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin-left: 1px;
        padding-bottom: 32px
    }

        .header .navlist > li > a {
            font-size: 1.6rem;
            text-transform: uppercase;
            color: #000;
            display: block;
            position: relative;
            line-height: 24px;
            padding: 8px 17px;
            transition: .5s;
            text-align: center
        }

        .header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
            border-radius: 4px;
            background-color: #004b9e;
            color: #fff
        }

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

.header .yiji {
    z-index: 99;
    position: absolute;
    top: 100%;
    width: 180px;
    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;
    transition: .4s
}

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

        .about-bar a.active, .about-bar a:hover, .header .yiji li:hover > a, .proslide .slide-yiji > li.active > a, .proslide .slide-yiji > li:hover > a, .slide-tags .item-desc a:hover {
            background-color: #3cb662;
            color: #fff
        }

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

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

.header .erji, .header .sanji {
    position: absolute;
    left: 100%;
    top: 0;
    border-left: 2px solid transparent;
    width: 176px;
    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: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s
}

.footer {
    background-color: #595757;
    font-size: 1.6rem;
}

    .footer a:hover, .index-cerbox .turn_page #box1 .next .iconfont:hover, .index-cerbox .turn_page #box1 .prev .iconfont:hover, .index-cerbox .turn_page .scroll-box .box-btn .iconfont:hover, .n-box5 .item:hover {
        color: #009688
    }

    .footer .f-top {
        padding: 64px 0 11px
    }

    .footer .f-nav {
        font-size: 0;
        letter-spacing: 0;
        margin-bottom: 16px
    }

        .footer .f-nav a {
            display: inline-block;
            vertical-align: top;
            font-size: 1.8rem;
            text-transform: uppercase;
            margin-right: 14px;
            line-height: 24px
        }

    .footer .flist {
        margin-bottom: 30px
    }

    .footer .flist1 {
        float: left;
        width: 595px;
        padding-right: 30px
    }

        .footer .flist1 .f-logo {
            display: block;
            width: 234px;
            margin-bottom: 23px
        }

            .about3-list .item-pic img, .cer-list .item-pic img, .footer .flist1 .f-logo img, .footer .flist3 .item-img img, .index-cerbox .turn_page .scroll-box .list-item img, .index-hotpro .box-list .item-pic img, .index-news .item-pic img, .index-service .box-list .item-pic img, .pro1-list .item-pic img, .related-box .related-scroll .scroll-list .item-pic img, .solution-scroll .scroll-list .item-pic img, .solution1-list .item-pic img {
                display: block;
                width: 100%
            }

.index-cerbox .turn_page .scroll-box .list-item img {
    filter: contrast(0.9);
}

.index-cerbox .turn_page .scroll-box .list-item:hover img {
    filter: contrast(1);
}

.footer .flist1 .copyright, .footer .flist1 .f-keys {
    line-height: 26px
}

    .footer .flist1 .copyright img {
        margin-left: 5px
    }

.footer .flist2 {
    float: left;
    width: 350px;
    padding-right: 15px;
    padding-top: 10px;
    line-height: 30px
}

.footer .flist3 {
    float: right;
    width: 212px
}

    .footer .flist3 .item-img {
        width: 100px;
        margin: 18px auto 8px
    }

    .footer .flist3 .item-title {
        text-align: center;
        line-height: 24px;
        margin-bottom: 5px;
        text-transform: uppercase
    }

.footer .f-follow, .index-service .box-list, .pro1-list .item-btnbox {
    font-size: 0;
    letter-spacing: 0;
    text-align: center
}

    .footer .f-follow a {
        display: inline-block;
        vertical-align: top;
        margin-left: 10px
    }

        .footer .f-follow a:first-child, .n-box5 .item:nth-child(3n+1) {
            margin-left: 0
        }

    .footer .f-follow .iconfont {
        display: block;
        width: 27px;
        height: 27px;
        text-align: center;
        line-height: 27px;
        border-radius: 50%;
        color: #fff;
        transition: .5s
    }

        .footer .f-follow .iconfont:hover {
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            transform: rotate(360deg)
        }

    .footer .f-follow .icon-facebook {
        background-color: #4b64a6
    }

    .footer .f-follow .icon-twitter {
        background-color: #00abf1
    }

    .footer .f-follow .icon-linkedin {
        background-color: #0f76a8
    }

    .footer .f-follow .icon-pinterest {
        background-color: #c9222d
    }

    .footer .f-follow .icon-youtube {
        background-color: #c4302a
    }

    .footer .f-follow .icon-instagram {
        background-color: #d38f2e
    }

.index-item .item-title:after, .index-item .item-title:before {
    position: absolute;
    width: 30%;
    height: 1px;
    background-color: #dbdbdb;
    bottom: 60%;
    content: ''
}

.footer .f-bot {
    background-color: rgba(0,0,0,.2);
    line-height: 24px;
    padding: 8px 0
}

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

.index-item .item-title {
    font-size: 1.8em;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    font-weight: 600;
}

    .index-item .item-title span {
        z-index: 3;
        position: relative;
        padding: 0 10px;
        color: #04c461;
        line-height: 42px;
        text-shadow: 1px 1px 3px #ccc;
    }

    .index-item .item-title:before {
        left: 0
    }

    .index-item .item-title:after {
        right: 0
    }

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

.index-video .index-item .item-title:after, .index-video .index-item .item-title:before {
    width: 35%
}

.index-item .item-desc {
    font-size: 1.6rem;
    line-height: 24px
}

    .index-item .item-desc, .index-item .item-desc a {
        color: #000;
        font-weight: 400
    }

.index-about {
    padding: 0
}

    .index-about .item-videobox {
        width: 95%;
        margin: 20px 56px 0 20px;
        float: left;
        position: relative
    }

        .index-about .item-videobox:before {
            position: absolute;
            content: '';
            top: -20px;
            left: -20px;
            width: 100%;
            height: 100%;
            border: 4px solid #dfdfdf;
            -moz-box-sizing: border-box;
            box-sizing: border-box
        }

        .index-about .item-videobox .item-video {
            position: relative;
            overflow: hidden;
            padding-bottom: 58.3333%;
            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: 0 !important
                }

    .index-about .index-item, .index-whyus .index-item {
        position: absolute;
        top: 0;
        right: 15px;
        bottom: 0;
        padding: 30px 10px;
        background-color: #000;
    }

        .index-about .index-item .item-title, .index-whyus .index-item .item-title {
            padding-bottom: 0;
            margin-bottom: 0;
            margin-top: 0;
            height: 100%;
        }

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

    .index-about .item-subt {
        margin-bottom: 31px;
        font-size: 2.4rem;
    }

        .index-about .item-subt a:hover {
            color: #000 !important
        }

    .index-about .item-desc {
        margin-bottom: 51px;
        font-size: 1.6rem;
        line-height: 30px;
        height: 180px
    }

        .contact-main .box-left .box-list, .contact-main .box-left .box-list a, .his-list .item-desc, .his-list .item-desc a, .index-about .item-desc, .index-about .item-desc a, .index-service .box-list .item-desc, .index-service .box-list .item-desc a, .pro2-info .pro-share .share-title, .pro2-spec .item-body, .pro2-spec .item-body a, .pro2-title, .pro2-title a {
            color: #000
        }

    .index-about .item-btn {
        display: inline-block;
        min-width: 110px;
        line-height: 24px;
        padding: 8px 5px 9px;
        background-color: #004b9e;
        color: #fff;
        text-align: center;
        font-size: 1.6rem;
        text-transform: uppercase
    }

.index-service {
    background: center no-repeat fixed #fff;
    position: relative;
    margin-bottom: 0;
    padding: 60px 0 56px
}

    /*.index-service:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: url(../../files/qcad/bg1.png) center/cover no-repeat;
        z-index: -1
    }*/

    .index-service .box-list .list-item {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        margin-left: 122px;
        margin-bottom: 20px
    }

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

    .header .navlist {
        margin-right: 10px
    }

        .header .navlist > li > a {
            padding: 8px
        }

    .footer .flist1 {
        width: 380px;
        padding-right: 15px
    }

    .footer .flist2 {
        width: 360px;
        padding-right: 15px
    }

    /*  .index-item .item-title {
        font-size: 3.6rem
    }*/

    .index-about {
        padding: 70px 0
    }

        .index-about .item-videobox {
            margin-right: 30px
        }

        .index-about .index-item {
            margin-bottom: 15px
        }

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

        .index-about .item-subt {
            margin-bottom: 15px;
            font-size: 2.2rem
        }

        .index-about .item-desc {
            margin-bottom: 30px;
            line-height: 28px;
            height: 168px
        }

    .index-service {
        margin-bottom: 70px;
        padding-top: 70px
    }

        .index-service .box-list .list-item {
            margin-left: 60px
        }
}

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

    .bread .iconfont {
        margin-right: 5px
    }

    .search {
        margin-top: -30px
    }

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

    .header .logo {
        float: none;
    }

    .header .navlist {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        text-align: center
    }

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

            .header .navlist > li > a {
                padding: 8px 11px
            }

    .footer .flist1 {
        width: 100%
    }

    .footer .flist2 {
        width: 60%
    }

    .footer .flist3 {
        width: 40%
    }

    .index-item .item-title {
        font-size: 3rem
    }

    .index-about {
        padding: 50px 0
    }

        .index-about .item-videobox {
            margin-right: 15px;
            margin-top: 35px
        }

        .index-about .index-item {
            margin-bottom: 10px
        }

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

        .index-about .item-subt {
            font-size: 2rem;
            margin-bottom: 10px
        }

        .index-about .item-desc {
            line-height: 24px;
            height: 144px;
            margin-bottom: 15px
        }

        .index-about .item-btn {
            font-size: 1.6rem;
            padding: 5px
        }

    .index-service {
        margin-bottom: 0;
        padding: 50px 0 10px;
    }

        .index-service .box-list .list-item {
            margin-left: 18px
        }
}

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

    .proslide_menubtn {
        display: block
    }

    .bread {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .footer .f-bot, .footer .f-nav, .footer .flist .copyright br, .footer .flist1 .f-keys, .footer .flist1 .f-logo, .footer .flist2, .footer .flist3 .item-img, .footer .flist3 .item-title, .header .h-top .h-follow, .header .h-top .item-p, .header .h-top .lang-box .item-title:before, .header .navlist, .search {
        display: none
    }

    .header .h-top {
        background-color: transparent
    }

        .header .h-top .lang-box {
            margin-right: 20px
        }

            .header .h-top .lang-box .item-title {
                padding-right: 0
            }

                .header .h-top .lang-box .item-title .icon-wangluo {
                    margin-right: 5px;
                    font-size: 1.8rem;
                    vertical-align: middle;
                    position: relative;
                    top: -1px
                }

                .header .h-top .lang-box .item-title .icon-icon-test23 {
                    font-size: 2rem;
                    margin-left: 1px;
                    vertical-align: middle
                }

    .header .logo {
        margin: 5px auto;
        text-align: center;
    }

    .footer .f-top {
        padding: 20px 0
    }

    .footer .flist {
        margin-bottom: 0
    }

        .footer .flist .copyright {
            line-height: 24px;
            margin-bottom: 10px;
            text-align: center
        }

    .footer .flist3 {
        width: 100%
    }

    .index-item .item-title {
        font-size: 2.4rem
    }

    .index-item .item-desc {
        font-size: 1.6rem;
        line-height: 22px
    }

    .index-about {
        padding: 50px 0 30px;
        background-size: 100%;
        background-position: bottom center
    }

        .index-about .item-videobox {
            float: none;
            width: 90%;
            max-width: 600px;
            margin: 0 auto 20px
        }

        .index-about .item-subt {
            font-size: 1.8rem
        }

        .index-about .item-desc {
            font-size: 1.6rem;
            line-height: 22px;
            max-height: 132px;
            height: auto
        }

    .index-service {
        margin-bottom: 0;
        padding: 30px 0 10px
    }

        .index-service .box-list .list-item {
            width: 18%;
            margin: 0 1% 20px !important
        }
}

@media screen and (max-width:640px) {
    .index-item .item-title {
        font-size: 28px
    }

    .index-service .box-list .list-item {
        width: 48%
    }
}

.index-service .box-list .item-pic {
    margin: 0 auto 2px;
    max-width: 100px;
    float: left;
}

    .index-service .box-list .item-pic .img1 {
        display: block;
        width: 80px;
        /*filter: invert(100%)*/
    }

/*.index-service .box-list .item-pic:hover .img1 {
        filter: contrast(0)
    }*/

@media screen and (max-width:1219px) {
    .index-service .box-list .item-pic {
        max-width: 80px
    }

    .index-cerbox .turn_page #box1 {
        display: none
    }
}

@media screen and (max-width:991px) {
    .index-service .box-list .item-pic {
        max-width: 70px;
        margin-bottom: 15px
    }
}

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

.index-service .box-list .item-title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    font-size: 4rem;
    line-height: normal;
    text-align: left;
}

    .index-service .box-list .item-title::after {
        content: "\002B";
        margin-left: -10px;
    }

    .index-service .box-list .item-title, .index-service .box-list .item-title a {
        color: #009961;
    }

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

@media screen and (max-width:767px) {
    .index-service .box-list .item-title {
        font-size: 2rem
    }
}

.index-service .box-list .item-desc {
    font-size: 1.6rem;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
}

    .index-service .box-list .item-desc a:hover {
        color: #c32f3a !important
    }

.index-hotpro {
    margin-bottom: 35px;
    margin-top: 45px
}

    .index-hotpro .index-item {
        margin-bottom: 27px;
        text-align: center
    }

@media screen and (max-width:991px) {
    .index-service .box-list .item-desc {
        font-size: 1.6rem
    }

    .index-hotpro, .index-hotpro .index-item {
        margin-bottom: 30px
    }
}

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

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

    .index-hotpro {
        margin-bottom: 10px
    }

        .index-hotpro .index-item {
            margin-bottom: 20px
        }

        .index-hotpro .box-list .list-item {
            width: 31.33%;
            margin: 0 1% 24px !important
        }
}

.index-hotpro .box-list .item-title {
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
    padding: 8px 5px 9px;
    background-color: #b6b6b6;
    font-weight: 400
}

    .index-hotpro .box-list .item-title a, .index-hotpro .box-list h3.item-title a {
        height: 40px;
        overflow: hidden;
        color: #fff
    }

    .index-hotpro .box-list .item-title:hover a, .related-box .related-scroll .scroll-list .item-title:hover a, .solution1-list .item-subt a:hover {
        color: #fff !important
    }

.index-cerbox {
    padding: 25px 0;
    position: relative
}
.index-boxnews {
    padding: 25px 0;
}
    .index-cerbox:after {
        position: absolute;
        display: block;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        height: 100%;
        background-color: rgba(248,248,248,.31)
    }

    .index-cerbox .index-item {
        margin-bottom: 27px;
        text-align: center;
        z-index: 1;
        position: relative
    }

        .index-cerbox .index-item .item-title:after, .index-cerbox .index-item .item-title:before {
            width: 20%
        }

    .index-cerbox .turn_page #box1 {
        display: none;
        position: relative;
        width: 1036px;
        height: 472px;
        margin: 0 auto
    }

        .index-cerbox .turn_page #box1 .box-list {
            position: relative;
            width: 1036px;
            height: 472px
        }

            .index-cerbox .turn_page #box1 .box-list .list-item {
                position: absolute;
                list-style: none;
                background: #f9f9f9;
                width: 0;
                height: 0;
                top: 146px;
                left: 377px;
                z-index: 0
            }

                .index-cerbox .turn_page #box1 .box-list .list-item img {
                    width: 100%;
                    height: 100%;
                    vertical-align: top
                }

                .index-cerbox .turn_page #box1 .box-list .list-item .item-title {
                    font-size: 1.6rem;
                    text-align: center;
                    line-height: 20px;
                    margin-top: 19px
                }

        .index-cerbox .turn_page #box1 .next, .index-cerbox .turn_page #box1 .prev {
            position: absolute;
            top: 50%;
            margin-top: -13px;
            overflow: hidden;
            cursor: pointer;
            z-index: 999
        }

            .index-cerbox .turn_page #box1 .next .iconfont, .index-cerbox .turn_page #box1 .prev .iconfont {
                font-size: 4.4rem;
                color: #004b9e;
                line-height: 40px
            }

        .index-cerbox .turn_page #box1 .prev {
            left: -85px
        }

        .index-cerbox .turn_page #box1 .next {
            right: -85px
        }

    .index-cerbox .turn_page .scroll-box {
        display: block;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-left: 35px;
        padding-right: 35px;
        z-index: 1
    }

        .index-cerbox .turn_page .scroll-box .box-btn {
            position: absolute;
            top: 50%;
            margin-top: -10px;
            display: block
        }

            .index-cerbox .turn_page .scroll-box .box-btn .iconfont {
                font-size: 3rem;
                color: #000
            }

            .index-cerbox .turn_page .scroll-box .box-btn.prev {
                left: 0
            }

            .cer-list .item-pic:hover .item-backdrop, .index-cerbox .turn_page .scroll-box .box-btn.next, .n-nav .box-list .yiji-list li .has-next, .project-carousel .item-pic:hover .item-backdrop {
                right: 0
            }

        .index-cerbox .turn_page .scroll-box .box-list ul {
            width: 10000%
        }

        .index-cerbox .turn_page .scroll-box .list-item {
            float: left;
            width: .138%;
            margin-right: .005%;
            border-radius: 0;
            overflow: hidden;
            padding: 10px;
        }

            .index-cerbox .turn_page .scroll-box .list-item .item-title {
                font-size: 1.6rem;
                text-align: center;
                line-height: 20px;
                margin-top: 10px;
                display: none
            }

@media only screen and (max-width:640px) {
    .index-cerbox .turn_page .scroll-box .list-item {
        width: .245%;
        padding: 10px 5px;
    }
}

@media only screen and (max-width:480px) {
    .index-cerbox .turn_page .scroll-box {
        padding: 0 25px
    }

        /*  .index-cerbox .turn_page .scroll-box .box-btn {
            margin-top: -27px
        }*/

        .index-cerbox .turn_page .scroll-box .box-btn .iconfont {
            font-size: 2.4rem
        }

        .index-cerbox .turn_page .scroll-box .box-btn.prev {
            left: -5px
        }

        .index-cerbox .turn_page .scroll-box .box-btn.next {
            right: -5px
        }

        .index-cerbox .turn_page .scroll-box .list-item {
            width: .37%
        }
}

.index-solution {
    padding: 25px 0;
    position: relative
}

    .index-solution:before {
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        /*background: #04c461;*/
        background: url(../../files/images/banner/banner-mico-group-giua.jpg) top center no-repeat;
    }

    .index-solution .index-item {
        position: relative;
        z-index: 2;
        margin-right: 100px;
        /*color: #fff;*/
    }

        /*.solution-scroll .scroll-list .item-title a:hover {
    color: #e60012 !important
}

.solution-scroll .scroll-btns .scroll-btn:hover {
    background-color: #fff
}*/

        .index-solution .index-item .item-title:before {
            width: 30px;
            height: 30px;
            background-color: #04c461;
            bottom: 6.5px;
        }

        .index-solution .index-item .item-title:after {
            display: none;
        }

        .index-solution .index-item .item-title {
            text-align: left;
            padding-left: 40px;
            font-size: 28px;
        }

        .index-solution .index-item .item-desc, .index-solution .index-item .item-desc a {
            color: #e3e3e3
        }

.solution-scroll .scroll-btns {
    font-size: 0;
    letter-spacing: 0;
    text-align: right;
    margin-top: -65px;
    margin-bottom: 50px
}

    .solution-scroll .scroll-btns .scroll-btn {
        display: inline-block;
        vertical-align: top;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: #04c461;
        color: #fff;
        font-size: 1.8rem;
        cursor: pointer
    }

    .solution-scroll .scroll-btns .prev {
        margin-right: 2px
    }

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

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

    .solution-scroll .scroll-list .list-item {
        float: left;
        width: .25%;
        overflow: hidden;
        position: relative;
        margin-right: 5px;
        border: 3px solid #fff;
    }

        .pro1-list .item-pic:hover .item-backdrop, .solution-scroll .scroll-list .list-item:hover .item-backdrop, .solution1-list .list-item:hover .item-backdrop {
            top: 0
        }

@media screen and (max-width:640px) {
    .solution-scroll .scroll-list .list-item {
        width: .3233%
    }
}
/*
.solution-scroll .scroll-list .item-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

    .solution-scroll .scroll-list .item-backdrop:hover {
        background-color: rgb(204 204 204 / 74%);
    }
    .solution-scroll .scroll-list .item-backdrop:hover {
        background-color: rgb(204 204 204 / 74%);
    }
    .solution-scroll .scroll-list .item-backdrop:before {
        position: absolute;
        content: '';
        top: 13px;
        right: 15px;
        bottom: 12px;
        left: 15px;
    }

.solution-scroll .scroll-list .item-body {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 10px;
    bottom: 0;
    transition-duration: .7s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
*/
.solution-scroll .scroll-list .item-body p {
    color: #fff;
}

.about-bar a:after, .his-list .list-item:after, .his-list:after, .his-list:before {
    position: absolute;
    left: 50%;
    content: ''
}

.solution-scroll .scroll-list .iconfont {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #fff;
    color: #004b9e;
    font-size: 1.2rem;
    margin-bottom: 22px;
    border-radius: 50%;
}

.index-news .item-subt, .solution-scroll .scroll-list .item-title {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 600;
	height: 48px;
    overflow: hidden;
	padding: 0 10px;
}
.solution-scroll .scroll-list .item-title a{
    color: #111;
}
.index-news {
    padding-top: 15px;
    background: #fff; /*linear-gradient(160deg, #1a1a1a 10%, #000 40%);*/
}

.scroll-list-box.owl-carousel .owl-item {
    background: #04c461;
    border: 1px solid #ddd;
}
.scroll-list-box .owl-controls .owl-dots {
    bottom: -30px;
}
.scroll-list-box h3.item-subt {
    margin-bottom: 10px;
}
.index-news .list-item {
    border: none;
    padding-bottom: 0;
}

.scroll-list-box .owl-controls .owl-dots .owl-dot {
    width: 35px;
    height: 8px;
    border-radius: 2px;
}

    .scroll-list-box .owl-controls .owl-dots .owl-dot.active {
        background-color: #fe0002;
        border-color: #fe0002;
    }

.scroll-list-box .list-item:hover {
    /*box-shadow: 0 3px 6px -4px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23)*/
    box-shadow: none;
}

.index-news .item-body {
    overflow: hidden;
    //margin-top: 15px;
    padding: 10px;
}

.item-body .item-cate {
    color: #ec1c24 !important;
    line-height: 1.6;
    display: inline-block;
    padding: 0 1em .1em;
    border: 1px solid #ec1c24;
    border-radius: 1.5em;
    white-space: nowrap;
}

.index-news .index-item {
    margin-bottom: 29px;
    position: relative;
}

/*    .index-news .index-item .item-title {
        padding-bottom: 14px;
        text-align: left;
        text-transform: none;
    }

        .index-news .index-item .item-title a {
            color: #04c461;
        }

        .index-news .index-item .item-title:hover a {
            color: #ec1c24;
        }

        .index-news .index-item .item-title:before, .index-news .index-item .item-title:after {
            display: none;
        }*/

.index-news .item-subt {
    margin-bottom: 19px;
    font-weight: 600
}

.index-news .item-date {
    font-size: 1.6rem;
    line-height: 20px;
    color: #888;
    margin-bottom: 13px;
    display: none;
}

.index-news .item-body .item-desc {
    font-size: 1.6rem;
    line-height: 26px;
    height: 78px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: initial;
}

.index-news .item-btn {
    display: flex;
    font-size: 1.6rem;
    line-height: 26px;
    color: #000
}

    .index-news .item-btn .iconfont {
        font-size: 2rem;
        vertical-align: middle;
        margin-right: 7px
    }

.index-item .sub-title {
    display: flex;
    position: absolute;
    right: 0;
    top: 15%;
}

    .index-item .sub-title > li {
        border-left: 1px solid #ccc;
    }

        .index-item .sub-title > li:first-child {
            border-left: none;
        }

        .index-item .sub-title > li a {
            padding: .5em 1.5em;
            color: #04c461;
        }

        .index-item .sub-title > li:hover a {
            color: #ec1c24;
        }

        .index-item .sub-title > li:last-child > a > i {
            display: inline-block;
            vertical-align: middle;
            width: 20px;
            height: 8px;
            position: relative;
            margin-right: .7em;
        }

            .index-item .sub-title > li:last-child > a > i:before {
                content: "";
                width: 100%;
                height: 2px;
                background-color: #ec1c24;
                position: absolute;
                left: 0;
                bottom: 1px;
            }

            .index-item .sub-title > li:last-child > a > i:after {
                content: "";
                width: 2px;
                height: 100%;
                background-color: #ec1c24;
                position: absolute;
                right: 0;
                bottom: 2px;
                transform-origin: 0 100%;
                transform: rotate(-45deg);
            }

.about-bar a, .about5-main .img-list .item-pic, .pro1-list .list-item {
    display: inline-block;
    vertical-align: top
}

.page_wrap {
    padding: 50px 0 50px
}

@media screen and (max-width:1219px) {
    .index-cerbox .turn_page .scroll-box {
        display: block
    }

    .solution-scroll .scroll-btns {
        margin-bottom: 50px
    }

    .index-news {
        margin-bottom: 70px
    }

        .index-news .item-pic {
            margin-left: 20px
        }

    .page_wrap {
        padding: 50px 0 70px
    }
}

.about-bar {
    box-shadow: 0 7px 8px 0 rgba(167,167,167,.2);
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    margin-top: 50px;
    padding-bottom: 10px;
}

    .about-bar a {
        width: auto;
        font-size: 1.8rem;
        text-align: center;
        padding: 10px 15px;
        background: #ebecef;
        margin-right: 1px;
        color: #000;
    }

.pg-policy + .about-bar a {
    padding-top: 9px;
}

.about-bar a:after {
    width: 26px;
    height: 12px;
    margin-left: -13px;
    background: url(../../files/images/icon/bar.png) bottom center no-repeat;
    bottom: -12px;
    z-index: 2;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    display: none
}

.pro1-list .item-backdrop, .solution1-list .item-subt {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s
}

/*.about-bar .bar1, .about-bar .bar2, .about-bar .bar3, .about-bar .bar4, .about-bar .bar5 {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 80px auto;
}*/

/*   .about-bar .bar1.active, .about-bar .bar1:hover {
        background-blend-mode: overlay
    }*/
@media screen and (max-width:991px) {
            .index-cerbox, .index-news {
                margin-bottom: 25px
            }

                .index-cerbox .turn_page .scroll-box .list-item .item-title {
                    font-size: 1.6rem;
                }

            .index-solution {
                margin-bottom: 25px;
                padding-top: 25px
            }

                .index-solution .index-item {
                    margin-right: 0
                }

            .solution-scroll .scroll-btns .scroll-btn {
                width: 32px;
                height: 32px;
                line-height: 32px
            }

            .solution-scroll .scroll-list .list-item {
                border: 1px solid transparent
            }

            .solution-scroll .scroll-list .item-backdrop {
                background-color: transparent;
                position: relative;
                top: auto
            }

                .solution-scroll .scroll-list .item-backdrop:before {
                    display: none
                }

            .solution-scroll .scroll-list .item-body {
                position: relative;
                top: auto;
                margin: 0;
                padding: 0
            }

            .solution-scroll .scroll-list .iconfont {
                display: block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                margin: -30px 0 0;
                font-size: 1.6rem
            }

            .solution-scroll .scroll-list .item-title {
                /*background-color: #ec1c24;*/
                padding: 5px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                white-space: initial;
            }

            .index-news .item-pic {
                width: 380px
            }

            .index-news .item-body {
                margin-top: 0
            }

            .index-news .index-item {
                margin-bottom: 0
            }

            .index-news .item-date, .index-news .item-subt {
                margin-bottom: 10px
            }

            .index-news .item-body > .item-desc {
                line-height: 24px;
                height: 72px;
                margin-bottom: 20px
            }

            .index-item .sub-title li {
                display: none;
            }

                .index-item .sub-title li.more {
                    display: block;
                }

            .page_wrap {
                padding: 50px 0
            }

            .about-bar .wp {
                width: 100%;
                padding: 0
            }

            .about-bar a {
                font-size: 1.5rem;
            }

            .item-body .item-cate {
                line-height: normal;
                padding: .2em 1em .1em;
                white-space: inherit;
                margin-top: 10px;
                margin-bottom: 10px;
                font-size: 13px;
            }
        }

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

            /*.index-cerbox, .index-news {
        margin-bottom: 30px
    }*/

            .index-cerbox .index-item {
                margin-bottom: 20px
            }

            .index-solution {
                margin-bottom: 30px;
                padding-top: 30px
            }

            /*.index-solution .index-item {
            margin-right: 60px
        }*/

            .solution-scroll .scroll-btns {
                margin-top: 0;
                margin-bottom: 20px;
                text-align: center;
            }

                .solution-scroll .scroll-btns .scroll-btn {
                    width: 26px;
                    height: 26px;
                    line-height: 26px;
                    font-size: 1.6rem;
                }

            .solution-scroll .scroll-list .iconfont {
                width: 24px;
                height: 24px;
                line-height: 24px;
                margin: -24px 0 0;
                font-size: 1.6rem;
            }

            .index-news .item-btn, .solution-scroll .scroll-list .item-title {
                font-size: 1.6rem;
            }

            .index-news .item-pic {
                width: 330px
            }

            .index-news .item-subt {
                font-size: 1.6rem;
                margin-bottom: 5px
            }

            .index-news .item-date {
                font-size: 1.2rem
            }

            .index-news .item-body > .item-desc {
                font-size: 1.6rem;
                line-height: 20px;
                height: 60px;
                margin-bottom: 15px
            }

            .index-news .item-btn .iconfont {
                font-size: 2rem
            }

            .page_wrap {
                padding: 30px 0
            }

            .about-bar a {
                width: 25%;
                font-size: 1.6rem;
                background-size: 70px !important;
                background-position-y: 6px !important;
                padding-top: 60px;
                line-height: normal;
                overflow: hidden;
                height: auto;
            }
        }

        .about1-main {
    margin-top: -18px;
    font-size: 1.6rem;
    line-height: 30px
}

    .about1-main p, .about5-main p, .news2-main .item-desc p, .pro2-info .item-desc p, .pro2-spec .item-body p {
        min-height: 30px
    }

    /*  .about1-main p b, .about1-main p strong, .news2-main .item-desc p b, .news2-main .item-desc p strong, .pro1-top .item-desc b, .pro1-top .item-desc strong, .pro2-info .item-desc p b, .pro2-info .item-desc p strong, .pro2-spec .item-body p b, .pro2-spec .item-body p strong {
            font-family: Roboto-Bold
        }*/

    .about1-main strong, .about5-main strong, .pro2-info .item-desc strong, .pro2-spec .item-body strong, .solution2-main .item-body strong {
        font-weight: 400;
    }

.about3-list {
    padding-top: 10px
}

    .about3-list .list-item {
        background-color: #f5f5f5;
        margin-top: 20px
    }

    .about3-list .item1 .item-pic {
        float: left;
        margin-right: 30px;
        border-right: 10px solid #fff
    }

    .about3-list .item2 .item-pic {
        float: right;
        margin-left: 30px;
        border-left: 10px solid #fff
    }

    .about3-list .item-pic {
        width: 412px
    }

@media screen and (max-width:991px) {
    .about1-main {
        margin-top: 0;
        line-height: 26px
    }

        .about1-main p {
            min-height: 26px
        }

    .about3-list .list-item {
        padding: 15px
    }

    .about3-list .item1 .item-pic {
        margin-right: 15px
    }

    .about3-list .item2 .item-pic {
        margin-left: 15px
    }

    .about3-list .item-pic {
        width: 300px;
        border: 0 !important
    }
}

@media screen and (max-width:767px) {
    .about1-main {
        font-size: 1.6rem;
        line-height: 22px
    }

        .about1-main p {
            min-height: 22px
        }

    .about3-list .list-item {
        padding: 10px
    }

    .about3-list .item-pic {
        width: 220px
    }
}

.about3-list .item-body {
    padding: 37px 2.5% 15px
}

.about3-list .item-title {
    font-size: 1.8rem;
    line-height: 24px;
    color: #004b9e;
    margin-bottom: 24px;
    overflow: visible
}

.about3-list .item-desc {
    font-size: 1.6rem;
    line-height: 30px;
    overflow: visible
}

.his-list {
    padding: 17px 0 0;
    position: relative;
    max-width: 1020px;
    margin: 21px auto 20px
}

@media screen and (max-width:1219px) {
    .about3-list .item-body {
        padding: 30px 2.5% 15px
    }

    .about3-list .item-title {
        margin-bottom: 10px
    }

    .about3-list .item-desc {
        line-height: 26px
    }

    .his-list {
        margin-top: 0
    }
}

.his-list:before {
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: #000;
    margin-left: -.5px
}

.his-list:after {
    width: 95px;
    height: 5px;
    background-color: #004b9e;
    margin-left: -47.5px;
    top: 0
}

.his-list .list-item {
    margin-top: 59px;
    position: relative
}

    .his-list .list-item:after {
        width: 17px;
        height: 17px;
        background: url(../../files/images/icon/his.png) center/contain no-repeat;
        margin-left: -8.5px;
        top: 109px
    }

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

    .about3-list .item-title {
        margin-bottom: 5px
    }

    .about3-list .item-desc {
        font-size: 1.6rem;
    }

    .his-list .list-item {
        margin-top: 30px
    }

        .his-list .list-item:after {
            top: 50px
        }
}

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

    .about3-list .item-desc {
        line-height: 22px
    }

    .his-list .list-item:after {
        top: 25px
    }
}

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

    .his-list .list-item:after {
        top: 12px
    }
}

.his-list .item-pics {
    width: 50%;
    padding: 0 55px;
    text-align: left
}

@media screen and (max-width:991px) {
    .his-list .item-pics {
        padding: 0 30px
    }
}

@media screen and (max-width:640px) {
    .his-list .item-pics {
        padding: 0 15px
    }
}

.his-list .item-body {
    overflow: hidden;
    padding: 107px 55px 0
}

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

@media screen and (max-width:767px) {
    .his-list .item-body {
        padding: 20px 20px 0
    }
}

@media screen and (max-width:640px) {
    .his-list .item-body {
        padding: 10px 15px 0
    }
}

.his-list .item-title {
    font-size: 1.8rem;
    line-height: 24px;
    color: #004b9e
}

.about5-main, .his-list .item-desc {
    font-size: 1.6rem;
    line-height: 30px
}

.his-list .item-desc {
    margin-top: 23px
}

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

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

    .his-list .item-desc {
        margin-top: 10px;
        font-size: 1.6rem;
        line-height: 22px
    }
}

@media screen and (max-width:450px) {
    .his-list:after {
        width: 17px;
        margin-left: 0;
        left: 0
    }

    .his-list:before {
        left: 7.5px;
        margin-left: 0
    }

    .his-list .list-item {
        padding-left: 30px
    }

        .his-list .list-item:after {
            left: 0;
            margin-left: 0;
            top: 0
        }

    .his-list .item-pics {
        width: 100%;
        padding: 0;
        float: none
    }

        .his-list .item-pics img {
            display: block;
            max-width: 400px;
            width: 100%
        }

    .his-list .pull-right + .item-body {
        text-align: left
    }

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

    .his-list .item-desc {
        margin-top: 5px;
        line-height: 20px
    }
}

.about5-main {
    margin-top: 10px
}

    .about5-main .item-title {
        color: #004b9e;
        margin-bottom: 17px;
        font-size: 1.8rem
    }

    .about5-main .img-list .item-pic {
        width: 42.5%;
        margin-left: 4.16667%;
        margin-bottom: 24px
    }

@media screen and (max-width:991px) {
    .about5-main {
        margin-top: 0;
        line-height: 26px
    }

        .about5-main .img-list .item-pic {
            width: 49%;
            margin-left: 2%
        }

        .about5-main p {
            min-height: 26px
        }
}

@media screen and (max-width:350px) {
    .about5-main .img-list .item-pic {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px
    }
}

.main .box-main {
    width: 878px
}

.main .box-slide {
    width: 280px
}

.pro1-top .item-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 16px;
    margin-top: 8px
}

.pro1-top .item-desc {
    background-color: #e7e7e7;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 10px 10px 9px;
    margin-bottom: 34px
}

    .n-box1 .item-desc, .n-box1 .item-desc *, .n-box2 .item-desc, .n-box2 .item-desc *, .pro1-top .item-desc, .pro1-top .item-desc a, .pro1-top .item-desc b, .pro1-top .item-desc strong {
        color: #838383
    }

.pro1-list {
    font-size: 0;
    letter-spacing: 0;
    padding-bottom: 40px
}

    .pro1-list .list-item {
        width: 31.66287%;
        margin-left: 2.50569%;
        margin-bottom: 40px
    }

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

    .main .box-slide {
        width: 260px
    }

    .pro1-top .item-title {
        margin-top: 0
    }

    .pro1-list .list-item {
        margin-bottom: 30px
    }
}

.pro1-list .item-pic {
    border: 1px solid #dedede;
    margin-bottom: 16px;
    position: relative
}

.pro1-list .item-backdrop {
    position: absolute;
    top: 999px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,75,158,.7);
    transition: .5s
}

    .pro1-list .item-backdrop .iconfont {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 2.4rem;
        font-weight: 700;
        margin: -25px 0 0 -25px;
        color: #fff;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 48px;
        border-radius: 50%;
        border: 1px solid #fff
    }

.pro1-list .item-title {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 400
}

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

.pro1-list .item-btn {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    min-width: 115px;
    border: 1px solid #004b9e;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 4px 5px;
    color: #004b9e;
    border-radius: 15px
}

.proslide .slide-yiji {
    margin-top: 2px
}

    .proslide .slide-yiji > li {
        margin-bottom: 14px;
        width: 100%
    }

        .proslide .slide-yiji > li > a {
            display: block;
            font-size: 1.6rem;
            color: #000;
            line-height: 20px;
            padding: 19px 30px 19px 19px;
            background-color: #f1f1f1;
            position: relative
        }

            .proslide .slide-yiji > li > a .iconfont {
                position: absolute;
                color: #004b9e;
                top: 19px;
                right: 10px
            }

.proslide .slide-erji {
    padding: 23px 15px 4px;
    background-color: #f7f7f7;
    display: none
}

    .proslide .slide-erji > li > a {
        display: block;
        font-size: 1.6rem;
        line-height: 20px;
        color: #000;
        padding: 0 0 0 31px;
        margin-bottom: 19px;
        position: relative
    }

        .proslide .slide-erji > li > a .iconfont {
            font-size: 1.6rem;
            color: #000;
            position: absolute;
            left: 0;
            top: 0
        }

.proslide .slide-sanji {
    padding-bottom: 15px;
    display: none
}

    .proslide .slide-sanji > li > a {
        display: block;
        padding: 5px 0 5px 35px;
        line-height: 20px;
        color: #000
    }

.slide-title {
    font-size: 2.4rem;
    position: relative
}

    .slide-title a, .slide-title p {
        display: block;
        background: url(../../files/images/icon/web1.png) 19px center no-repeat #004b9e;
        color: #fff;
        line-height: 24px;
        padding: 30px 10px 26px 50px;
        position: relative
    }

    .n-nav .box-list .erji-list, .n-nav .box-list .sanji-list, .n-nav .box-list .yiji-list, .n-nav .n-nav-icon.active span, .pro2-box .m-propic2, .related-box .related-scroll .scroll-btns, .slick-arrow.slick-hidden, .slick-slide.slick-loading img, .slide-title.slide-title2 {
        display: none
    }

@media screen and (max-width:1219px) {
    .pro1-list .item-pic, .pro1-list .item-title, .proslide .slide-yiji > li {
        margin-bottom: 10px
    }

        .proslide .slide-yiji > li > a {
            padding-top: 12px;
            padding-bottom: 12px;
            padding-left: 15px
        }

            .proslide .slide-yiji > li > a .iconfont {
                top: 12px
            }

    .proslide .slide-erji {
        padding-top: 15px
    }

        .proslide .slide-erji > li > a {
            margin-bottom: 15px
        }

    .slide-title {
        font-size: 2.2rem !important
    }

        .slide-title a, .slide-title p {
            padding: 17px 10px 17px 40px !important;
            background-position-x: 10px !important
        }
}

.slide-tags {
    margin-top: 40px
}

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

    .main .box-slide {
        width: 100%;
        margin: 50px 0 0
    }

    .pro1-list {
        padding-bottom: 20px
    }

        .pro1-list .item-backdrop {
            display: none
        }

    .slide-title {
        font-size: 2rem !important
    }

    .slide-tags {
        margin-top: 30px
    }
}

.slide-tags .slide-title {
    font-size: 2.6rem
}

    .slide-tags .slide-title a, .slide-tags .slide-title p {
        background-image: url(../images/tag.png);
        padding-top: 17px;
        padding-bottom: 17px;
        padding-left: 59px
    }

.slide-tags .item-desc {
    padding-top: 14px;
    font-size: 1.6rem;
}

    .slide-tags .item-desc a {
        color: #000;
        display: inline-block;
        margin: 0 10px 10px 0;
        background-color: #f2f2f2;
        line-height: 20px;
        padding: 3px 10px 2px
    }

.pro2-box .m-propic {
    margin: 0 60px 0 auto;
    width: 694px;
    float: left
}

@media screen and (max-width:1419px) {
    .pro2-box .m-propic {
        margin-right: 30px
    }
}

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

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

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

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

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

.pro2-box .m-propic .pic-small {
    position: relative;
    float: right;
    width: 140px;
    padding: 35px 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: 2.8rem;
        color: #000
    }

    .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: 446px;
    overflow: hidden
}

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

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

    .pro2-box .m-propic .pic-list .item-pics {
        display: block;
        border-radius: 0;
        border: 1px solid #e2e2e2;
        position: relative;
        overflow: hidden
    }

        .news1-list .item-pic img, .pro2-box .m-propic .pic-list .item-pics img {
            width: 100%;
            display: block
        }

        .pro2-box .m-propic .pic-list .item-pics.zoomThumbActive, .pro2-box .m-propic .pic-list .item-pics:hover {
            border-color: #004b9e
        }

@media screen and (max-width:767px) {
    .about5-main {
        font-size: 1.6rem;
        line-height: 22px
    }

        .about5-main .item-title, .pro1-top .item-title {
            margin-bottom: 10px;
            font-size: 1.6rem
        }

        .about5-main p {
            min-height: 22px
        }

    .main .box-slide {
        margin: 30px 0 0
    }

    .pro1-top .item-desc {
        line-height: 20px;
        margin-bottom: 25px
    }

    .pro1-list {
        padding-bottom: 10px
    }

        .pro1-list .item-title {
            font-size: 1.6rem;
        }

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

        .pro1-list .item-btn {
            min-width: 95px;
            padding: 3px
        }

    .pro2-box .m-propic1, .proslide .slide-yiji, .slide-title.slide-title1 {
        display: none
    }

    .slide-title {
        font-size: 1.8rem !important
    }

        .slide-title a, .slide-title p {
            line-height: 20px !important;
            padding: 10px 10px 10px 40px !important;
            background-position-x: 10px !important
        }

        .pro2-box .m-propic2 .list-item img, .slide-title.slide-title2 {
            display: block
        }

            .slide-title.slide-title2 p {
                padding-right: 40px
            }

    .slide-tags {
        margin-top: 20px
    }

    .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: 2.4rem;
                color: #000
            }

                .pro2-box .m-propic2 .box-btn .iconfont:hover {
                    color: #004b9e
                }

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

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

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

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

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

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

.pro2-info .item-title {
    font-size: 3.4rem;
    line-height: 40px;
    color: #004b9e;
    margin-bottom: 26px;
    margin-top: 29px
}

.pro2-info .pro-share {
    margin-bottom: 24px
}

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

.pro2-info .item-btn {
    display: inline-block;
    vertical-align: middle;
    min-width: 166px;
    line-height: 24px;
    padding: 11px;
    border: 1px solid #001634;
    color: #000;
    text-align: center;
    font-size: 1.6rem;
}

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

    .pro2-info .item-btn:hover {
        background-color: #004b9e;
        border-color: #004b9e;
        color: #fff
    }

    .pro2-info .item-btn.no:hover {
        background-color: #fff !important;
        border-color: #001634 !important;
        color: #000
    }

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

    .pro2-box .zoomPreload, .pro2-box .zoomPup, .pro2-box .zoomWindow {
        display: none !important
    }

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

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

    .pro2-info .item-title {
        margin-top: 0;
        line-height: 24px;
        font-size: 2.8rem
    }

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

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

    .pro2-info .item-btn {
        padding: 8px
    }
}

.pro2-spec {
    margin-top: 54px
}

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

.pro2-tags {
    margin-bottom: 34px;
    font-size: 1.6rem;
    line-height: 24px;
    word-break: break-word
}

    .pro2-tags strong {
        font-weight: 400;
        display: inline-block;
        margin-right: 5px;
    }

.pro2-title {
    font-size: 2.8rem;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    padding-bottom: 9px;
    text-transform: capitalize
}

    .pro2-title:after {
        position: absolute;
        content: '';
        width: 67px;
        height: 3px;
        background-color: #004b9e;
        bottom: -2px;
        left: 0
    }

.cer-list, .solution1-list {
    font-size: 0;
    letter-spacing: 0
}

.related-box .pro2-title {
    margin-bottom: 31px
}

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

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

    .pro2-info .item-desc {
        line-height: 24px;
        font-size: 1.6rem;
    }

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

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

    .pro2-spec {
        margin-top: 40px
    }

        .pro2-spec .item-body {
            padding: 30px 0;
            line-height: 26px
        }

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

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

    .pro2-title {
        font-size: 2.4rem
    }

    .related-box .pro2-title {
        margin-bottom: 30px
    }

    .related-box .related-scroll .scroll-list .list-item {
        width: .235%;
        margin-right: .02%
    }
}

@media screen and (max-width:767px) {
    .pro2-info .item-btn {
        line-height: 20px;
        padding: 5px;
        min-width: 130px
    }

    .pro2-spec {
        margin-top: 30px
    }

        .pro2-spec .item-body {
            padding: 20px 0;
            font-size: 1.6rem;
            line-height: 24px
        }

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

    .pro2-title {
        font-size: 2rem
    }

    .related-box .pro2-title {
        margin-bottom: 20px
    }

    .related-box .related-scroll .scroll-list .list-item {
        width: .32%
    }
}

.related-box .related-scroll .scroll-list .item-pic {
    border: 1px solid #e2e2e2
}

.related-box .related-scroll .scroll-list .item-title {
    font-size: 1.6rem;
    line-height: 20px;
    text-align: center;
    padding: 8px 5px 9px
}

    .related-box .related-scroll .scroll-list .item-title a {
        height: 40px;
        overflow: hidden
    }

.cer-list {
    padding: 0 0 38px
}

.news1-list, .solution1-list {
    padding-bottom: 20px
}

.cer-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 22%;
    margin-left: 4%;
    margin-bottom: 39px
}

.cer-list .part-item {
    text-align: center;
    display: inline-block;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.cer-list .item-pic {
    position: relative;
    width: 100%
}

    .cer-list .item-pic:hover .item-backdrop .iconfont, .project-carousel .item-pic:hover .item-backdrop .iconfont {
        right: 50%
    }

.cer-list .item-backdrop, .project-carousel .item-backdrop {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 999px;
    background-color: rgba(0,75,158,.5);
    -webkit-transition: .6s;
    -o-transition: .6s;
    -moz-transition: .6s;
    transition: .6s
}

    .cer-list .item-backdrop .iconfont, .project-carousel .item-backdrop .iconfont {
        color: #fff;
        font-size: 3.4rem;
        position: absolute;
        right: -999px;
        top: 50%;
        margin: -17px -17px 0 0;
        -webkit-transition: .9s;
        -o-transition: .9s;
        -moz-transition: .9s;
        transition: .9s
    }

.cer-list .item-title {
    font-size: 1.6rem;
    line-height: 20px;
    padding: 0 10px;
    height: 42px;
    overflow: hidden;
}

.solution1-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-left: 5%;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden
}

    .solution1-list .list-item:hover .item-subt {
        bottom: -99px
    }

.solution1-list .item-subt {
    position: absolute;
    transition: .5s;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(254, 0, 2,.5);
    font-size: 1.6rem;
    line-height: 24px;
    padding: 8px 9px
}

.n-nav .box-list > li, .solution1-list .item-backdrop {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s
}

.solution1-list .item-subt .iconfont {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 9px;
    font-size: 2rem
}

.solution1-list .item-subt a {
    padding-right: 22px
}

.solution1-list .item-subt:hover {
    background-color: rgba(0,0,0,.5)
}

.solution1-list .item-backdrop {
    position: absolute;
    transition: .5s;
    top: -999px;
    height: 100%;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%)
}

    .solution1-list .item-backdrop .item-body {
        position: absolute;
        top: 9px;
        bottom: 9px;
        left: 9px;
        right: 9px;
        border: 1px solid rgba(255,255,255,.5);
        padding: 35px 18px 15px
    }

.solution1-list .item-title {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 20px
}

    .solution1-list .item-desc a:hover, .solution1-list .item-title a:hover {
        color: #ccc !important
    }

.solution1-list .item-desc {
    font-size: 1.6rem;
    line-height: 26px;
    height: 104px
}

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

        .cer-list .list-item {
            width: 23.5%;
            margin-left: 2%
        }

        .cer-list .item-backdrop, .project-carousel .item-backdrop, .solution1-list .item-subt {
            display: none
        }

        .cer-list .item-title {
            margin-top: 10px
        }

    .solution1-list .list-item {
        width: 32%;
        margin-left: 2%;
        margin-bottom: 30px
    }

    .solution1-list .item-backdrop {
        position: relative;
        top: 0;
        background-color: transparent
    }

        .solution1-list .item-backdrop .item-body {
            position: relative;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            padding: 10px 0 0;
            border: 0
        }

    .solution1-list .item-title {
        margin-bottom: 5px
    }

        .solution1-list .item-desc, .solution1-list .item-desc a, .solution1-list .item-title, .solution1-list .item-title a {
            color: #000
        }

            .solution1-list .item-desc a:hover, .solution1-list .item-title a:hover {
                color: #004b9e !important
            }

    .solution1-list .item-desc {
        line-height: 22px;
        height: 88px
    }
}

@media screen and (max-width:767px) {
    .related-box .related-scroll .scroll-list .item-title {
        font-size: 1.6rem;
        padding: 5px
    }

    .cer-list {
        padding-bottom: 10px
    }

        .cer-list .item-title {
            margin-top: 5px;
            font-size: 1.2rem
        }

    .solution1-list .item-desc {
        line-height: 20px;
        height: 80px
    }
}

.solution2-main .page-heading2.item-title {
    text-align: center;
    font-size: 3.2rem;
}

.solution2-main .item-title {
    font-size: 2rem;
    color: #04c461;
    text-transform: uppercase;
    margin-bottom: 26px;
    margin-top: 13px
}

    .solution2-main .item-title .self-ellipsis {
        white-space: inherit;
    }

.solution2-main .item-body {
    font-size: 1.6rem;
    line-height: 30px
}

    .solution2-main .item-body p {
        min-height: 13px
    }

.solution2-main .m-oths {
    border-top: 0
}

.solution-slide {
    background-color: #f6f6f6
}

    .solution-slide .box-list {
        padding: 9px 0 30px
    }

        .solution-slide .box-list li h2 {
            margin: 0
        }

        .solution-slide .box-list > li > a, .solution-slide .box-list > li > h2 > a {
            display: block;
            line-height: 20px;
            padding: 8px 11px;
            font-size: 1.6rem;
            font-weight: 400
        }

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

    .cer-list .item-backdrop .iconfont, .project-carousel .item-backdrop .iconfont {
        font-size: 3.2rem;
        margin: -16px -16px 0 0
    }

    .solution2-main .item-title {
        margin-top: 0
    }

    .solution2-main .item-body {
        line-height: 24px
    }

    .solution-slide .box-list {
        padding: 9px 0
    }
}

.news1-list li {
    width: 100%;
    margin-bottom: 36px;
    padding-bottom: 40px;
    border-bottom: 1px solid #bfbfbf;
    border-color: rgba(191,191,191,.5)
}

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

    .news1-list .item-title .self-ellipsis {
        white-space: initial;
        height: 48px;
    }

.news1-list .item-date {
    background-color: #e2e2e2;
    background-image: linear-gradient(0.25turn,rgb(255 255 255),rgba(238,238,238,.5),rgb(255 255 255));
    color: #999;
    line-height: 22px;
    font-size: 1.6rem;
    padding: 10px 14px;
    margin-bottom: 31px
}

    .news1-list .item-date .iconfont {
        margin-right: 5px;
        font-size: 1.6rem;
    }

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

@media screen and (max-width:991px) {
    .solution2-main .item-title {
        font-size: 1.8rem;
        margin-bottom: 20px
    }

    .news1-list li {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .news1-list .item-date {
        font-size: 1.6rem;
        padding: 8px;
        margin-bottom: 20px
    }

    .news1-list .item-pic {
        width: 250px
    }
}

@media screen and (max-width:767px) {
    .solution2-main .item-title {
        font-size: 1.6rem;
        margin-bottom: 15px
    }

    .solution2-main .item-body {
        font-size: 1.6rem;
        line-height: 22px
    }

    .solution-slide .box-list > li > a {
        padding: 5px 10px
    }

    .news1-list li {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .news1-list .item-title {
        font-size: 1.6rem;
        margin-bottom: 10px
    }

    .news1-list .item-date {
        font-size: 1.6rem;
        padding: 5px;
        margin-bottom: 15px
    }

    .news1-list .item-pic {
        width: 200px
    }
}

@media screen and (max-width:480px) {
    .index-about .item-videobox {
        float: none
    }

        .index-about .item-videobox:before {
            top: -15px;
            left: -15px
        }

    .index-hotpro .box-list .list-item, .index-service .box-list .list-item {
        width: 48%
    }

    .index-service .box-list .item-pic {
        max-width: 50px;
        margin-bottom: 10px
    }

    .index-service .box-list .item-title {
        font-size: 1.8rem;
        margin-bottom: 5px
    }
    .index-service .box-list .item-title::after {
        margin-left: 0;
    }
    .solution-scroll .scroll-list .list-item {
        width: .49%
    }

    .about-bar, .about-bar a {
        text-align: left
    }

        .about-bar a {
            margin-bottom: 2px;
            width: 48%;
            padding: 5px;
            line-height: 25px;
            text-align: center;
        }

            .about-bar a:after {
                display: none !important
            }

    .about3-list .item-pic {
        float: none !important;
        margin: 0 auto 15px !important;
        width: 100%;
        max-width: 402px
    }

    .pro1-list .list-item {
        width: 48%;
        margin: 0 1% 20px !important
    }

    .related-box .related-scroll .scroll-list .list-item {
        width: .49%;
        margin-right: .02%
    }

    .solution1-list .item-title {
        font-size: 1.6rem;
        line-height: 20px
    }

    .solution1-list .item-desc {
        font-size: 1.2rem;
        line-height: 18px;
        height: 72px
    }

    .news1-list .item-pic {
        width: 170px
    }
}

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

.news1-list .item-desc {
    /*  font-size: 1.6rem;*/
    line-height: 28px;
    height: 112px;
    margin-top: 16px;
    margin-bottom: 9px
}

    .news1-list .item-desc, .news1-list .item-desc a {
        color: #555
    }

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

@media screen and (max-width:767px) {
    .news1-list .item-desc {
        margin-top: 5px;
        line-height: 24px;
        height: 96px;
        overflow: hidden
    }
}

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

.news1-list .item-btn {
    line-height: 20px;
    display: inline-block;
    color: #ec1c24;
}

    .news1-list .item-btn:hover {
        text-decoration: underline
    }

.news2-main > .item-title {
    font-size: 2rem;
    line-height: 24px;
    margin-bottom: 27px
}

.news2-main .item-date {
    margin-bottom: 22px;
    font-size: 0;
    letter-spacing: 0
}

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

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

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

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

.news2-main .item-desc {
    /*font-size: 1.6rem;*/
    line-height: 30px;
    padding: 0 0 14px
}

.contact-main ::-webkit-input-placeholder {
    color: #000;
    opacity: 1
}

.contact-main :-o-placeholder {
    color: #000;
    opacity: 1
}

.contact-main ::-moz-placeholder {
    color: #000;
    opacity: 1
}

.contact-main :-ms-input-placeholder {
    color: #000;
    opacity: 1
}

.contact-main .box-left .item-title {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 17px
}

.contact-main .box-left .box-list {
    margin-bottom: 21px;
    font-size: 1.6rem;
    line-height: 28px
}

    .contact-main .box-left .box-list em {
        float: left;
        font-style: normal;
        margin-right: 5px
    }

    .contact-main .box-left .box-list li {
        margin-bottom: 17px
    }

.contact-main .box-form {
    width: 582px;
    margin-right: 8%
}

    .contact-main .box-form .box-title {
        font-size: 2rem;
        text-transform: uppercase;
        margin-bottom: 22px
    }

    .contact-main .box-form .star {
        background: url(../../files/images/icon/star.png) left 25px no-repeat
    }

    .contact-main .box-form .item-row {
        margin-bottom: 19px;
        padding-left: 18px;
        position: relative
    }

        .contact-main .box-form .item-row .iconfont {
            display: block;
            line-height: 50px;
            width: 42px;
            text-align: center;
            top: 0;
            left: 18px;
            position: absolute;
            font-size: 2rem
        }

        .contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea {
            width: 100%;
            display: block;
            height: 50px;
            line-height: 48px;
            padding: 0 15px 0 42px;
            border: 1px solid #aaa;
            color: #000;
            border-radius: 5px;
            font-size: 1.6rem
        }

        .contact-main .box-form .item-row textarea {
            height: 188px;
            line-height: 24px;
            padding-top: 12px;
            padding-bottom: 5px
        }

        .contact-main .box-form .item-row .code-input {
            width: 173px;
            float: left;
            margin-right: 22px;
            padding-left: 18px
        }

        .contact-main .box-form .item-row .code-img {
            float: left;
            cursor: pointer;
            line-height: 50px
        }

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

        .contact-main .box-form .item-row .code-btn {
            float: left;
            width: 189px;
            border-color: #004b9e;
            background-color: #004b9e;
            text-transform: uppercase;
            text-align: center;
            padding: 0;
            color: #fff;
            display: block;
            height: 50px;
            line-height: 48px;
            border-radius: 5px;
            font-size: 1.6rem
        }

.n-nav .box-search .item-submit:hover, .n-nav .n-nav-body {
    background-color: #000
}

.contact-main .box-form .item-row .code-btn:hover {
    border-color: #000;
    background-color: #000
}

@media screen and (max-width:1219px) {
    .contact-main .box-form {
        width: 51%;
        margin-right: 30px
    }

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

        .contact-main .box-form .item-row .code-btn {
            width: 150px
        }
}

@media screen and (min-width:768px) {
    .n-nav, .n-nav-icon {
        display: none
    }
}

@-webkit-keyframes resize {
    60%,75%,90%,from,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 {
    60%,75%,90%,from,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 {
    60%,75%,90%,from,to {
        -webkit-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        -moz-animation-timing-function: cubic-bezier(0.215,0.61,0.355,1);
        animation-timing-function: cubic-bezier(0.215,0.61,0.355,1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale(5,5);
        -moz-transform: scale(5,5);
        -o-transform: scale(5,5);
        transform: scale(5,5)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1,1);
        -moz-transform: scale(1,1);
        -o-transform: scale(1,1);
        transform: scale(1,1)
    }
}

.n-nav .n-nav-icon {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 35px;
    height: 28px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    z-index: 999999999;
    padding: 6px 6px 3px
}

    .n-nav .n-nav-icon span {
        display: block;
        width: 100%;
        height: 2px;
        margin-bottom: 4px;
        background-color: #004b9e
    }

    .n-nav .n-nav-icon.active {
        background: url(../fonts/nav-close.png) center/30px no-repeat #000
    }

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

.n-nav .box-search {
    background-color: #fff;
    padding: 5px 10px;
    position: relative;
    border: 1px solid #004b9e;
    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 .item-submit {
        font-weight: 700;
        background-color: #004b9e;
        width: 44px;
        height: 32px;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        position: absolute;
        right: 10px;
        top: 5px
    }

.n-nav .box-list {
    margin-top: 30px
}

    .n-nav .box-list > li {
        position: relative;
        -webkit-animation-duration: .5s;
        -moz-animation-duration: .5s;
        animation-duration: .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;
        transition: .5s;
        padding: 0 10px
    }

        .n-nav .box-list > li a {
            display: block;
            font-size: 1.6rem;
            line-height: 26px;
            padding: 10px 25px 10px 10px;
            color: #fff;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(255,255,255,.3)
        }

    .n-nav .box-list li .has-next {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
        background: url(../fonts/n1.png) center/contain no-repeat;
        -webkit-transition: .5s;
        -o-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        cursor: pointer
    }

    .n-nav .box-list li.active > .has-next {
        background: url(../fonts/n2.png) center/contain no-repeat
    }

    .n-nav .box-list .yiji-list li {
        padding-left: 12px
    }

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

.banner {
    position: relative;
    display: inline-block;
    width: 100%;
    overflow:hidden;
}

    .banner .slick-arrow {
        position: absolute;
        z-index: 2;
        display: none !important;
        cursor: pointer;
        top: 50%;
        margin-top: -15px;
        width: 6.9rem;
        height: 1.8rem;
        /*line-height: 50px;*/
        text-align: center;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transform: translateY(-80%);
        /*        background-color: rgba(255,255,255,.3);
        border-radius:50%;*/
    }
        /*   .banner:hover .slick-arrow {
        display: block !important;
    }*/
        .banner .slick-arrow .iconfont {
            font-size: 3rem;
            color: #91c73e;
            display: none;
        }

        .banner .slick-arrow.slick-prev {
            background-image: url(../../files/qcad/icon/arrow-left-white.png);
        }

        .banner .slick-arrow.slick-next {
            background-image: url(../../files/qcad/icon/arrow-right-white.png);
        }

        .banner .slick-arrow.slick-prev:hover {
            background-image: url(../../files/qcad/icon/arrow-left-red.png);
        }

        .banner .slick-arrow.slick-next:hover {
            background-image: url(../../files/qcad/icon/arrow-right-red.png);
        }

    .banner .slick-prev {
        left: 15px;
        cursor: pointer
    }

    .banner .slick-next {
        right: 15px;
        cursor: pointer
    }

    .banner .slick-dots {
        position: absolute;
        z-index: 2;
        left: 0;
        right: 0;
        bottom: 45px;
        font-size: 0;
        letter-spacing: 0;
        text-align: center;
        /*display:none !important;*/
    }

        .banner .slick-dots li {
            margin: 0 5px;
            display: inline-block;
            vertical-align: top;
            cursor: pointer
        }

            .banner .slick-dots li a {
                display: block;
                width: 36px;
                height: 8px;
                background-color: #fff;
                border-radius: 4px
            }

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    /*overflow: hidden;*/
    margin: 0;
    padding: 0
}

.listcart, .xunpanc {
    margin-top: 20px
}

.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;
    max-height: 100vh;
    overflow: hidden
}

    .slick-track:after, .slick-track:before {
        display: table;
        content: ''
    }

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.listcart a, .n-box3 .list-item {
    display: inline-block;
    text-align: center
}
/*!

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, .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    0%,100%,20%,53%,80% {
        -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%,100%,20%,53%,80% {
        -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%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,100%,50% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0%,100% {
        -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)
    }
}

@keyframes pulse {
    0%,100% {
        -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)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0%,100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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)
    }
}

@keyframes rubberBand {
    0%,100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.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)
    }
}

.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%,100% {
        -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)
    }
}

@keyframes tada {
    0%,100% {
        -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)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0%,100% {
        -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)
    }
}

@keyframes wobble {
    0%,100% {
        -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)
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    100%,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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    100%,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(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%,100%,20%,40%,60%,80% {
        -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%,100%,20%,40%,60%,80% {
        -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%,100%,60%,75%,90% {
        -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%,100%,60%,75%,90% {
        -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%,100%,60%,75%,90% {
        -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%,100%,60%,75%,90% {
        -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%,100%,60%,75%,90% {
        -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%,100%,60%,75%,90% {
        -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%,100%,60%,75%,90% {
        -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%,100%,60%,75%,90% {
        -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
}

.flipInY, .flipOutX {
    -webkit-backface-visibility: visible !important
}

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

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

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

/*@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot') format('embedded-opentype'),url('../fonts/Roboto-Bold.woff2') format('woff2'),url('../fonts/Roboto-Bold.woff') format('woff'),url('../fonts/Roboto-Bold.ttf') format('truetype'),url('../fonts/Roboto-Bold.svg#Roboto-Bold') format('svg')
}

@font-face {
    font-family: Roboto-Regular;
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.eot') format('embedded-opentype'),url('../fonts/Roboto-Regular.woff2') format('woff2'),url('../fonts/Roboto-Regular.woff') format('woff'),url('../fonts/Roboto-Regular.ttf') format('truetype'),url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg')
}*/

@font-face {
    font-family: iconfont;
    src: url('../fonts/iconfont.eot?t=1593671220664');
    src: url('../fonts/iconfont.eot?t=1593671220664#iefix') format('embedded-opentype'),url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAABfAAAsAAAAALPwAABdyAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCLEAq9cLFcATYCJAOBaAt2AAQgBYRtB4VWG6glRUaFjQNAEPmwyf6/JHAydjDHr1VRQVJIj3SNRBKNZBxUI2PbRkOBwZ4EDKxeTR5hmxcLHwuNvnXs/R1L33bjjwU2GUrJQ/y9b+e+tN4/p2GEQsGIN9AtQgu8tCB15pcDXs+/NzJkyBAUmdZMYq0gCwmqIl07dFOzg0fbaDfdUT5fx//omrQ6ly5K19A1dMwsS82M/by7jk3XN1fc7tcY89VUtgVWghEBkTVvTn2p6UhyqGAPCQwjCOwDbpyLdbWuhlDbQdAuYjoGw/m/3+bn6esZbEuqfnhYlam8xUWgdOfcHGmATgOM2cl4H8Xw4B4kQMgksjGtBQbu98+yqxs2qcA3/v+pP9t8WsZM2bI5nDAvW0iEXBqPMO++5v9m/ZH+mYbVDzvA4e+UOZYaqylrpYyxVHHgxjQSi8YZnARhNZBqsp3TPfjVbRIGGhLznzFHPdDGxNkgL8lQvxtr2+1rU4BeQv6Q29cff3YmcOJUBSgvZKEziWTCE0oXVAiy4oLtNKQaSKjVIvQTgLft5y8tkBcqQIXUBuK6np5f1Z2nAa93YLKVMLzNDBV0OsYXAm3APtAOql/KXuUnYHtzH4a2HBYvTQAePa3Bb3WgcBQ0DCx2zlJuKbw1Wr7a5/ued/VxutTt3lXfd6LvTN/Fvst9nX2P+j7WrZcJy3npt73eYbWCAJJ6b4xi2N4bveaP953uu8C8a6jYhJdMfrH9QuujU++zr8x371//+P9KNbPknEj+W17HgjBSNlxQ0TDQRXJEYQ/jBIGKEC6UMxxJEBExCVdu3HnwxOfFmw9ffvwFCEQmIxcsxAAsbBxcdniYbAk5gNIJKNkPqH7wQTcgwAMWQCDAJQgUOAaBAz0gKMAcCBrQDYIhO1VZkEG1A9AHwsFfpioGMAXCXUarygFMgNAAbSC0wAyIUUABMRqoQOQD1yBqgSsQ+4ALEF3ALEg20A6SA3SAdAGOQLoCSyDdgGWQ7sAKSA+ZnqqGDKoGMqhayKAmA9gEWQ/MgzwObIE8AWyDPA3sgDwD7IK8AOyBvAjsg7wMHIDsBA5BPgI6Qb4DTkC+B05BfgDOQH4EzkG9FZgGDQUwBBoJwDBoTABGQGOiZhSqCZoxqDkAxkGrBBgArVJgELS2AYugtWM4kwC14DyvOr6AnnaAgQEQ3co77ApAYFCHcoU5VBg4kkoYC45wQvUU+oBCmDbiUF0FZzqKMh5LI9XUQZ3WOOlj+QwzblR/2HH+3FAIVQueYaYijNVXPZUGmWomTA8uw7iYdF+BcBS7qzrsEB5fR2ZmUmu509AKNlPL3jZz7VjuW8wNMuPCDMdgCEnYb0JYGxSmYxiihfgEQY7Dg8xUJ5/E1FLhTyWPdx/ReMko3OLFRL1By3az4jcgtxe9QXI6wUYMEouWAeD0ySWEgE8xIUQ3Qix84SZ4h4KXkhsJu+XTjHQWMjAyAV7ITmP3cwH4wRQD10iDrcRTxfTKh7pwHdJN1mcUFoeBQMLFOfuoBlCaZ24grQhbY4bF3eLOvLw0V1zwdqtpIEuudzTf0Nw9/1+WF6n7/40zCxM0mK4gpAxPBIw99W2rUyPzgsXRKWPSFbHyWODxJoH1pbmoYMI/N0RrAZAvOvlOQNGhL4zK6r8Y0IzejIyWtOnYIoTu9vcXXi+lR2vjPIJ6QckBQKuTcqoeAyJPixzERoak2Xu8WtDTnGRQTeaFvX9VYUWdGPlzBpryYa6xb0hGXkvV8aqiE0lLov3VN6nmzhsYN8oDrogZfrG4JN4QI8K17KeQQO8Xoa/pa7hfYrzCzOrHjir4Nuf4+GGinqvbKuxYl2HjPlzlBwwU+Rh4gQPs5kgXywuZhLOTrDnla0VIVyofKst1drmSXVwuU04SNGpljiWlsgFT9OXdEHPEjPotYp7DZK0kE2KKVIMJuinkCOW385m8mq9mkOkYueGFY9ZT/4ta5zCZ5iur0zFyQ92xTDNloBpT/tLh6eIFGbIz61/hVZ32EdKIqgqyv7kpGW+vXxwb+hxZh8PT8pNStvdWtTkL6M/2uU41z1VRaEtlMuG6ThQaizS2motN1yVTTNyBAwDgLFoXO0cQQ+LR6b4rNg9pRW6GkWbNzinEm+F9DkE97z832No45aknyqTNAnoFPrvsrK2axnmemSO1OOHe43P7AhqDxU29g62kbahvXvH9cfnZufkPkI+46u5P/OSkqqS3AOzxVB6F3+iSDIRksul6JwHIk8oSoVNBvQKFtRBiQNRrmC6BuArB5vm5cwAhhN7tXI0FI+aPbBr/aaysd0OxsyivL2sTjqDhc6hD6hn7voqavAp3SqOkc1lHUibrkyEG6/NrXKifmETK4rNjGLRiOik1VUCAwHSKcUGEpS5ZV1IWp6v1xKZYdFEKgAhkpLDQwDTxbjP0UvRJfgT/CYIbYrtza9ObkZm17vX+2T8BKfMd4v8HibBf14nQ3c2MZcJrjnvijr9HhvulYX0gB31CL9GrEpouwVeappilCM9+5GzSWflwZr6oP5YOIMG0p1zOYzoKiduFFHteASA6Pp9fJ7yu8vInmvKhxRzsz/6EQ6cemiDXo7/4qlBcdEjmeD6PToW3okNiAGKm86MLvHtxisEZU5oWD7qeOlL6F9aVcmzhS1ylMplNW1s4q2typ+tb4UsLn4lNwflGT8Yip2/EzkTjpy4sMXJ3JVxx21sRMR7l43EhEpN2rpjrlk00IiaSn9xzbnZb4yCeppifJKSaF6pq6nnkyHv7O8xicEuMYr3mLCP7K7y7iyTw0mfi211OmKnQn29Wlp+fSYIR0ULrrp64M2MGDi+pvxSLawAn7uvsGIOL/hNay8Yf2hhR9doiP8sztnlGcruaE/DkjNn1EQ8Cakku4+DTWcBMBIFtlveoWL4Qiqow4MC+i7Yw+C8WrLpwE/O00RXOMzcM6h0D9US4K9K9nqQy3xonbhnhim52p+vZtDwzefg4QXJS8zSwyZYmcPSssmPgpR4nFKcboZdi/sNSQBkkQ1cLvrwgkv5g2Imgb70E8Wtet7D/qTpXKBxua24i0P0MyMTz0GDfS2QceVHS+6L7JX0uaHg27KZxMSwcQ5L8uhub6TKkf/0cdsxp8qK9pt74zzDgCB7b0zCgIxhMANlvIaHeH0IYH+F9+n7sAn2/69HwqwsvIPlZKv5MWK+gN+gVGibsn66gbwV6F2XItuKIR8t0lCyOmcrCSEkeoUtuHfRheVGcb0ncIhU1HmKCukhPvTVFpi5mY73dp3Hpsz4V/uRPeW+Il87p4NAjscAFQjIGLgpcjDWwx7qMIDGVEgC0uL8zMEiTWhDifv+x27F71yIjTvyoF1dxY4bt2V8BWp55MN4c9zMjOuvaxz2IYUdLCyvusPIiW9BTb5xW7+i7DYzSXLOWjDijkeeOAmCLaxgHQQhPnr7Yuv39NCeCNyfPuSV8Yf7okeGLHds+zIoCfH20pW6xlF80fHBU8hy7JhpvxrRYRSqEzkKgmN3UdG9d7ttNm/vXh2eexikUPMNnKOTTIONM+BkYHFN/wGkhK1gYzFoI6yZ0U6oialWMpWXURqynF9/ocE/PRkxqPVh4hp5eiK8h8C4+vwvvwgf6AV7gSVIveyNLbNxGIJeft1jn3MaFQvy2SaEfkDZjDs+dgx3GOn7+hIgFZd4fPztidxx8wOS4cI5Zjw0jbp/ottBW3tVNUf43LbG5fkYVvd4KY2EcqjeNS1djY0aiKsQEpoPXdKT/Fd///3WXSeX0hyV48T/Xs6GJVpSuTFOJ/PtPBJFOTzB/O9g+c/jFZHsIb3rnx2QWCxChqcV5+ExCRFAs+R0XaWCaOj93buM7xOAWcxGuCZmLTGQj7CIuaw5iWnHF3LncomgTkdbKz+Ri8lvW23LSsLZCUfEwnlAQD+LLFGXHFBXxwcYR8WxcWTwbV5HIJhCJZ0goSywD0efSGyQnJ/yGiciHSHFekbAyk7Ydxn8fPyKCdNgm6NgRTF4J3LNYaNMcp9EttY3PBjxrrK1lTKrUWqJA1eBXr4qk7zBTDFXIe8f7cOVkjGIh0Uz27xWTflzEWSw8xYsnIiAtjJMbj+EAON5jAAGsGBRvoerE2DupZQr1WMiiyks7dsVA8S2RT6NMKVnBRD+wVQwxZF46nqF38nLO0B2PvxY3TDtkyDTZGAY2dx5at6hybSu9BazlBj+DG4Ly8t9orWKM6MHFYrzHmljMA9LGyL1xw8IP5lvaxUCLSwjfEsXsE3Npr7b2tvadHwVt7G2TXJrbYtCqTG+mscOeGoa1//zZjrXfsVO0y3lq2ykFLAlfXlIItJMe+11TaBviUtvWVj+KeQ47lTlZzoC2pX8A5C7iK2Ath1ouwM8ebUsP/wLOZOIXTAp9v3wPRmu3mc3btDk2C+Yn7VxED6muVjKVNdXu9EU7k0CsRlO885Qe3zTc6xIpMcx3bxVzDItORsls1QibIwdf88iJraE673yjJW3RJoZtYzCNkWrM13m3hFIS7d4cnJOi56g0//EgXVXSNDo01b9gr+O+umuHr9XtrzPnl8+ZNNQBSjmgjy7qXe3t3BEhK9JECaP9TIMyJnmtLEbKZo+Fygk7s7CMGbsWKV+4Th3A3lHyhoMoMiGRFZMaZzeNMx2vcVMb3HMn/eWq56V67KxBt95DdiDm8ye34jfINx/Do9HniHM56WM6RE5BzvEdeZ8WO8Y7LP4UkXn1SWpCWFq1wrI7OXloH/FwQtek8JtTYNkydDV8Bq/ULwFjA/pTdaDr3736L6nMC14ychFZ5lWj0AnvBV/hIi40FqUr2ClYdH0ncSjOWe7sKffw59lFe63yWBWV9MASYSmZMjDvF09P2YDWLdLx4PS8f/BxY7Hx2/PomI5Sh9XVjWRM4Rp/tePSqTGKCEV06I51BXLhtdBxMfS7wZeQIv4+N+Udx8kZ/whdlrvIC+Wzy/jChgzSEcV4mZczNwQTBlMpjuyl+vRh/QFj/J8O1+v6/aM+KIs9HRiXmi8yHCD+8ZH13dirvSe1TLuFDgrJp4i5LM08yr38tFHHYLpsyFbJAQxSh81IYb9+Ya/ITUtCZs8P0DhVagOagrJdabJp0Mtk3N0BEcEEjFZrHMAh2dEwgyUD2bI/1IjMnI5kmVQPI5ItHdzyBDj2QXIsnX0+EK3cs82Miug8aGXgeT2bsOXYEkwO00P+roB0l6NkbWZd0NcxDhUtbdX04FH8q2sKr3JEyUJ3bWSeMD5gEE/r7aeVei+hFJeMctz+QheS4CfJ+nMEt5NQBLGNhulSo6M2wE/3bmTO6lU52UnBPtKRrdrZs5NbR0qbQpSG3FWrch+qhPhWmqN11bwKOBvEAQ2+PfBRqWb7wBoZs3rcvb1MrodXR0zZlxcXspVx6yKqbWnN57VbqkcuXD9OKctrB5iSlDf1+wRTxzGwmn/vnWp0vyawlhwKfC/vtfo22o18QZpH/Ci+bIixfvPb979+bKiHn3n2j36cbxyyuf792x+/6jcAkxi9MXnG/to1z/EU6iBJTuCZh+QJIaEGdLT3GP8pa3ZyVdPO1DI3vd+zSjKxtF5XarfqZo5svYdHwFa49TXg5NYg2er7cW3HY7qX+qbcIvFd8Fu+NT4fxNjcf9Hum9hmyrTjmpGrF2Tuuxk0tY5ahm3+M/S/Vzv1eiZjN9ZZnaHnCx4hIKO6SmVYIy4T5eoT9XQeJZIULybheCSZp6eXjGlUKAaqZo3NYmUluZwqoI9smCC59zJy8KIBI+Wp4ebcXHP42kWafJ2kBjuP3hBpuNPnfV4DI0ciGkRd6EuIJIgaBjomUY2dXxua0TYIAwMjDdx5uGKBHZ1VoArCSjz0eJm1shXlFUTFnCMRICfcSUnO1XcTAzkp+9+oHMnD5EqIM/o22jVm+8YrYajcwVH15oJXwvwEok9PyXVSKqWqwTqTXSVp8dp989F5qF4xeXE+JiExk2WqJAjOlPoKKt40NaG70XdnsQ2GwSvSQ3zLVqnXqGylfoZSe7TmzGHlzMZev94wXz9fu5zGIzgr4/hModd0WFFHQxVag+5rQIt0Z20NS1FR7cuccJexubrph2Z8MNNZleyMLY5bTgGsr4Oj2O+4XwGyk4S7eKe73n2neBuP3byd0kbQPIx7iAU/vMvkWXiNXioNiQAxn9wGSjhDegoCy9C5aGHgbc7QgZLR/LEJTEpQxu8lap3o8WO9aLH6d1A6RTA2sSVtrPykfIzcfdhZG1MNo8Zkc/ZlnnDNRKY+oqTmzETkrXiLRAubW7dWgcjXBPGKmK5u/5BV6fjRP387UsSFICH+If5Bq8L/7epql5jE7dJ5KWAOz8kJr1oTbs650u415Ietys2JCn8/lJdkRbVEqna39Occv6vFENkWlQVgq+CWl5WUq/KyWnaTp27ZRRe2RqlgBmEV2xG3cbGY1OMlxeLbA9xV2IsvXuMoXZWca53sLNcsduf5SOXzF6MB/GnCuruxf7GmkppslAhCJGuVxUK/53CPhvr37e/TJdrKTbeCtew2SSQi3TYp9APyUCmeGzfyLN4WXpgH8Y/i4rzrT7x4dbGh0uBRSGIwMsp9GwWid83F2r59a8OtfZ2vHfoqX7UR1sf+l6dOsp8dt/62K3DUsb4Z6/p3jByZhw+TZH06MyVw2uDs04/dDPiIGWnSGRO2ckAZ7auvutE8YngePuLJ0cf9c6QzVsbtwTMEyUp+CravUIe/z+iiwdPe7sbSXLQqfipp5ywSR+nCT8bTSS//8TV3pf+c2HzT7KtPipYj/+cPj+ta4O0SXRO99nv639zt/ev8MtSxHLSlaLiib0uK3CTJwofnpQVNn3IWyv9i1uktPwa9MAQFlgRNWFfqj+i8yo9KuXn+NNcgupPEnXAcS5RqdCm2bPAIG8PNZ45gMZRdCbQLMgJup0vYQKMSjcKoVMeMhlCVtOyKSmXgHoRgPkY5jidxS/ys/MM6HcBUAAA4oAu3vawEqk4yegFg3/4PbA9Yv8sA1qX0WDGM5XR1NZb5XgZRUnkRAOyPu1BmqswFAWbWVQ61mdtRPTZkgNkUjOg4s67V2PxZt1/qsyr1JgoJsNnArWCqVLQuOoFaYVSwtsGY528Zg884jIX+X/tEcHzA4a5RrJgvVPq/v/vecWsI2dLeQrMXMycPoNtKLoT0f9Za+6ME19/AKkVItfWM8Wb0t3qyYHbPZPd8b/+n1dqOyt/qBjV7cAZUQK8zB/i/d49R902TOqFNA4kaEcZ8hULAt6FyZ9o9/nwHuhC+E1U838uP5uJ97OTrQ9ptAOxaMOIRbDt4lK2jEqbyXJZweO7xJA7eimSqFYynyS52Duk8S+4sKSII1qrcK6rYm5Ujs13p72izg8hSrFP9xpiIvdLzO5shb9BjpDhL2thCxCgTuVWvR2dA51iFyEusZN4wODw5PTXTs84rbjszSSIEJGiypoy1bztXhXlm2WJ28um/Q1bmgJgwzmXbv6EooX1XZAJJNZg3itcaZ10iZ9qwCgVMN5Q3csRaiprpyDkmU2aoj7eEKmIuJ8OA4IkgNq2Jusq8/NT20VTcfOMVVzD9BJBKG8t2/J8gfD1/HL0dH4RgBMVwgqRoxl9c3ijL8YIoyYqq0er0BqPJbLHa7A6ny+3x+vxRXuM9HxArmJCkkEtHwZSSrMWoSQ6NFORItunHY1OBQ19DvIs33OIgkqPxkqABLpxLC8HvyNvoAC+cdzgsds/5kPlc/KD+jnCSNrTg6cq/D1+YmUOa40qBqxnQSiSfl+bZlVIznaMyp3NEOJ2jvMQBoaDZhritRSLrwS0MOTcxUGHJvJoG8oLRRDYTR36FNflxLpGSSxzLlkR9FVPyScBGaEdptQ+oWURmaNij5evn8JBiinD70Lzuh8Uf4jnoMKqSXDJ5QVqhLFBlu21AEoQwhroufOQ0whbIaeqxvcYN7DS6Xo+2WF027KjlkhxOarPGynCXnBBi1QzbliYtwC31SMld6I/kXs3VNndEgUlJwOt5jPEWvHWZOwA=') format('woff2'),url('../fonts/iconfont.woff?t=1593671220664') format('woff'),url('../fonts/iconfont.ttf?t=1593671220664') format('truetype'),url('../fonts/iconfont.svg?t=1593671220664#iconfont') format('svg')
}

.iconfont {
    font-family: iconfont !important;
    font-size: 1.6rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.n-box3, .n-box5 {
    font-size: 0;
    letter-spacing: 0
}

.icon-icon-test22:before {
    content: "\e65f"
}

.icon-icon-test23:before {
    content: "\e660"
}

.icon-bigger1:before {
    content: "\e647"
}

.icon-left2:before {
    content: "\e710"
}

.icon-right2:before {
    content: "\e711"
}

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

.icon-home:before {
    content: "\e624"
}

.icon-rili:before {
    content: "\e60a"
}

.icon-jiahao2:before {
    content: "\e604"
}

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

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

.icon-xie:before {
    content: "\e60f"
}

.icon-jiahao_o:before {
    content: "\eb78"
}

.icon-jianhao_o:before {
    content: "\eb79"
}

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

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

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

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

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

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

.icon-top1:before {
    content: "\e632"
}

.icon-icon_signal_fill:before {
    content: "\ebaf"
}

.icon-facebook:before {
    content: "\e620"
}

.icon-pinterest:before {
    content: "\e8ab"
}

.icon-linkedin:before {
    content: "\e648"
}

.icon-youtube:before {
    content: "\e6d6"
}

.icon-twitter:before {
    content: "\e607"
}

.icon-instagram:before {
    content: "\e79d"
}

.icon-skype1:before {
    content: "\e600"
}

.icon-icon_phone_fill:before {
    content: "\ebad"
}

.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-whatsapp:before {
    content: "\e7c1"
}

.icon-address:before {
    content: "\e7c2"
}

.icon-email1:before {
    content: "\e7c5"
}

.icon-address1:before {
    content: "\e7c6"
}

.icon-fax1:before {
    content: "\e7ca"
}

.icon-qq:before {
    content: "\e7cb"
}

.icon-wechat:before {
    content: "\e7cd"
}

.icon-mobile:before {
    content: "\e7d0"
}

.icon-dianhua3:before {
    content: "\e71b"
}

.icon-search:before {
    content: "\e602"
}

.icon-top10:before {
    content: "\e7ee"
}

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

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

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

.icon-jiahao:before {
    content: "\e6b5"
}

.icon-jiahao1:before {
    content: "\e601"
}

.icon-icon-test:before {
    content: "\e69a"
}

.icon-biaoqian:before {
    content: "\e672"
}

.icon-wangluo:before {
    content: "\e616"
}

.listcart {
    width: 100%;
    margin-bottom: 20px
}

    .listcart a {
        vertical-align: middle;
        min-width: 200px;
        line-height: 46px;
        background: #115da7;
        padding: 0 5px;
        font-size: 1.6rem;
        color: #fff
    }

        .listcart a:hover {
            background: #004b9e;
            color: #fff !important
        }

@media screen and (max-width:999px) {
    /* .banner .slick-arrow {
        display: none !important
    }*/

    .listcart a {
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding-left: 0;
        padding-right: 0
    }

    .listcart {
        width: 100%
    }
}

.n-box1 .item-title, .n-box2 .item-title {
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 16px
}

.n-box1 .item-desc {
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 34px
}

.n-box2, .n-box4 {
    margin-top: 50px
}

    .n-box2 .item-desc {
        font-size: 1.6rem;
        line-height: 24px
    }

.self-ellipsis-4 {
    display: -webkit-box !important;
    overflow: hidden;
    -webkit-line-clamp: 5
}

.n-box3 {
    margin-top: 50px
}

    .n-box3 .list-item {
        vertical-align: top;
        width: 23.5%;
        margin-left: 2%;
        margin-bottom: 30px
    }

    .n-box3 .item-pic {
        border: 1px solid #dedede;
        margin-bottom: 10px;
        padding-bottom: 100%
    }

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

    .n-box3 .item-pic a {
        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%
    }

    .n-box3 .item-title {
        font-size: 1.6rem;
        line-height: 24px;
        height: 120px
    }

    .n-box3 .item-btn, .n-box5 .item {
        display: inline-block;
        line-height: 20px
    }

    .n-box3 .item-btn {
        margin-top: 10px;
        text-align: center;
        vertical-align: middle;
        min-width: 115px;
        border: 1px solid #004b9e;
        font-size: 1.6rem;
        padding: 4px 5px;
        color: #004b9e;
        border-radius: 15px
    }

@media screen and (max-width:991px) {
    .news2-main .item-date {
        margin-bottom: 20px
    }

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

    .news2-main .item-desc {
        padding-bottom: 35px;
        line-height: 26px
    }

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

    .contact-main .box-form {
        width: 100%;
        margin: 0 auto 50px;
        float: none !important;
    }

        .contact-main .box-form .star {
            background-position-y: 20px
        }

        .contact-main .box-form .item-row {
            margin-bottom: 15px
        }

            .contact-main .box-form .item-row input {
                height: 42px;
                line-height: 42px
            }

            .contact-main .box-form .item-row .code-img, .contact-main .box-form .item-row .iconfont {
                line-height: 42px
            }

            .contact-main .box-form .item-row .code-input {
                width: 173px
            }

            .contact-main .box-form .item-row .code-img img {
                max-height: 42px
            }

            .contact-main .box-form .item-row .code-btn {
                width: 370px
            }

    .banner .slick-dots {
        bottom: 15px
    }

        .banner .slick-dots li {
            margin: 0 3px
        }

            .banner .slick-dots li a {
                width: 19px;
                height: 4px
            }

    .n-box3 .item-title {
        line-height: 20px;
        height: 100px
    }

    .n-box3 .item-btn {
        min-width: 95px;
        padding: 3px
    }
}

.n-box4.contact-main .box-left .box-list {
    margin-bottom: 0
}

.n-box5 {
    margin-top: 50px
}

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

    .news2-main .item-date {
        margin-bottom: 15px
    }

    .news2-main .pro-share .share-title {
        font-size: 1.2rem
    }

    .news2-main .item-desc {
        padding-bottom: 25px;
        font-size: 1.6rem;
        line-height: 24px
    }

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

    .contact-main .box-left .item-title {
        font-size: 1.8rem
    }

    .contact-main .box-left .box-list {
        font-size: 1.6rem;
        line-height: 24px
    }

        .contact-main .box-left .box-list li {
            margin-bottom: 10px
        }

    .contact-main .box-form .box-title {
        font-size: 1.8rem;
        margin-bottom: 15px
    }

    .contact-main .box-form {
        margin-bottom: 30px
    }

        .contact-main .box-form .star {
            background-position-y: 16px
        }

        .contact-main .box-form .item-row {
            padding-left: 12px
        }

            .contact-main .box-form .item-row .iconfont {
                line-height: 38px;
                font-size: 1.6rem;
                width: 36px;
                left: 12px
            }

            .contact-main .box-form .item-row input, .contact-main .box-form .item-row textarea {
                font-size: 1.6rem;
                padding-left: 36px
            }

            .contact-main .box-form .item-row input {
                height: 38px;
                line-height: 38px
            }

            .contact-main .box-form .item-row textarea {
                height: 150px;
                padding-top: 6px
            }

            .contact-main .box-form .item-row .code-btn {
                width: 100%;
                margin-top: 15px;
                max-width: inherit
            }

            .contact-main .box-form .item-row .code-img {
                margin-right: 0;
                float: right;
                line-height: 38px
            }

                .contact-main .box-form .item-row .code-img img {
                    max-height: 38px
                }

            .contact-main .box-form .item-row .code-input {
                width: -moz-calc(100% - 130px);
                width: calc(100% - 130px);
                margin-right: 0;
                padding-left: 10px
            }

    .contact-main .box-left {
        position: relative;
    }

    .banner .slick-dots {
        bottom: 7px
    }

        .banner .slick-dots li {
            margin: 0 2px
        }

            .banner .slick-dots li a {
                width: 15px
            }

    .n-box1 .item-title, .n-box2 .item-title {
        margin-bottom: 10px;
        font-size: 1.6rem
    }

    .n-box1 .item-desc, .n-box2 .item-desc {
        line-height: 20px;
        margin-bottom: 25px
    }

    .n-box2, .n-box3, .n-box4, .n-box5 {
        margin-top: 30px
    }

        .n-box3 .item-title {
            font-size: 1.2rem;
            line-height: 18px;
            height: 90px
        }

        .n-box3 .item-btn {
            font-size: 1.2rem;
            padding: 2px 3px
        }
}

.n-box5 .item {
    vertical-align: top;
    font-size: 1.6rem;
    width: 32%;
    margin-left: 2%;
    margin-bottom: 10px
}

@media screen and (max-width:640px) {
    .pro2-info .item-title {
        font-size: 2rem;
        margin-bottom: 15px
    }

    .cer-list .list-item {
        width: 31.33%;
        margin: 0 1% 20px !important
    }

    .solution1-list .list-item {
        width: 48%;
        margin: 0 1% 25px !important
    }

    .listcart a {
        width: 95% !important;
        float: none;
        overflow: hidden;
        margin-bottom: 1rem;
        margin-top: 1rem
    }

    .n-box3 .list-item {
        width: 48%;
        margin-left: 1% !important;
        margin-right: 1%;
        margin-bottom: 20px
    }

    .n-box5 .item {
        width: 48%;
        margin: 0 1% 10px !important
    }
}

@media screen and (max-width:400px) {
    .about-bar a {
        padding: 5px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        white-space: initial;
        float: left;
    }

    .cer-list .list-item {
        width: 48%
    }

    .n-box5 .item {
        width: 100%;
        margin: 0 0 10px !important
    }
}

.n-box5 .item-title {
    /*font-family: Roboto-Bold;*/
    font-size: 30px;
    text-align: center
}
