@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    transition: .3s linear all;
    border: none;
    outline: none;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    width: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
    margin: 0 auto;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    margin: 0 auto;
    font-family: Inter-Regular;
}

*::selection {
    color: #fff;
    background-color: #3e6cbc;
}

.imgbox a img:hover {
    transform: scaleX(1.05) scaleY(1.05);
}

img {
    max-width: 100%;
    display: block;
}

i {
    font-stretch: normal;
    font-style: normal;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

h1,
h2 {
    font-weight: normal;
}

.clear {
    clear: both;
}

.safe {
    max-width: 1440px;
    width: calc(100% - 130px);
    margin: 0 auto;
}

.con_safe {
    max-width: 1485px;
    width: calc(100% - 130px);
    margin: 0 auto;
}

.safe1 {
    max-width: 1700px;
    width: calc(100% - 50px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1440px;
        width: calc(100% - 70px);
    }

    .con_safe {
        max-width: 1485px;
        width: calc(100% - 70px);
        margin: 0 auto;
    }

    .safe1 {
        max-width: 1700px;
        width: calc(100% - 70px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 50px);
    }

    .con_safe {
        width: calc(100% - 50px);
    }

    .safe1 {
        width: calc(100% - 50px);
    }
}

.headersafe {
    max-width: 1800px;
    width: calc(100% - 50px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .headersafe {
        max-width: 1800px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width:768px) {
    .headersafe {
        width: calc(100% - 30px);
    }
}


.banner {
    position: relative;
    z-index: 2;
    line-height: 0;
    font-size: 0;
}

.banner .slick-arrow {
    position: absolute;
    z-index: 99;
    display: block !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    display: none !important;
}

.banner .slick-arrow i {
    font-size: 36px;
    color: #fff;
}

.banner .slick-prev {
    left: 53px;
    cursor: pointer;
}

.banner .slick-next {
    right: 53px;
    cursor: pointer;
}

.banner .slick-dots {
    position: absolute;
    z-index: 999999;
    left: 0;
    right: 0;
    bottom: 120px;
    text-align: center;
    font-size: 0;
    letter-spacing: 0;
    text-align: center;
    display: block !important;
}

.banner .slick-dots li {
    margin-right: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.banner .slick-dots a {
    display: block;
    width: 11px;
    height: 11px;
    background-color: #000000;
    opacity: 0.2;
    border-radius: 50px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.banner.hide {
    display: none;
}

.banner .slick-arrow i:hover {
    color: #1d3d7d;
}

@media screen and (max-width: 959px) {
    .banner {
        display: block;
    }

    .banner.hide {
        display: block;
    }

    .banner .slick-arrow {
        display: none !important;
    }

    .banner .slick-dots {
        bottom: 10px;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }

    .banner .slick-dots a {
        width: 10px;
        height: 10px;
    }

    .banner2 {
        display: none;
    }
}

.slideshow {
    position: relative;
}

.slider {
    position: relative;
    background-color: #333;
}

.slider .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10;
}

.slider .in::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/banner_bg.png);
    background-repeat: no-repeat;
    pointer-events: none;
    z-index:1;
    background-size:cover;
    background: linear-gradient(90deg, #15366b 0%, #15366b 50.97%, rgba(21, 54, 107, 0.75) 62.49%, rgba(21, 54, 107, 0.42) 100%);
    
    /*background: linear-gradient(90deg, #15366b 0%, #1d3e72 60%),linear-gradient(90deg,#15366b 50%,#1d3e72 100%);*/

}

.slider .in::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/banner-jiantou.png);
       background-repeat: no-repeat;
    pointer-events: none;
        z-index:2;
    background-size:cover;
}

.slideshow .wp {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 50%;
    margin-top: -166.5px;
}

.slideshow .wp img {
    max-width: 100%;
    max-height: 80%;
}

.slideshow .item a img {
    /* width: 100%; */
    -webkit-transition: all 6s ease-out;
    -o-transition: all 6s ease-out;
    -moz-transition: all 6s ease-out;
    transition: all 6s ease-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    /* image-rendering: pixelated; */
}

.slick-dots {
    position: absolute;
    width: 100%;
    bottom: 30px;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    cursor: pointer;
    display: inline-block;
    background-color: #ffffff;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.32);
    border-radius: 2px;
    opacity: 0.32;
    height: 7px;
    width: 30px;
}

.slick-dots li.slick-active button {
    width: 36px;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.32);
    border-radius: 3px;
    opacity: 1;
}

.slick-prev,
.slick-next {
    width: 62px;
    height: 62px;
    border: 0px;
    font-size: 0px;
    cursor: pointer;
}

.slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    left: 40px;
    z-index: 999;
    background: url(../img/jtl1.png ) no-repeat left center;
}

.slick-next {
    position: absolute;
    top: 50%;
    margin-top: -31px;
    right: 40px;
    z-index: 999;
    background: url(../img/jtr1.png ) no-repeat left center;
}

@media screen and (max-width: 1219px) {
    .slideshow .wp {
        margin-left: -490px;
    }
}

@media screen and (max-width: 999px) {

    .slideshow:hover .slick-prev,
    .slick-next {
        display: none !important;
    }

    .slideshow .wp {
        width: 100%;
        left: 0;
        margin-left: 0;
        height: 80%;
        top: 0;
        margin-top: 20px;
    }
    .slick-dots li button{
        height: 6px;
    width: 25px;
    }
}

@media screen and (max-width: 767px) {
    .slick-dots {
        bottom: 10px;
    }
    .slider .in::before{
        display:none;
    }
}

.slideshow .item.slick-active.item_one img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slideshow .item.slick-active.item_one.on img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.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: flex;
    justify-content: flex-end;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.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;
    
    object-fit:cover !important;
}

.slick-dots .slide-count {
    display: none;
}

/*.slick-slide .box-img>img{*/
/*    min-height:600px;*/
/*    obj-fit:cover;*/
/*}*/

@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;
    }
}


@media(max-width:1600px) {
    .slideshow{
        height: 700px;
    }
    .slick-slider,
    .slick-list,
    .slick-track{
        height: 100%;
    }
 
}
@media(max-width:1333px) {

}
@media(max-width:999px) {

}
@media(max-width:768px) {

}
@media(max-width:570px) {

}



/* video tankuang */
.tankaunga {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999999
}

.tankaunga:before {
    content: "X";
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 10px;
    right: 10px;
    background: #fff;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.tankaungn2 {
    position: fixed;
    left: 5%;
    top: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.tankaungn2 iframe body {
    margin: 0px !important;
}

/*jQzoom*/

.box {
    position: relative;
}

.jqzoom {
    float: left;
    position: relative;
    padding: 0px;

}

div.zoomdiv {
    z-index: 200;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 400px;
    height: 400px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

div.zoomdiv img {
    max-width: unset !important;
}

div.jqZoomPup {
    z-index: 200;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    border: 1px solid #aaa;
    background: #ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    transition: none;
}

/* zhengshu */

/* certifiicates */

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 1.8;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -moz-transform .4s ease;
    transition: left .4s ease, transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromRight {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@keyframes bounceFromLeft {
    0% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }

    100% {
        margin-left: 0
    }
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}




/* cebianlan  common*/
/* rightlist */

.column {
    position: fixed;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 150;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 3px;
    min-width: 50px;
    max-width: 250px;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li .tiaozhuan {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}



.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img {
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column img {
    display: block;
    width: 45%;
}

.column .gotop i {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column .facebook i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.column .phonebox:hover img {
    filter: brightness(100);
}

.column .phonebox .phone {
    width: 0;
    /* padding: 0px 10px; */
    display: flex;
}

.column .phonebox .phone p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear width .3s;
    color: #fff;
}

.column i {
    color: #fff !important;
}

.column li:hover {
    background-color: #253e81;
    border-radius: 0px 10px 0px 0px;
}

@media(max-width:1600px) {
    .column ul li .imgbox {
        width: 50px;
        height: 50px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -10px;
        right: 80px;
        display: none;
        cursor: pointer;
    }

    .column ul li .imgbox i {
        font-size: 21px;
    }
}

@media(max-width:1333px) {


    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -10px;
        right: 70px;
        display: none;
        cursor: pointer;
    }
}

@media(max-width:999px) {

    .column ul li .tiaozhuan {
        display: none;
    }

    .column ul li:hover .tiaozhuan {
        display: none;
    }

    .column {
        position: fixed;
        right: 0px;
        top: unset;
        bottom: 0;
        z-index: 30;
        width: 100%;
        height: 45px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column .facebook i {
        border: unset;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox:hover .phone {}

    .column .phonebox .phone {
        width: auto;
        min-width: 180px;
        margin-right: 0px;
        margin-left: 0px;
        top: -40px;
        position: absolute;
        background: #fff;
        padding: 10px;
    }

    .column .phonebox .phone p {
        color: #333;
    }

    .column .phonebox .phone {
        display: none;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column .phonebox .phone {
        right: 0;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .gotop i {
        font-size: 14px !important;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #333;
    right: 18px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}






/* search */

.searchbox a {
    color: #fff;
    font-size: 18px !important;
    cursor: pointer;
}

.searchbox a:hover {
    color: #999;
}

.searchbox {
    position: relative;
}

.searchbox .s_wrap {
    position: absolute;
    right: 0;
    width: 300px;
    top: 50px;
    background-color: #fff;
    height: 55px;
    border: 2px solid #00205b;
    padding-left: 15px;
    display: none;
    transition: none;
    z-index: 99;
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
}

.searchbox .s_wrap .searchbtn {
    width: 20%;
    height: 100%;
    position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    cursor: pointer;
}

.searchbox .s_wrap .sub {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
    color: #999;
}

.searchbox {
    margin-left: 10px;
    transform: translateX(-15px) translateY(-10px);
}



.lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    margin-left: 35px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #666666;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #fff;
}

.lanauage_wrap .lanauage>i {
    font-size: 22px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 24px;
    color: #fff !important;
    margin-right: 6px;
}

.lanauage_wrap .lanauage .lanbox i {
    color: #fff;
    font-size: 12px;
    margin-left: 25px;
}

.lanauage_wrap .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage_wrap .lanbox a {
    font-family: Inter-Regular;
    font-size: 14px;
    color: #666666;
    margin-left: 5px;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .lanbox i {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff !important;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    left: 0px;
    margin-top: 14px;
    z-index: 1000;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #253e81;
}

.lanauage_wrap .lanauage .silde-down li:hover a {
    color: #fff !important;
}

.lanauage_wrap .name {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #999 !important;
}

.lanauage_wrap .lanauage:hover i {
    color: #999 !important;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #999 !important;
}

@media(max-width:1600px) {
    .lanauage_wrap {
        margin-left: 20px;
    }

    .lanauage_wrap .lanauage .lanbox i {
        margin-left: 10px;
    }
}

@media(max-width:1333px) {
    .lanauage_wrap .lanbox a {
        font-size: 14px !important;
    }

    .lanauage_wrap {
        margin-left: 12px;
    }

    .searchbox a {
        color: #333;
        font-size: 18px;
        font-weight: bold;
        cursor: pointer;
    }
}



@media(max-width:999px) {

    .lanauage_wrap .lanauage .silde-down a {
        padding: 7px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap {
        width: 95px;
        height: 40px;
        margin-left: 15px;
    }

    .lanauage_wrap .lanauage .lanbox i {
        font-size: 12px;
        margin-left: 5px;
    }

    .searchbox {
        display: none;
    }

    .lanauage_wrap .lanauage {
        padding-right: 100px;
    }

}

@media(max-width:768px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 5px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap {
        width: 95px;
        height: 35px;
        margin-left: 10px;
    }

    .lanauage_wrap .lanauage {
        padding-right: 80px;
    }
}





.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 15px;
        right: 2.5%;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 42px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 5px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        font-family: Montserrat-Light;
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }


    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 15px;
    }
}


/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000;
    height: 119px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.0)0%, rgba(0, 0, 0, .9)95%);
}

header>.headersafe {
    display: flex;
    justify-content: space-between;
    height: 100%;
}

header ul {
    z-index: 100;
}

header .topbox a {
    font-family: Montserrat-Light;
    font-size: 14px !important;
    color: #fff;
}

header .topbox li {
    position: relative;
}

header .topbox .menubox ul li>a {
    padding: 11px 20px;
}

header .topbox .menubox ul li>a:hover {
    text-decoration: underline;
}

header .topbox .menubox>li>a {
    padding-bottom: 13px;
}

header .topbox .menubox>li ul {
    padding-top: 16px;
    z-index: 1000;
}


header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .bottombox a {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #ffffff;
}

header .bottombox .menubox>li>a {
    padding: 0px 0px 26px 0px;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
}

header .topbox .menubox>li {
    margin-right: 70px;
}

header .bottombox .menubox>li {
    position: relative;
    margin-right: 88px;
}


header .menubox>li>a {
    /* padding: 0px 0px 34px 0px; */
    display: inline-block;

    display: flex;
    align-items: center;
    position: relative;
    display: flex;
    align-items: center;
}

header .menubox>li>a img {
    margin-bottom: 0px;
    transition: ease .3s all;
}

header .menubox>li>a i {
    font-size: 12px;
    color: #fff;
    margin-left: 8px;
}

header .menubox ul a {
    padding: 15.5px 20px;
    display: inline-block;
    min-width: 197px;
    font-family: Verdana;
    font-size: 16px;
    color: #333;
    width: 100%;
}

header .get_a_quote {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background-color: #e4002b;
    border-radius: 4px;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #fefefe;
    margin-left: 33px;
}

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: -50%;
    background-color: #fff;
    display: none;
    transition: none;
    box-shadow: 0px 10px 40px 0px rgba(9, 9, 9, 0.12);
}

header .menubox>li ul {
    min-width: 227px;
    width: max-content;
    /* padding: 15px 0px; */
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    overflow: auto;
    scrollbar-color: #666 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
}

header .menubox>li ul li {
    text-align: center;
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    border-radius: 8px;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
}

header .logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

header .rightbox {
    margin-right: 0px;
}

header .topbox {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-bottom: 32px;
    padding-top: 8px;
    position: relative;
    z-index: 1000;
}

header .topbox>li {
    margin-right: 70px;
}

header .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 188px;
    height: 50px;
    background-image: linear-gradient(90deg,
            #004099 0%,
            #256bce 100%);
    border-radius: 25px;
    background-color: transparent;
    font-family: Montserrat-Regular;
    font-size: 18px !important;
    color: #ffffff;
    transform: translateY(-12px);
}

header .btn:hover {
    background-image: none;
    background-color: #da222a;
}

header .ds {
    display: none;
}


header .bottombox .menubox>li:first-child {
    position: static;
}


/* header_hover */
header .menubox>li:hover>a {
    /* font-family: Inter-SemiBold; */
    color: #609cf0 !important;
}

header .menubox>li:hover>a i {
    color: #609cf0 !important;
}

header .menubox>li:hover>a::after {
    width: 44px;
}

header .menubox ul li:hover>a {
    color: #609cf0 !important;
}

/* header_active */
header .menubox .active_title>a {
    color: #609cf0 !important;
}

header .menubox .active_title>a>i {
    color: #609cf0 !important;
}

header .menubox .active_title>a::after {}



@media(max-width:1600px) {
    header {
        height: 95px;
    }

    header .topbox {
        margin-bottom: 16px;
        padding-top: 4px;
    }

    header .topbox .menubox>li {
        margin-right: 58px;
    }

    header .bottombox a {
        font-size: 18px;
    }

    header .btn {
        width: 150px;
        height: 45px;
        font-size: 16px !important;
    }

    header .menubox>li {
        position: relative;
        margin-right: 60px;
    }

    header .logo img {
        width: 200px;
    }

    header .bottombox .menubox>li>a {
        padding-bottom: 12px;
    }

    header .btn {
        transform: translateY(-5px);
    }
}

@media(max-width:1333px) {
    header .topbox {
        margin-bottom: 10px;
        padding-top: 4px;
    }

    .searchbox {
        margin-left: 0px;
        transform: translateX(-20px) translateY(-13px);
    }

    header .bottombox a {
        font-size: 16px;
    }

    header .btn {
        width: 100px;
        height: 38px;
        font-size: 14px !important;
        transform: translateY(-10px);
    }

    header {
        height: 78px;
    }
}

@media(max-width:1100px) {}

@media(max-width:999px) {
    header .menubox {
        display: none;
    }

    header .btn {
        display: none;
    }

    header {
        height: 60px;
    }

    header .logo img {
        width: 95px;
    }

    header .logo {
        height: 100%;
    }
}

@media(max-width:768px) {
    header .get_a_quote {
        display: none;
    }
}

@media(max-width:570px) {}

@media(max-width:400px) {}


/* xiala_menu */

.xiala_menu {
    position: absolute;
    width: 100%;
    height: 420px;
    left: 0;
    top: 100%;
    background-color: rgba(255, 255, 255, .98);
    box-shadow: 1px 1px 20px 0px rgba(0, 0, 0, 0.09);
    transition: none;
    display: none;
}

.xiala_menu .wrap {
    position: relative;
    height: 100%;
    z-index: 0;

}

.xiala_menu .wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    background-color: #f2f3f5;
}

.xiala_menu .safe {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
    height: 100%;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
}

.xiala_menu .l_box {
    width: 28.3%;
    padding-right: 18px;
    background-color: #f2f3f5;
    height: 100%;
    padding-top: 53px;
}

.xiala_menu .b_title {
    font-family: Montserrat-Regular;
    font-size: 30px;
    color: #333333;
    margin-bottom: 30px;
}

.xiala_menu .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    opacity: 0.8;
    margin-bottom: 74px;
}

.xiala_menu .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 199px;
    height: 50px;
    background-color: #da222a;
    border-radius: 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff !important;
}

.xiala_menu .btnbox:hover {
    background-color: #000;
}

.xiala_menu .r_box {
    width: 71.7%;
    background-color: #fafbfc;
    display: flex;
    flex-wrap: wrap;
    padding: 61px 2% 0px 8%;
}

.xiala_menu .r_box .inner1 {
    width: 32.5%;
    padding-right: 3.4%;
}

.xiala_menu .r_box .inner2 {
    width: 32.5%;
    padding-right: 6.5%;
}

.xiala_menu .r_box .inner3 {
    width: 30%;
    padding-right: 25px;
    padding-right: 1%;
}

.xiala_menu .r_box .title {
    padding-bottom: 26px;
    border-bottom: solid 1px #d2d2d2;
    margin-bottom: 30px;
}

.xiala_menu .r_box .title a {
    font-family: Montserrat-Regular;
    font-size: 22px;
    color: #333333;
}

.xiala_menu .r_box .title a:hover {
    color: #da222a !important;
}

.xiala_menu .r_box .list p {
    margin-bottom: 18px;
}

.xiala_menu .r_box .list a {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #666666;
}

.xiala_menu .r_box .list a:hover {
    text-decoration: underline;
    color: #da222a !important;
}

@media(max-width:1800px) {
    .xiala_menu .wrap::after {
        background-color: #fafbfc;
    }

    .xiala_menu .l_box {
        background-color: #fafbfc;
    }
}

