@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;
    /* max-width: 1920px; */
    min-width: 250px;
    margin: 0 auto;
    font-family: NotoSans;
}

h1 {
    font-weight: unset;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.white {
    color: #fff !important;
}

.imgbox img {
    display: block;
}


.safe {
    max-width: 1200px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 30px);
    }
}

.safe1 {
    max-width: 1650px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe1 {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .safe1 {
        width: calc(100% - 30px);
    }
}


.headersafe {
    max-width: 1400px;
    width: calc(100% - 120px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .headersafe {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width:768px) {
    .headersafe {
        width: calc(100% - 30px);
    }
}

.elisps1 {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.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-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-dots .slide-count {
    display: none;
}


@media screen and (max-width: 991px) {
    .slick-slide video {
        object-position: inherit;
        object-fit: inherit;
        width: 100%;
        height: 100%;
        transform: translate(0, 0);
        left: 0;
        top: 0;
    }
}

.slideshow .item img {
    width: 100%;
    -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    image-rendering: pixelated;
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 22px;
    display: flex;
    justify-content: center;
    text-align: center;
}

.slick-dots li {
    margin-right: 9px;
}

.slick-dots li:last-child {
    margin-right: 0;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50px;
    background-color: #fff;
}

.slick-dots li button:hover {
    background-color: #fff;

}

.slick-dots .slick-active button {
    background-color: #de0419;
    opacity: 0.5;
    border: 50px;
}




/* 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)
    }
}





/* han bao an niu */
/* .btn {
    float: right;
    margin-right: 20px;
    font-size: 18px;
} */


/* 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: 200px;
    background-color: #ffffff;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.09);
    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:hover .imgbox {
    background-color: #1d64b1;
}

.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: #dfdfdf;
    border-radius: 5px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}




.column ul li .imgbox i {
    font-size: 23px;
    color: #fff !important;
}

.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

/* .column ul li .imgbox:hover {
    background-color: #166296;
} */


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column .wechat {
    position: relative;
}

.column .wechat i,
.column .phone i {
    color: #4dc950 !important;
}

.column ul li .phonenum {
    position: absolute;
    right: 53px;
    padding: 10px;
    color: #333;
    background-color: #fff;
    display: none;
    word-wrap: nowrap;
}

.column .skype i {
    color: #2c87ce !important;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop i,
.column .email i {
    color: #323235 !important;
}

.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;
}

.column .gotop i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.column .facebook i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

@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;
        color: #fff;
    }
}

@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;
    }

    .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;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

    .column ul li .imgbox img {
        width: 28px;
    }
}

@media(max-width:450px) {


    .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%;

    }

    .column ul li .imgbox img {
        width: 25px;
    }
}

/* hanbaoanniu */

.navbar-toggle {
    width: 35px;
    height: 35px;
    z-index: 10000000000;
    position: relative;
    transition-duration: 1s;
    display: inline-block;
    cursor: pointer;
    padding-left: 5px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #efefef !important;
    display: none;
}

.navbar-toggle .icon {
    height: 1px;
    width: 25px;
    top: 16px;
    background-color: #1d64b1;
    border-radius: 20px;
    position: absolute;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:before {
    left: 0;
    position: absolute;
    top: -9px;
    height: 1px;
    width: 25px;
    background-color: #1d64b1;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle .icon:after {
    left: 0;
    position: absolute;
    top: 9px;
    height: 1px;
    width: 25px;
    background-color: #1d64b1;
    content: "";
    border-radius: 20px;
    transition-duration: 0.5s;
}

.navbar-toggle.open .icon {
    background: transparent;
}

.navbar-toggle.open .icon:before {
    transition: transform 0.5s;
    transform: rotateZ(45deg) translate(6px, 7px);
}

.navbar-toggle.open .icon:after {
    transition: transform 0.5s;
    transform: rotateZ(-405deg) translate(6px, -7px);
}


@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {}

@media(max-width:768px) {}

@media(max-width:570px) {
    .navbar-toggle {
        width: 32px;
        height: 32px;
        padding-left: 2.5px;
    }

    .navbar-toggle .icon:before {
        left: 0;
        top: -7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon:after {
        left: 0;
        top: 7px;
        height: 1px;
        width: 25px;
        border-radius: 20px;
    }

    .navbar-toggle .icon {
        top: 15px;
    }

    .navbar-toggle.open .icon:after {
        transition: transform 0.5s;
        transform: rotateZ(-405deg) translate(5px, -5px);
    }

    .navbar-toggle.open .icon:before {
        transition: transform 0.5s;
        transform: rotateZ(45deg) translate(5px, 5px);
    }
}





/* minmenu */
.borderbox {
    right: -150%;
    background-color: #fff;
    position: absolute;
    width: 50%;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 41px;
    z-index: 20000 !important;
    transition: none;
    top: 0;
    height: 100vh;
    overflow: scroll;
}





.borderbox .topbox {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.borderbox .topbox .qiehuan {
    margin-right: 40px;
    padding: 10px 20px;
    border: 1px solid #fff;
    color: #fff;
    background-color: #1f77ba;
    border-radius: 5px;
}

.borderbox .topbox .qiehuan a {
    color: #fff;
}

/* sousuo */
.borderbox .searchicon {
    color: #000;
    font-weight: 800;
    font-size: 17px;
    cursor: pointer;
}

.borderbox .searchicon:hover {
    color: #1f77ba;
}


.borderbox .search {
    position: relative;
    width: 153px;
    height: 50px;
    margin-left: 30px;

}

.borderbox .sea {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 33px;
    border-radius: 50px;
    padding: 5px 36px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

}

.borderbox .search .icon-sousuo {
    position: absolute;
    top: 10px;
    right: -2px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
    font-size: 13px;
}

.borderbox .submit {
    position: absolute;
    top: -4px;
    right: 8px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

/* liebiao */
.borderbox .btn {
    width: 25px;
    height: 25px;
    padding-bottom: 0px;
    font-style: normal;
    font-size: 18px;
    border-radius: 50px;
    background-color: #1d64b1;
    line-height: 25px;
    text-align: center;
    color: #fff;
    flex-shrink: 0;
    float: right;
    margin-right: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.borderbox ul {
    transition: none;
}

.borderbox .ul1 {
    margin-bottom: 100px;
    /* margin-top: 50px; */
}

.borderbox .ul1 li {
    font-size: 16px;
    transition: none;
}

.borderbox .ul1 li a {
    color: #000;
    transition: none;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #666666;
}

.borderbox .ul1 li {
    line-height: 30px;
}

.borderbox .menu1 {
    padding-bottom: 6px;
    padding-top: 6px;
}

.borderbox .menu2 {
    float: none;
    padding-bottom: 5px;
    padding-top: 5px;
}

.borderbox .menu2 a {
    color: #333 !important;
}

.borderbox .menu2 li {
    float: none;
    padding-bottom: 4px;
    padding-top: 4px;

}

.borderbox .ul1 {
    display: flex;
    flex-direction: column;
}

.borderbox .ul2 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
    display: none;
    margin-right: 30px;
    /* height: auto !important; */
}

.borderbox .ul2 li {
    padding: 8px 0px;
}

.borderbox .ul3 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
    /* height: auto !important; */
}

.borderbox .ul4 {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    display: none;
}

@media(max-width:1600px) {
    .borderbox {
        display: none;
    }
}

@media(max-width:1333px) {
    .borderbox {
        display: none;
    }

    .borderbox .ul1 li {
        font-size: 16px;
    }

}

@media(max-width:999px) {
    .navbar-toggle {
        display: block;
    }

    .borderbox {
        display: block;
        width: 60%;
    }

    .borderbox .ul1 li {
        font-size: 14px;
    }

}

@media(max-width:768px) {
    .borderbox {
        display: block;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px;
        line-height: 26px;
    }

    .borderbox {
        display: block;
        width: 65%;
    }



    .borderbox .search {
        position: relative;
        width: 136px;
        height: 50px;

    }

    .borderbox .sea {
        position: absolute;
        top: 0;
        left: 0;
        width: 134px;
        height: 28px;
        border-radius: 50px;
        padding: 5px 36px 5px 15px;
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);

    }

    .borderbox .search .icon-sousuo {
        position: absolute;
        top: 7px;
        right: -2px;
        width: 30px;
        height: 38px;
        font-weight: 800;
        color: #333;
        font-size: 13px;
    }

    .borderbox .submit {
        position: absolute;
        top: -4px;
        right: 8px;
        width: 30px;
        height: 38px;
        z-index: 2;
        opacity: 0;
        cursor: pointer;
    }

    .borderbox .ul1 li {
        line-height: 25px;
    }
}

@media(max-width:570px) {
    .borderbox .ul2 li {
        padding: 4px 0px;
    }

    .borderbox {
        display: block;
        width: 70%;
    }

    .borderbox .ul1 li {
        font-size: 12px;
    }

    .borderbox .btn {
        font-size: 16px !important;
        margin-right: 5px;
        width: 22px !important;
        line-height: 22px;
        height: 22px !important;
        text-align: center;
        display: inline-block;
    }
}

@media(max-width:570px) {
    .borderbox {
        width: 85%;
    }
}




header {
    width: 100%;
    height: 128px;
    position: fixed;
    z-index: 10000;
    background-color: #fff;
    border-radius: 1px;
    min-width: 250px;
    border-bottom: solid 1px #d3d3d3;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}

.header1 {
    height: 115px;
}


header>.safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .emailbox {
    margin-right: 20px;
}

header .rightbox .bottombox {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translateX(11px);
}

header .rightbox .bottombox>ul {
    display: flex;
    align-items: center;
    margin-right: 0px;
}

header .safe .bottombox .menubox {
    transform: translateX(-0px);
}

header .headersafe .bottombox .menubox {
    transform: translateX(0px);
}

header .rightbox .bottombox ul li {
    position: relative;
    display: flex;
    justify-content: center;
}



header .rightbox .bottombox>ul>li>a {
    padding: 15px 62px 45px 0px;
    /* padding: 15px 62px 35px 0px; */
    position: relative;
    display: inline-block;
}

.header1 .rightbox .bottombox>ul>li>a {
    /* padding: 15px 62px 45px 0px; */
    padding: 15px 62px 35px 0px;
    position: relative;
    display: inline-block;
}


header .rightbox .bottombox>ul>li:last-child a {
    padding-right: 0;
}

header .rightbox .bottombox a {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #666666 !important;
}

header .rightbox .bottombox .menubox li>ul li {
    /* text-align: center; */
    position: relative;
}

header .rightbox .bottombox .menubox>li>ul>li:first-child:after {
    width: 100%;
    height: 5px;
    content: "";
    position: absolute;
    top: -10px;
    background-color: #b1ce00;
}


header .rightbox .bottombox .menubox>li>a {
    color: #666;
    position: relative;
}

header .rightbox .bottombox .menubox>li>a::after {
    content: "";
    position: absolute;
    width: 67px;
    height: 2px;
    background-color: #fff;
    left: 16px;
    right: 0;
    margin: 0 auto;
    bottom: 7px;
    opacity: 0;
}

header .rightbox .bottombox .menubox>li>a:hover,header .rightbox .bottombox .menubox>.active>a {
    color: #1d64b1 !important;
}


/* lanauage */

header .con {
    display: flex;
    align-items: center;
    margin-top: 14px;
}

header .lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 0px;
    transform: translateX(0px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
    position: relative;
    z-index: 100;
    padding-right: 10px;
    margin-right: 10px;
}

header .lanauage_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: #cecece;
}

header .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-family: HelveticaLTStd-Roman;
    font-size: 16px;
    color: #999;
}

header .lanauage .icon-duoyuyan {
    font-size: 20px;
    color: #999;
    margin-right: 8px;
}

header .lanauage .lanbox i {
    color: #999;
}

header .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

header .lanbox a {
    font-size: 14px !important;
    color: #888;
}

header .lanauage:hover i {
    color: #1d64b1 !important;
}

header .lanauage:hover .name {
    color: #1d64b1 !important;
}

header .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: -15px;
    margin-top: 10px;
    z-index: 1000;
}

header .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
}

header .lanauage .silde-down li {}

header .lanauage .silde-down li:hover {
    background-color: #1d64b1;
}

header .lanauage .silde-down li:hover a {
    color: #fff !important;
}

header .rightbox .searchbox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5.6%;
}

header .rightbox .searchbox i {
    cursor: pointer;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}

header .rightbox .searchbox i:hover {
    color: #1d64b1 !important;
}


header .rightbox .searchbox .searchicon {
    color: #fff;
}

