@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

:root {
    /* color */
    --co-000: #000;
    --co-111: #111;
    --co-222: #222;
    --co-333: #333;
    --co-444: #444;
    --co-555: #555;
    --co-666: #666;
    --co-777: #777;
    --co-888: #888;
    --co-999: #999;
    --co-fff: #fff;
    --co-BBB: #bbb;
    --co-CCC: #ccc;
    --co-00458E: #00458e;
    --co-1E1E1E: #1E1E1E;
    --co-F7F7F7: #F7F7F7;
    --co-E77817: #E77817;
    --co-E67817: #e67817;
    --co-141414: #141414;
    --co-4D4D4D: #4d4d4d;
    --co-0086D1: #0086D1;
    --co-C5D5E6: #C5D5E6;
    --co-01458e: #01458e;
    --co-EAEEF7: #eaeef7;
    --co-00AEEF: #00AEEF;
    --co-E1F4FC: #E1F4FC;
    --co-D9D9D9: #D9D9D9;
    --co-B3B3B3: #B3B3B3;
    --co-18318D: #18318d;
    --co-F8F9FA: #f8f9fa;
    --co-2EA3DD: #2EA3DD;
    --co-DBDBDB: #DBDBDB;
    --co-2FA3DE: #2fa3de;
    --co-F8F9FB: #f8f9fb;
    --co-E6E6E6: #E6E6E6;

    /* font */
    --font-16: 16px;
    --font-18: 18px;

    /* ziti */
    --regular: "Roboto-Regular";
    --SemiBold: "Roboto-SemiBold";
}

html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    margin: 0 auto;
}

body {
    background-color: #fff;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: var(--regular);
    font-size: 16px;
    color: #333;
}

.bianji {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.bianji img,
.content img,
.content1 img,
.content2 img,
.content3 img,
.content4 img,
.content5 img {
    display: inline-block;
}

.bianji strong {
    font-style: normal;
    font-weight: normal;
    font-family: var(--semibold);
    font-size: 18px;
    color: #333;
}

.bianji table {
    border-collapse: collapse;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.bianji .tablen {
    overflow: auto;
}

.bianji table tr {
    color: #333;
}

.bianji table tr td {
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-size: 16px;
}

@media(max-width:1333px) {
    body {
        font-size: 16px;
    }

    .bianji strong {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    body {
        font-size: 14px;
    }

    .bianji {
        font-size: 14px;
        line-height: 26px;
    }

    .bianji strong {
        font-size: 14px;
    }

    .bianji table tr td {
        padding: 10px 15px;
        font-size: 14px;
    }
}


*::selection {}

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2 {
    font-weight: normal;
    font-size: unset;
}

.clear {
    clear: both;
}

.safe {
    max-width: 1600px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1600px;
        width: calc(100% - 120px) !important;
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .safe {
        width: calc(100% - 50px) !important;
    }
}

.h_safe {
    max-width: 1600px;
    width: calc(100% - 160px);
    margin: 0 auto;
}

@media screen and (max-width:1600px) {
    .h_safe {
        max-width: 1600px;
        width: calc(100% - 80px) !important;
    }
}

@media screen and (max-width:1333px) {
    .h_safe {
        max-width: 1600px;
        width: calc(100% - 65px) !important;
    }
}

@media screen and (max-width:999px) {
    .h_safe {
        max-width: 1600px;
        width: calc(100% - 90px) !important;
    }
}

@media screen and (max-width:571px) {
    .h_safe {
        width: calc(100% - 50px) !important;
    }
}



/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}



/*jQzoom*/

.box {
    position: relative;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}



/* zhengshu */

/* certifiicates */

#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, .8);
    -webkit-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, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}




.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ccc;
    right: 0px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}



.lanauage_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #fff;
    margin-right: 0px;
    margin-left: 64px;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.lanauage_wrap .lanauage>i {
    color: var(--co-fff);
    font-size: 20px;
    margin-right: 5px;
}

.lanauage_wrap .lanauage .icon-caret-up {
    font-size: 12px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanbox i {
    color: var(--co-fff);
    font-size: 22px;
    margin-left: 5px;
}

.lanauage_wrap .lanbox .svgbox {
    flex-shrink: 0;
    margin-right: 5px;
}

.lanauage_wrap .lanbox a {
    color: var(--co-fff);
    font-size: 16px;
}

.lanauage_wrap .lanbox>a:hover {
    text-decoration: underline;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0px;
    margin-top: 14px;
    z-index: 1000;
    transform: translateX(10%);
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 4px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-size: 14px;
}

.lanauage_wrap .silde-down li:hover {
    background-color: var(--co-18318D);
}

.lanauage_wrap .silde-down li:hover a {
    color: #fff;
}

.lanauage_wrap .icon-bottom7 {
    font-size: 10px !important;
    margin-left: 7px;
    color: #333;
}

/* .lanauage_wrap .lanauage:hover .lanbox>a {
    color: var(--co-E77817) !important;
}

.lanauage_wrap .lanauage:hover i {
    color: var(--co-E77817) !important;
} */


@media(max-width:1333px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 3px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap .lanauage .silde-down {
        min-width: 100px;
        width: 100px;
        max-width: 200px;
        margin-top: 14px;
    }
}


/* 移动端 */

.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 16px;
        right: 62px;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 13px;
        right: 26px;
    }

}


@media screen and (max-width: 571px) {
    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}



header .seek_search {
    width: 240px;
    height: 46px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

header .seek_search>input {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: solid 1px var(--co-CCC);
    padding: 0px 50px 0px 15px;


    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 22px;
}

header .seek_search>input::placeholder {
    font-size: 16px;
    color: #666666;
}

header .seek_search .sousuo {
    position: absolute;
    right: 40px;
    width: 40px;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
}

header .seek_search .sousuo i {
    position: absolute;
    z-index: 10;
    font-weight: bold;
    pointer-events: none;
    color: var(--co-18318D);
}

header .seek_search .sousuo input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
}

header .seek_search .sousuo:hover i {
    color: #999 !important;
}





/*  */

header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 1000;
    margin: 0 auto;
}

/* 隐藏头部的类 */
header.hide {
    transform: translate3d(0, -100%, 0);
}

header .top {
    background: var(--co-18318D);
    display: flex;
    align-items: center;
}

header .top .h_safe {
    height: 40px;
    display: flex;
    justify-content: flex-end;
}

header .email {
    display: flex;
    justify-content: flex-end;
}

header .email i {
    color: var(--co-fff);
    font-size: 18px;
    margin-right: 8px;
}

header .email a {
    font-family: var(--regular);
    color: var(--co-fff);
}

header .email a:hover {
    text-decoration: underline;
}

header .bottom {
    background-color: var(--co-fff);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.06);
    height: 90px;
}

header .h_safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    flex-shrink: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .rightbox {
    width: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .bottombox .lanauage_wrap {
    display: none;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 95px;
}

header .menubox>li {
    position: relative;
    margin-right: 53px;
}

header .menubox>li:last-child {
    margin-right: 0;
}

header .menubox>li>a {
    padding: 34px 10px;
    display: flex;
    align-items: center;
    position: relative;

    color: var(--co-141414);
    font-family: var(--medium);
    font-size: 18px;
}

header .menubox>li>a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50px;
    border-radius: 99px;
    background: #fff;
    height: 2px;
    display: none;
}


/* yiji */

header .list1 {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    display: none;
    transition: none;
    min-width: 300px;
    /* padding-top: 7px; */
    width: max-content;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

header .list1>div {
    background-color: rgba(255, 255, 255, 1);
    padding: 0px 0px;
}

header .list1>div>li {
    position: relative;
}

header .list1>div>li>a {
    padding: 17px 26px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    color: var(--co-141414);
    font-family: var(--regular);
    font-size: 16px;
}

header .list1>div>li>a i {
    color: var(--co-fff);
    opacity: 0;
}

header .list1>div>li {
    margin-bottom: 0px;
}

header .list1>div>li:last-child {
    margin-bottom: 0;
}



/* erji */

header .list2 {
    position: absolute;
    left: 100%;
    top: 0%;
    min-width: 194px;
    display: none;
    transition: none;

    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.10);
}

header .list2>div {
    background-color: #fff;
}

header .list2>div>li {
    margin-bottom: 0px;
}

header .list2>div>li>a {
    display: inline-block;
    width: 100%;
    padding: 17px 15px 17px 24px;
    color: var(--co-1E1E1E);
}

header .list2>div>li:last-child {
    margin-bottom: 0;
}

header .menubox>li:nth-of-type(5) .list2 {
    min-width: 321px;
}



header .menubox>li>a:hover {
    color: var(--co-00458E);
}

header .menubox>.active_tit>a {
    color: var(--co-00458E);
}


header .list1 li:hover>a {
    background: var(--co-00458E);
    color: var(--co-fff);
}

header .list1 li:hover>a span {
    color: var(--co-fff);
}

header .list1 li:hover>a i {
    opacity: 1;
}

.fix_header {}

@media(max-width:1700px) {
    header .menubox {
        margin-right: 60px;
    }
}

@media(max-width:1600px) {
    header .menubox {
        margin-right: 40px;
    }

    header .menubox>li {
        margin-right: 30px;
    }
}

@media(max-width:1333px) {
    header .menubox>li>a {
        padding: 35.5px 8px;
        font-size: 16px;
    }

    header .menubox {
        margin-right: 15px;
    }

    header .seek_search {
        width: 200px;
        height: 46px;
        border-radius: 6px;
    }

    header .menubox>li {
        margin-right: 20px;
    }

    header .seek_search>input {
        padding: 0px 50px 0px 15px;
        font-size: 14px;
        line-height: 22px;
    }

    header .seek_search {
        width: 200px;
        height: 40px;
    }
}

@media(max-width:1150px) {
    header .menubox>li>a {
        padding: 35.5px 5px;
        font-size: 16px;
    }

    header .menubox>li {
        margin-right: 12px;
    }
}

@media(max-width:999px) {
    header .top {
        display: none;
    }

    header .logo img {
        height: 55px;
    }

    header .bottom {
        height: 60px;
    }

    header .menubox,
    header .seek_search {
        display: none;
    }

    header .bottombox .lanauage_wrap {
        display: block;
        margin-right: 50px;
    }

    .lanauage_wrap .lanauage>i,
    .lanauage_wrap .lanbox a {
        color: var(--co-333);
    }

    .lanauage_wrap .lanbox a {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    header .bottom {
        height: 50px;
    }

    header .logo img {
        height: 45px;
    }

    header .h_safe {
        height: 100%;
    }

    header .bottombox .lanauage_wrap {
        margin-right: 20px;
        margin-left: 0;
    }
}

@media(max-width:570px) {
    header .bottombox .lanauage_wrap {
        margin-right: 35px;
    }
}



/* index_banner */

.index_banner {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    margin-top: 130px;
}


.index_banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.index_banner video,
.index_banner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    object-fit: cover;
}

.index_banner .swiper-pagination {
    top: unset;
    bottom: 40px !important;
    display: flex;
    justify-content: center;
    width: 100%;
}

.index_banner .swiper .swiper-pagination-bullet {}

.index_banner .swiper .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.index_banner .swiper .swiper-pagination-bullet-active {}


.index_banner .control {
    width: 48px;
    height: 48px;
    border: 1px solid var(--co-fff);
    color: var(--co-fff);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    cursor: pointer;
    position: absolute;
    border-radius: 999px;
}

.index_banner .banner_prev {
    left: 3.125%;
}

.index_banner .banner_next {
    right: 3.125%;
}

.index_banner .control:hover {
    background-color: rgba(0, 0, 0, .1);
}

.index_banner .swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    border-radius: 6px;
    opacity: 0.4;
    background: #FFF;
    margin-right: 24px !important;
}

.index_banner .swiper-pagination-bullet-active {
    background: var(--co-fff);
    opacity: 1;
}

.index_banner .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

@media(max-width:1600px) {
    .index_banner .swiper-pagination {
        bottom: 30px !important;
    }

    .index_banner .swiper-pagination-bullet {
        width: 60px;
        height: 4px;
        margin-right: 15px !important;
    }
}

@media(max-width:1333px) {
    .index_banner .swiper-pagination-bullet {
        width: 50px;
        height: 4px;
        margin-right: 15px !important;
        margin-left: 0 !important;
    }

    .index_banner .control {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 60px;
    }

    .index_banner .swiper-pagination {
        bottom: 20px !important;
    }

    .index_banner .swiper-pagination-bullet {
        width: 40px;
        height: 3px;
        margin-right: 8px !important;
        margin-left: 0 !important;
    }

    .index_banner .control {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 50px;
    }
}

@media(max-width:538px) {}


/* title  */

.title50 {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 50px;
    line-height: 60px;
}

