@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    margin: 0 auto;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    margin: 0 auto;
    font-family: Poppins-Regular;
}

*::selection {
    color: #fff;
    background-color: #3e6cbc;
}

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

.clear {
    clear: both;
}

.safe {
    max-width: 1400px;
    width: calc(100% - 78px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1400px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 30px);
    }
}


.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
}

.banner .slick-arrow {
    position: absolute;
    z-index: 99;
    display: block !important;
    top: 50%;
    margin-top: -31px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner .slick-arrow i {
    font-size: 50px;
    color: rgba(255, 255, 255, 0.5);
}

.banner .slick-arrow i:hover {
    color: rgba(255, 255, 255, 1);
}

.banner .slick-arrow:hover img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

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

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

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

.banner .slick-dots li {
    margin-right: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.banner .slick-dots li.slick-active a {
    cursor: pointer;
    opacity: 1;
    background-color: #e4002b;
}

.banner .slick-dots a {
    display: block;
    width: 11px;
    height: 11px;
    background-color: #000000;
    opacity: 0.2;
    border-radius: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner.hide {
    display: none;
}
@media screen and (max-width: 999px) {
    .banner .slick-dots {
        bottom: 10px;
        display:block !important;
    }
    
    .banner .slick-dots li.slick-active a{
        background-color:#006cba;
    }
}
@media screen and (max-width: 959px) {
    .banner {
        display: block;
    }

    .banner.hide {
        display: block;
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .banner .slick-dots {
        bottom: 10px;
        display:block;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }

    .banner .slick-dots a {
        width: 10px;
        height: 10px;
    }

    .banner2 {
        display: none;
    }
}

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

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

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

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

.slick-list:focus {
    outline: 0
}

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

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

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

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

.slick-track:after {
    clear: both
}

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

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

.slick-slide img {
    display: block
}

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

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

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

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

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

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

.slick-slide {
    position: relative;
}

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

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

.slick-arrow img {
    filter: brightness(100);
}

.slick-arrow:hover img {
    filter: unset;
}

@media(max-width:1333px) {

    .banner .slick-prev img,
    .banner .slick-next img {
        width: 50px;
    }

    .banner .slick-arrow {
        z-index: 99;
        top: 50%;
        margin-top: -31px;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

.banner {
    position: relative;
}

.banner .safe {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.banner .title {
    font-family: Poppins-SemiBold;
    font-size: 48px;
    line-height: 54px;
    color: #ffffff;
    text-align: center;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.banner .box {
    min-height: 154px;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 931px;
    margin: 0 auto;
    padding: 30px 2%;
}

.banner .btn {
    position: absolute;
    width: 200px;
    height: 50px;
    background-color: #006cba;
    border-radius: 25px;
    bottom: -25px;
    left: 0;
    right: 0;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .btn:hover {
    background-color: #fff;
    color: #006cba;
}



.banner {
    margin-top: 80px;
}

@media(max-width:1600px) {}

@media(max-width:1333px) {
    .banner {
        margin-top: 70px;
    }

    .banner .title {
        font-size: 42px;
        line-height: 54px;
    }

    .banner .box {
        min-height: 140px;
        max-width: 931px;
        padding: 25px 2%;
    }

    .banner .btn {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        bottom: -22.5px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .banner {
        margin-top: 60px;
    }
    
    .banner .box{
        display:none;
    }

    .banner .box {
        height: 125px;
        max-width: 750px;
        padding: 0px 2%;
    }

    .banner .title {
        font-size: 34px;
        line-height: 54px;
    }
}

@media(max-width:768px) {
    .banner {
        margin-top: 50px;
    }

    .banner .pic {
        min-height: 200px;
        object-fit: cover;
    }

    .banner .box {
        height: 95px;
        max-width: 750px;
        padding: 0px 2%;
    }

    .banner .title {
        font-size: 28px;
    }

    .banner .btn {
        width: 140px;
        height: 40px;
        border-radius: 25px;
        bottom: -20px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .banner .box {
        height: 85px;
        max-width: 750px;
        padding: 0px 2%;
    }

    .banner .title {
        font-size: 22px;
    }
}



/* page_banner */

.page_banner {
    margin-top: 80px;
    position: relative;
}

.page_banner .bg {
    width: 100%;
    object-fit: cover;
}

.page_banner .safe {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.page_banner .title {
    font-family: Poppins-SemiBold;
    font-size: 72px;
    color: #ffffff;
}

/* crumb */

.crumb {
    padding-top: 27px;
}

.crumb a {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333;
}

.crumb a:hover {
    color: #999;
}

.crumb .active {
    color: #999;
}

@media(max-width:1600px) {
    .page_banner .title {
        font-size: 64px;
    }

    .crumb {
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .page_banner {
        margin-top: 70px;
    }

    .page_banner .title {
        font-size: 58px;
    }

    .crumb {
        padding-top: 15px;
    }
}

@media(max-width:999px) {
    .page_banner {
        margin-top: 60px;
    }

    .page_banner .title {
        font-size: 48px;
    }

    .crumb {
        padding-top: 10px;
    }
}

@media(max-width:768px) {
    .page_banner {
        margin-top: 50px;
    }

    .page_banner .title {
        font-size: 40px;
    }

    .crumb a {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .page_banner .title {
        font-size: 32px;
    }

    .page_banner .bg {
        min-height: 200px;
        object-fit: cover;
    }
}



/* 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)
    }
}




/* cebianlan  common*/
/* rightlist */

.column {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 150;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 3px;
    min-width: 50px;
    max-width: 250px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.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: 52px;
    height: 52px;
    background-color: #c5c4c3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    box-shadow: 0px 0px 17px 1px rgba(0, 0, 0, 0.15);
}



.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.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-xiajiantou {
    transform: rotate(180deg);
}

.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 img {
    display: block;
    width: 45%;
}

.column .gotop i {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column .facebook i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.column .phonebox:hover img {
    filter: brightness(100);
}

.column .phonebox .phone {
    width: 0;
    /* padding: 0px 10px; */
    display: flex;
}

.column .phonebox .phone p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear width .3s;
    color: #fff;
}

.column i {
    color: #fff !important;
}

.column .phonebox:hover .phone {
    width: 180px;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
}


.column .imgbox:hover {
    background-color: #2a5caa;
}

.column .imgbox:hover img {
    filter: brightness(100);
}

.column .phonebox:hover .imgbox {
    background-color: #2a5caa !important;
}


@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .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;
        z-index: 30;
        width: 100%;
        height: 45px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .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: 18%; */
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column .facebook i {
        border: unset;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox:hover .phone {}

    .column .phonebox .phone {
        width: auto;
        min-width: 180px;
        margin-right: 0px;
        margin-left: 0px;
        top: -40px;
        position: absolute;
        background: #fff;
        padding: 10px;
    }

    .column .phonebox .phone p {
        color: #333;
    }

    .column .phonebox .phone {
        display: none;
    }
}

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

    }

}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column .phonebox .phone {
        right: 0;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .gotop i {
        font-size: 14px !important;
    }

    .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 {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

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






/* search */

.searchbox a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.searchbox a:hover {
    color: #006cba;
}

.searchbox {
    position: relative;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 50px;
    background-color: #fff;
    height: 55px;
    border: 2px solid #00205b;
    padding-left: 15px;
    display: none;
    transition: none;
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
}

.searchbox .s_wrap .searchbtn {
    width: 20%;
    height: 100%;
    position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    cursor: pointer;
}

.searchbox .s_wrap .sub {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
    color: #006cba;
}

.searchbox {
    margin-right: 0 !important;
}



.lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    margin-left: 52px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.lanauage_wrap .lanauage>i {
    font-size: 18px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 24px;
    color: #333333 !important;
    margin-right: 6px;
}

.lanauage_wrap .lanauage .lanbox i {
    color: #333333;
    font-size: 12px;
    margin-left: 20px;
}

.lanauage_wrap .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage_wrap .lanbox a {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #666666;
    margin-left: 5px;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .lanbox i {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff !important;
    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;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #006cba;
}

.lanauage_wrap .lanauage .silde-down li:hover a {
    color: #fff !important;
}

.lanauage_wrap .name {
    color: #333333 !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #999 !important;
}

.lanauage_wrap .lanauage:hover i {
    color: #999 !important;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #999 !important;
}

@media(max-width:1600px) {
    .lanauage_wrap {
        margin-left: 20px;
    }
}

@media(max-width:1333px) {
    .lanauage_wrap .lanbox a {
        font-size: 14px !important;
    }

    .lanauage_wrap {
        margin-left: 12px;
    }

    .searchbox a {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
    }
}



@media(max-width:999px) {

    .lanauage_wrap .lanauage .silde-down a {
        padding: 7px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap {
        width: 95px;
        height: 40px;
        margin-left: 15px;
    }

    .lanauage_wrap .lanauage .lanbox i {
        font-size: 12px;
        margin-left: 5px;
    }

    .searchbox {
        display: none;
    }

}

@media(max-width:768px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 5px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap {
        width: 95px;
        height: 35px;
        margin-left: 10px;
    }
}





.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: 75px;
        left: 2.5%;
        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: 60px;
    }
}


/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000;
    height: 80px;
    background-color: #fff;
}

header>.safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 52px;
}

header .menubox>li {
    position: relative;
    margin: 0px 17.8px;
}


header .menubox>li>a {
    padding: 25.5px 0px;
    display: inline-block;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

header .menubox>li>a img {
    margin-bottom: 0px;
    transition: ease .3s all;
}

header .menubox>li>a i {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-inline-end: 6px;
}

header .menubox>li>a::after {
    position: absolute;
    content: "";
    width: 0px;
    bottom: 0px;
    transition: ease width .3s;
    height: 3px;
    background-color: #b3c700;
    border-radius: 2px;
}


header .menubox ul a {
    padding: 8.5px 25px;
    display: inline-block;
    min-width: 189px;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #666666;
    width: 100%;
    border-bottom: 1px solid #cccccc;
}

header .menubox ul li:last-child a {
    border-bottom: unset;
}

header .get_a_quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background-color: #e4002b;
    border-radius: 4px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #fefefe;
    margin-left: 33px;
}

/*header .menubox>li:last-child {
    display: none;
}*/

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: -12px;
    background-color: #fff;
    display: none;
    transition: none;
}

header .menubox>li ul {
    min-width: 262px;
    width: max-content;
    /* padding: 15px 0px; */
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    max-height: 500px;
    overflow: auto;
    scrollbar-color: #666 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    border-radius: 8px;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
}

header .logo {
    flex-shrink: 0;
}

header .rightbox {
    margin-right: 33px;
}

header .contact {
    width: 260px;
    background-color: #006cba;
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    display: none;
}

header .contact:hover {
    background-color: #000;
}

/* header_hover */
header .menubox>li:hover>a {
    color: #006cba !important;
}

header .menubox>li:hover>a::after {}

header .menubox ul li:hover>a {
    color: #006cba;
}

/* header_active */
header .menubox .active_title>a {
    color: #006cba !important;
}

header .menubox .active_title>a::after {}


@media(max-width:1900px) {
    header .contact {
        width: 200px;
        height: 100%;
        top: 0;
        font-size: 18px;
    }

    header .menubox {
        margin-right: 40px;
    }

    .lanauage_wrap {
        margin-right: 40px;
        z-index: 100;
        margin-left: 30px;
        font-size: 16px;
    }
}

@media(max-width:1700px) {
    header .contact {
        width: 165px;
        height: 100%;
        top: 0;
        font-size: 18px;
    }

    .lanauage_wrap {
        margin-right: 60px;
        z-index: 100;
        margin-left: 20px;
        font-size: 16px;
    }

    .lanauage_wrap .lanauage .lanbox i {
        font-size: 12px;
        margin-left: 10px;
    }
}

@media(max-width:1600px) {
    header .menubox>li:last-child {
        display: block;
    }

    header .contact {
        display: none;
    }

    header .rightbox {
        margin-right: 0;
    }

    header .menubox {
        margin-right: 20px;
    }

    header .menubox>li>a {
        font-size: 16px;
    }

    header .menubox>li {
        position: relative;
        margin: 0px 20.8px;
    }

    .lanauage_wrap {
        margin-right: 0;
    }
}

@media(max-width:1333px) {
    header .menubox>li {
        position: relative;
        margin: 0px 13px;
    }

    header .menubox {
        margin-right: 15px;
    }

    header .logo img {
        width: 190px;
    }

    header .menubox>li>a {
        padding: 22px 0px;
        font-size: 16px;
    }

    header {
        width: 100%;
        height: 70px;
    }
}

@media(max-width:1200px) {

    header .menubox>li>a {
        padding: 23.5px 0px;
        font-size: 14px;
    }

    header .menubox>li {
        position: relative;
        margin: 0px 12px;
    }

    .searchbox a {
        font-size: 16px;
    }
}

@media(max-width:1100px) {
    header .menubox>li {
        position: relative;
        margin: 0px 6px;
    }
}

@media(max-width:999px) {
    header .menubox {
        display: none;
    }

    .lanauage_wrap {
        margin-left: 0;
    }

    header {
        height: 60px;
    }

    header .logo img {
        width: 170px;
    }
}

@media(max-width:768px) {
    header {
        height: 50px;
    }

    header .logo img {
        width: 150px;
    }
}

@media(max-width:570px) {
    header .logo img {
        width: 130px;
    }
}



/* fix_header */

.fix_header {
    background-color: #fff;
    top: 0 !important;
}

@media(max-width:999px) {
    .fix_header {
        top: 0;
    }

    .fix_header .topbox {
        display: none;
    }
}


/* common */

.s_title1 {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #999999;
}

.s_title1 a {
    color: #999;
}

.s_title1 a:hover {
    color: #006cba;
}

@media(max-width:999px) {}

@media(max-width:768px) {
    .s_title1 {
        font-size: 14px;
    }
}

@media(max-width:570px) {}

.title42 {
    font-family: Poppins-SemiBold;
    font-size: 42px;
    color: #333333;
}

.title42 a {
    color: #333;
}

.title42 a:hover {
    color: #006cba;
}

.title36 {
    font-family: Poppins-SemiBold;
    font-size: 36px;
    color: #333333;
}

@media(max-width:1600px) {
    .title42 {
        font-size: 38px;
    }

    .title36 {
        font-size: 32px;
    }
}

@media(max-width:1333px) {
    .title42 {
        font-size: 34px;
    }

    .title36 {
        font-size: 28px;
    }
}

@media(max-width:999px) {
    .title42 {
        font-size: 30px;
    }

    .title36 {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .title42 {
        font-size: 26px;
    }

    .title36 {
        font-size: 22px;
    }
}

@media(max-width:570px) {
    .title42 {
        font-size: 22px;
    }

    .title36 {
        font-size: 20px;
    }
}


.s_btnbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.s_btnbox .progress {
    width: 100%;
}

.s_btnbox .swiper-pagination {
    position: static;
}

.s_btnbox i {
    width: 43px;
    height: 43px;
    background-color: #eeeeee;
    color: #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-weight: bold;
    flex-shrink: 0;
    cursor: pointer;
}

.s_btnbox i:hover {
    background-color: #8fcdf1;
    color: #fff;
}

.s_btnbox .line1 {
    height: 2px;
    width: 100%;
    background-color: #8fcdf1;
}

.s_btnbox i:first-child {
    margin-right: 32px;
}

.s_btnbox i:last-child {
    margin-left: 32px;
}

.s_btnbox .swiper-pagination {
    height: 2px !important;
}

.s_btnbox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: #8fcdf1;
}

@media(max-width:768px) {
    .s_btnbox i:first-child {
        margin-right: 20px;
    }

    .s_btnbox i:last-child {
        margin-left: 20px;
    }

    .s_btnbox i {
        width: 40px;
        height: 40px;
    }
}

@media(max-width:570px) {
    .s_btnbox i:first-child {
        margin-right: 15px;
    }

    .s_btnbox i:last-child {
        margin-left: 15px;
    }

    .s_btnbox i {
        width: 35px;
        height: 35px;
    }
}


/* h_product */

.h_product {
    padding: 73px 0px 79px;
}

.h_product .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.h_product .s_title1 {
    margin-bottom: 4px;
}

.h_product .title42 {
    line-height: 54px;
    width: 45%;
}

.h_product .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background-color: #006cba;
    border-radius: 25px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #006cba;
    margin-top: 12px;
}

.h_product .btnbox:hover {
    background-color: #fff;
    color: #006cba;
}

.h_product .swiper {
    margin-bottom: 38px;
}

.h_product .imgbox {
    overflow: hidden;
    border-radius: 10px;
}

.h_product .contact {
    padding-top: 25px;
}

.h_product .title {
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.h_product .title a {
    color: #333333;
}

.h_product .title:hover,
.h_product .title a:hover {
    color: #006cba;
}

.h_product .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 26px;
}

.h_product .btn {
    display: flex;
    align-items: center;
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #333333;
}

.h_product .btn:hover {
    color: #006cba;
}

.h_product .btn i {
    font-weight: bold;
    color: #006cba;
    margin-right: 10px;
}

@media(max-width:1600px) {
    .h_product {
        padding: 40px 0px 50px;
    }

    .h_product .btnbox {
        margin-top: 0;
    }

    .h_product .titlebox {
        margin-bottom: 30px;
    }

    .h_product .title {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .h_product .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .h_product .title42 {
        line-height: 42px;
    }

    .h_product .contact {
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .h_product .titlebox {
        margin-bottom: 20px;
    }

    .h_product .contact {
        padding-top: 15px;
    }

    .h_product .title {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .h_product .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .h_product .swiper {
        margin-bottom: 30px;
    }

    .h_product .btnbox {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        font-size: 18px;
        margin-top: 0px;
    }
}

@media(max-width:999px) {
    .h_product {
        padding: 30px 0px 40px;
    }

    .h_product .titlebox {
        margin-bottom: 15px;
    }

    .h_product .titlebox {
        flex-direction: column;
    }

    .h_product .title42 {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .h_product .btnbox {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
        margin-top: 0px;
    }

    .h_product .contact {
        padding-top: 10px;
    }

    .h_product .title {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .h_product .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .h_product .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .h_product .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .h_product .btn {
        font-size: 14px;
    }

    .h_product .swiper {
        margin-bottom: 20px;
    }

    .h_product .btnbox {
        width: 150px;
        height: 40px;
        border-radius: 25px;
        font-size: 14px;
        margin-top: 0px;
    }

    .h_product .title42 {
        line-height: 34px;
    }

}

@media(max-width:570px) {
    .h_product {
        padding: 20px 0px 30px;
    }

    .h_product .title42 {
        line-height: 30px;
    }
}


/* h1_application */

.h1_application1 {
    padding: 74px 0px 79px;
    background-color: #e8edf3;
}

.h1_application2 {
    margin-bottom: 79px;
}

.h1_application .titlebox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 19px;
}

.h1_application .l {
    width: 32%;
}

.h1_application .s_title1 {
    margin-bottom: 4px;
}

.h1_application .title42 {
    line-height: 54px;
}

.h1_application .con {
    width: 62%;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 30px;
    transform: translateY(-5px);
}

.h1_application .box {}

.h1_application .swiper {
    margin-bottom: 42px;
}

.h1_application .swiper-slide:last-child {
    margin-right: 15% !important;
}

.h1_application .swiper-pagination {
    position: static;
}

.h1_application .swiper-slide {
    width: 20.3571%;
    margin-right: 1.5%;
    height: 600px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: width .3s linear;
}

.h1_application .swiper-slide:last-child {
    margin-right: 0;
}

/* .h1_application .swiper-slide-active {
    width: 34.5%;
} */

.h1_application .swiper-slide:hover {
    width: 34.5%;
}

.h1_application .swiper-slide:hover .svgbox,
.h1_application .swiper-slide:hover .content1 {
    opacity: 0;
    pointer-events: none;
}

.h1_application .swiper-slide:hover .shadow {
    opacity: 1 !important;
    pointer-events: all !important;
}

.h1_application .swiper-slide .bg {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.h1_application .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 30px 18px;
    z-index: 10;
}

.h1_application .inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
}

.h1_application .svgbox {
    margin: 0 auto;
    margin-bottom: 38px;
}

.h1_application .content1 {
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h1_application .shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding: 97px 35px 70px 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.h1_application .title {
    font-family: Poppins-Medium;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 10px;
}

.h1_application .title a {
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h1_application .title a:hover {
    text-decoration: underline;
}

.h1_application .content2 {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 109px;
}

.h1_application .btn {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
}

.h1_application .btn:hover span {
    text-decoration: underline;
}

.h1_application .btn i {
    width: 40px;
    height: 40px;
    background-color: #8fcdf1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006cba;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: bold;
}

.h1_application .control {
    display: flex;
    align-items: center;
    width: 31%;
    margin: 0 auto;
}

.h1_application .swiper-pagination {
    display: flex;
    justify-content: center;
}

.h1_application .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background-color: #ffffff;
    border-radius: 50px;
    margin-left: 0 !important;
    margin-right: 38px !important;
    opacity: 1;
    flex-shrink: 0;
}

.h1_application2 .swiper-pagination-bullet {
    background-color: #ccc;
}

.h1_application .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

.h1_application .swiper-pagination-bullet-active {
    width: 7px;
    height: 7px;
    background-color: #006cba;
}



.h1_application .control i {
    color: #006cba;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.h1_application .control i:hover {
    opacity: .8;
}

.h1_application .bg {
    width: 100%;
}

@media(max-width:1600px) {
    .h1_application1 {
        padding: 50px 0px;
    }

    .h1_application2 {
        margin-bottom: 50px;
    }

    .h1_application .con {
        padding-top: 0;
        transform: translateY(0px);
    }

    .h1_application .titlebox {
        align-items: center;
    }

    .h1_application .control {
        width: 35%;
    }

    .h1_application .shadow {
        padding: 80px 35px 70px 35px;
    }

    .h1_application .title {
        font-size: 22px;
        line-height: 34px;
        margin-bottom: 10px;
    }

    .h1_application .title42 {
        line-height: 50px;
    }
}

@media(max-width:1333px) {
    .h1_application .swiper-slide {
        width: 25.3571%;
        margin-right: 1.5%;
        height: 500px;
    }

    .h1_application .content1 {
        font-size: 18px;
    }

    .h1_application .control {
        width: 60%;
    }

    .h1_application .shadow {
        padding: 60px 30px 60px 30px;
    }

    .h1_application .content2 {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .h1_application .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }

    .h1_application .svgbox {
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .h1_application .btn {
        font-size: 16px;
    }

    .h1_application .title42 {
        line-height: 40px;
    }
}

@media(max-width:999px) {
    .h1_application1 {
        padding: 40px 0px;
    }

    .h1_application2 {
        margin-bottom: 40px;
    }

    .h1_application .swiper-slide .inner {
        opacity: 0 !important;
        pointer-events: none !important;
    }

    .h1_application .swiper-slide .shadow {
        opacity: 1 !important;
        pointer-events: all !important;
    }

    .h1_application .swiper-slide {
        width: 32%;
        margin-right: 1.5%;
        height: 400px;
    }

    .h1_application .swiper-slide:hover {
        width: 32%;
    }

    .h1_application .shadow {
        padding: 40px 20px 40px 20px;
    }


    .h1_application .svgbox {
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .h1_application .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .h1_application .titlebox {
        flex-direction: column;
        align-items: flex-start;
    }

    .h1_application .l {
        width: 100%;
        margin-bottom: 5px;
    }

    .h1_application .con {
        width: 100%;
    }

    .h1_application .title42 {
        line-height: unset;
    }
}

@media(max-width:768px) {
    .h1_application .swiper-slide {
        width: 42%;
        margin-right: 1.5%;
        height: 365px;
    }

    .h1_application .swiper-slide:hover {
        width: 42%;
    }

    .h1_application .shadow {
        padding: 30px 20px 30px 20px;
    }

    .h1_application .svgbox img {
        width: 55px;
    }

    .h1_application .content2 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 16px;
    }

    .h1_application .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .h1_application .btn i {
        width: 35px;
        height: 35px;
        border-radius: 50px;
        margin-right: 10px;
        font-size: 14px;
    }

    .h1_application .btn {
        font-size: 14px;
    }

    .h1_application .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin-right: 18px !important;
    }

    .h1_application .con {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .h1_application1 {
        padding: 30px 0px;
    }

    .h1_application2 {
        margin-bottom: 30px;
    }

    .h1_application .swiper-slide {
        width: 49%;
        margin-right: 1.5%;
        height: 325px;
    }

    .h1_application .swiper-slide:hover {
        width: 49%;
    }

    .h1_application .control {
        width: 85%;
    }

    .h1_application .svgbox img {
        width: 45px;
    }

    .h1_application .shadow {
        padding: 20px 15px 20px 15px;
    }
}

@media(max-width:400px) {
    .h1_application .control {
        width: 100%;
    }

    .h1_application .swiper-slide {
        width: 85%;
        margin-right: 1.5%;
        height: 365px;
    }

    .h1_application .swiper-slide:hover {
        width: 85%;
    }

}



/* h_customize */

.h_customize {
    padding: 100px 0px 106px;
    background-color: #006cba;
}

.h_customize .box {
    width: 85%;
}

.h_customize .s_title1 {
    margin-bottom: -3px;
}

.h_customize .s_title1 a {
    color: #8fcdf1;
}

.h_customize .s_title1 a:hover {
    color: #8fcdf1;
    text-decoration: underline;
}

.h_customize .title42 {
    margin-bottom: 16px;
    color: #fff;
}

.h_customize .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 46px;
}

.h_customize .btnbox {
    display: flex;
    align-items: center;
}

.h_customize .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #ffffff;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
}

.h_customize .btnbox a:hover {
    background-color: #fff;
    color: #006cba;
}

.h_customize .btnbox a:first-child {
    margin-right: 35px;
}

@media(max-width:1600px) {
    .h_customize {
        padding: 80px 0px;
    }

    .h_customize .s_title1 {
        margin-bottom: 0px;
    }

    .h_customize .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .h_customize {
        padding: 70px 0px;
    }

    .h_customize .btnbox a {
        width: 160px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }

    .h_customize .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .h_customize {
        padding: 60px 0px;
    }

    .h_customize .box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .h_customize {
        padding: 40px 0px;
    }

    .h_customize .title42 {
        margin-bottom: 10px;
    }

    .h_customize .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 19px;
    }

    .h_customize .btnbox a {
        width: 140px;
        height: 40px;
        border-radius: 25px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .h_customize {
        padding: 30px 0px;
    }
}


/* h_about */

.h_about {
    padding: 118px 0px 82px;
}

.h_about .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_about .l_box {
    width: 47%;
}

.h_about .s_title1 {
    margin-bottom: 5px;
}

.h_about .title42 {
    line-height: 54px;
    margin-bottom: 24px;
}

.h_about .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 47px;
}

.h_about .content strong {
    font-weight: normal;
    font-style: normal;
    font-family: Poppins-Medium;
    color: #333333;
}

.h_about .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #006cba;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #006cba;
}

.h_about .btn:hover {
    background-color: #006cba;
    color: #fff;
}

.h_about .r_box {
    width: 49.05%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.h_about .wrap {
    display: flex;
    flex-wrap: wrap;
}

.h_about .inner {
    width: 48%;
    margin-right: 4%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #e8edf3;
    min-height: 170px;
    margin-bottom: 27px;
    border-radius: 10px;
    padding: 24px 28px 36px 38px;
}

.h_about .inner:nth-child(2n) {
    margin-right: 0;
}

.h_about .inner:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.h_about .inner .l {
    width: 60%;
}

.h_about .inner .num {
    font-family: Poppins-SemiBold;
    font-size: 36px;
    color: #333333;
    margin-bottom: -6px;
}

.h_about .inner .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
}

.h_about .inner .r {
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
}

@media(max-width:1600px) {
    .h_about {
        padding: 50px 0px;
    }

    .h_about .title42 {
        line-height: 50px;
        margin-bottom: 18px;
    }

    .h_about .inner {
        width: 48%;
        margin-right: 4%;
        min-height: 170px;
        margin-bottom: 27px;
        border-radius: 10px;
        padding: 20px 20px 30px 20px;
    }

    .h_about .inner .num {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .h_about .inner .l {
        width: 70%;
    }

    .h_about .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .h_about .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .h_about .inner .num {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .h_about .title42 {
        line-height: 42px;
        margin-bottom: 10px;
    }

    .h_about .inner {
        width: 48%;
        margin-right: 4%;
        min-height: 170px;
        margin-bottom: 15px;
        border-radius: 10px;
        padding: 20px 20px 20px 20px;
    }

    .h_about .btn {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .h_about {
        padding: 40px 0px;
    }

    .h_about .safe {
        flex-direction: column;
    }

    .h_about .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .h_about .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .h_about .r_box {
        width: 100%;
        padding-top: 0px;
    }

    .h_about .inner .num {
        font-size: 26px;
        margin-bottom: 0px;
    }
}

@media(max-width:768px) {
    .h_about .title42 {
        line-height: unset;
        margin-bottom: 10px;
    }

    .h_about .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_about .btn {
        width: 140px;
        height: 40px;
        border-radius: 25px;
        font-size: 14px;
    }

    .h_about .inner .con {
        font-size: 14px;
    }

    .h_about .inner .num {
        font-size: 24px;
    }
}


@media(max-width:570px) {
    .h_about {
        padding: 30px 0px;
    }

    .h_about .inner .num {
        font-size: 22px;
    }
}

@media(max-width:500px) {
    .h_about .inner {
        width: 100%;
        min-height: unset;
        margin-right: 0px;
        margin-bottom: 15px !important;
    }

    .h_about .svgbox img {
        width: 45px;
    }
}


/* h_advantage */

.h_advantage {
    margin-bottom: 81px;
}

.h_advantage .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_advantage .l_box {
    width: 46.5%;
    overflow: hidden;
    border-radius: 10px;
}

.h_advantage .l_box img:hover {
    transform: scale(1.05);
}

.h_advantage .r_box {
    width: 46%;
    padding-top: 26px;
}

.h_advantage .s_title1 {
    margin-bottom: -3px;
}

.h_advantage .title42 {
    margin-bottom: 17px;
}

.h_advantage .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 35px;
}

.h_advantage .contact {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #333333;
}

.h_advantage .contact p {
    padding-left: 35px;
    position: relative;
    margin-bottom: 11px;
}

.h_advantage .contact p:last-child {
    margin-bottom: 0;
}

.h_advantage .contact p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 26px;
    height: 26px;
    background-image: url(../images/bingo1.png);
    background-repeat: no-repeat;
}


@media(max-width:1600px) {
    .h_advantage .r_box {
        padding-top: 10px;
    }

    .h_advantage .s_title1 {
        margin-bottom: 0px;
    }

    .h_advantage .title42 {
        margin-bottom: 10px;
    }

    .h_advantage .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .h_advantage {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .h_advantage .r_box {
        padding-top: 0;
    }

    .h_advantage .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .h_advantage .contact p {
        padding-left: 35px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .h_advantage .contact {
        font-size: 16px;
    }

    .h_advantage .l_box {
        width: 50%;
        overflow: hidden;
        border-radius: 10px;
    }
}

@media(max-width:768px) {
    .h_advantage .safe {
        flex-direction: column;
    }

    .h_advantage .l_box {
        width: 75%;
        margin-bottom: 15px;
    }

    .h_advantage .r_box {
        width: 100%;
    }

    .h_advantage .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .h_advantage .contact {
        font-size: 14px;
    }

    .h_advantage .contact p::after {
        width: 22px;
        height: 22px;
        background-size: cover;
    }

    .h_advantage .title42 {
        margin-bottom: 4px;
    }
}

@media(max-width:570px) {
    .h_advantage .l_box {
        width: 85%;
        margin-bottom: 15px;
    }

    .h_advantage .title42 {
        margin-bottom: 4px;
    }
}

@media(max-width:500px) {
    .h_advantage .l_box {
        width: 95%;
        margin-bottom: 15px;
    }
}

@media(max-width:480px) {
    .h_advantage .l_box {
        width: 100%;
        margin-bottom: 15px;
    }
}



/* h_projects */

.h_projects {
    padding: 73px 0px 76px;
    background-color: #e8edf3;
}

.h_projects .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
}


.h_projects .l {
    width: 42%;
}

.h_projects .s_title1 {
    margin-bottom: -3px;
}

.h_projects .box {
    width: 52.5%;
    margin: 0 auto;

}

.h_projects .swiper {
    overflow: visible;
}

.h_projects .content {
    width: 50%;
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    transform: translateY(17px);
}

.h_projects .swiper-slide {
    overflow: hidden;
    position: relative;
}

.h_projects .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.h_projects .swiper-slide-active::after {
    opacity: 0;
    pointer-events: none;
}

.h_projects .swiper-slide-active .loaction {
    opacity: 1;
}

.h_projects .loaction {
    position: absolute;
    width: 90%;
    bottom: 29px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 2%;
    opacity: 0;
}

.h_projects .name {
    width: 50%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #333333;
}

.h_projects .add {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
}

.h_projects .svgbox {
    flex-shrink: 0;
}

.h_projects .address {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 5px;
}

.h_projects .wrap {
    position: relative;
}

.h_projects .btnbox .control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #ffffff;
    opacity: .5;
    cursor: pointer;
}

.h_projects .btnbox .control img {
    margin-bottom: 6px;
}

.h_projects .btnbox .control:first-child {
    left: 9.2%;
}

.h_projects .btnbox .control:last-child {
    right: 9.2%;
}

.h_projects .btnbox .control:hover {
    opacity: 1;
}

@media(max-width:1600px) {
    .h_projects {
        padding: 50px 0px;
    }

    .h_projects .content {
        width: 50%;
        font-family: Poppins-Regular;
        font-size: 16px;
        line-height: 30px;
        color: #666666;
        transform: translateY(0px);
    }

    .h_projects .titlebox {
        margin-bottom: 50px;
    }

    .h_projects .name {
        width: 50%;
        font-size: 22px;
    }

    .h_projects .loaction {
        width: 95%;
        bottom: 29px;
        height: 60px;
        padding: 0px 2%;
        opacity: 0;
    }
}

@media(max-width:1333px) {
    .h_projects .s_title1 {
        margin-bottom: 0px;
    }

    .h_projects .title42 {
        line-height: 42px;
    }

    .h_projects .titlebox {
        margin-bottom: 40px;
    }

    .h_projects .name {
        width: 50%;
        font-size: 20px;
    }

    .h_projects .loaction {
        width: 95%;
        bottom: 29px;
        height: 50px;
        padding: 0px 2%;
        opacity: 0;
    }
}

@media(max-width:999px) {
    .h_projects {
        padding: 40px 0px;
    }

    .h_projects .titlebox {
        flex-direction: column;
    }

    .h_projects .l {
        width: 100%;
    }

    .h_projects .content {
        width: 100%;
    }

    .h_projects .title42 {
        line-height: unset;
    }

    .h_projects .titlebox {
        margin-bottom: 30px;
    }

    .h_projects .name {
        width: 100%;
        font-size: 18px;
    }

    .h_projects .box {
        width: 60%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
    .h_projects .titlebox {
        margin-bottom: 20px;
    }

    .h_projects .content {
        font-size: 14px;
        line-height: 28px;
    }

    .h_projects .swiper-slide {
        width: 60%;
        margin-right: 1.8229%;
        overflow: hidden;
    }

    .h_projects .box {
        width: 70%;
        margin: 0 auto;
    }

    .h_projects .name {
        width: 100%;
        font-size: 16px;
    }

    .h_projects .add {
        width: 50%;
        font-size: 14px;
    }

    .h_projects .loaction {
        min-height: unset;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 15px;
        height: 72px;
        bottom: 8px;
    }

    .h_projects .name {
        margin-bottom: 5px;
    }

    .h_projects .btnbox .control {
        font-size: 14px;
    }

    .h_projects .imgbox img {
        min-height: 200px;
        object-fit: cover;
    }
}

@media(max-width:570px) {
    .h_projects {
        padding: 30px 0px;
    }


    .h_projects .box {
        width: 80%;
        margin: 0 auto;
    }

    .h_projects .name {
        width: 100%;
        font-size: 14px;
    }

}

@media(max-width:500px) {
    .h_projects .box {
        width: 90%;
        margin: 0 auto;
    }

}


/* h_partner */

.h_partner1 {
    padding-bottom: 89px;
    background-color: #e8edf3;
}

.h_partner2 {
    padding: 65px 0px 80px;
    background-color: #e8edf3;
}

.h_partner {}

.h_partner .s_title1 {
    margin-bottom: -3px;
}

.h_partner .title42 {
    margin-bottom: 6px;
}

.h_partner .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 36px;
}

.h_partner .box::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 15%;
    right: 0;
    top: 0;
    z-index: 10;
    background: linear-gradient(to right, rgba(232, 237, 243, 0.0)0%, rgba(232, 237, 243, .9)95%);
}

.h_partner .box::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 15%;
    left: 0;
    top: 0;
    z-index: 10;
    background: linear-gradient(to left, rgba(232, 237, 243, 0.0)0%, rgba(232, 237, 243, .9)95%);
}

.h_partner .imgbox {
    border-radius: 10px;
    overflow: hidden;
}

.h_partner .swiper {
    overflow: visible;
}

.h_partner .partner_swiper1 .imgbox:first-child {
    margin-bottom: 30px;
    transform: translateX(-20%) !important;
}

.h_partner .partner_swiper1 .imgbox:last-child {
    transform: translateX(-72%);
}

.h_partner .partner_swiper1 .swiper-slide:lacst_child .imgbox:last-child {
    transform: translateX(0%) !important;
}

@media(max-width:1600px) {
    .h_partner1 {
        padding-bottom: 50px;
    }

    .h_partner2 {
        padding: 50px 0px;
    }

    .h_partner .s_title1 {
        margin-bottom: 0px;
    }
}

@media(max-width:1333px) {
    .h_partner .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .h_partner .partner_swiper1 .imgbox:first-child {
        margin-bottom: 20px;
        transform: translateX(-20%);
    }
}

@media(max-width:999px) {
    .h_partner1 {
        padding-bottom: 40px;
    }

    .h_partner2 {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .h_partner .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .h_partner1 {
        padding-bottom: 30px;
    }

    .h_partner2 {
        padding: 30px 0px;
    }
}


/* h_news */

.h_news {
    padding: 69px 0px 81px;
}

.h_news .titlebox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 22px;
}

.h_news .l {
    width: 70%;
}

.h_news .s_title1 {
    margin-bottom: -3px;
}

.h_news .btn {
    width: 200px;
    height: 50px;
    background-color: #006cba;
    border-radius: 25px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.h_news .btn:hover {
    background-color: #fff;
    color: #006cba;
    border: 1px solid #006cba;
}

.h_news .imgbox {
    border-radius: 10px;
    overflow: hidden;
}

.h_news .contact {
    padding-top: 20px;
}

.h_news .title {
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

.h_news .title a {
    color: #333;
}

.h_news .title:hover,
.h_news .title a:hover {
    color: #006cba;
}

.h_news .data {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #999999;
}

@media(max-width:1600px) {
    .h_news {
        padding: 50px 0px;
    }

    .h_news .s_title1 {
        margin-bottom: 0px;
    }

    .h_news .contact {
        padding-top: 15px;
    }

    .h_news .btn {
        margin-top: 0;
    }
}

@media(max-width:1333px) {
    .h_news .btn {
        width: 170px;
        height: 45px;
        font-size: 16px;
    }

    .h_news .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .h_news {
        padding: 40px 0px;
    }

    .h_news .swiper {
        padding-bottom: 35px;
    }

    .h_news .swiper-pagination-bullet-active {
        background-color: #006cba;
    }
}

@media(max-width:768px) {
    .h_news .titlebox {
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .h_news .l {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_news .btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .h_news .title {
        font-size: 15px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .h_news .data {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .h_news {
        padding: 30px 0px;
    }
}


/* footer */

footer {
    padding: 72px 0px 43px;
    background-color: #006cba;
}

footer .f-nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 23px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

footer .title {
    margin-bottom: 21px;
}

footer .title,
footer .title a {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #ffffff;
}

footer .title i {
    display: none;
}

footer .title a:hover {
    text-decoration: underline;
}

footer ul li {
    margin-bottom: 6px;
}

footer ul li,
footer ul li a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

footer ul li a:hover {
    text-decoration: underline;
}

footer .box1 {
    width: 31.8%;
    padding-right: 2%;
}

footer .box2 {
    width: 17.4%;
    padding-right: 2%;
}

footer .box3 {
    width: 25.3%;
    padding-right: 2%;
}

footer .box3 li {
    display: flex;
    flex-direction: column;
    margin-bottom: 11px;
}

footer .box3 .resu {
    font-family: Poppins-Medium;
    font-size: 18px;
}

footer .box3 li:last-child {
    margin-bottom: 0;
}

footer .box4 {
    width: 25.5%;
}

footer .inpbox1 {
    height: 39px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

footer .inpbox1>div {
    width: 100%;
    height: 100%;
}

footer .inpbox1>div i {
    color: #ccc !important;
}

footer input {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #ffffff;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

footer input::placeholder {
    color: #fff;
}

footer .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    background-color: #8fcdf1;
    border-radius: 4px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #006cba;
    cursor: pointer;
}

footer .submit:hover {
    background-color: #fff;
}

footer .inpbox2 {
    position: relative;
    padding-right: 100px;
}

footer .codebox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3fbfe;
    cursor: pointer;
}

footer .f_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

footer .l {
    width: 80%;
}

footer .f_bottom img {
    display: inline-block;
}

footer .copyright,
footer .copyright a,
footer .links,
footer .links a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #8fcdf1;
}

footer .copyright a:hover,
footer .links a:hover {
    color: #fff;
}

footer .copyright img:hover {
    transform: scale(1.1);
}

footer .blogrolls {
    display: flex;
}

footer .blogrolls a {
    color: #fff;
    font-size: 18px;
    margin-right: 30px;
}

footer .blogrolls a:hover {
    opacity: 0.5;
}

footer .blogrolls a:last-child {
    margin-right: 0;
}


@media(max-width:1600px) {
    footer {
        padding: 50px 0px 40px;
    }

    footer .title {
        margin-bottom: 15px;
    }

    footer .box3 .resu {
        font-size: 16px;
    }

    footer .f-nav {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {

    footer ul li,
    footer ul li a {
        font-family: Poppins-Regular;
        font-size: 14px;
        line-height: 28px;
        color: #ffffff;
    }

    footer .box3 .resu {
        font-size: 14px;
    }

    footer input {
        font-size: 14px;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
    }

    footer .copyright,
    footer .copyright a,
    footer .links,
    footer .links a {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    footer .title {
        margin-bottom: 10px;
    }

    footer .f-nav {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    footer .box {
        width: 100%;
        padding-right: 0;
    }

    footer .title i {
        display: block;
        font-weight: bold;
    }

    footer .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer ul {
        display: none;
        transition: none;
    }

    footer form {
        display: none;
        transition: none;
    }

    footer .inpbox1 {
        height: 39px;
        margin-bottom: 15px;
    }

    footer .f-nav {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    footer {
        padding: 40px 0px 60px;
    }

    footer .f_bottom {
        flex-direction: column;
    }

    footer .l {
        width: 100%;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {

    footer .title,
    footer .title a {
        font-size: 16px;
    }

    footer .f-nav {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    footer {
        padding: 30px 0px 60px;
    }
}



/* about_us */

.about_us {
    padding: 38px 0px 59px;
}

.about_us .title42 {
    margin-bottom: 6px;
}

.about_us .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 31px;
}

.about_us .con strong {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}

.about_us .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_us .l_box {
    width: 45%;
    padding-top: 16px;
}

.about_us .b_title {
    font-family: Poppins-Medium;
    font-size: 24px;
    line-height: 36px;
    color: #333333;
}

.about_us .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.about_us .r_box {
    width: 47.8%;
}

.about_us .r_box .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    overflow: hidden;
}

.about_us .r_box .video {
    position: absolute;
    cursor: pointer;
}

.about_us .r_box .video:hover img {
    transform: scale(1.1);
}

.about_us .swiper .swiper-pagination {
    bottom: 21px;
}

.about_us .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background-color: #ffffff;
    opacity: 0.4;
    border-radius: 50px;
    margin-left: 0 !important;
    margin-right: 24px !important;
}

.about_us .swiper-pagination-bullet-active {
    opacity: 1;
}

.about_us .swiper-pagination-bullet:last-child {
    margin-right: 0 !important;
}

@media(max-width:1600px) {
    .about_us {
        padding: 40px 0px 50px;
    }

    .about_us .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .about_us .b_title {
        font-size: 22px;
        line-height: 34px;
    }
}

@media(max-width:1333px) {
    .about_us .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about_us .b_title {
        font-size: 20px;
        line-height: 30px;
    }

    .about_us .l_box {
        padding-top: 10px;
    }
}

@media(max-width:999px) {
    .about_us {
        padding: 30px 0px 40px;
    }

    .about_us .l_box {
        padding-top: 0;
    }

    .about_us .box {
        flex-direction: column;
    }

    .about_us .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_us .r_box {
        width: 65%;
    }

    .about_us .b_title {
        font-size: 18px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .about_us .con {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about_us .b_title {
        font-size: 16px;
        line-height: 28px;
    }

    .about_us .content {
        font-size: 14px;
        line-height: 28px;
    }

    .about_us .con strong {
        font-size: 14px;
    }

    .about_us .r_box {
        width: 80%;
    }

    .about_us .r_box .play {
        width: 60px;
    }
}

@media(max-width:570px) {
    .about_us {
        padding: 20px 0px 30px;
    }

    .about_us .r_box {
        width: 90%;
    }
}

@media(max-width:500px) {
    .about_us .r_box {
        width: 100%;
    }
}


/* about_num */


.about_num .safe {}

.about_num .r_box {
    width: 100%;
}

.about_num .wrap {
    display: flex;
    flex-wrap: wrap;
}

.about_num .inner {
    width: 23.5714%;
    margin-right: 1.7285%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #e8edf3;
    min-height: 170px;
    border-radius: 10px;
    padding: 24px 28px 36px 38px;
}

.about_num .inner:nth-child(4n) {
    margin-right: 0;
}


.about_num .inner .l {
    width: 60%;
}

.about_num .inner .num {
    font-family: Poppins-SemiBold;
    font-size: 36px;
    color: #333333;
    margin-bottom: -6px;
}

.about_num .inner .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
}

.about_num .inner .r {
    height: 100%;
    display: flex;
    align-items: flex-end;
    flex-shrink: 0;
}

@media(max-width:1600px) {
    .about_num .inner .num {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .about_num .inner {
        width: 23.5714%;
        margin-right: 1.7285%;
        min-height: 170px;
        border-radius: 10px;
        padding: 25px 25px 30px 35px;
    }

    .about_num .inner .l {
        width: 70%;
    }
}

@media(max-width:1333px) {

    .about_num .inner {
        width: 23.5714%;
        margin-right: 1.7285%;
        min-height: 170px;
        border-radius: 10px;
        padding: 15px;
    }

    .about_num .inner .num {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .about_num .svgbox img {
        width: 45px;
    }
}

@media(max-width:999px) {

    .about_num .inner {
        width: 48%;
        margin-right: 4%;
        min-height: 170px;
        margin-bottom: 27px;
        border-radius: 10px;
        padding: 20px 20px 30px 20px;
    }

    .about_num .inner:nth-child(2n) {
        margin-right: 0;
    }

    .about_num .inner .num {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .about_num .safe {
        flex-direction: column;
    }

    .about_num .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .about_num .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about_num .r_box {
        width: 100%;
        padding-top: 0px;
    }

    .about_num .inner .num {
        font-size: 26px;
        margin-bottom: 0px;
    }
}

@media(max-width:768px) {
    .about_num .title42 {
        line-height: unset;
        margin-bottom: 10px;
    }

    .about_num .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about_num .btn {
        width: 140px;
        height: 40px;
        border-radius: 25px;
        font-size: 14px;
    }

    .about_num .inner .con {
        font-size: 14px;
    }

    .about_num .inner .num {
        font-size: 24px;
    }
}


@media(max-width:570px) {

    .about_num .inner .num {
        font-size: 22px;
    }
}

@media(max-width:500px) {
    .about_num .inner {
        width: 100%;
        min-height: unset;
        margin-right: 0px;
        margin-bottom: 15px !important;
    }

    .about_num .svgbox img {
        width: 45px;
    }
}


/* about_advantage */

.about_advantage {
    padding: 71px 0px 79px;
}

.about_advantage .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.about_advantage .l_box {
    width: 46.5%;
    overflow: hidden;
    border-radius: 10px;
}

.about_advantage .l_box img:hover {
    transform: scale(1.05);
}

.about_advantage .r_box {
    width: 46%;
    padding-top: 49px;
}

.about_advantage .s_title1 {
    margin-bottom: -3px;
}

.about_advantage .title42 {
    margin-bottom: 17px;
}

.about_advantage .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 33px;
}

.about_advantage .contact {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #333333;
}

.about_advantage .contact p {
    padding-left: 35px;
    position: relative;
    margin-bottom: 11px;
}

.about_advantage .contact p:last-child {
    margin-bottom: 0;
}

.about_advantage .contact p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    width: 26px;
    height: 26px;
    background-image: url(../images/bingo1.png);
    background-repeat: no-repeat;
}


@media(max-width:1600px) {
    .about_advantage .r_box {
        padding-top: 10px;
    }

    .about_advantage .s_title1 {
        margin-bottom: 0px;
    }

    .about_advantage .title42 {
        margin-bottom: 10px;
    }

    .about_advantage .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .about_advantage {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {
    .about_advantage .r_box {
        padding-top: 0;
    }

    .about_advantage .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .about_advantage .contact p {
        padding-left: 35px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .about_advantage .contact {
        font-size: 16px;
    }

    .about_advantage .l_box {
        width: 50%;
        overflow: hidden;
        border-radius: 10px;
    }

    .about_advantage {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .about_advantage .safe {
        flex-direction: column;
    }

    .about_advantage .l_box {
        width: 75%;
        margin-bottom: 15px;
    }

    .about_advantage .r_box {
        width: 100%;
    }

    .about_advantage .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .about_advantage .contact {
        font-size: 14px;
    }

    .about_advantage .contact p::after {
        width: 22px;
        height: 22px;
        background-size: cover;
    }

    .about_advantage .title42 {
        margin-bottom: 4px;
    }
}

@media(max-width:570px) {
    .about_advantage .l_box {
        width: 85%;
        margin-bottom: 15px;
    }

    .about_advantage .title42 {
        margin-bottom: 4px;
    }

    .about_advantage {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {
    .about_advantage .l_box {
        width: 95%;
        margin-bottom: 15px;
    }
}

@media(max-width:480px) {
    .about_advantage .l_box {
        width: 100%;
        margin-bottom: 15px;
    }
}

/* a1_certificates */

.a1_certificates {
    padding: 76px 0px 79px;
}

.a1_certificates .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.a1_certificates .btnbox {
    display: flex;
    align-items: center;
}

.a1_certificates .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border: solid 1px #006cba;
    color: #006cba;
    border-radius: 50px;
    cursor: pointer;
}

.a1_certificates .btnbox i:hover {
    background-color: #006cba;
    color: #fff;
}

.a1_certificates .btnbox i:first-child {
    margin-right: 12px;
}

.a1_certificates .imgbox {
    overflow: hidden;
}

.a1_certificates .title {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    padding-top: 10px;
}

@media(max-width:1600px) {
    .a1_certificates {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {
    .a1_certificates .btnbox i {
        width: 45px;
        height: 45px;
    }
}

@media(max-width:999px) {
    .a1_certificates {
        padding: 40px 0px;
    }

    .a1_certificates .title {
        font-size: 16px;
        line-height: 30px;
        padding-top: 8px;
    }

}

@media(max-width:768px) {
    .a1_certificates .btnbox i {
        width: 38px;
        height: 38px;
    }

    .a1_certificates .title {
        font-size: 14px;
        line-height: 26px;
        padding-top: 8px;
    }

    .a1_certificates .btnbox i:first-child {
        margin-right: 10px;
    }
}

@media(max-width:570px) {
    .a1_certificates {
        padding: 30px 0px;
    }
}


/* a1_customer */

.a1_customer {
    padding: 65px 0px 62px;
    background-color: #eef3f8;
}

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

.a1_customer .swiper {
    padding-top: 49px;
    padding-bottom: 80px;
}

.a1_customer .swiper-slide {
    background-color: #ffffff;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 54px 33px 47px 35px;
    position: relative;
}

.a1_customer .yinhao {
    position: absolute;
    top: -23.6px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.a1_customer .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    margin-bottom: 29px;
    min-height: 196px;
}

.a1_customer .svgbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 21px;
}

.a1_customer .contact {
    margin-bottom: 22px;
}

.a1_customer .title {
    font-family: Poppins-SemiBold;
    font-size: 22px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 1px;
    display:none
}

.a1_customer .s_title {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
    text-align: center;
    display: none;
}

.a1_customer .stargroup {
    display: flex;
    justify-content: center;
    display: none;
}

.a1_customer .stargroup img {
    margin-right: 10px;
}

.a1_customer .stargroup img:last-child {
    margin-right: 0;
}

.a1_customer .swiper-pagination {}

.a1_customer .swiper-pagination-bullet {
    width: 27px;
    height: 5px;
    background-color: #006cba;
    border-radius: 3px;
    opacity: 0.3;
    margin-left: 0 !important;
    margin-right: 12px !important;
}

.a1_customer .swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 3px;
    opacity: 1;
}

.a1_customer .inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.a1_customer .swiper-slide {
    height: auto;
}

@media(max-width:1600px) {
    .a1_customer {
        padding: 50px 0px;
    }

    .a1_customer .swiper-slide {
        border-radius: 10px;
        padding: 50px 30px 40px 30px;
    }

    .a1_customer .svgbox {
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .a1_customer .swiper-slide {
        border-radius: 10px;
        padding: 40px 20px 40px 20px;
    }

    .a1_customer .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
        min-height: 196px;
    }

    .a1_customer .title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .a1_customer .contact {
        margin-bottom: 15px;
    }

    .a1_customer .swiper {
        padding-top: 35px;
        padding-bottom: 50px;
    }
}

@media(max-width:999px) {
    .a1_customer {
        padding: 40px 0px;
    }

    .a1_customer .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .a1_customer .contact {
        margin-bottom: 10px;
    }

    .a1_customer .stargroup img {
        margin-right: 8px;
    }
}

@media(max-width:768px) {
    .a1_customer .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
        min-height: unset;
    }

    .a1_customer .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .a1_customer .s_title {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .a1_customer {
        padding: 30px 0px;
    }
}


/* common_speak */

.common_speak1 {
    background-color: #d3dbe3;
    padding: 89px 0px 98px;
}

.common_speak .title42 {
    margin-bottom: 16px;
}

.common_speak .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #555555;
    margin-bottom: 52px;
}

.common_speak .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background-color: #006cba;
    border-radius: 25px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
}

.common_speak .btn:hover {
    border: 1px solid #006cba;
    color: #006cba;
    background-color: #d3dbe3;
}

@media(max-width:1600px) {
    .common_speak1 {
        padding: 50px 0px;
    }

    .common_speak .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .common_speak .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .common_speak .btn {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }

    .common_speak .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .common_speak1 {
        padding: 40px 0px;
    }

}

@media(max-width:768px) {
    .common_speak .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .common_speak .btn {
        width: 140px;
        height: 40px;
        border-radius: 25px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .common_speak1 {
        padding: 30px 0px;
    }
}


/* pro_more */

.pro_more {
    padding: 38px 0px 48px;
}


.pro_more .txts {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    overflow: hidden;
    margin-bottom: 32px;
}

.pro_more .view_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background-color: #006cba;
    border-radius: 25px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.pro_more .view_more:hover {
    border: 1px solid #006cba;
    background-color: #fff;
    color: #006cba;
}

@media(max-width:1600px) {
    .pro_more {
        padding: 40px 0px 50px;
    }

    .pro_more .txts {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .pro_more .view_more {
        width: 170px;
        height: 45px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .pro_more {
        padding: 30px 0px 40px;
    }
}

@media(max-width:768px) {
    .pro_more .txts {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .pro_more .view_more {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .pro_more {
        padding: 20px 0px 30px;
    }
}



/* pro_list */

.pro_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 78px;
}

.pro_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 69px;
}

.pro_list .inner {
    width: 31.4285%;
    margin-right: 2.8571%;
    margin-bottom: 44px;
}

.pro_list .inner:nth-child(3n) {
    margin-right: 0;
}

.pro_list .inner:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.pro_list .imgbox {
    overflow: hidden;
    border-radius: 10px;
}

.pro_list .contact {
    padding-top: 25px;
}

.pro_list .title {
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #333333;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_list .title:hover,
.pro_list .title a:hover {
    color: #006cba;
}

.pro_list .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro_list .btnbox {
    display: flex;
    align-items: center;
}

.pro_list .btnbox input {
    margin-right: 10px;
    cursor: pointer;
}

.pro_list .btn {
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #333333;
}

.pro_list .btn:hover {
    color: #006cba;
}

@media(max-width:1600px) {
    .pro_list {
        margin-bottom: 50px;
    }

    .pro_list .contact {
        padding-top: 20px;
    }

    .pro_list .title {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .pro_list .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .pro_list .inner {
        width: 31.4285%;
        margin-right: 2.8571%;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .pro_list .contact {
        padding-top: 15px;
    }

    .pro_list .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .pro_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .pro_list .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .pro_list {
        margin-bottom: 40px;
    }

    .pro_list .contact {
        padding-top: 10px;
    }

    .pro_list .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .pro_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .pro_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px !important;
    }

    .pro_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .pro_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .pro_list .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .pro_list .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .pro_list .btn {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .pro_list {
        margin-bottom: 30px;
    }

}

@media(max-width:400px) {
    .pro_list .inner {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 15px !important;
    }

    .pro_list .inner:last-child {
        margin-bottom: 0 !important;
    }
}


/* pagination */

.pagination1 {
    padding: 22px 0px 21px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}

.pagination .safe {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pagination2 .safe {
    justify-content: center;
}

.pagination2 .safe {
    padding: 22px 0px 21px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}


.pagination .pa_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.pagination .box {
    width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pagination .page {
    display: flex;
    align-items: center;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: transparent;
    margin-right: 8px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #999999;
}

.pagination input {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 20px;
    background-color: #fff;
    color: #333333;
    margin-right: 15px;
    cursor: pointer;
    margin-left: 15px;
}

.pagination a:hover {
    background-color: #006cba;
    color: #fff;
}

.pagination .active {
    background-color: #006cba;
    color: #fff;
}

.pagination input:hover {
    color: #006cba;
}

.pagination .sub {
    display: flex;
    align-items: center;
}

@media(max-width:1333px) {

    .pagination1,
    .pagination2 .safe {
        padding: 15px 0px;
    }
}

@media(max-width:999px) {
    .pagination .box {
        width: 100%;
    }
}

@media(max-width:768px) {

    .pagination1,
    .pagination2 .safe {
        padding: 15px 0px 10px;
    }

    .pagination a {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        margin-right: 8px;
        font-size: 14px;
    }

    .pagination input {
        font-size: 14px;
        line-height: 20px;
        margin-right: 15px;
        margin-left: 15px;
    }

    .pagination .box {
        flex-wrap: wrap;
    }

    .pagination a,
    .pagination .sub {
        margin-bottom: 5px;
    }

    .pagination .page {
        flex-wrap: wrap;
    }
}

/* pro_detail */

.pro_detail {
    padding: 66px 0px 61px;
}

.pro_detail .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pro_detail .l_box {
    width: 50%;
    position: relative;
}

.pro_detail .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.pro_detail .swiper-slide img:hover {
    transform: scale(1.05);
}

.pro_detail .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    background-color: #ffffff;
    box-shadow: 0px 3px 43px 0px rgba(0, 0, 0, 0.2);
    color: #006cba;
    border-radius: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.pro_detail .btnbox i:first-child {
    left: -24.5px;
}

.pro_detail .btnbox i:last-child {
    right: -24.5px;
}

.pro_detail .btnbox i:hover {
    background-color: #006cba;
    color: #fff;
    box-shadow: unset;
}

.pro_detail .r_box {
    width: 42.8%;
    padding-top: 7px;
}

.pro_detail .title36 {
    margin-bottom: 3px;
}

.pro_detail .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 26px;
}

.pro_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 36px;
}

.pro_detail .sharebox span {
    margin-right: 5px;
}

.pro_detail .btnbox {
    display: flex;
    align-items: center;
}

.pro_detail .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #006cba;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #006cba;
}

.pro_detail .btnbox a:first-child {
    margin-right: 13px;
}

.pro_detail .btnbox a:hover {
    background-color: #006cba;
    color: #fff;
}

@media(max-width:1600px) {
    .pro_detail {
        padding: 40px 0px 50px;
    }

    .pro_detail .title36 {
        margin-bottom: 0px;
    }
}

@media(max-width:1333px) {
    .pro_detail .r_box {
        padding-top: 0;
        width: 45%;
    }

    .pro_detail .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .pro_detail .sharebox {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .pro_detail .btnbox a {
        width: 170px;
        height: 45px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .pro_detail {
        padding: 30px 0px 40px;
    }

    .pro_detail .safe {
        flex-direction: column;
    }

    .pro_detail .l_box {
        width: 65%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .pro_detail .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .pro_detail .l_box {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .pro_detail .btnbox i {
        width: 42px;
        height: 42px;
    }

    .pro_detail .btnbox i:first-child {
        left: -21px;
    }

    .pro_detail .btnbox i:last-child {
        right: -21px;
    }

    .pro_detail .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .pro_detail .btnbox a {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .pro_detail .sharebox {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .pro_detail {
        padding: 20px 0px 30px;
    }

    .pro_detail .l_box {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}


/* pro_features */

.pro_features {
    margin-bottom: 55px;
}

.pro_features .title36 {
    margin-bottom: 1px;
}

.pro_features .contact {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}

@media(max-width:1600px) {
    .pro_features {
        margin-bottom: 50px;
    }

    .pro_features .contact {
        font-size: 16px;
        line-height: 32px;
    }
}


@media(max-width:999px) {
    .pro_features {
        margin-bottom: 40px;
    }

    .pro_features .contact {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .pro_features .contact {
        font-size: 14px;
        line-height: 28px;
    }
}

@media(max-width:570px) {
    .pro_features {
        margin-bottom: 30px;
    }
}



/* pro_specif */

.pro_specif {}

.pro_specif .title36 {
    margin-bottom: 18px;
}

.pro_specif table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.pro_specif .tablen {
    overflow: auto;
}

.pro_specif table tr {
    color: #666666;
    border-bottom: 1px solid #999;
}

.pro_specif table tr:first-child {
    border-top: 1px solid #999;
}

.pro_specif table tr td {
    padding: 12px 15px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
}

.pro_specif table tr td:first-child {
    width: 20%;
}

.pro_specif table tr td:last-child {
    width: 52%;
}

.pro_specif video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

.pro_specif .imgbox {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 65px;
}

.pro_specif .imgbox img {
    min-height: 200px;
    object-fit: cover;
}

@media(max-width:1600px) {
    .pro_specif table tr td {
        padding: 10px 10px;
        font-size: 18px;
    }

    .pro_specif table tr td {
        padding: 10px 10px;
        font-size: 16px;
    }

    .pro_specif table tr td:first-child {
        width: auto;
    }

    .pro_specif .imgbox {
        border-radius: 10px;
        margin-top: 50px;
    }
}

@media(max-width:999px) {
    .pro_specif .imgbox {
        border-radius: 10px;
        margin-top: 40px;
    }
}

@media(max-width:768px) {
    .pro_specif table tr td {
        padding: 10px 10px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .pro_specif .imgbox {
        border-radius: 10px;
        margin-top: 3%;
    }
}


.pro_features table {
    border-collapse: collapse;
    width: 100%;
    min-width: 700px;
    overflow: auto;
}

.pro_features .tablen {
    overflow: auto;
}

.pro_features table tr {
    color: #666666;
    border-bottom: 1px solid #999;
}

.pro_features table tr:first-child {
    border-top: 1px solid #999;
}

.pro_features table tr td {
    padding: 12px 15px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
}

.pro_features table tr td:first-child {
    width: 20%;
}

.pro_features table tr td:last-child {
    width: 52%;
}

.pro_features video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

.pro_features .imgbox {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 65px;
}

.pro_features .imgbox img {
    min-height: 200px;
    object-fit: cover;
}

@media(max-width:1600px) {
    .pro_specif table tr td {
        padding: 10px 10px;
        font-size: 18px;
    }

    .pro_specif table tr td {
        padding: 10px 10px;
        font-size: 16px;
    }

    .pro_specif table tr td:first-child {
        width: auto;
    }

    .pro_specif .imgbox {
        border-radius: 10px;
        margin-top: 50px;
    }
}

@media(max-width:999px) {
    .pro_specif .imgbox {
        border-radius: 10px;
        margin-top: 40px;
    }
}

@media(max-width:768px) {
    .pro_specif table tr td {
        padding: 10px 10px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .pro_specif .imgbox {
        border-radius: 10px;
        margin-top: 3%;
    }
}

/* related_product */


.related_product {
    padding: 65px 0px 99px;
}

.related_product1 {
    padding: 74px 0px 97px;
}

.related_product2 {
    padding: 66px 0px 128px;
}

.related_product3 {
    padding: 66px 0px 72px;
}

.related_product .title36 {
    margin-bottom: 29px;
}

.related_product .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background-color: #006cba;
    border-radius: 25px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #006cba;
    margin-top: 12px;
}

.related_product .btnbox:hover {
    background-color: #fff;
    color: #006cba;
}

.related_product .swiper {
    margin-bottom: 38px;
}

.related_product .imgbox {
    overflow: hidden;
    border-radius: 10px;
}

.related_product .contact {
    padding-top: 25px;
}

.related_product .title {
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 3px;
}

.related_product .title a {
    color: #333333;
}

.related_product .title:hover,
.related_product .title a:hover {
    color: #006cba;
}

.related_product .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 26px;
}

.related_product .btn {
    display: flex;
    align-items: center;
    font-family: Poppins-Medium;
    font-size: 16px;
    color: #333333;
}

.related_product .btn:hover {
    color: #006cba;
}

.related_product .btn i {
    font-weight: bold;
    color: #006cba;
    margin-right: 10px;
}

@media(max-width:1600px) {
    .related_product {
        padding: 50px 0px 50px;
    }

    .related_product .btnbox {
        margin-top: 0;
    }

    .related_product .titlebox {
        margin-bottom: 30px;
    }

    .related_product .title {
        font-size: 22px;
        margin-bottom: 3px;
    }

    .related_product .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .related_product .title42 {
        line-height: 42px;
    }

    .related_product .contact {
        padding-top: 20px;
    }

    .related_product .title36 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .related_product .titlebox {
        margin-bottom: 20px;
    }

    .related_product .contact {
        padding-top: 15px;
    }

    .related_product .title {
        font-size: 20px;
        margin-bottom: 3px;
    }

    .related_product .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .related_product .swiper {
        margin-bottom: 30px;
    }

    .related_product .btnbox {
        width: 180px;
        height: 50px;
        border-radius: 25px;
        font-size: 18px;
        margin-top: 0px;
    }

    .related_product .title36 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .related_product {
        padding: 40px 0px 40px;
    }

    .related_product .titlebox {
        margin-bottom: 15px;
    }

    .related_product .titlebox {
        flex-direction: column;
    }

    .related_product .title42 {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .related_product .btnbox {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
        margin-top: 0px;
    }

    .related_product .contact {
        padding-top: 10px;
    }

    .related_product .title {
        font-size: 18px;
        margin-bottom: 3px;
    }

    .related_product .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .related_product .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .related_product .title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .related_product .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .related_product .btn {
        font-size: 14px;
    }

    .related_product .swiper {
        margin-bottom: 20px;
    }

    .related_product .btnbox {
        width: 150px;
        height: 40px;
        border-radius: 25px;
        font-size: 14px;
        margin-top: 0px;
    }

    .related_product .title42 {
        line-height: 34px;
    }

    .related_product .title36 {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .related_product {
        padding: 30px 0px 30px;
    }

    .related_product .title42 {
        line-height: 30px;
    }
}


/* solution_list */

.solution_list {
    padding: 35px 0px 61px;
}

.solution_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 75px;
}

.solution_list .inner:last-child {
    margin-bottom: 0;
}

.solution_list .inner:nth-child(2n) {
    flex-direction: row-reverse;
}

.solution_list .l_box {
    width: 48%;
    padding-top: 54px;
}

.solution_list .title42 {
    margin-bottom: 10px;
    line-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution_list .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.solution_list .btn {
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #006cba;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #006cba;
}

.solution_list .btn:hover {
    background-color: #006cba;
    color: #fff;
}

.solution_list .r_box {
    width: 48.55%;
    overflow: hidden;
    border-radius: 10px;
}

.solution_list .r_box:hover img {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .solution_list {
        padding: 40px 0px 50px;
    }

    .solution_list .inner {
        align-items: center;
    }

    .solution_list .l_box {
        width: 48%;
        padding-top: 0px;
    }

    .solution_list .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .solution_list .title42 {
        margin-bottom: 10px;
        line-height: auto;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .solution_list .inner {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .solution_list .btn {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }

    .solution_list .inner {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .solution_list {
        padding: 30px 0px 40px;
    }

    .solution_list .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .solution_list .title42 {
        line-height: 38px;
    }

    .solution_list .inner {
        margin-bottom: 30px;
    }

    .solution_list .title42 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .solution_list .inner {
        margin-bottom: 20px;
    }

    .solution_list .inner {
        flex-direction: column !important;
        align-items: flex-start;
    }

    .solution_list .l_box {
        width: 100%;
        margin-bottom: 25px;
    }

    .solution_list .r_box {
        width: 80%;
    }

    .solution_list .title42 {
        line-height: 32px;
    }

    .solution_list .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .solution_list .btn {
        width: 140px;
        height: 40px;
        border-radius: 25px;
        font-size: 14px;
    }

    .solution_list .title42 {
        font-size: 26px;
    }
}

@media(max-width:570px) {
    .solution_list {
        padding: 20px 0px 30px;
    }

    .solution_list .title42 {
        font-size: 22px;
    }

    .solution_list .r_box {
        width: 90%;
    }
}

@media(max-width:500px) {
    .solution_list .r_box {
        width: 100%;
    }

    .solution_list .title42 {
        font-size: 20px;
        margin-bottom: 5px;
    }
}


/* solution_detail */

.solution_detail {
    padding: 35px 0px 98px;
}

.solution_detail .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 70px;
}

.solution_detail .l_box {
    width: 48.6%;
    border-radius: 10px;
    overflow: hidden;
}

.solution_detail .r_box {
    width: 48%;
    padding-top: 28px;
}

.solution_detail .title36 {
    margin-bottom: -2px;
}

.solution_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 28px;
}

.solution_detail .sharebox span {
    margin-right: 5px;
}

.solution_detail .con {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 34px;
}

.solution_detail .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    border-radius: 25px;
    border: solid 1px #006cba;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #006cba;
}

.solution_detail .btn:hover {
    background-color: #006cba;
    color: #fff;
}

.solution_detail .contact {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.solution_detail .contact img {
    border-radius: 10px;
}


@media(max-width:1600px) {
    .solution_detail {
        padding: 40px 0px 50px;
    }

    .solution_detail .r_box {
        padding-top: 0;
    }

    .solution_detail .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .solution_detail .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .solution_detail .box {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .solution_detail .title36 {
        margin-bottom: 5px;
    }

    .solution_detail .sharebox {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .solution_detail .con {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .solution_detail .btn {
        width: 170px;
        height: 45px;
        font-size: 16px;
    }

    .solution_detail .box {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .solution_detail .box {
        flex-direction: column;
    }

    .solution_detail {
        padding: 30px 0px 40px;
    }

    .solution_detail .l_box {
        width: 60%;
        margin-bottom: 20px;
    }

    .solution_detail .r_box {
        width: 100%;
    }

    .solution_detail .box {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .solution_detail .l_box {
        width: 80%;
        margin-bottom: 20px;
    }

    .solution_detail .con {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .solution_detail .sharebox {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .solution_detail .btn {
        width: 140px;
        height: 45px;
        font-size: 14px;
    }

    .solution_detail .box {
        margin-bottom: 20px;
    }

    .solution_detail .contact {
        font-size: 14px;
        line-height: 28px;
    }
}

@media(max-width:570px) {
    .solution_detail {
        padding: 20px 0px 30px;
    }

    .solution_detail .l_box {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .solution_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* page_control */

.page_control .safe {
    padding: 12px 0px 18px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.page_control,
.page_control a {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.page_control a:hover {
    color: #006cba;
}

.page_control p:first-child {
    margin-bottom: 6px;
}


@media(max-width:768px) {

    .page_control,
    .page_control a {
        font-size: 14px;
        line-height: 28px;
    }

    .page_control .safe {
        padding: 10px 0px 10px;
    }
}



/* service_list */

.service_list {
    padding: 52px 0px 83px;
}

.service_list .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.service_list .inner:last-child {
    margin-bottom: 0;
}

.service_list .l_box {
    width: 37.3%;
    border-radius: 10px;
    overflow: hidden;
}

.service_list .r_box {
    width: 59.5%;
    /* padding-top: 59px; */
}

.service_list .title42 {
    font-family: Poppins-SemiBold;
    position: relative;
    padding-left: 25px;
    margin-bottom: 4px;
}

.service_list .title42::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 38px;
    background-color: #2a5caa;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.service_list .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media(max-width:1600px) {
    .service_list {
        padding: 40px 0px 50px;
    }

    .service_list .inner {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .service_list {
        padding: 30px 0px 40px;
    }

    .service_list .inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .service_list .l_box {
        width: 52%;
        margin-bottom: 20px;
    }

    .service_list .r_box {
        width: 100%;
    }
}

@media(max-width:820px) {
    .service_list .l_box {
        width: 60%;
        margin-bottom: 20px;
    }

    .service_list .title42 {
        font-size: 26px;
    }
}

@media(max-width:768px) {
    .service_list .l_box {
        width: 70%;
        margin-bottom: 20px;
    }

    .service_list .content {
        font-size: 14px;
        line-height: 26px;
    }

    .service_list .title42 {
        font-size: 22px;
        padding-left: 0;
    }

    .service_list .title42::after {
        display: none;
    }
}

@media(max-width:600px) {
    .service_list .l_box {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .service_list {
        padding: 20px 0px 30px;
    }

    .service_list .title42 {
        font-size: 20px;
    }

    .service_list .l_box {
        width: 80%;
        margin-bottom: 20px;
    }
}


@media(max-width:500px) {
    .service_list .l_box {
        width: 100%;
        margin-bottom: 20px;
    }
}



/* service_sales */

.service_sales {
    padding: 103px 0px 117px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.service_sales .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_sales .l_box {
    width: 60%;
}

.service_sales .r_box {
    width: 30%;
    display: flex;
    justify-content: flex-end;
}

.service_sales .title42 {
    color: #fff;
    margin-bottom: 15px;
}

.service_sales .content {
    font-family: Poppins-Regular;
    font-size: 22px;
    line-height: 48px;
    color: #ffffff;
}

.service_sales .content p {
    padding-left: 40px;
    position: relative;
}

.service_sales .content p::after {
    content: "";
    width: 25px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 13px;
    background-image: url(../images/bingo2.png);
    background-size: cover;
}

.service_sales .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 25px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #006cba;
}

.service_sales .btn:hover {
    background-color: #006cba;
    color: #fff;
}

@media(max-width:1600px) {
    .service_sales {
        padding: 60px 0px;
    }

    .service_sales .content {
        font-size: 20px;
        line-height: 48px;
    }
}

@media(max-width:1333px) {
    .service_sales .content {
        font-size: 20px;
        line-height: 34px;
    }

    .service_sales .content p {
        margin-bottom: 15px;
    }

    .service_sales .content p::after {
        width: 25px;
        height: 20px;
        top: 5px;
    }

    .service_sales .btn {
        width: 170px;
        height: 45px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .service_sales {
        padding: 50px 0px;
    }

    .service_sales .content {
        font-size: 18px;
        line-height: 30px;
    }

    .service_sales .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .service_sales .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .service_sales .r_box {
        width: 100%;
        justify-content: flex-start;
    }
}

@media(max-width:768px) {
    .service_sales {
        padding: 40px 0px;
    }

    .service_sales .content {
        font-size: 16px;
        line-height: 28px;
    }

    .service_sales .content p {
        margin-bottom: 10px;
    }

    .service_sales .content p::after {
        width: 25px;
        height: 20px;
        top: 3px;
    }

    .service_sales .btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .service_sales {
        padding: 30px 0px;
    }
}


/* service_faq */

.service_faq {
    padding: 65px 0px 72px;
    background-color: #e8edf3;
}

.service_faq .title42 {
    margin-bottom: -9px;
}

.faq1 .quest {
    border-bottom: 1px solid #cccccc;
    padding: 15px 15px 13px 15px;
    cursor: pointer;
    margin-bottom: 7px;
}


.faq1 .question {
    display: flex;
    align-items: center;
}

.faq1 .question i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #2a5caa;
    color: #fff;
    font-size: 18px;
    border-radius: 50px;
    margin-right: 15px;
    flex-shrink: 0;
}

.faq1 .name {
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 54px;
    color: #333333;
}

.faq1 .answer {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    padding-left: 50px;
    display: none;
    transition: none;
    margin-bottom: 17px;
}

@media(max-width:1600px) {
    .service_faq {
        padding: 50px 0px;
    }

    .faq1 .quest {
        padding: 15px 15px 13px 15px;
        margin-bottom: 0px;
    }
}

@media(max-width:1333px) {
    .faq1 .quest {
        padding: 15px 5px 13px 5px;
        margin-bottom: 0px;
    }

    .faq1 .name {
        font-size: 18px;
        line-height: unset;
    }

    .faq1 .answer {
        padding-top: 15px;
    }

    .service_faq .title42 {
        margin-bottom: 0;
    }
}

@media(max-width:999px) {
    .service_faq {
        padding: 40px 0px;
    }

    .faq1 .answer {
        font-size: 16px;
        line-height: 26px;
        padding-left: 50px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .faq1 .name {
        font-size: 16px;
        line-height: unset;
    }

    .faq1 .answer {
        font-size: 14px;
        line-height: 26px;
        padding-left: 35px;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    .faq1 .question i {
        width: 30px;
        height: 30px;
        font-size: 18px;
        border-radius: 50px;
        margin-right: 8px;
        flex-shrink: 0;
    }
}

@media(max-width:570px) {
    .service_faq {
        padding: 30px 0px;
    }
}



/* service_video */

.service_video {
    padding: 61px 0px 71px;
}

.service_video .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.service_video .btnbox {
    display: flex;
}

.service_video .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 49px;
    border: solid 1px #006cba;
    border-radius: 50px;
    color: #006cba;
    cursor: pointer;
}

.service_video .btnbox i:last-child {
    margin-left: 12px;
}

.service_video .btnbox i:hover {
    background-color: #006cba;
    color: #fff;
}

.service_video .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_video .video {
    position: absolute;
    cursor: pointer;
}

.service_video .video:hover .play {
    transform: scale(1.1);
}

.service_video .name {
    padding-top: 17px;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
}

@media(max-width:1600px) {
    .service_video {
        padding: 50px 0px;
    }

    .service_video .name {
        padding-top: 15px;
        font-size: 18px;
    }
}

@media(max-width:1333px) {
    .service_video .name {
        padding-top: 10px;
        font-size: 16px;
    }

    .service_video .video img {
        width: 55px;
    }

    .service_video .btnbox i {
        width: 45px;
        height: 45px;
        border-radius: 50px;
    }
}

@media(max-width:999px) {
    .service_video {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .service_video .name {
        padding-top: 8px;
        font-size: 14px;
    }

    .service_video .btnbox i {
        width: 42px;
        height: 42px;
        border-radius: 50px;
    }
}

@media(max-width:570px) {
    .service_video {
        padding: 30px 0px;
    }
}


/* project_list */

.project_list {
    padding: 52px 0px 80px;
}

.project_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 71px;
}

.project_list .inner {
    width: 31.4285%;
    margin-right: 2.7285%;
    margin-bottom: 49px;
}

.project_list .inner:nth-child(3n) {
    margin-right: 0;
}

.project_list .inner:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.project_list .imgbox {
    overflow: hidden;
}

.project_list .contact {
    padding-top: 23px;
}

.project_list .title {
    font-family: Poppins-Medium;
    font-size: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.project_list .title a {
    color: #333;
}

.project_list .title:hover,
.project_list .title a:hover {
    color: #006cba;
}

.project_list .add {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
}

.project_list .svgbox {
    flex-shrink: 0;
    margin-right: 6px;
}

@media(max-width:1600px) {
    .project_list {
        padding: 40px 0px 50px;
    }

    .project_list .contact {
        padding-top: 15px;
    }

    .project_list .title {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .project_list .wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .project_list .title {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .project_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .project_list {
        padding: 30px 0px 40px;
    }

    .project_list .contact {
        padding-top: 10px;
    }

    .project_list .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .project_list .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .project_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px !important;
    }

    .project_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .project_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .project_list .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .project_list .add {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .project_list {
        padding: 20px 0px 30px;
    }

    .project_list .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:400px) {
    .project_list .inner {
        width: 100%;
        margin-right: 0 !important;
    }
}



/* project_detail */

.project_detail {
    padding: 41px 0px 63px;
}

.project_detail .title36 {
    margin-bottom: 6px;
}

.project_detail .address {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
    margin-bottom: 22px;
}

.project_detail .address .svgbox {
    margin-right: 10px;
}

.project_detail .sharebox {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.project_detail .sharebox span {
    margin-right: 8px;
}

.project_detail .detail {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    margin-bottom: 15px;
}

.project_detail .content strong {
    font-family: Poppins-Medium;
    font-size: 18px;
    color: #333333;
}

.project_detail .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 34px;
    color: #333;
}

@media(max-width:1600px) {
    .project_detail {
        padding: 40px 0px 50px;
    }
}

@media(max-width:1333px) {
    .project_detail .address {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .project_detail .sharebox {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .project_detail .detail {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .project_detail {
        padding: 30px 0px 40px;
    }

    .project_detail .address {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .project_detail .detail {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .project_detail .address {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .project_detail .sharebox {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .project_detail .detail {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .project_detail .content strong {
        font-size: 16px;
    }

    .project_detail .content {
        font-size: 14px;
        line-height: 30px;
    }
}

@media(max-width:570px) {
    .project_detail {
        padding: 20px 0px 30px;
    }
}



/* news_list */

.news_list {
    padding: 52px 0px 80px;
}

.news_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
}

.news_list .inner {
    width: 23.5714%;
    margin-right: 1.7285%;
    margin-bottom: 45px;
}

.news_list .inner:nth-child(4n) {
    margin-right: 0;
}

.news_list .inner:nth-last-child(-n+4) {
    margin-bottom: 0;
}

.news_list .imgbox {
    overflow: hidden;
    border-radius: 10px;
}

.news_list .contact {
    padding-top: 20px;
}

.news_list .title {
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a {
    color: #333333;
}

.news_list .title:hover,
.news_list .title a:hover {
    color: #006cba;
}

.news_list .data {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #999999;
}

@media(max-width:1600px) {
    .news_list {
        padding: 40px 0px 50px;
    }

    .news_list .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .news_list .contact {
        padding-top: 15px;
    }
}

@media(max-width:1333px) {
    .news_list .contact {
        padding-top: 10px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .news_list .inner {
        width: 23.5714%;
        margin-right: 1.7285%;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 30px 0px 40px;
    }

    .news_list .inner {
        width: 32%;
        margin-right: 2%;
    }

    .news_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .news_list .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .news_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px !important;
    }

    .news_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .news_list .inner:nth-child(2n) {
        margin-right: 0%;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_list .data {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .news_list {
        padding: 20px 0px 30px;
    }
}

@media(max-width:400px) {
    .news_list .inner {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 15px !important;
    }

    .news_list .inner .imgbox img {
        width: 100%;
    }
}


/* news_detail */

.news_detail {
    margin: 36px 0px -2px;
}

.news_detail>.safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 58px;
}

.news_detail .l_box {
    width: 65%;
    padding-top: 10px;
}

.news_detail .l_box .title36 {
    line-height: 40px;
    margin-bottom: 14px;
}

.news_detail .con {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 22px;
}

.news_detail .con .sharebox {
    display: flex;
    align-items: center;
    margin-left: 6.2%;
}

.news_detail .con .sharebox span {
    margin-right: 5px;
    color: #666;
}

.news_detail .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}


.news_detail .r_box {
    width: 23.57%;
}

.news_detail .inner {
    margin-bottom: 39px;
}

.news_detail .inner:last-child {
    margin-bottom: 0;
}

.news_detail .imgbox {
    overflow: hidden;
    border-radius: 10px;
}

.news_detail .contact {
    padding-top: 20px;
}

.news_detail .title {
    font-family: Poppins-Medium;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail .title a {
    color: #333;
}

.news_detail .title:hover,
.news_detail .title a:hover {
    color: #006cba;
}

.news_detail .data {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666;
}

.news_detail .r_box .title36 {
    margin-bottom: 27px;
}

@media(max-width:1600px) {
    .news_detail {
        margin: 40px 0px 0px;
    }

    .news_detail .l_box .title36 {
        line-height: 40px;
        margin-bottom: 10px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 34px;
    }

    .news_detail .contact {
        padding-top: 15px;
    }

    .news_detail .inner {
        margin-bottom: 35px;
    }

    .news_detail .con {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .news_detail .r_box .title36 {
        margin-bottom: 25px;
    }
}

@media(max-width:1333px) {
    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
    }

    .news_detail .contact {
        padding-top: 10px;
    }

    .news_detail .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .news_detail .inner {
        margin-bottom: 30px;
    }

    .news_detail .l_box .title36 {
        line-height: 36px;
        margin-bottom: 10px;
    }

    .news_detail .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .news_detail .con {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .news_detail .r_box .title36 {
        margin-bottom: 20px;
    }

    .news_detail>.safe {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .news_detail>.safe {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .news_detail .l_box {
        width: 100%;
        padding-top: 0;
        margin-bottom: 20px;
    }

    .news_detail .r_box {
        width: 100%;
    }

    .news_detail .wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .news_detail .wrap .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 0;
    }

    .news_detail .wrap .inner:nth-child(3n) {
        margin-right: 0;
    }

    .news_detail .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_detail .r_box .title36 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .news_detail .content {
        font-size: 14px;
        line-height: 28px;
    }

    .news_detail>.safe {
        margin-bottom: 20px;
    }

    .news_detail .data,
    .news_detail .con {
        font-size: 14px;
    }

    .news_detail .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_detail .contact {
        padding-top: 5px;
    }

    .news_detail .con {
        margin-bottom: 0;
    }
}

@media(max-width:570px) {
    .news_detail .wrap .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 15px !important;
    }

    .news_detail .wrap .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .news_detail .wrap .inner:nth-child(2n) {
        margin-right: 0;
    }

    .news_detail .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .news_detail .wrap .inner img {
        width: 100%;
    }

    .news_detail .con {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .news_detail .con .data {
        margin-bottom: 10px;
    }

    .news_detail .con .sharebox {
        margin-left: 0;
    }
}

@media(max-width:400px) {
    .news_detail .wrap .inner {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 15px !important;
    }
}


/* con_last */

.con_last {
    position: relative;
    width: 100%;
}

.con_last::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 54%;
    background-color: #f5f8fc;
    z-index: -1;
}


/* contactus */

.contactus {
    padding: 36px 0px 80px;
}

.contactus .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contactus .l_box {
    width: 49.8%;
}

.contactus .email a {
    word-break: break-all;
}

.contactus .tit1 {
    margin-bottom: 16px;
}

.contactus textarea,
.contactus input {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
    background-color: transparent;
    width: 100%;
    height: 100%;
    resize: none;
}

.contactus input {
    height: 48px;
}

.contactus .inpbox1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 13px;
}

.contactus .inpbox2 {
    padding-top: 12px;
    margin-bottom: 20px;
}

.contactus textarea {
    height: 132px;
}

.contactus .inpbox1 {
    position: relative;
}

.contactus .codebox {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 110px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #f3fbfe;
}

.contactus .submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 40px;
    background-color: #2a5caa;
    border-radius: 4px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #ffffff;
    margin-top: 27px;
    cursor: pointer;
}

.contactus .submit:hover {
    background-color: #000;
}

.contactus .r_box {
    width: 38.1%;
}

.contactus .tit2 {
    margin-bottom: 10px;
}

.contactus .wrap {
    margin-bottom: 40px;
    padding-left: 4px;
}

.contactus .name {
    font-family: Poppins-Medium;
    font-size: 20px;
    color: #2a5caa;
}

.contactus .resu {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
}

.contactus .lie2 {
    display: flex;
    align-items: flex-start;
}

.contactus .lie2 .inner:first-child {
    width: 55%;
}

.contactus .lie2 .inner:last-child {
    width: 45%;
}

.contactus .inner {
    margin-bottom: 32px;
}

.contactus .inner:last-child {
    margin-bottom: 0;
}

.contactus .inn {
    display: flex;
    align-items: center;
}

.contactus .inn .svgbox {
    margin-right: 10px;
}

.contactus .inner a:hover {
    color: #006cba;
}

.contactus .code input {
    padding-right: 120px;
}

@media(max-width:1600px) {
    .contactus {
        padding: 40px 0px 50px;
    }

    .contactus .tit1 {
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .contactus .tit1 {
        margin-bottom: 10px;
    }

    .contactus textarea {
        height: 100px;
    }

    .contactus .name {
        font-size: 18px;
    }

    .contactus .resu {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .contactus {
        padding: 30px 0px 40px;
    }

    .contactus .r_box {
        width: 41%;
    }

    .contactus input {
        height: 45px;
    }

    .contactus .inner {
        margin-bottom: 30px;
    }

    .contactus .submit {
        width: 80px;
        height: 40px;
        font-size: 14px;
        margin-top: 20px;
    }

    .contactus .inpbox2 {
        padding-top: 5px;
    }
}

@media(max-width:768px) {
    .contactus .safe {
        flex-direction: column;
    }

    .contactus .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .contactus .r_box {
        width: 100%;
    }

    .contactus textarea,
    .contactus input {
        font-size: 14px;
    }

    .con_last::after {
        display: none;
    }

    .contactus textarea {
        height: 80px;
    }

    .contactus .name {
        font-size: 16px;
    }

    .contactus .resu {
        font-size: 14px;
    }

    .contactus .inner {
        margin-bottom: 25px;
    }

    .contactus .inpbox2 {
        padding-top: 0;
    }
}

@media(max-width:570px) {
    .contactus {
        padding: 20px 0px 30px;
    }

    .contactus .inner {
        margin-bottom: 20px;
    }

    .contactus .name {
        font-size: 14px;
    }
}

@media(max-width:400px) {
    .contactus .lie2 {
        flex-direction: column;
    }

    .contactus .lie2 .inner:first-child,
    .contactus .lie2 .inner:last-child {
        width: 100%;
    }

    .contactus .lie2 .inner:last-child {
        margin-bottom: 20px;
    }
}



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

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

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


.bgf5 {
    background-color: #f7f7f7 !important;
}

.bgec {
    background-color: #ececec !important;
}

.bgec i {
    color: #666;
}

.check {
    background-color: #007e4d !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;
}

@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=1745396336243') format('woff'),
        url('iconfont.ttf?t=1745396336243') format('truetype');
}

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

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





/* 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
}

.listcart {
    margin-top: 90px;
}

.listcart a.l {
    float: left;
}

.listcart a.r {
    float: right;
}

.listcart a {
    background: #006cba;
    display: inline-block;
    height: 34px;
    width: 200px;
    line-height: 34px;
    cursor: pointer;
    border: none;
    overflow: hidden;
    color: #fff;
    cursor: pointer;
    border: 1px solid #006cba;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    margin-left: 10px;
}

.listcart a:hover {
    border: #006cba solid 1px;
    background: #006cba;
    color: #fff !important;
}

@media screen and (max-width:999px) {
    .listcart a {
        margin-left: 2.5%;
        margin-right: 2.5%;
        padding-left: 0px;
        padding-right: 0px;
        float: none;
    }

    .listcart {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width:472px) {
    .listcart a {
        width: 95% !important;
        float: none;
        overflow: hidden;
        margin-bottom: 1rem;
        margin-top: 1rem
    }
}

.column .wechat:hover img {
    filter: unset !important;
}