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

}


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

}


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

}



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

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

}

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

}

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

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

}

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

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
    font-size: 62.5%;
}

body {
    background-color: #fff;
    color: #222;
    font-family: arial, helvetica, sans-serif;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 1219px) {
    body {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    body {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}
@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}
img {
    border: none;
}

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

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

a {
    text-decoration: none;
    color: #222;
    outline: none;
    transition: 0.3s;
}

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

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

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

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

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

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

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

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

textarea {
    resize: none;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.fix {
    *zoom: 1;
}

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

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

::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
} /* WebKit browsers */
:-o-placeholder {
    color: #555;
    opacity: 1;
} /* Mozilla Firefox 4 to 18 */
::-moz-placeholder {
    color: #555;
    opacity: 1;
} /* Mozilla Firefox 19+ */
:-ms-input-placeholder {
    color: #555;
    opacity: 1;
} /* Internet Explorer 10+ */
::selection {
    color: #fff;
    background: #0B5894;
}

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

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

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

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

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

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

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

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

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

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

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

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

.nlazy {
    min-width: 20%;
}

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

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

.scale-big:hover img {
    transform: scale(1.1);
}

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

.scale-small:hover img {
    transform: scale(1);
}

[class*=-item] .item-pic, [class*=-item] .item-pics {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}
[class*=-item] .item-pic img, [class*=-item] .item-pics img {
    display: block !important;
    width: 100%;
}

[class*=-item] .item-title {
    overflow: hidden;
    color: #222;
}

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

[class*=-item] .item-title a:hover {
    color: #0B5894 !important;
}

[class*=-item] .item-subt {
    overflow: hidden;
    color: #222;
}

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

[class*=-item] .item-subt a:hover {
    color: #0B5894 !important;
}

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

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

[class*=-item] .item-desc a:hover {
    color: #0B5894 !important;
}

.wp {
    width: 1400px;
    margin: auto;
}
@media screen and (max-width: 1419px) {
    .wp {
        width: 1200px;
    }
}
@media screen and (max-width: 1219px) {
    .wp {
        width: 960px;
    }
}
@media screen and (max-width: 991px) {
    .wp {
        width: 720px;
    }
}
@media screen and (max-width: 767px) {
    .wp {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.wp1 {
    width: 1200px;
    margin: auto;
}
@media screen and (max-width: 1219px) {
    .wp1 {
        width: 960px;
    }
}
@media screen and (max-width: 991px) {
    .wp1 {
        width: 720px;
    }
}
@media screen and (max-width: 767px) {
    .wp1 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* .an-btn1 start */
.an-btn1 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: background 0.4s linear, color 0.3s linear;
    background-color: #0B5894;
    color: #fff;
}
.an-btn1:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    content: "";
    background: #000;
    transition: all 0.4s linear 0s;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.an-btn1 .iconfont {
    transition: all 0.5s;
}
.an-btn1:hover {
    border-color: #000 !important;
    background-color: #000 \9 ;
    color: #fff !important;
}
.an-btn1:hover .iconfont {
    color: #fff !important;
}
.an-btn1:hover:before {
    height: 700%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn1 end */
/* .an-btn2 start */
.an-btn2 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: background 0.4s linear, color 0.3s linear;
    background-color: #000;
    color: #fff;
}
.an-btn2:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1;
    content: "";
    background: #0B5894;
    transition: all 0.4s linear 0s;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.an-btn2 .iconfont {
    transition: all 0.5s;
}
.an-btn2:hover {
    border-color: #0B5894 !important;
    background-color: #0B5894 \9 ;
    color: #fff !important;
}
.an-btn2:hover .iconfont {
    color: #fff !important;
}
.an-btn2:hover:before {
    height: 700%;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* .an-btn2 end */
@media screen and (min-width: 992px) {
    .an-bd1 .item-backdrop {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        right: 0;
        transition: all 900ms ease;
        transition: transform 0.4s ease;
        transform: scale(0, 1);
        transform-origin: right center;
    }
    .an-bd1 .item-backdrop:before {
        position: absolute;
        content: "";
        left: 0px;
        height: 50%;
        right: 0px;
        bottom: 0px;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        background: linear-gradient(0deg, #0D366F 0%, rgba(25, 104, 213, 0) 100%);
    }
}
@media screen and (min-width: 992px) {
    .an-bd1:hover .item-backdrop {
        transform: scale(1, 1);
        transform-origin: left center;
    }
}

/*-------------table start-------------------------------------------------------------------*/
.table table {
    width: 100%;
    border-collapse: collapse;
}
.table table tr th {
    padding: 13px 15px 12px;
    border: 1px solid #f3f8fa;
    background-color: #0B5894;
    font-size: 20px;
    font-size: 2rem;
}
.table table tr th, .table table tr th * {
    color: #fff !important;
}
@media screen and (max-width: 1219px) {
    .table table tr th {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 10px 15px;
    }
}
@media screen and (max-width: 991px) {
    .table table tr th {
        padding: 8px 15px;
    }
}
@media screen and (max-width: 767px) {
    .table table tr th {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 5px 10px;
    }
}
.table table tr:nth-child(odd) {
    background-color: #f3f8fa;
}
.table table tr td {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    border: 1px solid #f3f8fa;
    padding: 14px 15px 13px;
}
@media screen and (max-width: 1219px) {
    .table table tr td {
        padding: 10px 15px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 991px) {
    .table table tr td {
        padding: 8px 15px;
    }
}
@media screen and (max-width: 767px) {
    .table table tr td {
        padding: 5px 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 991px) {
    .table {
        width: 100%;
        overflow: scroll;
    }
    .table div {
        width: 900px;
        max-width: 900px;
    }
}

/*-------------table end---------------------------------------------------------------------*/
/*-------------page-start--------------------------------------------------------------------*/
.page {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: center;
    row-gap: 8px;
    column-gap: 16px;
}
@media screen and (max-width: 1219px) {
    .page {
        column-gap: 10px;
    }
}
@media screen and (max-width: 991px) {
    .page {
        column-gap: 8px;
        justify-content: center;
    }
}
@media screen and (max-width: 767px) {
    .page {
        column-gap: 5px;
    }
}
.page.page1 {
    justify-content: center;
}
.page a {
    text-align: center;
    border-radius: 8px;
    background-color: #f3f8fa;
    color: #555;
    min-width: 44px;
    padding: 0 2px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-size: 1.6rem;
}
.page a.prev, .page a.next {
    padding: 0 16px;
    margin: 0 9px;
}
.page a:hover, .page a.page-active {
    background-color: #0B5894;
    color: #fff;
}
@media only screen and (max-width: 1419px) {
    .page a {
        min-width: 40px;
        height: 40px;
        line-height: 40px;
    }
}
@media only screen and (max-width: 1219px) {
    .page a {
        border-radius: 4px;
        min-width: 34px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .page a.prev, .page a.next {
        padding: 0 12px;
        margin: 0 5px;
    }
}
@media only screen and (max-width: 767px) {
    .page a {
        min-width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .page a.prev, .page a.next {
        padding: 0 8px;
        margin: 0 2px;
    }
}
.page .add-form {
    display: inline-block;
    vertical-align: middle;
    margin-left: 118px;
    padding-right: 41px;
    background: url(../images/af-bg.png) no-repeat right center;
}
@media screen and (max-width: 1419px) {
    .page .add-form {
        margin-left: 80px;
    }
}
@media screen and (max-width: 1219px) {
    .page .add-form {
        margin-left: 50px;
        padding-right: 35px;
    }
}
@media screen and (max-width: 991px) {
    .page .add-form {
        margin-left: 30px;
    }
}
@media screen and (max-width: 767px) {
    .page .add-form {
        margin-left: 10px;
        padding-right: 20px;
        background-size: 15px;
    }
}
.page .add-form .add-btn {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0B5894;
    cursor: pointer;
    transition: all 0.35s;
    line-height: 28px;
}
.page .add-form .add-btn:hover {
    color: #000;
}
@media only screen and (max-width: 1219px) {
    .page .add-form .add-btn {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 767px) {
    .page .add-form .add-btn {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.page1 {
    overflow: hidden;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    row-gap: 8px;
    column-gap: 15px;
}
@media screen and (max-width: 1219px) {
    .page1 {
        column-gap: 10px;
    }
}
@media screen and (max-width: 991px) {
    .page1 {
        column-gap: 8px;
    }
}
@media screen and (max-width: 767px) {
    .page1 {
        column-gap: 5px;
    }
}
.page1 a {
    text-align: center;
    border-radius: 0;
    background-color: #fff;
    border: solid 1px #ccc;
    color: #555;
    padding: 0 14px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    font-size: 1.6rem;
}
.page1 a.prev, .page1 a.next {
    text-transform: uppercase;
}
.page1 a:hover, .page1 a.page-active {
    border-color: #0B5894;
    background-color: #0B5894;
    color: #fff;
}
@media only screen and (max-width: 1219px) {
    .page1 a {
        padding: 0 12px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 767px) {
    .page1 a {
        padding: 0 10px;
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*-------------page-end--------------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-pc {
    position: fixed;
    z-index: 999;
    right: 8px;
    width: 60px;
}
.contact-pc li {
    position: relative;
    width: 100%;
    height: 60px;
    margin-bottom: 9px;
    border-radius: 8px;
    background: #F9F7F5;
    transition: all 0.35s;
}
.contact-pc li:hover {
    background-color: #0B5894;
}
.contact-pc li:hover .iconfont {
    color: #fff !important;
    opacity: 1;
}
.contact-pc li a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
.contact-pc li img {
    vertical-align: middle;
}
.contact-pc li .iconfont {
    color: #000;
    font-size: 28px;
    font-size: 2.8rem;
    transition: all 0.35s;
    opacity: 0.5;
}
.contact-pc li .ewm {
    position: absolute;
    top: 0;
    left: 125px;
    max-width: 120px;
    width: 120px;
    height: 120px;
}
.contact-pc li.ewm-box:hover .ewm {
    left: -125px;
}
@media screen and (max-width: 1219px) {
    .contact-pc {
        width: 48px;
    }
    .contact-pc li {
        height: 48px;
    }
    .contact-pc li a {
        line-height: 48px;
    }
    .contact-pc li .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

.contact-phone {
    position: fixed;
    bottom: 0;
    height: 40px;
    left: 0;
    right: 0;
    display: none;
    z-index: 999;
}
.contact-phone li {
    width: 25%;
    height: 100%;
    float: left;
    position: relative;
    background: #F9F7F5;
}
.contact-phone li:hover {
    background-color: #0B5894;
}
.contact-phone li:hover .iconfont {
    color: #fff !important;
    opacity: 1;
}
.contact-phone li a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.contact-phone li img {
    vertical-align: middle;
}
.contact-phone li .iconfont {
    opacity: 0.5;
    color: #000;
    font-size: 20px;
    font-size: 2rem;
}
.contact-phone li .ewm {
    position: absolute;
    bottom: 40px;
    right: 50%;
    margin-right: -50px;
    display: none;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

@media only screen and (max-width: 767px) {
    .contact-pc {
        display: none;
    }
    .contact-phone {
        display: block;
    }
    body {
        padding-bottom: 40px;
    }
}
/*-------------contact end-----------------------------------------------------------------*/
/*-------------pro-share start-------------------------------------------------------------*/
.pro-share {
    font-size: 0;
    letter-spacing: 0;
}
.pro-share .share-title {
    margin-right: 10px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
}
@media only screen and (max-width: 1219px) {
    .pro-share .share-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media only screen and (max-width: 767px) {
    .pro-share .share-title {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 5px;
    }
}
.pro-share .share-pic {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 24px;
}
.pro-share .share-pic img {
    max-height: 100%;
}

/*-------------pro-share end---------------------------------------------------------------*/
/*-------------m-oths----------------------------------------------------------------------*/
.news2-oths .oths-item {
    position: relative;
    padding-left: 62px;
    padding-top: 10px;
    min-height: 44px;
}
@media screen and (max-width: 1219px) {
    .news2-oths .oths-item {
        padding-left: 50px;
        padding-top: 10px;
        min-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .news2-oths .oths-item {
        padding-left: 38px;
        padding-top: 5px;
        min-height: 30px;
    }
}
.news2-oths .oths-item-1 {
    margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
    .news2-oths .oths-item-1 {
        margin-bottom: 15px;
    }
}
.news2-oths .item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 44px;
    line-height: 44px;
    border-radius: 8px;
    background-color: #dadada;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0B5894;
    cursor: pointer;
}
.news2-oths .item-icon:hover {
    background-color: #0B5894;
    color: #fff;
}
.news2-oths .item-icon.none {
    cursor: auto;
    background-color: #999;
    color: #fff;
}
@media screen and (max-width: 1219px) {
    .news2-oths .item-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .news2-oths .item-icon {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 4px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.news2-oths .item-a a {
    line-height: 24px;
    font-family: arial, helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    color: #222;
}
.news2-oths .item-a a:hover {
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .news2-oths .item-a a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 22px;
    }
}
@media screen and (max-width: 767px) {
    .news2-oths .item-a a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 20px;
    }
}
.news2-oths .none, .news2-oths .none *, .news2-oths .none a:hover {
    color: #555;
}
.news2-oths .none a {
    cursor: pointer;
}
.news2-oths .none .item-icon {
    cursor: auto;
    background-color: #999;
    color: #fff;
}

/*-------------bread start-----------------------------------------------------------------*/
.bread {
    background-position: center;
    background-size: cover;
    height: 478px;
    padding: 30px 0;
}
@media screen and (max-width: 1419px) {
    .bread {
        height: 400px;
    }
}
@media screen and (max-width: 1219px) {
    .bread {
        height: 300px;
    }
}
@media screen and (max-width: 991px) {
    .bread {
        height: 200px;
    }
}
@media screen and (max-width: 767px) {
    .bread {
        height: auto;
        padding: 50px 0;
    }
}
@media screen and (max-width: 480px) {
    .bread {
        padding: 40px 0;
    }
}
.bread .item-title {
    text-transform: uppercase;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
    position: relative;
    padding-bottom: 20px;
}
.bread .item-title:before {
    position: absolute;
    content: "";
    width: 17.1428571429%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
}
.bread .item-title, .bread .item-title a {
    color: #fff;
}
.bread .item-title a:hover, .bread .item-title .bread-active {
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .bread .item-title {
        font-size: 44px;
        font-size: 4.4rem;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 1219px) {
    .bread .item-title {
        font-size: 38px;
        font-size: 3.8rem;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .bread .item-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .bread .item-title {
        font-size: 26px;
        font-size: 2.6rem;
        padding-bottom: 5px;
    }
    .bread .item-title:before {
        min-width: 120px;
    }
}
@media screen and (max-width: 480px) {
    .bread .item-title {
        font-size: 22px;
        font-size: 2.2rem;
    }
    .bread .item-title:before {
        min-width: 100px;
    }
}
.bread .item-subt {
    margin-top: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
}
.bread .item-subt, .bread .item-subt a {
    color: #fff;
}
.bread .item-subt a:hover, .bread .item-subt .bread-active {
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .bread .item-subt {
        margin-top: 25px;
    }
}
@media screen and (max-width: 1219px) {
    .bread .item-subt {
        margin-top: 20px;
        line-height: 1.5;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 991px) {
    .bread .item-subt {
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .bread .item-subt {
        margin-top: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 480px) {
    .bread .item-subt {
        margin-top: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.bread1 {
    padding-top: 16px;
    padding-bottom: 53px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-transform: capitalize;
}
.bread1, .bread1 a {
    color: #666;
}
.bread1 a:hover, .bread1 .bread-active {
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .bread1 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .bread1 {
        font-size: 14px;
        font-size: 1.4rem;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .bread1 {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .bread1 {
        font-size: 12px;
        font-size: 1.2rem;
        padding-top: 10px;
        padding-bottom: 20px;
    }
}

/*-------------bread end-------------------------------------------------------------------*/
.search-box ::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
} /* WebKit browsers */
.search-box :-o-placeholder {
    color: #666;
    opacity: 1;
} /* Mozilla Firefox 4 to 18 */
.search-box ::-moz-placeholder {
    color: #666;
    opacity: 1;
} /* Mozilla Firefox 19+ */
.search-box :-ms-input-placeholder {
    color: #666;
    opacity: 1;
} /* Internet Explorer 10+ */
.search {
    position: relative;
}
@media screen and (max-width: 991px) {
    .search {
        display: none;
    }
}
.search .search-icon {
    cursor: pointer;
    display: block;
}
.search .search-icon .iconfont {
    display: block;
    color: #000;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 30px;
    margin-top: 3px;
}
@media screen and (max-width: 1419px) {
    .search .search-icon .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.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, 0.22);
    padding: 10px 10px;
    cursor: pointer;
}
.search .search-box .iconfont {
    border-radius: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #0B5894;
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    z-index: -1;
}
.search .search-box .item-input {
    position: absolute;
    height: 30px;
    line-height: 30px;
    top: 50%;
    margin-top: -15px;
    width: 100%;
    left: 0;
    padding: 0 45px 0 10px;
}
.search .search-box .item-submit {
    position: absolute;
    width: 35px;
    height: 100%;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 1;
}

/*-------------header start----------------------------------------------------------------*/
.fixed.header {
    border-bottom: solid #f0f0f0 1px;
    position: fixed !important;
}
@media screen and (max-width: 991px) {
    .fixed.header {
        position: relative !important;
    }
}

.header {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    padding-top: 22px;
    background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 991px) {
    .header {
        padding: 10px 0;
    }
}
.header .lang-box {
    float: right;
    position: relative;
    padding-left: 21px;
    margin-left: 22px;
    margin-top: 3px;
}
@media screen and (max-width: 1219px) {
    .header .lang-box {
        padding-left: 10px;
        margin-left: 10px;
    }
}
@media screen and (max-width: 991px) {
    .header .lang-box {
        margin: 0;
        padding: 0;
        float: none;
        position: absolute;
        right: 40px;
        top: 8px;
    }
}
.header .lang-box:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 20px;
    background-color: #000;
    opacity: 0.3;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
    .header .lang-box:before {
        display: none;
    }
}
.header .lang-box .item-title {
    color: #000;
    cursor: pointer;
    font-size: 0;
    letter-spacing: 0;
}
.header .lang-box .item-title > * {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    text-transform: uppercase;
}
.header .lang-box .item-title .icon1 {
    font-size: 20px;
    font-size: 2rem;
    margin-right: 7px;
}
.header .lang-box .item-title .icon2 {
    font-weight: bold;
    font-size: 9px;
    font-size: 0.9rem;
    margin-left: 9px;
}
@media screen and (max-width: 1219px) {
    .header .lang-box .item-title .icon1 {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .header .lang-box .item-title > * {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 991px) {
    .header .lang-box .item-title .icon1 {
        margin-right: 5px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .header .lang-box .item-title .icon2 {
        margin-left: 5px;
    }
}
.header .lang-box .box-list {
    position: absolute;
    top: 100%;
    padding: 9px 5px;
    background-color: #f7f7f8;
    z-index: 999;
    width: 100px;
    right: 0;
    display: none;
}
.header .lang-box .box-list a {
    text-align: center;
    display: block;
    color: #333;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}
.header .lang-box .box-list a:hover {
    color: #0B5894;
}
@media screen and (max-width: 767px) {
    .header .lang-box .box-list a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 20px;
    }
}
.header .logo {
    float: left;
    display: block;
    position: relative;
    width: 190px;
}
@media screen and (max-width: 767px) {
    .header .logo {
        width: 160px;
    }
}
.header .logo a {
    display: block;
    width: 100%;
}
.header .logo img {
    display: block;
    width: 100%;
}
.header .navlist {
    float: right;
    margin-top: 3px;
    margin-right: 34px;
    font-size: 0;
    letter-spacing: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 46px;
}
@media screen and (max-width: 1419px) {
    .header .navlist {
        column-gap: 30px;
    }
}
@media screen and (max-width: 1219px) {
    .header .navlist {
        column-gap: 18px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 991px) {
    .header .navlist {
        display: none;
    }
}
.header .navlist > li {
    position: relative;
}
.header .navlist > li > a {
    display: block;
    text-transform: capitalize;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
    padding-bottom: 25px;
    color: #000;
}
@media screen and (max-width: 1419px) {
    .header .navlist > li > a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.header .navlist > li.nav-active > a, .header .navlist > li:hover > a {
    color: #0B5894;
}
.header .navlist li:hover .yiji, .header .navlist li:hover .pro-select {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.header .yiji {
    z-index: 9999;
    position: absolute;
    top: 100%;
    width: 261px;
    left: -59px;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transform-origin: top;
    transition: all 400ms ease;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
.header .yiji li {
    position: relative;
    text-align: left;
}
.header .yiji li > a {
    display: block;
    line-height: 24px;
    padding: 9px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1419px) {
    .header .yiji li > a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1219px) {
    .header .yiji li > a {
        padding: 5px 20px;
    }
}
.header .yiji li:hover > a {
    color: #0B5894;
}
.header .yiji li:hover .erjibox {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .header .yiji {
        display: none;
    }
}
.header .erjibox li:hover .sanjibox {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
.header .erjibox, .header .sanjibox {
    z-index: 9999;
    position: absolute;
    left: 100%;
    width: 151px;
    top: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    transform-origin: top;
    transition: all 400ms ease;
    border-left: solid 3px transparent;
}
.header .erji, .header .sanji {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
    padding: 20px 0;
}
.header .erji li, .header .sanji li {
    position: relative;
    text-align: left;
}
.header .erji li > a, .header .sanji li > a {
    display: block;
    line-height: 24px;
    padding: 9px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
}
@media screen and (max-width: 1419px) {
    .header .erji li > a, .header .sanji li > a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1219px) {
    .header .erji li > a, .header .sanji li > a {
        padding: 5px 20px;
    }
}
.header .erji li:hover > a, .header .sanji li:hover > a {
    color: #0B5894;
}
.header .erji li:hover .erji, .header .sanji li:hover .erji {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 991px) {
    .header .erji, .header .sanji {
        display: none;
    }
}

/*-------------header end------------------------------------------------------------------*/
/*-------------footer start----------------------------------------------------------------*/
.footer, .footer * {
    color: #fff;
}
.footer a:hover {
    color: #0B5894;
}
.footer .f-follow {
    font-size: 0;
    letter-spacing: 0;
}
.footer .f-follow > a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 4px;
    border: solid 1px #F3F8FA;
    color: #F3F8FA;
    font-size: 17px;
    font-size: 1.7rem;
    margin-right: 10px;
    margin-bottom: 5px;
    text-align: center;
    transition: all 0.5s;
}
.footer .f-follow > a:last-child {
    margin-right: 0;
}
.footer .f-follow > a:hover {
    border-color: #0B5894;
    background-color: #0B5894;
    color: #fff;
}
@media screen and (max-width: 1219px) {
    .footer .f-follow > a {
        width: 34px;
        height: 34px;
        line-height: 32px;
        margin-right: 8px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .footer .f-follow > a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        margin-right: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.footer .f-middle {
    padding: 52px 0 49px;
    background: url(../images/f-bg.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.footer .f-middle .footer-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 25px;
}
.footer .f-middle .footer-title, .footer .f-middle .footer-title a {
    color: #fff;
}
.footer .f-middle .footer-title a:hover {
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .footer .f-middle .footer-title {
        letter-spacing: 0;
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer .f-middle .footer-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
}
.footer .f-middle .wp {
    font-size: 0;
    letter-spacing: 0;
}
.footer .f-middle .flist {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
}
.footer .f-middle .flist .box-list {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 36px;
}
.footer .f-middle .flist .box-list, .footer .f-middle .flist .box-list * {
    color: #F3F8FA;
}
.footer .f-middle .flist .box-list a:hover {
    color: #0B5894;
}
.footer .f-middle .flist1 {
    width: 410px;
    padding-right: 0;
    margin-right: 152px;
    padding-top: 17px;
}
.footer .f-middle .flist1 .f-logo {
    margin-bottom: 26px;
}
.footer .f-middle .flist1 .f-logo img {
    display: block;
}
.footer .f-middle .flist1 .box-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 49px;
}
.footer .f-middle .flist1 .box-desc a {
    display: block;
}
.footer .f-middle .flist2 {
    width: 288px;
}
.footer .f-middle .flist3 {
    width: 244px;
}
.footer .f-middle .flist4 {
    width: 305px;
    padding-right: 0 !important;
}
.footer .f-middle .flist4 .box-list {
    padding-top: 6px;
}
.footer .f-middle .flist4 .box-list li {
    position: relative;
    padding-left: 37px;
}
.footer .f-middle .flist4 .box-list li .iconfont {
    font-size: 20px;
    font-size: 2rem;
    position: absolute;
    left: 0;
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .footer .f-middle .flist1 {
        width: 370px;
        margin-right: 30px;
    }
    .footer .f-middle .flist2 {
        width: 250px;
    }
    .footer .f-middle .flist3 {
        width: 245px;
    }
    .footer .f-middle .flist4 {
        width: 305px;
    }
}
@media screen and (max-width: 1219px) {
    .footer .f-middle .flist1 {
        width: 330px;
    }
    .footer .f-middle .flist1 .box-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.75;
        margin-bottom: 35px;
    }
    .footer .f-middle .flist2 {
        width: 180px;
    }
    .footer .f-middle .flist3 {
        width: 160px;
    }
    .footer .f-middle .flist4 {
        width: 260px;
    }
    .footer .f-middle .flist4 .box-list li {
        padding-left: 25px;
    }
    .footer .f-middle .flist4 .box-list li .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .footer .f-middle .flist {
        padding-right: 15px;
    }
    .footer .f-middle .flist .box-list {
        line-height: 30px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 991px) {
    .footer .f-middle {
        padding: 30px 0 10px;
    }
    .footer .f-middle .flist {
        width: 33.33%;
        margin-bottom: 30px;
    }
    .footer .f-middle .flist1 {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-top: 0;
    }
    .footer .f-middle .flist1 .f-logo {
        margin-bottom: 15px;
    }
    .footer .f-middle .flist1 .box-desc {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer .f-middle .flist1 .box-desc {
        margin-bottom: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .footer .f-middle .flist4 .box-list li {
        padding-left: 25px;
    }
    .footer .f-middle .flist4 .box-list li .iconfont {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .footer .f-middle .flist .box-list {
        line-height: 26px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 640px) {
    .footer .f-middle {
        padding-bottom: 0;
    }
    .footer .f-middle .flist {
        width: 50%;
    }
    .footer .f-middle .flist3 {
        padding-right: 0;
    }
    .footer .f-middle .flist1,
    .footer .f-middle .flist4 {
        width: 100%;
    }
}
.footer .f-bot {
    background-color: #fff;
    padding-top: 14px;
    padding-bottom: 11px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.footer .f-bot, .footer .f-bot * {
    color: #555;
    color: rgba(85, 85, 85, 0.8);
}
.footer .f-bot a:hover {
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .footer .f-bot {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .footer .f-bot {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.footer .f-bot .links a {
    display: inline-block;
    margin-right: 30px;
}

/*-------------footer end------------------------------------------------------------------*/
/*-------------index start-----------------------------------------------------------------*/
.index-item {
    text-align: center;
}
.index-item .item-title {
    text-transform: uppercase;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
    position: relative;
    padding-bottom: 14px;
}
.index-item .item-title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: #0B5894;
}
.index-item .item-title, .index-item .item-title a {
    color: #000;
}
.index-item .item-title a {
    display: inline-block;
}
@media screen and (max-width: 1419px) {
    .index-item .item-title {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .index-item .item-title {
        font-size: 38px;
        font-size: 3.8rem;
    }
}
@media screen and (max-width: 991px) {
    .index-item .item-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .index-item .item-title {
        font-size: 26px;
        font-size: 2.6rem;
        padding-bottom: 10px;
    }
}
.index-item .item-desc {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.index-item .item-desc a {
    display: inline-block;
}
.index-item .item-desc, .index-item .item-desc a {
    color: #555;
}
@media screen and (max-width: 1219px) {
    .index-item .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .index-item .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 10px;
    }
}

.index-btn {
    display: inline-flex;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #0B5894;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
}
.index-btn .iconfont {
    font-size: 13px;
    font-size: 1.3rem;
}
@media screen and (max-width: 1219px) {
    .index-btn {
        padding: 10px 25px;
        gap: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .index-btn .iconfont {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 991px) {
    .index-btn {
        padding: 8px 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-btn {
        border-radius: 5px;
        padding: 6px 15px;
        gap: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .index-btn .iconfont {
        font-size: 10px;
        font-size: 1rem;
    }
}

.page-btn {
    display: inline-flex;
    padding: 14px 35px;
    justify-content: center;
    align-items: center;
    gap: 17px;
    background-color: #0B5894;
    color: #fff;
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.page-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 1219px) {
    .page-btn {
        padding: 10px 25px;
        gap: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .page-btn .iconfont {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 991px) {
    .page-btn {
        padding: 8px 20px;
    }
}
@media screen and (max-width: 767px) {
    .page-btn {
        border-radius: 5px;
        padding: 6px 15px;
        gap: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .page-btn .iconfont {
        font-size: 10px;
        font-size: 1rem;
    }
}

.index-cate {
    padding: 100px 0 82px;
}
@media screen and (max-width: 1419px) {
    .index-cate {
        padding: 90px 0 70px;
    }
}
@media screen and (max-width: 1219px) {
    .index-cate {
        padding: 70px 0 50px;
    }
}
@media screen and (max-width: 991px) {
    .index-cate {
        padding: 50px 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .index-cate {
        padding: 30px 0 10px;
    }
}
.index-cate .index-item {
    margin-bottom: 60px;
}
@media screen and (max-width: 1419px) {
    .index-cate .index-item {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .index-cate .index-item {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .index-cate .index-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .index-cate .index-item {
        margin-bottom: 20px;
    }
}
.index-cate .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 2.5714285714%;
}
@media screen and (max-width: 640px) {
    .index-cate .box-list {
        column-gap: 2%;
    }
}
.index-cate .box-list .list-item {
    flex-basis: 48.7142857143%;
    width: 48.7142857143%;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 31px;
    border-radius: 8px;
    overflow: hidden;
}
.index-cate .box-list .list-item.item1 {
    background: url(../images/cate-bg1.jpg) no-repeat right center;
    background-size: cover;
}
.index-cate .box-list .list-item.item2 {
    background: url(../images/cate-bg2.jpg) no-repeat right center;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .index-cate .box-list .list-item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px) {
    .index-cate .box-list .list-item {
        flex-basis: 49%;
        width: 49%;
        flex-wrap: wrap;
    }
}
.index-cate .box-list .item-pic {
    flex: 0 0 auto;
    flex-basis: 51.3196480938%;
    width: 51.3196480938%;
}
@media screen and (max-width: 640px) {
    .index-cate .box-list .item-pic {
        flex-basis: 100%;
        width: 100%;
    }
}
.index-cate .box-list .item-body {
    flex: 1 1 auto;
    overflow: hidden;
    padding: 0 35px;
}
@media screen and (max-width: 1419px) {
    .index-cate .box-list .item-body {
        padding: 0 20px;
    }
}
@media screen and (max-width: 1219px) {
    .index-cate .box-list .item-body {
        padding: 0 15px;
    }
}
@media screen and (max-width: 640px) {
    .index-cate .box-list .item-body {
        padding: 20px 15px;
    }
}
@media screen and (max-width: 480px) {
    .index-cate .box-list .item-body {
        padding: 15px 10px;
    }
}
.index-cate .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    position: relative;
    padding-top: 7px;
    padding-bottom: 25px;
    margin-bottom: 57px;
}
.index-cate .box-list .item-title:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 50px;
    height: 4px;
    background-color: #0B5894;
}
.index-cate .box-list .item-title, .index-cate .box-list .item-title a {
    color: #000;
}
@media screen and (max-width: 1419px) {
    .index-cate .box-list .item-title {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 50px;
        padding-top: 0;
    }
}
@media screen and (max-width: 1219px) {
    .index-cate .box-list .item-title {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .index-cate .box-list .item-title {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 30px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .index-cate .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .index-cate .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .index-cate .box-list .item-title:before {
        height: 2px;
    }
}
.index-cate .box-list .item-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    gap: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    border-radius: 8px;
}
.index-cate .box-list .item-btn .iconfont {
    font-size: 13px;
    font-size: 1.3rem;
}
@media screen and (max-width: 1419px) {
    .index-cate .box-list .item-btn {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 1219px) {
    .index-cate .box-list .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 8px 20px;
        gap: 8px;
    }
    .index-cate .box-list .item-btn .iconfont {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 991px) {
    .index-cate .box-list .item-btn {
        padding: 5px 15px;
    }
}
@media screen and (max-width: 767px) {
    .index-cate .box-list .item-btn {
        border-radius: 4px;
        font-size: 12px;
        font-size: 1.2rem;
        gap: 5px;
    }
    .index-cate .box-list .item-btn .iconfont {
        font-size: 10px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 480px) {
    .index-cate .box-list .item-btn {
        padding: 3px 10px;
    }
}
.index-cate .box-list1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 2.0952378571%;
}
@media screen and (max-width: 480px) {
    .index-cate .box-list1 {
        column-gap: 2%;
    }
}
.index-cate .box-list1 .list-item {
    margin-bottom: 20px;
    flex-basis: 23.4285714286%;
    width: 23.4285714286%;
}
@media screen and (max-width: 480px) {
    .index-cate .box-list1 .list-item {
        flex-basis: 49%;
        width: 49%;
    }
}
.index-cate .box-list1 .item-pic {
    background-color: #f5f5f5;
    border-radius: 8px;
    margin-bottom: 18px;
}
@media screen and (max-width: 1219px) {
    .index-cate .box-list1 .item-pic {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-cate .box-list1 .item-pic {
        margin-bottom: 5px;
    }
}
.index-cate .box-list1 .item-title {
    text-align: center;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
}
@media screen and (max-width: 1219px) {
    .index-cate .box-list1 .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .index-cate .box-list1 .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.index-about {
    background: #F3F8FA url(../images/about-bg.jpg) no-repeat bottom right;
    padding: 98px 0 101px;
}
@media screen and (max-width: 1419px) {
    .index-about {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .index-about {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .index-about {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .index-about {
        padding: 30px 0;
    }
}
.index-about .box-item {
    margin-bottom: 58px;
}
@media screen and (max-width: 1219px) {
    .index-about .box-item {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .index-about .box-item {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .box-item {
        margin-bottom: 30px;
    }
}
.index-about .box-item .item-pic {
    float: right;
    width: 597px;
    margin-right: -12px;
    margin-left: 9.2857142857%;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1419px) {
    .index-about .box-item .item-pic {
        margin-left: 3.5714285714%;
    }
}
@media screen and (max-width: 1219px) {
    .index-about .box-item .item-pic {
        width: 50%;
        margin-right: -0.8571428571%;
    }
}
@media screen and (max-width: 767px) {
    .index-about .box-item .item-pic {
        margin-right: 0;
        margin-left: 2.1428571429%;
    }
}
@media screen and (max-width: 480px) {
    .index-about .box-item .item-pic {
        float: none;
        width: 100%;
        margin: 0 auto 15px;
    }
}
.index-about .box-item .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    padding-top: 2px;
    margin-bottom: 5px;
}
.index-about .box-item .item-title, .index-about .box-item .item-title a {
    color: #1e1e1e;
}
.index-about .box-item .item-title a {
    display: inline-block;
}
@media screen and (max-width: 1419px) {
    .index-about .box-item .item-title {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .index-about .box-item .item-title {
        font-size: 38px;
        font-size: 3.8rem;
    }
}
@media screen and (max-width: 991px) {
    .index-about .box-item .item-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .index-about .box-item .item-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.index-about .box-item .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 32px;
}
.index-about .box-item .item-subt, .index-about .box-item .item-subt a {
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .index-about .box-item .item-subt {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .index-about .box-item .item-subt {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .box-item .item-subt {
        margin-bottom: 10px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}
.index-about .box-item .item-desc {
    overflow: visible;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 54px;
}
@media screen and (max-width: 1419px) {
    .index-about .box-item .item-desc {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1219px) {
    .index-about .box-item .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .index-about .box-item .item-desc {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .box-item .item-desc {
        margin-bottom: 15px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}
.index-about .box-item .item-list {
    margin-bottom: 44px;
    color: #333;
}
.index-about .box-item .item-list a {
    display: block;
    color: #333;
}
.index-about .box-item .item-list a:hover {
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .index-about .box-item .item-list {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .box-item .item-list {
        margin-bottom: 20px;
    }
}
.index-about .box-item .item-list p {
    position: relative;
    padding-left: 46px;
    margin-bottom: 24px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
}
.index-about .box-item .item-list p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1419px) {
    .index-about .box-item .item-list p {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .index-about .box-item .item-list p {
        font-size: 16px;
        font-size: 1.6rem;
        padding-left: 35px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .index-about .box-item .item-list p {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .box-item .item-list p {
        margin-bottom: 5px;
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 25px;
    }
}
.index-about .box-item .item-list .iconfont {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    font-size: 30px;
    font-size: 3rem;
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .index-about .box-item .item-list .iconfont {
        font-size: 24px;
        font-size: 2.4rem;
        top: 1px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .box-item .item-list .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
        top: 3px;
    }
}
.index-about .num-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 1.2285714286%;
    row-gap: 15px;
}
@media screen and (max-width: 991px) {
    .index-about .num-list {
        column-gap: 2%;
    }
}
.index-about .num-list .list-item {
    flex-basis: 15.6428571429%;
    width: 15.6428571429%;
    border-radius: 16px;
    border: 1px solid rgba(11, 88, 148, 0.5);
    text-align: center;
    padding: 27px 5px 21px;
}
@media screen and (max-width: 1219px) {
    .index-about .num-list .list-item {
        padding: 20px 5px;
    }
}
@media screen and (max-width: 991px) {
    .index-about .num-list .list-item {
        flex-basis: 32%;
        width: 32%;
    }
}
@media screen and (max-width: 767px) {
    .index-about .num-list .list-item {
        padding: 15px 5px;
        border-radius: 8px;
    }
}
@media screen and (max-width: 480px) {
    .index-about .num-list .list-item {
        flex-basis: 49%;
        width: 49%;
        padding: 15px 5px 10px;
    }
}
.index-about .num-list .item-num {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1;
}
.index-about .num-list .item-num, .index-about .num-list .item-num a {
    color: #555;
}
@media screen and (max-width: 1419px) {
    .index-about .num-list .item-num {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .index-about .num-list .item-num {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .index-about .num-list .item-num {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.index-about .num-list .item-num strong {
    font-weight: normal;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .index-about .num-list .item-num strong {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 1219px) {
    .index-about .num-list .item-num strong {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 991px) {
    .index-about .num-list .item-num strong {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .index-about .num-list .item-num strong {
        font-size: 20px;
        font-size: 2rem;
    }
}
.index-about .num-list .item-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.75;
}
.index-about .num-list .item-title, .index-about .num-list .item-title a {
    color: #555;
}
@media screen and (max-width: 1419px) {
    .index-about .num-list .item-title {
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .index-about .num-list .item-title {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.index-products {
    padding: 100px 0;
}
@media screen and (max-width: 1419px) {
    .index-products {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .index-products {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .index-products {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .index-products {
        padding: 30px 0;
    }
}
.index-products .index-item {
    text-align: left;
}
.index-products .index-item .item-title:before {
    left: 0;
    transform: none;
}

.owl-btns {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}
.owl-btns .owl-btn {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 16px;
    font-size: 1.6rem;
    border: solid 1px #555;
    color: #555;
    opacity: 1;
    transition: all 0.35s;
}
.owl-btns .owl-btn:hover {
    border-color: #0B5894;
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .owl-btns .owl-btn {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 991px) {
    .owl-btns .owl-btn {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {
    .owl-btns .owl-btn {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 10px;
        font-size: 1rem;
    }
}
.owl-btns .item-prev {
    margin-right: 20px;
}
@media screen and (max-width: 1419px) {
    .owl-btns .item-prev {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1219px) {
    .owl-btns .item-prev {
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .owl-btns .item-prev {
        margin-right: 5px;
    }
}
.indexpro-owl {
    position: relative;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .indexpro-owl {
        margin-bottom: 20px;
    }
}
.indexpro-owl .owl-carousel {
    float: right;
    width: calc(50% + 700px + 40px);
    padding-top: 40px;
    position: relative;
}
@media screen and (max-width: 1419px) {
    .indexpro-owl .owl-carousel {
        width: calc(50% + 600px + 30px);
        padding-top: 30px;
    }
}
@media screen and (max-width: 1219px) {
    .indexpro-owl .owl-carousel {
        width: calc(50% + 480px + 20px);
        padding-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .indexpro-owl .owl-carousel {
        width: calc(50% + 360px + 20px);
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .indexpro-owl .owl-carousel {
        width: 100%;
        padding: 0 10px;
    }
}
.indexpro-owl .owl-carousel:before {
    position: absolute;
    content: "";
    top: 0;
    width: 10px;
    height: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9;
}
@media screen and (max-width: 1219px) {
    .indexpro-owl .owl-carousel:before {
        width: 8px;
    }
}
@media screen and (max-width: 767px) {
    .indexpro-owl .owl-carousel:before {
        width: 0;
        display: none;
    }
}
.indexpro-owl .owl-item {
    padding: 20px 5px 20px 40px;
}
@media screen and (max-width: 1419px) {
    .indexpro-owl .owl-item {
        padding-left: 30px;
    }
}
@media screen and (max-width: 1219px) {
    .indexpro-owl .owl-item {
        padding-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .indexpro-owl .owl-item {
        padding: 20px 0;
    }
}
.indexpro-owl .list-item {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
    .indexpro-owl .list-item {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        margin: 0 5%;
    }
}
.indexpro-owl .item-pic-box {
    padding: 30px 12.6315789474% 0;
}
@media screen and (max-width: 1219px) {
    .indexpro-owl .item-pic-box {
        padding: 20px 7.8947368421% 0;
    }
}
@media screen and (max-width: 767px) {
    .indexpro-owl .item-pic-box {
        padding: 15px 5.2631578947% 0;
    }
}
.indexpro-owl .item-body {
    text-align: center;
    padding: 18px 10px 19px;
}
@media screen and (max-width: 1219px) {
    .indexpro-owl .item-body {
        padding: 15px 10px;
    }
}
@media screen and (max-width: 767px) {
    .indexpro-owl .item-body {
        padding: 10px 5px 15px;
    }
}
.indexpro-owl .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 17px;
}
@media screen and (max-width: 1219px) {
    .indexpro-owl .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 991px) {
    .indexpro-owl .item-title {
        margin-bottom: 8px;
    }
}
@media screen and (max-width: 767px) {
    .indexpro-owl .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
}
.indexpro-owl .item-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #555;
}
.indexpro-owl .item-btn .iconfont {
    font-size: 11px;
    font-size: 1.1rem;
}
.indexpro-owl .item-btn:hover {
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .indexpro-owl .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        column-gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .indexpro-owl .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
        column-gap: 5px;
    }
}
.indexpro-owl .owl-buttons {
    display: none !important;
}
.indexpro-owl .owl-btns {
    position: absolute;
    top: -58px;
    right: calc(50% - 700px);
}
@media screen and (max-width: 1419px) {
    .indexpro-owl .owl-btns {
        right: calc(50% - 600px);
    }
}
@media screen and (max-width: 1219px) {
    .indexpro-owl .owl-btns {
        right: calc(50% - 480px);
        top: -50px;
    }
}
@media screen and (max-width: 991px) {
    .indexpro-owl .owl-btns {
        right: calc(50% - 360px);
        top: -40px;
    }
}
@media screen and (max-width: 767px) {
    .indexpro-owl .owl-btns {
        right: 15px;
        top: -30px;
    }
}
@media screen and (max-width: 480px) {
    .indexpro-owl .owl-btns {
        position: relative;
        right: 0;
        top: 0;
    }
}
.indexpro-owl .owl-btns .owl-btn {
    border: solid 1px #0B5894;
    color: #0B5894;
    opacity: 0.5;
}
.indexpro-owl .owl-btns .owl-btn:hover {
    opacity: 1;
}
.index-service {
    background: url(../images/service-bg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 77px;
}
@media screen and (max-width: 1219px) {
    .index-service {
        padding-top: 70px;
    }
}
@media screen and (max-width: 991px) {
    .index-service {
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .index-service {
        padding-top: 30px;
    }
}
.index-service .index-item {
    margin-bottom: 77px;
}
@media screen and (max-width: 1419px) {
    .index-service .index-item {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1219px) {
    .index-service .index-item {
        margin-bottom: 55px;
    }
}
@media screen and (max-width: 991px) {
    .index-service .index-item {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .index-service .index-item {
        margin-bottom: 30px;
    }
}
.index-service .index-item .item-title, .index-service .index-item .item-title a, .index-service .index-item .item-desc, .index-service .index-item .item-desc a {
    color: #fff;
}
.index-service .index-item .item-title a:hover, .index-service .index-item .item-desc a:hover {
    color: #000 !important;
}
.index-service .index-item .item-desc {
    margin-bottom: 34px;
}
@media screen and (max-width: 1219px) {
    .index-service .index-item .item-desc {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .index-service .index-item .item-desc {
        margin-bottom: 20px;
    }
}
.index-service .item-box {
    position: relative;
}
.index-service .item-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48.8188976378%;
    background-color: #fff;
}
@media screen and (max-width: 640px) {
    .index-service .item-box:before {
        height: 30%;
    }
}
.index-service .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 2;
    column-gap: 2.1428571429%;
}
@media screen and (max-width: 640px) {
    .index-service .box-list {
        column-gap: 2%;
        row-gap: 15px;
    }
}
.index-service .box-list .list-item {
    flex-basis: 23.3928571429%;
    width: 23.3928571429%;
    padding: 31px 15px 42px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
@media screen and (max-width: 1419px) {
    .index-service .box-list .list-item {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 1219px) {
    .index-service .box-list .list-item {
        padding: 20px 10px 25px;
    }
}
@media screen and (max-width: 991px) {
    .index-service .box-list .list-item {
        padding: 20px 5px;
    }
}
@media screen and (max-width: 767px) {
    .index-service .box-list .list-item {
        padding: 15px 5px;
    }
}
@media screen and (max-width: 640px) {
    .index-service .box-list .list-item {
        flex-basis: 49%;
        width: 49%;
    }
}
.index-service .box-list .list-item, .index-service .box-list .list-item * {
    transition: all 0.35s;
}
.index-service .box-list .list-item:hover {
    background-color: #0B5894;
}
.index-service .box-list .list-item:hover .item-pic .img1 {
    visibility: hidden;
    opacity: 0;
}
.index-service .box-list .list-item:hover .item-pic .img2 {
    visibility: visible;
    opacity: 1;
}
.index-service .box-list .list-item:hover .item-title, .index-service .box-list .list-item:hover .item-title a, .index-service .box-list .list-item:hover .item-title a:hover, .index-service .box-list .list-item:hover .item-desc, .index-service .box-list .list-item:hover .item-desc a, .index-service .box-list .list-item:hover .item-desc a:hover {
    color: #fff !important;
}
.index-service .box-list .item-pic {
    position: relative;
    width: 60px;
    margin: 0 auto 17px;
}
@media screen and (max-width: 1219px) {
    .index-service .box-list .item-pic {
        margin-bottom: 15px;
        width: 50px;
    }
}
@media screen and (max-width: 991px) {
    .index-service .box-list .item-pic {
        width: 44px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-service .box-list .item-pic {
        width: 38px;
    }
}
.index-service .box-list .item-pic .img1 {
    visibility: visible;
    opacity: 1;
}
.index-service .box-list .item-pic .img2 {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.index-service .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 17px;
}
@media screen and (max-width: 1219px) {
    .index-service .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .index-service .box-list .item-title {
        line-height: 1.2;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .index-service .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.index-service .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.index-service .box-list .item-desc, .index-service .box-list .item-desc a {
    color: #333;
}
@media screen and (max-width: 1219px) {
    .index-service .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .index-service .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.index-process {
    padding: 111px 0 72px;
}
@media screen and (max-width: 1419px) {
    .index-process {
        padding: 90px 0 65px;
    }
}
@media screen and (max-width: 1219px) {
    .index-process {
        padding: 70px 0 50px;
    }
}
@media screen and (max-width: 991px) {
    .index-process {
        padding: 50px 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .index-process {
        padding: 30px 0 20px;
    }
}
.index-process .item-pic {
    float: right;
    margin-top: 34px;
    width: 55.8571428571%;
    margin-left: 4.0714285714%;
    border-radius: 8px;
    overflow: hidden;
}
.index-process .item-pic img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 1219px) {
    .index-process .item-pic {
        margin-left: 2.8571428571%;
    }
}
@media screen and (max-width: 640px) {
    .index-process .item-pic {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
    }
}
.index-process .item-body {
    overflow: hidden;
}
.index-process .box-title {
    overflow: hidden;
    text-transform: uppercase;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.24;
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 50px;
}
.index-process .box-title:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: #E50012;
}
.index-process .box-title a {
    display: inline-block;
}
.index-process .box-title a:hover {
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .index-process .box-title {
        font-size: 44px;
        font-size: 4.4rem;
        padding-bottom: 25px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1219px) {
    .index-process .box-title {
        font-size: 38px;
        font-size: 3.8rem;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .index-process .box-title {
        font-size: 32px;
        font-size: 3.2rem;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-process .box-title {
        font-size: 26px;
        font-size: 2.6rem;
        padding-bottom: 10px;
    }
}
.index-process .box-list {
    font-size: 0;
    letter-spacing: 0;
}
.index-process .box-list .list-item {
    display: inline-flex;
    vertical-align: top;
    justify-content: flex-start;
    align-items: center;
    width: 49.1071428571%;
    margin-left: 1.7857142857%;
    margin-bottom: 25px;
}
.index-process .box-list .list-item:nth-child(odd) {
    margin-left: 0;
}
@media screen and (max-width: 1219px) {
    .index-process .box-list .list-item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .index-process .box-list .list-item {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .index-process .box-list .list-item {
        margin-bottom: 10px;
    }
}
.index-process .box-list .item-num {
    flex: 0 0 auto;
    margin-right: 24px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border-radius: 50%;
    text-align: center;
    color: #0B5894;
    border: solid 1px #0B5894;
    font-size: 20px;
    font-size: 2rem;
}
@media screen and (max-width: 1419px) {
    .index-process .box-list .item-num {
        margin-right: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .index-process .box-list .item-num {
        font-size: 18px;
        font-size: 1.8rem;
        margin-right: 15px;
        width: 44px;
        height: 44px;
        line-height: 42px;
    }
}
@media screen and (max-width: 991px) {
    .index-process .box-list .item-num {
        font-size: 16px;
        font-size: 1.6rem;
        width: 40px;
        height: 40px;
        line-height: 38px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-process .box-list .item-num {
        font-size: 14px;
        font-size: 1.4rem;
        width: 32px;
        height: 32px;
        line-height: 30px;
        margin-right: 5px;
    }
}
.index-process .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 4px;
}
@media screen and (max-width: 1219px) {
    .index-process .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    .index-process .box-list .item-title {
        line-height: 1.3;
    }
}
@media screen and (max-width: 767px) {
    .index-process .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.index-require {
    background: url(../images/cta.jpg) no-repeat center;
    background-size: cover;
    border-radius: 16px;
    margin-bottom: 100px;
}
@media screen and (max-width: 1419px) {
    .index-require {
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 1219px) {
    .index-require {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .index-require {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .index-require {
        margin-bottom: 30px;
    }
}
.index-require .box-item {
    width: 50%;
    padding: 72px 0 76px 102px;
}
@media screen and (max-width: 1419px) {
    .index-require .box-item {
        padding: 70px 0 70px 70px;
    }
}
@media screen and (max-width: 1219px) {
    .index-require .box-item {
        padding: 60px 0 60px 50px;
    }
}
@media screen and (max-width: 991px) {
    .index-require .box-item {
        padding: 50px 0 50px 30px;
    }
}
@media screen and (max-width: 767px) {
    .index-require .box-item {
        padding: 30px 0 30px 15px;
        min-width: 280px;
    }
}
.index-require .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.24;
    margin-bottom: 24px;
}
.index-require .item-title, .index-require .item-title a {
    color: #333;
}
.index-require .item-title strong {
    font-weight: normal;
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .index-require .item-title {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .index-require .item-title {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .index-require .item-title {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-require .item-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.index-require .item-subt {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 40px;
}
.index-require .item-subt, .index-require .item-subt a {
    color: #0B5894;
}
.index-require .item-subt a:hover {
    color: #000 !important;
}
@media screen and (max-width: 1219px) {
    .index-require .item-subt {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .index-require .item-subt {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-require .item-subt {
        line-height: 1.3;
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
}

.page-require {
    background: url(../images/cta-big.jpg) no-repeat center;
    background-size: cover;
    height: 500px;
    padding: 47px 0 50px;
}
@media screen and (max-width: 1419px) {
    .page-require {
        height: 400px;
    }
}
@media screen and (max-width: 1219px) {
    .page-require {
        height: 300px;
    }
}
@media screen and (max-width: 991px) {
    .page-require {
        height: auto;
    }
}
@media screen and (max-width: 767px) {
    .page-require {
        padding: 30px 0;
    }
}
.page-require .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.24;
    margin-bottom: 28px;
}
.page-require .item-title, .page-require .item-title a {
    color: #333;
}
.page-require .item-title strong {
    font-weight: normal;
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .page-require .item-title {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .page-require .item-title {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 1.2;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .page-require .item-title {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .page-require .item-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.page-require .item-subt {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 40px;
}
.page-require .item-subt, .page-require .item-subt a {
    color: #0B5894;
}
.page-require .item-subt a:hover {
    color: #000 !important;
}
@media screen and (max-width: 1219px) {
    .page-require .item-subt {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .page-require .item-subt {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .page-require .item-subt {
        line-height: 1.3;
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 15px;
    }
}

.index-global {
    background: url(../images/map-bg.jpg) no-repeat center;
    background-size: cover;
    padding: 100px 0 13px;
}
@media screen and (max-width: 1419px) {
    .index-global {
        padding-top: 90px;
    }
}
@media screen and (max-width: 1219px) {
    .index-global {
        padding-top: 70px;
    }
}
@media screen and (max-width: 991px) {
    .index-global {
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .index-global {
        padding-top: 30px;
    }
}
.index-global .index-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 37px;
    text-align: left;
}
@media screen and (max-width: 991px) {
    .index-global .index-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .index-global .index-item {
        display: block;
        margin-bottom: 20px;
        text-align: center;
    }
}
.index-global .index-item .item-title {
    flex: 0 0 auto;
    width: 37.8571428571%;
    flex-basis: 37.8571428571%;
    margin-right: 2.0714285714%;
    padding-bottom: 0;
}
.index-global .index-item .item-title:before {
    display: none;
}
.index-global .index-item .item-title, .index-global .index-item .item-title a {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .index-global .index-item .item-title {
        width: 100%;
        flex-basis: 100%;
        margin-right: 0;
    }
}
.index-global .index-item .item-desc {
    flex: 1 1 auto;
}
.index-global .index-item .item-desc, .index-global .index-item .item-desc a {
    color: #fff;
}
.index-global .box-body {
    position: relative;
    max-width: 1264px;
    margin: 0 auto;
}
.index-global .box-body .item-bg {
    display: block;
    width: 100%;
}
.index-global .box-body .dot-item {
    width: 11px;
    height: 11px;
    position: absolute;
}
@media screen and (max-width: 480px) {
    .index-global .box-body .dot-item {
        width: 8px;
        height: 8px;
    }
}
.index-global .box-body .dot-item.dot1 {
    top: 33.6898395722%;
    left: 14.0506329114%;
}
.index-global .box-body .dot-item.dot2 {
    top: 55.0802139037%;
    left: 13.6075949367%;
}
.index-global .box-body .dot-item.dot3 {
    top: 29.8128342246%;
    left: 33.7025316456%;
}
.index-global .box-body .dot-item.dot4 {
    top: 31.0160427807%;
    right: 21.5189873418%;
}
.index-global .box-body .dot-item.dot4 .dot-body {
    left: auto;
    margin-left: 0;
    right: 100%;
    margin-right: 30px;
}
.index-global .box-body .dot-item.dot5 {
    bottom: 24.5989304813%;
    right: 9.7310126582%;
}
.index-global .box-body .dot-item.dot5 .dot-body {
    left: auto;
    margin-left: 0;
    right: 100%;
    margin-right: 30px;
}
.index-global .box-body .dot-item:hover .item-dot {
    width: 127%;
    height: 127%;
    background-color: #67FFCA;
}
.index-global .box-body .dot-item:hover .item-dot .an-btn6_animation {
    background-color: #67FFCA;
}
.index-global .box-body .dot-item:hover .dot-body {
    visibility: visible;
    opacity: 1;
}
.index-global .box-body .item-dot {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #70C0FF;
}
.index-global .box-body .item-dot .an-btn6_animation {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
    background-color: #70C0FF;
    opacity: 0;
    animation: circles 2s linear 0s infinite;
    animation-play-state: running;
}
.index-global .box-body .dot-title {
    cursor: pointer;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    padding-top: 15px;
    white-space: nowrap;
}
@media screen and (max-width: 1219px) {
    .index-global .box-body .dot-title {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-global .box-body .dot-title {
        font-size: 12px;
        font-size: 1.2rem;
        padding-top: 5px;
    }
}
.index-global .box-body .dot-body {
    visibility: hidden;
    opacity: 0;
    z-index: 99;
    transition: all 0.35s;
    position: absolute;
    left: 100%;
    top: -78px;
    margin-left: 32px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    width: 370px;
    padding: 21px 14px 18px 19px;
}
@media screen and (max-width: 1219px) {
    .index-global .box-body .dot-body {
        padding: 15px;
        width: 350px;
    }
}
@media screen and (max-width: 991px) {
    .index-global .box-body .dot-body {
        display: none;
    }
}
.index-global .box-body .dot-body .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    color: #0B5894;
    margin-bottom: 7px;
}
@media screen and (max-width: 1219px) {
    .index-global .box-body .dot-body .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .index-global .box-body .dot-body .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.index-global .box-body .dot-body .item-desc {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #555;
}
@media screen and (max-width: 1219px) {
    .index-global .box-body .dot-body .item-desc {
        margin-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.index-global .box-body .dot-body .item-btn {
    display: inline-flex;
    padding: 11px 26px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    background-color: #0B5894;
    color: #fff;
    border-radius: 8px;
}
.index-global .box-body .dot-body .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 1219px) {
    .index-global .box-body .dot-body .item-btn {
        padding: 8px 25px;
        gap: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .index-global .box-body .dot-body .item-btn .iconfont {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 991px) {
    .index-global .box-body .dot-body .item-btn {
        padding: 8px 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-global .box-body .dot-body .item-btn {
        border-radius: 5px;
        padding: 6px 15px;
        gap: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .index-global .box-body .dot-body .item-btn .iconfont {
        font-size: 10px;
        font-size: 1rem;
    }
}
.index-global .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 2%;
    row-gap: 20px;
    padding-bottom: 30px;
    display: none;
}
@media screen and (max-width: 991px) {
    .index-global .box-list {
        display: flex;
    }
}
.index-global .box-list .list-item {
    flex-basis: 32%;
    width: 32%;
    border-radius: 8px;
    background-color: #fff;
    padding: 15px;
}
@media screen and (max-width: 640px) {
    .index-global .box-list .list-item {
        flex-basis: 49%;
        width: 49%;
    }
}
@media screen and (max-width: 400px) {
    .index-global .box-list .list-item {
        flex-basis: 100%;
        width: 100%;
    }
}
.index-global .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    color: #0B5894;
    margin-bottom: 7px;
}
@media screen and (max-width: 1219px) {
    .index-global .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .index-global .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.index-global .box-list .item-desc {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #555;
}
@media screen and (max-width: 1219px) {
    .index-global .box-list .item-desc {
        margin-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .index-global .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}
.index-global .box-list .item-btn {
    display: inline-flex;
    padding: 11px 26px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    background-color: #0B5894;
    color: #fff;
    border-radius: 8px;
}
.index-global .box-list .item-btn .iconfont {
    font-size: 14px;
    font-size: 1.4rem;
}
@media screen and (max-width: 1219px) {
    .index-global .box-list .item-btn {
        padding: 8px 25px;
        gap: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .index-global .box-list .item-btn .iconfont {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 991px) {
    .index-global .box-list .item-btn {
        padding: 8px 20px;
    }
}
@media screen and (max-width: 767px) {
    .index-global .box-list .item-btn {
        border-radius: 5px;
        padding: 6px 15px;
        gap: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .index-global .box-list .item-btn .iconfont {
        font-size: 10px;
        font-size: 1rem;
    }
}

@keyframes circles {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.36);
        opacity: 0.8;
    }
    100% {
        transform: scale(2.72);
        opacity: 0;
    }
}
.index-ex {
    background-color: #f4f4f4;
    padding: 98px 0 103px;
}
@media screen and (max-width: 1419px) {
    .index-ex {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .index-ex {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .index-ex {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .index-ex {
        padding: 30px 0;
    }
}

.ex-owl {
    position: relative;
}
.ex-owl .owl-carousel {
    position: static;
    width: 102.5357142857%;
    margin-left: -1.2678571429%;
}
@media screen and (max-width: 767px) {
    .ex-owl .owl-carousel {
        width: 102%;
        margin-left: -1%;
    }
}
.ex-owl .owl-wrapper {
    display: flex !important;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
    padding: 31px 0 60px;
}
@media screen and (max-width: 1219px) {
    .ex-owl .owl-wrapper {
        padding: 30px 0 50px;
    }
}
@media screen and (max-width: 991px) {
    .ex-owl .owl-wrapper {
        padding: 30px 0 40px;
    }
}
@media screen and (max-width: 767px) {
    .ex-owl .owl-wrapper {
        padding: 20px 0 30px;
    }
}
@media screen and (max-width: 480px) {
    .ex-owl .owl-wrapper {
        padding: 20px 0;
    }
}
.ex-owl .list-item {
    height: 100%;
    margin: 0 3.7095088819%;
    transition: all 0.35s;
    position: relative;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 20px 28px;
}
@media screen and (max-width: 1519px) {
    .ex-owl .list-item {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        padding: 15px 15px 20px;
    }
}
@media screen and (max-width: 1219px) {
    .ex-owl .list-item {
        padding: 10px 10px 15px;
    }
}
@media screen and (max-width: 767px) {
    .ex-owl .list-item {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
        padding: 8px 8px 10px;
        margin: 0 2.9411764706%;
    }
}
@media screen and (max-width: 480px) {
    .ex-owl .list-item {
        margin: 0 1.9607843137%;
    }
}
.ex-owl .item-pic {
    margin-bottom: 15px;
}
@media screen and (max-width: 1219px) {
    .ex-owl .item-pic {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .ex-owl .item-pic {
        margin-bottom: 8px;
    }
}
.ex-owl .item-title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: center;
}
@media screen and (max-width: 1219px) {
    .ex-owl .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .ex-owl .item-title {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.ex-owl .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1219px) {
    .ex-owl .owl-controls {
        bottom: 16px;
    }
}
@media screen and (max-width: 991px) {
    .ex-owl .owl-controls {
        bottom: 12px;
    }
}
@media screen and (max-width: 767px) {
    .ex-owl .owl-controls {
        bottom: 10px;
    }
}
.ex-owl .owl-buttons {
    display: none !important;
}
.ex-owl .owl-btns .item-prev {
    margin-right: 148px;
}
@media screen and (max-width: 767px) {
    .ex-owl .owl-btns .item-prev {
        margin-right: 140px;
    }
}
.index-news {
    padding: 96px 0 101px;
}
@media screen and (max-width: 1419px) {
    .index-news {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .index-news {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .index-news {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .index-news {
        padding: 30px 0;
    }
}
.index-news .box-top {
    margin-bottom: 41px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .index-news .box-top {
        margin-bottom: 30px;
    }
}
.index-news .box-top .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.24;
}
.index-news .box-top .item-title, .index-news .box-top .item-title a {
    color: #000;
}
.index-news .box-top .item-title a:hover {
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .index-news .box-top .item-title {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .index-news .box-top .item-title {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 1.2;
    }
}
@media screen and (max-width: 991px) {
    .index-news .box-top .item-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .index-news .box-top .item-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.index-news .box-top .index-btn {
    margin-top: 4px;
}
@media screen and (max-width: 1219px) {
    .index-news .box-top .index-btn {
        margin-top: 0;
    }
}
.index-news .box-body {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .index-news .box-body {
        display: block;
    }
}
.index-news .left-item {
    flex: 0 0 auto;
    width: 48.6428571429%;
    flex-basis: 48.6428571429%;
    margin-right: 2.2857142857%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1219px) {
    .index-news .left-item {
        width: 51.4285714286%;
        flex-basis: 51.4285714286%;
        margin-right: 2.1428571429%;
    }
}
@media screen and (max-width: 767px) {
    .index-news .left-item {
        border-radius: 8px;
        width: 50%;
        flex-basis: 50%;
    }
}
@media screen and (max-width: 640px) {
    .index-news .left-item {
        width: 100%;
        flex-basis: 100%;
        margin-bottom: 30px;
        max-width: 450px;
    }
}
.index-news .left-item .item-pic {
    border-radius: 12px;
}
@media screen and (max-width: 767px) {
    .index-news .left-item .item-pic {
        border-radius: 8px;
    }
}
.index-news .left-item .item-body {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 16px 3.9647577093% 17px;
    border-radius: 12px;
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
@media screen and (max-width: 1219px) {
    .index-news .left-item .item-body {
        padding: 15px 3.671071953%;
    }
}
@media screen and (max-width: 991px) {
    .index-news .left-item .item-body {
        padding: 10px 3.671071953%;
    }
}
.index-news .left-item .item-date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 2px;
}
.index-news .left-item .item-date, .index-news .left-item .item-date a {
    color: #fff;
}
@media screen and (max-width: 1419px) {
    .index-news .left-item .item-date {
        line-height: 1.5;
    }
}
@media screen and (max-width: 1219px) {
    .index-news .left-item .item-date {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .index-news .left-item .item-date {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.index-news .left-item .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
}
.index-news .left-item .item-title, .index-news .left-item .item-title a {
    color: #fff;
}
@media screen and (max-width: 1219px) {
    .index-news .left-item .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.3;
    }
}
@media screen and (max-width: 767px) {
    .index-news .left-item .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.index-news .box-list {
    flex: 1 1 auto;
    overflow: hidden;
}
.index-news .box-list .list-item {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 23px;
    margin-bottom: 25px;
    border-bottom: solid 1px #d9d9d9;
}
.index-news .box-list .list-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
@media screen and (max-width: 1419px) {
    .index-news .box-list .list-item {
        padding-bottom: 13px;
        margin-bottom: 12px;
    }
}
.index-news .box-list .item-pic {
    flex: 0 0 auto;
    width: 180px;
    flex-basis: 180px;
    margin-right: 25px;
    border-radius: 12px;
}
@media screen and (max-width: 1419px) {
    .index-news .box-list .item-pic {
        width: 170px;
        flex-basis: 170px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .index-news .box-list .item-pic {
        width: 140px;
        flex-basis: 140px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 991px) {
    .index-news .box-list .item-pic {
        width: 135px;
        flex-basis: 135px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .index-news .box-list .item-pic {
        border-radius: 8px;
    }
}
.index-news .box-list .item-body {
    flex: 1 1 auto;
    overflow: hidden;
}
.index-news .box-list .item-date {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #555;
}
@media screen and (max-width: 1419px) {
    .index-news .box-list .item-date {
        line-height: 1.5;
    }
}
@media screen and (max-width: 1219px) {
    .index-news .box-list .item-date {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .index-news .box-list .item-date {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.index-news .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    margin-bottom: 8px;
}
@media screen and (max-width: 1419px) {
    .index-news .box-list .item-title {
        line-height: 1.5;
    }
}
@media screen and (max-width: 1219px) {
    .index-news .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .index-news .box-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.index-news .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.index-news .box-list .item-desc, .index-news .box-list .item-desc a {
    color: #555;
}
@media screen and (max-width: 1419px) {
    .index-news .box-list .item-desc {
        line-height: 1.5;
    }
}
@media screen and (max-width: 1219px) {
    .index-news .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .index-news .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*-------------index end-------------------------------------------------------------------*/
.page-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
}
@media screen and (max-width: 1419px) {
    .page-title {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .page-title {
        font-size: 38px;
        font-size: 3.8rem;
    }
}
@media screen and (max-width: 991px) {
    .page-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .page-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

.page-top .item-desc {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.page-top .item-desc a {
    display: inline-block;
}
.page-top .item-desc, .page-top .item-desc a {
    color: #666;
}
@media screen and (max-width: 1219px) {
    .page-top .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 15px;
    }
}
@media screen and (max-width: 991px) {
    .page-top .item-desc {
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .page-top .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 5px;
    }
}

.page_wrap {
    padding-bottom: 100px;
}
@media screen and (max-width: 1419px) {
    .page_wrap {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 1219px) {
    .page_wrap {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .page_wrap {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .page_wrap {
        padding-bottom: 30px;
    }
}

/*-------------2-1-products start----------------------------------------------------------*/
.pro1-top {
    position: relative;
    margin-bottom: 49px;
    /* WebKit browsers */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */
}
@media screen and (max-width: 1219px) {
    .pro1-top {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .pro1-top {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pro1-top {
        margin-bottom: 25px;
    }
}
.pro1-top ::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.pro1-top :-o-placeholder {
    color: #999;
    opacity: 1;
}
.pro1-top ::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.pro1-top :-ms-input-placeholder {
    color: #999;
    opacity: 1;
}
.pro1-top .box-search {
    overflow: hidden;
    position: absolute;
    top: 7px;
    right: 0;
    z-index: 999;
    cursor: pointer;
    width: 360px;
}
@media screen and (max-width: 1219px) {
    .pro1-top .box-search {
        top: 3px;
        width: 300px;
    }
}
@media screen and (max-width: 991px) {
    .pro1-top .box-search {
        position: relative;
        top: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }
}
.pro1-top .box-search .iconfont {
    border-radius: 50%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #0B5894;
    position: absolute;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    right: 8px;
    top: 50%;
    margin-top: -17px;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .pro1-top .box-search .iconfont {
        right: 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.pro1-top .box-search .item-input {
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: solid 1px #999;
    border-radius: 21px;
    padding: 0 45px 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
}
@media screen and (max-width: 1219px) {
    .pro1-top .box-search .item-input {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .pro1-top .box-search .item-input {
        height: 36px;
        line-height: 34px;
        padding: 0 38px 0 10px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.pro1-top .box-search .item-submit {
    position: absolute;
    width: 34px;
    height: 100%;
    top: 0px;
    right: 8px;
    cursor: pointer;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .pro1-top .box-search .item-submit {
        width: 30px;
        right: 1px;
    }
}
.pro1-top .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
    padding-right: 400px;
}
@media screen and (max-width: 1419px) {
    .pro1-top .item-title {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .pro1-top .item-title {
        font-size: 38px;
        font-size: 3.8rem;
        padding-right: 330px;
    }
}
@media screen and (max-width: 991px) {
    .pro1-top .item-title {
        font-size: 32px;
        font-size: 3.2rem;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px) {
    .pro1-top .item-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.pro1-top .item-desc {
    margin-top: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.pro1-top .item-desc, .pro1-top .item-desc * {
    color: #4d4d4d;
}
@media screen and (max-width: 1419px) {
    .pro1-top .item-desc {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .pro1-top .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .pro1-top .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 10px;
    }
}

.main .box-main {
    float: right;
    width: 1102px;
}
@media screen and (max-width: 1419px) {
    .main .box-main {
        width: 900px;
    }
}
@media screen and (max-width: 1219px) {
    .main .box-main {
        width: 680px;
    }
}
@media screen and (max-width: 991px) {
    .main .box-main {
        width: 100%;
        float: none;
    }
}
.main .box-slide {
    float: left;
    width: 247px;
}
@media screen and (max-width: 991px) {
    .main .box-slide {
        width: 100%;
        float: none;
        margin-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .main .box-slide {
        margin-top: 30px;
    }
}

.pro1-list {
    font-size: 0;
    letter-spacing: 0;
}
@media screen and (max-width: 767px) {
    .pro1-list {
        padding-bottom: 10px;
    }
}
.pro1-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 31.3974591652%;
    margin-left: 2.9038112523%;
    margin-bottom: 60px;
    position: relative;
    transition: all 0.35s;
    text-align: center;
}
@media screen and (max-width: 1419px) {
    .pro1-list .list-item {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1219px) {
    .pro1-list .list-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pro1-list .list-item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .pro1-list .list-item {
        width: 49%;
        margin-left: 2% !important;
    }
    .pro1-list .list-item:nth-child(odd) {
        margin-left: 0 !important;
    }
}
.pro1-list .item-pic {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 23px;
}
@media screen and (max-width: 1419px) {
    .pro1-list .item-pic {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1219px) {
    .pro1-list .item-pic {
        margin-bottom: 10px;
    }
}
.pro1-list .item-backdrop:before {
    opacity: 0.2;
    background-color: #0B5894;
    height: 100%;
}
.pro1-list .item-backdrop .item-more {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1219px) {
    .pro1-list .item-backdrop .item-more {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 991px) {
    .pro1-list .item-backdrop {
        display: none;
    }
}
.pro1-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 12px;
}
@media screen and (max-width: 1419px) {
    .pro1-list .item-title {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 1219px) {
    .pro1-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .pro1-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 0;
    }
}
.pro1-list .item-btnbox {
    font-size: 0;
    letter-spacing: 0;
}
.pro1-list .item-btnbox input {
    margin-right: 11px;
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 767px) {
    .pro1-list .item-btnbox input {
        margin-right: 5px;
    }
}
.pro1-list .item-btn {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
}
.pro1-list .item-btn:hover {
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .pro1-list .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .pro1-list .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.slide-title {
    margin-bottom: 12px;
    position: relative;
}
.slide-title.slide-title2 {
    display: none;
}
.slide-title a, .slide-title p {
    display: block;
    background-color: #0B5894;
    border-radius: 8px;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    color: #fff;
    padding: 9px 10px 11px;
}
@media screen and (max-width: 767px) {
    .slide-title a, .slide-title p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.slide-title a:hover {
    background-color: #000;
}
.slide-title .iconfont {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: normal;
}
@media screen and (max-width: 991px) {
    .slide-title.slide-title1 {
        display: none;
    }
    .slide-title.slide-title2 {
        display: block;
    }
    .slide-title.slide-title2 a, .slide-title.slide-title2 p {
        padding-right: 40px;
    }
}

.proslide .slide-yiji > li {
    width: 100%;
    margin-bottom: 25px;
}
@media screen and (max-width: 1219px) {
    .proslide .slide-yiji > li {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .proslide .slide-yiji > li {
        margin-bottom: 10px;
    }
}
.proslide .slide-yiji > li > a {
    margin-bottom: 14px;
    display: block;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 8px;
    background: rgba(17, 101, 162, 0.1);
    color: #222;
    line-height: 24px;
    padding: 10px 30px 10px 10px;
    position: relative;
}
.proslide .slide-yiji > li > a .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #222;
}
@media screen and (max-width: 767px) {
    .proslide .slide-yiji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
    }
}
.proslide .slide-yiji > li:hover > a, .proslide .slide-yiji > li.active > a {
    background-color: #0B5894;
    color: #fff;
}
.proslide .slide-yiji > li:hover > a .iconfont, .proslide .slide-yiji > li.active > a .iconfont {
    color: #fff;
}
.proslide .slide-yiji > li:hover > a .iconfont:before, .proslide .slide-yiji > li.active > a .iconfont:before {
    content: "\e72f";
}
.proslide .slide-erji > li > a {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    color: #666;
    padding: 9px 0 9px 10px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .proslide .slide-erji > li > a {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
    }
}
.proslide .slide-erji > li:hover > a, .proslide .slide-erji > li.active > a {
    color: #0B5894;
}
.proslide .slide-sanji > li > a {
    display: block;
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 20px;
    padding: 5px 0 5px 10px;
}
@media screen and (max-width: 767px) {
    .proslide .slide-sanji > li > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 18px;
    }
}
.proslide .slide-sanji > li:hover > a, .proslide .slide-sanji > li.active > a {
    color: #0B5894;
}

/*-------------2-1-products end------------------------------------------------------------*/
/*-------------2-2-products start----------------------------------------------------------*/
.pro2-top {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 77px;
    padding-top: 3px;
}
@media screen and (max-width: 1419px) {
    .pro2-top {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-top {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-top {
        margin-bottom: 30px;
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .pro2-top {
        margin-bottom: 20px;
    }
}
.pro2-top .m-propic {
    position: relative;
    flex: 0 0 auto;
    width: 49.8571428571%;
    flex-basis: 49.8571428571%;
    margin-right: 80px;
}
@media screen and (max-width: 1419px) {
    .pro2-top .m-propic {
        margin-right: 30px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-top .m-propic {
        width: 100%;
        max-width: 450px;
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 480px) {
    .pro2-top .m-propic {
        margin: 0 auto 20px;
    }
}
.pro2-top .m-propic .pic-big {
    position: relative;
    float: right;
    width: 78.223495702%;
}
.pro2-top .m-propic .pic-big .pic-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    color: #0B5894;
    z-index: 99;
    width: 46px;
    height: 46px;
    line-height: 44px;
    border-radius: 50%;
    border: solid 1px #0B5894;
}
.pro2-top .m-propic .pic-big .pic-btn:hover {
    background-color: #0B5894;
    color: #fff;
}
.pro2-top .m-propic .pic-big .pic-btn.prev {
    left: 15px;
}
.pro2-top .m-propic .pic-big .pic-btn.next {
    right: 15px;
}
@media screen and (max-width: 1219px) {
    .pro2-top .m-propic .pic-big .pic-btn {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .pro2-top .m-propic .pic-big .pic-btn.prev {
        left: 5px;
    }
    .pro2-top .m-propic .pic-big .pic-btn.next {
        right: 5px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-top .m-propic .pic-big .pic-btn {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 480px) {
    .pro2-top .m-propic .pic-big .pic-btn {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 10px;
        font-size: 1rem;
    }
}
.pro2-top .m-propic .pic-big .provideo-box {
    border-radius: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    border: 1px solid #ccc;
    border-radius: 30px;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
    height: 0;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo iframe, .pro2-top .m-propic .pic-big .provideo-box .provideo video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.pro2-top .m-propic .pic-big .provideo-box .provideo iframe body {
    margin: 0px !important;
}
.pro2-top .m-propic .big-img {
    display: block;
    line-height: 0;
    font-size: 0;
    border-radius: 30px;
    border: 1px solid #ccc;
    position: relative;
    padding-bottom: 99.6478873239%;
}
.pro2-top .m-propic .big-img .zoomPad {
    float: none;
    z-index: 8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.pro2-top .m-propic .big-img .zoomPad img {
    border-radius: 30px;
}
.pro2-top .m-propic .zoomWrapperImage img {
    max-width: none;
}
.pro2-top .m-propic .pic-small {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    height: 100%;
    width: 17.1919770774%;
}
@media screen and (max-width: 480px) {
    .pro2-top .m-propic .pic-small {
        width: 19.340974212%;
    }
}
.pro2-top .m-propic .pic-small .pic-btn {
    display: none;
}
.pro2-top .m-propic .pic-list {
    overflow: hidden;
}
.pro2-top .m-propic .pic-list ul {
    height: 2000px;
}
.pro2-top .m-propic .pic-list .list-item {
    margin-bottom: 22px;
    overflow: visible;
    padding-left: 0;
}
@media screen and (max-width: 1419px) {
    .pro2-top .m-propic .pic-list .list-item {
        margin-bottom: 19px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-top .m-propic .pic-list .list-item {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-top .m-propic .pic-list .list-item {
        margin-bottom: 14px;
    }
}
@media screen and (max-width: 480px) {
    .pro2-top .m-propic .pic-list .list-item {
        margin-bottom: 1px;
    }
}
.pro2-top .m-propic .pic-list .item-pics, .pro2-top .m-propic .pic-list .item-video {
    display: block;
    border-radius: 10px;
    background-color: #ccc;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
}
.pro2-top .m-propic .pic-list .item-pics img, .pro2-top .m-propic .pic-list .item-video img {
    width: 100%;
    display: block;
}
.pro2-top .m-propic .pic-list .item-pics:hover, .pro2-top .m-propic .pic-list .item-pics.zoomThumbActive, .pro2-top .m-propic .pic-list .item-pics.active, .pro2-top .m-propic .pic-list .item-video:hover, .pro2-top .m-propic .pic-list .item-video.zoomThumbActive, .pro2-top .m-propic .pic-list .item-video.active {
    border-color: #0B5894;
    background-color: #fff;
}
.pro2-top .m-propic2 {
    display: none;
}
@media screen and (max-width: 991px) {
    .pro2-top .zoomPad {
        cursor: default !important;
    }
    .pro2-top .zoomPup {
        display: none !important;
    }
    .pro2-top .zoomWindow {
        display: none !important;
    }
    .pro2-top .zoomPreload {
        display: none !important;
    }
}

.pro2-info {
    flex: 1 1 auto;
    overflow: hidden;
    padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
    .pro2-info {
        margin-top: 20px;
    }
}
.pro2-info > .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
    color: #0B5894;
    margin-bottom: 30px;
}
@media screen and (max-width: 1419px) {
    .pro2-info > .item-title {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-info > .item-title {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-info > .item-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .pro2-info > .item-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px;
    }
}
.pro2-info .item-box {
    margin-bottom: 20px;
    min-height: 251px;
}
@media screen and (max-width: 1219px) {
    .pro2-info .item-box {
        min-height: 200px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-info .item-box {
        min-height: auto;
    }
}
.pro2-info .item-desc {
    margin-bottom: 21px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.pro2-info .item-desc, .pro2-info .item-desc * {
    color: #555;
}
@media screen and (max-width: 1219px) {
    .pro2-info .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .pro2-info .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.pro2-info .item-btns {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 30px;
    row-gap: 15px;
}
@media screen and (max-width: 991px) {
    .pro2-info .item-btns {
        column-gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-info .item-btns {
        column-gap: 15px;
    }
}
.pro2-info .item-btn {
    display: inline-flex;
    padding: 6px 29px;
    justify-content: center;
    align-items: center;
    gap: 13px;
    border: solid 1px #222;
    background-color: #fff;
    color: #222;
    border-radius: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.pro2-info .item-btn .iconfont {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
@media screen and (max-width: 1219px) {
    .pro2-info .item-btn {
        padding: 5px 25px;
        gap: 10px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .pro2-info .item-btn .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 991px) {
    .pro2-info .item-btn {
        padding: 5px 20px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-info .item-btn {
        border-radius: 5px;
        padding: 5px 15px;
        gap: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
    .pro2-info .item-btn .iconfont {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.pro2-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 31px;
}
@media screen and (max-width: 1419px) {
    .pro2-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-title {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 991px) {
    .pro2-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .pro2-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 20px;
    }
}

.pro2-tab {
    border-bottom: solid 1px #999;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 5%;
    margin-bottom: 47px;
}
@media screen and (max-width: 1419px) {
    .pro2-tab {
        column-gap: 3.5714285714%;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-tab {
        column-gap: 2.8571428571%;
    }
}
@media screen and (max-width: 991px) {
    .pro2-tab {
        padding: 12px 15px;
        column-gap: 20px;
        background-color: #f6f8fa;
        border-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .pro2-tab {
        margin-bottom: 30px;
    }
}
.pro2-tab > a {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    border-bottom: solid 2px transparent;
    padding-bottom: 23px;
    margin-bottom: -1px;
}
.pro2-tab > a:hover, .pro2-tab > a.active {
    color: #0B5894;
    border-bottom-color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .pro2-tab > a {
        font-size: 18px;
        font-size: 1.8rem;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-tab > a {
        padding: 4px 0;
        line-height: 1.2;
    }
    .pro2-tab > a:hover, .pro2-tab > a.active {
        color: #0B5894;
        border-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .pro2-tab > a {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

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

.pro2-box {
    padding-top: 100px;
}
@media screen and (max-width: 991px) {
    .pro2-box {
        padding-top: 30px;
    }
}

.pro2-para {
    padding-bottom: 80px;
}
@media screen and (max-width: 1219px) {
    .pro2-para {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-para {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-para {
        padding-bottom: 30px;
    }
}

.pro2-spec {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.pro2-spec, .pro2-spec * {
    color: #555;
}
@media screen and (max-width: 1219px) {
    .pro2-spec {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .pro2-spec {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
}

.pro2-key {
    padding-bottom: 80px;
}
@media screen and (max-width: 1219px) {
    .pro2-key {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-key {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-key {
        padding-bottom: 30px;
    }
}
.pro2-key .box-item {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 1219px) {
    .pro2-key .box-item {
        display: block;
    }
}
.pro2-key .box-item .item-pic-box {
    flex: 0 0 auto;
    width: 43.7857142857%;
    flex-basis: 43.7857142857%;
    margin-left: 7.5714285714%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-flow: row wrap;
    row-gap: 24px;
    column-gap: 3.0995106036%;
}
@media screen and (max-width: 1419px) {
    .pro2-key .box-item .item-pic-box {
        margin-left: 3.5714285714%;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-key .box-item .item-pic-box {
        float: right;
        margin-left: 2.1428571429%;
        row-gap: 20px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-key .box-item .item-pic-box {
        width: 50%;
        row-gap: 15px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-key .box-item .item-pic-box {
        row-gap: 10px;
    }
}
@media screen and (max-width: 480px) {
    .pro2-key .box-item .item-pic-box {
        width: 100%;
        margin: 0 auto 20px;
    }
}
.pro2-key .box-item .item-pic-box .item-pic {
    border-radius: 20px;
}
@media screen and (max-width: 1219px) {
    .pro2-key .box-item .item-pic-box .item-pic {
        border-radius: 15px;
    }
}
@media screen and (max-width: 480px) {
    .pro2-key .box-item .item-pic-box .item-pic {
        border-radius: 10px;
    }
}
.pro2-key .box-item .item-pic-box .img1, .pro2-key .box-item .item-pic-box .img2 {
    width: 48.4502446982%;
    flex-basis: 48.4502446982%;
}
.pro2-key .box-item .item-pic-box .img3 {
    width: 30.0163132137%;
    flex-basis: 30.0163132137%;
}
.pro2-key .box-item .item-pic-box .img4 {
    width: 66.7210440457%;
    flex-basis: 66.7210440457%;
}
.pro2-key .box-item .item-body {
    flex: 1 1 auto;
    overflow: hidden;
    padding-left: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.pro2-key .box-item .item-body, .pro2-key .box-item .item-body * {
    color: #555;
}
.pro2-key .box-item .item-body .item-line {
    min-height: 18px;
}
.pro2-key .box-item .item-body strong {
    display: block;
    position: relative;
    font-weight: normal;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    color: #0B5894;
}
.pro2-key .box-item .item-body strong:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0B5894;
    left: -28px;
    top: 11px;
}
@media screen and (max-width: 1219px) {
    .pro2-key .box-item .item-body {
        padding-left: 20px;
        overflow: visible;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .pro2-key .box-item .item-body strong {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .pro2-key .box-item .item-body strong:before {
        left: -20px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-key .box-item .item-body {
        padding-left: 15px;
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
    }
    .pro2-key .box-item .item-body strong {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .pro2-key .box-item .item-body strong:before {
        left: -15px;
    }
}

.pro2-app {
    margin-bottom: 97px;
}
@media screen and (max-width: 1419px) {
    .pro2-app {
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-app {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-app {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app {
        margin-bottom: 30px;
    }
}
.pro2-app .box-body {
    background-color: #F3F8FA;
    padding: 77px 0 96px;
}
@media screen and (max-width: 1419px) {
    .pro2-app .box-body {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-app .box-body {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .pro2-app .box-body {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app .box-body {
        padding: 30px 0;
    }
}
.pro2-app .pro2-title {
    margin-bottom: 53px;
}
@media screen and (max-width: 1419px) {
    .pro2-app .pro2-title {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-app .pro2-title {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-app .pro2-title {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app .pro2-title {
        margin-bottom: 20px;
    }
}
.pro2-app .box-list .list-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
    .pro2-app .box-list .list-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app .box-list .list-item {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 480px) {
    .pro2-app .box-list .list-item {
        display: block;
    }
}
.pro2-app .box-list .list-item:last-child {
    margin-bottom: 0;
}
.pro2-app .box-list .list-item.item1 {
    flex-direction: row;
}
.pro2-app .box-list .list-item.item1 .item-pic {
    margin-right: 103px;
}
@media screen and (max-width: 1419px) {
    .pro2-app .box-list .list-item.item1 .item-pic {
        margin-right: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-app .box-list .list-item.item1 .item-pic {
        margin-right: 30px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-app .box-list .list-item.item1 .item-pic {
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app .box-list .list-item.item1 .item-pic {
        margin-right: 15px;
    }
}
.pro2-app .box-list .list-item.item2 {
    flex-direction: row-reverse;
}
.pro2-app .box-list .list-item.item2 .item-pic {
    margin-left: 103px;
}
@media screen and (max-width: 1419px) {
    .pro2-app .box-list .list-item.item2 .item-pic {
        margin-left: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-app .box-list .list-item.item2 .item-pic {
        margin-left: 30px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-app .box-list .list-item.item2 .item-pic {
        margin-left: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app .box-list .list-item.item2 .item-pic {
        margin-left: 15px;
    }
}
.pro2-app .box-list .item-pic {
    flex: 0 0 auto;
    width: 47.1428571429%;
    flex-basis: 47.1428571429%;
    border-radius: 30px;
}
@media screen and (max-width: 1219px) {
    .pro2-app .box-list .item-pic {
        border-radius: 20px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app .box-list .item-pic {
        border-radius: 15px;
    }
}
@media screen and (max-width: 480px) {
    .pro2-app .box-list .item-pic {
        width: 100%;
        margin: 0 auto 15px !important;
    }
}
.pro2-app .box-list .item-body {
    flex: 1 1 auto;
    overflow: hidden;
}
.pro2-app .box-list .item-num {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0B5894;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.24;
    margin-bottom: 11px;
}
@media screen and (max-width: 1419px) {
    .pro2-app .box-list .item-num {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-app .box-list .item-num {
        font-size: 38px;
        font-size: 3.8rem;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-app .box-list .item-num {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app .box-list .item-num {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
.pro2-app .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    padding-bottom: 31px;
    margin-bottom: 29px;
    position: relative;
}
.pro2-app .box-list .item-title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background-color: #0B5894;
    left: 0;
    bottom: 0;
}
@media screen and (max-width: 1419px) {
    .pro2-app .box-list .item-title {
        font-size: 22px;
        font-size: 2.2rem;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-app .box-list .item-title {
        font-size: 20px;
        font-size: 2rem;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-app .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.pro2-app .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.pro2-app .box-list .item-desc, .pro2-app .box-list .item-desc * {
    color: #555;
}
@media screen and (max-width: 1219px) {
    .pro2-app .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .pro2-app .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.pro2-cus {
    padding-bottom: 98px;
}
@media screen and (max-width: 1419px) {
    .pro2-cus {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-cus {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-cus {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-cus {
        padding-bottom: 30px;
    }
}
.pro2-cus .pro2-title {
    margin-bottom: 17px;
}
@media screen and (max-width: 1219px) {
    .pro2-cus .pro2-title {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-cus .pro2-title {
        margin-bottom: 10px;
    }
}
.pro2-cus .box-subt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    color: #555;
    margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
    .pro2-cus .box-subt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-cus .box-subt {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
}
.pro2-cus .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 2;
    column-gap: 2.1071428571%;
}
@media screen and (max-width: 640px) {
    .pro2-cus .box-list {
        column-gap: 2%;
        row-gap: 20px;
    }
}
@media screen and (max-width: 400px) {
    .pro2-cus .box-list {
        column-gap: 0;
        row-gap: 20px;
    }
}
.pro2-cus .box-list .list-item {
    flex-basis: 31.9285714286%;
    width: 31.9285714286%;
    padding: 44px 35px;
    border-radius: 20px;
    background-color: #F3F8FA;
    text-align: center;
}
@media screen and (max-width: 1419px) {
    .pro2-cus .box-list .list-item {
        padding: 40px 20px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-cus .box-list .list-item {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-cus .box-list .list-item {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-cus .box-list .list-item {
        padding: 15px 5px;
    }
}
@media screen and (max-width: 640px) {
    .pro2-cus .box-list .list-item {
        flex-basis: 49%;
        width: 49%;
    }
}
@media screen and (max-width: 400px) {
    .pro2-cus .box-list .list-item {
        flex-basis: 100%;
        width: 100%;
    }
}
.pro2-cus .box-list .item-pic {
    width: 61px;
    margin: 0 auto 24px;
}
@media screen and (max-width: 1419px) {
    .pro2-cus .box-list .item-pic {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-cus .box-list .item-pic {
        margin-bottom: 15px;
        width: 50px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-cus .box-list .item-pic {
        width: 44px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-cus .box-list .item-pic {
        width: 38px;
    }
}
.pro2-cus .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 29px;
}
@media screen and (max-width: 1419px) {
    .pro2-cus .box-list .item-title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .pro2-cus .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .pro2-cus .box-list .item-title {
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    .pro2-cus .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.pro2-cus .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.pro2-cus .box-list .item-desc, .pro2-cus .box-list .item-desc * {
    color: #555;
}
@media screen and (max-width: 1219px) {
    .pro2-cus .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .pro2-cus .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.pro2-faq .pro2-title {
    margin-bottom: 43px;
}
@media screen and (max-width: 1219px) {
    .pro2-faq .pro2-title {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-faq .pro2-title {
        margin-bottom: 20px;
    }
}
.pro2-faq .faq-list {
    padding-bottom: 0;
    border-top: solid 1px #e6e6e6;
    padding-top: 23px;
}
@media screen and (max-width: 1219px) {
    .pro2-faq .faq-list {
        padding-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .pro2-faq .faq-list {
        padding-top: 10px;
    }
}
.pro2-faq .faq-list .list-item:last-child {
    margin-bottom: 0;
}

/*-------------2-2-products end------------------------------------------------------------*/
/*-------------3-OEM&ODM start-------------------------------------------------------------*/
.oem_wrap {
    padding: 0;
}

.oem-top {
    text-align: center;
}
.oem-top .item-title {
    text-align: center;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    color: #141414;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.3;
    margin-bottom: 29px;
}
@media screen and (max-width: 1419px) {
    .oem-top .item-title {
        font-size: 40px;
        font-size: 4rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .oem-top .item-title {
        font-size: 34px;
        font-size: 3.4rem;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .oem-top .item-title {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .oem-top .item-title {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 5px;
    }
}
.oem-top .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 36px;
}
.oem-top .item-desc, .oem-top .item-desc * {
    color: #4d4d4d;
}
@media screen and (max-width: 1219px) {
    .oem-top .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .oem-top .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
}

.oem-item {
    margin-bottom: 40px;
}
@media screen and (max-width: 1219px) {
    .oem-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .oem-item {
        margin-bottom: 20px;
    }
}
.oem-item .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    color: #0B5894;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
}
@media screen and (max-width: 1419px) {
    .oem-item .item-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 1219px) {
    .oem-item .item-title {
        font-size: 28px;
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 991px) {
    .oem-item .item-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .oem-item .item-title {
        font-size: 20px;
        font-size: 2rem;
    }
}
.oem-item .item-desc {
    margin-top: 9px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
}
.oem-item .item-desc, .oem-item .item-desc * {
    color: #555;
}
@media screen and (max-width: 1219px) {
    .oem-item .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .oem-item .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-top: 5px;
    }
}

.oem-box1 {
    padding-bottom: 100px;
}
@media screen and (max-width: 1419px) {
    .oem-box1 {
        padding-bottom: 90px;
    }
}
@media screen and (max-width: 1219px) {
    .oem-box1 {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .oem-box1 {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box1 {
        padding-bottom: 30px;
    }
}
.oem-box1 .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 2.2142857143%;
    row-gap: 32px;
}
@media screen and (max-width: 991px) {
    .oem-box1 .box-list {
        row-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box1 .box-list {
        row-gap: 20px;
    }
}
@media screen and (max-width: 640px) {
    .oem-box1 .box-list {
        column-gap: 2%;
    }
}
@media screen and (max-width: 400px) {
    .oem-box1 .box-list {
        column-gap: 0;
    }
}
.oem-box1 .box-list .list-item {
    width: 31.8571428571%;
    flex-basis: 31.8571428571%;
    border-radius: 20px;
    background-color: #F3F8FA;
    padding: 16px 16px 30px;
}
@media screen and (max-width: 1219px) {
    .oem-box1 .box-list .list-item {
        padding: 15px 15px 20px;
    }
}
@media screen and (max-width: 991px) {
    .oem-box1 .box-list .list-item {
        padding: 10px 10px 15px;
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box1 .box-list .list-item {
        padding: 8px 8px 10px;
    }
}
@media screen and (max-width: 640px) {
    .oem-box1 .box-list .list-item {
        width: 49%;
        flex-basis: 49%;
    }
}
@media screen and (max-width: 400px) {
    .oem-box1 .box-list .list-item {
        width: 100%;
        flex-basis: 100%;
    }
}
.oem-box1 .box-list .item-pic {
    border-radius: 20px;
    margin-bottom: 22px;
}
@media screen and (max-width: 1219px) {
    .oem-box1 .box-list .item-pic {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .oem-box1 .box-list .item-pic {
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box1 .box-list .item-pic {
        margin-bottom: 8px;
    }
}
.oem-box1 .box-list .item-title {
    text-align: center;
    color: #0B5894;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 13px;
}
@media screen and (max-width: 1219px) {
    .oem-box1 .box-list .item-title {
        margin-bottom: 10px;
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
    }
}
@media screen and (max-width: 991px) {
    .oem-box1 .box-list .item-title {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box1 .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.oem-box1 .box-list .item-desc {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.oem-box1 .box-list .item-desc, .oem-box1 .box-list .item-desc * {
    color: #555;
}
@media screen and (max-width: 1219px) {
    .oem-box1 .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .oem-box1 .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.oem-box2 {
    background-color: #F3F8FA;
    padding: 97px 0 100px;
}
@media screen and (max-width: 1419px) {
    .oem-box2 {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .oem-box2 {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .oem-box2 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .oem-box2 {
        padding: 30px 0;
    }
}
.oem-box2 .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 3.5714285714%;
    row-gap: 30px;
}
@media screen and (max-width: 767px) {
    .oem-box2 .box-list {
        row-gap: 20px;
    }
}
@media screen and (max-width: 640px) {
    .oem-box2 .box-list {
        column-gap: 2%;
    }
}
@media screen and (max-width: 400px) {
    .oem-box2 .box-list {
        column-gap: 0;
    }
}
.oem-box2 .box-list .list-item {
    width: 48.2142857143%;
    flex-basis: 48.2142857143%;
}
@media screen and (max-width: 640px) {
    .oem-box2 .box-list .list-item {
        width: 49%;
        flex-basis: 49%;
    }
}
@media screen and (max-width: 400px) {
    .oem-box2 .box-list .list-item {
        width: 100%;
        flex-basis: 100%;
    }
}
.oem-box2 .box-list .item-pic {
    border-radius: 30px;
    margin-bottom: 19px;
}
@media screen and (max-width: 1219px) {
    .oem-box2 .box-list .item-pic {
        margin-bottom: 15px;
        border-radius: 20px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box2 .box-list .item-pic {
        border-radius: 10px;
    }
}
.oem-box2 .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    margin-bottom: 17px;
}
@media screen and (max-width: 1219px) {
    .oem-box2 .box-list .item-title {
        margin-bottom: 15px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.2;
    }
}
@media screen and (max-width: 991px) {
    .oem-box2 .box-list .item-title {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box2 .box-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 5px;
    }
}
.oem-box2 .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.oem-box2 .box-list .item-desc, .oem-box2 .box-list .item-desc * {
    color: #555;
}
@media screen and (max-width: 1219px) {
    .oem-box2 .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .oem-box2 .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.oem-box3 {
    padding: 100px 0;
}
@media screen and (max-width: 1419px) {
    .oem-box3 {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .oem-box3 {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .oem-box3 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .oem-box3 {
        padding: 30px 0;
    }
}
.oem-box3 .box-item {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 640px) {
    .oem-box3 .box-item {
        display: block;
    }
}
.oem-box3 .box-item .item-pic {
    flex: 0 0 auto;
    width: 49.1428571429%;
    flex-basis: 49.1428571429%;
    margin-left: 3.5714285714%;
    border-radius: 300px;
}
@media screen and (max-width: 767px) {
    .oem-box3 .box-item .item-pic {
        margin-left: 2.1428571429%;
    }
}
@media screen and (max-width: 640px) {
    .oem-box3 .box-item .item-pic {
        float: right;
    }
}
@media screen and (max-width: 480px) {
    .oem-box3 .box-item .item-pic {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
    }
}
.oem-box3 .box-item .item-body {
    flex: 1 1 auto;
    overflow: hidden;
}
@media screen and (max-width: 640px) {
    .oem-box3 .box-item .item-body {
        overflow: visible;
    }
}
.oem-box3 .box-item .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    color: #222;
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1.34783;
    margin-bottom: 38px;
}
.oem-box3 .box-item .item-title strong {
    color: #0B5894;
    font-weight: normal;
}
@media screen and (max-width: 1419px) {
    .oem-box3 .box-item .item-title {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.2;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1219px) {
    .oem-box3 .box-item .item-title {
        font-size: 34px;
        font-size: 3.4rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .oem-box3 .box-item .item-title {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box3 .box-item .item-title {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 10px;
    }
}
.oem-box3 .box-item .item-desc {
    overflow: visible;
}
.oem-box3 .box-item .item-desc p {
    position: relative;
    padding-left: 44px;
    margin-bottom: 12px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.oem-box3 .box-item .item-desc p, .oem-box3 .box-item .item-desc p * {
    color: #4d4d4d;
}
.oem-box3 .box-item .item-desc p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1219px) {
    .oem-box3 .box-item .item-desc p {
        font-size: 14px;
        font-size: 1.4rem;
        padding-left: 35px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box3 .box-item .item-desc p {
        margin-bottom: 5px;
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 25px;
    }
}
.oem-box3 .box-item .item-desc .iconfont {
    position: absolute;
    left: 1px;
    top: 2px;
    line-height: 1;
    font-size: 25px;
    font-size: 2.5rem;
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .oem-box3 .box-item .item-desc .iconfont {
        font-size: 22px;
        font-size: 2.2rem;
        top: 1px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box3 .box-item .item-desc .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
        top: 3px;
    }
}

.oem-box4 {
    background: url(../images/service-bg.jpg) no-repeat top center;
    background-size: cover;
    padding-top: 77px;
}
@media screen and (max-width: 1219px) {
    .oem-box4 {
        padding-top: 70px;
    }
}
@media screen and (max-width: 991px) {
    .oem-box4 {
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box4 {
        padding-top: 30px;
    }
}
.oem-box4 .box-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
@media screen and (max-width: 1419px) {
    .oem-box4 .box-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 1219px) {
    .oem-box4 .box-title {
        font-size: 28px;
        font-size: 2.8rem;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .oem-box4 .box-title {
        font-size: 24px;
        font-size: 2.4rem;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box4 .box-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}
.oem-box4 .box-title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #0B5894;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.oem-box4 .item-box {
    position: relative;
}
.oem-box4 .item-box:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42.9378531073%;
    background-color: #F3F8FA;
}
@media screen and (max-width: 640px) {
    .oem-box4 .item-box:before {
        height: 30%;
    }
}
.oem-box4 .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    position: relative;
    z-index: 2;
    column-gap: 2.1428571429%;
}
@media screen and (max-width: 640px) {
    .oem-box4 .box-list {
        column-gap: 2%;
        row-gap: 15px;
    }
}
.oem-box4 .box-list .list-item {
    flex-basis: 23.3928571429%;
    width: 23.3928571429%;
    padding: 32px 15px 30px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}
@media screen and (max-width: 1419px) {
    .oem-box4 .box-list .list-item {
        padding: 30px 15px;
    }
}
@media screen and (max-width: 1219px) {
    .oem-box4 .box-list .list-item {
        padding: 20px 10px 25px;
    }
}
@media screen and (max-width: 991px) {
    .oem-box4 .box-list .list-item {
        padding: 20px 5px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box4 .box-list .list-item {
        padding: 15px 5px;
    }
}
@media screen and (max-width: 640px) {
    .oem-box4 .box-list .list-item {
        flex-basis: 49%;
        width: 49%;
    }
}
.oem-box4 .box-list .list-item, .oem-box4 .box-list .list-item * {
    transition: all 0.35s;
}
.oem-box4 .box-list .list-item:hover {
    background-color: #0B5894;
}
.oem-box4 .box-list .list-item:hover .item-pic .img1 {
    visibility: hidden;
    opacity: 0;
}
.oem-box4 .box-list .list-item:hover .item-pic .img2 {
    visibility: visible;
    opacity: 1;
}
.oem-box4 .box-list .list-item:hover .item-title, .oem-box4 .box-list .list-item:hover .item-title a, .oem-box4 .box-list .list-item:hover .item-title a:hover, .oem-box4 .box-list .list-item:hover .item-desc, .oem-box4 .box-list .list-item:hover .item-desc a, .oem-box4 .box-list .list-item:hover .item-desc a:hover {
    color: #fff !important;
}
.oem-box4 .box-list .item-pic {
    position: relative;
    width: 60px;
    margin: 0 auto 17px;
}
@media screen and (max-width: 1219px) {
    .oem-box4 .box-list .item-pic {
        margin-bottom: 15px;
        width: 50px;
    }
}
@media screen and (max-width: 991px) {
    .oem-box4 .box-list .item-pic {
        width: 44px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box4 .box-list .item-pic {
        width: 38px;
    }
}
.oem-box4 .box-list .item-pic .img1 {
    visibility: visible;
    opacity: 1;
}
.oem-box4 .box-list .item-pic .img2 {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
}
.oem-box4 .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 17px;
}
@media screen and (max-width: 1219px) {
    .oem-box4 .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .oem-box4 .box-list .item-title {
        line-height: 1.2;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box4 .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.oem-box4 .box-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.oem-box4 .box-list .item-desc, .oem-box4 .box-list .item-desc * {
    color: #333;
}
@media screen and (max-width: 1219px) {
    .oem-box4 .box-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .oem-box4 .box-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.oem-box5 {
    overflow: hidden;
    background-color: #F3F8FA;
    padding: 97px 0 100px;
}
@media screen and (max-width: 1419px) {
    .oem-box5 {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .oem-box5 {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .oem-box5 {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .oem-box5 {
        padding: 30px 0;
    }
}
.oem-box5 .oem-item .item-desc {
    margin-top: 25px;
}
@media screen and (max-width: 1419px) {
    .oem-box5 .oem-item .item-desc {
        margin-top: 15px;
    }
}
@media screen and (max-width: 1219px) {
    .oem-box5 .oem-item .item-desc {
        margin-top: 10px;
    }
}
@media screen and (max-width: 767px) {
    .oem-box5 .oem-item .item-desc {
        margin-top: 5px;
    }
}

.cus-swiper {
    width: 125%;
    margin-left: -12.5%;
    position: relative;
}
@media screen and (max-width: 767px) {
    .cus-swiper {
        width: 180%;
        margin-left: -40%;
    }
}
.cus-swiper .swiper-slide {
    padding: 0 0.8333333333%;
}
.cus-swiper .item-pic {
    border-radius: 20px;
}
@media screen and (max-width: 1219px) {
    .cus-swiper .item-pic {
        border-radius: 10px;
    }
}
.cus-swiper .swiper-bot {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 53px;
}
@media screen and (max-width: 1419px) {
    .cus-swiper .swiper-bot {
        margin-top: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .cus-swiper .swiper-bot {
        margin-top: 40px;
    }
}
@media screen and (max-width: 991px) {
    .cus-swiper .swiper-bot {
        margin-top: 30px;
    }
}
@media screen and (max-width: 767px) {
    .cus-swiper .swiper-bot {
        margin-top: 20px;
        width: 55.5555555556%;
    }
}
.cus-swiper .swiper-pagination {
    flex: 1 1 auto;
    overflow: hidden;
    position: relative;
    height: 3px;
    background-color: transparent;
    border-bottom: solid 1px rgba(204, 204, 204, 0.8);
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .cus-swiper .swiper-pagination {
        margin-top: 0;
    }
}
.cus-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0B5894;
}
.cus-swiper .swiper-btns {
    flex: 0 0 auto;
    margin-left: 1.9285714286%;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}
.cus-swiper .swiper-btns .swiper-btn {
    z-index: 3;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 46px;
    border-radius: 50%;
    font-size: 16px;
    font-size: 1.6rem;
    border: solid 1px #555;
    color: #555;
    opacity: 1;
    transition: all 0.35s;
}
.cus-swiper .swiper-btns .swiper-btn:hover {
    background-color: #0B5894;
    border-color: #0B5894;
    color: #fff;
}
@media screen and (max-width: 1219px) {
    .cus-swiper .swiper-btns .swiper-btn {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 991px) {
    .cus-swiper .swiper-btns .swiper-btn {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {
    .cus-swiper .swiper-btns .swiper-btn {
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 10px;
        font-size: 1rem;
    }
}
.cus-swiper .swiper-btns .swiper-btn-prev {
    margin-right: 20px;
}
@media screen and (max-width: 1419px) {
    .cus-swiper .swiper-btns .swiper-btn-prev {
        margin-right: 15px;
    }
}
@media screen and (max-width: 1219px) {
    .cus-swiper .swiper-btns .swiper-btn-prev {
        margin-right: 10px;
    }
}
@media screen and (max-width: 767px) {
    .cus-swiper .swiper-btns .swiper-btn-prev {
        margin-right: 5px;
    }
}
.oem-faq {
    padding: 97px 0 100px;
}
@media screen and (max-width: 1419px) {
    .oem-faq {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .oem-faq {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .oem-faq {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .oem-faq {
        padding: 30px 0;
    }
}
.oem-faq .box-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 43px;
}
@media screen and (max-width: 1419px) {
    .oem-faq .box-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 1219px) {
    .oem-faq .box-title {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .oem-faq .box-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .oem-faq .box-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 20px;
    }
}
.oem-faq .faq-list {
    padding-bottom: 0;
    border-top: solid 1px #e6e6e6;
    padding-top: 23px;
}
@media screen and (max-width: 1219px) {
    .oem-faq .faq-list {
        padding-top: 15px;
    }
}
@media screen and (max-width: 767px) {
    .oem-faq .faq-list {
        padding-top: 10px;
    }
}
.oem-faq .faq-list .list-item:last-child {
    margin-bottom: 0;
}

/*-------------3-OEM&ODM end---------------------------------------------------------------*/
/*-------------4-1-ABOUT US start----------------------------------------------------------*/
.about_wrap {
    padding: 0;
}

.about-top {
    background-image: url(../images/about-bg1.jpg);
    padding: 0 0 80px;
}
@media screen and (max-width: 1219px) {
    .about-top {
        padding: 0 0 70px;
    }
}
@media screen and (max-width: 991px) {
    .about-top {
        padding: 0 0 50px;
    }
}
@media screen and (max-width: 767px) {
    .about-top {
        padding: 0 0 30px;
    }
}
.about-top .box-top {
    text-align: center;
    margin-bottom: 40px;
    margin-top: -3px;
}
@media screen and (max-width: 991px) {
    .about-top .box-top {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about-top .box-top {
        margin-bottom: 20px;
    }
}
.about-top .box-top .item-subt {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .about-top .box-top .item-subt {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .about-top .box-top .item-subt {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.about-top .box-item {
    margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
    .about-top .box-item {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .about-top .box-item {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .about-top .box-item {
        margin-bottom: 30px;
    }
}
.about-top .box-item .item-pic {
    margin-right: -3px;
    margin-left: 3.5714285714%;
}
@media screen and (max-width: 1219px) {
    .about-top .box-item .item-pic {
        margin-left: 2.1428571429%;
    }
}
@media screen and (max-width: 480px) {
    .about-top .box-item .item-pic {
        width: 100%;
        margin: 0 auto 15px;
    }
}
.about-top .box-item .item-desc {
    margin-bottom: 36px;
}
@media screen and (max-width: 1219px) {
    .about-top .box-item .item-desc {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 991px) {
    .about-top .box-item .item-desc {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about-top .box-item .item-desc {
        margin-bottom: 15px;
    }
}
.about-top .box-item .item-list {
    margin-bottom: 0;
}

.about-choose {
    padding: 100px 0;
}
@media screen and (max-width: 1419px) {
    .about-choose {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .about-choose {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .about-choose {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .about-choose {
        padding: 30px 0;
    }
}
.about-choose .box-top {
    text-align: center;
    margin-bottom: 47px;
}
@media screen and (max-width: 1219px) {
    .about-choose .box-top {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .about-choose .box-top {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about-choose .box-top {
        margin-bottom: 20px;
    }
}
.about-choose .box-top .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    color: #0B5894;
    margin-bottom: 4px;
}
@media screen and (max-width: 1219px) {
    .about-choose .box-top .item-subt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .about-choose .box-top .item-subt {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.about-choose .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    row-gap: 50px;
    column-gap: 2.1428571429%;
}
@media screen and (max-width: 1219px) {
    .about-choose .box-list {
        row-gap: 40px;
    }
}
@media screen and (max-width: 991px) {
    .about-choose .box-list {
        row-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about-choose .box-list {
        column-gap: 2%;
    }
}
@media screen and (max-width: 480px) {
    .about-choose .box-list {
        row-gap: 20px;
    }
}
.about-choose .box-list .list-item {
    flex-basis: 18.2857142857%;
    width: 18.2857142857%;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    padding: 42px 39px 56px;
}
@media screen and (max-width: 1419px) {
    .about-choose .box-list .list-item {
        padding: 40px 30px 50px;
    }
}
@media screen and (max-width: 1219px) {
    .about-choose .box-list .list-item {
        padding: 30px 20px;
        border-radius: 16px;
    }
}
@media screen and (max-width: 991px) {
    .about-choose .box-list .list-item {
        padding: 25px 15px;
    }
}
@media screen and (max-width: 767px) {
    .about-choose .box-list .list-item {
        border-radius: 10px;
        padding: 20px 10px;
        flex-basis: 23.5%;
        width: 23.5%;
    }
}
@media screen and (max-width: 480px) {
    .about-choose .box-list .list-item {
        flex-basis: 49%;
        width: 49%;
    }
}
.about-choose .box-list .item-pic {
    width: 64px;
    border-radius: 50%;
    border: solid 2px #0B5894;
    margin: 0 auto 24px;
}
@media screen and (max-width: 1419px) {
    .about-choose .box-list .item-pic {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .about-choose .box-list .item-pic {
        margin-bottom: 15px;
        width: 60px;
    }
}
@media screen and (max-width: 991px) {
    .about-choose .box-list .item-pic {
        margin-bottom: 10px;
        width: 55px;
    }
}
@media screen and (max-width: 767px) {
    .about-choose .box-list .item-pic {
        width: 50px;
    }
}
.about-choose .box-list .item-title {
    text-align: center;
    color: #0B5894;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.46;
}
@media screen and (max-width: 1419px) {
    .about-choose .box-list .item-title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 1219px) {
    .about-choose .box-list .item-title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.2;
    }
}
@media screen and (max-width: 991px) {
    .about-choose .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .about-choose .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

.about-fac {
    background: url(../images/fac-bg.jpg) no-repeat center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    padding: 97px 0 100px;
}
.about-fac:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/fac-bg.jpg) no-repeat center;
    background-size: cover;
    z-index: -1;
}
@media screen and (max-width: 1419px) {
    .about-fac {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .about-fac {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .about-fac {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .about-fac {
        padding: 30px 0;
    }
}
.about-fac .page-top {
    margin-bottom: 49px;
}
@media screen and (max-width: 1219px) {
    .about-fac .page-top {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .about-fac .page-top {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about-fac .page-top {
        margin-bottom: 20px;
    }
}
.about-fac .page-top .page-title {
    padding-bottom: 6px;
}
@media screen and (max-width: 1419px) {
    .about-fac .page-top .page-title {
        padding-bottom: 0;
    }
}
.about-fac .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 2.3214285714%;
    row-gap: 40px;
}
@media screen and (max-width: 991px) {
    .about-fac .box-list {
        row-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about-fac .box-list {
        row-gap: 20px;
    }
}
@media screen and (max-width: 480px) {
    .about-fac .box-list {
        column-gap: 2%;
    }
}
.about-fac .box-list .list-item {
    width: 31.7857142857%;
    flex-basis: 31.7857142857%;
    position: relative;
}
@media screen and (max-width: 480px) {
    .about-fac .box-list .list-item {
        width: 49%;
        flex-basis: 49%;
    }
}
.about-fac .box-list .item-pic {
    border-radius: 16px;
}
@media screen and (max-width: 991px) {
    .about-fac .box-list .item-pic {
        border-radius: 8px;
    }
}
.about-fac .box-list .item-title {
    text-align: center;
    border-radius: 0 0 16px 16px;
    background: linear-gradient(180deg, rgba(11, 88, 148, 0) 0%, #0B5894 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    padding: 10px;
    color: #fff;
}
@media screen and (max-width: 1219px) {
    .about-fac .box-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        padding: 5px;
    }
}
@media screen and (max-width: 991px) {
    .about-fac .box-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        border-radius: 0 0 8px 8px;
    }
}
@media screen and (max-width: 767px) {
    .about-fac .box-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 3px 5px;
    }
}

.about-partner {
    padding: 79px 0 60px;
}
@media screen and (max-width: 1219px) {
    .about-partner {
        padding: 70px 0 55px;
    }
}
@media screen and (max-width: 991px) {
    .about-partner {
        padding: 50px 0 35px;
    }
}
@media screen and (max-width: 767px) {
    .about-partner {
        padding: 30px 0 15px;
    }
}
.about-partner .box-top {
    text-align: center;
    margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
    .about-partner .box-top {
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 991px) {
    .about-partner .box-top {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .about-partner .box-top {
        margin-bottom: 5px;
    }
}
.about-partner .box-top .item-subt {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    color: #0B5894;
    margin-bottom: 0;
}
@media screen and (max-width: 1219px) {
    .about-partner .box-top .item-subt {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .about-partner .box-top .item-subt {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.partner-slide {
    overflow: hidden;
    position: relative;
}
.partner-slide.partner-slide1 {
    margin-bottom: -12px;
}
.partner-slide .picList {
    font-size: 0;
    letter-spacing: 0;
}
.partner-slide .picList li {
    float: left;
    width: 257px;
    margin-right: 30px;
    padding: 15px 0;
}
@media screen and (max-width: 1419px) {
    .partner-slide .picList li {
        width: 200px;
        margin-right: 30px;
    }
}
@media screen and (max-width: 1219px) {
    .partner-slide .picList li {
        width: 180px;
        margin-right: 24px;
    }
}
@media screen and (max-width: 991px) {
    .partner-slide .picList li {
        width: 150px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .partner-slide .picList li {
        width: 110px;
        margin-right: 15px;
    }
}
.partner-slide .picList .item-pic {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.partner-slide .picList .item-pic img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 991px) {
    .partner-slide .picList .item-pic {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
}
@media screen and (max-width: 767px) {
    .partner-slide .picList .item-pic {
        border-radius: 5px;
    }
}

.about-quality {
    background-color: #F3F8FA;
    padding: 97px 0;
}
@media screen and (max-width: 1419px) {
    .about-quality {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .about-quality {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .about-quality {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .about-quality {
        padding: 30px 0;
    }
}
.about-quality .page-title {
    margin-bottom: 88px;
}
@media screen and (max-width: 1419px) {
    .about-quality .page-title {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 1219px) {
    .about-quality .page-title {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .about-quality .page-title {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .about-quality .page-title {
        margin-bottom: 20px;
    }
}
.about-quality .box-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1.2;
}
@media screen and (max-width: 1419px) {
    .about-quality .box-title {
        font-size: 38px;
        font-size: 3.8rem;
    }
}
@media screen and (max-width: 1219px) {
    .about-quality .box-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 991px) {
    .about-quality .box-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 767px) {
    .about-quality .box-title {
        font-size: 20px;
        font-size: 2rem;
    }
}
.about-quality .re-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 1.9047571429%;
    row-gap: 50px;
    padding-top: 55px;
}
@media screen and (max-width: 1419px) {
    .about-quality .re-list {
        padding-top: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .about-quality .re-list {
        padding-top: 40px;
        row-gap: 40px;
    }
}
@media screen and (max-width: 991px) {
    .about-quality .re-list {
        padding-top: 30px;
        row-gap: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about-quality .re-list {
        padding-top: 20px;
        row-gap: 20px;
        column-gap: 2%;
    }
}
.about-quality .re-list .list-item {
    padding: 20px 15px 28px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    width: 23.5714285714%;
    flex-basis: 23.5714285714%;
    position: relative;
}
@media screen and (max-width: 1419px) {
    .about-quality .re-list .list-item {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
        padding: 15px 15px 20px;
    }
}
@media screen and (max-width: 1219px) {
    .about-quality .re-list .list-item {
        padding: 10px 10px 15px;
    }
}
@media screen and (max-width: 991px) {
    .about-quality .re-list .list-item {
        width: 32%;
        flex-basis: 32%;
    }
}
@media screen and (max-width: 767px) {
    .about-quality .re-list .list-item {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
        padding: 8px 8px 10px;
    }
}
@media screen and (max-width: 480px) {
    .about-quality .re-list .list-item {
        width: 49%;
        flex-basis: 49%;
    }
}
.about-quality .re-list .item-pic {
    margin-bottom: 16px;
}
@media screen and (max-width: 1219px) {
    .about-quality .re-list .item-pic {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .about-quality .re-list .item-pic {
        margin-bottom: 8px;
    }
}
.about-quality .re-list .item-title {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    min-height: 56px;
}
@media screen and (max-width: 1219px) {
    .about-quality .re-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 24px;
        min-height: 48px;
    }
}
@media screen and (max-width: 991px) {
    .about-quality .re-list .item-title {
        line-height: 20px;
        min-height: 40px;
    }
}
@media screen and (max-width: 767px) {
    .about-quality .re-list .item-title {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        min-height: auto;
    }
}

.test-box {
    position: relative;
    padding-bottom: 60px;
    margin-bottom: 100px;
    margin-top: 49px;
}
@media screen and (max-width: 1419px) {
    .test-box {
        margin-bottom: 90px;
    }
}
@media screen and (max-width: 1219px) {
    .test-box {
        margin-bottom: 70px;
        margin-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .test-box {
        margin-bottom: 50px;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 767px) {
    .test-box {
        margin-bottom: 20px;
        margin-top: 20px;
    }
}

.test-scroll {
    width: 71.4285714286%;
    position: absolute;
    z-index: 3;
    right: -8px;
    bottom: 0;
}
@media screen and (max-width: 1519px) {
    .test-scroll {
        right: 30px;
    }
}
@media screen and (max-width: 991px) {
    .test-scroll {
        position: relative;
        width: 100%;
        right: 0;
        margin-bottom: 30px;
        padding: 0 30px;
    }
}
@media screen and (max-width: 767px) {
    .test-scroll {
        padding: 0 24px;
        margin-bottom: 20px;
    }
}
.test-scroll .scroll-btns {
    font-size: 0;
    letter-spacing: 0;
}
.test-scroll .scroll-btns .scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    color: #555;
    transition: all 0.35s;
}
.test-scroll .scroll-btns .scroll-btn:hover {
    color: #0B5894;
}
@media screen and (max-width: 767px) {
    .test-scroll .scroll-btns .scroll-btn {
        font-size: 20px;
        font-size: 2rem;
    }
}
.test-scroll .scroll-btns .scroll-btn.prev {
    left: -50px;
}
@media screen and (max-width: 1519px) {
    .test-scroll .scroll-btns .scroll-btn.prev {
        left: -30px;
    }
}
@media screen and (max-width: 991px) {
    .test-scroll .scroll-btns .scroll-btn.prev {
        left: 0;
    }
}
.test-scroll .scroll-btns .scroll-btn.next {
    right: -50px;
}
@media screen and (max-width: 1519px) {
    .test-scroll .scroll-btns .scroll-btn.next {
        right: -30px;
    }
}
@media screen and (max-width: 991px) {
    .test-scroll .scroll-btns .scroll-btn.next {
        right: 0;
    }
}
.test-scroll .scroll-list-box {
    width: 100%;
    overflow: hidden;
}
.test-scroll .scroll-list {
    width: 10000%;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}
.test-scroll .scroll-list li {
    width: 0.235%;
    flex-basis: 0.235%;
    margin-right: 0.02%;
    background-color: #fff;
    border-bottom: solid 2px #0B5894;
    cursor: pointer;
    padding: 17px 18px 18px;
}
.test-scroll .scroll-list li.active {
    background-color: #0B5894;
}
.test-scroll .scroll-list li.active .item-title {
    color: #fff;
}
.test-scroll .scroll-list li.active .item-num {
    -webkit-text-stroke-color: #fff;
}
@media screen and (max-width: 1419px) {
    .test-scroll .scroll-list li {
        padding: 15px;
    }
}
@media screen and (max-width: 991px) {
    .test-scroll .scroll-list li {
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .test-scroll .scroll-list li {
        width: 0.32%;
        flex-basis: 0.32%;
        margin-right: 0.02%;
    }
}
@media screen and (max-width: 480px) {
    .test-scroll .scroll-list li {
        width: 0.49%;
        flex-basis: 0.49%;
    }
}
.test-scroll .scroll-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 27px;
}
@media screen and (max-width: 1419px) {
    .test-scroll .scroll-list .item-title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .test-scroll .scroll-list .item-title {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .test-scroll .scroll-list .item-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .test-scroll .scroll-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.test-scroll .scroll-list .item-num {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #0B5894;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.24;
    opacity: 0.3;
}
@media screen and (max-width: 1419px) {
    .test-scroll .scroll-list .item-num {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .test-scroll .scroll-list .item-num {
        font-size: 38px;
        font-size: 3.8rem;
    }
}
@media screen and (max-width: 991px) {
    .test-scroll .scroll-list .item-num {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1;
    }
}
@media screen and (max-width: 767px) {
    .test-scroll .scroll-list .item-num {
        font-size: 26px;
        font-size: 2.6rem;
    }
}

.test-content-item .item-pic {
    float: left;
    width: 43.2857142857%;
    margin-right: 4.7142857143%;
}
@media screen and (max-width: 1219px) {
    .test-content-item .item-pic {
        margin-right: 3.5714285714%;
    }
}
@media screen and (max-width: 767px) {
    .test-content-item .item-pic {
        margin-right: 2.1428571429%;
    }
}
@media screen and (max-width: 480px) {
    .test-content-item .item-pic {
        float: none;
        width: 100%;
        margin: 0 auto 20px;
    }
}
.test-content-item .item-body {
    overflow: hidden;
    padding: 20px 0 120px;
}
@media screen and (max-width: 1219px) {
    .test-content-item .item-body {
        padding: 0 0 100px;
    }
}
@media screen and (max-width: 991px) {
    .test-content-item .item-body {
        padding: 0;
    }
}
.test-content-item .item-box {
    position: relative;
    margin-bottom: 42px;
}
@media screen and (max-width: 1419px) {
    .test-content-item .item-box {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .test-content-item .item-box {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .test-content-item .item-box {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .test-content-item .item-box {
        margin-bottom: 5px;
    }
}
.test-content-item .item-num {
    font-size: 120px;
    font-size: 12rem;
    line-height: 1;
    color: #0B5894;
    opacity: 0.1;
    font-weight: 700;
}
@media screen and (max-width: 1219px) {
    .test-content-item .item-num {
        font-size: 90px;
        font-size: 9rem;
    }
}
@media screen and (max-width: 991px) {
    .test-content-item .item-num {
        font-size: 70px;
        font-size: 7rem;
    }
}
@media screen and (max-width: 767px) {
    .test-content-item .item-num {
        font-size: 50px;
        font-size: 5rem;
    }
}
.test-content-item .item-title {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 30px;
    font-size: 3rem;
    color: #0B5894;
    line-height: 1.2;
}
@media screen and (max-width: 1219px) {
    .test-content-item .item-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 991px) {
    .test-content-item .item-title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .test-content-item .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.test-content-item .item-desc {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 2%;
}
.test-content-item .item-desc > p {
    width: 44%;
    flex-basis: 44%;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 24px;
    color: #555;
    margin-bottom: 11px;
    padding-left: 32px;
    position: relative;
}
.test-content-item .item-desc > p em {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background-color: #F5B041;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 6px;
    padding-top: 3px;
}
.test-content-item .item-desc > p em::before{
    font-size: 12px;
    font-size: 1.2rem;
    font-family: iconfont;
    content: "\e60b";
    font-style: normal;
    display: block;
}
@media screen and (max-width: 1219px) {
    .test-content-item .item-desc > p {
        width: 49%;
        flex-basis: 49%;
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 8px;
        padding-left: 25px;
    }
    .test-content-item .item-desc > p em {
        width: 18px;
        height: 18px;
        line-height: 18px;
        top: 3px;

    }


}
@media screen and (max-width: 767px) {
    .test-content-item .item-desc > p {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 5px;
        padding-left: 20px;
    }
    .test-content-item .item-desc > p .iconfont {
        width: 16px;
        height: 16px;
        line-height: 16px;
        top: 3px;
        font-size: 10px;
        font-size: 1rem;
    }
}
/*-------------4-1-ABOUT US end------------------------------------------------------------*/
/*-------------4-2-certifition  start------------------------------------------------------*/
.cer_wrap .page-top {
    margin-bottom: 60px;
}
@media screen and (max-width: 1419px) {
    .cer_wrap .page-top {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .cer_wrap .page-top {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .cer_wrap .page-top {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .cer_wrap .page-top {
        margin-bottom: 20px;
    }
}

.cer-list {
    font-size: 0;
    letter-spacing: 0;
}
.cer-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 20.4285714286%;
    margin-left: 6.0952357143%;
    margin-bottom: 60px;
}
@media screen and (max-width: 1419px) {
    .cer-list .list-item {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .cer-list .list-item {
        margin-bottom: 40px;
        width: 22.75%;
        margin-left: 3%;
    }
}
@media screen and (max-width: 991px) {
    .cer-list .list-item {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .cer-list .list-item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 640px) {
    .cer-list .list-item {
        width: 29.33%;
        margin: 0 2% 20px !important;
    }
}
@media screen and (max-width: 400px) {
    .cer-list .list-item {
        width: 46%;
        margin: 0 2% 20px !important;
    }
}
.cer-list .item-title {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    margin-top: 17px;
    color: #333;
}
@media screen and (max-width: 1219px) {
    .cer-list .item-title {
        margin-top: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .cer-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 5px;
    }
}

/*-------------4-2-certifition  end--------------------------------------------------------*/
/*-------------5-1-faq start---------------------------------------------------------------*/
.faq_wrap .page-top {
    margin-bottom: 57px;
}
@media screen and (max-width: 1419px) {
    .faq_wrap .page-top {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .faq_wrap .page-top {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .faq_wrap .page-top {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .faq_wrap .page-top {
        margin-bottom: 20px;
    }
}

.faq-list {
    padding-bottom: 28px;
}
@media screen and (max-width: 767px) {
    .faq-list {
        padding-bottom: 20px;
    }
}
.faq-list .list-item {
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 26px;
    margin-bottom: 22px;
}
@media screen and (max-width: 1219px) {
    .faq-list .list-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .faq-list .list-item {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
}
.faq-list .list-item.active .item-title .iconfont {
    transform: rotate(90deg);
}
.faq-list .item-title {
    cursor: pointer;
    position: relative;
    transition: all 0.35s;
    line-height: 1.5;
    font-size: 20px;
    font-size: 2rem;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    padding: 0 60px 0 20px;
}
@media screen and (max-width: 1219px) {
    .faq-list .item-title {
        padding: 0 45px 0 15px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .faq-list .item-title {
        padding: 0 20px 0 0;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.faq-list .item-title .iconfont {
    transition: all 0.35s;
    position: absolute;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: bold;
    color: #0B5894;
    right: 22px;
    top: 9px;
}
@media screen and (max-width: 1219px) {
    .faq-list .item-title .iconfont {
        font-size: 14px;
        font-size: 1.4rem;
        right: 15px;
        top: 6px;
    }
}
@media screen and (max-width: 767px) {
    .faq-list .item-title .iconfont {
        font-size: 12px;
        font-size: 1.2rem;
        right: 0;
    }
}
.faq-list .item-desc {
    display: none;
    line-height: 1.75;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 12px 20px 0;
}
@media screen and (max-width: 1219px) {
    .faq-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        padding-top: 10px 15px 0;
    }
}
@media screen and (max-width: 767px) {
    .faq-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        padding: 5px 0 0;
    }
}

/*-------------5-1-faq end-----------------------------------------------------------------*/
/*-------------5-2-download start----------------------------------------------------------*/
.download_wrap .page-top {
    margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
    .download_wrap .page-top {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .download_wrap .page-top {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .download_wrap .page-top {
        margin-bottom: 20px;
    }
}

.download-list {
    padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
    .download-list {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .download-list {
        padding-bottom: 20px;
    }
}
.download-list .list-item {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 17px 70px 17px 31px;
    position: relative;
}
@media screen and (max-width: 1219px) {
    .download-list .list-item {
        padding: 15px 60px 15px 20px;
    }
}
@media screen and (max-width: 991px) {
    .download-list .list-item {
        padding: 10px 50px 10px 15px;
    }
}
@media screen and (max-width: 767px) {
    .download-list .list-item {
        padding: 5px 25px 5px 0;
        margin-bottom: 15px;
    }
}
.download-list .item-pic {
    float: left;
    width: 33px;
    margin-right: 29px;
}
@media screen and (max-width: 1219px) {
    .download-list .item-pic {
        margin-right: 20px;
    }
}
@media screen and (max-width: 991px) {
    .download-list .item-pic {
        margin-right: 15px;
        width: 30px;
    }
}
@media screen and (max-width: 767px) {
    .download-list .item-pic {
        margin-right: 8px;
        width: 28px;
    }
}
.download-list .item-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    margin-top: 5px;
}
@media screen and (max-width: 1219px) {
    .download-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 991px) {
    .download-list .item-title {
        margin-top: 4px;
    }
}
@media screen and (max-width: 767px) {
    .download-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
        margin-top: 5px;
    }
}
.download-list .item-btn {
    position: absolute;
    right: 36px;
    top: 22px;
    color: #999;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    display: block;
}
.download-list .item-btn:hover {
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .download-list .item-btn {
        right: 20px;
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 991px) {
    .download-list .item-btn {
        right: 15px;
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .download-list .item-btn {
        font-size: 18px;
        font-size: 1.8rem;
        top: 12px;
        right: 0;
    }
}

/*-------------5-2-download end------------------------------------------------------------*/
/*-------------6-1-case start--------------------------------------------------------------*/
.case1-box {
    padding-bottom: 75px;
}
@media screen and (max-width: 1219px) {
    .case1-box {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 991px) {
    .case1-box {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .case1-box {
        padding-bottom: 35px;
    }
}
.case1-box:last-child {
    padding-bottom: 0;
}
@media screen and (max-width: 480px) {
    .case1-box .page-title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
.case1-box .box-top {
    position: relative;
    padding-right: 170px;
    margin-bottom: 55px;
}
@media screen and (max-width: 1419px) {
    .case1-box .box-top {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .case1-box .box-top {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .case1-box .box-top {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .case1-box .box-top {
        margin-bottom: 20px;
        padding-right: 130px;
    }
}
@media screen and (max-width: 480px) {
    .case1-box .box-top {
        padding-right: 0;
        text-align: center;
    }
}
.case1-box .box-top .box-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    padding: 8px 21px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    background-color: #0B5894;
    color: #fff;
    border-radius: 8px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
}
.case1-box .box-top .box-btn .iconfont {
    font-size: 13px;
    font-size: 1.3rem;
}
@media screen and (max-width: 1219px) {
    .case1-box .box-top .box-btn {
        padding: 6px 20px;
        margin-bottom: 0;
        gap: 10px;
        font-size: 16px;
        font-size: 1.6rem;
    }
    .case1-box .box-top .box-btn .iconfont {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 767px) {
    .case1-box .box-top .box-btn {
        border-radius: 5px;
        padding: 4px 15px;
        gap: 5px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .case1-box .box-top .box-btn .iconfont {
        font-size: 10px;
        font-size: 1rem;
    }
}
@media screen and (max-width: 480px) {
    .case1-box .box-top .box-btn {
        position: relative;
        top: 0;
        transform: none;
        margin-top: 10px;
    }
}

.case1-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 2.4285714286%;
    row-gap: 40px;
}
@media screen and (max-width: 991px) {
    .case1-list {
        row-gap: 30px;
    }
}
@media screen and (max-width: 640px) {
    .case1-list {
        column-gap: 0;
        row-gap: 25px;
    }
}
.case1-list .list-item {
    display: inline-block;
    vertical-align: top;
    width: 48.7857142857%;
    flex-basis: 48.7857142857%;
    border-radius: 8px;
    background: url(../images/case-bg.jpg) no-repeat center;
    background-size: cover;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    display: inline-flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 19px 20px 19px 30px;
}
.case1-list .list-item:nth-child(odd) {
    margin-left: 0;
}
@media screen and (max-width: 1219px) {
    .case1-list .list-item {
        padding: 19px 20px;
    }
}
@media screen and (max-width: 991px) {
    .case1-list .list-item {
        padding: 15px;
    }
}
@media screen and (max-width: 767px) {
    .case1-list .list-item {
        padding: 10px;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    }
}
@media screen and (max-width: 640px) {
    .case1-list .list-item {
        flex-basis: 100%;
        width: 100%;
    }
}
.case1-list .item-pic {
    flex: 0 0 auto;
    width: 41.3902053712%;
    flex-basis: 41.3902053712%;
    margin-left: 9.4786729858%;
}
@media screen and (max-width: 1419px) {
    .case1-list .item-pic {
        margin-left: 7.8988941548%;
    }
}
@media screen and (max-width: 1219px) {
    .case1-list .item-pic {
        margin-left: 4.7393364929%;
    }
}
@media screen and (max-width: 767px) {
    .case1-list .item-pic {
        margin-left: 10px;
    }
}
@media screen and (max-width: 640px) {
    .case1-list .item-pic {
        width: 160px;
        flex-basis: 160px;
    }
}
@media screen and (max-width: 480px) {
    .case1-list .item-pic {
        width: 130px;
        flex-basis: 130px;
        margin-left: 5px;
    }
}
.case1-list .item-body {
    flex: 1 1 auto;
    overflow: hidden;
}
.case1-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    position: relative;
    padding-bottom: 11px;
    margin-bottom: 9px;
}
.case1-list .item-title:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    background-color: #0B5894;
    bottom: 0;
    left: 0;
}
@media screen and (max-width: 1219px) {
    .case1-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    .case1-list .item-title {
        padding-bottom: 6px;
    }
}
.case1-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 42px;
}
.case1-list .item-desc, .case1-list .item-desc a {
    color: #555;
}
@media screen and (max-width: 1419px) {
    .case1-list .item-desc {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1219px) {
    .case1-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .case1-list .item-desc {
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .case1-list .item-desc {
        margin-bottom: 5px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.case1-list .item-btn {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #0B5894;
    column-gap: 10px;
}
.case1-list .item-btn .iconfont {
    font-size: 12px;
    font-size: 1.2rem;
}
@media screen and (max-width: 1219px) {
    .case1-list .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .case1-list .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
        column-gap: 5px;
    }
    .case1-list .item-btn .iconfont {
        font-size: 10px;
        font-size: 1rem;
    }
}

/*-------------6-1-case end----------------------------------------------------------------*/
/*-------------6-2-case start--------------------------------------------------------------*/
.case2_wrap {
    background-color: #F3F8FA;
}

.case2-main {
    float: left;
    width: 1043px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    padding: 50px 40px 40px;
}
@media screen and (max-width: 1419px) {
    .case2-main {
        width: 860px;
        padding: 40px 40px 30px;
    }
}
@media screen and (max-width: 1219px) {
    .case2-main {
        width: 670px;
        padding: 30px 30px 30px;
    }
}
@media screen and (max-width: 991px) {
    .case2-main {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .case2-main {
        margin-bottom: 30px;
        padding: 15px 15px 15px;
    }
}

.case2-slide {
    float: right;
    width: 307px;
}
@media screen and (max-width: 1419px) {
    .case2-slide {
        width: 300px;
    }
}
@media screen and (max-width: 1219px) {
    .case2-slide {
        width: 260px;
    }
}
@media screen and (max-width: 991px) {
    .case2-slide {
        float: none;
        width: 100%;
    }
}
.case2-list {
    padding-bottom: 10px;
}
.case2-list .list-item {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 39px;
    margin-bottom: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 1219px) {
    .case2-list .list-item {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .case2-list .list-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .case2-list .list-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
.case2-list .item-pic {
    flex: 0 0 auto;
    width: 27.2066458982%;
    flex-basis: 27.2066458982%;
    min-width: 110px;
    margin-right: 4.1536863967%;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.case2-list .item-body {
    flex: 1 1 auto;
    overflow: hidden;
}
.case2-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 22px;
}
@media screen and (max-width: 1419px) {
    .case2-list .item-title {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1219px) {
    .case2-list .item-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .case2-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .case2-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
}
.case2-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 19px;
}
.case2-list .item-desc, .case2-list .item-desc a {
    color: #555;
}
@media screen and (max-width: 1219px) {
    .case2-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 991px) {
    .case2-list .item-desc {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .case2-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}
.case2-list .item-date {
    margin-bottom: 1px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .case2-list .item-date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .case2-list .item-date {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.case2-title > a, .case2-title > p {
    overflow: hidden;
    background-color: #0B5894;
    border-radius: 8px;
    text-align: center;
    display: block;
    color: #fff;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.45833;
    padding: 13px;
}
@media screen and (max-width: 1419px) {
    .case2-title > a, .case2-title > p {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 1219px) {
    .case2-title > a, .case2-title > p {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.2;
        padding: 10px;
    }
}
@media screen and (max-width: 767px) {
    .case2-title > a, .case2-title > p {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
.case2-title > a:hover {
    background-color: #000;
}

.case2-related {
    margin-bottom: 40px;
    margin-top: 9px;
    border-radius: 8px;
    border: 1px solid #F6F6F6;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1219px) {
    .case2-related {
        margin-bottom: 30px;
    }
}
.case2-related .box-list {
    padding: 0 15px 0 22px;
}
@media screen and (max-width: 1419px) {
    .case2-related .box-list {
        padding: 0 15px;
    }
}
.case2-related .box-list .list-item {
    border-bottom: solid 1px #e6e6e6;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 22px 0;
}
.case2-related .box-list .list-item:last-child {
    border-bottom: 0;
}
@media screen and (max-width: 1219px) {
    .case2-related .box-list .list-item {
        padding: 15px 0;
    }
}
.case2-related .box-list .item-pic {
    flex: 0 0 auto;
    border-radius: 8px;
    border: 1px solid #f4f4f4;
    width: 91px;
    flex-basis: 91px;
    margin-right: 15px;
}
@media screen and (max-width: 1219px) {
    .case2-related .box-list .item-pic {
        width: 90px;
        flex-basis: 90px;
        margin-right: 10px;
    }
}
.case2-related .box-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.case2-related .box-list .item-title, .case2-related .box-list .item-title a {
    color: #333;
}
@media screen and (max-width: 1219px) {
    .case2-related .box-list .item-title {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.case2-form {
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
    /* WebKit browsers */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */
}
.case2-form ::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.case2-form :-o-placeholder {
    color: #999;
    opacity: 1;
}
.case2-form ::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.case2-form :-ms-input-placeholder {
    color: #999;
    opacity: 1;
}
.case2-form .item-form {
    padding: 18px 21px 18px 23px;
}
.case2-form .item-form input, .case2-form .item-form textarea, .case2-form .item-form select {
    display: block;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(85, 85, 85, 0.5);
    padding: 0 14px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}
.case2-form .item-form input {
    height: 46px;
    line-height: 44px;
}
.case2-form .item-form textarea {
    height: 144px;
    line-height: 20px;
    padding-top: 13px;
    padding-bottom: 10px;
}
.case2-form .item-form .star {
    position: relative;
}
.case2-form .item-form .star input, .case2-form .item-form .star textarea {
    padding-left: 24px;
}
.case2-form .item-form .star:before {
    position: absolute;
    content: "*";
    color: #f00;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    left: 14px;
    top: 16px;
}
.case2-form .item-form .item-input, .case2-form .item-form .item-textarea {
    overflow: hidden;
    margin-bottom: 9px;
}
.case2-form .item-form .item-code {
    margin-bottom: 22px;
    overflow: hidden;
}
.case2-form .item-form .item-code input {
    padding-right: 90px;
}
.case2-form .item-form .item-img {
    overflow: hidden;
    position: absolute;
    top: 7px;
    right: 10px;
    border-radius: 8px;
    border: 1px solid rgba(85, 85, 85, 0.5);
    height: 32px;
    line-height: 30px;
}
.case2-form .item-form .item-img img {
    vertical-align: middle;
    max-height: 30px;
    cursor: pointer;
}
.case2-form .item-form .item-btn {
    margin-bottom: 0;
}
.case2-form .item-form .item-btn input {
    border-color: #fff;
    background-color: #0B5894;
    color: #fff;
}
.case2-form .item-form .item-btn input:hover {
    background-color: #000;
}
@media screen and (max-width: 1419px) {
    .case2-form .item-form {
        padding: 18px 15px;
    }
}
@media screen and (max-width: 1219px) {
    .case2-form .item-form .item-code {
        margin-bottom: 10px;
    }
    .case2-form .item-form input, .case2-form .item-form textarea, .case2-form .item-form select {
        font-size: 14px;
        font-size: 1.4rem;
    }
}

/*-------------6-2-case end----------------------------------------------------------------*/
/*-------------6-3-case start--------------------------------------------------------------*/
/*-------------6-3-case end----------------------------------------------------------------*/
/*-------------7-1-news start--------------------------------------------------------------*/
.news1_wrap .page-top {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .news1_wrap .page-top {
        margin-bottom: 20px;
    }
}

.news1-tab {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 30px;
    row-gap: 10px;
    margin-bottom: 50px;
}
@media screen and (max-width: 1219px) {
    .news1-tab {
        margin-bottom: 40px;
        column-gap: 20px;
    }
}
@media screen and (max-width: 991px) {
    .news1-tab {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .news1-tab {
        margin-bottom: 20px;
        column-gap: 15px;
    }
}
.news1-tab > a {
    border-radius: 8px;
    background-color: #F3F8FA;
    padding: 8px 30px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #0B5894;
    font-weight: 700;
}
.news1-tab > a:hover, .news1-tab > a.active {
    background-color: #0B5894;
    color: #fff;
}
@media screen and (max-width: 1219px) {
    .news1-tab > a {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 8px 25px;
    }
}
@media screen and (max-width: 767px) {
    .news1-tab > a {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 8px 20px;
        border-radius: 4px;
    }
}
@media screen and (max-width: 480px) {
    .news1-tab > a {
        padding: 8px 15px;
    }
}

.news1-list {
    padding-bottom: 10px;
}
.news1-list .list-item {
    border-bottom: solid 1px #d9d9d9;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 1219px) {
    .news1-list .list-item {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .news1-list .list-item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 480px) {
    .news1-list .list-item {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
.news1-list .item-pic {
    flex: 0 0 auto;
    width: 30.9285714286%;
    flex-basis: 30.9285714286%;
    margin-right: 3.7142857143%;
    border-radius: 12px;
}
@media screen and (max-width: 1219px) {
    .news1-list .item-pic {
        margin-right: 2.8571428571%;
    }
}
@media screen and (max-width: 991px) {
    .news1-list .item-pic {
        width: 260px;
        flex-basis: 260px;
        margin-right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .news1-list .item-pic {
        border-radius: 8px;
        width: 220px;
        flex-basis: 220px;
        margin-right: 15px;
    }
}
@media screen and (max-width: 640px) {
    .news1-list .item-pic {
        width: 210px;
        flex-basis: 210px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 480px) {
    .news1-list .item-pic {
        width: 50%;
        flex-basis: 50%;
        max-width: 180px;
    }
}
.news1-list .item-body {
    flex: 1 1 auto;
    overflow: hidden;
}
.news1-list .item-date {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    border-radius: 26px;
    border: solid 1px #999;
    padding: 7px 31px 5px;
    color: #333;
    margin-bottom: 18px;
}
@media screen and (max-width: 1419px) {
    .news1-list .item-date {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1219px) {
    .news1-list .item-date {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 7px 20px 5px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .news1-list .item-date {
        margin-bottom: 5px;
        padding: 7px 15px 5px;
    }
}
@media screen and (max-width: 767px) {
    .news1-list .item-date {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 5px 10px 3px;
    }
}
@media screen and (max-width: 480px) {
    .news1-list .item-date {
        padding: 0;
        border: 0;
        margin-bottom: 0;
    }
}
.news1-list .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 18px;
}
@media screen and (max-width: 1419px) {
    .news1-list .item-title {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1219px) {
    .news1-list .item-title {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 991px) {
    .news1-list .item-title {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    .news1-list .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 480px) {
    .news1-list .item-title {
        margin-bottom: 0;
    }
}
.news1-list .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 30px;
}
@media screen and (max-width: 1219px) {
    .news1-list .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .news1-list .item-desc {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .news1-list .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .news1-list .item-desc {
        margin-bottom: 5px;
    }
}
.news1-list .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #555;
}
.news1-list .item-btn:hover {
    color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .news1-list .item-btn {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .news1-list .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

/*-------------7-1-news end----------------------------------------------------------------*/
/*-------------7-2-news start--------------------------------------------------------------*/
.news2-detail > .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.2;
    margin-bottom: 40px;
}
@media screen and (max-width: 1419px) {
    .news2-detail > .item-title {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1219px) {
    .news2-detail > .item-title {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .news2-detail > .item-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .news2-detail > .item-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 15px;
    }
}
.news2-detail > .item-date {
    font-size: 0;
    letter-spacing: 0;
    border-bottom: solid 1px #dadada;
    padding-bottom: 27px;
    margin-bottom: 31px;
}
.news2-detail > .item-date > * {
    display: inline-block;
    vertical-align: middle;
}
@media screen and (max-width: 1219px) {
    .news2-detail > .item-date {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .news2-detail > .item-date {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}
.news2-detail > .item-date .item-p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    color: #555;
    margin-right: 43px;
}
@media screen and (max-width: 1219px) {
    .news2-detail > .item-date .item-p {
        margin-right: 30px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .news2-detail > .item-date .item-p {
        font-size: 12px;
        font-size: 1.2rem;
        margin-right: 15px;
    }
}
.news2-detail > .item-body {
    border-bottom: solid 1px #dadada;
    margin-bottom: 30px;
    padding-bottom: 28px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
}
.news2-detail > .item-body, .news2-detail > .item-body * {
    color: #555;
}
.news2-detail > .item-body a:hover {
    color: #0B5894;
}
.news2-detail > .item-body img, .news2-detail > .item-body iframe {
    max-width: 100%;
}
@media screen and (max-width: 1219px) {
    .news2-detail > .item-body {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .news2-detail > .item-body {
        margin-bottom: 20px;
        padding-bottom: 25px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.news2-detail > .item-body .title1 {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 23px;
}
@media screen and (max-width: 1419px) {
    .news2-detail > .item-body .title1 {
        font-size: 22px;
        font-size: 2.2rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .news2-detail > .item-body .title1 {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .news2-detail > .item-body .title1 {
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .news2-detail > .item-body .title1 {
        font-size: 16px;
        font-size: 1.6rem;
        margin-bottom: 5px;
    }
}
.news2-detail > .item-body .img-list2 {
    display: flex;
    flex-flow: row wrap;
    column-gap: 2.1428571429%;
    row-gap: 15px;
}
.news2-detail > .item-body .img-list2 .item-img {
    width: 48.9285714286%;
    flex-basis: 48.9285714286%;
}
.news2-detail > .item-body .img-list3 {
    display: flex;
    flex-flow: row wrap;
    column-gap: 1.3571428571%;
    row-gap: 15px;
}
.news2-detail > .item-body .img-list3 .item-img {
    width: 32.4285714286%;
    flex-basis: 32.4285714286%;
}

.case3-detail > .item-title {
    margin-bottom: 26px;
}
@media screen and (max-width: 1219px) {
    .case3-detail > .item-title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 767px) {
    .case3-detail > .item-title {
        margin-bottom: 15px;
    }
}
.case3-detail > .item-date {
    padding-bottom: 30px;
    margin-bottom: 29px;
}
@media screen and (max-width: 1219px) {
    .case3-detail > .item-date {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .case3-detail > .item-date {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
}
.case3-detail > .item-body {
    padding-bottom: 60px;
    margin-bottom: 60px;
}
@media screen and (max-width: 1219px) {
    .case3-detail > .item-body {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px) {
    .case3-detail > .item-body {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .case3-detail > .item-body {
        padding-bottom: 25px;
        margin-bottom: 20px;
    }
}

/*-------------7-2-news end----------------------------------------------------------------*/
/*-------------contact start---------------------------------------------------------------*/
.contact-info {
    padding-bottom: 80px;
}
@media screen and (max-width: 1219px) {
    .contact-info {
        padding-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .contact-info {
        padding-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .contact-info {
        padding-bottom: 30px;
    }
}
.contact-info .box-title {
    text-align: center;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 22px;
}
@media screen and (max-width: 1419px) {
    .contact-info .box-title {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .contact-info .box-title {
        font-size: 38px;
        font-size: 3.8rem;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 991px) {
    .contact-info .box-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .contact-info .box-title {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .contact-info .box-title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
.contact-info .box-add {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 40px;
}
.contact-info .box-add .iconfont {
    font-size: 20px;
    font-size: 2rem;
    vertical-align: middle;
    margin-right: 5px;
}
@media screen and (max-width: 1219px) {
    .contact-info .box-add {
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .contact-info .box-add .iconfont {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .contact-info .box-add {
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 20px;
    }
    .contact-info .box-add .iconfont {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.contact-info .box-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 1.9047571429%;
    row-gap: 20px;
}
@media screen and (max-width: 640px) {
    .contact-info .box-list {
        column-gap: 2%;
    }
}
.contact-info .box-list .list-item {
    width: 23.5714285714%;
    flex-basis: 23.5714285714%;
    border-radius: 8px;
    background-color: rgba(11, 88, 148, 0.06);
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.66667;
    padding: 41px 15px 64px;
}
.contact-info .box-list .list-item, .contact-info .box-list .list-item a {
    color: #333;
}
.contact-info .box-list .list-item a:hover {
    color: #0B5894;
}
@media screen and (max-width: 1419px) {
    .contact-info .box-list .list-item {
        padding: 40px 15px 50px;
    }
}
@media screen and (max-width: 1219px) {
    .contact-info .box-list .list-item {
        font-size: 16px;
        font-size: 1.6rem;
        padding: 30px 15px;
    }
}
@media screen and (max-width: 991px) {
    .contact-info .box-list .list-item {
        font-size: 14px;
        font-size: 1.4rem;
        padding: 25px 10px;
    }
}
@media screen and (max-width: 767px) {
    .contact-info .box-list .list-item {
        font-size: 12px;
        font-size: 1.2rem;
        padding: 20px 10px;
    }
}
@media screen and (max-width: 640px) {
    .contact-info .box-list .list-item {
        width: 49%;
        flex-basis: 49%;
    }
}
.contact-info .box-list .item-icon {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1;
    margin-bottom: 25px;
    color: #222;
}
@media screen and (max-width: 1419px) {
    .contact-info .box-list .item-icon {
        font-size: 42px;
        font-size: 4.2rem;
    }
}
@media screen and (max-width: 1219px) {
    .contact-info .box-list .item-icon {
        font-size: 38px;
        font-size: 3.8rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 991px) {
    .contact-info .box-list .item-icon {
        font-size: 32px;
        font-size: 3.2rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 767px) {
    .contact-info .box-list .item-icon {
        font-size: 28px;
        font-size: 2.8rem;
    }
}

.contact-form {
    margin-bottom: 80px;
    /* WebKit browsers */
    /* Mozilla Firefox 4 to 18 */
    /* Mozilla Firefox 19+ */
    /* Internet Explorer 10+ */
}
@media screen and (max-width: 1219px) {
    .contact-form {
        margin-bottom: 70px;
    }
}
@media screen and (max-width: 991px) {
    .contact-form {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 767px) {
    .contact-form {
        margin-bottom: 30px;
    }
}
.contact-form .box-left {
    float: left;
    width: 32%;
    margin-right: 4.5714285714%;
    padding-top: 33px;
}
@media screen and (max-width: 1419px) {
    .contact-form .box-left {
        margin-right: 3.5714285714%;
    }
}
@media screen and (max-width: 1219px) {
    .contact-form .box-left {
        margin-right: 2.1428571429%;
    }
}
@media screen and (max-width: 991px) {
    .contact-form .box-left {
        width: 100%;
        float: none;
        padding: 0;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 767px) {
    .contact-form .box-left {
        margin-bottom: 20px;
    }
}
.contact-form .box-left .item-title {
    color: #333;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.24;
    margin-bottom: 30px;
}
@media screen and (max-width: 1419px) {
    .contact-form .box-left .item-title {
        font-size: 44px;
        font-size: 4.4rem;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1219px) {
    .contact-form .box-left .item-title {
        font-size: 38px;
        font-size: 3.8rem;
        line-height: 1.2;
    }
}
@media screen and (max-width: 991px) {
    .contact-form .box-left .item-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .contact-form .box-left .item-title {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .contact-form .box-left .item-title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
.contact-form .box-left .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    color: #555;
}
@media screen and (max-width: 1219px) {
    .contact-form .box-left .item-desc {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.5;
    }
}
@media screen and (max-width: 767px) {
    .contact-form .box-left .item-desc {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.contact-form .box-right {
    overflow: hidden;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 5px 5px 30px 0 rgba(193, 32, 51, 0.1);
    padding: 47px 56px 65px 61px;
}
@media screen and (max-width: 1419px) {
    .contact-form .box-right {
        padding: 40px 40px 50px;
    }
}
@media screen and (max-width: 1219px) {
    .contact-form .box-right {
        padding: 30px 30px 40px;
    }
}
@media screen and (max-width: 480px) {
    .contact-form .box-right {
        padding: 20px 15px 30px;
    }
}
.contact-form .box-right .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.5;
    margin-bottom: 28px;
}
@media screen and (max-width: 1419px) {
    .contact-form .box-right .item-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 1219px) {
    .contact-form .box-right .item-title {
        font-size: 28px;
        font-size: 2.8rem;
        margin-bottom: 20;
    }
}
@media screen and (max-width: 991px) {
    .contact-form .box-right .item-title {
        font-size: 24px;
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 767px) {
    .contact-form .box-right .item-title {
        font-size: 20px;
        font-size: 2rem;
        margin-bottom: 15px;
    }
}
.contact-form ::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}
.contact-form :-o-placeholder {
    color: #999;
    opacity: 1;
}
.contact-form ::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.contact-form :-ms-input-placeholder {
    color: #999;
    opacity: 1;
}
.contact-form .box-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 4.0207522698%;
    row-gap: 20px;
}
@media screen and (max-width: 767px) {
    .contact-form .box-form {
        row-gap: 15px;
    }
}
@media screen and (max-width: 480px) {
    .contact-form .box-form {
        row-gap: 10px;
    }
}
.contact-form .box-form .item-input {
    width: 47.9896238651%;
    flex-basis: 47.9896238651%;
}
@media screen and (max-width: 480px) {
    .contact-form .box-form .item-input {
        width: 100%;
        flex-basis: 100%;
    }
}
.contact-form .box-form .item-textarea {
    width: 100%;
    flex-basis: 100%;
}
.contact-form .box-form input, .contact-form .box-form textarea, .contact-form .box-form select {
    display: block;
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    border: solid 1px #999;
    padding: 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #999;
}
@media screen and (max-width: 1219px) {
    .contact-form .box-form input, .contact-form .box-form textarea, .contact-form .box-form select {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .contact-form .box-form input, .contact-form .box-form textarea, .contact-form .box-form select {
        font-size: 12px;
        font-size: 1.2rem;
        border-radius: 5px;
    }
}
.contact-form .box-form input, .contact-form .box-form select {
    height: 50px;
    line-height: 48px;
}
@media screen and (max-width: 767px) {
    .contact-form .box-form input, .contact-form .box-form select {
        height: 40px;
        line-height: 38px;
    }
}
.contact-form .box-form textarea {
    height: 120px;
    line-height: 24px;
    padding-top: 16px;
    padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
    .contact-form .box-form textarea {
        height: 100px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.contact-form .box-form .item-code {
    width: 68.4824902724%;
    flex-basis: 68.4824902724%;
    position: relative;
    overflow: hidden;
}
.contact-form .box-form .item-code input {
    padding-right: 110px;
}
@media screen and (max-width: 480px) {
    .contact-form .box-form .item-code {
        width: 100%;
        flex-basis: 100%;
    }
}
.contact-form .box-form .item-img {
    position: absolute;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 48px;
    font-size: 0;
    border-radius: 0;
    overflow: hidden;
}
.contact-form .box-form .item-img img {
    max-height: 48px;
    vertical-align: middle;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .contact-form .box-form .item-img {
        line-height: 38px;
    }
    .contact-form .box-form .item-img img {
        max-height: 38px;
    }
}
.contact-form .box-form .item-btn {
    width: 28.1452658885%;
    flex-basis: 28.1452658885%;
    margin-left: -0.6485084306%;
}
@media screen and (max-width: 480px) {
    .contact-form .box-form .item-btn {
        width: 100%;
        flex-basis: 100%;
        margin-left: 0;
    }
}
.contact-form .box-form .item-btn input {
    background-color: #0B5894;
    border-color: #0B5894;
    color: #fff;
}
.contact-form .box-form .item-btn input:hover {
    background-color: #fff;
    color: #0B5894;
}

.map img, .map iframe {
    max-width: 100%;
    display: block;
}

/*-------------contact end-----------------------------------------------------------------*/
.page-form {
    background-color: #F5F8FA;
    padding: 97px 0 100px;
}
@media screen and (max-width: 1419px) {
    .page-form {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .page-form {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .page-form {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .page-form {
        padding: 30px 0;
    }
}
.page-form .box-title {
    text-align: center;
    color: #0B5894;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.2;
    margin-bottom: 13px;
}
@media screen and (max-width: 1419px) {
    .page-form .box-title {
        font-size: 44px;
        font-size: 4.4rem;
    }
}
@media screen and (max-width: 1219px) {
    .page-form .box-title {
        font-size: 38px;
        font-size: 3.8rem;
    }
}
@media screen and (max-width: 991px) {
    .page-form .box-title {
        font-size: 32px;
        font-size: 3.2rem;
    }
}
@media screen and (max-width: 767px) {
    .page-form .box-title {
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 10px;
    }
}
.page-form .box-subt {
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    color: #555;
    margin-bottom: 60px;
}
@media screen and (max-width: 1419px) {
    .page-form .box-subt {
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 1219px) {
    .page-form .box-subt {
        margin-bottom: 40px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 991px) {
    .page-form .box-subt {
        margin-bottom: 30px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 767px) {
    .page-form .box-subt {
        margin-bottom: 20px;
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.page-form .box-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 2.8571428571%;
    row-gap: 20px;
}
@media screen and (max-width: 767px) {
    .page-form .box-form {
        row-gap: 15px;
    }
}
@media screen and (max-width: 480px) {
    .page-form .box-form {
        row-gap: 10px;
    }
}
.page-form .box-form .item-input {
    width: 48.5714285714%;
    flex-basis: 48.5714285714%;
}
@media screen and (max-width: 480px) {
    .page-form .box-form .item-input {
        width: 100%;
        flex-basis: 100%;
    }
}
.page-form .box-form .item-textarea {
    width: 100%;
    flex-basis: 100%;
}
.page-form .box-form input, .page-form .box-form textarea, .page-form .box-form select {
    display: block;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    padding: 0 12px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
}
@media screen and (max-width: 1219px) {
    .page-form .box-form input, .page-form .box-form textarea, .page-form .box-form select {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
@media screen and (max-width: 767px) {
    .page-form .box-form input, .page-form .box-form textarea, .page-form .box-form select {
        font-size: 12px;
        font-size: 1.2rem;
        border-radius: 5px;
    }
}
.page-form .box-form input, .page-form .box-form select {
    height: 60px;
    line-height: 58px;
    border: solid 1px #fff;
}
@media screen and (max-width: 1219px) {
    .page-form .box-form input, .page-form .box-form select {
        height: 50px;
        line-height: 48px;
    }
}
@media screen and (max-width: 767px) {
    .page-form .box-form input, .page-form .box-form select {
        height: 40px;
        line-height: 38px;
    }
}
.page-form .box-form textarea {
    height: 120px;
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 14px;
}
@media screen and (max-width: 767px) {
    .page-form .box-form textarea {
        height: 100px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
.page-form .box-form .item-code {
    width: 75.7142857143%;
    flex-basis: 75.7142857143%;
    position: relative;
    overflow: hidden;
}
.page-form .box-form .item-code input {
    padding-right: 120px;
}
@media screen and (max-width: 480px) {
    .page-form .box-form .item-code {
        width: 100%;
        flex-basis: 100%;
    }
}
.page-form .box-form .item-img {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 58px;
    font-size: 0;
    border-radius: 0;
    overflow: hidden;
}
.page-form .box-form .item-img img {
    max-height: 58px;
    vertical-align: middle;
    cursor: pointer;
}
@media screen and (max-width: 1219px) {
    .page-form .box-form .item-img {
        line-height: 48px;
    }
    .page-form .box-form .item-img img {
        max-height: 48px;
    }
}
@media screen and (max-width: 767px) {
    .page-form .box-form .item-img {
        line-height: 38px;
    }
    .page-form .box-form .item-img img {
        max-height: 38px;
    }
}
.page-form .box-form .item-btn {
    width: 21.4285714286%;
    flex-basis: 21.4285714286%;
}
@media screen and (max-width: 480px) {
    .page-form .box-form .item-btn {
        width: 100%;
        flex-basis: 100%;
    }
}
.page-form .box-form .item-btn input {
    background-color: #0B5894;
    border-color: #0B5894;
    color: #fff;
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
}
@media screen and (max-width: 1219px) {
    .page-form .box-form .item-btn input {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .page-form .box-form .item-btn input {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.page-form .box-form .item-btn input:hover {
    background-color: #fff;
    color: #0B5894;
}

.related-probox {
    padding: 97px 0 100px;
}
@media screen and (max-width: 1419px) {
    .related-probox {
        padding: 90px 0;
    }
}
@media screen and (max-width: 1219px) {
    .related-probox {
        padding: 70px 0;
    }
}
@media screen and (max-width: 991px) {
    .related-probox {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .related-probox {
        padding: 30px 0;
    }
}
.related-probox .index-item {
    text-align: left;
}
.related-probox .index-item .item-title:before {
    left: 0;
    transform: none;
}

.relatedpro-owl {
    position: relative;
    margin-bottom: 51px;
}
@media screen and (max-width: 1219px) {
    .relatedpro-owl {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 991px) {
    .relatedpro-owl {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .relatedpro-owl {
        margin-bottom: 20px;
    }
}
.relatedpro-owl .owl-carousel {
    width: 102.2857142857%;
    margin-left: -1.1428571429%;
    padding-top: 40px;
}
@media screen and (max-width: 1219px) {
    .relatedpro-owl .owl-carousel {
        padding-top: 30px;
    }
}
@media screen and (max-width: 991px) {
    .relatedpro-owl .owl-carousel {
        padding-top: 20px;
    }
}
.relatedpro-owl .list-item {
    margin: 0 4.469273743%;
    padding-top: 10px;
}
.relatedpro-owl .item-pic {
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 23px;
}
@media screen and (max-width: 1419px) {
    .relatedpro-owl .item-pic {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 1219px) {
    .relatedpro-owl .item-pic {
        margin-bottom: 10px;
    }
}
.relatedpro-owl .item-backdrop:before {
    opacity: 0.2;
    background-color: #0B5894;
    height: 100%;
}
.relatedpro-owl .item-backdrop .item-more {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1219px) {
    .relatedpro-owl .item-backdrop .item-more {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 991px) {
    .relatedpro-owl .item-backdrop {
        display: none;
    }
}
.relatedpro-owl .item-body {
    text-align: center;
}
.relatedpro-owl .item-title {
    font-family: "Calibri-Bold", arial, helvetica, sans-serif;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
}
@media screen and (max-width: 1219px) {
    .relatedpro-owl .item-title {
        font-size: 18px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 767px) {
    .relatedpro-owl .item-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.relatedpro-owl .item-btn {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
@media screen and (max-width: 991px) {
    .relatedpro-owl .item-btn {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .relatedpro-owl .item-btn {
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.relatedpro-owl .owl-buttons {
    display: none !important;
}
.relatedpro-owl .owl-btns {
    position: absolute;
    top: -58px;
    right: 0;
}
@media screen and (max-width: 1219px) {
    .relatedpro-owl .owl-btns {
        top: -50px;
    }
}
@media screen and (max-width: 991px) {
    .relatedpro-owl .owl-btns {
        top: -40px;
    }
}
@media screen and (max-width: 767px) {
    .relatedpro-owl .owl-btns {
        top: -30px;
    }
}
@media screen and (max-width: 480px) {
    .relatedpro-owl .owl-btns {
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px;
    }
}
.relatedpro-owl .owl-btns .owl-btn {
    opacity: 0.8;
}
.relatedpro-owl .owl-btns .owl-btn:hover {
    opacity: 1;
    background-color: #0B5894;
    color: #fff;
}
@media screen and (min-width: 992px) {
    .n-nav,
    .n-nav-icon {
        display: none;
    }
}
@keyframes resize {
    from, 60%, 75%, 90%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale(5, 5);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }
}
.n-nav .n-nav-icon {
    position: fixed;
    right: 5px;
    top: 8px;
    width: 35px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    transition: all 0.4s ease 0s;
    z-index: 999999999;
}
.n-nav .n-nav-icon .iconfont {
    font-size: 20px;
    font-size: 2rem;
    color: #0B5894;
}
.n-nav .n-nav-icon span {
    display: none;
    width: 100%;
    height: 2px;
    margin-bottom: 4px;
    background-color: #0B5894;
}
.n-nav .n-nav-icon.active {
    top: 5px;
    background: #222 url(../fonts/nav-close.png) no-repeat center;
    background-size: 30px;
}
.n-nav .n-nav-icon.active span, .n-nav .n-nav-icon.active .iconfont {
    display: none;
}
.n-nav .n-nav-body {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    overflow-y: scroll;
    background-color: #222;
    padding-top: 40px;
}
.n-nav .box-search {
    background-color: #fff;
    padding: 5px 10px;
    position: relative;
    border: solid 1px #0B5894;
    margin: 5px 10px;
}
.n-nav .box-search .item-input {
    width: 100%;
    line-height: 32px;
    height: 32px;
    padding: 0 60px 0 0;
}
.n-nav .box-search .iconfont {
    font-weight: bold;
    background-color: #0B5894;
    width: 44px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 0;
}
.n-nav .box-search .iconfont:hover {
    background-color: #222;
}
.n-nav .box-search .item-submit {
    position: absolute;
    width: 44px;
    height: 32px;
    right: 10px;
    top: 5px;
    z-index: 1;
}
.n-nav .box-list {
    margin-top: 30px;
}
.n-nav .box-list > li {
    position: relative;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: resize;
    transition: all 0.5s;
    padding: 0 10px;
}
.n-nav .box-list > li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    padding: 10px 25px 10px 10px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.n-nav .box-list li {
    position: relative;
}
.n-nav .box-list li .has-next {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url(../fonts/n1.png) no-repeat center;
    background-size: contain;
    transition: all 0.5s;
    cursor: pointer;
}
.n-nav .box-list li.active > .has-next {
    background: url(../fonts/n2.png) no-repeat center;
    background-size: contain;
}
.n-nav .box-list .yiji-list {
    display: none;
}
.n-nav .box-list .yiji-list li {
    padding-left: 12px;
}
.n-nav .box-list .yiji-list li .has-next {
    right: 0;
}
.n-nav .box-list .yiji-list li > a {
    padding: 10px 25px 10px 20px;
    line-height: 22px;
    position: relative;
}
.n-nav .box-list .yiji-list li > a:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #fff;
    top: 19px;
    left: 10px;
}
.n-nav .box-list .erji-list {
    display: none;
}
.n-nav .box-list .sanji-list {
    display: none;
}
.slideshow {
    position: relative;
    z-index: 0;
}

.slideshow .item a img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
}

.slideshow .item.slick-active img {
    transform: scale(1);
}

.slick-dots {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    z-index: 9;
    bottom: 3.4090909091%;
    display: none !important;
}
@media screen and (max-width: 991px) {
    .slick-dots {
        display: block !important;
    }
}
.slick-dots li {
    display: inline-block;
    vertical-align: bottom;
    cursor: pointer;
    transition: all 0.35s;
    font-size: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 12px;
    background-color: #fff;
    opacity: 0.6;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    opacity: 1;
    background-color: #0B5894;
}
@media screen and (max-width: 1219px) {
    .slick-dots li {
        width: 12px;
        height: 12px;
        margin: 0 10px;
    }
}
@media screen and (max-width: 991px) {
    .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 5px;
    }
}
@media screen and (max-width: 767px) {
    .slick-dots li {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }
}

.slick-prev, .slick-next {
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    transition: all 0.5s;
    top: 50%;
    transform: translateY(-50%);
    width: 49px;
    height: 49px;
    line-height: 47px;
    text-align: center;
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.5);
    font-size: 26px;
    font-size: 2.6rem;
}
.slick-prev:hover, .slick-next:hover {
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
@media screen and (max-width: 991px) {
    .slick-prev, .slick-next {
        display: none !important;
    }
}
.slick-prev {
    left: 75px;
}

.slick-next {
    right: 75px;
}

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

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

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

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

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    top: 0;
    left: 0;
}

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

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

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

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

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

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

.slick-initialized .slick-slide {
    display: block;
}

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

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide {
    position: relative;
}

.slick-slide iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.slick-slide video {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 101%;
    min-height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 50% 50%;
    display: none \9 ;
    display: block \9 \0 ;
}

.slick-dots .slide-count {
    display: none;
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}
.scroll-down {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 991px) {
    .scroll-down {
        display: none;
    }
}
.scroll-down .item-txt {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 5px;
}
@media screen and (max-width: 1219px) {
    .scroll-down .item-txt {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
.scroll-down .icon1 {
    display: block;
    font-size: 39px;
    font-size: 3.9rem;
    line-height: 1;
    margin-bottom: 4px;
}
@media screen and (max-width: 1219px) {
    .scroll-down .icon1 {
        font-size: 30px;
        font-size: 3rem;
    }
}
.scroll-down .icon2 {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    animation: sd 1.5s infinite;
}
@media screen and (max-width: 1219px) {
    .scroll-down .icon2 {
        font-size: 16px;
        font-size: 1.6rem;
    }
}

@keyframes sd {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 10px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@charset "UTF-8";

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
}

@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    40%, 43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0);
    }
}

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

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

    25%, 75% {
        opacity: 0;
    }
}

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

    25%, 75% {
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

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

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

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

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

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

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

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {
    0%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

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

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

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

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

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none;
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {

        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}



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

    transform-origin: center
}

@-webkit-keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInDown {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInLeft {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes bounceInRight {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    100% {
        -webkit-transform: none;
        transform: none;
    }
}

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

@-webkit-keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {
    0%, 60%, 75%, 90%, 100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }

    50%, 55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%, 45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

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


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

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

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

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

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

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

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }
}

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

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        -ms-transform: translateX(-2000px);
        transform: translateX(-2000px);
    }
}

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

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        -ms-transform: translateX(2000px);
        transform: translateX(2000px);
    }
}

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

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
        transform: translateY(-2000px);
    }
}

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

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

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

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%, 60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%, 80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

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

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}

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

@-webkit-keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomInStable {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    33.333% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    66.666666% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

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

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    100% {
        opacity: 0;
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
        animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    }
}

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

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

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

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

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

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

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

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

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

@keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-webkit-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-moz-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@-o-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }
}

@-ms-keyframes anime {
    from {
        opacity: 0;
        transform: scaleY(0);
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        -moz-transform: scaleY(1);
    }

}

@media screen and (min-width:1000px) and (max-width:1219px) {}
@media screen and (max-width:1419px) {}
@media screen and (max-width:1219px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
@media screen and (max-width:640px) {}
@media screen and (max-width:480px) {}

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

@font-face {
    font-family: "iconfont"; /* Project id 5202144 */
    src: url('../fonts/iconfont.woff2?t=1783015029278') format('woff2'),
    url('../fonts/iconfont.woff?t=1783015029278') format('woff'),
    url('../fonts/iconfont.ttf?t=1783015029278') format('truetype');
}

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

.icon-duigou-lv:before {
    content: "\e60b";
}

.icon-whatsapp2:before {
    content: "\e695";
}

.icon-a-tubiaoduigou-32beifen5:before {
    content: "\e623";
}

.icon-double-arrow-down:before {
    content: "\ea4e";
}

.icon-top2:before {
    content: "\e64f";
}

.icon-download4:before {
    content: "\e7a3";
}

.icon-youjian1:before {
    content: "\e625";
}

.icon-xinxi:before {
    content: "\e8b1";
}

.icon-dianhua1:before {
    content: "\e691";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-vk:before {
    content: "\e735";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e765";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-square-facebook:before {
    content: "\e857";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-youjian:before {
    content: "\e804";
}

.icon-dianhua:before {
    content: "\e738";
}

.icon-dizhi1:before {
    content: "\e603";
}

.icon-website1:before {
    content: "\e7cc";
}

.icon-shubiao:before {
    content: "\e662";
}

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

.icon-duigou-cu:before {
    content: "\e621";
}

.icon-a-ziyuan543ldpi:before {
    content: "\e612";
}

.icon-youshangjiantou:before {
    content: "\e7e0";
}

.icon-wechat1:before {
    content: "\e7d3";
}

.icon-website:before {
    content: "\e7d4";
}

.icon-phone2:before {
    content: "\e7d5";
}

.icon-mobile1:before {
    content: "\e7d6";
}

.icon-message2:before {
    content: "\e7dc";
}

.icon-companyname:before {
    content: "\e610";
}

.icon-youxiang:before {
    content: "\e6a3";
}

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

.icon-icons-hqew-:before {
    content: "\e64e";
}

.icon-message:before {
    content: "\ebe1";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-wechat:before {
    content: "\e7c1";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c3";
}

.icon-email1:before {
    content: "\e7c4";
}

.icon-phone:before {
    content: "\e7c6";
}

.icon-tel:before {
    content: "\e7c7";
}

.icon-qq:before {
    content: "\e7ca";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cd";
}

.icon-whatsapp1:before {
    content: "\e7c5";
}

.icon-contact1:before {
    content: "\e7ce";
}

.icon-email11:before {
    content: "\e7cf";
}

.icon-skype1:before {
    content: "\e7d0";
}

.icon-qq1:before {
    content: "\e7d1";
}

.icon-tel1:before {
    content: "\e7d2";
}

.icon-sousuo:before {
    content: "\e622";
}

.icon-jiahao:before {
    content: "\eaf3";
}

.icon-jianhao1:before {
    content: "\eaf5";
}

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

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

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

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

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-up9:before {
    content: "\e72a";
}

.icon-bottom9:before {
    content: "\e72b";
}

.icon-left9:before {
    content: "\e72c";
}

.icon-right9:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-caidan:before {
    content: "\e642";
}

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

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

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

.icon-search:before {
    content: "\e602";
}

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

.icon-earth-full:before {
    content: "\e9ee";
}

.icon-close:before {
    content: "\e839";
}



/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/* .grabbing {
    cursor:url(grabbing.png) 8 8, move;
} */

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
    text-align: center;
    font-size: 0;
    line-height: 0;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-size: 1.2rem;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    display: block;
    line-height: 0;
    background-color: transparent;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    transition: all 0.3s;
    margin: 0 3.5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d9d9d9;
}
@media screen and (max-width: 767px) {
    .owl-theme .owl-controls .owl-page {
        margin: 0 3px;
        width: 6px;
        height: 6px;
    }
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    margin: 0;
    display: none;
}

.owl-theme .owl-controls .owl-page.active,
.owl-theme .owl-controls.clickable .owl-page:hover {
    background-color: #0B5894;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #0B5894;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}