@media(max-width:1600px) {
    .xiala_menu .r_box {
        width: 71.7%;
        padding: 40px 2% 0px 8%;
    }

    .xiala_menu .l_box {
        width: 28.3%;
        padding-right: 18px;
        height: 100%;
        padding-top: 40px;
    }

    .xiala_menu .r_box .title {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .xiala_menu .b_title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .xiala_menu .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .xiala_menu .r_box .title a {
        font-size: 20px;
    }

}

@media(max-width:1333px) {
    .xiala_menu .r_box .list p {
        margin-bottom: 12px;
    }

    .xiala_menu .r_box .title {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .xiala_menu .r_box .title a {
        font-size: 18px;
    }

    .xiala_menu .r_box .list a {
        font-size: 16px;
    }

    .xiala_menu .b_title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .xiala_menu .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .xiala_menu .btnbox {
        width: 170px;
        height: 45px;
        font-size: 16px;
    }

    .xiala_menu {
        height: 350px;
    }
}

@media(max-width:999px) {}

@media(max-width:768px) {}

@media(max-width:570px) {}











/* fix_header */

.fix_header {
    background: none;
    background-color: #ffffff;
}

.fix_header .topbox a {
    color: #333;
}

.fix_header .topbox a i {
    color: #333;
}

.fix_header .menubox>li>a {
    color: #333;
}

.fix_header .menubox>li>a i {
    color: #333;
}


/* @media(max-width:1600px) {
    .fix_header .searchbox {
        margin-right: 20px;
        margin-left: 20px;
    }

    .fix_header .menubox>li {
        margin-top: 34px;
        margin-right: 30px !important;
    }

    .fix_header .bottombox .menubox>li>a {
        font-size: 16px;
        padding-bottom: 34px;
    }


}

@media(max-width:1333px) {

    .fix_header .searchbox a {
        font-size: 16px !important;
        font-weight: bold;
    }

    .fix_header .searchbox {
        margin-right: 0;
        margin-left: 10px;
    }

}

@media(max-width:1100px) {
    .fix_header .bottombox .menubox>li>a {
        font-size: 14px;
        padding-bottom: 34px;
    }

    .fix_header .menubox>li {
        margin-top: 36px;
        margin-right: 25px !important;
    }

    .fix_header {
        height: 80px;
    }
}


@media(max-width:999px) {
    .fix_header .topbox {
        display: none;
    }

    .fix_header {
        height: 60px;
    }

    .fix_header .searchbox {
        display: none !important;
    }

}

@media(max-width:768px) {
    .fix_header {
        height: 50px;
    }
}

@media(max-width:570px) {} */


.act_header {
    background: unset;
    background-color: #fff;
}

.act_header .menubox>li a {
    color: #333;
}

.act_header .menubox>li>a i {
    color: #333;
}

.act_header .topbox .searchbox a {
    color: #333 !important;
}

/* .fix_header .menubox>li>a i {
    color: #609cf0 !important;
} */

header .menubox .active_title>a>i {
    color: #609cf0 !important;
}


/* crumb */

.crumb .safe {
    padding: 35px 0px 27px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.crumb1 .safe {
    padding: 31px 0px 27px;
}

.crumb,
.crumb a {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
}

.crumb a:hover {
    text-decoration: underline;
}

.crumb .active {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .crumb .safe {
        padding: 20px 0px;
    }
}

@media(max-width:1333px) {
    .crumb .safe {
        padding: 15px 0px;
    }
}

@media(max-width:768px) {
    .crumb .safe {
        padding: 15px 0px 12px;
    }

    .crumb,
    .crumb a {
        font-family: Montserrat-Light;
        font-size: 14px;
    }

}

/* index_banner  */

.index_banner {
    position: relative;
    margin-top: 0px;
}

.index_banner .box-img {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width:100%;
}

.index_banner .box-img .video{
    z-index: 1000;
    position: absolute;
    cursor: pointer;
    width: 66px;
	height: 66px;
	bottom: 124px;
	right: 5.7%;
}

.index_banner .box-img .video:hover img{
    transform: scale(1.1);
}

.index_banner .box-img .video img{
    cursor: pointer;
}

.index_banner .box-fon {
    position: absolute;
    width: 44.7%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 11%;
    height: 100%;
    left: 0;
    z-index: 10;
}

.index_banner .s_title {
    font-family: Montserrat-Medium;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 20px;
}

.index_banner .title {
    font-family: Montserrat-Bold;
    font-size: 50px;
    line-height: 52px;
    color: #fff;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 1;*/
    overflow: hidden;
    text-overflow: ellipsis;
}

.index_banner .title a {
    color: #fff;
}

.index_banner .title a:hover {
    color: #b52227;
}

.index_banner .content1 {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /*-webkit-line-clamp: 2;*/
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 55px;
}

.index_banner .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 264px;
    height: 50px;
    background-color: #da222a;
    border-radius: 25px !important;
    font-family: Montserrat-Regular;
	font-size: 18px;
	color: #fff;
}

.index_banner .btn1:hover{
    background-color: #fff;
    color: #da222a;
    
}

.index_banner .safe {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.index_banner .box {
    width: 75%;
}

.index_banner .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    height: 60px;
    background-color: #ffffff;
    border-radius: 0px 20px 0px 0px;
    font-family: Inter-Medium;
    font-size: 16px;
    color: #222222;
}

.index_banner .btn:hover {
    background-color: #253e81;
    color: #fff;
}
@media(max-width:1950px) {
    .index_banner .box-img{
        wdith:auto
    }
}


@media(max-width:1600px) {
   
    .index_banner .content {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .index_banner .btn {
        width: 230px;
        height: 55px;
        font-size: 16px;
    }

    .index_banner .title {
        font-size: 44px;
        line-height: 52px;
        margin-bottom: 18px;
    }

    .index_banner .content1 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }
    .slider .in::after{
        background-size: cover;
    }
	
	.index_banner .box-img .video{
		bottom: 200px;
		right: 80px;
	}
}

@media(max-width:1333px) {
    .banner .slick-dots {
        bottom: 20px;
    }
    .slideshow {
        height: 550px;
    }
    .index_banner .title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .index_banner .s_title {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .index_banner .title {
        font-size: 38px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .index_banner .box-fon {
        width: 65%;
        padding-left: 5%;
        height: 100%;
        left: 0;
        z-index: 10;
    }
    .index_banner .content1 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    .index_banner .btn1 {
        width: 200px;
        height: 50px;
        border-radius: 25px !important;
        font-size: 16px;
        color: #fff;
    }
    .index_banner .box-img {
        display: flex
    ;
        align-items: center;
        justify-content: center;
        position: relative;
        width: 100%;
        height: 100%;
    }
    .index_banner .box-img a{
        display: inline-block;
        height: 100%;
    }
    .index_banner .box-img a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .index_banner .in{
        display: flex;
        justify-content: flex-end;
    }
	.index_banner .box-img .video{
		bottom: 80px;
		width: 60px;
		height: 60px;
	}
	
}

@media(max-width:999px) {
    .index_banner {
        margin-top: 60px;
    }
    .slideshow {
        height: 420px;
    }
    .index_banner .title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 18px;
    }

    .index_banner .btn {
        width: 180px;
        height: 50px;
        font-size: 16px;
    }
    .index_banner .box-img .video {
        z-index: 1000;
        position: absolute;
        cursor: pointer;
    }
    .index_banner .box-img {
        width: 100%;
        height: 100%;
    }
	.index_banner .box-img .video{
		bottom: 60px;
		width: 50px;
		height: 50px;
	}
}

@media(max-width:768px) {
    .index_banner {
        margin-top: 50px;
    }

    .index_banner .slideshow a img {
        min-height: 460px;
        object-fit: cover;
        width: 100%;
    }

    .index_banner .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 15px;
    }

    .index_banner .box {
        width: 80%;
    }

    .index_banner .btn {
        width: 180px;
        height: 45px;
        font-size: 14px;
    }

    .index_banner .content {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    .slideshow {
        height: 320px;
    }
    .index_banner .content1 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .index_banner .s_title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .index_banner .btn1 {
        width: 220px;
        height: 45px;
        border-radius: 25px !important;
        font-size: 14px;
        color: #fff;
    }
    .index_banner .box-fon {
        width: 85%;
        padding-left: 5%;
        height: 100%;
        left: 0;
        z-index: 10;
    }
    .index_banner .box-img {
        width: 100%;
        height: 100%;
    }
    .index_banner .box-img a{
        width:100%;
    }
    .index_banner .in{
        width:100%;
    }
}

@media(max-width:570px) {
    .index_banner .box {
        width: 90%;
    }
    
  
    .index_banner .title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 10px;
          display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .index_banner .box-fon {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        height: 100%;
        left: 0;
        z-index: 10;
    }
    .slideshow {
        height: 600px;
    }
    .index_banner .btn1 {
        width: 175px;
        height: 40px;
        border-radius: 25px !important;
        font-size: 16px;
        color: #fff;
    }
 .index_banner .box-fon {
        width: 100%;
        padding-left: 5%;
        height: 100%;
        left: 0;
        z-index: 10;
    }
    .index_banner .box-img {
        width: 100%;
        height: 100%;
    }
	.index_banner .box-img .video{
		right: 30px;
		bottom: 40px;
		width: 45px;
		height: 45px;
	}
	  .index_banner .content1{
        /*  display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 2;*/
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        margin-bottom:16px;
    }
     .index_banner .slideshow a img {
    height: 600px;
    min-height:unset;
        object-fit: cover;
        width: 100%;
    }
    
    .slider .in::after{
        background-color:#1d3e72;
        opacity:.8;
    }
    
    
}


/* banner_wrap */

.banner_wrap {
    position: absolute;
    bottom: 0;
    width: 90%;
    right: 0;
    min-height: 192px;
    background-image: linear-gradient(90deg,
            #a1131f 0%,
            #d43a35 100%);
    padding-right: 20%;
    display: flex;
    flex-wrap: wrap;
    bottom: -96px;
    /*left: 0;*/
    right: 0;
    margin: 0 auto;
}

.banner_wrap .inner {
    width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    padding: 0px 5%;
    /* cursor: pointer; */
}

.banner_wrap .inner:first-child {
    width: 39.3%;
}

.banner_wrap .inner:nth-of-type(2) {
    width: 36.05%;
}

.banner_wrap .inner:last-child {
    width: 24.5%;
    padding-right: 0;
}

.banner_wrap .inner::after {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #ffff;
    top: 50%;
    transform: translateY(-50%);
    height: 117px;
    right: 0;
}

.banner_wrap .inner:last-child::after {
    display: none;
}

.banner_wrap .contact {
    display: flex;
    align-items: center;
}

.banner_wrap img {
    width: auto;
}

.banner_wrap .svgbox {
    flex-shrink: 0;
    margin-right: 16px;
}

.banner_wrap .name {
    font-family: Montserrat-Regular;
    font-size: 30px;
    color: #ffffff;
    flex-shrink: 0;
}

.banner_wrap .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.6;
    height: 0;
    overflow: hidden;
    padding-top: 15px;
}

.banner_wrap .active .content {
    height: auto;
    opacity: 0.6;
}

.banner_wrap .active .svgbox {
    width: 50px;
}

.banner_wrap .active .name {
    font-size: 22px;
}

@media(max-width:1800px) {
    .banner_wrap .name {
        font-size: 26px;
        flex-shrink: 0;
    }

    .banner_wrap img {
        width: 65px;
    }

    .banner_wrap .inner {
        width: 33.3% !important;
        padding: 0% 2%;
    }

    .banner_wrap .content {
        padding-top: 8px;
    }

    .banner_wrap {
        min-height: 160px;
        bottom: -80px;
        padding: 20px 0px;
    }

    .banner_wrap .content {
        margin-bottom: 0px;
    }
}

@media(max-width:1600px) {
    .banner_wrap .name {
        font-size: 24px;
    }
}

@media(max-width:1333px) {
    .banner_wrap {
        width: 100%;
    }

    .banner_wrap .name {
        font-size: 20px;
    }

    .banner_wrap .active .name {
        font-size: 20px;
    }

    .banner_wrap .active .svgbox {
        width: 45px;
    }

    .banner_wrap img {
        width: 55px;
    }

    .banner_wrap {
        position: static;
        bottom: unset;
        min-height: 110px;
        bottom: -70px;
        padding: 15px 0px;
    }

    .banner_wrap .inner::after {
        width: 1px;
        height: 90px;
    }

}

@media(max-width:999px) {
    .banner_wrap .active .content {
        height: unset;
        opacity: unset;
    }

    .banner_wrap .active .svgbox {
        width: unset;
    }

    .banner_wrap .active .name {
        font-size: unset;
    }

    .banner_wrap .inner {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .banner_wrap .inner::after {
        display: none;
    }

    .banner_wrap .content {
        opacity: 1 !important;
        height: auto;
    }

    .banner_wrap img {
        width: 45px;
    }

    .banner_wrap .name {
        font-size: 18px;
    }

    .banner_wrap .svgbox {
        flex-shrink: 0;
        margin-right: 10px;
    }
}

@media(max-width:768px) {
    .banner_wrap .content {
        font-size: 14px;
        line-height: 22px;
        padding-top: 10px;
    }

    .banner_wrap .name {
        font-size: 16px;
    }

    .banner_wrap img {
        width: 40px;
    }
}

@media(max-width:570px) {}





/* page_banner */

.page_banner {
    position: relative;
}

.page_banner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/page_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.page_banner .bg {
    width: 100%;
}

.page_banner .safe {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 59.4%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    z-index: 10;
}

.page_banner .title40 {
    color: #fff;
    margin-bottom: 20px;
}

.page_banner .crumb {
    transform: translateY(12px);
}

@media(max-width:1600px) {
    .page_banner .box {
        transform: unset;
    }

    .page_banner .title {
        font-size: 62px;
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .page_banner .title {
        font-size: 52px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .page_banner .title {
        font-size: 42px;
        margin-bottom: 10px;
    }

    .page_banner .bg {
        min-height: 180px;
        width: 100%;
        object-fit: cover;
    }

    .page_banner {
        margin-top: 60px;
    }

    .page_banner .crumb {
        transform: unset;
    }

    .page_banner .safe {
        top: 50%;
        transform: translateY(-50%);
    }

    .page_banner .title40 {
        color: #fff;
        margin-bottom: 10px;
    }

    .page_banner::after {
        background-image: unset;
        background: linear-gradient(to left, rgba(15, 43, 88, 0.0) -101%, rgba(15, 43, 88, .9) 20%);
    }
}

@media(max-width:768px) {
    .page_banner .title {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .page_banner {
        margin-top: 50px;
    }
}

@media(max-width:570px) {
    .page_banner .title {
        font-size: 26px;
        margin-bottom: 5px;
    }
}



/* common */

.title42 {
    font-family: Montserrat-Bold;
    font-size: 42px;
    color: #333333;
}

.title42 a {
    color: #333333;
}

.title42 span {
    color: #da222a;
}

.title42 a:hover {
    color: #da222a;
}

.title40 {
    font-family: Montserrat-Bold;
    font-size: 40px;
    color: #333;
}

.title40 span {
    color: #da222a;
}

.title38 {
    font-family: Montserrat-Bold;
    font-size: 38px;
    color: #333;
}

.title32 {
    font-family: Montserrat-Bold;
    font-size: 32px;
    color: #333;
}

.title30 {
    font-family: Montserrat-Bold;
    font-size: 30px;
    color: #333;
}

.title30 span {
    color: #da222a;
}

@media(max-width:1600px) {
    .title42 {
        font-size: 38px;
    }

    .title40 {
        font-size: 36px;
    }

    .title38 {
        font-size: 34px;
    }

    .title32 {
        font-size: 30px;
    }

    .title30 {
        font-size: 28px;
    }
}

@media(max-width:1333px) {
    .title42 {
        font-size: 34px;
    }

    .title40 {
        font-size: 32px;
    }

    .title38 {
        font-size: 30px;
    }

    .title32 {
        font-size: 28px;
    }

    .title30 {
        font-size: 26px;
    }
}

@media(max-width:999px) {
    .title42 {
        font-size: 30px;
    }

    .title40 {
        font-size: 28px;
    }

    .title38 {
        font-size: 26px;
    }

    .title32 {
        font-size: 26px;
    }

    .title30 {
        font-size: 24px;
    }
}

@media(max-width:768px) {
    .title42 {
        font-size: 26px;
    }

    .title40 {
        font-size: 24px;
    }

    .title38 {
        font-size: 22px;
    }

    .title32 {
        font-size: 22px;
    }

    .title30 {
        font-size: 22px;
    }
}

@media(max-width:570px) {
    .title42 {
        font-size: 22px;
    }

    .title40 {
        font-size: 22px;
    }

    .title38 {
        font-size: 20px;
    }

    .title32 {
        font-size: 20px;
    }

    .title30 {
        font-size: 20px;
    }
}



/* h_solutions */

.h_solutions {
    padding: 204px 0px 67px;
}

.h_solutions .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_solutions .l_box {
    width: 52.45%;
}

.h_solutions .r_box {
    width: 37.569%;
    padding-top: 5px;
}

.h_solutions .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_solutions .title a {
    color: #333;
}

.h_solutions .title:hover,
.h_solutions .title a:hover {
    color: #da222a;
}

.h_solutions .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_solutions .learn_more {
    font-family: Montserrat-Regular;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #da222a;
    display: flex;
    align-items: center;
}

.h_solutions .learn_more i {
    border-radius: 50px;
    width: 26px;
    height: 26px;
    background-color: #da222a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 6px;
    font-size: 14px;
}

.h_solutions .inner {
    min-height: 486px;
    /* opacity: 0.8; */
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 25px 25px 51px 40px;
}

.h_solutions .inner .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.h_solutions .inner::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(15, 43, 88, 0.0)0%, rgba(15, 43, 88, .9)95%);
}

.h_solutions .inner .inn {
    position: relative;
    z-index: 100;
}

.h_solutions .inn li a {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
}

.h_solutions .inn li a:hover {
    color: #da222a;
}

.h_solutions .inn li {
    margin-bottom: 19.8px;
}

.h_solutions .inn li:last-child {
    margin-bottom: 0;
}

.h_solutions .imgbox {
    overflow: hidden;
    margin-bottom: 29px;
}

.h_solutions .l_box .title42 {
    margin-bottom: 77px;
}

.h_solutions .l_box .title {
    margin-bottom: 16px;
}

.h_solutions .l_box .content {
    margin-bottom: 5px;
}

.h_solutions .r_box .title {
    margin-bottom: 17px;
}

.h_solutions .r_box .content {
    margin-bottom: 7px;
}

.h_solutions .learn_more:hover {
    color: #333;
}

.h_solutions .l_box .learn_more {
    margin-bottom: 28px;
}

@media(max-width:1600px) {
    .h_solutions {
        padding: 150px 0px 50px;
    }

    .h_solutions .l_box .title42 {
        margin-bottom: 50px;
    }

    .h_solutions .title {
        font-size: 22px;
    }

    .h_solutions .l_box .learn_more {
        margin-bottom: 20px;
    }

    .h_solutions .imgbox {
        overflow: hidden;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .h_solutions {
        padding: 50px 0px 50px;
    }

    .h_solutions .title {
        font-size: 20px;
    }

    .h_solutions .l_box .title42 {
        margin-bottom: 40px;
    }

    .h_solutions .content {
        font-size: 16px;
        line-height: 26px;
    }

    .h_solutions .l_box .learn_more {
        margin-bottom: 10px;
    }

    .h_solutions .inner {
        min-height: 420px;
        padding: 25px 25px 30px 30px;
    }

    .h_solutions .inn li {
        margin-bottom: 12px;
    }

    .h_solutions .inn li a {
        font-size: 16px;
    }

    .h_solutions .r_box {
        width: 40.569%;
        padding-top: 5px;
    }
}

@media(max-width:999px) {
    .h_solutions .l_box .title42 {
        margin-bottom: 25px;
    }

    .h_solutions .title {
        font-size: 18px;
    }

    .h_solutions .l_box .title {
        margin-bottom: 10px;
    }

    .h_solutions .l_box {
        width: 54.45%;
    }

    .h_solutions .inner {
        min-height: auto;
    }

    .h_solutions .r_box .title {
        margin-bottom: 10px;
    }

    .h_solutions .r_box {
        padding-top: 0 !important;
    }

    .h_solutions {
        padding: 40px 0px;
    }
}

@media(max-width:768px) {
    .h_solutions .safe {
        flex-direction: column;
    }

    .h_solutions .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_solutions .r_box {
        width: 100%;
        padding-top: 5px;
    }

    .h_solutions .imgbox {
        max-height: 300px;
    }

    .h_solutions .imgbox img {
        height: 100%;
        object-fit: cover;
    }

    .h_solutions .title {
        font-size: 16px;
    }

    .h_solutions .l_box .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .h_solutions .l_box .learn_more {
        line-height: unset;
        margin-bottom: 15px;
    }

    .h_solutions .learn_more {
        font-size: 14px;
    }

    .h_solutions .content {
        font-size: 14px;
        line-height: 24px;
    }

    .h_solutions .r_box {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .h_solutions .inn li a {
        font-size: 14px;
    }

    .h_solutions .inn li {
        margin-bottom: 8px;
    }
}

@media(max-width:570px) {
    .h_solutions {
        padding: 30px 0px;
    }
}



/* h_sustain */

.h_sustain {
    height: 493px;
    background-color: #f7f8f9;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.h_sustain .bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.h_sustain .safe {
    padding-top: 94px;
}

.h_sustain .box {
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.0)0%, rgba(255, 255, 255, 1)54%);
}

.h_sustain .title42 {
    width: 55%;
    margin-bottom: 27px;
}

.h_sustain .content {
    width: 45%;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 67px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_sustain .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 199px;
    height: 50px;
    background-color: #da222a;
    border-radius: 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
}

.h_sustain .btn:hover {
    background-color: #000;
}


@media(max-width:1600px) {
    .h_sustain {
        height: auto;
    }

    .h_sustain .safe {
        padding-top: 0;
        padding: 60px 0px;
    }

    .h_sustain .title42 {
        width: 60%;
        margin-bottom: 20px;
    }

    .h_sustain .content {
        width: 50%;
        font-size: 18px;
        line-height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 100;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .h_sustain .title42 {
        width: 70%;
        margin-bottom: 20px;
    }

    .h_sustain .content {
        width: 60%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }

    .h_sustain .btn {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .h_sustain .safe {
        padding: 50px 0px;
    }

    .h_sustain .title42 {
        width: 80%;
    }

    .h_sustain .content {
        width: 75%;
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .h_sustain .title42 {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_sustain .content {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .h_sustain .btn {
        width: 150px;
        height: 42px;
        border-radius: 25px;
        font-size: 14px;
    }

    .h_sustain .safe {
        padding: 40px 0px;
    }

    .h_sustain .box {
        background: linear-gradient(to left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 1) 40%);
    }
}

}

@media(max-width:570px) {
    .h_sustain .safe {
        padding: 30px 0px;
    }
}



/* h_company */

.h_company {
    padding: 88px 0px 60px;
    position: relative;
    border-bottom: 1px solid #dcdcdc;
}

.h_company .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.h_company .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 90px;
}

.h_company .l_box {
    width: 25%;
}

.h_company .title42 {
    margin-bottom: 163px;
}

.h_company .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 50px;
    background-color: #da222a;
    border-radius: 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
}

.h_company .btn:hover {
    background-color: #000;
}

.h_company .r_box {
    width: 72.5%;
    padding-top: 2px;
}

.h_company .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 46px;
}

.h_company .content p {
    margin-bottom: 30px;
}

.h_company .content p:last-child {
    margin-bottom: 0;
}


.h_company .safe1 {
    margin-bottom: 55px;
    width: 100%;
    max-width: 100%;
}

.h_company .safe1 img {
    width: 100%;
}

.h_company .box1::after {
    display: none;
}

.h_company .box1 {
    position: relative;
    padding-bottom: 20px;
}

.h_company .box1::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 90%;
    background-image: url(../images/h_bg2.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.h_company .box1 .swiper-slide {
    position: relative;
}

.h_company .box1 .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgba(15, 43, 88, 0.0)40%, rgba(15, 43, 88, .9)120%);
}

.h_company .box2 {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.h_company .box2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 12%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 1)57%);
}

.h_company .box2::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    width: 12%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1)0%, rgba(255, 255, 255, 1)57%);
}