header .rightbox .searchbox .search {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    display: block;
    z-index: 1000;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .rightbox .searchbox .sea {
    position: absolute;
    right: 0;
    width: 200px;
    top: 25px;
    height: 38px;
    border-radius: 50px;
    padding: 5px 46px 5px 15px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

header .rightbox .searchbox .search .icon-sousuo {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 30px;
    height: 38px;
    font-weight: 800;
    color: #333;
}

header .rightbox .searchbox .search .submit:hover+.icon-sousuo {
    color: #1d64b1;
}

header .rightbox .searchbox .submit {
    position: absolute;
    top: 25px;
    right: 16px;
    width: 30px;
    height: 38px;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

header img {
    display: block;
}



/* erji sanji siji */
/* yiji */

header .rightbox .menubox>li ul {
    position: absolute;
    top: 100%;
    /* display: flex; */
    flex-direction: column;
    transition: none;
    min-width: 260px;
    width: max-content;
    /* padding-right: 20px; */
    word-break: break-all;
    max-width: 425px;
    background-color: #ffffff;
    box-shadow: 1px 1px 31px 0px rgba(0, 0, 0, 0.03);
    transition: none;

    padding-top: 10px;
    padding-bottom: 10px;
}

header .rightbox .menubox>li ul>li:last-child a::after{
    display: none;
}

header .rightbox .menubox>li>ul {
    top: 101%;
    transform: translateX(0px);
    left: 0;
    /* padding-top: ; */
}

header .rightbox .menubox>li ul li:hover>a {
    color: #fff !important;
    background-color: #b1ce00;
}

header .rightbox .active_li>a {
    color: #fff !important;
}

header .rightbox .menubox li>ul>li {
    transition: none;
    padding: 0px 0px;
}

header .rightbox .menubox li>ul>li a {
    display: block;
    background-color: #ffffff;
    position: relative;
    padding: 11.5px 20px 8px 20px;
    transition: none;
    width: 100%;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
}

header .rightbox .menubox li>ul>li a::after {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    content: "";
    bottom: 0;
    background-color: rgba(0, 0, 0, .1);
}

header .rightbox .menubox li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0px;
    display: none;
    padding: 0;
    flex-direction: column;
    transition: none;
    background: transparent;
}

header .rightbox .menubox li>ul>li>ul li {
    background-color: #fff;
}


header .rightbox .menubox li>ul>li>ul>li>ul {
    left: 100%;
    transition: none;
}




header .rightbox .menubox>li ul {
    transition: none;
    box-sizing: content-box;
}

header .menubox ul {
    translate: none;
    display: none;
}

header .leftbox {
    flex-shrink: 0;
    height: 100%;
    display: flex;
    align-items: center;
}

header .leftbox img {}

header .navbar-toggle {
    display: none;
}

header .rightbox {
    width: 85%;
    height: 100%;
}

header .rightbox .emailbox {
    display: flex;
    align-items: center;
}





/* active */
header .rightbox .active_title>a {
    color: #1d64b1 !important;
}

header .rightbox .bottombox .menubox li>ul .active_li>a {
    color: #1d64b1 !important;
}

/* header .rightbox .active_title>a::after {
    opacity: 1 !important;
}

header .rightbox .bottombox>ul>li:hover>a::after {
    opacity: 1 !important;
} */

/* .fix_header{
    background-color: rgba(255, 255, 255, .5);
} */



@media(max-width:1850px) {
    header .safe .bottombox .menubox {
        transform: translateX(0px);
    }

    header .headersafe .bottombox .menubox {
        transform: translateX(0px);
    }

    header .rightbox .bottombox .menubox>li>a {
        padding: 20px 15px;
    }

    header .rightbox .searchbox {
        margin-right: 25px;
    }

    header .rightbox .bottombox .menubox>li>a {
        padding: 30px 20px;
    }

    header .rightbox .bottombox {
        transform: translateX(0px);
    }

    header .emailbox {
        margin-right: 0px;
    }
}

@media(max-width:1600px) {

    header,
    .header1 {
        top: 0;
        height: 100px;
    }

    header .leftbox {
        flex-shrink: 0;
        margin-left: 2%;
    }

    header .leftbox img {
        height: 100%;
    }

    header .rightbox .bottombox a {
        font-size: 16px;
        line-height: 30px;
    }

    header .lanauage {
        padding: 0px 10px;
    }


    header .rightbox .bottombox .menubox>li>a {
        padding: 18px 30px;
    }


    header .rightbox .searchbox i {
        font-size: 16px;
    }

    header .con {
        margin-top: 3px;
    }

}

@media(max-width:1450px) {
    header .rightbox .bottombox .menubox>li>a {
        padding: 18px 25px;
    }
}

@media(max-width:1333px) {
    header .leftbox {
        margin-left: 0%;
    }


    header .lanauage {
        padding: 0px 10px;
    }

    header .rightbox .bottombox a {
        font-size: 14px;
        line-height: auto;
    }

    header .lanauage {
        padding: 0px 5px;
    }

    header,
    .header1 {
        height: 85px;
        border-bottom: unset;
    }


    header .rightbox .bottombox .menubox>li>a {
        padding: 11px 30px;
    }

    header .rightbox .menubox li>ul>li a {
        padding: 8px 15px 8px 15px;
        width: 100%;
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    header .rightbox .bottombox .menubox>li>a {
        padding: 11px 28px;
    }

    header .lanauage .silde-down a {
        padding: 3px 0px;
    }
}


@media(max-width:999px) {
    header .rightbox .bottombox>ul {
        display: none;
    }

    header .rightbox .searchbox {
        display: none;
    }

    header .navbar-toggle {
        display: block;
    }

    header,
    .header1 {
        height: 60px;
    }


    header .lanauage .silde-down a {
        padding: 0px 0px;
        display: inline-block;
    }

    header .leftbox img {
        height: 50px;
    }

    header .rightbox {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

@media(max-width:768px) {

    header,
    .header1 {
        height: 50px;
    }

    header .leftbox img {
        height: 40px;
    }

    header .lanauage .silde-down {
        top: 94%;
    }
}

@media(max-width:570px) {
    /* header .leftbox img {
        width: 105px;
    } */


    header .lanauage {
        padding: 0px 10px 0px 5px;
    }

}

@media(max-width:400px) {}






/* index_banner */

.index_banner {
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 128px;
    position: relative;
    overflow: hidden;

}


.index_banner img {
    width: 100%;
    display: block;
}

.index_banner video,
.index_banner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
    object-fit: cover;
}

.index_banner .banner_prev,
.index_banner .banner_next {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    cursor: pointer;
    width: 47px;
    height: 96px;
    background-color: rgba(0, 0, 0, .0);
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_banner .banner_prev:hover,
.index_banner .banner_next:hover {
    color: #861213;
    background-color: rgba(0, 0, 0, .1);
}

.index_banner .banner_prev {
    left: 0px;
    border-radius: 0px 10px 10px 0px;
}

.index_banner .banner_next {
    right: 0px;
    border-radius: 10px 0px 0px 10px;
}

.index_banner .swiper-pagination {
    top: unset;
    bottom: 21px !important;
}

.index_banner .swiper .swiper-pagination-bullet {
    opacity: 1;
    width: 18px;
    height: 3px;
    background-color: #ffffff;
    margin-right: 4px !important;
    border-radius: unset !important;
}

.index_banner .swiper .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.index_banner .swiper .swiper-pagination-bullet-active {
    background-color: #b1ce00;
}

.index_banner .safe {
    position: absolute;
    top: 52%;
    transform: translateY(-47%);
    /* height: 100%; */
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.index_banner .safe img:hover {
    transform: scale(1.05);
}

.index_banner .r_box {
    width: 60%;
    padding-top: 22px;
    padding-left: 8%;
}

.index_banner .r_box .content {
    font-family: Poppins-Regular;
    font-size: 20px;
    line-height: 37px;
    color: #ffffff;
    margin-bottom: 52px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.index_banner .title52 {
    margin-bottom: 6px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 1;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.index_banner .title52:hover,
.index_banner .title52 a:hover {
    color: #1d64b1;
}






/* page_banner */


.page_banner {
    /* padding-bottom: 30%; */
    height: 362px;
    position: relative;
    margin-top: 115px;
}

.page_banner1 {
    margin-top: 116px;
}

.page_banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.page_banner .safe {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 104px;
}


.page_banner .title40 {
    font-family: Poppins-SemiBold;
    color: #fff;
    font-style: italic;
    margin-bottom: 5px;
}

.page_banner .s_title {
    font-family: Poppins-Regular;
    font-size: 30px;
    color: #ffffff;
}


section {
    background-color: #ebebeb;
}


/* crumb */
.crumb {
    padding: 37px 0px 0px;
}

.crumb1 {
    padding: 17px 0px 0px;
}

.crumb2 {
    padding: 32px 0px 0px;
}

.crumb i {
    color: #999;
    font-size: 18px;
}

.crumb img {
    margin-right: 10px;
}

.crumb a {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #999999;
}

.crumb a:hover {
    color: #1d64b1;
}

.crumb .active {
    color: #1d64b1;
}



@media(max-width:1800px) {
    .page_banner {
        height: 0;
        position: relative;
        margin-top: 115px;
        padding-bottom: 27.1%;
    }

    .page_banner1 {
        margin-top: 115px;
    }
}

@media(max-width:1600px) {
    .index_banner {
        margin-top: 100px;
    }

    .index_banner .r_box {
        width: 60%;
        padding-top: 0px;
        padding-left: 8%;
    }

    .index_banner .swiper-slide {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .index_banner .safe {
        top: unset;
        transform: translateY(0);
    }

    .index_banner .r_box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .index_banner .r_box .content {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    .page_banner {
        height: 0;
        position: relative;
        margin-top: 100px;
        padding-bottom: 27.1%;
    }

    .page_banner1 {
        margin-top: 100px;
    }

    .page_banner .safe {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .page_banner .s_title {
        font-size: 28px;
    }

    .crumb {
        padding: 30px 0px 0px;
    }
}

@media(max-width:1333px) {

    .index_banner,
    .page_banner {
        margin-top: 85px;
    }

    .page_banner1 {
        margin-top: 85px;
    }

    .index_banner .r_box {
        width: 75%;
        padding-left: 4%;
    }

    .index_banner .r_box .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .index_banner .title52 {
        margin-bottom: 0px;
    }

    .index_banner .safe .l_box img {
        height: 90%;
        width: auto;
    }

    .index_banner .safe {
        height: 100%;
    }

    .index_banner .safe .l_box {
        display: flex;
    }

    .index_banner .safe .l_box a {
        display: flex;
        align-items: center;
    }

    .crumb {
        padding: 25px 0px 0px;
    }

    .page_banner .safe {
        padding-top: 60px;
    }

    .page_banner .s_title {
        font-size: 26px;
    }
      .index_banner .safe {
        height: 100%;
        justify-content: space-between;
        padding-left:3%;
    }
}

@media(max-width:1200px) {}

@media(max-width:999px) {

    .index_banner,
    .page_banner {
        margin-top: 60px;
    }

    .page_banner1 {
        margin-top: 60px;
    }

    .index_banner .swiper-pagination {
        bottom: 15px !important;
    }

    .index_banner .r_box {
        width: 75%;
        padding-left: 2%;
    }

    .index_banner .r_box .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .b_learn_more {
        width: 140px;
        height: 45px;
        border-radius: 26px;
        font-size: 14px;
        line-height: unset;
    }

    .crumb {
        padding: 20px 0px 0px;
    }

    .crumb a {
        font-size: 16px;
    }

    .page_banner .s_title {
        font-size: 24px;
    }
   
}

@media(max-width:768px) {

    .index_banner,
    .page_banner {
        margin-top: 50px;
    }

    .page_banner1 {
        margin-top: 50px;
    }

    .index_banner .swiper .swiper-pagination-bullet:last-child {
        margin-right: 0;
    }

    .index_banner .swiper-pagination {
        bottom: 10px !important;
    }

    .index_banner .safe .l_box {
        display: flex;
        width: 20%;
    }

    .index_banner .r_box .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .crumb {
        padding: 15px 0px 0px;
    }

    .crumb a {
        font-size: 14px;
        color: #333333;
    }

    .crumb i {
        color: #999;
        font-size: 14px;
    }

    .index_banner .swiper {}

    .index_banner .bg {
        min-height: 250px;
        object-fit: cover;
    }

    .page_banner .s_title {
        font-size: 22px;
    }

    .page_banner .safe {
        padding-top: 40px;
    }
}
@media(max-width:750px) {
    .index_banner .swiper{
        height:320px;
    }
    .index_banner .safe .l_box img{
        height:auto;
    }
    .index_banner .swiper-slide>a{
        height:100%;
        width:100%;
    }
    .index_banner .bg{
        height:100%;
    }
    .index_banner .safe {
        height: 100%;
        justify-content: space-between;
        padding-left:3%;
    }
    .index_banner .r_box {
        width: 68%;
        padding-left: 2%;
    }
    .index_banner .safe .l_box {
        width: 20%;
    }
}

@media(max-width:680px) {
    .index_banner .swiper{
        height:280px;
    }
}

@media(max-width:570px) {
    .index_banner .swiper-pagination {
        bottom: 6px !important;
    }

    /*.index_banner .safe .l_box {*/
    /*    display: none;*/
    /*}*/

    /*.index_banner .safe .l_box img {*/
    /*    display: none;*/
    /*}*/
    .index_banner .l_box {
        width: 32%;
        padding-left: 0%;
    }
    .index_banner .r_box {
        width: 65%;
        padding-left: 0%;
    }

    .index_banner .bg {
        min-height: 225px;
        object-fit: cover;
    }

    .page_banner .s_title {
        font-size: 20px;
    }

    .page_banner {
        padding-bottom: 0;
        height: 150px;
    }
    .index_banner .swiper {
        height: 250px;
    }
}

@media(max-width:500px) {
    .index_banner .swiper {
        height: 200px;
    }
    .page_banner .box {
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .page_banner .safe {}

    .page_banner .title {
        /* font-size: 20px; */
        /* line-height: 30px; */
    }

    .page_banner .s_title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 2px;
        margin-bottom: 4px;
    }
    .index_banner .r_box .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 15px;
        display: none;
    }
    .index_banner .title52{
        font-size:20px;
        margin-bottom:15px;
        hyphens: auto;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
    }
    .index_banner .swiper {
        height: 170px;
    }
    .index_banner .safe .l_box img {
        height: 90%;
    }
    .index_banner .safe .l_box{
        width:auto;
    }
}

@media(max-width:400px) {
    .page_banner {
        padding-bottom: 0;
        height: 150px;
    }

}

@media(max-width:350px) {
    .page_banner .title {
        font-size: 20px;
        line-height: 30px;
    }
}


/* common */

.title52 {
    font-family: Poppins-SemiBold;
    /*font-size: 52px;*/
     font-size: 45px;
    color: #ffffff;
}

.title52 a {
    color: #ffffff;
}

.title52 a:hover {
    color: #1d64b1;
}

.title40 {
    font-family: Poppins-Regular;
    font-size: 40px;
}

.title30 {
    font-family: Poppins-SemiBold;
    font-size: 30px;
    color: #333333;
}

.title26 {
    font-family: Poppins-SemiBold;
    font-size: 26px;
    color: #333333;
}

.title24 {
    font-family: Poppins-Regular;
    font-size: 24px;
    color: #666666;
}

.title24 a {
    color: #666666;
}

.title24 a:hover {
    color: #1d64b1;
}


.b_learn_more {
    width: 167px;
    height: 52px;
    background-color: #1d64b1;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 37px;
    color: #ffffff;
}

.b_learn_more:hover {
    color: #1d64b1;
    border: 1px solid #1d64b1;
    background-color: #fff;
}

@media(max-width:1600px) {
    .title52 {
        font-size: 46px;
    }

    .title40 {
        font-size: 36px;
    }

    .title30 {
        font-size: 28px;
    }

    .title26 {
        font-size: 24px;
    }

    .b_learn_more {
        width: 160px;
        height: 50px;
        border-radius: 26px;
        font-size: 18px;
        line-height: unset;
    }
}

@media(max-width:1333px) {
    .title52 {
        font-size: 40px;
    }

    .title30 {
        font-size: 26px;
    }

    .title40 {
        font-size: 32px;
    }

    .b_learn_more {
        width: 150px;
        height: 50px;
        border-radius: 26px;
        font-size: 16px;
        line-height: unset;
    }
}

@media(max-width:999px) {
    .title52 {
        font-size: 36px;
    }

    .title40 {
        font-size: 28px;
    }

    .title30 {
        font-size: 24px;
    }

    .title26 {
        font-size: 22px;
    }

    .title24 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .title52 {
        font-size: 30px;
    }

    .title40 {
        font-size: 26px;
    }

    .title30 {
        font-size: 22px;
    }

    .b_learn_more {
        width: 140px;
        height: 45px;
        border-radius: 26px;
        font-size: 14px;
        line-height: unset;
    }

    .title26 {
        font-size: 20px;
    }

    .title24 {
        font-size: 20px;
    }


}

@media(max-width:570px) {
    .title52 {
        font-size: 24px;
    }

    .title40 {
        font-size: 22px;
    }


}


/* index_one */

.index_one {
    padding: 91px 0px 106px;
    background-color: #f5f5f5;
}

.index_one .btnbox i{
    color: #333;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.index_one .btnbox .prev{
    left: 10px;
}

.index_one .btnbox .next{
    right: 10px;
}

.index_one .wrap {
    background-color: #fff;
    border-radius: 20px;
    padding: 0px 30px 29px 50px;
    position: relative;
}

.index_one .small_swiper {
    margin-bottom: 84px;
    transform: translateX(-6px);

}

.index_one .small_swiper .swiper-slide {
    cursor: pointer;
}

.index_one .small_swiper .swiper-slide:hover .title {
    color: #1f77ba;
}

.index_one .small_swiper .imgbox {
    height: 118px;
    margin-bottom: 26px;
    display: flex;
    justify-content: center;
    transform: translateY(10px);
}

.index_one .small_swiper .title {
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #666666;
}

.index_one .swiper-slide-thumb-active .title {
    color: #1f77ba;
}

.index_one .inner {
    display: flex;
    justify-content: space-between;
}

.index_one .inner .l_box {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index_one .inner .l_box img:hover {
    transform: scale(1.05);
}

.index_one .inner .r_box {
    width: 50.8%;
}

.index_one .inner .cate {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #999999;
    margin-bottom: 10px;
}

.index_one .inner .title {
    font-family: Poppins-SemiBold;
    font-size: 26px;
    color: #333333;
    margin-bottom: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_one .inner .title a {
    color: #333;
}

.index_one .inner .title:hover,
.index_one .inner .title a:hover {
    color: #1d64b1;
}

.index_one .inner .content {
    font-family: Poppins-Light;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.index_one .inner .contact {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 39px;
}

.index_one .inner .contact p {
    margin-bottom: 30px;
    display: flex;
    align-items: center;

}

.index_one .inner .contact p:last-child {
    margin-bottom: 0;
}

.index_one .inner .contact img {
    margin-right: 15px;
}

@media(max-width:1600px) {
    .index_one {
        padding: 60px 0px;
    }

    .index_one .wrap {
        padding: 25px 30px 25px 50px;
    }

    .index_one .small_swiper {
        margin-bottom: 45px;
    }

    .index_one .small_swiper .imgbox {
        height: 118px;
        margin-bottom: 15px;
    }

    .index_one .inner .l_box {
        width: 40%;
    }

    .index_one .inner .r_box {
        width: 55%;
    }

    .index_one .inner .cate {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .index_one .inner .title {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .index_one .inner .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .index_one .inner .contact p {
        margin-bottom: 12px;
    }

    .index_one .inner .contact {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .index_one .small_swiper .imgbox {
        transform: unset;
    }
    .index_one .small_swiper {
        transform: translateX(0px);
    }
}

@media(max-width:1333px) {
    .index_one .small_swiper {
        margin-bottom: 35px;
    }

    .index_one .small_swiper .imgbox {
        height: 100px;
        margin-bottom: 15px;
    }

    .index_one .small_swiper .title {
        font-size: 16px;
    }

    .index_one .inner .cate {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .index_one .inner .title {
        font-size: 22px;
        margin-bottom: 0px;
    }

    .index_one .inner .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .index_one .inner .contact p {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .index_one {
        padding: 50px 0px;
    }

    .index_one .small_swiper {
        margin-bottom: 25px;
    }

    .index_one .inner .title {
        font-size: 20px;
        margin-bottom: 0px;
    }

    .index_one .inner .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .index_one .inner .contact p {
        margin-bottom: 8px;
    }

    .index_one .inner .l_box img {
        width: 80%;
    }
    .index_one .btnbox i{
        display: block;
        z-index: 1;
    }
}

@media(max-width:768px) {
    .index_one .inner .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .index_one .inner .contact p {
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index_one .inner .contact {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .index_one .inner .contact img {
        margin-right: 8px;
    }

    .index_one .wrap {
        padding: 20px 20px 20px 20px;
    }

    .index_one .inner .cate {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .index_one .small_swiper .title {
        font-size: 14px;
    }

    .index_one .small_swiper .imgbox {
        height: 100px;
        margin-bottom: 0px;
    }
}

@media(max-width:570px) {
    .index_one {
        padding: 40px 0px;
    }

    .index_one .inner {
        flex-direction: column;
    }

    .index_one .inner .l_box {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .index_one .inner .r_box {
        width: 100%;
    }

    .index_one .wrap {
        padding: 15px 15px 15px 15px;
    }
}



/* index_two */

.index_two {
    padding: 50px 0px 23px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.index_two .safe {
    display: flex;
    justify-content: space-between;
}

.index_two .l_box {
    width: 48%;
    padding-top: 15px;
}

.index_two .title {
    font-family: Poppins-Regular;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 31px;
}

.index_two .title a {
    color: #fff;
}

.index_two .title a:hover {
    text-decoration: underline;
}

.index_two .content {
    font-family: Poppins-Light;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 24px;
}

.index_two .content p {
    margin-bottom: 30px;
}

.index_two .content p:last-child {
    margin-bottom: 0;
}

.index_two .r_box {
    width: 40%;
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
}

.index_two .num {
    width: 50%;
    margin-bottom: 110px;
}

.index_two .num:nth-child(2n) {
    transform: translateX(22px);
}

.index_two .number {
    font-family: Poppins-SemiBold;
    font-size: 40px;
    color: #ffffff;
    margin-bottom: 3px;
}

.index_two .intro {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}


@media(max-width:1600px) {
    .index_two {
        padding: 50px 0px;
    }

    .index_two .safe {
        align-items: center;
    }

    .index_two .l_box {
        width: 48%;
        padding-top: 0px;
    }

    .index_two .r_box {
        width: 40%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 0px;
    }

    .index_two .r_box .num:nth-last-child(-n+2) {
        margin-bottom: 0;
    }

    .index_two .content p {
        margin-bottom: 20px;
    }

    .index_two .content p:last-child {
        margin-bottom: 0;
    }

    .index_two .title {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .index_two .number {
        font-size: 36px;
        margin-bottom: 0px;
    }
}

@media(max-width:1333px) {
    .index_two .l_box {
        width: 52%;
        padding-top: 0px;
    }
}

@media(max-width:999px) {
    .index_two {
        padding: 40px 0px;
    }

    .index_two .title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .index_two .intro {
        font-size: 16px;
        line-height: 28px;
    }

    .index_two .number {
        font-size: 32px;
        margin-bottom: 0px;
    }

    .index_two .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .index_two .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .index_two .safe {
        flex-direction: column;
    }

    .index_two .l_box {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .index_two .r_box {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 0px;
    }

    .index_two .num {
        width: 50%;
        margin-bottom: 20px;
    }

    .index_two .number {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .index_two .intro {
        font-size: 14px;
        line-height: 28px;
    }

    .index_two .title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .index_two {
        padding: 30px 0px;
    }

    .index_two .number {
        font-size: 25px;
        margin-bottom: 0px;
    }
}




/* index_three */

.index_three {
    padding: 82px 0px 59px;
}

.index_three .safe {
    display: flex;
    justify-content: space-between;
}

.index_three .l_box {
    width: 52%;
    padding-top: 5px;
}

.index_three .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 15px;
}

.index_three .content {
    font-family: Poppins-Light;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_three .call_us {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 32px;
    color: #999999;
}

.index_three .call_us:hover {
    color: #333;
}

.index_three .tel {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 37px;
    color: #333333;
}


.index_three .r_box {
    width: 46.55%;
}

.index_three .inpbox1,
.index_three .inpbox2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.index_three .inpbox1 .inp1 {
    width: 48%;
    background-color: #f7f7f7;
}

.index_three .inpbox1 input {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f7f7f7;
    height: 40px;
}

.index_three .inpbox1 input {
    padding: 0px 15px;

}

.index_three .inpbox1 .must input {
    padding: 0px 25px;

}

.index_three .must {
    position: relative;
}

.index_three .must::after {
    content: "*";
    position: absolute;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #b1ce00;
    left: 10px;
    top: 10px;
}

.index_three textarea {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    height: 102px;
    padding: 10px 25px;
    resize: none;
    display: block;
}

.index_three textarea::placeholder,
.index_three input::placeholder {
    color: #999999;

}

.index_three textarea,
.index_three input {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #333;
}

.index_three input {
    height: 100%;
    width: 100%;
}

.index_three .inpbox1 .inp2 {
    display: flex;
    align-items: center;
    width: 48%;
    background-color: #f7f7f7;
}

.index_three .inpbox1 input {
    background-color: #f7f7f7;
}

.index_three .inpbox1 .inp2 .codebox {
    flex-shrink: 0;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
}

.index_three .inpbox1 .inp2 .codebox img {
    height: 100%;
}

.index_three .submit {
    background-color: #1d64b1 !important;
    color: #fff !important;
    font-family: Poppins-SemiBold;
    font-size: 14px;
    cursor: pointer;
}

.index_three .submit:hover {
    color: #1d64b1 !important;
    background-color: #fff !important;
    border: 1px solid #1d64b1;
}


@media(max-width:1600px) {
    .index_three {
        padding: 50px 0px;
    }

    .index_three .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .index_three .l_box {
        width: 52%;
        padding-top: 0px;
    }

}

@media(max-width:1333px) {
    .index_three .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .index_three .call_us {
        font-size: 18px;
        line-height: 30px;
    }

    .index_three .tel {
        font-size: 18px;
        line-height: 30px;
    }

    .index_three .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .index_three .l_box {
        width: 48%;
        padding-top: 0px;
    }

    .index_three .r_box {
        width: 50%;
    }

    .index_three .inpbox1 .inp2 .codebox img {
        height: 100%;
    }
}

@media(max-width:999px) {
    .index_three {
        padding: 40px 0px;
    }

    .index_three .safe {
        flex-direction: column;
    }

    .index_three .l_box {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .index_three .content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index_three .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .index_three .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .index_three .call_us {
        font-size: 16px;
        line-height: 30px;
    }

    .index_three .tel {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:570px) {
    .index_three {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {

    .index_three .inpbox1,
    .index_three .inpbox2 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .index_three .inpbox1 .inp1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .index_three .inpbox1 .inp2 {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #f7f7f7;
        margin-bottom: 10px;
    }

    .index_three .inpbox2 {
        margin-bottom: 10px;
    }
}



/* common_one */

.common_one1 {
    margin-bottom: 94px;
}

.common_one2 {
    margin-bottom: 0px;
}

.common_one img {
    display: block;
}

.common_one .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
}

.common_one2 .titlebox {
    margin-bottom: 49px;
}

/* .common_one .title {
    font-family: Poppins-Regular;
    font-size: 24px;
    color: #666666;
} */

.common_one .btnbox {
    display: flex;
    align-items: center;
}

.common_one .btnbox i {
    color: #666;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #666;
    margin-left: 10px;
    cursor: pointer;
}

.common_one .btnbox i:hover {
    background-color: #1d64b1;
    border: 1px solid #1d64b1;
    color: #fff;
}

.common_one .news_swiper {}

.common_one .imgbox {
    overflow: hidden;
}

.common_one .imgbox img:hover {
    transform: scale(1.05);
}

.common_one .contact {
    padding-top: 15px;
}

.common_one .data {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #999999;
    margin-bottom: 10px;
}

.common_one .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 11px;
}

.common_one .title a {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #333333;
}

.common_one .title:hover,
.common_one .title a:hover {
    color: #1d64b1;
}

.common_one .contact .content {
    font-family: Poppins-Light;
    font-size: 16px;
    line-height: 28px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media(max-width:1600px) {
    .common_one1 {
        margin-bottom: 50px;
    }

    .common_one .contact {
        padding-top: 10px;
    }

    .common_one .data {
        font-size: 16px;
        margin-bottom: 0px;
    }

    .common_one .titlebox {
        margin-bottom: 25px;
    }

    .common_one2 .titlebox {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .common_one .titlebox {
        margin-bottom: 20px;
    }

    .common_one .title {
        font-size: 22px;
    }

    .common_one2 .titlebox {
        margin-bottom: 25px;
    }
}

@media(max-width:999px) {
    .common_one1 {
        margin-bottom: 40px;
    }

    .common_one .data {
        font-size: 14px;
        margin-bottom: 0px;
    }

    .common_one2 .titlebox {
        margin-bottom: 20px;
    }

    .common_one .title a {
        font-size: 16px;
    }

    .common_one .contact .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:768px) {
    .common_one .imgbox img {
        width: 100%;
    }
}

@media(max-width:570px) {
    .common_one1 {
        margin-bottom: 30px;
    }
}



/* footer1 */

.footer1 {
    padding: 50px 0px 0px;
    background-color: #e5e5e5;
}

.footer1 .safe:first-child {
    border-top: 1px solid rgba(197, 197, 197, .47);
    border-bottom: 1px solid rgba(197, 197, 197, .47);
    padding: 37px 0px 27px;
    display: flex;
    flex-wrap: wrap;
}

.footer1 .safe:last-child {
    padding: 15px 0px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
}

.footer1 .box1 {
    width: 30%;
}

.footer1 .box2 {
    width: 20%;
    padding-left: 3.2%;
}

.footer1 .box3 {
    width: 25%;
    padding-left: 7.85%;
}

.footer1 .box4 {
    width: 25%;
    padding-left: 12.2%;
}

.footer1 .box1 .title {
    margin-bottom: 38px;
}


.footer1 .title {
    margin-bottom: 29px;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}


.footer1 .title a {
    color: #333333;
}

.footer1 .title a:hover {
    color: #1d64b1;
}

.footer1 .title i {
    display: none;
}

.footer1 li {
    display: flex;
    align-items: center;
    margin-bottom: 13px;

}

.footer1 li .resu {
    font-family: Poppins-Light;
    font-size: 14px;
    color: #8e8e8e;
    margin-left: 10px;
}

.footer1 .email a {
    word-break: break-all;
}

.footer1 li a:hover {
    color: #1d64b1;
}

.footer1 li a {
    font-family: Poppins-Light;
    font-size: 14px;
    color: #8e8e8e;
}

.footer1 .copyright,
.footer1 .copyright a,
.footer1 .copyright span {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.footer1 .copyright a:hover {
    color: #1d64b1;
}


.footer1 .blogrolls {
    display: flex;
    flex-wrap: wrap;
}

.footer1 .blogrolls a {
    display: flex;
    width: 34px;
    height: 34px;
    /* border: 1px solid #8e8e8e; */
    border: 1px solid rgba(2, 19, 22, .3) !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 13.4px;
    color: #8e8e8e;
}

.footer1 .icon-Youtube-fill {
    font-size: 24px;
}

.footer1 .blogrolls a:hover {
    background-color: #1d64b1;
    color: #fff;
    border: 1px solid #1d64b1;
    transform: translateY(-5px);
}

@media(max-width:1600px) {
    .footer1 {
        padding: 50px 0px 0px;
    }

    .footer1 .safe:first-child {
        padding: 30px 0px 30px;
    }

    .footer1 .title {
        margin-bottom: 30px !important;
    }
}

@media(max-width:1333px) {
    .footer1 .safe:first-child {
        padding: 25px 0px 25px;
    }

    .footer1 .box1 {
        width: 32%;
    }

    .footer1 .box2 {
        width: 15%;
        padding-left: 0%;
    }

    .footer1 .box3 {
        width: 25%;
        padding-left: 7%;
    }

    .footer1 .box4 {
        width: 28%;
        padding-left: 7.2%;
    }

    .footer1 {
        padding: 40px 0px 0px;
    }

    .footer1 .title {
        margin-bottom: 25px !important;
    }
}

@media(max-width:999px) {
    .footer1 {
        padding: 40px 0px 0px;
    }

    .footer1 .safe:first-child {
        flex-direction: column;
    }

    .footer1 .box1,
    .footer1 .box2,
    .footer1 .box3,
    .footer1 .box4 {
        width: 100%;
        padding: 0;
    }

    .footer1 li {
        display: none;
        transition: none;
    }

    .footer1 .title i {
        display: block;
    }

    .footer1 .title {
        margin-bottom: 15px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer1 .safe:last-child {
        flex-direction: column;
        padding-right: 0;
        align-items: flex-start;
    }

    .footer1 .blogrolls a {
        width: 34px;
        height: 34px;
        border: 1px solid #8e8e8e;
        border-radius: 5px;
        margin-left: 0px;
        margin-right: 15px;
    }

    .footer1 .copyright {
        margin-bottom: 8px;
    }

    .footer1 .safe:first-child {
        padding: 25px 0px 10px;
    }
}

@media(max-width:768px) {
    .footer1 .title {
        margin-bottom: 10px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer1 .title {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 28px;
    }

    .footer1 .safe:last-child {
        padding: 10px 0px 55px;
    }

    .footer1 {
        padding: 30px 0px 0px;
    }

    .footer1 .copyright,
    .footer1 .copyright a,
    .footer1 .copyright span {
        font-size: 14px;
        line-height: 28px;
    }

    .footer1 li {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {}



/* footer2 */

.footer2 {
    /* padding: 74px 0px 0px; */
    background-color: #fff;
}

.pt1 {
    padding: 74px 0px 0px;
}

.pt1_s {
    padding: 91px 0px 0px;
}

.pt2 {
    padding: 69px 0px 0px;
}

.pt3 {
    padding: 97px 0px 0px;
}

.pt4 {
    padding: 61px 0px 0px;
}

.pt5 {
    padding: 81px 0px 0px;
}

.pt6 {
    padding: 77px 0px 0px;
}

.footer2 .safe:first-child {
    border-top: 1px solid rgba(197, 197, 197, .47);
    padding: 37px 0px 17px;
    display: flex;
    flex-wrap: wrap;
}

.footer2 .safe:last-child {
    padding: 15px 0px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 12px;
}

.footer2 .box1 {
    width: 30%;
}

.footer2 .box2 {
    width: 20%;
    padding-left: 2.9%;
}

.footer2 .box3 {
    width: 25%;
    padding-left: 8.5%;
    transform: translateX(25px);
}

.footer2 .box4 {
    width: 25%;
    padding-left: 7.2%;
}

.footer2 .box5 {
    width: 25%;
    padding-left: 12.6%;
}

.footer2 .box5 .title {
    padding-left: 14%;
}


.footer2 .box1 .title {
    margin-bottom: 38px;
}


.footer2 .title {
    margin-bottom: 29px;
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}


.footer2 .title a {
    color: #333333;
}

.footer2 .title a:hover {
    color: #1d64b1;
}

.footer2 .title i {
    display: none;
}

.footer2 li {
    display: flex;
    align-items: center;
    margin-bottom: 13px;

}

.footer2 .email a {
    word-break: break-all;
}

.footer2 li .resu {
    font-family: Poppins-Light;
    font-size: 14px;
    color: #8e8e8e;
    margin-left: 10px;
}

.footer2 li a:hover {
    color: #1d64b1;
}

.footer2 li a {
    font-family: Poppins-Light;
    font-size: 14px;
    color: #8e8e8e;
}

.footer2 .copyright,
.footer2 .copyright a,
.footer2 .copyright span {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.footer2 .copyright a:hover {
    color: #1d64b1;
}


.footer2 .blogrolls {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer2 .blogrolls a {
    display: flex;
    width: 34px;
    height: 34px;
    border: 1px solid #8e8e8e;
    /* border: 1px solid rgba(2, 19, 22, .3); */
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 13px;
    color: #8e8e8e;
    margin-bottom: 10px;
}

.footer2 .icon-Youtube-fill {
    font-size: 24px;
}

.footer2 .blogrolls a:hover {
    background-color: #1d64b1;
    color: #fff;
    border: 1px solid #1d64b1;
    transform: translateY(-5px);
}

.footer2 .safe:last-child {
    flex-direction: column;
}

.footer2 .safe:last-child .logo {
    margin-bottom: 18px;
}

.footer2 .safe:last-child .logo img:hover {
    transform: scale(1.05);
}

@media(max-width:1600px) {
    .footer2 {
        padding: 50px 0px 0px;
    }

    .footer2 .safe:first-child {
        padding: 30px 0px 30px;
    }

    .footer2 .title {
        margin-bottom: 30px !important;
    }

    .footer2 .box3 {
        transform: translateX(0px);
    }

}

@media(max-width:1333px) {
    .footer2 .safe:first-child {
        padding: 25px 0px 25px;
    }

    .footer2 .box1 {
        width: 32%;
    }

    .footer2 .box2 {
        width: 15%;
        padding-left: 0%;
    }

    .footer2 .box3 {
        width: 25%;
        padding-left: 7%;
    }

    .footer2 .box4 {
        width: 28%;
        padding-left: 7.2%;
    }

    .footer2 {
        padding: 40px 0px 0px;
    }

    .footer2 .title {
        margin-bottom: 25px !important;
    }

    .footer2 .box5 .title {
        padding-left: 0%;
    }

    .footer2 .box5 {
        width: 25%;
        padding-left: 8%;
    }

    .footer2 .blogrolls {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .footer2 .blogrolls a {
        display: flex;
        width: 34px;
        height: 34px;
        border: 1px solid #8e8e8e;
        /* border: 1px solid rgba(2, 19, 22, .3); */
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0px;
        color: #8e8e8e;
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

@media(max-width:999px) {
    .footer2 {
        padding: 40px 0px 0px;
    }

    .footer2 .safe:first-child {
        flex-direction: column;
    }

    .footer2 .box1,
    .footer2 .box2,
    .footer2 .box3,
    .footer2 .box4 {
        width: 100%;
        padding: 0;
    }

    .footer2 li {
        display: none;
        transition: none;
    }

    .footer2 .title i {
        display: block;
    }

    .footer2 .title {
        margin-bottom: 15px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer2 .safe:last-child {
        flex-direction: column;
        padding-right: 0;
        align-items: flex-start;
    }

    .footer2 .blogrolls a {
        width: 34px;
        height: 34px;
        border: 1px solid #8e8e8e;
        border-radius: 5px;
        margin-left: 0px;
        margin-right: 15px;
    }

    .footer2 .copyright {
        margin-bottom: 8px;
    }

    .footer2 .safe:first-child {
        padding: 25px 0px 10px;
    }

    .footer2 .box5 {
        width: 100%;
        padding-left: 0%;
    }

    .footer2 .box5 .title {
        display: none;
    }
}

@media(max-width:768px) {
    .footer2 .title {
        margin-bottom: 10px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .footer2 .title {
        margin-bottom: 25px;
        font-size: 16px;
        line-height: 28px;
    }

    .footer2 .safe:last-child {
        padding: 10px 0px 55px;
    }

    .footer2 {
        padding: 30px 0px 0px;
    }

    .footer2 .copyright,
    .footer2 .copyright a,
    .footer2 .copyright span {
        font-size: 14px;
        line-height: 28px;
    }

    .footer2 li {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {}





/* 1-1 */

.product_more {
    padding: 42px 0px 63px;
}

.product_more .title24 {
    font-family: Poppins-SemiBold;
    /* font-size: 24px; */
    color: #333333;
    margin-bottom: 5px;
}

.product_more .txts {
    margin-bottom: 42px;
    overflow: hidden;
}

.product_more .txts p {
    font-family: Poppins-Light;
    font-size: 16px;
    line-height: 35px;
    color: #999999;
}
.product_more .txts a,.product_more .txts a strong,.product_more .txts a span,.product_more .txts a en {  color:#1d64b1;}


.anchor_box .intro a,.anchor_box .introa strong,.anchor_box .intro a span,.anchor_box .intro a en {  color:#1d64b1;}


.product_more .view_more {
    width: 160px;
    height: 36px;
    background-color: #1d64b1;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.product_more .view_more:hover {
    color: #1d64b1;
    background-color: #fff;
    border: 1px solid #1d64b1;
}


@media(max-width:1600px) {
    .product_more {
        padding: 40px 0px 50px;
    }
}

@media(max-width:1333px) {
    .product_more .txts {
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .product_more {
        padding: 30px 0px 40px;
    }

    .product_more .txts p {
        font-size: 16px;
        line-height: 28px;
    }

    .product_more .txts {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .product_more .txts p {
        font-size: 14px;
        line-height: 28px;
    }

    .product_more .txts {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .product_more {
        padding: 20px 0px 30px;
    }
}



/* product_more */


.product_list {
    margin-bottom: 54px;
}

.product_list .safe {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}



.product_list .box {
    width: 46.8%;
    margin-right: 6.4%;
    margin-bottom: 37px;
    display: flex;
    border: solid 1px #f1f1f1;
    justify-content: space-between;
}

.product_list .box::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 160px;
    height: 2px;
    background-color: #1d64b1;
    opacity: 0;
}

.product_list .box:nth-child(2n) {
    margin-right: 0;

}

.product_list .box:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.product_list .box:hover::after{
    opacity: 1;
}

.product_list .box .imgbox {
    width: 41.3%;
    height: 210px;
    background-color: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product_list .box .imgbox img:hover {
    transform: scale(1.05);
}

.product_list .box .contact {
    width: 47%;
    padding-right: 5%;
    padding-top: 20px;
}

.product_list .name {
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list .name a {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
}

.product_list .name a:hover,
.product_list .name:hover {
    color: #1d64b1;
}

.product_list .content {
    font-family: Poppins-Light;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product_list .learn_more {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 37px;
    color: #1d64b1;
}

.product_list .learn_more:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .product_list{
        margin-bottom:50px;
    }
    .product_list .box {
        align-items: center;
    }

    .product_list .box .contact {
        width: 52%;
        padding-right: 3%;
        padding-top: 0px;
    }
}

@media(max-width:1333px) {
    .product_list .box {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .product_list .box .imgbox a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product_list .box .imgbox img {
        width: 80%;
    }

    .product_list .name {
        margin-bottom: 10px;
    }

    .product_list .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:1150px) {
    .product_list .box .imgbox {
        width: 41.3%;
        height: 190px;
    }
}

@media(max-width:999px) {
    .product_list{
        margin-bottom:40px;
    }
    .product_list .box .imgbox {
        width: 41.3%;
        height: 180px;
    }

    .product_list .name {
        margin-bottom: 5px;
    }

    .product_list .learn_more {
        font-size: 14px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .product_list .safe {
        flex-direction: column;
    }

    .product_list .box {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px !important;
    }

    .product_list .box .imgbox {
        width: 35%;
        height: 180px;
    }

    .product_list .box .contact {
        width: 60%;
        padding-right: 3%;
        padding-top: 0px;
    }

    .product_list .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .product_list .name a {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .product_list{
        margin-bottom:30px;
    }
    .product_list .box .imgbox {
        width: 40%;
        height: 165px;
    }

    .product_list .box .contact {
        width: 55%;
        padding-right: 3%;
        padding-top: 0px;
    }

}

@media(max-width:380px) {
    .product_list .box {
        flex-direction: column;
    }

    .product_list .box .imgbox {
        width: 100%;
        height: auto;
        padding: 30px 0px;
        margin-bottom: 10px;
    }

    .product_list .box .contact {
        width: 92%;
        padding-right: 0%;
        padding-top: 0px;
    }

    .product_list .box {
        padding-bottom: 15px !important;
    }

    .product_list .content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}



/* pagination */

.pagination1 {
    margin-bottom: 94px;
}

.pagination2 {
    margin-bottom: 71px;
}

.pagination3 {
    margin-bottom: 77px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 36px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    font-family: Poppins-Light;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-shrink: 0;
}

.pagination a:last-child {
    margin-right: 0;
}

.pagination .prev {
    width: 110px;
}

.pagination .next {
    width: 110px;
}

.pagination .active {
    background-color: #005cac;
    color: #fff;
    border: 1px solid #005cac;
}

.pagination a:hover {
    background-color: #005cac;
    color: #fff;
    border: 1px solid #005cac;
}
.pagination .no:hover{
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    color: #333;
}
@media(max-width:1600px) {

    .pagination1,
    .pagination2,
    .pagination3 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {

    .pagination1,
    .pagination2,
    .pagination3 {
        margin-bottom: 40px;
    }

    .pagination a {
        margin-bottom: 8px;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {

    .pagination1,
    .pagination2,
    .pagination3 {
        margin-bottom: 30px;
    }
}



/* common_two */


/* index_three */

.index_three {
    padding: 82px 0px 59px;
}

.index_three .safe {
    display: flex;
    justify-content: space-between;
}

.index_three .l_box {
    width: 52%;
    padding-top: 5px;
}

.index_three .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 37px;
    color: #333333;
    margin-bottom: 15px;
}

.index_three .content {
    font-family: Poppins-Light;
    font-size: 18px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_three .call_us {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 32px;
    color: #999999;
}

.index_three .call_us:hover {
    color: #333;
}

.index_three .tel {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 37px;
    color: #333333;
}


.index_three .r_box {
    width: 46.55%;
}

.index_three .inpbox1,
.index_three .inpbox2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.index_three .inpbox1 .inp1 {
    width: 48%;
    background-color: #f7f7f7;
}

.index_three .inpbox1 input {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f7f7f7;
    height: 40px;
}

.index_three .inpbox1 input {
    padding: 0px 15px;

}

.index_three .inpbox1 .must input {
    padding: 0px 25px;

}

.index_three .must {
    position: relative;
}

.index_three .must::after {
    content: "*";
    position: absolute;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #b1ce00;
    left: 10px;
    top: 10px;
}

.index_three textarea {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    height: 102px;
    padding: 10px 25px;
    resize: none;
    display: block;
}

.index_three textarea::placeholder,
.index_three input::placeholder {
    color: #999999;

}

.index_three textarea,
.index_three input {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #333;
}

.index_three input {
    height: 100%;
    width: 100%;
}

.index_three .inpbox1 .inp2 {
    display: flex;
    align-items: center;
    width: 48%;
    background-color: #f7f7f7;
}

.index_three .inpbox1 input {
    background-color: #f7f7f7;
}

.index_three .inpbox1 .inp2 .codebox {
    flex-shrink: 0;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
}

.index_three .inpbox1 .inp2 .codebox img {
    height: 100%;
}

.index_three .submit {
    background-color: #1d64b1 !important;
    color: #fff !important;
    font-family: Poppins-SemiBold;
    font-size: 14px;
    cursor: pointer;
}

.index_three .submit:hover {
    color: #1d64b1 !important;
    background-color: #fff !important;
    border: 1px solid #1d64b1;
}


@media(max-width:1600px) {
    .index_three {
        padding: 50px 0px;
    }

    .index_three .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .index_three .l_box {
        width: 52%;
        padding-top: 0px;
    }

}

@media(max-width:1333px) {
    .index_three .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .index_three .call_us {
        font-size: 18px;
        line-height: 30px;
    }

    .index_three .tel {
        font-size: 18px;
        line-height: 30px;
    }

    .index_three .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .index_three .l_box {
        width: 48%;
        padding-top: 0px;
    }

    .index_three .r_box {
        width: 50%;
    }

    .index_three .inpbox1 .inp2 .codebox img {
        height: 100%;
    }
}

@media(max-width:999px) {
    .index_three {
        padding: 40px 0px;
    }

    .index_three .safe {
        flex-direction: column;
    }

    .index_three .l_box {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .index_three .content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index_three .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .index_three .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .index_three .call_us {
        font-size: 16px;
        line-height: 30px;
    }

    .index_three .tel {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:570px) {
    .index_three {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {

    .index_three .inpbox1,
    .index_three .inpbox2 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .index_three .inpbox1 .inp1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .index_three .inpbox1 .inp2 {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #f7f7f7;
        margin-bottom: 10px;
    }

    .index_three .inpbox2 {
        margin-bottom: 10px;
    }
}



/* common_two */



.common_two {
    padding: 54px 0px 50px;
    background-image: linear-gradient(-81deg,
            #005dad 0%,
            #b1ce00 100%),
        linear-gradient(#f1f1f1,
            #f1f1f1);
}

.common_two .safe {
    display: flex;
    justify-content: space-between;
}

.common_two .l_box {
    width: 48%;
    padding-top: 5px;
}

.common_two .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 37px;
    color: #fff;
    margin-bottom: 15px;
}

.common_two .content {
    font-family: Poppins-Light;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.common_two .call_us {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
}

.common_two .call_us:hover {
    color: #333;
}

.common_two .tel {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 37px;
    color: #fff;
}


.common_two .r_box {
    width: 46.5%;
}

.common_two .inpbox1,
.common_two .inpbox2 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.common_two .inpbox1 .inp1 {
    width: 48%;
    background-color: #f7f7f7;
}

.common_two .inpbox1 input {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f7f7f7;
    height: 40px;
}

.common_two .inpbox1 input {
    padding: 0px 15px;

}

.common_two .inpbox1 .must input {
    padding: 0px 25px;

}

.common_two .must {
    position: relative;
}

.common_two .must::after {
    content: "*";
    position: absolute;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #b1ce00;
    left: 10px;
    top: 10px;
}

.common_two textarea {
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    height: 102px;
    padding: 10px 25px;
    resize: none;
    display: block;
}

.common_two textarea::placeholder,
.common_two input::placeholder {
    color: #999999;

}

.common_two textarea,
.common_two input {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #333;
}

.common_two input {
    height: 100%;
    width: 100%;
}

.common_two .inpbox1 .inp2 {
    display: flex;
    align-items: center;
    width: 48%;
    background-color: #fff;
}

.common_two .inpbox1 input {
    background-color: #fff;
}

.common_two .inpbox1 .inp2 .codebox {
    flex-shrink: 0;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
}

.common_two .inpbox1 .inp2 .codebox img {
    height: 100%;
}

.common_two .submit {
    background-color: #afcd02 !important;
    color: #fff !important;
    font-family: Poppins-SemiBold;
    font-size: 14px;
    cursor: pointer;
}

.common_two .submit:hover {
    color: #afcd02 !important;
    background-color: #fff !important;
    border: 1px solid #afcd02;
}


@media(max-width:1600px) {
    .common_two1 {
        padding: 50px 0px;
    }

    .common_two .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }

    .common_two .l_box {
        width: 52%;
        padding-top: 0px;
    }

}

@media(max-width:1333px) {
    .common_two .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .common_two .call_us {
        font-size: 18px;
        line-height: 30px;
    }

    .common_two .tel {
        font-size: 18px;
        line-height: 30px;
    }

    .common_two .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .common_two .l_box {
        width: 48%;
        padding-top: 0px;
    }

    .common_two .r_box {
        width: 50%;
    }

    .common_two .inpbox1 .inp2 .codebox img {
        height: 100%;
    }
}

@media(max-width:999px) {
    .common_two1 {
        padding: 40px 0px;
    }

    .common_two .safe {
        flex-direction: column;
    }

    .common_two .l_box {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 20px;
    }

    .common_two .content {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .common_two .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .common_two .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .common_two .call_us {
        font-size: 16px;
        line-height: 30px;
    }

    .common_two .tel {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:570px) {
    .common_two1 {
        padding: 30px 0px;
    }
}

@media(max-width:500px) {

    .common_two .inpbox1,
    .common_two .inpbox2 {
        flex-direction: column;
        margin-bottom: 0;
    }

    .common_two .inpbox1 .inp1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .common_two .inpbox1 .inp2 {
        display: flex;
        align-items: center;
        width: 100%;
        background-color: #f7f7f7;
        margin-bottom: 10px;
    }

    .common_two .inpbox2 {
        margin-bottom: 10px;
    }
}




/* 1-2 */


.product_detail {
    padding: 45px 0px 74px;
}

.product_detail .safe {
    display: flex;
    justify-content: space-between;
}

.product_detail .l_box {
    width: 35%;
    padding-top: 15px;

}

.product_detail .l_box .swiper {
    padding-bottom: 50px;
}

.product_detail .l_box .swiper-slide {
    display: flex;
    justify-content: center;
}

.product_detail .l_box .swiper-pagination-bullet-active{
    background-color: #1d64b1;
}

.product_detail .r_box {
    width: 50%;
}

.product_detail .title {
    font-family: Poppins-SemiBold;
    font-size: 28px;
    color: #333333;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 22px;
    line-height: 42px;
}

.product_detail .s_title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    color: #333333;
}

.product_detail .content {
    margin-bottom: 34px;
}

.product_detail .content1 {
    padding-bottom: 21px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 22px;
}

.product_detail .content1 strong {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    color: #333333;
}

.product_detail .content1 p {
    font-family: Poppins-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.product_detail .content1 p em {
    padding-left: 18px;
    position: relative;
    font-size: 16px;
}

.product_detail .content1 p em::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #b2ce00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: 10px;
    left: 0;
}

.product_detail .btnbox {
    display: flex;
}

.product_detail .inquiry_now {
    width: 139px;
    height: 36px;
    background-color: #1d64b1;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-family: Poppins-Light;
    font-size: 14px;
    color: #ffffff;
}

.product_detail .inquiry_now:hover {
    color: #1d64b1;
    border: 1px solid #1d64b1;
    background-color: #fff;
}

.product_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #999999;

}

.product_detail strong {
    margin-bottom: 8px;
    display: inline-block;
}


@media(max-width:1600px) {
    .product_detail {
        padding: 40px 0px 50px;
    }

    .product_detail .title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 42px;
    }

    .product_detail .content1 p {
        font-size: 16px;
        line-height: 30px;
    }

    .product_detail .content1 {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .product_detail .content {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .product_detail .title {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 38px;
    }

    .product_detail .content1 strong {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .product_detail .content1 {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
}

@media(max-width:999px) {
    .product_detail {
        padding: 30px 0px 40px;
    }

    .product_detail .safe {
        flex-direction: column;
    }

    .product_detail .l_box {
        width: 35%;
        padding-top: 0px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .product_detail .r_box {
        width: 100%;
    }

    .product_detail .title {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 38px;
    }
}

@media(max-width:768px) {
    .product_detail .l_box {
        width: 40%;
        padding-top: 0px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .product_detail .title {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 38px;
    }

    .product_detail .content1 p {
        font-size: 14px;
        line-height: 28px;
    }

    .product_detail .content1 strong {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .product_detail .sharebox {
        font-size: 14px;
    }

    .product_detail .content1 p em {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .product_detail {
        padding: 20px 0px 30px;
    }

    .product_detail .btnbox {
        flex-direction: column-reverse;
    }

    .product_detail .sharebox {
        margin-bottom: 18px;
    }

    .product_detail .title {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 38px;
    }
}

@media(max-width:450px) {
    .product_detail .l_box {
        width: 50%;
        padding-top: 0px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
}

@media(max-width:350px) {
    .product_detail .l_box {
        width: 60%;
        padding-top: 0px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
}


/* anchor_box */

.anchor_box {
    margin-bottom: 40px;
}

.anchor_box ul {
    display: flex;
    padding-bottom: 28px;
    position: relative;
    border-bottom: 1px solid #b1ce00;
    margin-bottom: 42px;
}

.anchor_box ul::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 62px;
    height: 6px;
    background-image: linear-gradient(-81deg,
            #005dad 0%,
            #b1ce00 100%),
        linear-gradient(#b1ce00,
            #b1ce00);
    background-blend-mode: normal,
        normal;
}

.anchor_box li {
    margin-right: 120px;
}

.anchor_box li a {
    font-family: Poppins-SemiBold;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333;
}

.anchor_box li a:hover {
    color: #1d64b1;
}

.anchor_box .active a {
    color: #1d64b1;
}

.anchor_box .intro {
    font-family: Poppins-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.anchor_box .intro table{
    border-collapse: collapse;
}

.anchor_box .intro table td{
    /*border: 1px solid rgba(165, 165, 165, .2);*/
}

.anchor_box .intro table tr td{
    padding: 10px 5px;
    border: 1px solid rgba(165, 165, 165, .2);
}
.anchor_box .intro table .ue-table-interlace-color-double{
    background-color:#f7faff;
}
@media(max-width:1600px) {
    .anchor_box li {
        margin-right: 8%;
    }

    .anchor_box ul {
        padding-bottom: 25px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .anchor_box ul {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .anchor_box li a {
        font-size: 20px;
        line-height: unset;
    }
}

@media(max-width:999px) {
    .anchor_box ul {
        padding-bottom: 15px;
        margin-bottom: 25px;
    }

    .anchor_box .intro {
        font-size: 16px;
        line-height: 28px;
    }

    .anchor_box li a {
        font-size: 18px;
        line-height: unset;
    }

    .anchor_box li {
        margin-right: 5%;
    }
}

@media(max-width:768px) {
    .anchor_box .intro {
        font-size: 14px;
        line-height: 28px;
    }

    .anchor_box ul {
        flex-wrap: wrap;
    }

    .anchor_box li {
        margin-right: 5%;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {}



/* product_industries */

.product_industries {
    margin-bottom: 80px;
}

.product_industries .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 19px;
    position: relative;
    border-bottom: 1px solid #b1ce00;
    margin-bottom: 68px;
}

.product_industries .title::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 62px;
    height: 6px;
    background-image: linear-gradient(-81deg,
            #005dad 0%,
            #b1ce00 100%),
        linear-gradient(#b1ce00,
            #b1ce00);
    background-blend-mode: normal,
        normal;
}


.product_industries .box1 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 99px;
}

.product_industries .box1 img {
    display: block;
}

.product_industries .box1 .inner {
    width: 32.4%;
    margin-right: 1.4%;
    overflow: hidden;
}

.product_industries .box1 .inner:last-child {
    margin-right: 0;
}

.product_industries .box1 .inner img:hover {
    transform: scale(1.05);
}


.product_industries .box2 {
    display: flex;
    flex-wrap: wrap;
}

.product_industries .box2 .inner {
    width: 29.3%;
    margin-right: 6%;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 0px 40px 31px 40px;
}

.product_industries .box2 .inner:nth-child(3n) {
    margin-right: 0;
}

.product_industries .box2 .svgbox {
    width: 61px;
    height: 61px;
    background-color: #ffffff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0 auto;
    transform: translateY(-30px);
}

.product_industries .box2 .name {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 30px;
    color: #0259ab;
    text-align: center;
    margin-bottom: 8px;
}

.product_industries .box2 .content {
    font-family: Poppins-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    text-align: center;
}


@media(max-width:1600px) {
    .product_industries .title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 18px;
        margin-bottom: 50px;
    }

    .product_industries .box1 {
        margin-bottom: 50px;
    }

    .product_industries .box2 .inner {
        width: 29.3%;
        margin-right: 6%;
        padding: 0px 30px 30px 30px;
    }
}

@media(max-width:1333px) {
    .product_industries .title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 15px;
        margin-bottom: 40px;
    }

    .product_industries .box2 .inner {
        width: 29.3%;
        margin-right: 6%;
        padding: 0px 20px 20px 20px;
    }

    .product_industries .box2 .content {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .product_industries .title {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 12px;
        margin-bottom: 30px;
    }

    .product_industries .box1 {
        margin-bottom: 40px;
    }

    .product_industries .box2 {
        flex-direction: column;
    }

    .product_industries .box2 .inner {
        width: 100%;
        margin-right: 0%;
        padding: 20px 20px 20px 20px;
        margin-bottom: 20px;
    }

    .product_industries .box2 .svgbox {
        width: 61px;
        height: 61px;
        transform: translateY(0px);
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {

    .product_industries .title {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .product_industries .box1 .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .product_industries .box1 .inner:nth-child(2n) {
        margin-right: 0;
    }

    .product_industries .box2 .content {
        font-size: 14px;
        line-height: 28px;
    }

    .product_industries .box2 .name {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .product_industries .box1 {
        margin-bottom: 30px;
    }
}

@media(max-width:450px) {
    .product_industries .box1 .inner {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 20px;
    }
}




/* product_technial */

.product_technial {
    margin-bottom: 51px;
}

.product_technial .title {
    font-family: Poppins-SemiBold;
    font-size: 26px;
    line-height: 30px;
    color: #333333;
    position: relative;
    padding-bottom: 24px;
    border-bottom: 1px solid #b1ce00;
    margin-bottom: 51px;
}

.product_technial .title::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 62px;
    height: 6px;
    background-image: linear-gradient(-81deg,
            #005dad 0%,
            #b1ce00 100%),
        linear-gradient(#b1ce00,
            #b1ce00);
    background-blend-mode: normal,
        normal;
}

.product_technial .intro {
    display: flex;
    justify-content: flex-end;
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #ffffff;
    padding: 11.5px 20px;
    background-color: #1d64b1;
    margin-bottom: 30px;
}

.product_technial .intro p {
    margin-left: 15%;
}

.product_technial table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
    min-width: 700px;
    overflow: auto;
}

.product_technial .tablen {
    overflow: auto;
}

.product_technial table tr {
    color: #666666;
    border-bottom: 1px solid rgba(165, 165, 165, .2);
}

.product_technial table tr td {
    padding: 11px 15px;
    text-align: center;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #666666;
}

.product_technial .tablen tr td:first-child,.product_technial .tablen tr td.hbfirst {
    text-align: left;
    font-family: Poppins-SemiBold;
    font-size: 16px;
    color: #333333;
    padding-left: 0;
}

.product_technial video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    left: 0;
    top: 0;
    object-fit: cover;
}

@media(max-width:1600px) {
    .product_technial .title {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .product_technial .title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .product_technial .title {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .product_technial .title {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .product_technial .intro p {
        margin-left: 20px;
    }

    .product_technial .intro {
        font-size: 16px;
        padding: 10px 20px;
        margin-bottom: 30px;
        display: flex;
        justify-content: flex-end;
    }

    .product_technial .tablen tr td:first-child {
        text-align: left;
        font-size: 14px;
        padding-left: 0;
    }

    .product_technial table tr td {
        padding: 9px 15px;
        font-size: 14px;
        color: #666666;
    }
}

@media(max-width:570px) {}



/* model_selection */

.model_selection {
    margin-bottom: 62px;
}

.model_selection .titlebox {
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 58px;
    border-bottom: 1px solid #b1ce00;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.model_selection .titlebox::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 62px;
    height: 6px;
    background-image: linear-gradient(-81deg,
            #005dad 0%,
            #b1ce00 100%),
        linear-gradient(#b1ce00,
            #b1ce00);
    background-blend-mode: normal,
        normal;
}

.model_selection .btnbox {
    display: flex;
}

.model_selection .btnbox i {
    margin-left: 15px;
    color: #666;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #666;
    margin-left: 10px;
    cursor: pointer;
}

.model_selection .btnbox i:hover {
    color: #fff;
    background-color: #1d64b1;
    border: 1px solid #1d64b1;
}




.model_selection .swiper-slide .imgbox {
    border: solid 1px #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 303px;
    overflow: hidden;
}

.model_selection .swiper-slide img:hover {
    transform: scale(1.05);
}

.model_selection .name {
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding: 0px 10px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.model_selection .name a {
    color: #333;
}

.model_selection .name:hover,
.model_selection .name a:hover {
    color: #1d64b1;
}


@media(max-width:1600px) {
    .model_selection .titlebox {
        padding-bottom: 10px;
        margin-bottom: 50px;
    }

    .model_selection {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {

    .model_selection .titlebox {
        padding-bottom: 10px;
        margin-bottom: 40px;
    }

    .model_selection .swiper-slide .imgbox {
        height: 280px;
    }

    .model_selection .name {
        font-size: 18px;
        padding: 0px 10px;
        padding-top: 10px;
    }
}

@media(max-width:999px) {
    .model_selection {
        margin-bottom: 40px;
    }

    .model_selection .titlebox {
        padding-bottom: 10px;
        margin-bottom: 30px;
    }

    .model_selection .swiper-slide .imgbox {
        height: 250px;
    }
}

@media(max-width:768px) {
    .model_selection .titlebox {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    .model_selection .name {
        font-size: 16px;
        padding: 0px 10px;
        padding-top: 10px;
    }

    .model_selection .swiper-slide .imgbox a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .model_selection .swiper-slide .imgbox img {
        width: 90%;

    }
}


@media(max-width:570px) {
    .model_selection {
        margin-bottom: 30px;
    }

    .model_selection .swiper-slide .imgbox {
        height: 230px;
    }

}

@media(max-width:450px) {
    .model_selection .swiper-slide .imgbox {
        height: 230px;
    }

}


/* related_product */

.related_product1 {
    margin-bottom: 77px;
}

.related_product2 {
    margin-bottom: 60px;
}

.related_product .titlebox {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 51px;
    border-bottom: 1px solid #b1ce00;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.related_product .titlebox::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 62px;
    height: 6px;
    background-image: linear-gradient(-81deg,
            #005dad 0%,
            #b1ce00 100%),
        linear-gradient(#b1ce00,
            #b1ce00);
    background-blend-mode: normal,
        normal;
}

.related_product .btnbox {
    display: flex;
}

.related_product .btnbox i {
    margin-left: 15px;
    color: #666;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #666;
    margin-left: 10px;
    cursor: pointer;
}

.related_product .btnbox i:hover {
    color: #fff;
    background-color: #1d64b1;
    border: 1px solid #1d64b1;
}

.related_product .imgbox {
    height: 265px;
    border: solid 1px #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.related_product .swiper-slide img:hover {
    transform: scale(1.05);
}

.related_product .name {
    font-family: Poppins-Regular;
    font-size: 17px;
    color: #333333;
    text-align: center;
    padding: 0px 10px;
    padding-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_product .name a {
    color: #333;
}

.related_product .name:hover,
.related_product .name a:hover {
    color: #1d64b1;
}


@media(max-width:1600px) {
    .related_product1 {
        margin-bottom: 50px;
    }

    .related_product .titlebox {
        padding-bottom: 15px;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .related_product .titlebox {
        padding-bottom: 15px;
        margin-bottom: 40px;
    }

    .related_product .imgbox {
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .related_product .imgbox img {
        width: 90%;

    }

    .related_product .imgbox a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .related_product .name {
        font-size: 17px;
        padding: 0px 10px;
        padding-top: 10px;
    }
}

@media(max-width:999px) {
    .related_product1 {
        margin-bottom: 40px;
    }

    .related_product .titlebox {
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .related_product .titlebox {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .related_product .name {
        font-size: 16px;
        padding: 0px 10px;
        padding-top: 10px;
    }
}

@media(max-width:570px) {
    .related_product1 {
        margin-bottom: 30px;
    }

    .related_product .imgbox {
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}



/* related_product */

.r_product {
    /* margin-bottom: 60px; */
}

.r_product1 {
    margin-bottom: 98px;
}

.r_product2 {
    margin-bottom: 14px;
}

.r_product .titlebox {
    position: relative;
    margin-bottom: 31px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.r_product .btnbox {
    display: flex;
}

.r_product .btnbox i {
    margin-left: 15px;
    color: #666;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 1px solid #666;
    margin-left: 10px;
    cursor: pointer;
}

.r_product .btnbox i:hover {
    color: #fff;
    background-color: #1d64b1;
    border: 1px solid #1d64b1;
}

.r_product .imgbox {
    height: 265px;
    border: solid 1px #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.r_product .swiper-slide img:hover {
    transform: scale(1.05);
}

.r_product .name {
    font-family: Poppins-Regular;
    font-size: 17px;
    color: #333333;
    text-align: center;
    padding: 0px 10px;
    padding-top: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.r_product .name a {
    color: #333;
}

.r_product .name:hover,
.r_product .name a:hover {
    color: #1d64b1;
}


@media(max-width:1600px) {

    .r_product,
    .r_product1 {
        margin-bottom: 50px;
    }

    .r_product .titlebox {
        margin-bottom: 30px;
    }

    .r_product2 {
        margin-bottom: 0px;
    }
}

@media(max-width:1333px) {
    .r_product .titlebox {
        margin-bottom: 25px;
    }

    .r_product .imgbox {
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .r_product .imgbox img {
        width: 90%;

    }

    .r_product .imgbox a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .r_product .name {
        font-size: 17px;
        padding: 0px 10px;
        padding-top: 10px;
    }
}

@media(max-width:999px) {

    .r_product,
    .r_product1 {
        margin-bottom: 40px;
    }

    .r_product2 {
        margin-bottom: 0px;
    }

    .r_product .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .r_product .titlebox {
        margin-bottom: 15px;
    }

    .r_product .name {
        font-size: 16px;
        padding: 0px 10px;
        padding-top: 10px;
    }
}

@media(max-width:570px) {

    .r_product,
    .r_product1 {
        margin-bottom: 30px;
    }

    .r_product2 {
        margin-bottom: 0px;
    }

    .r_product .imgbox {
        height: 220px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}






/* 2-1 */

/* about_more */


.about_more {
    padding: 46px 0px 73px;
}

.about_more .title30 {
    font-family: Poppins-SemiBold;
    /* font-size: 24px; */
    color: #333333;
    margin-bottom: 46px;
    position: relative;
    line-height: 40px;
}

.about_more .title30::after {
    content: "";
    width: 235px;
    height: 2px;
    background-color: #b1ce00;
    left: 0;
    bottom: 0;
    position: absolute;

}

.about_more .txts {
    margin-bottom: 55px;
    overflow: hidden;
}

.about_more .txts p {
    font-family: Poppins-Light;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
}

.about_more .view_more {
    width: 164px;
    height: 36px;
    background-color: #1d64b1;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}

.about_more .view_more:hover {
    color: #1d64b1;
    background-color: #fff;
    border: 1px solid #1d64b1;
}





@media(max-width:1600px) {
    .about_more {
        padding: 40px 0px 50px;
    }

    .about_more .title30 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .about_more .txts {
        margin-bottom: 30px;
    }

    .about_more .title30 {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .about_more {
        padding: 30px 0px 40px;
    }

    .about_more .txts p {
        font-size: 16px;
        line-height: 28px;
    }

    .about_more .txts {
        margin-bottom: 25px;
    }

    .about_more .title30 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .about_more .txts p {
        font-size: 14px;
        line-height: 28px;
    }

    .about_more .txts {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .about_more {
        padding: 20px 0px 30px;
    }
}



/* about_sinava */

.about_sinava {
    background-image: linear-gradient(-81deg,
            #005dad 0%,
            #b1ce00 100%),
        linear-gradient(#f1f1f1,
            #f1f1f1);
    background-blend-mode: normal,
        normal;
}

.about_sinava img {
    display: block;
}

.about_sinava .safe {
    display: flex;
    justify-content: space-between;
}

.about_sinava .l_box {
    width: 45%;
    padding-top: 33px;
}

.about_sinava .title30 {
    margin-bottom: 11px;
    color: #fff;
}

.about_sinava .l_box .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

.about_sinava .l_box .content p {
    padding: 9px 0px 9px 5px;
    display: flex;
    align-items: center;
}

.about_sinava .l_box .content img {
    margin-right: 15px;
}

.about_sinava .r_box {
    width: 49.9%;
}


@media(max-width:1600px) {
    .about_sinava .l_box {
        padding-top: 0;
    }

    .about_sinava .safe {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .about_sinava {
        padding: 30px 0px;
    }

    .about_sinava .l_box .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {}

@media(max-width:768px) {
    .about_sinava .safe {
        flex-direction: column;
    }

    .about_sinava .l_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .about_sinava .r_box {
        width: 85%;
        margin: 0 auto;
    }

    .about_sinava .l_box .content p {
        padding: 6px 0px 6px 5px;
        display: flex;
        align-items: center;
    }

    .about_sinava .l_box .content {
        font-size: 14px;
        line-height: 28px;
    }
}

@media(max-width:570px) {
    .about_sinava .r_box {
        width: 90%;
        margin: 0 auto;
    }
}

@media(max-width:500px) {
    .about_sinava .r_box {
        width: 100%;
        margin: 0 auto;
    }
}


/* about_work */


.about_work {
    padding: 92px 0px 77px;
}

.about_work .safe {}

.about_work .title30 {
    margin-bottom: 43px;
}

.about_work .box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.about_work .box img {
    display: block;
    box-shadow: 0px 0px 9px 1px rgba(62, 62, 62, 0.1);
    margin-right: 3.55%;
    margin-bottom: 38px;
    width: 22.3%;
}

.about_work .box img:nth-child(4n) {
    margin-right: 0;
}

@media(max-width:1600px) {
    .about_work {
        padding: 50px 0px;
    }

    .about_work .title30 {
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .about_work .title30 {
        margin-bottom: 25px;
    }

    .about_work .box img {
        display: block;
        box-shadow: 0px 0px 9px 1px rgba(62, 62, 62, 0.1);
        margin-right: 1.3%;
        margin-bottom: 15px;
        width: 24%;
    }
}

@media(max-width:999px) {
    .about_work {
        padding: 40px 0px;
    }

    .about_work .title30 {
        margin-bottom: 15px;
    }

    .about_work .box {
        justify-content: flex-start;
    }

    .about_work .box img {
        display: block;
        box-shadow: 0px 0px 9px 1px rgba(62, 62, 62, 0.1);
        margin-right: 2%;
        margin-bottom: 15px;
        width: 32%;
    }

    .about_work .box img:nth-child(4n) {
        margin-right: 2%;
    }

    .about_work .box img:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {}

@media(max-width:570px) {
    .about_work {
        padding: 30px 0px;
    }

    .about_work .box img {
        display: block;
        box-shadow: 0px 0px 9px 1px rgba(62, 62, 62, 0.1);
        margin-right: 2%;
        margin-bottom: 15px;
        width: 49%;
    }

    .about_work .box img:nth-child(3n) {
        margin-right: 2%;
    }

    .about_work .box img:nth-child(2n) {
        margin-right: 0;
    }
}



/* about_one */


.about_one {
    padding: 65px 0px 82px;
    background-color: #f7f7f7;
    margin-bottom: 68px;
}

.about_one img {
    display: block;
}

.about_one .safe {
    display: flex;
    justify-content: space-between;
}

.about_one .l_box {
    width: 50%;
}

.about_one .r_box {
    width: 42%;
}

.about_one .inner {
    padding: 13px 0px 22px;
    position: relative;
}

.about_one .inner:nth-of-type(1) {
    margin-bottom: 9px;
}

.about_one .inner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    height: 1px;
    background-color: #e3e3e3;
    width: 100%;
}

.about_one .inner:last-child::after {
    display: none;
}

.about_one .inner .title {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    color: #1d64b1;
    position: relative;
    margin-bottom: 5px;
}

.about_one .inner .title img {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.about_one .inner .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

@media(max-width:1600px) {
    .about_one {
        padding: 50px 0px;
        margin-bottom: 50px;
    }

    .about_one .inner .title {
        font-size: 22px;
        margin-bottom: 0px;
    }

}

@media(max-width:1333px) {
    .common_one2 .titlebox {
        margin-bottom: 25px;
    }

    .about_one .r_box {
        width: 44%;
    }

    .about_one .safe {
        align-items: center;
    }

    .about_one .inner {
        padding: 15px 0px 15px;
        position: relative;
    }

    .about_one .inner .content {
        font-size: 16px;
        line-height: 28px;
    }

    .about_one .inner:nth-of-type(1) {
        margin-bottom: 0px;
    }

    .about_one .inner .title {
        font-size: 20px;
        margin-bottom: 0px;
    }
}

@media(max-width:999px) {
    .about_one {
        padding: 40px 0px;
        margin-bottom: 40px;
    }


}

@media(max-width:768px) {
    .about_one .inner .content {
        font-size: 14px;
        line-height: 28px;
    }

    .about_one .inner .title {
        font-size: 18px;
        margin-bottom: 0px;
    }

    .about_one .safe {
        flex-direction: column;
    }

    .about_one .l_box {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .about_one .r_box {
        width: 100%;
        padding-left: 5%;
    }

    .about_one .inner {
        padding: 12px 0px 12px;
        position: relative;
    }

    .about_one .inner .title {
        font-size: 16px;
        margin-bottom: 0px;
    }
}

@media(max-width:570px) {
    .about_one .l_box {
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .about_one .l_box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}



/* 3-1 */
/* project_list */

.project_list {
    padding: 52px 0px 58px;
}

.insert_project {
    padding: 52px 0px 0px;
}

.project_list .title30 {
    margin-bottom: 32px;
}

.project_list .titlebox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 46px;
}

.project_list .title24 {
    font-family: Poppins-SemiBold;
    color: #333;
}

.project_list .shaixuan {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    transform: translateY(-2px);
}

.project_list .shaixuan li {
    margin-left: 20px;
}

.project_list .shaixuan a {
    width: 164px;
    height: 41px;
    background-color: #f4f4f4;
    border-radius: 21px;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_list .shaixuan a:hover {
    color: #fff;
    background-color: #1d64b1;
}

.project_list .shaixuan .active a {
    color: #fff;
    background-color: #1d64b1;
}

.project_list .box {
    display: flex;
    flex-wrap: wrap;

}

.project_list .box .title {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    line-height: 34px;
    color: #333333;
    margin-bottom: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project_list .box .title:hover,
.project_list .box .title a:hover {
    color: #1d64b1;
}

.project_list .box .data {
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #999999;
    margin-bottom: 14px;
}

.project_list .box .learn_more {
    width: 118px;
    height: 31px;
    background-color: #1d64b1;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #ffffff;
}

.project_list .box .learn_more:hover {
    color: #1f77ba;
    background-color: #fff;
    border: 1px solid #1f77ba;
}

.project_list img {
    display: block;
}


.project_list .inner {
    width: 48.95%;
    margin-right: 2.1%;
    display: flex;
    justify-content: space-between;
    border: solid 1px #e0e0e0;
    margin-bottom: 42px;
}

.project_list .inner:nth-child(2n) {
    margin-right: 0;
}

.project_list .inner:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.project_list .l_box {
    width: 36.78%;
    overflow: hidden;
}

.project_list .l_box img:hover {
    transform: scale(1.05);
}

.project_list .r_box {
    width: 59.5%;
    padding-top: 14px;
}



@media(max-width:1600px) {
    .project_list {
        padding: 40px 0px 50px 0px;
    }

    .project_list .title30 {
        margin-bottom: 30px;
    }

    .project_list .titlebox {
        margin-bottom: 40px;
    }

    .project_list .titlebox {
        flex-direction: column;
    }

    .project_list .title24 {
        margin-bottom: 18px;
    }

    .project_list .shaixuan {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        transform: translateY(0px);
    }

    .project_list .shaixuan li {
        margin-left: 0px;
        margin-right: 10px;
    }

    .project_list .r_box {
        width: 59.5%;
        padding-top: 0px;
        padding-right: 10px;
    }

    .project_list .inner {
        align-items: center;
    }

    .project_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 35px;
    }
}

@media(max-width:1333px) {
    .project_list .titlebox {
        margin-bottom: 30px;
    }

    .project_list .title30 {
        margin-bottom: 25px;
    }

    .project_list .box .title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 6px;
    }

    .project_list .box .data {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .project_list img {
        min-height: 150px;
        object-fit: cover;
    }
}

@media(max-width:999px) {
    .project_list {
        padding: 30px 0px 40px 0px;
    }

    .project_list .title30 {
        margin-bottom: 20px;
    }

    .project_list .titlebox {
        margin-bottom: 20px;
    }

    .project_list .box .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }
}

@media(max-width:768px) {
    .project_list .titlebox {
        margin-bottom: 15px;
    }

    .project_list .title30 {
        margin-bottom: 15px;
    }

    .project_list .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 25px;
    }

    .project_list .r_box {
        width: 100%;
        padding-top: 0px;
        padding-right: 10px;
    }

    .project_list .inner .l_box {
        margin-right: 15px;
    }

    .project_list .shaixuan a {
        width: 160px;
        height: 40px;
        background-color: #f4f4f4;
        border-radius: 21px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .project_list .inner:nth-last-child(-n+2) {
        margin-bottom: 25px;
    }

    .project_list .shaixuan a {
        height: 40px;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .project_list {
        padding: 20px 0px 0px 0px;
    }

    .project_list .l_box {
        width: 50%;
        overflow: hidden;
    }

    .project_list img {
        min-height: auto;
        height: 100%;
    }

    /* .project_list .r_box{
        height: 100%;
    }
    .project_list .r_box{
        height: auto;
    }
     */
    .project_list .inner {
        flex-direction: column;
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .project_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .project_list .l_box {
        width: 100%;
        overflow: hidden;
        margin-right: 0 !important;
        margin-bottom: 0px;
    }

    .project_list .l_box img {
        width: 100%;
    }

    .project_list .r_box {
        padding: 10px 10px 10px 10px;
    }
}

@media(max-width:400px) {
    .project_list .inner {
        flex-direction: column;
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }

    .project_list .shaixuan li {
        margin-left: 0px;
        margin-right: 4%;
        width: 48%;
    }

    .project_list .shaixuan a {
        width: 100%;
    }

    .project_list .shaixuan li:nth-child(2n) {
        margin-right: 0;
    }
}



/* 3-2 */


.project_detail {
    padding: 62px 0px 55px;
}

.project_detail .title {
    font-family: Poppins-SemiBold;
    font-size: 24px;
    color: #333333;
}

.project_detail .s_title {
    font-family: Poppins-Regular;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 3px;
}

.project_detail .data {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #1d64b1;
}

.project_detail .content {
    border-top: 1px solid rgba(211, 211, 211, .4);
    margin-top: 14px;
    padding-top: 35px;
    font-family: Poppins-Light;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: justify;
}

.project_detail .content strong {
    font-family: Poppins-SemiBold;
    color: #333333;
}

.project_detail .content p img {
    display: block;
    margin: 0 auto;
}


@media(max-width:1600px) {
    .project_detail {
        padding: 40px 0px 50px;
    }

    .project_detail .content {
        margin-top: 14px;
        padding-top: 30px;
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:1333px) {
    .project_detail .content {
        margin-top: 14px;
        padding-top: 25px;
        font-size: 16px;
        line-height: 30px;
    }

    .project_detail .title {
        font-size: 22px;
    }

    .project_detail .s_title {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 4px;
    }
}

@media(max-width:999px) {
    .project_detail {
        padding: 30px 0px 40px;
    }

    .project_detail .title {
        font-size: 20px;
    }

    .project_detail .s_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .project_detail .data {
        font-size: 14px;
        line-height: 30px;
    }

    .project_detail .content {
        margin-top: 14px;
        padding-top: 20px;
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:768px) {
    .project_detail .content {
        margin-top: 10px;
        padding-top: 15px;
        font-size: 14px;
        line-height: 28px;
    }

    .project_detail .title {
        font-size: 18px;
    }

    .project_detail .s_title {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0px;
    }
}

@media(max-width:570px) {
    .project_detail {
        padding: 20px 0px 30px;
    }
}



/* switch */
.switch1 {
    margin-bottom: 43px;
}

.switch2 {
    margin-bottom: 69px;
}

.switch .safe {
    padding: 26px 0px 35px;
    border-top: 1px solid rgba(211, 211, 211, .4);
    border-bottom: 1px solid rgba(211, 211, 211, .4);
}

.switch .control {
    display: flex;
    align-items: center;
}

.switch .control:first-child {
    margin-bottom: 13px;
}

.switch .resu {
    /* display: flex; */
    /* align-items: center; */
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
}

.switch .resu a {
    color: #333;
}

.switch .iconfont {
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border: solid 1px #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 18px;
}

.switch a:hover {
    color: #1d64b1;
}

.switch .con:hover{
    color: #fff;
    background-color: #1d64b1;
    border: 1px solid #1d64b1;
}



@media(max-width:1600px) {
    .switch .safe {
        padding: 24px 0px;
    }

    .switch1,
    .switch2 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .switch .safe {
        padding: 20px 0px;
    }

    .switch .iconfont {
        width: 26px;
        height: 26px;
        font-size: 12px;
        margin-right: 15px;
        flex-shrink: 0;
    }

    .switch .resu {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media(max-width:999px) {

    .switch1,
    .switch2 {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .switch .resu {
        font-size: 14px;
    }

}

@media(max-width:570px) {

    .switch1,
    .switch2 {
        margin-bottom: 30px;
    }
}



/* 4-1 */


/* blog_list */


.blog_list {
    padding: 53px 0px 49px;
}

.blog_list img {
    width: 100%;
    display: block;
}

.blog_list .box {
    display: flex;
    margin-bottom: 22px;
}

.blog_list .box:last-child {
    margin-bottom: 0;
}

.blog_list .l_box {
    width: 27%;
    overflow: hidden;
}

.blog_list .l_box img:hover {
    transform: scale(1.05);
}

.blog_list .r_box {
    width: 73%;
    padding-left: 4%;
    padding-top: 23px;
}

.blog_list .data {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #005cac;
    margin-bottom: 8px;
}

.blog_list .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
}

.blog_list .title a {
    font-family: Poppins-SemiBold;
    font-size: 18px;
    color: #333333;
}

.blog_list .title a:hover,
.blog_list .title:hover {
    color: #1d64b1;
}

.blog_list .r_box .content {
    font-family: Poppins-Light;
    font-size: 16px;
    line-height: 36px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media(max-width:1600px) {
    .blog_list {
        padding: 40px 0px 50px;
    }

    .blog_list .r_box {
        width: 73%;
        padding-left: 3%;
        padding-top: 0px;
    }

    .blog_list .box {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .blog_list .data {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 0px;
    }

    .blog_list .title {
        margin-bottom: 5px;
    }

    .blog_list .r_box .content {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .blog_list {
        padding: 30px 0px 40px;
    }

    .blog_list .l_box {
        width: 30%;
        overflow: hidden;
    }

    .blog_list .r_box {
        width: 70%;
        padding-left: 3%;
        padding-top: 0px;
    }
}

@media(max-width:768px) {
    .blog_list .l_box {
        width: 35%;
        overflow: hidden;
    }

    .blog_list .r_box {
        width: 65%;
        padding-left: 3%;
        padding-top: 0px;
    }

    .blog_list .title a {
        font-size: 16px;
    }

    .blog_list .r_box .content {
        font-size: 14px;
        line-height: 26px;
    }

    .blog_list .data {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0px;
    }
}

@media(max-width:570px) {
    .blog_list {
        padding: 20px 0px 30px;
    }
}

@media(max-width:500px) {
    .blog_list .safe {
        display: flex;
        flex-wrap: wrap;
    }

    .blog_list .box {
        flex-direction: column;
        width: 49%;
        margin-right: 2%;
    }

    .blog_list .box:nth-child(2n) {
        margin-right: 0;
    }

    .blog_list .l_box {
        width: 100%;
    }

    .blog_list .r_box {
        width: 100%;
        padding: 0;
        padding-top: 8px;
    }
}

@media(max-width:380px) {
    .blog_list .box {
        flex-direction: column;
        width: 100%;
        margin-right: 0%;
    }
}


/* 4-2 */

.blog_detail {
    padding: 44px 0px 39px;
}

.blog_detail .title24 {
    font-family: Poppins-SemiBold;
    color: #333;
    margin-bottom: 11px;
}

.blog_detail .con {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.blog_detail .con .data {
    margin-right: 80px;
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #0059ab;
}

.blog_detail .con .sharebox {
    display: flex;
    align-items: center;
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #999999;
}

.blog_detail .con .sharebox span {
    margin-right: 8px;
}

.blog_detail .content {
    border-top: 1px solid #e3e3e3;
    padding-top: 38px;
    font-family: Poppins-Light;
    font-size: 16px;
    color: #666666;
    text-align: justify;
}

.blog_detail .content img {
    display: block;
    margin: 0 auto;
}


@media(max-width:1600px) {
    .blog_detail {
        padding: 40px 0px 50px;
    }

    .blog_detail .content {
        padding-top: 35px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .blog_detail .content {
        padding-top: 30px;
        font-size: 16px;
    }

    .blog_detail .title24 {
        margin-bottom: 10px;
    }

    .blog_detail .con .sharebox {
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .blog_detail {
        padding: 30px 0px 40px;
    }
}

@media(max-width:768px) {
    .blog_detail .con .data {
        margin-right: 30px;
        font-size: 14px;
        margin-bottom: 8px;
    }

    .blog_detail .con .sharebox {
        font-size: 14px;
        margin-bottom: 8px;

    }

    .blog_detail .content {
        padding-top: 25px;
        font-size: 14px;
        line-height: 28px;
    }

    .blog_detail .con {
        margin-bottom: 0px;
        flex-wrap: wrap;
    }
}

@media(max-width:570px) {
    .blog_detail {
        padding: 20px 0px 30px;
    }
}




/* contactus */

.contactus {
    padding: 47px 0px 74px;
}

.contactus .title24 {
    color: #1d64b1;
    font-family: Poppins-SemiBold;
    margin-bottom: 20px;
}

.contactus .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-bottom: 51px;
}

.contactus .safe {
    display: flex;
    justify-content: space-between;
}

.contactus .l_box {
    width: 48%;
}

.contactus .inner {
    display: flex;
    margin-bottom: 53px;
}

.contactus .inner:last-child {
    margin-bottom: 0;
}

.contactus .inner .svgbox {
    width: 25px;
    margin-right: 10px;
    flex-shrink: 0;
}

.contactus .name,
.contactus .resu {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
}

.contactus .inner a:hover {
    color: #1d64b1;
}

.contactus .name {
    margin-bottom: 5px;
}

.contactus .r_box {
    width: 50%;
    background-color: #f5f5f5;
    padding: 34px 34px 30px 40px;
    margin-top: 12px;
}

.contactus .inp1,
.contactus .inp2,
.contactus .inp3 {
    margin-bottom: 19px;
}

.contactus .inp3 {
    margin-bottom: 22px;
}

.contactus .inp1 input,
.contactus .inp3 input {
    height: 45px;
    background-color: #ffffff;
    border-radius: 23px;
    border: solid 1px #dadada;
    width: 100%;
    padding: 0px 17px;
}

.contactus .inp2 textarea {
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #dadada;
    height: 111px;
    resize: none;
    padding: 10px 17px;
    display: block;
}

.contactus .inp1 input,
.contactus .inp3 input,
.contactus .inp2 textarea {
    color: #333;
    font-family: Poppins-Regular;
    font-size: 14px;
}

.contactus .inp1 input::placeholder,
.contactus .inp2 textarea::placeholder,
.contactus .inp3 input::placeholder {
    color: #333;
    color: #999999;
}

.contactus .must {
    position: relative;
}

.contactus .must input,
.contactus .must textarea {
    padding-left: 23px;
}

.contactus .must::after {
    position: absolute;
    content: "*";
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #b4cf13;
    left: 13px;
    top: 12px;
}

.contactus .submit {
    width: 224px;
    height: 45px;
    background-color: #1d64b1;
    border-radius: 23px;
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contactus .submit:hover {
    color: #1d64b1;
    background-color: #fff;
    border: 1px solid #1d64b1;
}

.contactus .codebox {
    position: absolute;
    width: 115px;
    right: 20px;
    height: 95%;
    top: 2%;
    background: #f3fbfe;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.contactus .codebox img {
    height: 96%;
}

.contactus .inp3 input {
    padding-right: 140px;
}

.contactus .email {
    word-break: break-all;
}


@media(max-width:1600px) {
    .contactus {
        padding: 40px 0px 50px;
    }

    .contactus .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .contactus .inner {
        margin-bottom: 40px;
    }

    .contactus .r_box {
        width: 50%;
        background-color: #f5f5f5;
        padding: 34px 34px 30px 40px;
        margin-top: 0px;
    }

    .contactus .codebox {
        width: 115px;
        right: 20px;
        height: 95%;
        top: 2.5%;
    }
}

@media(max-width:1333px) {
    .contactus .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .contactus .inner {
        margin-bottom: 30px;
    }

    .contactus .r_box {
        width: 48%;
        background-color: #f5f5f5;
        padding: 30px 30px 30px 30px;
        margin-top: 0px;
    }

    .contactus .name {
        margin-bottom: 0px;
    }

}

@media(max-width:999px) {
    .contactus {
        padding: 30px 0px 40px;
    }

    .contactus .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .contactus .inner {
        margin-bottom: 20px;
    }

    .contactus .inp1,
    .contactus .inp2,
    .contactus .inp3 {
        margin-bottom: 15px;
    }

    .contactus .submit {
        width: 210px;
        height: 45px;
        background-color: #1d64b1;
        border-radius: 23px;
        font-size: 18px;
    }

    .contactus .name,
    .contactus .resu {
        font-family: Poppins-Regular;
        font-size: 13px;
        color: #333333;
    }
}

@media(max-width:768px) {
    .contactus .content {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 15px;
    }

    .contactus .inner {
        margin-bottom: 15px;
    }

    .contactus .safe {
        flex-direction: column;
    }

    .contactus .l_box {
        width: 100%;
        margin-bottom: 28px;
    }

    .contactus .r_box {
        width: 100%;
        background-color: #f5f5f5;
        padding: 20px 20px 20px 20px;
        margin-top: 0px;
    }
}

@media(max-width:570px) {
    .contactus {
        padding: 20px 0px 30px;
    }

    .contactus .r_box {
        width: 100%;
        background-color: #f5f5f5;
        padding: 15px 15px 15px 15px;
        margin-top: 0px;
    }
}



/* contact_one */

.contact_one {}

.contact_one .safe {
    display: flex;
    justify-content: space-between;
    background-color: #f5f5f5;
    padding: 43px 30px 107px 55px;
}

.contact_one .l_box {
    width: 48%;
}

.contact_one .l_box .title30 {
    font-family: Poppins-SemiBold;
    margin-bottom: 2px;
}

.contact_one .content {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-bottom: 27px;
}

.contact_one .content p {
    display: flex;
}

.contact_one .content em {
    padding-left: 15px;
    position: relative;
    display: flex;
}

.contact_one .content em::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background-color: #b2ce00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    left: 0;
    top: 15px;
}

.contact_one .phone {
    width: 202px;
    height: 31px;
    background-color: #1d64b1;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #ffffff;
}

.contact_one .phone img {
    filter: brightness(100);
}

.contact_one .phone:hover {
    color: #1d64b1;
    background-color: #fff;
    border: 1px solid #1d64b1;
}

.contact_one .phone:hover img {
    filter: unset;
}



.contact_one .r_box {
    width: 46.1%;
}

.contact_one .r_box .title30 {
    margin-bottom: 15px;
}


.contact_one .inner {
    font-family: Poppins-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 68px;
}

.contact_one .btn {
    width: 275px;
    height: 31px;
    background-color: #1d64b1;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #ffffff;
}

.contact_one .btn:hover {
    color: #1d64b1;
    background-color: #fff;
    border: 1px solid #1d64b1;
}

@media(max-width:1600px) {
    .contact_one .safe {
        padding: 40px 40px 40px 40px;
    }

    .contact_one .inner {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 45px;
    }
}

@media(max-width:1333px) {
    .contact_one .l_box .title30 {
        font-family: Poppins-SemiBold;
        margin-bottom: 0px;
    }
}

@media(max-width:999px) {
    .contact_one .safe {
        padding: 30px 25px 30px 25px;
        flex-direction: column;
    }

    .contact_one .l_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .contact_one .r_box {
        width: 100%;
    }

    .contact_one .content {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .contact_one .inner {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .contact_one .content {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .contact_one .content em::before {
        width: 7px;
        height: 7px;
        border-radius: 50px;
        left: 0;
        top: 10px;
    }

    .contact_one .inner {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media(max-width:570px) {}








@font-face {
    font-family: "iconfont";
    /* Project id 4600852 */
    src: url('../fonts/iconfont.woff2?t=1728372668415') format('woff2'),
        url('../fonts/iconfont.woff?t=1728372668415') format('woff'),
        url('../fonts/iconfont.ttf?t=1728372668415') format('truetype');
}


@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-Light';
    src: url('../fonts/Poppins-Light.eot');
    src: url('../fonts/Poppins-Light.eot') format('embedded-opentype'),
        url('../fonts/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins-Light.woff') format('woff'),
        url('../fonts/Poppins-Light.ttf') format('truetype'),
        url('../fonts/Poppins-Light.svg#PoppinsLight') 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');
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.icon-instagram:before {
    content: "\e625";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-facebook-official:before {
    content: "\e675";
}

.icon-linkedin1:before {
    content: "\e624";
}

.icon-icon_youtube:before {
    content: "\e60b";
}

.icon-icon-instagram2:before {
    content: "\e60c";
}

.icon-shuangxiajiantou:before {
    content: "\e854";
}

.icon-jiantou:before {
    content: "\e66b";
}

.icon-youjiantou:before {
    content: "\e60a";
}

.icon-xiazai1:before {
    content: "\e63e";
}

.icon-jiahao:before {
    content: "\e728";
}

.icon-jianhao:before {
    content: "\e84f";
}

.icon-xiasanjiaoxing:before {
    content: "\e726";
}

.icon-home:before {
    content: "\e606";
}

.icon-guoji:before {
    content: "\e641";
}

.icon-gongsi:before {
    content: "\e679";
}

.icon-xiazai:before {
    content: "\e66d";
}

.icon-dizhi1:before {
    content: "\e652";
}

.icon-dizhi2:before {
    content: "\e609";
}

.icon-jiang-left:before {
    content: "\e604";
}

.icon-jiang-right:before {
    content: "\e605";
}

.icon-a-lujing4000:before {
    content: "\e661";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-sanjiaoxing:before {
    content: "\e6e6";
}

.icon-top:before {
    content: "\e608";
}

.icon-duigoux:before {
    content: "\ec9e";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-xinlangweibo:before {
    content: "\e603";
}

.icon-xiaohongshu:before {
    content: "\e623";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-jiahao1:before {
    content: "\e727";
}

.icon-xiangshangjiantou:before {
    content: "\e65d";
}

.icon-jia:before {
    content: "\e601";
}

.icon-jian:before {
    content: "\e602";
}

.icon-dizhi:before {
    content: "\e614";
}

.icon-dianhua:before {
    content: "\e66c";
}

.icon-duigou:before {
    content: "\e613";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-xiala:before {
    content: "\e65c";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-tell:before {
    content: "\e6a8";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-xiangxiajiantou:before {
    content: "\e68a";
}

.icon-xiajiantou:before {
    content: "\e6b3";
}

.icon-youshangjiantou:before {
    content: "\e69b";
}

.icon-svg-right-top:before {
    content: "\e600";
}























/* 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, 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
}
.none{
    line-height: 50px;
}


.dow-list{
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #f1f1f1;
    line-height: 50px;
}

.dow-list .dow-title{
    font-family: Poppins-Regular;
    font-size: 18px;
    color: #666666;
}
.dow-list a{
    font-family: Poppins-SemiBold;
    font-size: 16px;
    color: #1d64b1;
}

.dow-list a .icon-xiazai1{
    font-weight: bold;
    margin-left:5px;
}





@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/shadowsintolight/v22/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQze8D59zQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/shadowsintolight/v22/UqyNK9UOIntux_czAvDQx_ZcHqZXBNQzdcD5.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.index_zero{
    background-color: #212529;
    display:none;
}
.index_zero .row{
    display: flex;
    padding: 35px 0;
    align-items: center;
    justify-content: space-between;
}
.index_zero .row p{
    color: #ffffff;
    display: inline-block;
    font-size: 1.12em;
    font-weight: 300;
    /*max-width: 800px;*/
    line-height: 24px;
}
.index_zero .row p strong {
    color: #FFF;
    display: block;
    font-size: 1.25em;
    font-weight: 500;
    padding-bottom: 7px;
}
.index_zero .row p em{
    font-family: Shadows Into Light;
    color: #0088cc !important;
    font-size: 1.6em;
    font-style: normal;
}
.index_zero .row .anniu{
    display: flex;
}
.index_zero .row .anniu a:nth-of-type(1){
    width: 280px;
    height: 52px;
    background-color: #1d64b1;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Roboto-Regular;
    font-size: 20px;
    line-height: 37px;
    color: #ffffff;
}
.index_zero .row .anniu a:nth-of-type(1):hover {
    color: #1d64b1;
    border: 1px solid #1d64b1;
    background-color: #fff;
}
.index_zero .row .anniu a:nth-of-type(2){
    width: 112px;
    height: 52px;
    color:#fff;
    margin-left:20px;
    line-height: 52px;
}

@media(max-width:999px) {
    .index_zero .row{
        flex-direction: column;
    }
    .index_zero .row .content{
        margin-bottom:20px;
    }
    .index_zero .row p{
        font-size: 1em;
        line-height: 30px;
    }
    .index_zero .row .anniu a:nth-of-type(1) {
        width: 210px;
        height: 35px;
        background-color: #1d64b1;
        border-radius: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: Roboto-Regular;
        font-size: 15px;
        line-height: 20px;
        color: #ffffff;
    }
    .index_zero .row .anniu a:nth-of-type(2){
        width: 112px;
        height: 35px;
        color:#fff;
        margin-left:10px;
        line-height: 35px;
    }
}


.anchor_box .table table{
    margin: 0 auto;
}