.title44 {
    color: var(--co-333);
    font-size: 44px;
    line-height: 46px;
    font-family: var(--SemiBold);
}

.title44 a {
    color: var(--co-333);
}

.title44 a:hover {
    color: var(--co-18318D);
}

.title40 {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 40px;
    line-height: 60px;
}

.title38 {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 38px;
    line-height: 52px;
}

.title32 {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 32px;
    line-height: 42px;
}

.s_title {
    color: var(--co-18318D);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}


.btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 50px;
    color: #FFF;
    font-family: var(--regular);
    font-size: 16px;
    background: var(--co-18318D);
    border-radius: 6px;
    border: 1px solid transparent;
}

.btn1 span {
    margin-right: 8px;
    color: var(--co-fff);
}

.btn1 i {
    display: inline-block;
    transform: rotate(-45deg);
    color: var(--co-fff);
}

.btn1:hover {
    border: 1px solid var(--co-18318D);
    background: var(--co-fff);
    color: var(--co-18318D);
}

.btn1:hover i,
.btn1:hover span {
    color: var(--co-18318D);
}


.btn2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 156px;
    height: 50px;
    color: var(--co-18318D);
    font-family: var(--regular);
    font-size: 16px;
    background: var(--co-fff);
    border-radius: 6px;
    border: 1px solid transparent;
}

.btn2 span {
    margin-right: 8px;
    color: var(--co-18318D);
}

.btn2 i {
    display: inline-block;
    transform: rotate(-45deg);
    color: var(--co-18318D);
}