@media(max-width:1600px) {
    .h_company {
        padding: 50px 0px;
    }

    .h_company .title42 {
        margin-bottom: 100px;
    }

    .h_company .content p {
        margin-bottom: 20px;
    }

    .h_company .titlebox {
        margin-bottom: 50px;
    }

    .h_company .safe1 {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .h_company .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .h_company .title42 {
        margin-bottom: 80px;
    }

    .h_company .btn {
        width: 180px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }

    .h_company .titlebox {
        margin-bottom: 40px;
    }

    .h_company .safe1 {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .h_company {
        padding: 40px 0px;
    }

    .h_company .titlebox {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .h_company .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .h_company .r_box {
        width: 100%;
        padding-top: 0px;
    }

    .h_company .title42 {
        margin-bottom: 20px;
    }

    .h_company .safe1 {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .h_company .content p {
        margin-bottom: 15px;
    }

    .h_company .content {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    .h_company .btn {
        width: 150px;
        height: 42px;
        border-radius: 25px;
        font-size: 14px;
    }

    .h_company .box1 .swiper-slide img {
        min-height: 230px;
        width: 100%;
        object-fit: cover;
    }

    .h_company .safe1 {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .h_company {
        padding: 30px 0px;
    }

    .h_company .box2::before {
        display: none;
    }

    .h_company .box2::after {
        display: none;
    }
}



.numberbox .numberbox_item {
    display: flex;
    flex-wrap: wrap;
}

.numberbox .number {
    width: 33.3%;
    padding-left: 2.5%;
    padding-right: 2%;
    display: flex;
    flex-direction: column;
    position: relative;
    /* cursor: pointer; */
}

.numberbox .number::after {
    content: "";
    position: absolute;
    right: 0;
    height: 95%;
    top: 50%;
    width: 1px;
    transform: translateY(-50%);
    background-color: #d2d2d2;
}

.numberbox .number:last-child::after {
    display: none;
}

.numberbox .num {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #23477d;
    margin-bottom: 13px;
}

.numberbox .num span {
    font-family: Montserrat-Bold;
    font-size: 50px;
    color: #23477d;
}

.numberbox .name {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
}

.numberbox .number:hover .num,
.numberbox .number:hover .num span {
    color: #da222a;
}



@media(max-width:1600px) {
    .numberbox .num span {
        font-size: 44px;
    }
}

@media(max-width:1333px) {
    .numberbox .num span {
        font-size: 38px;
    }

    .numberbox .cen {
        width: 40%;
        padding-left: 0%;
    }

    .numberbox .end {
        width: 33%;
        padding-left: 0%;
    }

    .numberbox .number {
        padding-right: 0;
    }

    .numberbox .number {
        align-items: center;
    }

    .numberbox .name {
        font-family: Montserrat-Regular;
        font-size: 16px;
        color: #333333;
    }

    .numberbox .num {
        font-size: 16px;
        margin-bottom: 8px;
    }
}

@media(max-width:999px) {

    .numberbox .num span {
        font-size: 32px;
    }
}

@media(max-width:768px) {
    .numberbox .num {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .numberbox .name {
        font-size: 14px;
    }

    .numberbox .num span {
        font-size: 24px;
    }

    .numberbox .number {
        width: 31%;
    }

    .numberbox .cen {
        width: 36%;
    }

    .numberbox .end {
        width: 33%;
    }

}

@media(max-width:570px) {
    .numberbox .number {
        width: 50% !important;
        margin-bottom: 18px;
    }

    .numberbox .number:nth-of-type(2)::after {
        display: none;
    }
}

@media(max-width:400px) {
    .numberbox .number {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .numberbox .number:last-child {
        margin-bottom: 0;
    }

    .numberbox .number::after {
        display: none;
    }

}


/* h_service */

.h_service {
    padding: 59px 0px 98px;
}

.h_service .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.h_service .enter {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 84px;
    background-color: #0f2b58;
    border-radius: 50px;
}

.h_service .enter i {
    color: #fff;
    font-size: 20px;
    transform: rotate(-45deg);
}

.h_service .enter:hover i {
    transform: rotate(0deg);
}

.h_service .box {
    display: flex;
    justify-content: space-between;
}

.h_service .l_box {
    width: 23%;
}

.h_service .l_box li {
    border-bottom: 1px solid rgba(15, 43, 88, .2);
    padding: 23px 0px;
    cursor: pointer;
}

.h_service .l_box li i {
    opacity: 0;
    display: none;
}

.h_service .quest {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    /* padding: 30px 0px; */
    transition: none;
}

.h_service .quest i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background-color: #da222a;
    color: #fff;
    border-radius: 50px;
}

.h_service .answer {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    transition: none;
    padding: 22px 0px 11px;
}

.h_service .active {
    border-bottom: 2px solid #da222a !important;
}

.h_service .active i {
    opacity: 1 !important;
}

.h_service .active .quest {
    color: #da222a !important;
}

.h_service .r_box {
    width: 72%;
    padding-top: 3px;
}

@media(max-width:1600px) {
    .h_service {
        padding: 50px 0px;
    }

    .h_service .enter {
        width: 75px;
        height: 75px;
    }

    .h_service .r_box {
        width: 65%;
        padding-top: 0px;
    }

    .h_service .l_box {
        width: 30%;
    }

    .h_service .answer {
        font-size: 18px;
        line-height: 30px;
        padding: 14px 0px 0px;
    }

    .h_service .l_box li {
        padding: 20px 0px;
    }
}

@media(max-width:1333px) {
    .h_service .titlebox {
        margin-bottom: 30px;
    }

    .h_service .enter {
        width: 65px;
        height: 65px;
    }

    .h_service .quest {
        font-size: 18px;
    }

    .h_service .answer {
        font-size: 16px;
        line-height: 26px;
        padding: 10px 0px 0px;
    }

    .h_service .l_box li {
        padding: 15px 0px;
    }

    .h_service .quest {
        align-items: center;
    }
}

@media(max-width:999px) {
    .h_service {
        padding: 20px 0px;
    }

    .h_service .titlebox {
        margin-bottom: 30px;
    }

    .h_service .box {
        flex-direction: column;
    }

    .h_service .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_service .enter {
        width: 55px;
        height: 55px;
    }

    .h_service .r_box {
        width: 75%;
        padding-top: 0px;
    }
}

@media(max-width:768px) {
    .h_service .titlebox {
        margin-bottom: 20px;
    }

    .h_service .enter {
        width: 45px;
        height: 45px;
    }

    .h_service .quest {
        font-size: 16px;
    }

    .h_service .answer {
        font-size: 14px;
        line-height: 24px;
        padding: 8px 0px 0px;
    }

    .h_service .l_box li {
        padding: 12px 0px;
    }

    .h_service .r_box {
        width: 80%;
        padding-top: 0px;
    }
}

@media(max-width:570px) {
    .h_service {
        padding: 30px 0px;
    }

    .h_service .r_box {
        width: 90%;
        padding-top: 0px;
    }

    .h_service .quest {
        font-size: 14px;
    }

    .h_service .l_box li {
        padding: 10px 0px;
    }

    .h_service .enter i {
        font-size: 16px;
    }

    .h_service .enter {
        width: 35px;
        height: 35px;
    }
}

@media(max-width:500px) {
    .h_service .r_box {
        width: 100%;
        padding-top: 0px;
    }
}

/* common_one */

.common_one {
    min-height: 470px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.common_one1 {
    position: relative;
}

.common_one2 {
    position: relative;
}

.common_one2 .bg {
    width: 100%;
}

.common_one .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
}

.common_one .title38 {
    color: #fff;
    margin-bottom: 20px;
}

.common_one .box {
    padding-top: 105px;
    width: 80%;
}

.common_one .content {
    font-family: Montserrat-Light;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 69px;
}

.common_one .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    height: 50px;
    background-color: #da222a;
    border-radius: 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
}


.common_one .btn:hover {
    background-color: #fff;
    color: #da222a;
}

@media(max-width:1600px) {
    .common_one .box {
        padding-top: 0;
    }

    .common_one {
        min-height: auto;
        position: relative;
        padding: 60px 0px;
    }

    .common_one1 {
        min-height: auto;
        position: relative;
        padding: 60px 0px;
    }

    .common_one .bg {
        width: 100%;
        object-fit: cover;
    }

    .common_one .content {
        font-size: 20px;
        margin-bottom: 50px;
    }

}

@media(max-width:1333px) {
    .common_one .box {
        width: 90%;
    }

    .common_one .content {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .common_one .btn {
        width: 180px;
        height: 45px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .common_one1 {
        padding: 50px 0px;
    }

    .common_one {
        padding: 50px 0px;
    }
}

@media(max-width:768px) {
    .common_one1 {
        padding: 40px 0px;
    }

    .common_one {
        padding: 40px 0px;
    }

    .common_one .content {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 28px;
    }

    .common_one .btn {
        width: 150px;
        height: 42px;
        font-size: 14px;
    }

    .common_one .box {
        width: 100%;
    }
}

@media(max-width:570px) {
    .common_one1 {
        padding: 30px 0px;
    }

    .common_one {
        padding: 30px 0px;
    }

    .common_one .content {
        font-size: 14px;
        line-height: 24px;
    }
}


/* h_product */

.h_product {
    min-height: 464px;
    max-width: 1920px;
    margin: 0 auto;
}

.h_product1 {
    padding: 81px 0px 81px;
}

.h_product2 {
    padding: 81px 0px 82px;
}

.h_product3 {
    padding: 90px 0px 91px;
}

.h_product4 {
    padding: 100px 0px 106px;
    background: linear-gradient(to top, rgba(247, 248, 249, 0.0)0%, rgba(247, 248, 249, .9)95%);
}

.h_product .safe {
    display: flex;
    justify-content: space-between;
}

.h_product .l_box {
    width: 26%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 29px 0px 68px;
}

.h_product .title42 {
    margin-bottom: 28px;
}

.h_product .enter {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #da222a;
}

.h_product .enter:hover {
    text-decoration: underline;
}

.h_product .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.h_product .r_box {
    width: 65.5%;
    position: static;
    right: 0;
    padding-right: 9%;
    overflow: hidden;
}

.h_product .contact {
    padding: 25px 30px 28px 22px;
    background-color: #f7f8f9;
}

.h_product .title {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_product .title a {
    color: #333;
}

.h_product .title:hover,
.h_product .title a:hover {
    color: #da222a !important;
}

.h_product .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 23px;
    min-height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_product .btn {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #da222a;
    display: flex;
    align-items: center;
}

.h_product .btn i {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 6px;
    width: 27px;
    height: 27px;
    background-color: #da222a;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
}

.h_product .btn:hover {
    text-decoration: underline;
}

.h_product .imgbox {
    overflow: hidden;
    border: solid 1px #f2f3f5;
    border-bottom: 1px solid transparent;
}

.h_product .swiper {
    overflow: visible;
}

/* .h_product .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .2s linear opacity;
}

.h_product .swiper-slide-visible {
    opacity: 1;
    pointer-events: auto;
} */

.h_product .swiper-slide:hover .contact {
    background-color: #0f2b58;
}

.h_product .swiper-slide:hover .title a {
    color: #fff;
}

.h_product .swiper-slide:hover .content {
    color: #fff;
}

.h_product .btnbox {
    display: flex;
    align-items: center;
}

.h_product .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e7e9ee;
    border-radius: 50px;
    width: 61px;
    height: 60px;
    font-size: 18px;
    cursor: pointer;
}

.h_product .btnbox i:hover {
    background-color: #da222a;
    color: #fff;
}

.h_product .btnbox i:first-child {
    margin-right: 8px;
}

.h_product .l_box .top {
    margin-bottom: 200px;
}

@media(max-width:2000px) {
    .h_product .r_box {
        position: absolute;
    }

    .h_product .safe {
        display: flex;
        justify-content: flex-start;
    }
}


@media(max-width:1750px) {
    .h_product .l_box .top {
        margin-bottom: 100px;
    }
}

@media(max-width:1600px) {
    .h_product {
        margin: 0;
        padding: 50px 0px;
        min-height: auto;
    }

    .h_product .l_box {
        width: 26%;
        padding: 20px 0px 60px;
    }

    .h_product .contact {
        padding: 20px 20px 20px 20px;
    }

    .h_product .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .h_product .l_box .top {
        margin-bottom: 100px;
    }

    .h_product .r_box {
        position: relative;
        padding-right: 0;
        width: 72%;
    }

    .h_product .safe {
        justify-content: space-between;
    }
}

@media(max-width:1333px) {
    .h_product .btnbox i {
        border-radius: 50px;
        width: 50px;
        height: 50px;
        font-size: 16px;
    }

    .h_product .contact {
        padding: 15px;
    }

    .h_product .title {
        font-size: 18px;
        margin-bottom: 14px;
    }

    .h_product .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
        min-height: 72px;
    }

    .h_product .l_box .top {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .h_product {
        margin: 0;
        padding: 40px 0px;
    }

    .h_product .safe {
        flex-direction: column;
    }

    .h_product .l_box {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .h_product .top {
        margin-bottom: 15px;
    }

    .h_product .btnbox {
        margin-bottom: 18px;
        justify-content: center;
    }

    .h_product .r_box {
        width: 100%;
    }

    .h_product .title42 {
        margin-bottom: 20px;
    }

    .h_product .enter {
        font-size: 18px;
    }

    .h_product .l_box .top {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .h_product .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .h_product .btn {
        font-size: 14px;
    }

    .h_product .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        min-height: 72px;
    }

    .h_product .title42 {
        margin-bottom: 15px;
    }

    .h_product .btnbox i {
        border-radius: 50px;
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .h_product .l_box .top {
        margin-bottom: 15px;
    }

    .h_product .enter {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .h_product {
        margin: 0;
        padding: 30px 0px;
    }

    .h_product .imgbox img {
        width: 100%;
    }
}

@media(max-width:400px) {}


/* h_updates */

.h_updates {
    padding: 62px 0px 101px;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center center;
}

.h_updates .safe {}

.h_updates .title42 {
    text-align: center;
    width: 100%;
    margin-bottom: 63px;
}

.h_updates .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.h_updates .l_box {
    width: 36.1%;
    background-color: #0f2b58;
    border-radius: 24px;
    overflow: hidden;
}

.h_updates .l_box img:hover {
    transform: scale(1.05);
}


.h_updates .r_box {
    width: 58.4%;
}

.h_updates .r_box ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
}

.h_updates .r_box li {
    border-bottom: 2px solid #a5a6a6;
    padding: 18.5px 0px;
    width: 86.8%;
}

.h_updates .r_box li:first-child {
    padding-top: 0;
}

.h_updates .data {
    width: 117px;
    height: 29px;
    background-color: #da222a;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 14px;
}

.h_updates .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 49px;
}

.h_updates .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h_updates .title {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #a5a6a6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_updates .btn {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
    flex-shrink: 0;
}

.h_updates .btn:hover {
    color: #da222a;
}

.h_updates .answer {
    display: none;
    transition: none;
}

.h_updates .active .title {
    color: #333;
}

.h_updates .active {
    border-bottom: 2px solid #da222a !important;
}

.h_updates .active {
    width: 100% !important;
}

@media(max-width:1600px) {
    .h_updates {
        padding: 50px 0px;
    }

    .h_updates .title42 {
        margin-bottom: 50px;
    }

    .h_updates .l_box {
        width: 40%;
        border-radius: 24px;
    }

    .h_updates .r_box {
        width: 54.4%;
    }

    .h_updates .content {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .h_updates .r_box li {
        border-bottom: 2px solid #a5a6a6;
        padding: 15px 0px;
        width: 86.8%;
    }
}

@media(max-width:1333px) {
    .h_updates .title42 {
        margin-bottom: 40px;
    }

    .h_updates .r_box li {
        width: 100%;
    }

    .h_updates .title {
        font-size: 18px;
    }

    .h_updates .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .h_updates {
        padding: 40px 0px;
    }

    .h_updates .title42 {
        margin-bottom: 30px;
    }

    .h_updates .box {
        flex-direction: column;
    }

    .h_updates .l_box {
        width: 55%;
        border-radius: 18px;
        margin-bottom: 20px;
    }

    .h_updates .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .h_updates .title42 {
        margin-bottom: 20px;
    }

    .h_updates .data {
        width: 114px;
        height: 28px;
        border-radius: 15px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .h_updates .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .h_updates .title {
        font-size: 16px;
    }

    .h_updates .btn {
        font-size: 14px;
        margin-left: 20px;
    }

    .h_updates .l_box {
        width: 65%;
        border-radius: 18px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .h_updates {
        padding: 30px 0px;
    }

    .h_updates .l_box {
        width: 75%;
        border-radius: 18px;
        margin-bottom: 15px;
    }

    .h_updates .title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .h_updates .question {
        align-items: flex-start;
    }
}

@media(max-width:500px) {
    .h_updates .l_box {
        width: 90%;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .h_updates .title {
        font-size: 14px;
    }
}

@media(max-width:450px) {
    .h_updates .l_box {
        width: 100%;
        border-radius: 0px;
        margin-bottom: 15px;
    }
}


/* footer */

footer {
    padding: 70px 0px 42px;
    background-color: #0f2b58;
    position: relative;
}

footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 1700px;
    height: 13px;
    background-color: #da222a;
    left: 0;
    right: 0;
    margin: 0 auto;
}

footer .title,
footer .title a {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
}

footer .title {
    padding-top: 29px;
    margin-bottom: 46px;
}

footer li,
footer li a,
footer .s_title a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

footer .title a:hover,
footer li a:hover,
footer .s_title a:hover {
    text-decoration: underline;
}

footer .s_title,
footer li {
    margin-bottom: 21.5px;
}

footer .f_top {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 33px;
}

footer .box1 {
    width: 24.8%;
}

footer .box2 {
    width: 43%;
}

footer .box3 {
    width: 32.2%;
    padding-left: 4.4%;
}

/* footer .title {
    margin-bottom: 28px;
} */

footer .logo {
    margin-bottom: 49px;
}

footer .inner {
    display: flex;
    flex-wrap: wrap;
}

footer .inner .inn1 {
    width: 26.5%;
    padding-right: 1.5%;
}

footer .inner .inn2 {
    width: 32.5%;
    padding-right: 1.5%;
}

footer .inner .inn3 {
    width: 40%;
    padding-right: 1.5%;
}

footer .inp1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
}

footer .inpbox1 {
    background-color: rgba(255, 255, 255, 0.1);
    height: 46px;
    width: 48.5%;
}

footer input {
    padding: 0px 15px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    font-family: Montserrat-Light;
    color: #ffffff;
}

footer input,
footer textarea {
    font-size: 16px;
}

footer input::placeholder {
    color: #fff;
}

footer textarea {
    padding: 10px 15px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    font-family: Montserrat-Light;
    color: #ffffff;
}

footer textarea::placeholder {
    color: #fff;
}

footer .inp2 {
    height: 94px;
}

footer .inp3 {
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    padding-right: 100px;
}

footer .codebox {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .inp3 input {
    height: 46px;
}

footer .inp {
    margin-bottom: 7px;
}

footer .submit {
    height: 49px;
    width: 100%;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
    background-color: #da222a;
    cursor: pointer;
    text-transform: uppercase;
}

footer .submit:hover {
    background-color: #000 !important;
}

footer .f_bottom {
    display: flex;
    justify-content: space-between;
}

footer .f_bottom,
footer .f_bottom a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
}

footer .f_bottom .copyright a:hover,
footer .f_bottom .link a:hover {
    text-decoration: underline;
}

footer .f_bottom .copyright {
    margin-bottom: 10px;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
}

footer .blogrolls a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 17px;
    border: solid 1px #ffffff;
    opacity: 0.6;
    margin-left: 26px;
}

footer .blogrolls a:hover {
    opacity: 1;
}

footer .email a {
    word-break: break-all;
}

footer .s_title i,
footer .title i {
    display: none;
}


footer form .must {
    position: relative;
}

footer form .must::after {
    content: "*";
    position: absolute;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ff0000;
    left: -10px;
    top: 15px;
}

@media(max-width:1600px) {
    footer {
        padding: 50px 0px 35px;
    }

    footer .submit {
        height: 49px;
        width: 100%;
        font-size: 16px;
    }

    footer .f_top {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 60px;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {

    footer li,
    footer li a,
    footer .s_title a {
        font-size: 14px;
    }

    footer .logo {
        margin-bottom: 32px;
    }

    footer .box1 {
        width: 22.8%;
    }

    footer .box2 {
        width: 45%;
    }

    footer input,
    footer textarea {
        font-size: 14px;
    }

    footer .f_bottom,
    footer .f_bottom a {
        font-size: 14px;
    }

    footer .blogrolls a {
        width: 38px;
        height: 38px;
        margin-left: 16px;
    }

    footer .title,
    footer .title a {
        font-size: 18px;
    }

    footer .f_top {
        padding-bottom: 40px;
        margin-bottom: 20px;
    }

    footer .s_title,
    footer li {
        margin-bottom: 16px;
    }
}

@media(max-width:999px) {
    footer .f_top {
        flex-direction: column;
    }

    footer .box1 {
        width: 100%;
    }

    footer .box2 {
        width: 100%;
    }

    footer .box3 {
        width: 100%;
    }

    footer .inner .inn {
        width: 100% !important;
        padding-right: 0 !important;
    }

    footer .box3 {
        padding-left: 0;
    }

    footer .inner .inn ul {
        display: none;
        transition: none;
    }

    footer .title {
        margin-bottom: 18px;
        padding-top: 0px;
    }

    footer .logo {
        margin-bottom: 25px;
    }

    footer form {
        display: none;
    }

    footer .f_top {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    footer .s_title,
    footer .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .s_title i,
    footer .title i {
        display: block;
        color: #fff;
        font-weight: bold;
        font-size: 14px;
    }

    footer .blogrolls a {
        margin-bottom: 5px;
    }

    footer .f_bottom {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    footer .copy {
        width: 100%;
        margin-bottom: 12px;
    }

    footer .blogrolls {
        width: 100%;
    }

    footer .blogrolls a {
        margin-left: 0;
        margin-right: 12px;
    }
}

@media(max-width:768px) {
    footer .submit {
        height: 45px;
        width: 100%;
        font-size: 16px;
    }

    footer .inpbox1 {
        background-color: rgba(255, 255, 255, 0.1);
        height: 45px;
        width: 49%;
    }

    footer .title {
        margin-bottom: 16px;
        padding-top: 0px;
    }

}


/* pack1_one */

.pack1_one {
    padding: 90px 0px 89px;
}

.pack1_one .title30 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 33px;
    width: 83%;

}

.pack1_one .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    width: 65%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 82px;
}

.pack1_one .wrap {
    display: flex;
    flex-wrap: wrap;
}

.pack1_one .wrap .inner {
    width: 30.972%;
    margin-right: 3.541%;
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 59px 30px 40px 30px;
    text-align: center;
    border-radius: 16px;
}

.pack1_one .wrap .inner:nth-child(3n) {
    margin-right: 0;
}

.pack1_one .wrap .inner:hover {
    background-color: unse;
    background-image: url(../images/bg1.png);
}

.pack1_one .wrap .inner:hover li a {
    color: #fff;
}

.pack1_one .wrap .inner:hover .title {
    color: #fff;
}

.pack1_one .wrap .inner:hover .act {
    opacity: 1;
    z-index: 5;
}

.pack1_one .wrap .inner:hover .no_act {
    opacity: 0;
}

.pack1_one .inn {
    position: absolute;
    top: -38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack1_one .svgbox {
    width: 76px;
    height: 76px;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px 0px rgba(219, 219, 219, 0.36);
    border-radius: 12px;
    border: solid 1px #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.pack1_one .svgbox .act {
    position: absolute;
    opacity: 0;
}

.pack1_one .title {
    font-family: Montserrat-Regular;
    font-size: 22px;
    color: #da222a;
    margin-bottom: 27px;
}

.pack1_one ul li a {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
}

.pack1_one ul li a:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .pack1_one {
        padding: 50px 0px;
    }

    .pack1_one .title30 {
        width: 90%;
        margin-bottom: 30px;
    }

    .pack1_one .content {
        font-size: 18px;
        line-height: 32px;
        width: 80%;
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .pack1_one .content {
        font-size: 16px;
        line-height: 28px;
        width: 90%;
        margin-bottom: 60px;
    }

    .pack1_one .title30 {
        width: 100%;
        margin-bottom: 30px;
    }

    .pack1_one .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .pack1_one .content {
        font-size: 16px;
        line-height: 28px;
        width: 100%;
        margin-bottom: 60px;
    }
}

@media(max-width:999px) {
    .pack1_one {
        padding: 40px 0px;
    }

    .pack1_one .content {
        font-size: 14px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 40px;
    }

    .pack1_one .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .pack1_one .wrap .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 45px !important;
    }

    .pack1_one .wrap .inner:nth-child(2n) {
        margin-right: 0;
    }

    .pack1_one .title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pack1_one ul li a {
        font-size: 16px;
    }

    .pack1_one .wrap .inner:last-child {
        margin-bottom: 0 !important;
    }
}

@media(max-width:570px) {
    .pack1_one {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .pack1_one .wrap .inner {
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 55px !important;
    }
}


/* pack1_two */

.pack1_two {
    padding: 63px 0px 91px;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.pack1_two::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 53.2%;
    z-index: -1;
    background: linear-gradient(to top, rgba(247, 247, 247, 1)100%, rgba(257, 257, 257, .9)95%);
}

.pack1_two .title40 {
    text-align: center;
    margin-bottom: 55px;
}


.pack1_two .box {
    display: flex;
    justify-content: space-between;
    min-height: 482px;
    position: unset;
    align-items: flex-start;
}

.pack1_two .box:nth-child(2n) {
    flex-direction: row-reverse;
}

.pack1_two .box:nth-child(2n) .r_box {
    right: unset;
    left: 0;
}


.pack1_two .l_box {
    width: 46%;
    padding-top: 49px;
}

.pack1_two .r_box {
    width: 50%;
    right: 0;
    position: absolute;
}

.pack1_two .l_box .inner {
    margin-bottom: 80px;
}

.pack1_two .l_box .inner:last-child {
    margin-bottom: 0;
}

.pack1_two .l_box .title {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 22px;
}

.pack1_two .l_box .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.pack1_two .l_box .content p {
    margin-bottom: 18px;
}

.pack1_two .l_box .content p:last-child {
    margin-bottom: 0;
}

.pack1_two .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack1_two .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    opacity: .8;
}

.pack1_two .swiper-pagination .swiper-pagination-bullet-active {
    width: 36px;
    height: 6px;
    background-color: #0f2b58;
    border-radius: 3px;
}


@media(max-width:1600px) {
    .pack1_two {
        padding: 0px 0px 50px;
    }

    .pack1_two::after {
        display: none;
    }

    .pack1_two .title40 {
        margin-bottom: 45px;
    }

    .pack1_two .l_box {
        padding-top: 0;
    }

    .pack1_two .l_box .inner {
        margin-bottom: 40px;
    }

    .pack1_two .box {
        min-height: 450px;
    }
}

@media(max-width:1333px) {
    .pack1_two .title40 {
        margin-bottom: 35px;
    }

    .pack1_two .l_box .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .pack1_two .l_box .content {
        font-size: 16px;
        line-height: 26px;
    }

    .pack1_two .box {
        min-height: auto;
        margin-bottom: 20px;
    }

    .pack1_two .box:last-child {
        margin-bottom: 0;
    }

    .pack1_two .r_box {
        position: static;
        width: 50%;
    }
}

@media(max-width:999px) {
    .pack1_two .title40 {
        margin-bottom: 25px;
    }

    .pack1_two .l_box .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .pack1_two .l_box .inner {
        margin-bottom: 20px;
    }

    .pack1_two .box {
        flex-direction: column !important;
    }

    .pack1_two .l_box {
        width: 100%;
        margin-bottom: 12px;
    }

    .pack1_two .r_box {
        position: static;
        width: 60%;
    }
}

@media(max-width:768px) {
    .pack1_two .title40 {
        margin-bottom: 15px;
    }

    .pack1_two .l_box .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .pack1_two .l_box .content p {
        margin-bottom: 10px;
    }

    .pack1_two .l_box .content {
        font-size: 14px;
        line-height: 24px;
    }

    .pack1_two .r_box {
        position: static;
        width: 78%;
    }

    .pack1_two .l_box .title {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

@media(max-width:570px) {
    .pack1_two .r_box {
        position: static;
        width: 90%;
    }
}

@media(max-width:500px) {
    .pack1_two .r_box {
        position: static;
        width: 100%;
    }
}


/* our_service */

.our_service1 {
    padding-bottom: 90px;
}

.our_service2 {
    padding-bottom: 40px;
}

.our_service3 {
    padding-bottom: 30px;
}

.our_service .title40 {
    text-align: center;
    margin-bottom: 50px;
}

.our_service .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.our_service .inner {
    width: 48.888%;
    margin-right: 2.222%;
    margin-bottom: 29px;
    display: flex;
    align-items: flex-start;
    background-color: #f7f7f7;
    padding: 30px 30px 40px 30px;
    border-radius: 16px;
    /* cursor: pointer; */
    min-height: 265px;
}

.our_service .inner:nth-child(2n) {
    margin-right: 0;
}

.our_service .inner:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.our_service .inner:hover .svgbox {
    background-image: linear-gradient(90deg,
            #004099 0%,
            #256bce 100%);
    box-shadow: 0px 0px 18px 0px rgba(219, 219, 219, 0.36);
    border: solid 1px #f7f7f7;
}

.our_service .inner:hover .svgbox img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.our_service .inner:hover .title {
    color: #01429b;
}

.our_service .l_box {
    flex-shrink: 0;
    margin-right: 30.5px;
}

.our_service .svgbox {
    flex-shrink: 0;
    width: 76px;
    height: 76px;
    background-color: rgba(53, 127, 230, .1);
    box-shadow: 0px 0px 18px 0px rgba(219, 219, 219, 0.36);
    border-radius: 12px;
    border: solid 1px #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our_service .title {
    font-family: Montserrat-Regular;
    font-size: 22px;
    color: #333333;
    margin-bottom: 23px;
}

.our_service .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
}

.our_service .r_box {
    width: 100%;
    padding-top: 9px;
}

.our_service .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 274px;
    height: 50px;
    background-color: #da222a;
    border-radius: 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    margin-bottom: 50px;
}

.our_service .btn:hover {
    background-color: #000;
}


@media(max-width:1600px) {
    .our_service {
        padding-bottom: 50px;
    }

    .our_service .title40 {
        margin-bottom: 40px;
    }

    .our_service .title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .our_service .inner {
        min-height: auto;
    }

    .our_service .r_box {
        padding-top: 0;
    }
}

@media(max-width:1333px) {
    .our_service .title40 {
        margin-bottom: 30px;
    }

    .our_service .content {
        font-size: 16px;
        line-height: 30px;
    }

    .our_service .title {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .our_service .inner {
        padding: 25px;
    }

    .our_service .btn {
        width: 250px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {
    .our_service {
        padding-bottom: 40px;
    }

    .our_service .title40 {
        margin-bottom: 20px;
    }

    .our_service .wrap {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .our_service .inner {
        width: 100%;
        margin-bottom: 18px !important;
    }

    .our_service .inner:last-child {
        margin-bottom: 0px !important;
    }

    .our_service .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .our_service .btn {
        margin-bottom: 30px;
    }

    .our_service .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .our_service .title40 {
        margin-bottom: 18px;
    }

    .our_service .content {
        font-size: 14px;
        line-height: 26px;
    }

    .our_service .title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .our_service .svgbox {
        width: 70px;
        height: 70px;
    }

    .our_service .btn {
        width: 200px;
        height: 42px;
        border-radius: 25px;
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .our_service {
        padding-bottom: 30px;
    }
}



/* pack1_food */

.pack1_food {
    padding: 90px 0px 90px;
    position: relative;
}

.pack1_food .safe {
    display: flex;
    justify-content: flex-start;
    height: 546px;
}

.pack1_food .l_box {
    width: 46%;
    padding-top: 50px;
}

.pack1_food .title40 {
    margin-bottom: 53px;
}

.pack1_food .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}

.pack1_food .content p {
    margin-bottom: 30px;
}

.pack1_food .content p:last-child {
    margin-bottom: 0;
}

.pack1_food .r_box {
    width: 50.45%;
    position: absolute;
    right: 0;
}

.pack1_food .swiper-pagination {
    bottom: 20px !important;
    top: unset;
}

.pack1_food .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0.8;
}

.pack1_food .swiper-pagination-bullet-active {
    width: 36px;
    height: 6px;
    background-color: #0f2b58;
    border-radius: 3px;
}

.pack1_food .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1600px) {
    .pack1_food {
        padding: 40px 0px 50px;
    }

    .pack1_food .l_box {
        padding-top: 0;
    }

    .pack1_food .safe {
        height: auto;
        justify-content: space-between;
    }

    .pack1_food .r_box {
        width: 50.45%;
        position: static;
        right: 0;
    }

    .pack1_food .title40 {
        margin-bottom: 30px;
    }

    .pack1_food .content p {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .pack1_food .title40 {
        margin-bottom: 20px;
    }

    .pack1_food .content {
        font-size: 16px;
        line-height: 26px;
    }

    .pack1_food .content p {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .pack1_food {
        padding: 30px 0px 40px;
    }

    .pack1_food .safe {
        flex-direction: column;
    }

    .pack1_food .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .pack1_food .r_box {
        width: 65%;
    }
}

@media(max-width:768px) {
    .pack1_food .r_box {
        width: 80%;
    }

    .pack1_food .title40 {
        margin-bottom: 10px;
    }

    .pack1_food .content {
        font-size: 14px;
        line-height: 24px;
    }

    .pack1_food .swiper-pagination {
        bottom: 10px !important;
    }
}

@media(max-width:570px) {
    .pack1_food {
        padding: 20px 0px 30px;
    }

    .pack1_food .r_box {
        width: 90%;
    }

}

@media(max-width:500px) {
    .pack1_food .r_box {
        width: 100%;
    }
}


/* related_products */

.related_products {}

.related_products1 {
    background-color: #f9f9f9;
    padding: 79px 0px 73px;
}

.related_products .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 36px;
}

.related_products .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 254px;
    height: 50px;
    background-color: #da222a;
    border-radius: 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
    margin-top: 6px;
}

.related_products .btn:hover {
    background-color: #000;
}

.related_products .title {
    font-family: Montserrat-Bold;
    font-size: 22px;
    color: #333333;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_products .title a {
    color: #333;
}

.related_products .title a:hover {
    text-decoration: underline;
}

.related_products .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 22px;
    min-height: 78px;
}

.related_products .enter {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #da222a;
    display: flex;
    align-items: center;
}

.related_products .enter:hover {
    text-decoration: underline;
}

.related_products .enter i {
    width: 36px;
    height: 36px;
    background-color: #da222a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    margin-left: 8px;
}

.related_products .imgbox {
    overflow: hidden;
}

.related_products .contact {
    padding: 30px 25px 38px 25px;
    background-color: #f5f5f7;
}

.related_products .box .inner {
    margin-bottom: 19px;
}

.related_products .box .inner:last-child {
    margin-bottom: 0;
}

.related_products .inner:hover {
    transform: translateY(-14px);
}

.related_products .inner:hover .title,
.related_products .inner:hover .title a {
    color: #fff;
}

.related_products .inner:hover .content {
    color: #fff;
}

.related_products .inner:hover .contact {
    background-color: #0f2b58;
}

.related_products .swiper {
    padding-top: 16px;
    padding-bottom: 49px;
}

.related_products .swiper-slide .inner {
    border: solid 1px #f2f3f5;
}

.related_products .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.related_products .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    background-color: #cfd2d3;
    border-radius: 2px;
    opacity: 1;
}

.related_products .swiper-pagination-bullet-active {
    width: 36px;
    height: 6px;
    background-color: #0f2b58;
    border-radius: 3px;
}


@media(max-width:1600px) {
    .related_products {
        padding: 50px 0px;
    }

    .related_products .titlebox {
        margin-bottom: 30px;
    }

    .related_products .contact {
        padding: 25px 25px 25px 25px;
        background-color: #f5f5f7;
    }

    .related_products .title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .related_products .btn {
        margin-top: 6px;
    }
}

@media(max-width:1333px) {
    .related_products .titlebox {
        margin-bottom: 20px;
    }

    .related_products .contact {
        padding: 20px;
    }

    .related_products .title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .related_products .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        min-height: 78px;
    }

    .related_products .enter {
        font-size: 16px;
        color: #da222a;
    }

    .related_products .btn {
        width: 230px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .related_products {
        padding: 40px 0px;
    }

    .related_products .swiper {
        padding-top: 0;
    }

    .related_products .inner:hover {
        transform: translateY(0px);
    }

    .related_products .contact {
        padding: 15px;
    }
}

@media(max-width:768px) {
    .related_products .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        min-height: 72px;
    }

    .related_products .enter {
        font-size: 14px;
        color: #da222a;
    }

    .related_products .enter i {
        width: 30px;
        height: 30px;
        border-radius: 50px;
        margin-left: 8px;
    }

    .related_products .btn {
        width: 200px;
        height: 42px;
        border-radius: 25px;
        font-size: 14px;
    }

    .related_products .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .related_products {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .related_products .titlebox {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .related_products .title42 {
        margin-bottom: 20px;
    }
}


/* pack3_list */

.pack3_list {
    padding: 90px 0px 81px;
}

.pack3_list .safe {
    display: flex;
    justify-content: space-between;
}

.pack3_list .l_box {
    width: 21.4%;
}

.pack3_list .catebox {
    margin-bottom: 39px;
}

.pack3_list .cate {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    min-height: 76px;
    background-color: #0f2b58;
    border: solid 1px #f2f3f5;
    display: flex;
    align-items: center;
    padding: 0px 24px;
}

.pack3_list .ul1 {
    border: solid 1px #dcdcdc;
    border-top: unset;
    border-bottom: unset;
}

.pack3_list .ul1>li {}

.pack3_list .ul1>li:first-child p {
    border-top: unset;
}

.pack3_list .ul1>li:last-child p {
    border-bottom: 1px solid #dcdcdc;
}

.pack3_list .ul1>li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dcdcdc;
}

.pack3_list .ul1>li>p a {
    padding: 24px 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pack3_list .ul1>li>p i {
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.pack3_list .ul2 {
    padding: 14px 0px 29px;
    background-color: #f7f8f9;
    display: none;
    border-top: 1px solid #dcdcdc;
}

.pack3_list .ul2>li {
    padding: 0px 35px;
    margin-bottom: 21px;
}

.pack3_list .ul2>li:last-child {
    margin-bottom: 0;
}

.pack3_list .ul2>li a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666;
}

.pack3_list .ul1>li>p:hover a,
.pack3_list .ul1>li>p:hover i {
    color: #da222a;
}

.pack3_list .ul2>li a:hover {
    color: #da222a;
}

.pack3_list .active ul {
    display: block;
}

.pack3_list .active>p a {
    color: #da222a !important;
}

.pack3_list .active>p i {
    transform: rotate(180deg);
}


.pack3_list .cateemail {
    background-image: linear-gradient(90deg,
            #004099 0%,
            #256bce 100%);
    padding: 25px 18px 38px 24px;
    margin-bottom: 40px;
}

.pack3_list .cateemail .e_box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.pack3_list .cateemail .name {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
    margin-left: 18px;
}

.pack3_list .cateemail .resu a {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-all;
}

.pack3_list .cateemail .resu a:hover {
    color: #da222a;
}

.pack3_list .catetags .tag {
    min-height: 76px;
    background-color: #0f2b58;
    border: solid 1px #f2f3f5;
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.pack3_list .catetags .tagbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pack3_list .catetags .tagbox a {
    display: inline-block;
    padding: 8px 13px 8px 13px;
    background-color: #e7e9ee;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 11px;
}

.pack3_list .catetags .tagbox a:hover {
    color: #da222a;
}

.pack3_list .r_box {
    width: 74.75%;
    padding-top: 18px;
}

.pack3_list .titlebox {
    margin-bottom: 50px;
}

.pack3_list .titlebox .title32 {
    margin-bottom: 27px;
}

.pack3_list .titlebox .intro {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
}


.pack3_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pack3_list .inner {
    width: 32.3%;
    margin-right: 1.5%;
    margin-bottom: 18px;
}

.pack3_list .inner:nth-child(3n) {
    margin-right: 0;
}

.pack3_list .inner:hover {
    transform: translateY(-11px);
}

.pack3_list .inner:hover .contact {
    background-color: #0f2b58;
}

.pack3_list .inner:hover .title a {
    color: #fff;
}

.pack3_list .inner:hover .content {
    color: #fff;
}

.pack3_list .inner .imgbox {
    overflow: hidden;
    border: solid 1px #f2f3f5;
    border-bottom: unset;
}

.pack3_list .inner .contact {
    background-color: #f7f8f9;
    padding: 26px 15px 32px 15px;
}

.pack3_list .inner .title {
    margin-bottom: 25px;
}

.pack3_list .inner .title a {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #333333;
}

.pack3_list .inner .title a:hover {
    text-decoration: underline;
}

.pack3_list .inner .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    min-height: 78px;
    margin-bottom: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pack3_list .inner .inquirebox {
    display: flex;
    align-items: center;
}

.pack3_list .inner .inquirebox a {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #da222a;
    margin-left: 8px;
}

.pack3_list .inner .inquirebox a:hover {
    text-decoration: underline;
}

.pack3_list input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
}

.pack3_list input[type=checkbox]:after {
    position: absolute;
    width: 12px;
    height: 18px;
    top: -2px;
    content: " ";
    background-color: #fff;
    border: 1px solid #dfdfdf;
    color: #333;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 1px;
}

.pack3_list input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 16px;
}


.pack3_list .cate i {
    font-size: 22px;
    display: none;
}

@media(max-width:1600px) {
    .pack3_list {
        padding: 50px 0px;
    }

    .pack3_list .r_box {
        width: 74.75%;
        padding-top: 10px;
    }

    .pack3_list .titlebox {
        margin-bottom: 40px;
    }

    .pack3_list .titlebox .title32 {
        margin-bottom: 20px;
    }

    .pack3_list .cate {
        font-size: 20px;
        width: 100%;
        min-height: 70px;
        padding: 0px 24px;
    }

    .pack3_list .ul1>li>p a {
        padding: 20px 25px;
        font-size: 18px;
        width: 100%;
        height: 100%;
    }

    .pack3_list .ul2 {
        padding: 15px 0px 15px;
    }

    .pack3_list .catebox {
        margin-bottom: 30px;
    }

    .pack3_list .cateemail {
        padding: 30px 15px 30px 20px;
        margin-bottom: 30px;
    }

    .pack3_list .catetags .tag {
        min-height: 70px;
        font-size: 20px;
        padding: 0px 24px;
        margin-bottom: 20px;
    }

    .pack3_list .catetags .tagbox a {
        padding: 8px 5px 8px 5px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pack3_list .cateemail .resu a {
        font-size: 18px;
    }

    .pack3_list .inner .contact {
        padding: 20px 15px 25px 15px;
    }

    .pack3_list .inner .title {
        margin-bottom: 18px;
    }
}

@media(max-width:1333px) {
    .pack3_list .ul1>li>p a {
        padding: 16px 20px;
        font-size: 16px;
    }

    .pack3_list .ul2 {
        padding: 10px 0px 10px;
    }

    .pack3_list .ul2>li {
        padding: 0px 28px;
        margin-bottom: 15px;
    }

    .pack3_list .titlebox .intro {
        font-size: 16px;
        line-height: 26px;
    }

    .pack3_list .titlebox .title32 {
        margin-bottom: 15px;
    }

    .pack3_list .titlebox {
        margin-bottom: 20px;
    }

    .pack3_list .r_box {
        width: 72%;
        padding-top: 10px;
    }

    .pack3_list .l_box {
        width: 23.4%;
    }

    .pack3_list .cate {
        font-size: 18px;
        min-height: 60px;
        padding: 0px 20px;
    }

    .pack3_list .cateemail .resu a {
        font-size: 16px;
    }

    .pack3_list .cateemail .e_box {
        margin-bottom: 15px;
    }

    .pack3_list .cateemail .name {
        font-size: 16px;
        margin-left: 10px;
    }

    .pack3_list .cateemail .e_box img {
        width: 45px;
    }

    .pack3_list .catetags .tag {
        min-height: 60px;
        font-size: 18px;
        padding: 0px 24px;
        margin-bottom: 15px;
    }

    .pack3_list .catetags .tagbox a {
        padding: 5px 4px 5px 4px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .pack3_list .inner .title {
        margin-bottom: 10px;
    }

    .pack3_list .inner .title a {
        font-size: 18px;
    }

    .pack3_list .inner .content {
        font-size: 16px;
        line-height: 24px;
        min-height: 72px;
        margin-bottom: 20px;
    }

    .pack3_list .inner .contact {
        padding: 15px 15px 18px 15px;
    }
}

@media(max-width:999px) {
    .pack3_list {
        padding: 30px 0px 40px;
    }

    .pack3_list .safe {
        flex-direction: column;
    }

    .pack3_list .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .pack3_list .cate {
        font-size: 18px;
        min-height: 50px;
        padding: 0px 15px;
    }

    .pack3_list .ul1>li>p a {
        padding: 12px 15px;
        font-size: 16px;
    }

    .pack3_list .ul2 {
        padding: 10px 0px 15px;
    }

    .pack3_list .ul2>li {
        padding: 0px 25px;
        margin-bottom: 12px;
    }

    .pack3_list .catebox {
        margin-bottom: 20px;
    }

    .pack3_list .cateemail {
        padding: 20px 15px 20px 15px;
        margin-bottom: 20px;
    }

    .pack3_list .catetags .tag {
        min-height: 50px;
        font-size: 18px;
        padding: 0px 15px;
        margin-bottom: 15px;
    }

    .pack3_list .catetags .tagbox {
        justify-content: flex-start;
    }

    .pack3_list .catetags .tagbox a {
        padding: 5px 4px 5px 4px;
        font-size: 14px;
        margin-bottom: 8px;
        margin-right: 8px;
    }

    .pack3_list .cate {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pack3_list .cate i {
        display: block;
    }

    .pack3_list .ul1 {
        display: none;
        transition: none;
    }

    .pack3_list .r_box {
        padding-top: 0;
        width: 100%;
    }

    .pack3_list .inner .content {
        font-size: 16px;
        line-height: 24px;
        min-height: 72px;
        margin-bottom: 15px;
    }

    .pack3_list .inner:hover {
        transform: translateY(0px);
    }
}

@media(max-width:768px) {
    .pack3_list .cate {
        font-size: 16px;
        min-height: 45px;
        padding: 0px 10px;
    }

    .pack3_list .catebox {
        margin-bottom: 10px;
    }

    .pack3_list .cateemail {
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
    }

    .pack3_list .catetags .tag {
        min-height: 45px;
        font-size: 16px;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    .pack3_list .titlebox .title32 {
        margin-bottom: 10px;
    }

    .pack3_list .inner .contact {
        padding: 10px 10px 20px 10px;
    }

    .pack3_list .inner .title a {
        font-size: 16px;
    }

    .pack3_list .inner .content {
        font-size: 14px;
        line-height: 22px;
        min-height: 66px;
        margin-bottom: 15px;
    }

    .pack3_list .inner .inquirebox a {
        font-size: 14px;
        margin-left: 8px;
    }

    .pack3_list input[type=checkbox]:after {
        width: 8px;
        height: 13px;
        top: -2px;
        padding: 0px 3px;
        border-radius: 1px;
    }

    .pack3_list input[type=checkbox]:checked:after {
        content: "✓";
        font-size: 14px;
    }

    .pack3_list .titlebox .intro {
        font-size: 14px;
        line-height: 24px;
    }

    .pack3_list .cateemail .resu a {
        font-size: 14px;
    }

    .pack3_list .cateemail .e_box {
        margin-bottom: 10px;
    }

    .pack3_list .cateemail .e_box img {
        width: 40px;
    }

    .pack3_list .ul1>li>p a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .pack3_list .ul2>li {
        padding: 0px 18px;
        margin-bottom: 8px;
    }

    .pack3_list .ul2>li a {
        font-size: 14px;
    }

    .pack3_list .cateemail .name {
        font-size: 14px;
        margin-left: 6px;
    }
}

@media(max-width:570px) {
    .pack3_list {
        padding: 20px 0px 30px;
    }

    .pack3_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .pack3_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .pack3_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:400px) {
    .pack3_list .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 15px;
    }

    .pack3_list .inner .content {
        min-height: auto;
    }
}


/* pagination */

.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pagination1 {
    margin-bottom: 99px;
}

.pagination2 {
    margin-bottom: 69px;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-shrink: 0;
}

.pagination a {
    width: 36px;
    height: 30px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Poppins-Regular;
    font-size: 14px;
    color: #333333;
    margin-right: 8px;
    flex-shrink: 0;
}

.pagination a:last-child {
    margin-right: 0;
}

.pagination .big {
    width: 79px;
}

.pagination .next {
    width: 61px;
}

.pagination a:hover {
    color: #fff;
    background-color: #0f2b58;
    border: 1px solid #0f2b58;
}

.pagination .active {
    color: #fff;
    background-color: #0f2b58;
    border: 1px solid #0f2b58;
}

@media(max-width:1600px) {

    .pagination1,
    .pagination2 {
        margin-bottom: 50px;
    }
}

@media(max-width:999px) {

    .pagination1,
    .pagination2 {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .pagination a {
        margin-bottom: 5px;
        width: 30px;
        height: 25px;
    }

    .pagination .prev {
        width: 70px;
    }

    .pagination .next {
        width: 55px;
    }
}

@media(max-width:570px) {

    .pagination1,
    .pagination2 {
        margin-bottom: 30px;
    }
}


/* latest_news */

.latest_news1 {
    padding: 56px 0px 80px;
    background-image: url(../images/latest_bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}

.latest_news2 {
    padding: 80px 0px 80px;
    background-image: url(../images/latest_bg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: cover;
}

.latest_news .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 59px;
}

.latest_news .btnbox {
    display: flex;
}

.latest_news .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 61px;
    height: 60px;
    background-color: rgba(15, 43, 88, 0.1);
    border: solid 1px rgba(15, 43, 88, 0.1);
    border-radius: 50px;
    color: #666;
    margin-left: 8px;
    font-size: 18px;
    cursor: pointer;
}

.latest_news .btnbox i:hover {
    color: #fff;
    background-color: #da222a;
}

.latest_news .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.latest_news .inner:first-child {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.latest_news .imgbox {
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 24px;
    margin-right: 3.4%;
}

.latest_news .r_box {
    width: 100%;
    padding-top: 21px;
}

.latest_news .data {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 117px;
    height: 29px;
    background-color: #da222a;
    border-radius: 15px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 14px;
}

.latest_news .title {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest_news .title a {
    color: #333;
}

.latest_news .title:hover,
.latest_news .title a:hover {
    color: #da222a;
}

.latest_news .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 28px;
    min-height: 74px;
    color: #666666;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest_news .btn {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #da222a;
}

.latest_news .btn:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {

    .latest_news1,
    .latest_news2 {
        padding: 50px 0px;
    }

    .latest_news .titlebox {
        margin-bottom: 50px;
    }

    .latest_news .r_box {
        width: 100%;
        padding-top: 15px;
    }

    .latest_news .title {
        font-size: 20px;
        margin-bottom: 18px;
    }
}

@media(max-width:1333px) {
    .latest_news .titlebox {
        margin-bottom: 40px;
    }

    .latest_news .btnbox i {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin-left: 8px;
        font-size: 16px;
    }

    .latest_news .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        min-height: 78px;
    }

}

@media(max-width:999px) {

    .latest_news1,
    .latest_news2 {
        padding: 40px 0px;
    }

    .latest_news .titlebox {
        margin-bottom: 30px;
    }

    .latest_news .r_box {
        padding-top: 10px;
    }

    .latest_news .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .latest_news .titlebox {
        margin-bottom: 20px;
    }

    .latest_news .imgbox {
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 24px;
        margin-right: 3.4%;
        width: 44%;
    }

    .latest_news .data {
        width: 110px;
        height: 28px;
        border-radius: 15px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .latest_news .title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .latest_news .content {
        font-size: 14px;
        line-height: 24px;
        min-height: 72px;
        margin-bottom: 10px;
    }

    .latest_news .btn {
        font-size: 14px;
    }

    .latest_news .btnbox i {
        width: 45px;
        height: 45px;
        border-radius: 50px;
        margin-left: 8px;
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .latest_news1 {
        padding: 30px 0px;
    }

    .latest_news2 {
        padding: 0px 0px 30px;
    }

    .latest_news .inner {
        flex-direction: column;
    }

    .latest_news .imgbox {
        flex-shrink: 0;
        overflow: hidden;
        border-radius: 12px;
        margin-right: 0%;
        width: auto;
        margin-bottom: 15px;
    }

    .latest_news .r_box {
        padding-top: 0;
    }
}


/* inquire_list */

.inquire_list {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 381px;
    height: 692px;
    background-color: rgba(255, 255, 255, 96);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.1);
    z-index: 100;
}


.inquire_list .title {
    font-family: Montserrat-Regular;
    font-size: 20px;
    color: #ffffff;
    height: 64px;
    background-image: linear-gradient(90deg,
            #004099 0%,
            #256bce 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.inquire_list .box {
    scrollbar-width: thin;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    overflow: auto;

}

.inquire_list .wrap {
    height: 478px;

    padding: 0px 50px 0px 18px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.inquire_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
    position: relative;
}

.inquire_list li:last-child {
    margin-bottom: 0;
}

.inquire_list .l_box {
    width: 54%;
    display: flex;
    align-items: center;
}

.inquire_list .r_box {
    width: 43%;
    display: flex;
    align-items: center;
    position: relative;
}

.inquire_list .che {
    flex-shrink: 0;
    margin-right: 14% !important;
}

.inquire_list .imgbox {
    border: 1px solid gray;
}

.inquire_list input[type=checkbox] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
}

.inquire_list input[type=checkbox]:after {
    position: absolute;
    width: 12px;
    height: 18px;
    top: -2px;
    content: " ";
    background-color: #fff;
    border: 1px solid #da222a;
    color: #da222a;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 1px;
}

.inquire_list input[type=checkbox]:checked:after {
    content: "✓";
    font-size: 14px;
}

.inquire_list .name {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #464646;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inquire_list .btn {
    width: 90%;
    height: 47px;
    background-color: #da222a;
    border-radius: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
}

.inquire_list .btn:hover {
    background-color: #000;
}

.lock {
    height: 64px !important;
}

.lock .box {
    display: none !important;
}

.lock .btn {
    display: none !important;
}

.inquire_list .r_box .dele {
    margin-left: 8px;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}

@media(max-width:1600px) {
    .inquire_list .title {
        font-size: 20px;
        height: 55px;
    }

    .lock {
        height: 55px !important;
    }

    .inquire_list .wrap {
        height: 478px;
        padding: 0px 50px 0px 18px;
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .inquire_list {
        width: 350px;
        height: 650px;
    }
}

@media(max-width:1333px) {
    .inquire_list .title {
        font-size: 18px;
        height: 50px;
    }

    .lock {
        height: 50px !important;
    }

    .inquire_list .wrap {
        height: 478px;
        padding: 0px 30px 0px 18px;
        margin-top: 20px;
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .inquire_list .btn {
        width: 80%;
        height: 42px;
        border-radius: 23px;
    }

    .inquire_list {
        width: 300px;
        height: 480px;
    }

    .inquire_list .wrap {
        height: 320px;
        padding: 0px 30px 0px 18px;
        margin-top: 20px;
        margin-bottom: 35px;
    }
}

@media(max-width:768px) {
    .inquire_list .wrap {
        height: 320px;
        padding: 0px 30px 0px 18px;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .inquire_list {
        width: 280px;
        height: 480px;
    }

    .inquire_list .box {
        margin-bottom: 15px;
    }

    .inquire_list .btn {
        width: 75%;
        height: 38px;
        border-radius: 23px;
        font-size: 14px;
    }

    .inquire_list .title {
        font-size: 16px;
        height: 40px;
    }

    .lock {
        height: 40px !important;
    }

    .inquire_list .name {
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .inquire_list {
        width: 320px;
        height: 440px;
    }

    .inquire_list .wrap {
        height: 260px;
        padding: 0px 30px 0px 18px;
        margin-top: 20px;
        margin-bottom: 35px;
    }

    .inquire_list {
        height: 420px;
    }
}

@media(max-width:400px) {
    .inquire_list {
        width: 280px;
        height: 380px;
    }

    .inquire_list li {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .inquire_list .r_box {
        width: 100%;
    }

    .inquire_list .l_box {
        width: 65%;
        margin-bottom: 12px;
    }
}



/* pack_detail */

.pack_detail {
    padding: 90px 0px 0px;
}

.pack_detail .safe {
    display: flex;
    justify-content: space-between;
}

.pack_detail .l_box {
    width: 21.4%;
}

.pack_detail .catebox {
    margin-bottom: 39px;
}

.pack_detail .cate {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    min-height: 76px;
    background-color: #0f2b58;
    border: solid 1px #f2f3f5;
    display: flex;
    align-items: center;
    padding: 0px 24px;
}

.pack_detail .ul1 {
    border: solid 1px #dcdcdc;
    border-top: unset;
    border-bottom: unset;
}

.pack_detail .ul1>li {}

.pack_detail .ul1>li:first-child p {
    border-top: unset;
}

.pack_detail .ul1>li:last-child p {
    border-bottom: 1px solid #dcdcdc;
}

.pack_detail .ul1>li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dcdcdc;
}

.pack_detail .ul1>li>p a {
    padding: 24px 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pack_detail .ul1>li>p i {
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.pack_detail .ul2 {
    padding: 14px 0px 29px;
    background-color: #f7f8f9;
    display: none;
    border-top: 1px solid #dcdcdc;
}

.pack_detail .ul2>li {
    padding: 0px 35px;
    margin-bottom: 21px;
}

.pack_detail .ul2>li:last-child {
    margin-bottom: 0;
}

.pack_detail .ul2>li a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666;
}

.pack_detail .ul2 .act>a {
    color: #da222a;
}

.pack_detail .ul1>li>p:hover a,
.pack_detail .ul1>li>p:hover i {
    color: #da222a;
}

.pack_detail .ul2>li a:hover {
    color: #da222a;
}

.pack_detail .active ul {
    display: block;
}

.pack_detail .active>p a {
    color: #da222a !important;
}

.pack_detail .active>p i {
    transform: rotate(180deg);
}


.pack_detail .cateemail {
    background-image: linear-gradient(90deg,
            #004099 0%,
            #256bce 100%);
    padding: 25px 18px 38px 24px;
    margin-bottom: 40px;
}

.pack_detail .cateemail .e_box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.pack_detail .cateemail .name {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
    margin-left: 18px;
}

.pack_detail .cateemail .resu a {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-all;
}

.pack_detail .cateemail .resu a:hover {
    color: #da222a;
}

.pack_detail .catetags .tag {
    min-height: 76px;
    background-color: #0f2b58;
    border: solid 1px #f2f3f5;
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.pack_detail .catetags .tagbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pack_detail .catetags .tagbox a {
    display: inline-block;
    padding: 8px 13px 8px 13px;
    background-color: #e7e9ee;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 11px;
}

.pack_detail .catetags .tagbox a:hover {
    color: #da222a;
}

.pack_detail .r_box {
    width: 74.65%;
}

.pack_detail .r_box .sec {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 63px;
}

.pack_detail .cate i {
    font-size: 22px;
    display: none;
}

.pack_detail .left {
    width: 47.9%;
    position: relative;

}

.pack_detail img {
    display: block;
}

.pack_detail .big_mySwiper {
    margin-bottom: 10px;
    position: relative;
}

.pack_detail .big_mySwiper {
    border: solid 1px #dcdcdc;
}

.pack_detail .small_mySwiper .swiper-slide {
    border: solid 1px #dcdcdc;
    cursor: pointer;
}

.pack_detail .small_mySwiper .swiper-slide-thumb-active {
    border: 1px solid #da222a;
}


.pack_detail .left .swiper-pagination {
    display: none;
}

.pack_detail .wrapbox {
    position: relative;
}

.pack_detail .wrapbox .swiper {
    width: 90%;
    margin: 0 auto;
}

.pack_detail .wrapbox i {
    color: #666;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.pack_detail .wrapbox i:hover {
    color: #da222a;
}

.pack_detail .wrapbox i:first-child {
    left: 0;
}

.pack_detail .wrapbox i:last-child {
    right: 0;
}

.pack_detail .sec .right {
    width: 46.6%;
    padding-top: 13px;
}

.pack_detail .sec .title30 {
    margin-bottom: 27px;
}

.pack_detail .sec .con {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 30px;
    color: #666;
    margin-bottom: 25px;
}

.pack_detail .sec .con strong {
    font-weight: normal;
    font-family: Montserrat-Regular;
    color: #333;
}

.pack_detail .sec .sharebox {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 35px;
    display: flex;
    align-items: center;
}

.pack_detail .sec .sharebox span {
    margin-right: 5px;
}

.pack_detail .sec .btn {
    display: flex;
    flex-wrap: wrap;
}

.pack_detail .sec .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 51px;
    background-color: #0f2b58;
    border-radius: 25px;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #ffffff;
}

.pack_detail .sec .btn a:first-child {
    margin-right: 12px;
}

.pack_detail .sec .btn a:hover {
    background-color: #da222a;
}

/* detail_intro */

.detail_intro {
    margin-bottom: 56px;
}

.detail_intro .title30 {
    margin-bottom: 24px;
}

.detail_intro .inn {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 26px;
}

.detail_intro .imgbox {
    display: flex;
    justify-content: space-between;
}

.detail_intro .imgbox .img {
    width: 49%;
}

/* detail_feature */

.detail_feature {
    margin-bottom: 47px;
}

.detail_feature .title30 {
    margin-bottom: 20px;
}

.detail_feature .con {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 38px;
    color: #666666;
}

.detail_feature .con p {
    padding-left: 35px;
    position: relative;
}

.detail_feature .con p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 22px;
    height: 15px;
    background-image: url(../images/duigou.png);
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1600px) {
    .pack_detail {
        padding: 50px 0px;
    }

    .pack_detail .cate {
        font-size: 20px;
        width: 100%;
        min-height: 70px;
        padding: 0px 24px;
    }

    .pack_detail .ul1>li>p a {
        padding: 20px 25px;
        font-size: 18px;
        width: 100%;
        height: 100%;
    }

    .pack_detail .ul2 {
        padding: 15px 0px 15px;
    }

    .pack_detail .catebox {
        margin-bottom: 30px;
    }

    .pack_detail .cateemail {
        padding: 30px 15px 30px 20px;
        margin-bottom: 30px;
    }

    .pack_detail .catetags .tag {
        min-height: 70px;
        font-size: 20px;
        padding: 0px 24px;
        margin-bottom: 20px;
    }

    .pack_detail .catetags .tagbox a {
        padding: 8px 5px 8px 5px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .pack_detail .cateemail .resu a {
        font-size: 18px;
    }

    .pack_detail .sec .title30 {
        margin-bottom: 20px;
    }

    .pack_detail .sec .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .pack_detail .r_box .sec {
        margin-bottom: 40px;
    }

    .detail_intro {
        margin-bottom: 40px;
    }

    .detail_feature {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .pack_detail .ul1>li>p a {
        padding: 16px 20px;
        font-size: 16px;
    }

    .pack_detail .ul2 {
        padding: 10px 0px 10px;
    }

    .pack_detail .ul2>li {
        padding: 0px 28px;
        margin-bottom: 15px;
    }

    .pack_detail .l_box {
        width: 23.4%;
    }

    .pack_detail .cate {
        font-size: 18px;
        min-height: 60px;
        padding: 0px 20px;
    }

    .pack_detail .cateemail .resu a {
        font-size: 16px;
    }

    .pack_detail .cateemail .e_box {
        margin-bottom: 15px;
    }

    .pack_detail .cateemail .name {
        font-size: 16px;
        margin-left: 10px;
    }

    .pack_detail .cateemail .e_box img {
        width: 45px;
    }

    .pack_detail .catetags .tag {
        min-height: 60px;
        font-size: 18px;
        padding: 0px 24px;
        margin-bottom: 15px;
    }

    .pack_detail .catetags .tagbox a {
        padding: 5px 4px 5px 4px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .product_detail .big_mySwiper .big_prev {
        left: 5px;
    }

    .product_detail .big_mySwiper .big_next {
        right: 5px;
    }

    .pack_detail .r_box .sec {
        flex-direction: column;
    }

    .pack_detail .left {
        width: 70%;
        position: relative;
        margin-bottom: 20px;
    }

    .pack_detail .sec .right {
        width: 100%;
        padding-top: 0;
    }

    .pack_detail .left {
        width: 54%;
        position: relative;
        margin-bottom: 20px;
    }

    .pack_detail .sec .title30 {
        margin-bottom: 10px;
    }

    .pack_detail .sec .con {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .pack_detail .sec .btn a {
        width: 180px;
        height: 48px;
        border-radius: 25px;
        font-size: 16px;
    }

    .detail_intro .title30 {
        margin-bottom: 15px;
    }

    .detail_intro .inn {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .detail_intro {
        margin-bottom: 30px;
    }

    .detail_feature .con {
        font-size: 16px;
        line-height: 30px;
    }

    .detail_feature .con p::after {
        background-size: contain;
    }

    .detail_feature {
        margin-bottom: 30px;
    }
}

@media(max-width:1150px) {
    .pack_detail .left {
        width: 514px;
        position: relative;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .pack_detail {
        padding: 30px 0px 40px;
    }

    .pack_detail .safe {
        flex-direction: column;
    }

    .pack_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .pack_detail .cate {
        font-size: 18px;
        min-height: 50px;
        padding: 0px 15px;
    }

    .pack_detail .ul1>li>p a {
        padding: 12px 15px;
        font-size: 16px;
    }

    .pack_detail .ul2 {
        padding: 10px 0px 15px;
    }

    .pack_detail .ul2>li {
        padding: 0px 25px;
        margin-bottom: 12px;
    }

    .pack_detail .catebox {
        margin-bottom: 20px;
    }

    .pack_detail .cateemail {
        padding: 20px 15px 20px 15px;
        margin-bottom: 20px;
    }

    .pack_detail .catetags .tag {
        min-height: 50px;
        font-size: 18px;
        padding: 0px 15px;
        margin-bottom: 15px;
    }

    .pack_detail .catetags .tagbox {
        justify-content: flex-start;
    }

    .pack_detail .catetags .tagbox a {
        padding: 5px 4px 5px 4px;
        font-size: 14px;
        margin-bottom: 8px;
        margin-right: 8px;
    }

    .pack_detail .cate {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .pack_detail .cate i {
        display: block;
    }

    .pack_detail .ul1 {
        display: none;
        transition: none;
    }

    .product_detail .safe {
        align-items: center;
    }

    .detail_intro {
        margin-bottom: 20px;
    }

    .detail_feature {
        margin-bottom: 20px;
    }

    .pack_detail .r_box {
        width: 100%;
    }

    .pack_detail .sec .btn a {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .pack_detail .cate {
        font-size: 16px;
        min-height: 45px;
        padding: 0px 10px;
    }

    .pack_detail .catebox {
        margin-bottom: 10px;
    }

    .pack_detail .cateemail {
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
    }

    .pack_detail .catetags .tag {
        min-height: 45px;
        font-size: 16px;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    .pack_detail .cateemail .resu a {
        font-size: 14px;
    }

    .pack_detail .cateemail .e_box {
        margin-bottom: 10px;
    }

    .pack_detail .cateemail .e_box img {
        width: 40px;
    }

    .pack_detail .ul1>li>p a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .pack_detail .ul2>li {
        padding: 0px 18px;
        margin-bottom: 8px;
    }

    .pack_detail .ul2>li a {
        font-size: 14px;
    }

    .pack_detail .cateemail .name {
        font-size: 14px;
        margin-left: 6px;
    }

    .product_detail .safe {
        flex-direction: column;
    }

    .product_detail .l_box {
        width: 75%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .detail_feature {
        margin-bottom: 15px;
    }

    .pack_detail .sec .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .pack_detail .sec .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .pack_detail .sec .btn a {
        width: 150px;
        height: 42px;
        border-radius: 25px;
        font-size: 14px;
    }

    .detail_intro .inn {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .detail_feature .con {
        font-size: 14px;
        line-height: 24px;
    }

    .detail_feature .con p::after {
        left: 0;
        top: 7px;
        width: 15px;
        height: 15px;
    }

    .detail_feature .con p {
        padding-left: 20px;
        position: relative;
    }

    .pack_detail .r_box .sec {
        margin-bottom: 30px;
    }
}

@media(max-width:570px) {
    .pack_detail {
        padding: 20px 0px 0px;
    }

    .product_detail .l_box {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 18px;
    }

    .product_detail .big_mySwiper .switch {
        width: 38px;
        height: 38px;
        border-radius: 5px;
        top: 50%;
        transform: translateY(-50%);
    }

    .pack_detail .wrapbox {
        display: none;
    }

    .pack_detail .left .swiper-pagination {
        display: block;
    }

    .pack_detail .swiper-pagination-bullet-active {
        background-color: #da222a;
    }
}

@media(max-width:513px) {
    .pack_detail .left {
        width: 100%;
    }
}

@media(max-width:400px) {
    .product_detail .l_box {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 18px;
    }
}

@media(max-width:350px) {
    .pack_detail .sec .btn {
        flex-direction: column;
    }

    .pack_detail .sec .btn a {
        margin-bottom: 15px;
    }

    .pack_detail .sec .btn a:last-child {
        margin-bottom: 0;
    }
}


/* faqbox */

.faqbox {
    margin-bottom: 0px;
}

.faqbox .title30 {
    margin-bottom: 32px;
}

.faqbox .faq1 .quest {
    cursor: pointer;
    margin-bottom: 10px;
}

.faqbox .faq1 .quest:last-child {
    margin-bottom: 9px;
}

.faqbox .faq1 .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    padding: 26.5px 29px;
}

.faqbox .faq1 .name {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
}

.faqbox .faq1 .answer {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    padding: 19px 29px 12px 29px;
    display: none;
    transition: none;
}

.faqbox .faq1 .answer p {
    margin-bottom: 20px;
}

.faqbox .faq1 .answer p:last-child {
    margin-bottom: 0;
}

.faqbox .faq1 .question i {
    font-size: 24px;
    font-weight: bold;
}

.faqbox .active .question {
    background-color: #eef3f9;
}

@media(max-width:1600px) {
    .faqbox .faq1 .question {
        padding: 20.5px 25px;
    }

    .faqbox .faq1 .answer {
        font-size: 16px;
        line-height: 30px;
        padding: 10px 25px 10px 25px;
    }

    .faqbox .title30 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .faqbox .title30 {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .faqbox .faq1 .question {
        padding: 15px 20px;
    }

    .faqbox .faq1 .answer {
        font-size: 14px;
        line-height: 26px;
        padding: 10px 15px 10px 15px;
    }

    .faqbox .faq1 .name {
        font-size: 16px;
    }

    .faqbox .title30 {
        margin-bottom: 15px;
    }
}

@media(max-width:570px) {
    .faqbox .faq1 .name {
        font-size: 14px;
    }

    .faqbox .faq1 .question {
        padding: 12px 20px;
    }
}



/* sust1_concept */
.sust1_concept {
    position: relative;
    height: 547px;
}

.sust1_concept .safe {
    display: flex;
    justify-content: space-between;
}

.sust1_concept .l_box {
    width: 42%;
    padding-top: 109px;
}

.sust1_concept .title40 {
    margin-bottom: 55px;
}

.sust1_concept .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
}

.sust1_concept .r_box {
    position: absolute;
    right: 0;
    width: 50.5%;
}

.sust1_concept .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sust1_concept .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
    opacity: 0.8;
}

.sust1_concept .swiper-pagination-bullet-active {
    width: 36px;
    height: 6px;
    background-color: #0f2b58;
    border-radius: 3px;
}


@media(max-width:1600px) {
    .sust1_concept .l_box {
        width: 45%;
        padding-top: 50px;
    }

    .sust1_concept .title40 {
        margin-bottom: 35px;
    }

    .sust1_concept {
        height: 500px;
    }

    .sust1_concept .r_box {
        /*position: static;*/
        top: 0;
    }

    .sust1_concept .title40 {
        margin-bottom: 25px;
    }

    .sust1_concept .content {
        font-size: 18px;
        line-height: 32px;
    }

    .sust1_concept .safe {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .sust1_concept {
        padding: 0px 0px;
        height: 430px;
    }

    .sust1_concept .title40 {
        margin-bottom: 20px;
    }

    .sust1_concept .content {
        font-size: 16px;
        line-height: 26px;
    }

    .sust1_concept .l_box {
        padding-top: 20px;
    }

}

@media(max-width:1200px) {
    .sust1_concept {
        padding: 0px 0px;
        height: 370px;
    }
}

@media(max-width:999px) {
    .sust1_concept .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .sust1_concept .l_box {
        width: 100%;
        margin-bottom: 18px;
        padding-top: 0;
    }

    .sust1_concept .r_box {
        width: 60%;
    }

    .sust1_concept .r_box {
        position: static;
    }

    .sust1_concept {
        padding: 40px 0px;
        height: auto;
    }

}

@media(max-width:768px) {
    .sust1_concept .title40 {
        margin-bottom: 10px;
    }

    .sust1_concept .content {
        font-size: 14px;
        line-height: 24px;
    }

    .sust1_concept .r_box {
        width: 75%;
    }
}

@media(max-width:570px) {
    .sust1_concept .r_box {
        width: 100%;
    }

    .sust1_concept {
        padding: 30px 0px;
    }
}


/* sust2_list */

.sust2_list {
    background-color: #f7f8f9;
    padding: 51px 0px 108px;
}

.sust2_list .safe {
    display: flex;
    justify-content: space-between;
}

.sust2_list .inner {
    width: 47%;
}

.sust2_list .svgbox {
    margin-bottom: 23px;
}

.sust2_list .title30 {
    margin-bottom: 34px;
}

.sust2_list .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

@media(max-width:1600px) {
    .sust2_list {
        padding: 50px 0px;
    }

    .sust2_list .svgbox {
        margin-bottom: 15px;
    }

    .sust2_list .title30 {
        margin-bottom: 25px;
    }

    .sust2_list .content {
        font-size: 18px;
        line-height: 32px;
    }
}

@media(max-width:1333px) {
    .sust2_list .svgbox img {
        width: 95px;
    }

    .sust2_list .title30 {
        margin-bottom: 20px;
    }

    .sust2_list .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .sust2_list {
        padding: 40px 0px;
    }

    .sust2_list .svgbox img {
        width: 85px;
    }

    .sust2_list .title30 {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .sust2_list .safe {
        flex-direction: column;
    }

    .sust2_list .inner {
        width: 100%;
    }

    .sust2_list .title30 {
        margin-bottom: 10px;
    }

    .sust2_list .content {
        font-size: 14px;
        line-height: 26px;
    }

    .sust2_list .svgbox img {
        width: 78px;
    }
}

@media(max-width:570px) {
    .sust2_list {
        padding: 30px 0px;
    }
}


/* sust2_material */

.sust2_material {
    height: 436px;
    background-color: #193f7f;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

.sust2_material::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left top;
}

.sust2_material .safe {
    position: absolute;
    top: 0;
    z-index: 100;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 41%;
    transform: translateY(-41%);
}

.sust2_material .box {}

.sust2_material .title40 {
    color: #fff;
    margin-bottom: 20px;
}

.sust2_material .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    transform: translateY(9px);
}

.sust2_material .box {
    width: 64%;
}


@media(max-width:1600px) {
    .sust2_material {
        height: auto;
    }

    .sust2_material .safe {
        top: 0;
        top: 0%;
        transform: translateY(0%);
        position: relative;
        padding: 80px 0px;
    }

    .sust2_material .bg {
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .sust2_material .title40 {
        color: #fff;
        margin-bottom: 15px;
    }

    .sust2_material .content {
        font-size: 18px;
        line-height: 32px;
        transform: translateY(0px);
    }
}

@media(max-width:1333px) {
    .sust2_material .title40 {
        margin-bottom: 10px;
    }

    .sust2_material .content {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:999px) {
    .sust2_material .safe {
        padding: 50px 0px;
    }

    .sust2_material .box {
        width: 80%;
    }
}

@media(max-width:768px) {
    .sust2_material .box {
        width: 90%;
    }

    .sust2_material .content {
        font-size: 14px;
        line-height: 24px;
    }

    .sust2_material .safe {
        padding: 40px 0px;
    }
}

@media(max-width:570px) {
    .sust2_material .box {
        width: 100%;
    }
}



/* manu_bases */

.manu_bases {
    padding: 81px 0px 20px;
}

.manu_bases .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 53px;
}

.manu_bases .l_box {
    width: 36%;
}

.manu_bases .content {
    width: 62%;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    padding-top: 4px;
}

.manu_bases .btnbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 18px;
}

.manu_bases .btnbox a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49.3%;
    font-family: Montserrat-Light;
    height: 50px;
    font-size: 18px;
    color: #666666;
    background-color: #f2f4f5;
    border-radius: 25px;
    margin-bottom: 13px;
    background-image: unset;
    cursor: pointer;
}

.manu_bases .btnbox a:hover {
    background-image: linear-gradient(90deg,
            #004099 0%,
            #256bce 100%);
    color: #fff;
}

.manu_bases .act {
    background-image: linear-gradient(90deg,
            #004099 0%,
            #256bce 100%) !important;
    color: #fff !important;
}

@media(max-width:1600px) {
    .manu_bases {
        padding: 40px 0px 0px;
    }

    .manu_bases .titlebox {
        margin-bottom: 40px;
    }

    .manu_bases .content {
        width: 62%;
        font-size: 18px;
        line-height: 32px;
        padding-top: 0px;
    }

}

@media(max-width:1333px) {
    .manu_bases .titlebox {
        margin-bottom: 30px;
    }

    .manu_bases .content {
        width: 62%;
        font-size: 18px;
        line-height: 32px;
        padding-top: 0px;
    }

    .manu_bases .btnbox a {
        width: 49.3%;
        height: 50px;
        font-size: 16px;
        border-radius: 25px;
        margin-bottom: 10px;
    }

    .manu_bases .content {
        width: 62%;
        font-size: 16px;
        line-height: 30px;
        padding-top: 0px;
    }

}

@media(max-width:999px) {
    .manu_bases {
        padding: 30px 0px 0px;
    }

    .manu_bases .titlebox {
        margin-bottom: 20px;
    }

    .manu_bases .titlebox {
        flex-direction: column;
    }

    .manu_bases .l_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .manu_bases .content {
        width: 100%;
    }

    .manu_bases .btnbox {
        margin-bottom: 15px;
    }

    .manu_bases .btnbox a {
        width: 49.5%;
        height: auto;
        min-height: 45px;
        font-size: 14px;
        border-radius: 25px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .manu_bases .content {
        font-size: 14px;
        line-height: 26px;
    }

    .manu_bases .btnbox {
        flex-direction: column;
    }

    .manu_bases .btnbox a {
        width: 100%;
    }
}

@media(max-width:570px) {
    .manu_bases {
        padding: 20px 0px 0px;
    }

    .manu_bases .btnbox a {
        min-height: unset;
        padding: 10px 15px;
        text-align: center;
    }
}


/* vr_box */

.vr_box {
    margin-bottom: 91px;
}

.vr_box .inner {
    display: none;
}

.vr_box .vr {
    position: relative;
    margin-bottom: 60px;
}

.vr_box .vr iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

@media(max-width:1600px) {
    .vr_box .vr {
        margin-bottom: 50px;
    }

    .vr_box {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .vr_box .vr {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .vr_box .vr {
        margin-bottom: 30px;
    }

    .vr_box {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .vr_box .vr {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .vr_box .vr {
        margin-bottom: 15px;
    }

    .vr_box {
        margin-bottom: 30px;
    }
}



/* company_one */

.company_one {
    padding: 81px 0px 92px;
    position: relative;
}

.company_one::after {
    content: "";
    position: absolute;
    background-color: #0a2452;
    height: 41.4%;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.company_one .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
}

.company_one .l {
    width: 25%;
}

.company_one .title40 {
    margin-bottom: 11px;
}

.company_one .name {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #da222a;
}

.company_one .r {
    width: 64%;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    padding-top: 5px;
}

.company_one .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_one .videobox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_one .videobox .video {
    position: absolute;
    cursor: pointer;
}

.company_one .videobox .video:hover .play {
    transform: scale(1.1);
}

@media(max-width:1600px) {
    .company_one {
        padding: 40px 0px 50px;
    }

    .company_one .r {
        width: 64%;
        padding-top: 0;
        font-size: 18px;
        line-height: 32px;
    }

    .company_one .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .company_one .r {
        width: 64%;
        padding-top: 0;
        font-size: 16px;
        line-height: 28px;
    }

    .company_one .titlebox {
        margin-bottom: 30px;
    }

    .company_one .name {
        font-size: 16px;
    }

    .company_one::after {
        height: 25%;
    }

    .company_one .videobox .video img {
        width: 75px;
    }
}

@media(max-width:999px) {
    .company_one {
        padding: 30px 0px 40px;
    }

    .company_one .titlebox {
        flex-direction: column;
    }

    .company_one .l {
        width: 100%;
        margin-bottom: 12px;
    }

    .company_one .r {
        width: 100%;
    }
}

@media(max-width:768px) {
    .company_one .r {
        font-size: 14px;
        line-height: 26px;
    }

    .company_one .titlebox {
        margin-bottom: 20px;
    }

    .company_one .name {
        font-size: 14px;
    }

    .company_one .l {
        width: 100%;
        margin-bottom: 10px;
    }

    .company_one .videobox .video img {
        width: 65px;
    }

    .company_one .bg {
        min-height: 200px;
        width: 100%;
        object-fit: cover;
    }
}

@media(max-width:570px) {
    .company_one {
        padding: 20px 0px 30px;
    }
}


/* company_two */

.company_two {
    padding-bottom: 90px;
    background-color: #0a2452;
}

.company_two .safe {
    display: flex;
    justify-content: space-between;
}

.company_two .l_box {
    width: 49%;
    padding-top: 29px;
}

.company_two .title40 {
    color: #fff;
    margin-bottom: 61px;
}

.company_two .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #ffffff;
    opacity: 0.8;
}

.company_two .content p {
    margin-bottom: 36px;
}

.company_two .content p:last-child {
    margin-bottom: 0;
}

.company_two .r_box {
    width: 44.6%;
}

@media(max-width:1600px) {
    .company_two {
        padding-bottom: 50px;
    }

    .company_two .l_box {
        padding-top: 0;
    }

    .company_two .title40 {
        margin-bottom: 40px;
    }

    .company_two .content p {
        margin-bottom: 30px;
    }

    .company_two .content {
        font-size: 18px;
        line-height: 32px;
        opacity: 0.8;
    }
}

@media(max-width:1333px) {
    .company_two .content {
        font-size: 16px;
        line-height: 28px;
        opacity: 1;
    }

    .company_two .title40 {
        margin-bottom: 25px;
    }

    .company_two .content p {
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .company_two {
        padding-bottom: 40px;
    }

    .company_two .safe {
        flex-direction: column;
    }

    .company_two .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .company_two .r_box {
        width: 60%;
    }
}

@media(max-width:768px) {
    .company_two .title40 {
        margin-bottom: 15px;
    }

    .company_two .content p {
        margin-bottom: 15px;
    }

    .company_two .content {
        font-size: 14px;
        line-height: 26px;
    }

    .company_two .r_box {
        width: 75%;
    }
}

@media(max-width:570px) {
    .company_two {
        padding-bottom: 30px;
    }

    .company_two .r_box {
        width: 90%;
    }
}

@media(max-width:500px) {
    .company_two .r_box {
        width: 100%;
    }
}

/* company_rd */

.company_rd {
    padding: 111px 0px 100px;
}

.company_rd .safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.company_rd .l_box {
    width: 45%;
}

.company_rd .r_box {
    width: 45%;
}

.company_rd .title40 {
    margin-bottom: 11px;
}

.company_rd .s_title {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #da222a;
    margin-bottom: 40px;
}

.company_rd .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
}

@media(max-width:1600px) {
    .company_rd {
        padding: 50px 0px;
    }
}

@media(max-width:1333px) {
    .company_rd .r_box {
        width: 48%;
    }

    .company_rd .s_title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .company_rd .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .company_rd {
        padding: 40px 0px;
    }

    .company_rd .safe {
        flex-direction: column;
    }

    .company_rd .l_box {
        width: 60%;
        margin-bottom: 25px;
    }

    .company_rd .r_box {
        width: 100%;
    }

    .company_rd .s_title {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .company_rd .content {
        font-size: 14px;
        line-height: 26px;
    }

    .company_rd .l_box {
        width: 60%;
        margin-bottom: 20px;
    }

    .company_rd .s_title {
        font-size: 14px;
        margin-bottom: 6px;
    }
}

@media(max-width:570px) {
    .company_rd .l_box {
        width: 70%;
        margin-bottom: 20px;
    }
}


/* certification */

.certification {
    background-color: #f7f8f9;
    padding: 81px 0px 89px;
}

.certification .titlebox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 52px;
}

.certification .title40 {
    margin-bottom: 5px;
}

.certification .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}

.certification .titlebox .r {
    flex-shrink: 0;
    margin-left: 40px;
    padding-top: 13px;
}

.certification .titlebox .r a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 184px;
    height: 50px;
    background-color: #da222a;
    border-radius: 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
}

.certification .titlebox .r a:hover {
    background-color: #000;
}

.certification .imgbox {
    overflow: hidden;
    position: relative;
}

.certification .imgbox img:hover {
    transform: unset !important;
}

.certification .title {
    text-align: center;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
    padding-top: 24px;
}

.certification .btnbox i {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: rgba(15, 43, 88, .1);
    color: #666;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.certification .btnbox i:first-child {
    left: -100px;
}

.certification .btnbox i:last-child {
    right: -100px;
}

.certification .btnbox i:hover {
    background-color: #da222a;
    color: #fff;
}

.certification .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 43, 88, .36);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.certification .shadow img {
    cursor: pointer;
}

.certification .imgbox:hover .shadow {
    opacity: 1;
}

@media(max-width:1700px) {
    .certification .btnbox i:first-child {
        left: -70px;
    }

    .certification .btnbox i:last-child {
        right: -70px;
    }
}

@media(max-width:1600px) {
    .certification {
        padding: 50px 0px;
    }

    .certification .swiper {
        margin-bottom: 22px;
    }

    .certification .btnbox {
        display: flex;
        justify-content: center;
    }

    .certification .btnbox i {
        position: static;
        transform: unset;
    }

    .certification .btnbox i:first-child {
        margin-right: 12px;
    }

    .certification .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .certification .title {
        font-size: 16px;
        padding-top: 15px;
    }

    .certification .titlebox {
        margin-bottom: 30px;
    }

    .certification .content {
        font-size: 16px;
        line-height: 26px;
    }

    .certification .titlebox .r a {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }

    .certification .btnbox i {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .certification .shadow img {
        width: 46px;
    }
}

@media(max-width:999px) {
    .certification {
        padding: 40px 0px;
    }

    .certification .title {
        font-size: 16px;
        padding-top: 10px;
    }

    .certification .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .certification .titlebox {
        flex-direction: column;
    }

    .certification .titlebox .r {
        flex-shrink: 0;
        margin-left: 0px;
        padding-top: 13px;
    }

    .certification .title40 {
        margin-bottom: 10px;
    }

    .certification .titlebox .r a {
        width: 150px;
        height: 42px;
        border-radius: 25px;
        font-size: 14px;
    }

    .certification .title {
        font-size: 14px;
        padding-top: 8px;
    }

    .certification .shadow img {
        width: 40px;
    }

    .certification .btnbox i {
        width: 45px;
        height: 45px;
        font-size: 16px;
    }

    .certification .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .certification {
        padding: 30px 0px;
    }
}

/* develop_history */

.develop_history {
    padding: 71px 0px 90px;
}

.develop_history .title40 {
    margin-bottom: 59px;
}

.develop_history .wrap {
    position: relative;
    overflow: hidden;
    margin-bottom: 19px;
}

.develop_history .wrap::after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #e3e4e5;
    left: -8px;
    right: 0;
    margin: 0 auto;
    height: 100%;
    top: 0;
    transform: translateY(10px);
}

.develop_history .inner {
    display: flex;
    justify-content: space-between;
    padding-bottom: 38px;
    position: relative;
    transition: unset;
}

.develop_history .inner:nth-of-type(6) {
    padding-bottom: 0;
}

.develop_history .mb .inner:nth-of-type(6) {
    padding: 38px;
}

.develop_history .inner:last-child {
    padding-bottom: 0;
}

.develop_history .inner:nth-child(odd) .inn:first-child {
    display: flex;
    justify-content: flex-end;
    padding-right: 38px;
}

.develop_history .inner:nth-child(odd) .inn:last-child {
    text-align: left;
    padding-left: 25px;
}

.develop_history .inner:nth-child(even) {
    flex-direction: row-reverse;
    padding-right: 38px;
}

.develop_history .inner:nth-child(even) .inn:first-child {
    display: flex;
    justify-content: flex-start;
    padding-left: 38px;
}

.develop_history .inner:nth-child(even) .inn:last-child {
    text-align: right;
    padding-right: 25px;
}

.develop_history .inner::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #609cf0;
    border-radius: 50px;
    left: -10px;
    right: 0;
    margin: 0 auto;
    top: 8px;
    z-index: 10;
}

.develop_history .inn {
    width: 50%;
}

.develop_history .year {
    font-family: Montserrat-Bold;
    font-size: 30px;
    line-height: 36px;
    color: #0a2452;
    margin-bottom: 15px;
}

.develop_history .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #666666;
}

.develop_history .btn {
    width: 188px;
    height: 50px;
    background-image: linear-gradient(90deg,
            #004099 0%,
            #256bce 100%);
    border-radius: 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #ffffff;
    margin: 0 auto;
    cursor: pointer;
}

.develop_history .act svg {
    display: inline-block;
    transform: rotate(180deg);
}

.develop_history .btn span {
    margin-right: 5px;
}

.develop_history .btn:hover {
    background-image: unset;
    background-color: #000 !important;
}

@media(max-width:1600px) {
    .develop_history {
        padding: 50px 0px;
    }

    .develop_history .title40 {
        margin-bottom: 40px;
    }

    .develop_history .year {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .develop_history .title40 {
        margin-bottom: 30px;
    }

    .develop_history .year {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 15px;
    }

    .develop_history .content {
        font-size: 16px;
    }

    .develop_history .btn {
        width: 170px;
        height: 45px;
        border-radius: 25px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .develop_history {
        padding: 40px 0px;
    }

    .develop_history .title40 {
        margin-bottom: 20px;
    }

    .develop_history .year {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .develop_history .title40 {
        margin-bottom: 15px;
    }

    .develop_history .year {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .develop_history .content {
        font-size: 14px;
    }

    .develop_history .btn {
        width: 150px;
        height: 42px;
        border-radius: 25px;
        font-size: 14px;
    }

    .develop_history .inner {
        padding-bottom: 30px;
    }

    .develop_history .mb .inner:nth-of-type(6) {
        padding: 30px;
    }
}

@media(max-width:570px) {
    .develop_history {
        padding: 30px 0px;
    }

    .develop_history .inner:nth-child(even) {
        padding-right: 0;
    }

    .develop_history .year {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
}


/* company_vision */

.company_vision {
    position: relative;
    margin: 0 auto;
    margin-top: 80px;
    height: 576px;
    max-width: 1920px;
}

.company_vision .safe {
    display: flex;
    justify-content: flex-end;
}

.company_vision .l_box {
    position: absolute;
    left: 0;
    width: 50.5%;
}

.company_vision .r_box {
    width: 43%;
    padding-top: 45px;
}

.company_vision .title40 {
    margin-bottom: 45px;
}

.company_vision .content {}

.company_vision .content p {
    display: flex;
    align-items: flex-start;
    min-height: 60px;
    background-color: rgba(4, 70, 160, .1);
    border-radius: 30px;
    padding: 13px 16px 13px 16px;
    margin-bottom: 12px;
}

.company_vision .content p:last-child {
    margin-bottom: 0;
}

.company_vision .content p span {
    padding-top: 5px;
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
}

.company_vision .content i {
    width: 34px;
    height: 34px;
    background-color: #0446a0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 50px;
    margin-right: 13px;
    flex-shrink: 0;
}

@media(max-width:1600px) {
    .company_vision {
        height: auto;
        margin: 50px 0px;
    }

    .company_vision .l_box {
        position: static;
    }

    .company_vision .safe {
        justify-content: space-between;
    }

    .company_vision .r_box {
        padding-top: 0;
    }

    .company_vision .title40 {
        margin-bottom: 30px;
    }

    .company_vision .content p {
        min-height: 55px;
        border-radius: 30px;
        padding: 10px 16px 10px 16px;
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .company_vision .title40 {
        margin-bottom: 20px;
    }

    .company_vision .content i {
        width: 28px;
        height: 28px;
        font-size: 18px;
        border-radius: 50px;
        margin-right: 10px;
    }

    .company_vision .content p span {
        padding-top: 5px;
        font-size: 16px;
    }

    .company_vision .r_box {
        width: 47%;
    }

    .company_vision .content p {
        min-height: unset;
    }
}

@media(max-width:999px) {
    .company_vision {
        height: auto;
        margin: 40px 0px;
    }

    .company_vision .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .company_vision .l_box {
        width: 60%;
        margin-bottom: 20px;
    }

    .company_vision .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .company_vision .l_box {
        width: 75%;
        margin-bottom: 20px;
    }

    .company_vision .content p span {
        padding-top: 5px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .company_vision {
        height: auto;
        margin: 30px 0px;
    }

    .company_vision .l_box {
        width: 90%;
        margin-bottom: 15px;
    }
}

@media(max-width:500px) {
    .company_vision .l_box {
        width: 100%;
    }
}

/* cert_list */

.cert_list {
    padding: 81px 0px 99px;
    background-color: #f7f8f9;
}

.cert_list .titlebox {
    display: flex;
    margin-bottom: 64px;
}

.cert_list .title40 {
    width: 25%;
}

.cert_list .content {
    width: 69%;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    padding-top: 9px;
}

.cert_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.cert_list .inner {
    width: 23.0555%;
    margin-right: 2.588%;
    margin-bottom: 29px;
}

.cert_list .inner:nth-child(4n) {
    margin-right: 0;
}

.cert_list .imgbox {
    overflow: hidden;
    position: relative;
}

.cert_list .imgbox img:hover {
    transform: unset;
}

.cert_list .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 43, 88, .36);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
}

.cert_list .shadow img {
    cursor: pointer;
}

.cert_list .imgbox:hover .shadow {
    opacity: 1;
}

.cert_list .title {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 24px;
}

@media(max-width:1600px) {
    .cert_list {
        padding: 40px 0px 50px;
    }

    .cert_list .content {
        width: 70%;
        font-size: 18px;
        line-height: 32px;
        padding-top: 0px;
    }

    .cert_list .titlebox {
        margin-bottom: 40px;
    }

    .cert_list .title {
        font-size: 18px;
        padding-top: 20px;
    }
}

@media(max-width:1333px) {
    .cert_list .titlebox {
        margin-bottom: 30px;
    }

    .cert_list .content {
        width: 70%;
        font-size: 16px;
        line-height: 28px;
        padding-top: 0px;
    }

    .cert_list .title {
        font-size: 16px;
        padding-top: 10px;
    }

    .cert_list .shadow img {
        width: 45px;
    }
}

@media(max-width:999px) {
    .cert_list {
        padding: 30px 0px 40px;
    }

    .cert_list .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .cert_list .titlebox .title40 {
        width: 100%;
        margin-bottom: 8px;
    }

    .cert_list .content {
        width: 100%;
    }

    .cert_list .inner {
        width: 32%;
        margin-right: 2%;
    }

    .cert_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .cert_list .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .cert_list .title {
        font-size: 14px;
        padding-top: 6px;
    }

    .cert_list .shadow img {
        width: 40px;
    }

    .cert_list .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .cert_list {
        padding: 20px 0px 30px;
    }

    .cert_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .cert_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .cert_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}



/* equipment_list */

.equipment_list {
    padding: 81px 0px 100px;
}

.equipment_list .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 68px;
}

.equipment_list .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    width: 72%;
    padding-top: 6px;
}

.equipment_list .l {
    width: 28%;
}

.equipment_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 9px;
}

.equipment_list .inner {
    width: 31.0111%;
    margin-right: 3.4416%;
    margin-bottom: 41px;
}

.equipment_list .inner:nth-child(3n) {
    margin-right: 0;
}

.equipment_list .imgbox {
    overflow: hidden;
    position: relative;
}

.equipment_list .imgbox img:hover {
    transform: unset;
}

.equipment_list .imgbox::after {
    box-shadow: 0px 0px 30px 0px rgba(227, 228, 229, 0.36);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.equipment_list .imgbox a img {
    width: 100%;
}

.equipment_list .shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 43, 88, .36);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
}

.equipment_list .shadow img {
    cursor: pointer;
}

.equipment_list .imgbox:hover .shadow {
    opacity: 1;
}

.equipment_list .title {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top: 21px;
}

@media(max-width:1600px) {
    .equipment_list {
        padding: 40px 0px 50px;
    }

    .equipment_list .content {
        padding-top: 0;
    }

    .equipment_list .titlebox {
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .equipment_list .titlebox {
        margin-bottom: 30px;
    }

    .equipment_list .content {
        font-size: 16px;
        line-height: 30px;
        width: 72%;
    }

    .equipment_list .title {
        font-size: 16px;
        padding-top: 10px;
    }

    .equipment_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 29px;
    }

    .equipment_list .shadow img {
        width: 45px;
    }
}

@media(max-width:999px) {
    .equipment_list {
        padding: 30px 0px 40px;
    }

    .equipment_list .titlebox {
        margin-bottom: 20px;
        flex-direction: column;
    }

    .equipment_list .l {
        width: 100%;
        margin-bottom: 8px;
    }

    .equipment_list .content {
        width: 100%;
    }

    .equipment_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }

    .equipment_list .shadow img {
        width: 40px;
    }
}

@media(max-width:768px) {
    .equipment_list .titlebox {
        margin-bottom: 15px;
    }

    .equipment_list .content {
        font-size: 14px;
        line-height: 25px;
    }

    .equipment_list .title {
        font-size: 14px;
        padding-top: 8px;
    }

    .equipment_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .equipment_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .equipment_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .equipment_list .shadow img {
        width: 35px;
    }
}

@media(max-width:570px) {
    .equipment_list {
        padding: 20px 0px 30px;
    }
}

@media(max-width:400px) {
    .equipment_list .inner {
        width: 100%;
        margin-right: 0% !important;
        margin-bottom: 15px;
    }
}




/* company_map */

.company_map {
    padding: 81px 0px 60px;
    background-color: #f7f8f9;
}

.company_map .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 38px;
}

.company_map .l {
    width: 28%;
}

.company_map .content {
    width: 72%;
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    padding-top: 9px;
}

.company_map .mapbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(max-width:1600px) {
    .company_map {
        padding: 40px 0px 50px;
    }

    .company_map .content {
        padding-top: 0;
    }
}

@media(max-width:1333px) {
    .company_map .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .company_map {
        padding: 30px 0px 40px;
    }

    .company_map .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .company_map .titlebox .l {
        width: 100%;
        margin-bottom: 8px;
    }

    .company_map .titlebox .content {
        width: 100%;
    }
}

@media(max-width:768px) {
    .company_map .content {
        font-size: 14px;
        line-height: 24px;
    }
}

@media(max-width:570px) {
    .company_map {
        padding: 20px 0px 30px;
    }
}


/* news_list */

.news_list {
    padding: 81px 0px 30px;
}

.news_list .titlebox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 44px;
}

.news_list .title40 {
    width: 28%;
}

.news_list .con {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    width: 60%;
    padding-top: 5px;
}

.news_list .wrap {
    display: flex;
    flex-wrap: wrap;
}

.news_list .inner {
    width: 31.94444%;
    margin-right: 2.08333%;
    padding: 29px 28px 28px 27px;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    margin-bottom: 30px;
}

.news_list .inner:nth-child(3n) {
    margin-right: 0;
}

.news_list .imgbox {
    border-radius: 24px;
    overflow: hidden;
}

.news_list .contact {
    padding-top: 25px;
}

.news_list .title {
    font-family: Montserrat-Regular;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 18px;
    min-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a {
    color: #333;
}

.news_list .title:hover,
.news_list .title a:hover {
    color: #da222a;
}

.news_list .content {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    margin-bottom: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 84px;
}

.news_list .last {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_list .last .data {
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #ffffff;
    width: 127px;
    height: 29px;
    background-color: #da222a;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_list .btn {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #da222a;
}

.news_list .btn:hover {
    text-decoration: underline;
}

@media(max-width:1600px) {
    .news_list {
        padding: 40px 0px 50px;
    }

    .news_list .con {
        padding-top: 0;
    }

    .news_list .inner {
        width: 31.94444%;
        margin-right: 2.08333%;
        padding: 28px 28px 28px 28px;
        border-radius: 16px;
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .news_list .con {
        font-size: 16px;
        line-height: 30px;
        width: 60%;
    }

    .news_list .inner {
        width: 31.94444%;
        margin-right: 2.08333%;
        padding: 20px;
        border-radius: 16px;
        margin-bottom: 30px;
    }

    .news_list .contact {
        padding-top: 15px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 8px;
        min-height: 52px;
    }

    .news_list .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
        min-height: 84px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 30px 0px 40px;
    }

    .news_list .titlebox {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 26px;
    }

    .news_list .title40 {
        width: 100%;
        margin-bottom: 15px;
    }

    .news_list .con {
        width: 100%;
    }

    .news_list .inner {
        width: 32%;
        margin-right: 2%;
        padding: 14px;
        border-radius: 16px;
        margin-bottom: 25px;
    }

    .news_list .inner:nth-child(3n) {
        margin-right: 0;
    }

    .news_list .contact {
        padding-top: 10px;
    }

    .news_list .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        min-height: 78px;
    }

    .news_list .last {
        align-items: center;
    }

    .news_list .last .data {
        font-size: 14px;
        color: #ffffff;
        width: 105px;
        height: 29px;
        border-radius: 15px;
    }
}

@media(max-width:768px) {
    .news_list .title40 {
        width: 100%;
        margin-bottom: 10px;
    }

    .news_list .con {
        font-size: 14px;
        line-height: 24px;
    }

    .news_list .titlebox {
        margin-bottom: 15px;
    }

    .news_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .news_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .news_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .news_list .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px;
        min-height: 48px;
    }

    .news_list .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        min-height: 72px;
    }

    .news_list .btn {
        font-size: 14px;
    }

    .news_list .imgbox {
        border-radius: 15px;
        overflow: hidden;
    }

    .news_list .last .data {
        font-size: 14px;
        color: #ffffff;
        width: 96px;
        height: 29px;
        border-radius: 15px;
    }
}

@media(max-width:570px) {
    .news_list {
        padding: 20px 0px 30px;
    }

    .news_list .inner {
        padding: 10px;
    }

    .news_list .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
        min-height: 48px;
    }
}

@media(max-width:500px) {
    .news_list .last {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_list .last .data {
        margin-bottom: 8px;
    }
}

@media(max-width:400px) {
    .news_list .inner {
        width: 100% !important;
        margin-right: 0 !important;
    }

    .news_list .imgbox img {
        width: 100%;
    }

    .news_list .last {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* news_detail */

.news_detail {
    padding: 66px 0px 87px;
}

.news_detail .safe {
    display: flex;
    justify-content: space-between;
}

.news_detail .l_box {
    width: 21.4%;
    padding-top: 23px;
}

.news_detail .catebox {
    margin-bottom: 40px;
}

.news_detail .cate {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    width: 100%;
    min-height: 76px;
    background-color: #0f2b58;
    border: solid 1px #f2f3f5;
    display: flex;
    align-items: center;
    padding: 0px 24px;
}

.news_detail .ul1 {
    border: solid 1px #dcdcdc;
    border-top: unset;
    border-bottom: unset;
}

.news_detail .ul1>li {}

.news_detail .ul1>li:first-child p {
    border-top: unset;
}

.news_detail .ul1>li:last-child p {
    border-bottom: 1px solid #dcdcdc;
}

.news_detail .ul1>li>p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dcdcdc;
}

.news_detail .ul1>li>p a {
    padding: 24px 25px;
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_detail .ul1>li>p i {
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.news_detail .ul2 {
    padding: 14px 0px 29px;
    background-color: #f7f8f9;
    display: none;
    border-top: 1px solid #dcdcdc;
}

.news_detail .ul2>li {
    padding: 0px 35px;
    margin-bottom: 21px;
}

.news_detail .ul2>li:last-child {
    margin-bottom: 0;
}

.news_detail .ul2>li a {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666;
}

.news_detail .ul1>li>p:hover a,
.news_detail .ul1>li>p:hover i {
    color: #da222a;
}

.news_detail .ul2>li a:hover {
    color: #da222a;
}

.news_detail .active ul {
    display: block;
}

.news_detail .active>p a {
    color: #da222a !important;
}

.news_detail .active>p i {
    transform: rotate(180deg);
}


.news_detail .cateemail {
    background-image: linear-gradient(90deg,
            #004099 0%,
            #256bce 100%);
    padding: 25px 18px 38px 24px;
    margin-bottom: 40px;
}

.news_detail .cateemail .e_box {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.news_detail .cateemail .name {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #ffffff;
    margin-left: 18px;
}

.news_detail .cateemail .resu a {
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    word-break: break-all;
}

.news_detail .cateemail .resu a:hover {
    color: #da222a;
}

.news_detail .catetags .tag {
    min-height: 76px;
    background-color: #0f2b58;
    border: solid 1px #f2f3f5;
    font-family: Montserrat-Bold;
    font-size: 20px;
    color: #ffffff;
    padding: 0px 24px;
    display: flex;
    align-items: center;
    margin-bottom: 21px;
}

.news_detail .catetags .tagbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news_detail .catetags .tagbox a {
    display: inline-block;
    padding: 8px 13px 8px 13px;
    background-color: #e7e9ee;
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-bottom: 11px;
}

.news_detail .catetags .tagbox a:hover {
    color: #da222a;
}

.news_detail .cate i {
    font-size: 22px;
    display: none;
}

.news_detail .r_box {
    width: 74.75%;
    padding-top: 18px;
}

.news_detail .title30 {
    margin-bottom: 15px;
}

.news_detail .con {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}

.news_detail .data {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    margin-right: 30px;
}

.news_detail .sharebox {
    font-family: Montserrat-Light;
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
}

.news_detail .sharebox span {
    margin-right: 6px;
}

.news_detail .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 25px;
}

.news_detail .content strong {
    font-family: Montserrat-Bold;
    font-size: 22px;
    color: #333333;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 50px 0px;
    }

    .news_detail .r_box {
        width: 74.75%;
        padding-top: 0px;
    }

    .news_detail .l_box {
        padding-top: 0;
    }

    .news_detail .cate {
        font-size: 20px;
        width: 100%;
        min-height: 70px;
        padding: 0px 24px;
    }

    .news_detail .ul1>li>p a {
        padding: 20px 25px;
        font-size: 18px;
        width: 100%;
        height: 100%;
    }

    .news_detail .ul2 {
        padding: 15px 0px 15px;
    }

    .news_detail .catebox {
        margin-bottom: 30px;
    }

    .news_detail .cateemail {
        padding: 30px 15px 30px 20px;
        margin-bottom: 30px;
    }

    .news_detail .catetags .tag {
        min-height: 70px;
        font-size: 20px;
        padding: 0px 24px;
        margin-bottom: 20px;
    }

    .news_detail .catetags .tagbox a {
        padding: 8px 5px 8px 5px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .news_detail .cateemail .resu a {
        font-size: 18px;
    }

    .news_detail .con {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .news_detail .ul1>li>p a {
        padding: 16px 20px;
        font-size: 16px;
    }

    .news_detail .ul2 {
        padding: 10px 0px 10px;
    }

    .news_detail .ul2>li {
        padding: 0px 28px;
        margin-bottom: 15px;
    }

    .news_detail .r_box {
        width: 72%;
    }

    .news_detail .con {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .news_detail .l_box {
        width: 23.4%;
    }

    .news_detail .cate {
        font-size: 18px;
        min-height: 60px;
        padding: 0px 20px;
    }

    .news_detail .cateemail .resu a {
        font-size: 16px;
    }

    .news_detail .cateemail .e_box {
        margin-bottom: 15px;
    }

    .news_detail .cateemail .name {
        font-size: 16px;
        margin-left: 10px;
    }

    .news_detail .cateemail .e_box img {
        width: 45px;
    }

    .news_detail .catetags .tag {
        min-height: 60px;
        font-size: 18px;
        padding: 0px 24px;
        margin-bottom: 15px;
    }

    .news_detail .catetags .tagbox a {
        padding: 5px 4px 5px 4px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 30px;
        margin-bottom: 20px;
    }

    .news_detail .content strong {
        font-size: 20px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 30px 0px 40px;
    }

    .news_detail .safe {
        flex-direction: column;
    }

    .news_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .news_detail .r_box {
        width: 100%;
    }

    .news_detail .cate {
        font-size: 18px;
        min-height: 50px;
        padding: 0px 15px;
    }

    .news_detail .ul1>li>p a {
        padding: 12px 15px;
        font-size: 16px;
    }

    .news_detail .ul2 {
        padding: 10px 0px 15px;
    }

    .news_detail .ul2>li {
        padding: 0px 25px;
        margin-bottom: 12px;
    }

    .news_detail .catebox {
        margin-bottom: 20px;
    }

    .news_detail .cateemail {
        padding: 20px 15px 20px 15px;
        margin-bottom: 20px;
    }

    .news_detail .catetags .tag {
        min-height: 50px;
        font-size: 18px;
        padding: 0px 15px;
        margin-bottom: 15px;
    }

    .news_detail .catetags .tagbox {
        justify-content: flex-start;
    }

    .news_detail .catetags .tagbox a {
        padding: 5px 4px 5px 4px;
        font-size: 14px;
        margin-bottom: 8px;
        margin-right: 8px;
    }

    .news_detail .cate {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .news_detail .cate i {
        display: block;
    }

    .news_detail .ul1 {
        display: none;
        transition: none;
    }

}

@media(max-width:768px) {
    .news_detail .cate {
        font-size: 16px;
        min-height: 45px;
        padding: 0px 10px;
    }

    .news_detail .catebox {
        margin-bottom: 10px;
    }

    .news_detail .cateemail {
        padding: 10px 10px 10px 10px;
        margin-bottom: 10px;
    }

    .news_detail .catetags .tag {
        min-height: 45px;
        font-size: 16px;
        padding: 0px 10px;
        margin-bottom: 10px;
    }

    .news_detail .cateemail .resu a {
        font-size: 14px;
    }

    .news_detail .cateemail .e_box {
        margin-bottom: 10px;
    }

    .news_detail .cateemail .e_box img {
        width: 40px;
    }

    .news_detail .ul1>li>p a {
        padding: 10px 10px;
        font-size: 14px;
    }

    .news_detail .ul2>li {
        padding: 0px 18px;
        margin-bottom: 8px;
    }

    .news_detail .ul2>li a {
        font-size: 14px;
    }

    .news_detail .cateemail .name {
        font-size: 14px;
        margin-left: 6px;
    }

    .news_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 20px;
        margin-bottom: 15px;
    }

    .news_detail .sharebox {
        font-size: 14px;
    }

    .news_detail .data {
        font-size: 14px;
        margin-right: 30px;
    }

    .news_detail .content strong {
        font-size: 18px;
    }


}

@media(max-width:570px) {
    .news_detail {
        padding: 20px 0px 30px;
    }

    .news_detail .content strong {
        font-size: 16px;
    }
}

@media(max-width:400px) {}


.page_control {
    display: flex;
    justify-content: space-between;
}

.page_control .page {
    display: flex;
    align-items: center;
    width: 50%;
}

.page_control .page .radio {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 57px;
    background-color: #ffffff;
    border: solid 1px #1e1e1e;
    border-radius: 50px;
}

.page_control .page:last-child {
    justify-content: flex-end;
    text-align: right;
}

.page_control .page:first-child .radio {
    margin-right: 12px;
}

.page_control .page:last-child .radio {
    margin-left: 12px;
}

.page_control .page:last-child .radio {
    transform: rotate(-180deg);
}

.page_control .page .name {
    font-size: 18px;
}

.page_control .page {
    font-family: Montserrat-Light;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.page_control .page .name {
    color: #666;
}

.page_control .page>a:hover {
    background-color: #da222a;
    border: 1px solid #da222a;
}

.page_control .page>a:hover img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.page_control a:hover {
    color: #da222a !important;
}


@media(max-width:1600px) {}

@media(max-width:1333px) {}

@media(max-width:999px) {}

@media(max-width:768px) {
    .page_control .page .name {
        font-size: 16px;
    }

    .page_control .page {
        font-size: 14px;
        line-height: normal;
    }

    .page_control {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .page_control .page:first-child {
        margin-right: 10px;
    }

    .page_control .page:last-child {
        display: flex;
        flex-direction: row-reverse;
        text-align: left;
    }

    .page_control .page:last-child .radio {
        margin-left: 0;
        margin-right: 10px;
    }

    .page_control .page {
        width: 100%;
    }

    .page_control .page:first-child {
        margin-bottom: 15px;
    }

    .page_control .page .radio {
        width: 50px;
        height: 50px;
    }
}

@media(max-width:570px) {
    .page_control .page .radio {
        width: 40px;
        height: 40px;
    }
}


/* frequ_ask */

.frequ_ask {
    padding: 81px 0px 31px;
}

.frequ_ask .title40 {
    margin-bottom: 18px;
}

.frequ_ask .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 32px;
    color: #666666;
    margin-bottom: 54px;
}

.faq2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.faq2 .box {
    width: 49.1%;
    margin-right: 1.8%;
}

.faq2 .box:nth-child(2n) {
    margin-right: 0;
}

.faq2 .quest {
    cursor: pointer;
    margin-bottom: 9px;
}

.faq2 .question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 29px;
    background-color: #f7f7f7;
}

.faq2 .name {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #333333;
}

.faq2 .question i {
    font-size: 20px;
    font-weight: bold;
    color: #444;
}

.faq2 .answer {
    font-family: Montserrat-Light;
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    display: none;
    transition: none;
    padding: 18px 29px 14px 29px;
}

.faq2 .answer p:last-child {
    margin-bottom: 0;
}

.faq2 .active .question {
    background-color: #eef3f9;
}

@media(max-width:1600px) {
    .frequ_ask {
        padding: 40px 0px 30px;
    }

    .frequ_ask .content {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 40px;
    }

    .faq2 .question {
        padding: 25px 25px;
    }

    .faq2 .answer {
        font-size: 16px;
        line-height: 30px;
        padding: 18px 25px 14px 25px;
    }
}

@media(max-width:1333px) {
    .frequ_ask .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .frequ_ask .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .faq2 .question {
        padding: 20px 20px;
    }

    .faq2 .answer {
        font-size: 16px;
        line-height: 28px;
        padding: 10px 20px 10px 20px;
    }
}

@media(max-width:999px) {
    .frequ_ask {
        padding: 30px 0px 30px;
    }

    .faq2 {
        flex-direction: column;
    }

    .faq2 .box {
        width: 100%;
        margin-right: 0 !important;
    }
}

@media(max-width:768px) {
    .frequ_ask .title40 {
        margin-bottom: 10px;
    }

    .frequ_ask .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .faq2 .question {
        padding: 15px 15px;
    }

    .faq2 .answer {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 15px 10px 15px;
    }

    .faq2 .name {
        font-size: 16px;
    }
}

@media(max-width:570px) {
    .frequ_ask {
        padding: 20px 0px 30px;
    }

    .faq2 .name {
        font-size: 14px;
    }

    .faq2 .question {
        padding: 10px 10px;
    }

    .faq2 .answer {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 10px 10px 10px;
    }
}

/* contactus */

.contactus {
    padding: 90px 0px;
}

.contactus .con_safe {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.contactus .l_box {
    width: 45%;
    padding-top: 7px;
}

.contactus .s_title {
    font-family: Montserrat-Regular;
    font-size: 18px;
    color: #da222a;
    margin-bottom: 5px;
}

.contactus .title42 {
    margin-bottom: 16px;
}

.contactus .content {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #666666;
    margin-bottom: 83px;
}

.contactus .inner {
    display: flex;
    align-items: flex-start;
    align-items: center;
    margin-bottom: 40px;
}

.contactus .inner:last-child {
    margin-bottom: 0;
}

.contactus .svgbox {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    background-color: #0f2b58;
    border-radius: 50px;
    margin-right: 12px;
}

.contactus .inner:hover .svgbox {
    background-color: #da222a;
}

.contactus .resu {
    font-family: Montserrat-Bold;
    font-size: 24px;
    color: #333333;
    margin-bottom: 6px;
}

.contactus .resu a {
    color: #333333;
}

.contactus .resu a:hover {
    color: #da222a;
}

.contactus .name {
    font-family: Montserrat-Light;
    font-size: 18px;
    color: #666666;
}

.contactus .email a {
    word-break: break-all;
}

.contactus .r_box {
    width: 51.5%;
    background-color: #f7f8f9;
    padding: 36px 20px 46px 20px;
}

.contactus .inpbox1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px;
}

.contactus .inpbox1 .inp1 {
    width: 48.5%;
    height: 65px;
    border-bottom: 1px solid #e6e6e6;
}

.contactus .inpbox1 .inp1 input {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.contactus .inpbox1 input::placeholder,
.contactus textarea::placeholder {
    color: #333;
}

.contactus .inpbox2 {
    height: 184px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e6e6e6;
}

.contactus .inpbox2 textarea {
    width: 100%;
    height: 100%;
    background-color: transparent;
    resize: none;
}

.contactus .inpbox1 input,
.contactus .inpbox2 textarea {
    font-family: Poppins-Regular;
    font-size: 16px;
    color: #333333;
}

.contactus .submit {
    border-bottom: 1px solid transparent !important;
    display: flex;
    align-items: flex-end;
}

.contactus .submit input {
    font-family: Poppins-Medium;
    font-size: 18px;
    height: 57px !important;
    color: #ffffff !important;
    background-color: #da222a !important;
    border-radius: 28px;
}

.contactus .submit input:hover {
    cursor: pointer;
    background-color: #000 !important;
}

.contactus .inp1,
.contactus .inpbox2 {
    padding: 0px 18px;
}

.contactus .inpbox2 {
    padding: 23px 18px;
}

.contactus .must {
    position: relative;
}

.contactus .must::after {
    position: absolute;
    content: "*";
    font-family: Poppins-Regular;
    font-size: 20px;
    color: #ff0000;
    left: 3px;
    top: 23px;
}

.contactus .yanzheng {
    position: relative;
}

.contactus .yanzheng .codebox {
    padding-right: 120px;
}

.contactus .yanzheng .code {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

@media(max-width:1600px) {
    .contactus {
        padding: 50px 0px;
    }

    .contactus .l_box {
        padding-top: 0;
    }

    .contactus .content {
        font-size: 18px;
        margin-bottom: 50px;
    }

    .contactus .resu {
        font-size: 22px;
        margin-bottom: 5px;
    }

    .contactus .inner {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .contactus .r_box {
        width: 51.5%;
        background-color: #f7f8f9;
        padding: 20px 20px 20px 20px;
    }

    .contactus .resu {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .contactus .name {
        font-size: 16px;
    }

    .contactus .svgbox {
        width: 68px;
        height: 68px;
        margin-right: 10px;
    }

    .contactus .inpbox1 .inp1 {
        width: 48.5%;
        height: 55px;
        border-bottom: 1px solid #e6e6e6;
    }

    .contactus .must::after {
        content: "*";
        font-size: 20px;
        left: 3px;
        top: 16px;
    }

    .contactus .inpbox2 {
        padding: 16px 18px;
    }

    .contactus .inpbox2 {
        height: 150px;
        margin-bottom: 17px;
        border-bottom: 1px solid #e6e6e6;
    }

    .contactus .submit input {
        font-size: 16px;
        height: 50px !important;
        border-radius: 28px;
    }

    .contactus .content {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .contactus .s_title {
        font-size: 16px;
        margin-bottom: 2px;
    }
}

@media(max-width:999px) {
    .contactus {
        padding: 30px 0px 40px;
    }

    .contactus .content {
        font-size: 16px;
        margin-bottom: 30px;
        line-height: 26px;
    }

    .contactus .con_safe {
        flex-direction: column;
    }

    .contactus .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .contactus .r_box {
        width: 100%;
        background-color: #f7f8f9;
        padding: 20px 20px 20px 20px;
    }

    .contactus .title42 {
        margin-bottom: 10px;
    }

    .contactus .inner {
        margin-bottom: 20px;
    }

    .contactus .resu {
        font-size: 18px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .contactus .s_title {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .contactus .content {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .contactus .resu {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .contactus .name {
        font-size: 14px;
    }

    .contactus .svgbox {
        width: 55px;
        height: 55px;
        margin-right: 10px;
    }

    .contactus .svgbox img {
        width: 23px;
    }

    .contactus .r_box {
        padding: 15px;
    }

    .contactus .inpbox1 input,
    .contactus .inpbox2 textarea {
        font-size: 14px;
    }

    .contactus .submit input {
        font-size: 14px;
        height: 40px !important;
        border-radius: 28px;
    }

    .contactus .inpbox1 .inp1 {
        width: 48.5%;
        height: 50px;
        border-bottom: 1px solid #e6e6e6;
    }

    .contactus .inpbox2 {
        height: 140px;
        margin-bottom: 17px;
        border-bottom: 1px solid #e6e6e6;
    }

    .contactus .must::after {
        font-size: 20px;
        left: 3px;
        top: 14px;
    }
}

@media(max-width:570px) {
    .contactus {
        padding: 20px 0px 30px;
    }

    .contactus .svgbox img {
        width: 20px;
    }
}

@media(max-width:500px) {
    .contactus .inpbox1 {
        flex-direction: column;
    }

    .contactus .inpbox1 .inp1 {
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #e6e6e6;
    }

    .contactus .inpbox1 {
        margin-bottom: 0;
    }

    .contactus .inpbox2 {
        margin-bottom: 0;
    }

    .contactus .submit {
        padding: 0 !important;
    }

    .contactus .submit input {
        padding: 0 !important;
    }

    .contactus .resu {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contactus .inner {
        margin-bottom: 10px;
    }

    .contactus .svgbox {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
}


/* con_map */

.con_map {
    max-width: 1920px;
    margin: 0 auto;
}




@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#MontserratBold') format('svg');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/MontserratRegular.eot');
    src: url('../fonts/MontserratRegular.eot') format('embedded-opentype'),
        url('../fonts/MontserratRegular.woff2') format('woff2'),
        url('../fonts/MontserratRegular.woff') format('woff'),
        url('../fonts/MontserratRegular.ttf') format('truetype'),
        url('../fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/MontserratLight.eot');
    src: url('../fonts/MontserratLight.eot') format('embedded-opentype'),
        url('../fonts/MontserratLight.woff2') format('woff2'),
        url('../fonts/MontserratLight.woff') format('woff'),
        url('../fonts/MontserratLight.ttf') format('truetype'),
        url('../fonts/MontserratLight.svg#MontserratLight') format('svg');
}




.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1740022733908') format('woff'),
        url('iconfont.ttf?t=1740022733908') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}



/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}


.xuanzhong {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    background-color: #da222a;
    border-radius: 20px;
    font-family: Montserrat-Regular;
    font-size: 14px;
    color: #ffffff;
}