@media(max-width:1600px) {
    .title50 {
        font-size: 44px;
        line-height: 52px;
    }

    .title44 {
        font-size: 38px;
        line-height: 42px;
    }

    .title40 {
        font-size: 36px;
        line-height: 44px;
    }

    .title38 {
        font-size: 34px;
        line-height: 46px;
    }

    .title32 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media(max-width:1333px) {
    .title50 {
        font-size: 38px;
        line-height: 44px;
    }

    .title44 {
        font-size: 34px;
        line-height: 40px;
    }

    .title40 {
        font-size: 32px;
        line-height: 40px;
    }

    .title38 {
        font-size: 30px;
        line-height: 40px;
    }

    .title32 {
        font-size: 24px;
        line-height: 36px;
    }

    .btn1 {
        width: 140px;
        height: 45px;
        font-size: 16px;
        border-radius: 6px;
    }

    .btn2 {
        width: 140px;
        height: 45px;
        font-size: 16px;
        border-radius: 6px;
    }
}

@media(max-width:999px) {
    .title50 {
        font-size: 32px;
        line-height: 40px;
    }

    .title44 {
        font-size: 30px;
        line-height: 40px;
    }

    .title40 {
        font-size: 28px;
        line-height: 34px;
    }

    .title38 {
        font-size: 26px;
        line-height: 36px;
    }

    .title32 {
        font-size: 22px;
        line-height: 30px;
    }

    .btn1 {
        width: 130px;
        height: 42px;
        font-size: 14px;
        border-radius: 6px;
    }

    .btn2 {
        width: 130px;
        height: 42px;
        font-size: 14px;
        border-radius: 6px;
    }

    .s_title {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .title50 {
        font-size: 26px;
        line-height: 34px;
    }

    .title44 {
        font-size: 26px;
        line-height: 32px;
    }

    .title40 {
        font-size: 24px;
        line-height: 32px;
    }

    .title38 {
        font-size: 22px;
        line-height: 32px;
    }

    .title32 {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:538px) {
    .title50 {
        font-size: 22px;
        line-height: 30px;
    }

    .title44 {
        font-size: 22px;
        line-height: 30px;
    }

    .title40 {
        font-size: 20px;
        line-height: 30px;
    }

    .title38 {
        font-size: 20px;
        line-height: 30px;
    }

    .title32 {
        font-size: 18px;
        line-height: 28px;
    }
}



/* ind_main1 */

.ind_main1 {
    padding: 90px 0px 47px;
}

.ind_main1 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.ind_main1 .btn {
    display: flex;
    align-items: center;

    color: var(--co-18318D);
    font-size: 20px;
}

.ind_main1 .btn i {
    display: inline-block;
    transform: rotate(-45deg);
    margin-left: 5px;
    color: var(--co-18318D);
}

.ind_main1 .btn:hover span {
    text-decoration: underline;
}

.ind_main1 .wrap {
    display: flex;
    flex-wrap: wrap;
}

.ind_main1 .inner {
    width: 31.6%;
    margin-right: 2.6%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 43px;
}

.ind_main1 .inner:nth-child(3n) {
    margin-right: 0;
}

.ind_main1 .imgbox {
    overflow: hidden;
}

.ind_main1 .shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: flex-end;
    padding: 20px 34px;
}

.ind_main1 .title {
    color: var(--co-fff);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    font-family: var(--SemiBold);
    font-size: 36px;
    line-height: 46px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main1 .title a {
    color: var(--co-fff);
}

.ind_main1 .title a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .ind_main1 {
        padding: 60px 0px 50px;
    }

    .ind_main1 .titlebox {
        margin-bottom: 40px;
    }

    .ind_main1 .title {
        font-size: 32px;
        line-height: 42px;
    }

    .ind_main1 .inner {
        width: 31.6%;
        margin-right: 2.6%;
        border-radius: 8px;
        margin-bottom: 25px;
    }

    .ind_main1 .btn {
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .ind_main1 {
        padding: 50px 0px 40px;
    }

    .ind_main1 .titlebox {
        margin-bottom: 30px;
    }

    .ind_main1 .title {
        font-size: 28px;
        line-height: 38px;
    }

    .ind_main1 .inner {
        width: 31.6%;
        margin-right: 2.6%;
        border-radius: 8px;
        margin-bottom: 20px;
    }

    .ind_main1 .shadow {
        padding: 15px 25px;
    }

    .ind_main1 .btn {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .ind_main1 {
        padding: 40px 0px 30px;
    }

    .ind_main1 .titlebox {
        margin-bottom: 20px;
    }

    .ind_main1 .title {
        font-size: 24px;
        line-height: 34px;
    }

    .ind_main1 .inner {
        width: 48%;
        margin-right: 4%;
        border-radius: 8px;
        margin-bottom: 20px;
        min-height: 80px;
    }

    .ind_main1 .imgbox,
    .ind_main1 .imgbox a {
        display: inline-block;
        height: 100%;
    }

    .ind_main1 .inner img {
        height: 100%;
        object-fit: cover;
    }

    .ind_main1 .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .ind_main1 .inner:nth-child(2n) {
        margin-right: 0;
    }

}

@media(max-width:768px) {
    .ind_main1 .titlebox {
        margin-bottom: 15px;
    }

    .ind_main1 .title {
        font-size: 20px;
        line-height: 30px;
    }

    .ind_main1 .btn {
        font-size: 14px;
    }
}

@media(max-width:538px) {
    .ind_main1 {
        padding: 30px 0px;
    }

    .ind_main1 .title {
        font-size: 18px;
        line-height: 28px;
    }
}



/* ind_main2 */

.ind_main2 {
    padding: 90px 0px 90px;
    background-image: url(../images/h_bg1.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.ind_main2 .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ind_main2 .l_box {
    width: 46.9%;
    overflow: hidden;
    border-radius: 12px;
}

.ind_main2 .l_box img:hover {
    transform: scale(1.05);
}

.ind_main2 .r_box {
    width: 48.7%;
    padding-top: 20px;
}

.ind_main2 .s_title {
    margin-bottom: 8px;
}

.ind_main2 .title38 {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main2 .bianji {
    margin-bottom: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .ind_main2 {
        padding: 60px 0px;
    }

    .ind_main2 .r_box {
        padding-top: 0;
    }

    .ind_main2 .bianji {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .ind_main2 {
        padding: 50px 0px;
    }

    .ind_main2 .bianji {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .ind_main2 {
        padding: 40px 0px;
        background-size: cover;
    }

    .ind_main2 .safe {
        flex-direction: column;
    }

    .ind_main2 .l_box {
        width: auto;
        margin-bottom: 20px;
    }

    .ind_main2 .r_box {
        width: 100%;
    }
}

@media(max-width:538px) {
    .ind_main2 {
        padding: 30px 0px;
    }
}


/* ind_main3 */

.ind_main3 {
    max-width: 1920px;
    margin: 0 auto;
    padding-top: 90px;
}

.ind_main3 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 55px;
}

.ind_main3 .l {
    width: 20%;
}

.ind_main3 .s_title {
    margin-bottom: 15px;
}

.ind_main3 .r {
    width: 61%;
}

.ind_main3 .bottom .safe {
    display: flex;
}

.ind_main3 .wrap {
    background: var(--co-F8F9FA);
}

.ind_main3 .inner {
    min-height: 565px;
    position: relative;
}

.ind_main3 .inner .r_box {
    width: 50%;
    overflow: hidden;
}

.ind_main3 .inner .r_box img:hover {
    transform: scale(1.05);
}

.ind_main3 .inner:nth-child(odd) .r_box {
    position: absolute;
    right: 0;
    top: 0;
}

.ind_main3 .inner:nth-child(even) .r_box {
    position: absolute;
    left: 0;
    top: 0;
}

.ind_main3 .inner:nth-child(odd) .safe {
    display: flex;
    justify-content: flex-start;
}

.ind_main3 .inner:nth-child(even) .safe {
    display: flex;
    justify-content: flex-end;
}

.ind_main3 .bottom .l_box {
    width: 45%;
    padding: 60px 0px 0px;
}

.ind_main3 .title {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
}

.ind_main3 .content {
    color: var(--co-666);
    font-family: var(--regular);
    line-height: 28px;
    margin-bottom: 40px;
}

.ind_main3 .content p {
    margin-bottom: 16px;
    padding-left: 28px;
    position: relative;
}

.ind_main3 .content p::after {
    content: "";
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
    background-image: url(../images/bingo1.png);
    background-size: auto;
    background-position: center;
    top: 4px;
}

.ind_main3 .content p:last-child {
    margin-bottom: 0;
}

@media(max-width:1600px) {
    .ind_main3 {
        padding-top: 60px;
    }

    .ind_main3 .bottom .l_box {
        width: 45%;
        padding: 30px 0px 30px;
    }

    .ind_main3 .l {
        width: 25%;
    }

    .ind_main3 .titlebox {
        margin-bottom: 45px;
    }

    .ind_main3 .title {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 24px;
    }

    .ind_main3 .content p {
        margin-bottom: 10px;
        padding-left: 28px;
    }

    .ind_main3 .content {
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .ind_main3 {
        padding-top: 50px;
    }

    .ind_main3 .titlebox {
        margin-bottom: 35px;
    }

    .ind_main3 .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .ind_main3 .s_title {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .ind_main3 {
        padding-top: 40px;
    }

    .ind_main3 .inner {
        margin-bottom: 0px;
    }

    .ind_main3 .inner:last-child {
        margin-bottom: 0px;
    }

    .ind_main3 .titlebox {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .ind_main3 .inner .r_box {
        position: static !important;
        width: auto;
    }

    .ind_main3 .bottom .safe {
        flex-direction: column !important;
        padding: 20px 0px;
    }

    .ind_main3 .bottom .l_box {
        padding: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_main3 .l {
        margin-bottom: 15px;
    }

    .ind_main3 .l,
    .ind_main3 .r {
        width: 100%;
    }

    .ind_main3 .s_title {
        margin-bottom: 5px;
    }

    .ind_main3 .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .ind_main3 .titlebox {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .ind_main3 {
        padding-top: 30px;
    }
}


/* ind_main4 */

.ind_main4 {
    padding: 100px 0px 90px;
}

.ind_main4 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.ind_main4 .l {
    width: 35%;
}

.ind_main4 .s_title {
    margin-bottom: 15px;
}

.ind_main4 .r {
    width: 62%;
}

.ind_main4 .r .bianji {
    color: var(--co-333) !important;
}

.ind_main4 .box {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.ind_main4 .wrap {
    width: 86%;
    margin-bottom: 45px;
}

.ind_main4 .swiper {
    overflow: visible;
}

.ind_main4 .imgbox {
    overflow: hidden;
}

.ind_main4 .shadow,
.ind_main4 .last {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    padding: 22px 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, .4);
}

.ind_main4 .shadow {
    opacity: 0;
    pointer-events: none;
}

.ind_main4 .last {
    opacity: 1;
    pointer-events: all;
}


.ind_main4 .title {
    color: var(--co-fff);
    font-family: var(--SemiBold);
    font-size: 24px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.ind_main4 .title a {
    color: var(--co-fff);
}

.ind_main4 .title a:hover {
    text-decoration: underline;
}

.ind_main4 .bianji {
    color: var(--co-fff);
    line-height: 28px;
    margin-bottom: 30px;
}

.ind_main4 .btn {
    color: var(--co-fff);

    font-family: var(--SemiBold);
    font-size: 16px;
    line-height: 22px;
}

.ind_main4 .btn i {
    margin-left: 8px;
    display: inline-block;
    transform: rotate(-45deg);
}

.ind_main4 .last .bianji {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main4 .shadow .bianji {
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main4 .swiper-slide:hover .last {
    opacity: 0;
    pointer-events: none;
}

.ind_main4 .swiper-slide:hover .shadow {
    opacity: 1;
    pointer-events: all;
}

.ind_main4 .control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ind_main4 .control .swiper-pagination {
    position: relative !important;
}

.ind_main4 .btnbox {
    display: flex;
    align-items: center;
}

.ind_main4 .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    color: var(--co-2EA3DD);
    border: 1px solid var(--co-2EA3DD);
    margin-right: 20px;
    cursor: pointer;
}

.ind_main4 .btnbox i:hover {
    background: var(--co-18318D);
    color: var(--co-fff);
    border: 1px solid var(--co-18318D);
}

.ind_main4 .btnbox i:last-child {
    margin-right: 0;
}

.ind_main4 .swiper-pagination {
    height: 1px !important;
    margin-right: 30px;
}

.ind_main4 .swiper-pagination-progressbar-fill {
    background: var(--co-18318D);
}

@media(max-width:1600px) {
    .ind_main4 {
        padding: 60px 0px;
    }

    .ind_main4 .titlebox {
        margin-bottom: 30px;
    }

    .ind_main4 .shadow .bianji {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ind_main4 .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }
}

@media(max-width:1333px) {
    .ind_main4 {
        padding: 50px 0px;
    }

    .ind_main4 .titlebox {
        margin-bottom: 20px;
    }

    .ind_main4 .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .ind_main4 .shadow,
    .ind_main4 .last {
        padding: 20px 20px;
    }

    .ind_main4 .shadow .bianji {
        -webkit-line-clamp: 4;
    }

    .ind_main4 .btnbox i {
        width: 50px;
        height: 50px;
        margin-right: 15px;
    }
}

@media(max-width:999px) {
    .ind_main4 {
        padding: 40px 0px;
    }

    .ind_main4 .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .ind_main4 .titlebox {
        flex-direction: column;
    }

    .ind_main4 .l {
        width: 100%;
        margin-bottom: 10px;
    }

    .ind_main4 .r {
        width: 100%;
    }

    .ind_main4 .r .bianji {
        margin-bottom: 0;
        line-height: 26px;
    }

    .ind_main4 .bianji {
        line-height: 26px;
    }

    .ind_main4 .last {
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .ind_main4 .shadow {
        opacity: 0;
        pointer-events: none;
        display: none;
    }

    .ind_main4 .wrap {
        width: 100%;
        margin-bottom: 30px;
    }

    .ind_main4 .btnbox i {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }

    .ind_main4 .shadow,
    .ind_main4 .last {
        padding: 15px;
    }
}

@media(max-width:768px) {
    .ind_main4 .wrap {
        margin-bottom: 20px;
    }

    .ind_main4 .bianji {
        line-height: 24px;
    }
}

@media(max-width:538px) {
    .ind_main4 {
        padding: 30px 0px;
    }
}



/* ind_main5 */

.ind_main5 {
    padding: 107px 0px 109px;
    background-image: url(../images/h_bg1.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    position: relative;
background-size: cover;
}

.ind_main5::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(24, 49, 141, 1) 10%, rgba(70, 123, 222, .4) 66.6%, rgba(46, 163, 221, 0.2) 100%);
}

.ind_main5 .safe {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ind_main5 .l_box {
    width: 100%;
}

.ind_main5 .title40 {
    color: var(--co-fff);
    width: 60%;
    margin-bottom: 26px;
}

.ind_main5 .bianji {
    color: var(--co-fff);
    line-height: 34px;
}

.ind_main5 .btn2 {
    flex-shrink: 0;
    width: 159px;
}

@media(max-width:1600px) {
    .ind_main5 {
        padding: 80px 0px;
    }

    .ind_main5 .title40 {
        width: 75%;
        margin-bottom: 20px;
    }

    .ind_main5 .bianji {
        line-height: 30px;
    }

}

@media(max-width:1333px) {
    .ind_main5 {
        padding: 60px 0px;
    }

    .ind_main5 .title40 {
        width: 85%;
        margin-bottom: 20px;
    }

    .ind_main5 .bianji {
        line-height: 28px;
    }

    .ind_main5 .btn2 {
        width: 145px;
    }
}

@media(max-width:999px) {
    .ind_main5 {
        padding: 50px 0px;
    }

    .ind_main5 .bianji {
        line-height: 26px;
    }

    .ind_main5 .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .ind_main5 .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .ind_main5 .btn2 {
        width: 130px;
    }

    .ind_main5 .title40 {
        width: 100%;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {
    .ind_main5 {
        padding: 40px 0px;
    }
}


/* ind_main6 */

.ind_main6 {
    padding: 94px 0px 90px;
}

.ind_main6 .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 46px;
}

.ind_main6 .btn {
    display: flex;
    align-items: center;

    color: var(--co-18318D);
    font-family: var(--regular);
    font-size: 20px;
}

.ind_main6 .btn i {
    margin-left: 8px;
    display: inline-block;
    transform: rotate(-45deg);
}

.ind_main6 .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ind_main6 .title {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 20px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main6 .title a {
    color: var(--co-333);
}

.ind_main6 .data {
    color: var(--co-666);
    font-size: 16px;
    line-height: 26px;
}

.ind_main6 .bianji {
    color: var(--co-666);
}

.ind_main6 .l_box {
    width: 28.3%;
}

.ind_main6 .l_box .imgbox {
    overflow: hidden;
    margin-bottom: 40px;
    border-radius: 10px;
}

.ind_main6 .l_box .contact {}

.ind_main6 .data {
    margin-bottom: 10px;
}

.ind_main6 .l_box .title {
    margin-bottom: 12px;
}

.ind_main6 .l_box .bianji {
    margin-bottom: 38px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ind_main6 .r_box {
    width: 68.85%;
}

.ind_main6 .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 43px;
    padding-bottom: 43px;
    border-bottom: 1px solid var(--co-DBDBDB);
}

.ind_main6 .inner:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
}

.ind_main6 .l_box:hover .title,
.ind_main6 .l_box:hover .title a,
.ind_main6 .inner:hover .title,
.ind_main6 .inner:hover .title a {
    color: var(--co-2FA3DE);
}

.ind_main6 .l_box:hover .btn1,
.ind_main6 .inner:hover .btn1 {
    border: 1px solid var(--co-2FA3DE);
    background: var(--co-2FA3DE);
    color: var(--co-fff);
}

.ind_main6 .l_box:hover .btn1 span,
.ind_main6 .l_box:hover .btn1 i,
.ind_main6 .inner:hover .btn1 span,
.ind_main6 .inner:hover .btn1 i {
    color: var(--co-fff);
}

.ind_main6 .inner .imgbox {
    width: 35%;
    overflow: hidden;
    border-radius: 10px;
}

.ind_main6 .inner .contact {
    width: 61.3%;
}

.ind_main6 .inner .data {
    margin-bottom: 8px;
}

.ind_main6 .inner .title {
    margin-bottom: 8px;
}

.ind_main6 .inner .bianji {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
}

@media(max-width:1600px) {
    .ind_main6 {
        padding: 60px 0px;
    }

    .ind_main6 .titlebox {
        margin-bottom: 40px;
    }

    .ind_main6 .l_box .imgbox {
        margin-bottom: 30px;
        border-radius: 10px;
    }

    .ind_main6 .l_box .bianji {
        margin-bottom: 30px;
    }

    .ind_main6 .btn {
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .ind_main6 {
        padding: 50px 0px;
    }

    .ind_main6 .titlebox {
        margin-bottom: 30px;
    }

    .ind_main6 .l_box .imgbox {
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .ind_main6 .l_box .bianji {
        margin-bottom: 20px;
    }

    .ind_main6 .title {
        font-size: 18px;
        line-height: 28px;
    }

    .ind_main6 .btn {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .ind_main6 {
        padding: 40px 0px;
    }

    .ind_main6 .titlebox {
        margin-bottom: 20px;
    }

    .ind_main6 .box {
        flex-direction: column;
    }

    .ind_main6 .l_box {
        width: auto;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-bottom: 30px;
        border-bottom: 1px solid var(--co-DBDBDB);
    }

    .ind_main6 .inner {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .ind_main6 .r_box {
        width: 100%;
    }

    .ind_main6 .l_box .imgbox {
        width: 35%;
    }

    .ind_main6 .l_box .contact {
        width: 61.3%;
    }

    .ind_main6 .data {
        font-size: 14px;
        line-height: 24px;
    }

    .ind_main6 .title {
        font-size: 16px;
        line-height: 26px;
    }

    .ind_main6 .l_box .title {
        margin-bottom: 5px;
    }

    .ind_main6 .l_box .bianji {
        margin-bottom: 15px;
    }

    .ind_main6 .btn {
        font-size: 14px;
    }

    .ind_main6 .inner .bianji {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {

    .ind_main6 .l_box,
    .ind_main6 .inner {
        flex-direction: column;
        width: 100%;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .ind_main6 .l_box .imgbox,
    .ind_main6 .inner .imgbox {
        width: auto;
    }

    .ind_main6 .l_box .contact,
    .ind_main6 .inner .contact {
        width: 100%;
    }

    .ind_main6 .inner .imgbox {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .ind_main6 {
        padding: 30px 0px;
    }
}


/* ind_main7 */

.page_main7 .ind_main7 {
    background: var(--co-fff);
}

.ind_main7 {
    padding: 84px 0px 61px;
    background: var(--co-F8F9FB);
}

.ind_main7 .title44 {
    text-align: center;
    margin-bottom: 54px;
}

.ind_main7 .swiper-slide {}

.ind_main7 .logoSwiper * {
    transition: none;
}

.ind_main7 .logoSwiper {
    height: 92px;
    margin-bottom: 30px;
}

.ind_main7 .logoSwiper .bd {
    overflow: visible;
}

.ind_main7 .logoSwiper .bd ul {
    zoom: 1;
    overflow: visible !important;
}

.ind_main7 .logoSwiper .bd ul li {
    width: 292px !important;
    margin-right: 25px;
    float: left;
    background: var(--co-fff);
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
}

@media(max-width:1600px) {
    .ind_main7 {
        padding: 60px 0px;
    }

    .ind_main7 .title44 {
        margin-bottom: 45px;
    }

    .ind_main7 .logoSwiper .bd ul li {
        width: 250px !important;
    }

    .ind_main7 .logoSwiper {
        margin-bottom: 0;
    }
}

@media(max-width:1333px) {
    .ind_main7 {
        padding: 50px 0px;
    }

    .ind_main7 .title44 {
        margin-bottom: 35px;
    }

    .ind_main7 .logoSwiper .bd ul li {
        width: 220px !important;
    }

    .ind_main7 .logoSwiper {
        height: 70px !important;
    }
}

@media(max-width:999px) {
    .ind_main7 {
        padding: 40px 0px;
    }

    .ind_main7 .title44 {
        margin-bottom: 25px;
    }

    .ind_main7 .logoSwiper .bd ul li {
        width: 200px !important;
        margin-right: 15px !important;
    }
}

@media(max-width:768px) {
    .ind_main7 .title44 {
        margin-bottom: 15px;
    }

    .ind_main7 .logoSwiper .bd ul li {
        width: 180px !important;
        margin-right: 15px !important;
    }
}

@media(max-width:538px) {
    .ind_main7 {
        padding: 30px 0px;
    }

    .ind_main7 .logoSwiper .bd ul li {
        width: 150px !important;
        margin-right: 15px !important;
    }
}

/* footer */

footer {
    padding: 80px 0px 20px;
    background: var(--co-18318D);
}

footer .top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 47px;
    margin-bottom: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

footer .title {
    margin-bottom: 22px;
}

footer .title,
footer .title a {
    color: var(--co-fff);
    font-family: var(--SemiBold);
    font-size: 20px;
    line-height: 30px;
}

footer .title a:hover {
    text-decoration: underline;
}

footer .title i {
    font-size: 14px;
    font-weight: bold;
    display: none;
}

footer ul li {
    margin-bottom: 14px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

footer ul li,
footer ul li a {
    color: var(--co-fff);
    font-size: 16px;
    line-height: 24px;
}

footer ul li,
footer ul li a {
    color: rgba(255, 255, 255, 0.8);
}

footer ul li a:hover {
    color: rgba(255, 255, 255, 1);
}

footer .box1 {
    width: 25.6%;
}

footer .box1 {
    padding-right: 5%;
}

footer .box1 li {
    display: flex;
    align-items: flex-start;
}

footer .box1 .svgbox {
    margin-right: 8px;
    flex-shrink: 0;
}

footer .box1 i {
    font-size: 20px;
}

footer .box2 {
    width: 15.1%;
}

footer .box3 {
    width: 21.6%;
}

footer .box4 {
    width: 37.7%;
}

footer .inpbox1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 17.6px;
}

footer .inp1 {
    width: 49%;
    margin-right: 2%;
}

footer .inp1:nth-child(2n) {
    margin-right: 0;
}

footer .inp1 input {
    width: 100%;
    width: 100%;
    height: 51.5px;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0px 21.4px;
}

footer .inp1 input,
footer .inpbox2 textarea {
    background-color: transparent;
    color: var(--co-fff);
    font-family: var(--regular);
    font-size: 16px;
}

footer .inp1 input::placeholder,
footer .inpbox2 textarea::placeholder {
    color: var(--co-fff);
}

footer .inpbox2 textarea {
    width: 100%;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 107px;
    padding: 12px 21.4px;
    resize: none;
}

footer .submit input {
    background: var(--co-fff);
    border: 1px solid var(--co-fff);
    color: var(--co-18318D);
    cursor: pointer;
    font-family: var(--SemiBold);
}

footer .bottom {
    display: flex;
    justify-content: space-between;
}

footer .m-formcountry input {
    padding-right: 32px !important;
}

footer .m-formcountry i {
    right: 15px !important;
}

footer .drop-list li {
    margin-bottom: 0 !important;
}

footer .must {
    position: relative;
}

footer .must::after {
    content: "*";
    position: absolute;
    left: 18px;
    top: 15px;
    color: #ff0000;
}

footer .must input {
    padding-left: 28px;
}

footer .l {
    width: 60%;
}

footer .blogrolls {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

footer .bottom {}

footer .bottom .l,
footer .bottom .l a {
    color: var(--co-fff);
    font-size: 16px;
    line-height: 28px;
    font-family: var(--regular);
    color: rgba(255, 255, 255, 0.6);
}

footer .bottom .l a:hover {
    color: var(--co-fff);
}

footer .blogrolls a {
    color: var(--co-fff);
    margin-left: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
}

footer .blogrolls a:hover {
    transform: translateY(-5px);
}

footer .code {
    position: relative;
}

footer .code input {
    padding-right: 110px !important;
}

footer .codebox {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}


@media(max-width:1600px) {
    footer {
        padding: 60px 0px 20px;
    }
}

@media(max-width:1333px) {
    footer {
        padding: 50px 0px 20px;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
        line-height: 28px;
    }

    footer .title {
        margin-bottom: 15px;
    }

    footer ul li {
        margin-bottom: 10px;
    }

    footer .inp1 input {
        height: 45px;
        padding: 0px 15px;
    }

    footer .inpbox2 textarea {
        width: 100%;
        border-radius: 4px;
        height: 107px;
        padding: 12px 15px;
    }

    footer .must input {
        padding-left: 22px !important;
    }

    footer .must::after {
        content: "*";
        position: absolute;
        left: 12px;
        top: 15px;
        color: #ff0000;
    }

    footer .inp1 input,
    footer .inpbox2 textarea {
        font-size: 14px;
    }

    footer .inpbox1 {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    footer {
        padding: 40px 0px 60px;
    }

    footer .top {
        flex-direction: column;
    }

    footer .box {
        width: 100% !important;
        margin-bottom: 10px;
    }

    footer .box1 {
        padding-right: 0;
    }

    footer .box:last-child {
        margin-bottom: 0;
    }

    footer .title {
        margin-bottom: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .title i {
        font-size: 14px !important;
    }

    footer ul li,
    footer ul li a {
        font-size: 14px;
        line-height: 24px;
    }

    footer ul li {
        margin-bottom: 6px;
    }

    footer .inp1 input,
    footer .inpbox2 textarea {
        font-size: 14px;
    }

    footer .title,
    footer .title a {
        font-size: 16px;
        line-height: 26px;
    }

    footer ul {
        padding-top: 10px;
        display: none;
        transition: none;
    }

    footer .title i {
        display: block;
    }

    footer form {
        padding-top: 10px;
        display: none;
        transition: none;
    }

    footer .top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    footer .bottom {
        flex-direction: column;
    }

    footer .l {
        width: 100%;
        margin-bottom: 10px;
    }

    footer .blogrolls {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }

    footer .blogrolls a {
        margin-left: 0;
        margin-right: 10px;
        flex-shrink: 0;
    }
}

@media(max-width:538px) {
    footer {
        padding: 30px 0px 60px;
    }
}


/* page_banner */

.page_banner {
    margin-top: 130px;
    position: relative;
}

.page_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .3);
}

.page_banner .safe {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 10;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page_banner .title50 {
    color: var(--co-fff);
    margin-bottom: 15px;
}

.page_banner .bg {
    width: 100%;
}

@media(max-width:1600px) {
    .page_banner .title50 {
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .page_banner .title50 {
        margin-bottom: 5px;
    }
}

@media(max-width:999px) {
    .page_banner {
        margin-top: 60px;
    }

    .page_banner .bg {
        min-height: 120px;
        object-fit: cover;
    }
}

@media(max-width:768px) {
    .page_banner {
        margin-top: 50px;
    }
}

@media(max-width:538px) {}





/* crumb */

.crumb,
.crumb a {
    color: var(--co-fff);

    font-family: var(--regular);
    line-height: 26px;
}

.crumb a:hover {
    text-decoration: underline;
}


/* 2-1 */

/* about_company */

.about_company {
    padding: 90px 0px 80px;
}

.about_company .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_company .l_box {
    width: 46.9%;
    border-radius: 12px;
    overflow: hidden;
}

.about_company .r_box {
    width: 46.8%;
}

.about_company .title38 {
    margin-bottom: 20px;
}

.about_company .s_title {
    color: var(--co-2EA3DD);
    font-family: var(--SemiBold);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
    padding-right: 13%;
}

.about_company .bianji {
    color: var(--co-666);
    line-height: 28px;
}

@media(max-width:1600px) {
    .about_company {
        padding: 60px 0px;
    }

    .about_company .title38 {
        margin-bottom: 10px;
    }

    .about_company .s_title {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 30px;
        padding-right: 5%;
    }
}

@media(max-width:1333px) {
    .about_company {
        padding: 50px 0px;
    }

    .about_company .s_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
        padding-right: 0%;
    }
}

@media(max-width:999px) {
    .about_company {
        padding: 40px 0px;
    }

    .about_company .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .about_company .l_box {
        width: auto;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .about_company .r_box {
        width: 100%;
    }

    .about_company .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
        padding-right: 0%;
    }

    .about_company .bianji {
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .about_company {
        padding: 30px 0px;
    }
}



/* about_list */

.about_list {
    margin-bottom: 62px;
}

.about_list .inner {
    padding: 80px 0px;
    background: var(--co-F8F9FB);
}


.about_list .inner:nth-child(2n) {
    background: var(--co-fff);
}

.about_list .inner:nth-child(2n) .safe {
    flex-direction: row-reverse;
}

.about_list .inner .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_list .l_box {
    width: 46%;

    color: var(--co-666);
    font-size: 16px;
    line-height: 28px;
}

.about_list .r_box {
    width: 47%;
    display: flex;
    justify-content: space-between;
}

.about_list .imgbox {
    border-radius: 12px;
    overflow: hidden;
    margin-right: 4%;
}

.about_list .imgbox:last-child {
    margin-right: 0;
}

@media(max-width:1600px) {
    .about_list .inner {
        padding: 60px 0px;
    }

    .about_list {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .about_list .inner {
        padding: 50px 0px;
    }

    .about_list .l_box {
        width: 48%;
        font-size: 16px;
        line-height: 28px;
    }

    .about_list {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .about_list .inner {
        padding: 40px 0px;
    }

    .about_list .inner .safe {
        flex-direction: column !important;
    }

    .about_list .l_box {
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .about_list .r_box {
        width: 100%;
        justify-content: flex-start;
    }

    .about_list .imgbox {
        border-radius: 10px;
    }

    .about_list {
        margin-bottom: 20px;
    }
}

@media(max-width:538px) {
    .about_list .inner {
        padding: 30px 0px;
    }
}


/* about_sales */

.about_sales {
    padding: 82px 0px 75px;
    background: var(--co-F8F9FB);
}

.about_sales .safe {
    display: flex;
    justify-content: space-between;
}

.about_sales .l_box {
    width: 27%;
}

.about_sales .title44 {
    margin-bottom: 28px;
}

.about_sales .bianji {
    margin-bottom: 71px;
}

.about_sales .bianji p {
    margin-bottom: 15px;
}

.about_sales .bianji p:last-child {
    margin-bottom: 0;
}

.about_sales .r_box {
    width: 64.5%;
}

@media(max-width:1600px) {
    .about_sales {
        padding: 60px 0px;
    }

    .about_sales .l_box {
        width: 30%;
    }

    .about_sales .bianji {
        margin-bottom: 40px;
    }

    .about_sales .title44 {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .about_sales {
        padding: 50px 0px;
    }

    .about_sales .bianji {
        margin-bottom: 30px;
    }

    .about_sales .title44 {
        margin-bottom: 15px;
    }

    .about_sales .l_box {
        width: 38%;
    }

    .about_sales .r_box {
        width: 58%;
    }
}

@media(max-width:999px) {
    .about_sales {
        padding: 40px 0px;
    }

    .about_sales .bianji {
        margin-bottom: 20px;
    }

    .about_sales .safe {
        flex-direction: column;
    }

    .about_sales .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_sales .r_box {
        width: auto;
    }
}

@media(max-width:538px) {
    .about_sales {
        padding: 30px 0px;
    }
}

/* products_list */

.products_list {
    padding: 100px 0px 120px;
    background: var(--co-F8F9FB);

}

.products_list .safe {
    display: flex;
    justify-content: space-between;
}

.products_list .l_box {
    width: 21.15%;
    padding-top: 2px;
}

.products_list .catename {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--co-18318D);

    color: var(--co-fff);
    font-family: var(--SemiBold);
    font-size: 22px;
    line-height: 32px;
    padding: 14px 20px;
    margin-bottom: 19px;
}

.products_list .catename i {
    display: none;
}

.products_list .list>li {
    padding: 4px 0px;
    border-bottom: 1px solid var(--co-E6E6E6);
}

.products_list .list>li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 20px;
}

.products_list .list>li>p i {
    color: var(--co-4D4D4D);
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

.products_list .list>li>p>a {
    padding: 20px 0px;
    display: block;

    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 18px;
}

.products_list .list1 {
    padding: 29px 30px 29px 36px;
    display: none;
    transition: none;
}

.products_list .list1>li {
    margin-bottom: 21px;
}

.products_list .list1>li:last-child {
    margin-bottom: 0;
}

.products_list .list1>li>p>a {
    color: var(--co-4D4D4D);

    font-family: var(--regular);
    font-size: 16px;
}

.products_list .list1>li>p>a:hover {
    color: var(--co-18318D);
}

.products_list .active {
    padding: 0 !important;
}

.products_list .active>p {
    background: rgba(24, 49, 141, 0.05);
}

.products_list .active>p>a {
    color: var(--co-18318D) !important;
}

.products_list .active i {
    transform: rotate(90deg);
    color: var(--co-18318D) !important;
}

.products_list .r_box {
    width: 75.85%;
}

.products_list .products_seek {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 34px;
}

.products_list .seek_search {
    width: 320px;
    height: 48px;
    overflow: hidden;
    position: relative;
}

.products_list .seek_search>input {
    width: 100%;
    height: 100%;
    border-radius: 0px;
    border: solid 1px #d0d0d0;
    font-size: 16px;
    padding: 0px 50px 0px 15px;
    font-family: Poppins-Regular;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.products_list .seek_search>input::placeholder {
    font-size: 16px;
    color: var(--co-999);
}

.products_list .seek_search .sousuo {
    position: absolute;
    right: 40px;
    width: 40px;
    right: 10px;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #666;
}

.products_list .seek_search .sousuo i {
    position: absolute;
    z-index: 10;
    font-weight: bold;
    pointer-events: none;
    color: #666;
}

.products_list .seek_search .sousuo input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    cursor: pointer;
}

.products_list .seek_search .sousuo:hover i {
    color: #999 !important;
}

.products_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.products_list .inner {
    width: 23%;
    margin-right: 2.65%;
    margin-bottom: 55px;
}

.products_list .inner:nth-child(4n) {
    margin-right: 0;
}

.products_list .imgbox {
    overflow: hidden;
    border-radius: 8px;
}

.products_list .contact {
    padding-top: 23px;
}

.products_list .title {
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 23px;
    font-size: 18px;
}

.products_list .title a {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 18px;
}

.products_list .title:hover,
.products_list .title a:hover {
    color: var(--co-18318D);
}

.products_list .btnbox {
    display: flex;
    justify-content: center;
}

.products_list .btnbox a {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    margin-left: 8px;
}


/* 隐藏默认的复选框 */
.products_list .custom-checkbox input {
    display: none;
}

/* 创建自定义复选框的外观 */
.products_list .checkmark {
    height: 15px;
    width: 15px;
    background-color: var(--co-fff);
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border-radius: 0px;
    margin-right: 0px;
    cursor: pointer;
    border: 1px solid var(--co-999);
}

/* 当复选框被选中时改变样式 */
.products_list .custom-checkbox input:checked~.checkmark::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid var(--co-18318D);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    cursor: pointer;
}

@media(max-width:1600px) {
    .products_list {
        padding: 60px 0px;
    }

    .products_list .catename {
        font-size: 20px;
        line-height: 30px;
        padding: 14px 20px;
        margin-bottom: 15px;
    }

    .products_list .list>li>p>a {
        padding: 15px 0px;
        font-size: 18px;
    }

    .products_list .list>li>p {
        padding: 0px 15px;
    }

    .products_list .list1 {
        padding: 20px 20px 20px 20px;
    }

    .products_list .products_seek {
        margin-bottom: 30px;
    }

    .products_list .title {
        margin-bottom: 15px;
    }

    .products_list .inner {
        width: 23%;
        margin-right: 2.65%;
        margin-bottom: 45px;
    }

    .products_list .contact {
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .products_list {
        padding: 50px 0px;
    }

    .products_list .products_seek {
        margin-bottom: 20px;
    }

    .products_list .contact {
        padding-top: 15px;
    }

    .products_list .title,
    .products_list .title a {
        font-size: 16px;
    }

    .products_list .catename {
        font-size: 18px;
        line-height: 30px;
        padding: 12px 15px;
        margin-bottom: 15px;
    }

    .products_list .inner {
        width: 23%;
        margin-right: 2.65%;
        margin-bottom: 35px;
    }

}

@media(max-width:999px) {
    .products_list {
        padding: 40px 0px;
    }

    .products_list .safe {
        flex-direction: column;
    }

    .products_list .l_box {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .products_list .catename {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 10px;
        display: flex;
        margin-bottom: 0;

        justify-content: space-between;
        align-items: center;
    }

    .products_list .list1 {
        padding: 15px;
    }

    .products_list .list>li>p>a {
        padding: 10px 0px;
        font-size: 16px;
    }

    .products_list .list>li>p {
        padding: 0px 10px;
    }

    .products_list .list {
        display: none;
        transition: none;
    }

    .products_list .catename i {
        display: block;
    }

    .products_list .r_box {
        width: 100%;
    }

    .products_list .seek_search {
        width: 100%;
    }

    .products_list .seek_search>input {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        padding: 0px 50px 0px 15px;
        font-size: 14px;
        line-height: 26px;
    }

    .products_list .contact {
        padding-top: 10px;
    }

    .products_list .title {
        margin-bottom: 10px;
    }

    .products_list .inner {
        width: 23%;
        margin-right: 2.65%;
        margin-bottom: 25px;
    }

    .products_list .btnbox a {
        font-size: 14px;
        margin-left: 5px;
    }

    .products_list .title,
    .products_list .title a {
        font-size: 14px;
    }

    .products_list .wrap {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .products_list .inner {
        width: 32%;
        margin-right: 2%;
    }

    .products_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .products_list .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:538px) {
    .products_list {
        padding: 30px 0px;
    }

    .products_list .inner {
        width: 48%;
        margin-right: 4%;
    }

    .products_list .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .products_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}


/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 40px;
    height: 40px;
    background-color: var(--co-fff);
    border-radius: 4px;
    border: solid 1px #D9D9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 18px;
}

.pagination a:hover {
    color: #fff;
    background-color: var(--co-18318D);
    border: 1px solid var(--co-18318D);
}

.pagination a:hover i {
    color: #fff;
}

.pagination .prev {
    margin-right: 20px;
}

.pagination .next {
    margin-left: 10px;
}

.pagination .active {
    color: #fff;
    background-color: var(--co-18318D);
    border: 1px solid var(--co-18318D);
}

.pagination .inq {
    display: flex;
    align-items: center;
    margin-left: 18px;
}

.pagination .submit {
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;

    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    background: transparent;
}

.pagination .inq:hover input {
    color: var(--co-18318D);
}

@media(max-width:1333px) {
    .pagination .inq {
        margin-left: 10px;
    }
}

@media(max-width:999px) {
    .pagination a {
        width: 35px;
        height: 35px;
        border-radius: 4px;
        margin-right: 10px;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .pagination .next {
        margin-left: 0px;
    }

    .pagination .prev {
        margin-right: 10px;
    }

    .pagination .submit {
        font-size: 14px;
        margin-bottom: 5px;
    }
}


/* products_detail */

.products_detail {
    padding-top: 90px;
}

.products_detail .safe {
    display: flex;
    justify-content: space-between;
}

.products_detail .l_box {
    width: 42.5%;
    position: relative;
}

.products_detail img {
    display: block;
}

.products_detail .big_mySwiper {
    margin-bottom: 18px;
    position: relative;
}

.products_detail .big_mySwiper .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.products_detail .small_mySwiper .swiper-slide {
    border: 1px solid #e3e3e3;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}

.products_detail .small_mySwiper .swiper-slide-thumb-active {
    border: 1px solid #000;
}

.products_detail .big_mySwiper .switch {
    width: 42px;
    height: 42px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--co-18318D);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    font-weight: bold;
}

.products_detail .big_mySwiper .switch:hover {
    background-color: var(--co-18318D);
    color: #fff;
}

.products_detail .big_mySwiper .big_prev {
    left: 10px;
}

.products_detail .big_mySwiper .big_next {
    right: 10px;
}

.products_detail .l_box .swiper-pagination {
    display: none;
}

.products_detail .r_box {
    width: 51.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 60px 14.375% 191px 0px;
}

.products_detail .title38 {
    margin-bottom: 40px;
}

.products_detail .bianji {
    color: var(--co-4D4D4D);
    font-family: var(--regular);
    line-height: 28px;
    margin-bottom: 25px;
}

.products_detail .sharebox {
    display: flex;
    align-items: center;
    color: var(--co-666);
    font-size: 16px;
    margin-bottom: 60px;
}

.products_detail .sharebox span {
    margin-right: 5px;
}

.products_detail .btnbox {
    display: flex;
    align-items: center;
}

.products_detail .btnbox a {
    margin-right: 20px;
}

.products_detail .btnbox a:first-child {
    width: 165px;
}

.products_detail .btnbox a:last-child {
    margin-right: 0;
    width: 173px;
}



@media(max-width:1600px) {
    .products_detail {
        padding-top: 60px;
    }

    .products_detail .r_box {
        padding-top: 0;
    }

    .products_detail .title38 {
        margin-bottom: 30px;
    }

    .products_detail .sharebox {
        font-size: 16px;
        margin-bottom: 45px;
    }

    .products_detail .r_box {
        width: 51.8%;
        padding: 60px 14.375% 50px 0px;
    }
}

@media(max-width:1333px) {
    .products_detail {
        padding-top: 50px;
    }

    .products_detail .big_mySwiper .big_prev {
        left: 5px;
    }

    .products_detail .big_mySwiper .big_next {
        right: 5px;
    }

    .products_detail .r_box {
        width: 51.8%;
        padding: 30px 5% 0px 0px;
        justify-content: flex-start;
    }

    .products_detail .sharebox {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .products_detail .title38 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .products_detail {
        padding-top: 40px;
    }

    .products_detail .safe {
        align-items: center;
        flex-direction: column;
    }

    .products_detail .l_box {
        width: 60%;
        margin-bottom: 20px;
    }

    .products_detail .small_mySwiper {
        display: none;
    }

    .products_detail .big_mySwiper {
        margin-bottom: 0;
    }

    .products_detail .r_box {
        padding: 0;
        width: 100%;
    }

    .products_detail .title38 {
        margin-bottom: 10px;
    }

    .products_detail .bianji {
        line-height: 26px;
        margin-bottom: 15px;
    }

    .products_detail .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .products_detail .btnbox a:first-child {
        width: 135px;
    }

    .products_detail .btnbox a:last-child {
        margin-right: 0;
        width: 145px;
    }
}

@media(max-width:768px) {
    .products_detail .r_box .title {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .products_detail .safe {
        flex-direction: column;
    }

    .products_detail .l_box {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .products_detail .r_box {
        width: 100%;
    }
}

@media(max-width:539px) {
    .products_detail {
        padding-top: 30px;
    }

    .products_detail .r_box .title {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .products_detail .l_box {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .products_detail .big_mySwiper .switch {
        width: 38px;
        height: 38px;
        border-radius: 5px;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width:450px) {
    .products_detail .l_box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 18px;
    }
}

/* products_advantage */

.products_advantage {
    padding: 81px 0px 73px;
}

.products_advantage .title32 {
    margin-bottom: 40px;
}

.products_advantage .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_advantage .l_box {
    width: 45%;
}

.products_advantage .l_box p {
    color: var(--co-666);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    padding-left: 28px;
}

.products_advantage .l_box p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url(../images/3-1svg1.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.products_advantage .l_box p:last-child {
    margin-bottom: 0;
}

.products_advantage .r_box {
    width: 41.45%;
    border-radius: 12px;
    overflow: hidden;
}

@media(max-width:1600px) {
    .products_advantage {
        padding: 60px 0px;
    }

    .products_advantage .title32 {
        margin-bottom: 30px;
    }

    .products_advantage .l_box p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
        padding-left: 28px;
    }
}

@media(max-width:1333px) {
    .products_advantage {
        padding: 50px 0px;
    }

    .products_advantage .title32 {
        margin-bottom: 20px;
    }

    .products_advantage .l_box p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 10px;
        padding-left: 28px;
    }

    .products_advantage .r_box {
        width: 50%;
        border-radius: 10px;
    }
}

@media(max-width:999px) {
    .products_advantage {
        padding: 40px 0px;
    }

    .products_advantage .title32 {
        margin-bottom: 15px;
    }

    .products_advantage .box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .products_advantage .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .products_advantage .r_box {
        width: auto;
    }
}

@media(max-width:538px) {
    .products_advantage {
        padding: 30px 0px;
    }
}

/* products_application */

.products_application {
    margin-bottom: 80px;
}

.products_application .title32 {
    margin-bottom: 40px;
}

.products_application .wrap {
    display: flex;
    flex-wrap: wrap;
}

.products_application .inner {
    width: 32%;
    margin-right: 2%;
}

.products_application .inner:nth-child(3n) {
    margin-right: 0;
}

.products_application .imgbox {
    border-radius: 12px;
    overflow: hidden;
}

.products_application .title {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 20px;
    line-height: 30px;
    padding-top: 24px;
}

@media(max-width:1600px) {
    .products_application {
        margin-bottom: 60px;
    }

    .products_application .title32 {
        margin-bottom: 30px;
    }

    .products_application .title {
        font-size: 20px;
        line-height: 30px;
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .products_application {
        margin-bottom: 50px;
    }

    .products_application .title32 {
        margin-bottom: 20px;
    }

    .products_application .title {
        font-size: 18px;
        line-height: 28px;
        padding-top: 15px;
    }
}

@media(max-width:999px) {
    .products_application {
        margin-bottom: 40px;
    }

    .products_application .title32 {
        margin-bottom: 15px;
    }

    .products_application .title {
        font-size: 16px;
        line-height: 26px;
        padding-top: 10px;
    }

    .products_application .imgbox {
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .products_application .inner {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px;
    }

    .products_application .inner:nth-child(2n) {
        margin-right: 0;
    }

    .products_application .title {
        font-size: 14px;
        line-height: 24px;
        padding-top: 8px;
    }
}

@media(max-width:538px) {
    .products_application {
        margin-bottom: 30px;
    }
}

@media(max-width:420px) {
    .products_application .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
}



/* products_parameter */

.products_parameter {
    margin-bottom: 80px;
}

.products_parameter .title32 {
    margin-bottom: 40px;
}

.products_parameter table {
    border-collapse: collapse;
    /* border: 1px solid #dddddd; */
    width: 100%;
    margin-top: 0px;
    min-width: 700px;
    overflow: auto;
}

.products_parameter .tablen {
    overflow: auto;
}

.products_parameter table tr {
    color: #666666;
}

.products_parameter table tr td {
    border-right: 1px solid var(--co-E6E6E6);
    padding: 16px 15px;
    text-align: center;


    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.products_parameter table tr td:last-child {
    border-right: unset;
}

.products_parameter table tr:nth-child(even) {
    background-color: #f1f5f8;
}

.products_parameter table tr:nth-child(odd) {
    background-color: #fff;
}

.products_parameter table tr:first-child {
    background-color: #2fa3de;
}

.products_parameter table tr:first-child td {
    font-family: var(--SemiBold);
    color: var(--co-fff);
}

@media(max-width:1600px) {
    .products_parameter {
        margin-bottom: 60px;
    }

    .products_parameter .title32 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .products_parameter {
        margin-bottom: 50px;
    }

    .products_parameter .title32 {
        margin-bottom: 20px;
    }

    .products_parameter table tr td {
        padding: 12px 12px;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .products_parameter {
        margin-bottom: 40px;
    }

    .products_parameter .title32 {
        margin-bottom: 15px;
    }

    .products_parameter table tr td {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .products_parameter {
        margin-bottom: 30px;
    }
}


/* products_technical */

.products_technical {
    margin-bottom: 80px;
}

.products_technical .title32 {
    margin-bottom: 15px;
}

.products_technical .bianji {
    color: var(--co-4D4D4D);
    font-family: var(--regular);
    line-height: 28px;
    margin-bottom: 49px;
}

.products_technical .list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24.5px 0px;
    border-top: 1px solid var(--co-D9D9D9);
}

.products_technical .list li:last-child {
    border-bottom: 1px solid var(--co-D9D9D9);
}

.products_technical .l {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 18px;
    line-height: 28px;
    width: 100%;
}

.products_technical .r {
    flex-shrink: 0;
    margin-left: 8%;
}

.products_technical .r,
.products_technical .r a {
    display: flex;
    align-items: center;

    color: var(--co-666);
    font-family: var(--regular);
    font-size: 18px;
}

.products_technical .r span {
    margin-right: 8px;
}

.products_technical .r i {
    font-size: 24px;
    color: var(--co-666);
}

.products_technical .r a:hover span,
.products_technical .r a:hover i {
    color: var(--co-18318D);
}

@media(max-width:1600px) {
    .products_technical {
        margin-bottom: 60px;
    }

    .products_technical .bianji {
        line-height: 28px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .products_technical {
        margin-bottom: 50px;
    }

    .products_technical .bianji {
        line-height: 28px;
        margin-bottom: 30px;
    }

    .products_technical .list li {
        padding: 20px 0px;
    }

    .products_technical .r,
    .products_technical .r a {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .products_technical {
        margin-bottom: 40px;
    }

    .products_technical .bianji {
        line-height: 26px;
        margin-bottom: 20px;
    }

    .products_technical .l {
        font-size: 16px;
        line-height: 26px;
        width: 100%;
    }

    .products_technical .list li {
        padding: 16px 0px;
    }

    .products_technical .r,
    .products_technical .r a {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .products_technical .bianji {
        margin-bottom: 15px;
    }

    .products_technical .l {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .products_technical .list li {
        padding: 12px 0px;
    }
}

@media(max-width:538px) {
    .products_technical {
        margin-bottom: 30px;
    }
}


/* products_faq */

.products_faq {
    margin-bottom: 120px;
}

.products_faq .title32 {
    margin-bottom: 24px;
}

.products_faq .bianji {
    color: var(--co-4D4D4D);
    font-family: var(--regular);
    margin-bottom: 25px;
}

.products_faq .list li {
    padding: 27px 0px 27px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.products_faq .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_faq .l {
    display: flex;
    align-items: center;
}

.products_faq .l p {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 20px;
    line-height: 28px;
}

.products_faq .svgbox {
    flex-shrink: 0;
    margin-right: 30px;
}

.products_faq .question>i {
    width: 32px;
    height: 32px;
    border-radius: 999px;
    background: var(--co-18318D);
    font-size: 18px;
    color: var(--co-fff);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
}

.products_faq .answer {
    padding-top: 18px;

    color: var(--co-4D4D4D);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
    display: none;
    transition: none;
}

.products_faq .answer>div {
    display: flex;
    align-items: flex-start;
}

.products_faq .answer .svgbox {
    flex-shrink: 0;
    opacity: 0;
}

.products_faq .answer p {
    padding-right: 15%;
}

@media(max-width:1600px) {
    .products_faq {
        margin-bottom: 60px;
    }

    .products_faq .bianji {
        margin-bottom: 20px;
    }

    .products_faq .list li {
        padding: 25px 0px;
    }
}

@media(max-width:1333px) {
    .products_faq {
        margin-bottom: 50px;
    }

    .products_faq .list li {
        padding: 20px 0px;
    }

    .products_faq .l p {
        font-size: 18px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .products_faq {
        margin-bottom: 40px;
    }

    .products_faq .list li {
        padding: 15px 0px;
    }

    .products_faq .question>i {
        width: 28px;
        height: 28px;
        font-size: 16px;
    }

    .products_faq .l p {
        font-size: 16px;
        line-height: 24px;
    }

    .products_faq .answer {
        padding-top: 10px;
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .products_faq .svgbox {
        flex-shrink: 0;
        margin-right: 15px;
    }
}

@media(max-width:538px) {
    .products_faq {
        margin-bottom: 30px;
    }
}

/* related_products */

.related_products {
    padding: 84px 0px 78px;
    background: var(--co-F8F9FB);
}

.related_products .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 54px;
}

.related_products .btn {
    display: flex;
    align-items: center;
    color: var(--co-18318D);
    font-family: var(--regular);
    font-size: 20px;
}

.related_products .btn span {
    margin-right: 5px;
}

.related_products .btn i {
    transform: rotate(-45deg);
}

.related_products .btn:hover span {
    text-decoration: underline;
}

.related_products .imgbox {
    overflow: hidden;
    border-radius: 8px;
}

.related_products .title {
    text-align: center;
    padding-top: 24px;

    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_products .title a {
    color: var(--co-333);
}

.related_products .title:hover,
.related_products .title a:hover {
    color: var(--co-18318D);
}

.related_products .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.related_products .swiper-pagination-bullet {
    background: var(--co-18318D);
}

@media(max-width:1600px) {
    .related_products {
        padding: 60px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 45px;
    }

    .related_products .title {
        padding-top: 20px;
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .related_products {
        padding: 50px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 35px;
    }

    .related_products .title {
        padding-top: 15px;
        font-size: 16px;
    }

    .related_products .btn {
        font-size: 18px;
    }
}

@media(max-width:999px) {
    .related_products {
        padding: 40px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 25px;
    }

    .related_products .btn {
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .related_products .titlebox {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .related_products {
        padding: 30px 0px;
    }
}


/* applications_list */

.applications_list {
    padding: 94px 0px 120px;
}

.applications_list .title44 {
    margin-bottom: 34px;
}

.applications_list .bianji {
    color: var(--co-666);
}

.applications_list .bianji1 {
    margin-bottom: 60px;
    padding-right: 25%;
}

.applications_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.applications_list .inner {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 58px;
}

.applications_list .inner:nth-child(4n) {
    margin-right: 0;
}

.applications_list .imgbox {
    overflow: hidden;
}

.applications_list .contact {
    padding-top: 24px;
}

.applications_list .title {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 24px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}

.applications_list .title a {
    color: var(--co-333);
}

.applications_list .title:hover,
.applications_list .title a:hover {
    color: var(--co-18318D);
}

.applications_list .contact .bianji {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media(max-width:1600px) {
    .applications_list {
        padding: 60px 0px;
    }

    .applications_list .title44 {
        margin-bottom: 30px;
    }

    .applications_list .bianji1 {
        margin-bottom: 45px;
        padding-right: 18%;
    }

    .applications_list .contact {
        padding-top: 20px;
    }

    .applications_list .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .applications_list .inner {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .applications_list {
        padding: 50px 0px;
    }

    .applications_list .title44 {
        margin-bottom: 20px;
    }

    .applications_list .bianji1 {
        margin-bottom: 35px;
        padding-right: 10%;
    }

    .applications_list .contact {
        padding-top: 15px;
    }

    .applications_list .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .applications_list .inner {
        width: 23.5%;
        margin-right: 2%;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .applications_list {
        padding: 40px 0px;
    }

    .applications_list .title44 {
        margin-bottom: 15px;
    }

    .applications_list .bianji1 {
        margin-bottom: 25px;
        padding-right: 0%;
    }

    .applications_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .applications_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .applications_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .applications_list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .applications_list .contact {
        padding-top: 10px;
    }
}

@media(max-width:768px) {
    .applications_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .applications_list {
        padding: 30px 0px;
    }

    .applications_list .inner {
        width: 48%;
        margin-right: 4%;
    }

    .applications_list .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .applications_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}



/* applications_detail */

.applications_detail {
    padding: 91px 0px 90px;
}

.applications_detail .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.applications_detail .l_box {
    width: 58%;
}

.applications_detail .title32 {
    font-family: var(--regular);
    margin-bottom: 44px;
}

.applications_detail .sharebox {
    display: flex;
    align-items: center;
    color: var(--co-666);
    margin-bottom: 40px;
    padding-bottom: 41px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.applications_detail .sharebox span {
    margin-right: 5px;
}

.applications_detail .bianji {
    color: var(--co-666);
    margin-bottom: 69px;
}

.applications_detail .bianji em {
    font-style: normal;

    color: var(--co-333);
    font-size: 24px;
    line-height: 34px;
}

.applications_detail .r_box {
    width: 30%;
}

@media(max-width:1600px) {
    .applications_detail {
        padding: 60px 0px;
    }

    .applications_detail .title32 {
        margin-bottom: 35px;
    }

    .applications_detail .sharebox {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .applications_detail .bianji {
        margin-bottom: 50px;
    }

    .applications_detail .bianji em {
        font-size: 22px;
        line-height: 32px;
    }
}

@media(max-width:1333px) {
    .applications_detail {
        padding: 50px 0px;
    }

    .applications_detail .title32 {
        margin-bottom: 25px;
    }

    .applications_detail .sharebox {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .applications_detail .bianji {
        margin-bottom: 40px;
    }

    .applications_detail .r_box {
        width: 40%;
    }

    .applications_detail .bianji em {
        font-size: 20px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .applications_detail {
        padding: 40px 0px;
    }

    .applications_detail .title32 {
        margin-bottom: 15px;
    }

    .applications_detail .sharebox {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .applications_detail .bianji {
        margin-bottom: 30px;
    }

    .applications_detail .bianji em {
        font-size: 18px;
        line-height: 28px;
    }

    .applications_detail .safe {
        flex-direction: column;
    }

    .applications_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .applications_detail .r_box {
        width: auto;
    }
}

@media(max-width:768px) {
    .applications_detail .bianji {
        margin-bottom: 20px;
    }

    .applications_detail .bianji em {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .applications_detail {
        padding: 30px 0px;
    }
}


/* page_control */

.page_control {
    padding: 29px 0px 30px;
    border-top: 1px solid var(--co-D9D9D9);
    border-bottom: 1px solid var(--co-D9D9D9);
}

.page_control .con {
    margin-bottom: 20px;
}

.page_control .con:last-child {
    margin-bottom: 0;
}

.page_control .con,
.page_control .con a {
    display: flex;
    align-items: center;
}

.page_control i {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    color: var(--co-18318D);
    border: 1px solid var(--co-18318D);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    margin-right: 16px;
}

.page_control .con p {
    color: var(--co-4D4D4D);
}

.page_control .name {
    margin-right: 5px;
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 18px;
}

.page_control a:hover i {
    color: var(--co-fff);
    background: var(--co-18318D);
}

@media(max-width:1600px) {
    .page_control {
        padding: 25px 0px;
    }
}

@media(max-width:1333px) {
    .page_control {
        padding: 20px 0px;
    }

    .page_control .name {
        margin-right: 5px;
        font-size: 16px;
    }

    .page_control i {
        width: 42px;
        height: 42px;
        margin-right: 10px;
    }

    .page_control .con {
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .page_control {
        padding: 15px 0px;
    }

    .page_control .con {
        margin-bottom: 10px;
    }

    .page_control i {
        width: 38px;
        height: 38px;
        margin-right: 10px;
    }

    .page_control .name {
        margin-right: 3px;
        font-size: 14px;
    }
}

@media(max-width:768px) {}

@media(max-width:538px) {}


/* other_application */

.other_application {
    padding: 94px 0px 90px;
    background: var(--co-F8F9FA);
}

.other_application .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 46px;
}

.other_application .btn {
    display: flex;
    align-items: center;

    color: var(--co-18318D);
    font-size: 20px;
    line-height: 38px;
}

.other_application .btn span {
    margin-right: 5px;
}

.other_application .btn i {
    display: inline-block;
    transform: rotate(-45deg);
}

.other_application .imgbox {
    overflow: hidden;
}

.other_application .contact {
    padding-top: 24px;
}

.other_application .title {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 24px;
    line-height: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.other_application .title a {
    color: var(--co-333);
}

.other_application .title:hover,
.other_application .title a:hover {
    color: var(--co-18318D);
}

.other_application .bianji {
    color: var(--co-666);
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.other_application .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.other_application .swiper-pagination-bullet-active {
    background: var(--co-141414);
}

@media(max-width:1600px) {
    .other_application {
        padding: 60px 0px;
    }

    .other_application .contact {
        padding-top: 20px;
    }

    .other_application .titlebox {
        margin-bottom: 40px;
    }

    .other_application .title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 10px;
    }

    .other_application .btn {
        font-size: 18px;
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .other_application {
        padding: 50px 0px;
    }

    .other_application .contact {
        padding-top: 15px;
    }

    .other_application .titlebox {
        margin-bottom: 30px;
    }

    .other_application .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 8px;
    }

    .other_application .btn {
        font-size: 16px;
        line-height: unset;
    }
}

@media(max-width:999px) {
    .other_application {
        padding: 40px 0px;
    }

    .other_application .contact {
        padding-top: 10px;
    }

    .other_application .titlebox {
        margin-bottom: 20px;
    }

    .other_application .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .other_application .btn {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .other_application .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:538px) {
    .other_application {
        padding: 30px 0px;
    }
}


/* technology_list */

.technology_list {
    padding: 94px 0px 120px;
}

.technology_list .title44 {
    margin-bottom: 34px;
}

.technology_list .bianji {
    color: var(--co-666);
    padding-right: 25%;
    margin-bottom: 96px;
}

.technology_list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.technology_list .inner {
    width: 31.7%;
    margin-right: 2.45%;
    height: 219px;
    border-radius: 10px;
    background: var(--co-fff);
    box-shadow: 0 5px 20px 0 rgba(0, 69, 142, 0.10);
    padding: 36px 30px 30px 36px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 80px;
}

.technology_list .inner:nth-child(3n) {
    margin-right: 0;
}

.technology_list .imgbox {
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 15px;
    width: 40%;
}

.technology_list .contact {
    width: 54.5%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.technology_list .title {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.technology_list .title a {
    color: var(--co-333);
}

.technology_list .title:hover,
.technology_list .title a:hover {
    color: var(--co-18318D);
}

.technology_list .btn {
    display: flex;
    align-items: center;

    color: var(--co-18318D);
}

.technology_list .btn:hover span {
    text-decoration: underline;
}

.technology_list .btn span {
    margin-right: 5px;
    color: var(--co-18318D);
}

.technology_list .btn i {
    display: inline-block;
    transform: rotate(-45deg);
    color: var(--co-18318D);
}

@media(max-width:1600px) {
    .technology_list {
        padding: 60px 0px;
    }

    .technology_list .title44 {
        margin-bottom: 30px;
    }

    .technology_list .bianji {
        padding-right: 18%;
        margin-bottom: 80px;
    }

    .technology_list .imgbox {
        margin-right: 15px;
        width: 52%;
    }
}

@media(max-width:1333px) {
    .technology_list {
        padding: 50px 0px;
    }

    .technology_list .title44 {
        margin-bottom: 20px;
    }

    .technology_list .bianji {
        padding-right: 10%;
        margin-bottom: 40px;
    }

    .technology_list .inner {
        width: 31.7%;
        margin-right: 2.45%;
        height: auto;
        border-radius: 10px;
        padding: 25px;
        margin-bottom: 50px;
    }

    .technology_list .imgbox {
        margin-right: 15px;
        width: 48%;
    }

    .technology_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .technology_list {
        padding: 40px 0px;
    }

    .technology_list .title44 {
        margin-bottom: 15px;
    }

    .technology_list .bianji {
        padding-right: 0;
        margin-bottom: 20px;
    }

    .technology_list .inner {
        width: 49%;
        margin-right: 2%;
        padding: 20px;
        margin-bottom: 25px;
    }

    .technology_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .technology_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .technology_list .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .technology_list .imgbox {
        margin-right: 15px;
        width: 39%;
    }
}

@media(max-width:538px) {
    .technology_list {
        padding: 30px 0px;
    }

    .technology_list .wrap {
        margin-bottom: 25px;
    }

    .technology_list .inner {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .technology_list .inner:last-child {
        margin-bottom: 0;
    }
}


/* technology_detail */

.technology_detail {
    padding: 91px 0px 80px;
}

.technology_detail .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.technology_detail .l_box {
    width: 65.7%;
}

.technology_detail .title32 {
    font-family: var(--regular);
}

.technology_detail .t1 {
    margin-bottom: 28px;
}

.technology_detail .con1 {
    display: flex;
    align-items: center;

    color: var(--co-666);
    padding-bottom: 27px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.technology_detail .data {
    margin-right: 60px;
    color: var(--co-666);
}

.technology_detail .sharebox {
    display: flex;
    align-items: center;
}

.technology_detail .sharebox span {
    margin-right: 5px;
    color: var(--co-666);
}

.technology_detail .content1,
.technology_detail .content2,
.technology_detail .content3,
.technology_detail .content4 {
    color: var(--co-666);
    font-family: var(--regular);

    font-size: 16px;
    line-height: 28px;
}


/* content1 */

.technology_detail .content1 {
    margin-bottom: 30px;
}

.technology_detail .content1 img {
    display: inline-block;
}

/* content2 */

.technology_detail .content2 {
    margin-bottom: 30px;
}

.technology_detail .content2 strong {
    font-style: normal;
    display: block;
    color: var(--co-2EA3DD);
    font-family: var(--SemiBold);
    font-size: 20px;
    line-height: 30px;
}

.technology_detail .content2 p strong {
    font-style: normal;
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
}

/* content3 */
.technology_detail .content3 {
    margin-bottom: 40px;
}

.technology_detail .content3 strong {
    font-style: normal;
    display: block;
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 24px;
    line-height: 30px;
}

.technology_detail .content3 em {
    font-style: normal;
    font-family: var(--SemiBold);
    color: var(--co-333);
}

.technology_detail .content3 table {
    border-collapse: collapse;
    border: 1px solid var(--co-CCC);
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.technology_detail .content3 .tablen {
    overflow: auto;
}

.technology_detail .content3 table tr {
    color: #666666;
}

.technology_detail .content3 table tr td {
    border: 1px solid var(--co-CCC);
    padding: 15px 24px;
}

.technology_detail .content3 table tr td:first-child {
    font-family: var(--SemiBold);

    color: var(--co-333);
    font-size: 18px;
    line-height: 30px;
}

.technology_detail .content4 {
    margin-bottom: 60px;
}

.technology_detail .content4 strong {
    font-style: normal;
    display: block;
    color: var(--co-2EA3DD);
    font-family: var(--SemiBold);
    font-size: 20px;
    line-height: 30px;
}

.technology_detail .content4 p strong {
    font-style: normal;
    display: block;
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 24px;
    line-height: 30px;
}

.technology_detail .content4 p em {
    font-style: normal;
    font-family: var(--SemiBold);
    color: var(--co-333);
}





.technology_detail .r_box {
    width: 28%;
}

.technology_detail .t2 {
    margin-bottom: 7px;
}

.technology_detail .list li {
    padding: 34px 0px 38px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.technology_detail .list .title {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.technology_detail .list .title a {
    color: var(--co-333);
}

.technology_detail .list .title:hover,
.technology_detail .list .title a:hover {
    color: var(--co-2EA3DD);
}


@media(max-width:1600px) {
    .technology_detail {
        padding: 60px 0px;
    }

    .technology_detail .con1 {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .technology_detail .content2 p strong,
    .technology_detail .content4 p strong {
        font-size: 22px;
        line-height: 30px;
    }

    .technology_detail .content2 strong,
    .technology_detail .content4 strong {
        font-size: 18px;
        line-height: 28px;
    }

    .technology_detail .content3 strong {
        font-size: 22px;
        line-height: 30px;
    }

    .technology_detail .content3 table tr td:first-child {
        font-size: 16px;
        line-height: 28px;
    }

    .technology_detail .list li {
        padding: 30px 0px;
    }

    .technology_detail .list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .technology_detail .content3 table tr td {
        padding: 12px 20px;
    }
}

@media(max-width:1333px) {
    .technology_detail {
        padding: 50px 0px;
    }

    .technology_detail .content2 p strong,
    .technology_detail .content4 p strong {
        font-size: 20px;
        line-height: 28px;
    }

    .technology_detail .content2 strong,
    .technology_detail .content4 strong {
        font-size: 16px;
        line-height: 26px;
    }

    .technology_detail .content3 strong {
        font-size: 20px;
        line-height: 28px;
    }

    .technology_detail .content3 table tr td:first-child {
        font-size: 16px;
        line-height: 26px;
    }

    .technology_detail .content3 table tr td {
        font-size: 14px;
        line-height: 26px;
    }

    .technology_detail .list li {
        padding: 25px 0px;
    }

    .technology_detail .list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .technology_detail .t1 {
        margin-bottom: 20px;
    }

    .technology_detail .content3 table tr td {
        padding: 10px 15px;
    }
}

@media(max-width:999px) {
    .technology_detail {
        padding: 40px 0px;
    }

    .technology_detail .content2 p strong,
    .technology_detail .content4 p strong {
        font-size: 18px;
        line-height: 28px;
    }

    .technology_detail .content2 strong {
        font-size: 14px;
        line-height: 24px;
    }

    .technology_detail .content3 strong,
    .technology_detail .content4 strong {
        font-size: 18px;
        line-height: 28px;
    }

    .technology_detail .content3 table tr td:first-child {
        font-size: 14px;
        line-height: 24px;
    }

    .technology_detail .list li {
        padding: 20px 0px;
    }

    .technology_detail .safe {
        flex-direction: column;
    }

    .technology_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .technology_detail .r_box {
        width: 100%;
    }

    .technology_detail .content1,
    .technology_detail .content2,
    .technology_detail .content3,
    .technology_detail .content4 {
        font-size: 14px;
        line-height: 26px;
    }

    .technology_detail .content3 table tr td {
        padding: 8px 10px;
    }
}

@media(max-width:768px) {

    .technology_detail .content2 p strong,
    .technology_detail .content4 p strong {
        font-size: 16px;
        line-height: 26px;
    }

    .technology_detail .content3 strong,
    .technology_detail .content4 strong {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .technology_detail {
        padding: 30px 0px;
    }
}


/* 6-1 */

.news_list {
    padding: 94px 0px 120px;
}

.news_list .title44 {
    margin-bottom: 34px;
}

.news_list .bianji {
    color: var(--co-666);
}

.news_list .bianji1 {
    margin-bottom: 60px;
    padding-right: 25%;
}

.news_list .wrap {
    margin-bottom: 79px;
}

.news_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 18px;
    border-radius: 10px;
}

.news_list .inner:hover {
    background: var(--co-F8F9FA);
}

.news_list .inner:last-child {
    margin-bottom: 0;
}

.news_list .l_box {
    width: 25.4125%;
    border-radius: 10px;
    overflow: hidden;
}

.news_list .l_box img:hover {
    transform: scale(1.05);
}

.news_list .r_box {
    width: 70.8%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_list .contact {
    width: 88.7%;
    position: relative;
    padding-right: 7%;
}

.news_list .contact::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 120px;
    background: var(--co-E6E6E6);
}

.news_list .data {
    color: var(--co-666);
    margin-bottom: 19px;
}

.news_list .title {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a {
    color: var(--co-333);
}

.news_list .title:hover,
.news_list .title a:hover {
    color: var(--co-2EA3DD);
}

.news_list .contact .bianji {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 999px;
    background: var(--co-18318D);
    color: var(--co-fff);
    margin-right: 2.8%;
}

.news_list .btn:hover {
    background: var(--co-2EA3DD);
}

@media(max-width:1600px) {
    .news_list {
        padding: 60px 0px;
    }

    .news_list .title44 {
        margin-bottom: 30px;
    }

    .news_list .bianji1 {
        margin-bottom: 45px;
        padding-right: 18%;
    }

    .news_list .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .news_list .data {
        margin-bottom: 10px;
    }

    .news_list .inner {
        margin-bottom: 30px;
        padding: 15px;
        border-radius: 10px;
    }

    .news_list .wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .news_list {
        padding: 50px 0px;
    }

    .news_list .title44 {
        margin-bottom: 20px;
    }

    .news_list .bianji1 {
        margin-bottom: 35px;
        padding-right: 10%;
    }

    .news_list .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .news_list .btn {
        width: 42px;
        height: 42px;
        margin-right: 0%;
    }

    .news_list .inner {
        margin-bottom: 20px;
        padding: 15px;
        border-radius: 10px;
    }

    .news_list .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .title44 {
        margin-bottom: 15px;
    }

    .news_list .bianji1 {
        margin-bottom: 20px;
        padding-right: 0%;
    }

    .news_list .data {
        margin-bottom: 5px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 2px;
    }

    .news_list .contact {
        width: 86.7%;
        padding-right: 5%;
    }

    .news_list .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .news_list .inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .news_list .inner:last-child {
        margin-bottom: 0;
    }

    .news_list .l_box {
        width: auto;
        margin-bottom: 15px;
    }

    .news_list .r_box {
        width: 100%;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 2px;
    }

    .news_list .wrap {
        margin-bottom: 20px;
    }

    .news_list .inner {
        padding: 10px;
    }
}

@media(max-width:538px) {
    .news_list {
        padding: 30px 0px;
    }

    .news_list .r_box {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_list .contact {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }

    .news_list .contact::after {
        display: none;
    }

    .news_list .inner {
        padding: 0px;
    }
}


/* news_detail */

.news_detail {
    padding: 91px 0px 90px;
}

.news_detail .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_detail .l_box {
    width: 65.8%;
}

.news_detail .title32 {
    font-family: var(--regular);
}

.news_detail .t1 {
    margin-bottom: 29px;
}

.news_detail .con1 {
    display: flex;
    align-items: center;
    color: var(--co-666);
    padding-bottom: 26px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--co-D9D9D9);
}

.news_detail .data {
    margin-right: 50px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
}

.news_detail .sharebox span {
    margin-right: 5px;
}

.news_detail .bianji {
    color: var(--co-666);
    font-family: var(--regular);

    margin-bottom: 50px;
}

.news_detail .bianji strong {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 24px;
}

.news_detail .bianji em {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 18px;
    font-style: normal;
}

.news_detail .r_box {
    width: 28.1%;
}

.news_detail .t2 {
    margin-bottom: 20px;
}

.news_detail .r_box .inner {
    margin-bottom: 35px;
}

.news_detail .r_box .inner:last-child {
    margin-bottom: 0;
}

.news_detail .imgbox {
    border-radius: 10px;
    overflow: hidden;
}

.news_detail .contact {
    padding-top: 24px;
}

.news_detail .data1 {
    margin-bottom: 10px;
    color: var(--co-666);
}

.news_detail .tit {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 24px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail .tit a {
    color: var(--co-333);
}

.news_detail .tit:hover,
.news_detail .tit a:hover {
    color: var(--co-18318D);
}

@media(max-width:1600px) {
    .news_detail {
        padding: 60px 0px;
    }

    .news_detail .t1 {
        margin-bottom: 20px;
    }

    .news_detail .con1 {
        padding-bottom: 25px;
        margin-bottom: 30px;
    }

    .news_detail .bianji strong {
        font-size: 22px;
    }

    .news_detail .contact {
        padding-top: 20px;
    }

    .news_detail .tit {
        font-size: 22px;
        line-height: 28px;
    }

    .news_detail .r_box .inner {
        margin-bottom: 30px;
    }

    .news_detail .bianji {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .news_detail {
        padding: 50px 0px;
    }

    .news_detail .bianji strong {
        font-size: 20px;
    }

    .news_detail .bianji em {
        font-size: 16px;
    }

    .news_detail .contact {
        padding-top: 15px;
    }

    .news_detail .tit {
        font-size: 20px;
        line-height: 28px;
    }

    .news_detail .r_box .inner {
        margin-bottom: 25px;
    }

    .news_detail .con1 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .news_detail .bianji {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px;
    }

    .news_detail .bianji strong {
        font-size: 18px;
    }

    .news_detail .bianji em {
        font-size: 14px;
    }

    .news_detail .contact {
        padding-top: 10px;
    }

    .news_detail .tit {
        font-size: 18px;
        line-height: 28px;
    }

    .news_detail .r_box .inner {
        margin-bottom: 20px;
    }

    .news_detail .bianji {
        margin-bottom: 20px;
    }

    .news_detail .safe {
        flex-direction: column;
    }

    .news_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_detail .r_box {
        width: 100%;
    }

    .news_detail .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .news_detail .inner {
        width: 32%;
        margin-right: 2%;
    }

    .news_detail .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .news_detail .bianji strong {
        font-size: 16px;
    }

    .news_detail .tit {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:538px) {
    .news_detail {
        padding: 30px 0px;
    }

    .news_detail .r_box .inner {
        width: 48%;
        margin-right: 4%;
    }

    .news_detail .r_box .inner:nth-child(3n) {
        margin-right: 4%;
    }

    .news_detail .r_box .inner:nth-child(2n) {
        margin-right: 0;
    }

    .news_detail .con1 {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_detail .t1 {
        margin-bottom: 10px;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media(max-width:400px) {
    .news_detail .r_box .inner {
        width: 100%;
        margin-right: 0%;
    }
}



/* 7-1 */

.contact_help {
    padding: 100px 0px 74px;
}

.contact_help .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact_help .l_box {
    width: 35%;
    padding-top: 4px;
}

.contact_help .title44 {
    margin-bottom: 34px;
}

.contact_help .bianji {
    margin-bottom: 70px;
}

.contact_help .wrap {
    display: flex;
    flex-wrap: wrap;
}

.contact_help .inner {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.contact_help .svgbox {
    flex-shrink: 0;
    margin-right: 8px;
    flex-shrink: 0;
}

.contact_help .svgbox i {
    color: var(--co-18318D);
    font-size: 22px;
}

.contact_help .name {
    color: var(--co-333);
    font-family: var(--SemiBold);
    font-size: 16px;
    line-height: 26px;
    margin-right: 5px;
}

.contact_help .resu {
    color: var(--co-333);
}

.contact_help .last {
    width: 100% !important;
}

.contact_help .inner a:hover {
    color: var(--co-18318D);
}


.contact_help .r_box {
    width: 53.55%;
    padding-right: 2.45%;
}

.contact_help .inpbox1 {
    display: flex;
    align-items: flex-start;
}

.contact_help .inp1 {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.contact_help .inp1:last-child {
    margin-right: 0;
}

.contact_help form input {
    height: 56px;
    border-radius: 4px;
    border: 1px solid var(--co-CCC);
    width: 100%;
    padding: 0px 20px;
}

.contact_help form input,
.contact_help form textarea {
    color: var(--co-333);
    font-family: var(--regular);
    font-size: 16px;
    line-height: 28px;
}

.contact_help form input::placeholder,
.contact_help form textarea::placeholder {
    color: #808080;
}

.contact_help .inpbox2 {
    margin-bottom: 20px;
}

.contact_help form textarea {
    width: 100%;
    height: 160px;
    padding: 12px 20px;
    border: 1px solid var(--co-CCC);
    border-radius: 4px;
    resize: none;
}

.contact_help .submit input {
    background: linear-gradient(90deg, #18318D 0%, #467BDE 50%, #2EA3DD 100%);
    color: var(--co-fff);
    cursor: pointer;
}

.contact_help .submit input:hover {
    background: linear-gradient(-90deg, #18318D 0%, #467BDE 50%, #2EA3DD 100%);
}

.contact_help .code {
    position: relative;
}

.contact_help .code input {
    padding-right: 120px !important;
}

.contact_help .codebox {
    position: absolute;
    width: 100px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 95%;
    right: 3px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
}

.contact_help .drop-btn input {
    padding-right: 35px !important;
}

.contact_help .drop-btn i {
    right: 15px !important;
}

.contact_help .must {
    position: relative;
}

.contact_help .must input {
    padding-left: 26px;
}

.contact_help .must::after {
    content: "*";
    position: absolute;
    left: 18px;
    top: 18px;
    color: #ff0000;
}

@media(max-width:1600px) {
    .contact_help {
        padding: 60px 0px;
    }

    .contact_help .l_box {
        padding-top: 0;
    }

    .contact_help .title44 {
        margin-bottom: 30px;
    }

    .contact_help .bianji {
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .contact_help {
        padding: 50px 0px;
    }

    .contact_help .title44 {
        margin-bottom: 20px;
    }

    .contact_help .bianji {
        margin-bottom: 35px;
    }

    .contact_help .l_box {
        width: 42%;
    }

    .contact_help .name {
        font-size: 14px;
        line-height: 24px;
        margin-right: 2px;
    }

    .contact_help .inner {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .contact_help {
        padding: 40px 0px;
    }

    .contact_help .bianji {
        margin-bottom: 25px;
    }

    .contact_help .safe {
        flex-direction: column;
    }

    .contact_help .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .contact_help .r_box {
        width: 100%;
    }

    .contact_help .inner {
        margin-bottom: 20px;
    }

    .contact_help .last {
        margin-bottom: 0;
    }

    .contact_help form input {
        height: 50px;
        border-radius: 4px;
    }

    .contact_help .inp1,
    .contact_help .inpbox2 {
        margin-bottom: 15px;
    }

    .contact_help form input,
    .contact_help form textarea {
        font-size: 14px;
        line-height: 26px;
    }

    .contact_help .title44 {
        margin-bottom: 10px;
    }

}

@media(max-width:768px) {
    .contact_help .bianji {
        margin-bottom: 15px;
    }
}

@media(max-width:538px) {
    .contact_help {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .contact_help .inpbox1 {
        flex-direction: column;
    }

    .contact_help .inp1 {
        width: 100%;
    }

    .contact_help .inner {
        width: 100% !important;
    }
}


/* contact_map */

.contact_map {
    margin-bottom: 100px;
}

@media(max-width:1600px) {
    .contact_map {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .contact_map {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .contact_map {
        margin-bottom: 40px;
    }
}

@media(max-width:538px) {
    .contact_map {
        margin-bottom: 30px;
    }
}



@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot') format('embedded-opentype'),
        url('../fonts/RobotoRegular.woff2') format('woff2'),
        url('../fonts/RobotoRegular.woff') format('woff'),
        url('../fonts/Roboto-Regular.ttf') format('truetype'),
        url('../fonts/Roboto-Regular.svg#RobotoRegular') format('svg');
}

@font-face {
    font-family: 'Roboto-SemiBold';
    src: url('../fonts/Roboto-SemiBold.eot');
    src: url('../fonts/Roboto-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/Roboto-SemiBold.woff2') format('woff2'),
        url('../fonts/Roboto-SemiBold.woff') format('woff'),
        url('../fonts/Roboto-SemiBold.ttf') format('truetype'),
        url('../fonts/Roboto-SemiBold.svg#RobotoSemiBold') format('svg');
}


.bg00 {
    background-color: #000;
}

.m-kefu-chat {
    z-index: 1000000000 !important;
}

.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0 !important;
    pointer-events: none;
}

.email a {
    word-break: break-all;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1768199771057') format('woff'),
        url('iconfont.ttf?t=1768199771057') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
    content: "\ec0e";
}

.icon-wechat1:before {
    content: "\e6c7";
}

.icon-dianhua:before {
    content: "\e61b";
}

.icon-dianhua1:before {
    content: "\e842";
}

.icon-xiazai16:before {
    content: "\e612";
}

.icon-jinru:before {
    content: "\e627";
}

.icon-mima-yanjing-guanbi:before {
    content: "\e622";
}

.icon-mima_yanjing:before {
    content: "\e6c2";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}


.column {
    position: fixed;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 6px;
    max-width: 250px;
    background-color: transparent;
    display: flex;
    align-items: center;
    background: rgba(219, 219, 219, .86);
    border-radius: 5px;
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li .tiaozhuan {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 5px;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 5px;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-top {
    transform: rotate(0deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column .wechat .erweima img {
    filter: unset !important;
}

.column img {
    display: block;
    width: auto;
}

.column .gotop i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.column i {
    color: #fff !important;
}

.column .imgbox:hover {
    background: var(--co-18318D);
}

.column .gotop i {
    display: inline-block;
    transform: rotate(-180deg);
}

.column li i {
    font-size: 24px;
}



@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        width: 100%;
        height: 50px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column .wechat .erweima {
        border: 10px solid rgba(0, 0, 0, .1);
        border-radius: 0px;
    }

    .column .wechat .erweima img,
    .column .whatsapp .erweima img {
        border-radius: 0 !important;
    }
}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox a {
        width: 100%;

    }
}





/* animation.min.css */


.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
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .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;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -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, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    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, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    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;
    -ms-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
}

@-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 bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    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-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    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-animation-duration: .75s;
    animation-duration: .75s
}

@-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: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.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
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-transition-timing-function: ease-in;
        transition-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-animation-duration: .75s;
    animation-duration: .75s;
    -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-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 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.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    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, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.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%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (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.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: 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;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.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-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-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;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-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-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.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%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (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.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: 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;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.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-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    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: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-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;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-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-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}