@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: 1600px;
    width: calc(100% - 78px);
    margin: 0 auto;
}

@media screen and (max-width:999px) {
    .safe {
        max-width: 1400px;
        width: calc(100% - 65px);
    }
}

@media screen and (max-width:768px) {
    .safe {
        width: calc(100% - 45px);
    }
}

/* 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: 2px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15000000;
    display: flex;
}

.column ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.column ul li {
    margin-bottom: 3px;
    min-width: 50px;
    max-width: 250px;
    background-color: transparent;
    border-radius: 6px;
    display: flex;
    align-items: center;
}

.column ul li:hover .tiaozhuan {
    display: flex;
    width: 90px;
    margin-left: 15px;
    margin-right: 10px;
}

.column ul li .tiaozhuan {
    width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column ul li a {
    height: 100%;
}

.column ul li .imgbox {
    width: 52px;
    height: 52px;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    border-radius: 6px;
}



.column ul li .imgbox a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 6px;
}


.column ul li .imgbox:hover i {
    color: #fff !important;
}

.column ul li .imgbox:hover img {
    transform: unset !important;
}

.column .wechat {
    position: relative;
}

.column .gotop {
    cursor: pointer;
}

.column .gotop .icon-xiajiantou {
    transform: rotate(180deg);
}

.column .wechat .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 100%;
    display: none;
    cursor: pointer;
    border: 10px solid rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
    width: 100%;
    height: 100%;
    border-radius: 10px !important;
    padding-right: 0px;
    background-color: transparent;
}

.column img {
    display: block;
    width: 45%;
}

.column .gotop i {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.column .facebook i {
    font-size: 18px !important;
    padding: 5px;
    border: 1px solid #fff;
    border-radius: 50px;
}

.column .phonebox:hover img {
    filter: brightness(100);
}

.column .phonebox .phone {
    width: 0;
    /* padding: 0px 10px; */
    display: flex;
}

.column .phonebox .phone p {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: linear width .3s;
    color: #fff;
}

.column i {
    color: #fff !important;
}

.column .phonebox:hover .phone {
    width: 180px;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
}


.column .imgbox:hover {
    background-color: #0a378c;
}


.column li:hover {}

.column .imgbox:hover img {
    filter: brightness(100);
}


@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: 30000000;
        width: 100%;
        height: 45px;
        transform: unset;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 150px;
        height: 150px;
        top: -173px;
        right: 17%;
        display: none;
        cursor: pointer;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;
        height: 45px;
    }

    .column ul li .imgbox img {
        /* width: 18%; */
        width: 30px;
        filter: brightness(100);
    }

    .column ul li a {
        border: unset;
    }

    .column ul {
        background-color: rgba(0, 0, 0, .3);
    }

    .column ul li .phonenum {
        position: absolute;
        right: 53px;
        padding: 10px;
        color: #333;
        background-color: #fff;
        display: none;
        word-wrap: nowrap;
        right: unset;
        top: -100%;
    }

    .column .facebook i {
        border: unset;
    }

    .column ul li .imgbox img {
        width: auto;
    }

    .column ul li {
        background-color: transparent;
    }

    .column .phonebox:hover .phone {}

    .column .phonebox .phone {
        width: auto;
        min-width: 180px;
        margin-right: 0px;
        margin-left: 0px;
        top: -40px;
        position: absolute;
        background: #fff;
        padding: 10px;
    }

    .column .phonebox .phone p {
        color: #333;
    }

    .column .phonebox .phone {
        display: none;
    }
}

@media(max-width:768px) {

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column .wechat .erweima,
    .column .whatsapp .erweima {
        position: absolute;
        width: 135px;
        height: 135px;
        top: -157px;
        /* right: 20%; */
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }

}

@media(max-width:450px) {
    .column ul li .imgbox img {
        width: 25px;
    }

    .column .phonebox .phone {
        right: 0;
    }

    .column ul li .imgbox {
        width: 45px;
        height: 45px;
    }

    .column ul li .imgbox i {
        font-size: 18px;
    }

    .column .gotop i {
        font-size: 14px !important;
    }

    .column .wechat .erweima {
        position: absolute;
        width: 100px;
        height: 100px;
        top: -125px;
        right: 20px;
        display: none;
        cursor: pointer;
        left: 0;
    }

    .column ul {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .column ul li {
        margin-bottom: 0px;
        width: 100%;
    }

    .column ul li .imgbox {
        width: 100%;
        height: 0;
    }

    .column ul li .imgbox a {
        width: 100%;

    }
}


.m-formcountry {
    position: relative;
}

.m-formcountry .drop-btn {
    position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    color: #ccc;
    right: 0px;
    font-weight: bold;
}

.m-formcountry .drop-list {
    display: none;
    border: 1px solid #e6e6e6;
    width: 100%;
    position: absolute;
    top: 100%;
    background-color: #fff;
    max-height: 223px;
    overflow-x: hidden;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
    box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
    background-color: #333;
}

.m-formcountry .drop-list li {
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px 12px;
    cursor: pointer;
    /* border-bottom: 1px solid #e6e6e6; */
    color: #666;
}

.m-formcountry .drop-list li.on {
    background-color: #eaecf1;
}

@media(max-width:768px) {
    .m-formcountry .drop-list li {
        padding: 2px 20px;
        font-size: 14px;
    }

    .m-formcountry .drop-list {
        padding: 0;
    }
}



/* search */

.searchbox a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    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;
}

.searchbox .s_wrap .s_inner {
    display: flex;
    align-items: center;
    height: 100%;
}

.searchbox .s_wrap .ent {
    height: 100%;
    width: 80%;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333;
    padding-right: 15px;
}

.searchbox .s_wrap .searchbtn {
    width: 20%;
    height: 100%;
    position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 18px;
    pointer-events: none;
    font-weight: bold;
    cursor: pointer;
}

.searchbox .s_wrap .sub {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
    color: #0a378c;
}

.searchbox {
    margin-right: 0 !important;
}



.lanauage_wrap {
    display: flex;
    align-items: center;
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;
    margin-left: 21px;
    padding-left: 15px;
    font-family: Inter-Regular;
    font-size: 14px;
    color: #333333;
    position: relative;
}

.lanauage_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background-color: #fff;
}

.lanauage_wrap .lanauage {
    position: relative;
    transition: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}

.lanauage_wrap .lanauage>i {
    font-size: 18px;
}

.lanauage_wrap .lanbox {
    display: flex;
    align-items: center;
}

.lanauage_wrap .lanauage .icon-duoyuyan {
    font-size: 24px;
    color: #fff !important;
    margin-right: 6px;
}

.lanauage_wrap .lanauage .lanbox i {
    color: #fff;
    font-size: 12px;
    margin-left: 12px;
}

.lanauage_wrap .lanauage img {
    margin-right: 10px;
    width: 27px;
    height: 14px;
}

.lanauage_wrap .lanbox a {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #666666;
}

.lanauage_wrap .lanauage:hover .icon-duoyuyan {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .name {
    color: #fff !important;
}

.lanauage_wrap .lanauage:hover .lanbox i {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
}

.lanauage_wrap .lanauage .silde-down {
    transition: none;
    display: none;
    position: absolute;
    top: 100%;
    background-color: #fff !important;
    text-align: center;
    min-width: 100px;
    width: 120px;
    max-width: 200px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    right: 0px;
    margin-top: 14px;
    z-index: 1000;
}

.lanauage_wrap .lanauage .silde-down a {
    color: #333;
    padding: 6px 0px;
    display: inline-block;
    width: 100%;
    font-size: 16px !important;
    font-family: Inter-Regular;
    font-size: 14px;
}

.lanauage_wrap .lanauage .silde-down li {}

.lanauage .silde-down li:hover {
    background-color: #0a378c;
}

.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: #0a378c !important;
}

@media(max-width:1600px) {
    .lanauage_wrap {
        margin-left: 20px;
    }

    .lanauage_wrap .lanauage .lanbox i {
        margin-left: 10px;
    }

    .lanauage_wrap .lanbox a {
        font-size: 16px;
    }

    .searchbox a {
        font-size: 16px;
    }

}

@media(max-width:1450px) {
    .lanauage_wrap .name {
        color: #333 !important;
    }

    .lanauage_wrap .lanauage .lanbox i {
        color: #333;
    }

    .searchbox a {
        color: #333;
    }

    .lanauage_wrap::after {
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 28px;
        background-color: #333;
    }

}

@media(max-width:1333px) {
    .lanauage_wrap .lanbox a {
        font-size: 14px !important;
    }

    .lanauage_wrap {
        margin-left: 20px;
    }

}


@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: 0px;
        padding-left: 0;
    }

    .lanauage_wrap .lanauage .lanbox i {
        font-size: 12px;
        margin-left: 5px;
    }

    .searchbox {
        display: none;
    }

    .lanauage_wrap::after {
        display: none;
    }
}

@media(max-width:768px) {
    .lanauage_wrap .lanauage .silde-down a {
        padding: 5px 0px;
        font-size: 14px !important;
    }

    .lanauage_wrap {
        width: 95px;
        height: 35px;
        margin-left: 10px;
    }
}

.m-mobilenav {
    display: none;
}

.m-mobilenav * {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
    .mbnav-wp_seach {
        width: 100%;
        margin: auto;
        position: absolute;
        z-index: 2;
    }

    .mbnav-wp_seach>form>.box-form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        height: 40px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: rgba(255, 255, 255, 0.7);
    }

    .mbnav-wp_seach>form>.box-form>.box-text {
        width: -moz-calc(100% - 30px);
        width: calc(100% - 30px);
        border: 0px;
        height: 100%;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: transparent;
        outline: none;
    }

    .mbnav-wp_seach>form>.box-form>.box-submit {
        width: 30px;
        height: 100%;
        border: 0px;
        position: relative;
        z-index: 2;
        background: transparent;
        cursor: pointer;
        background: transparent;
    }

    .mbnav-wp_seach>form>.box-form .icon {
        position: absolute;
        right: 4px;
        top: 10px;
        z-index: 1;
    }

    .mbnav-list {
        margin-top: 20px;
    }

    .m-mobilenav {
        position: absolute;
        z-index: 11;
        padding-top: 25px;
        top: 0;
        left: 0;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 100;
    }

    .m-mobilenav .mbnav-btn {
        position: fixed;
        z-index: 2;
        top: 20px;
        right: 2.5%;
        padding: 4px;
        border-radius: 4px;
        overflow: hidden;
        background: #FFFFFF;
        width: 34px;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-btn .line {
        width: 100%;
        height: 2px;
        background-color: #00205b;
    }

    .m-mobilenav .mbnav-btn.active .line {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn .line2 {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
        background-color: #FFFFFF;
    }

    .m-mobilenav .mbnav-btn.active {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        background: transparent;
        top: 50px;
    }

    .m-mobilenav .mbnav-bd {
        position: absolute;
        left: 0;
        top: 0;
        width: 300px;
        height: 100%;
        top: 0;
        visibility: hidden;
        z-index: 1;
    }

    .m-mobilenav .mbnav-bd.show {
        visibility: visible;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-wp {
        height: 100%;
        opacity: 1;
    }

    .m-mobilenav .mbnav-bd.show .mbnav-item>a {
        opacity: 1;
        color: #FFFFFF;
        font-family: Inter-Regular;
        -webkit-transform: scale(1) translate(0, 0);
        -moz-transform: scale(1) translate(0, 0);
        -ms-transform: scale(1) translate(0, 0);
        -o-transform: scale(1) translate(0, 0);
        transform: scale(1) translate(0, 0);
    }

    .m-mobilenav .mbnav-wp {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        background-color: rgba(51, 51, 51, 0.9);
        top: 0;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
        opacity: 0;
    }

    .m-mobilenav .mbnav-fix {
        position: absolute;
        left: 0;
        top: 60px;
        z-index: 1;
        height: -moz-calc(100% - 60px);
        height: calc(100% - 60px);
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* overflow-y: scroll; */
        overflow-y: scroll;
        overflow-x: hidden;
    }

    .m-mobilenav .mbnav-item {
        position: relative;
        padding-left: 44px;
        padding-right: 24px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .m-mobilenav .mbnav-item i {
        position: absolute;
        left: 13px;
        top: 7px;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        background: transparent;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .m-mobilenav .mbnav-item>a {
        display: block;
        line-height: 26px;
        font-size: 16px;
        color: #FFFFFF;
        -webkit-transform: scale(1.1) translate(60px, -35px);
        -moz-transform: scale(1.1) translate(60px, -35px);
        -ms-transform: scale(1.1) translate(60px, -35px);
        -o-transform: scale(1.1) translate(60px, -35px);
        transform: scale(1.1) translate(60px, -35px);
        opacity: 0;
        -webkit-transition: 0.5s 0.1s;
        -o-transition: 0.5s 0.1s;
        -moz-transition: 0.5s 0.1s;
        transition: 0.5s 0.1s;
    }

    .m-mobilenav .mbnav-item>a.current:after {
        content: "";
        margin-left: 5px;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-transition: all 550ms;
        -o-transition: all 550ms;
        -moz-transition: all 550ms;
        transition: all 550ms;
    }

    .m-mobilenav .mbnav-item>a.active {
        color: #529dba;
    }

    .m-mobilenav .mbnav-item>a.active:after {
        background-color: #529dba;
    }

    .m-mobilenav .mbnav-item:nth-child(1)>a {
        -webkit-transition-delay: 250ms;
        -moz-transition-delay: 250ms;
        -o-transition-delay: 250ms;
        transition-delay: 250ms;
    }

    .m-mobilenav .mbnav-item:nth-child(2)>a {
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .m-mobilenav .mbnav-item:nth-child(3)>a {
        -webkit-transition-delay: 350ms;
        -moz-transition-delay: 350ms;
        -o-transition-delay: 350ms;
        transition-delay: 350ms;
    }

    .m-mobilenav .mbnav-item:nth-child(4)>a {
        -webkit-transition-delay: 400ms;
        -moz-transition-delay: 400ms;
        -o-transition-delay: 400ms;
        transition-delay: 400ms;
    }

    .m-mobilenav .mbnav-item:nth-child(5)>a {
        -webkit-transition-delay: 450ms;
        -moz-transition-delay: 450ms;
        -o-transition-delay: 450ms;
        transition-delay: 450ms;
    }

    .m-mobilenav .mbnav-item:nth-child(6)>a {
        -webkit-transition-delay: 500ms;
        -moz-transition-delay: 500ms;
        -o-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    .m-mobilenav .mbnav-item:nth-child(7)>a {
        -webkit-transition-delay: 550ms;
        -moz-transition-delay: 550ms;
        -o-transition-delay: 550ms;
        transition-delay: 550ms;
    }

    .m-mobilenav .mbnav-item:nth-child(8)>a {
        -webkit-transition-delay: 600ms;
        -moz-transition-delay: 600ms;
        -o-transition-delay: 600ms;
        transition-delay: 600ms;
    }

    .m-mobilenav .mbsbnav-list {
        padding: 10px 0;
        display: none;
        transition: none;
    }

    .m-mobilenav .mbsbnav-item {
        position: relative;
        padding-left: 20px;
        padding-right: 5px;
    }

    .m-mobilenav .mbsbnav-item i {
        left: 0;
        top: 6px;
        line-height: 24px;
    }

    .m-mobilenav .mbsbnav-item a {
        display: block;
        padding: 5px 5px;
        line-height: 24px;
        font-size: 14px;
        color: #fff;
    }

    .m-mobilenav .mbsbnav-item a.active {
        color: #529dba;
    }

    .box-form-tj {
        position: absolute;
        font-size: 20px !important;
        right: 5px;
        top: 8px;
        color: #043F71;
    }
}

@media screen and (max-width: 768px) {
    .m-mobilenav .mbnav-item>a {
        font-size: 14px;
        line-height: 24px;
    }

    .m-mobilenav .mbnav-item {
        padding-top: 5px;
    }

    .m-mobilenav .mbnav-item i {
        top: 4px;
    }

    .m-mobilenav .mbnav-btn {
        top: 12px;
    }
}


/*  */


header {
    width: 100%;
    position: fixed;
    z-index: 2;
    border-radius: 1px;
    top: 0px;
    z-index: 100000;
    height: 100px;
    background-color: #fff;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
    background-image: url(../images/header_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

header>.safe {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

header .bottombox {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .menubox {
    display: flex;
    align-items: center;
    height: 100%;
    margin-right: 28px;
}

header .menubox>li {
    position: relative;
    margin: 0px 22.5px;
}

header .menubox>li>a {
    padding: 37.5px 0px 40.5px;
    display: inline-block;
    font-family: Inter-Medium;
    font-size: 18px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

header .menubox>li>a img {
    margin-bottom: 0px;
    transition: ease .3s all;
}

header .menubox>li>a i {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    margin-inline-end: 6px;
}

header .menubox>li>a::after {
    position: absolute;
    content: "";
    width: 0px;
    height: 2px;
    background-color: #fff;
    bottom: 12px;
    transition: .3s linear all;
}


header .menubox ul a {
    padding: 10.5px 15px 10.5px 30px;
    min-width: 266px;
    width: 100%;

    font-family: Inter-Medium;
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menubox ul li:last-child a {
    border-bottom: unset;
}

header .menubox ul a i {
    font-size: 12px;
    font-weight: bold;
    opacity: 0;
}

/*header .menubox>li:last-child {
    display: none;
}*/

/* yiji */
header .menubox>li>ul {
    position: absolute;
    top: 100%;
    left: -50px;
    background-color: #fff;
    display: none;
    transition: none;
    padding: 21px 0px;
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}

header .menubox>li ul {
    min-width: 266px;
    width: max-content;
    /* padding: 15px 0px; */
    box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.07);
}

header .menubox>li ul li {
    position: relative;
}

/* erji/sanji/siji */
header .menubox>li>ul>li ul {
    position: absolute;
    top: 0%;
    left: 100%;
    background-color: #fff;
    display: none;
    transition: none;
    box-shadow: 0px 13px 46px 0px rgba(0, 0, 0, 0.08);
    padding: 21px 0px;
}

header .logo {
    flex-shrink: 0;
}


/* header_hover */
header .menubox>li:hover>a {
    /* color: #bf1a21 !important; */
}

header .menubox>li:hover>a::after {
    width: 40px;
}

header .menubox ul li:hover>a {
    color: #0a378c;
}

header .menubox ul li:hover>a i {
    opacity: 1;
}

/* header_active */
header .menubox .active_title>a {
    /* color: #bf1a21 !important; */
}

header .menubox .active_title>a::after {
    width: 40px;
}


@media(max-width:1850px) {
    header .menubox {
        margin-right: 20px;
    }

    header .menubox>li {
        margin: 0px 18.5px;
    }
}


@media(max-width:1700px) {
    header .menubox>li {
        margin: 0px 13px;
    }
}

@media(max-width:1600px) {
    header .menubox>li>a {
        padding: 39.5px 0px;
        font-size: 16px;
    }

    header .menubox>li {
        margin: 0px 9px;
    }

    header .menubox {
        margin-right: 10px;
    }

    header {
        height: 90px;
    }

    header .menubox>li>a {
        padding: 35px 0px;
        font-size: 16px;
    }
}

@media(max-width:1450px) {
    header {
        background-color: #ececec;
        background-image: unset;
    }

    header .menubox>li>a {
        color: #333;
    }

    header .menubox>li {
        margin: 0px 15px;
    }

    header .menubox>li>a::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 2px;
        background-color: #0a378c;
        bottom: 12px;
        transition: .3s linear all;
    }
}

@media(max-width:1333px) {
    header .menubox>li {
        margin: 0px 8px;
    }

    header {
        height: 80px;
    }

    header .menubox>li>a {
        padding: 31.5px 0px;
        font-size: 14px;
    }
}

@media(max-width:1200px) {
    header .menubox>li {
        margin: 0px 8px;
    }

    header .menubox>li>a {
        font-size: 14px;
    }
}

@media(max-width:1100px) {
    header .menubox>li {
        margin: 0px 8px;
    }

    header .logo img {
        width: 140px;
    }

    header .menubox>li {
        margin: 0px 6px;
    }
}

@media(max-width:999px) {
    header .menubox {
        display: none;
    }

    header {
        height: 60px;
    }

    header .contact {
        display: none;
    }

    header .logo img {}

    header .rightbox {
        margin-right: 30px;
    }
}

@media(max-width:768px) {
    header {
        height: 50px;
    }

    header .logo img {}
}

@media(max-width:570px) {}



/* fix_header */

.fix_header {
    background-color: #fff;
    top: 0 !important;
}

@media(max-width:999px) {
    .fix_header {
        top: 0;
    }

    .fix_header .topbox {
        display: none;
    }
}


/* shou ye banner */

#wowslider-container1 {
    display: table;
    zoom: 1;
    position: relative;
    width: 100%;
    max-width: 1920px;
    max-height: 800px;
    margin: 0px auto 0px;
    z-index: 90;
    text-align: left;
    /* reset align=center */
    font-size: 10px;
    text-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-top: 100px;
}

#wowslider-container1 * {
    transition: none;
}

* html #wowslider-container1 {
    width: 1920px
}

#wowslider-container1 .ws_images ul {
    position: relative;
    width: 10000%;
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible;
    /*table-layout:fixed;*/
}

#wowslider-container1 .ws_images ul li {
    position: relative;
    width: 1%;
    height: 100%;
    line-height: 0;
    overflow: hidden;
    float: left;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    max-height: 800px;
    max-width: 1920px;
    vertical-align: top;
    border: none;
    overflow: hidden;
}

#wowslider-container1 .ws_images ul a {
    width: 100%;
    height: 100%;
    max-height: 620px;
    display: block;
    color: transparent;
}

#wowslider-container1 img {
    max-width: none !important;
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images>div>img {
    width: 100%;
    border: none 0;
    max-width: none;
    padding: 0;
    margin: 0;
}

#wowslider-container1 .ws_images>div>img {
    max-height: 800px;
}

#wowslider-container1 .ws_images iframe {
    position: absolute;
    z-index: -1;
}

#wowslider-container1 .ws-title>div {
    display: inline-block !important;
}

#wowslider-container1 a {
    text-decoration: none;
    outline: none;
    border: none;
}

#wowslider-container1 .ws_bullets {
    float: left;
    position: absolute;
    z-index: 70;
}

#wowslider-container1 .ws_bullets div {
    position: relative;
    float: left;
    font-size: 0px;
}

/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
    line-height: 0;
}

#wowslider-container1 .ws_script {
    display: none;
}

#wowslider-container1 sound,
#wowslider-container1 object {
    position: absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
    position: static;
    width: 100%;
    height: 100%;
}

#wowslider-container1 .ws_photoItem {
    border: 2em solid #fff;
    margin-left: -2em;
    margin-top: -2em;
}

#wowslider-container1 .ws_cube_side {
    background: #A6A5A9;
}


/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
    display: none;
}

.ws-title-wrapper {
    display: none;
}

/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
    position: absolute;
    display: none;
    cursor: pointer;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 55;
}

#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
    display: block;
}

#wowslider-container1 .ws_video_btn div {
    position: absolute;
    background-image: url(./playvideo.png);
    background-size: 200%;
    top: 50%;
    left: 50%;
    width: 7em;
    height: 5em;
    margin-left: -3.5em;
    margin-top: -2.5em;
}

#wowslider-container1 .ws_video_btn.ws_youtube div {
    background-position: 0 0;
}

#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
    background-position: 100% 0;
}

#wowslider-container1 .ws_video_btn.ws_vimeo div {
    background-position: 0 100%;
}

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
    background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
    display: none !important;
}

#wowslider-container1 .ws_bullets {
    padding: 5px;
}

#wowslider-container1 .ws_bullets a {
    width: 9px;
    height: 9px;
    background-color: #fdfdfd;
    float: left;
    text-indent: -4000px;
    position: relative;
    margin-left: 25px;
    color: transparent;
    border-radius: 50px;
}

#wowslider-container1 .ws_bullets a::after {
    width: 22px;
    height: 22px;
    border: solid 1px #ffffff;
    content: "";
    border-radius: 50px;
    left: -8px;
    top: -8px;
    position: absolute;
    opacity: 0;
}

#wowslider-container1 .ws_selbull::after {
    opacity: 1 !important;
}

#wowslider-container1 .ws_bullets a:hover {
    background-position: 0 50%;
}

#wowslider-container1 .ws_bullets a.ws_selbull {
    background-position: 0 100%;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev {
    background-size: 200%;
    position: absolute;
    top: 50%;
    z-index: 60;

}

#wowslider-container1 .ws_controls i {
    width: 46px;
    height: 46px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: .3s linear all;
}

#wowslider-container1 .ws_controls i:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

#wowslider-container1 a.ws_next {
    background-position: 100% 0;
    right: 27px;
}

#wowslider-container1 a.ws_prev {
    left: 27px;
    background-position: 0 0;
}

#wowslider-container1 a.ws_next:hover {
    background-position: 100% 100%;
}

#wowslider-container1 a.ws_prev:hover {
    background-position: 0 100%;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
    width: 6.4em;
    height: 6.4em;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2.5em;
    margin-top: -2.5em;
    z-index: 59;
}

#wowslider-container1 .ws_pause {
    background-size: 100%;
    background-image: url(./pause.png);
}

#wowslider-container1 .ws_play {
    background-size: 100%;
    background-image: url(./play.png);
}

#wowslider-container1 .ws_pause:hover,
#wowslider-container1 .ws_play:hover {
    background-position: 100% 100% !important;
}

/* bottom center */
#wowslider-container1 .ws_bullets {
    bottom: 30px;
    left: 50%;
    padding: 5px;
}

#wowslider-container1 .ws_bullets div {
    left: -50%;
}

#wowslider-container1 .ws-title {
    position: absolute;
    display: block;
    font: 2em 'Arimo', sans-serif;
    bottom: -0.2em;
    left: 0;
    margin: 1.8em 0.7em;
    padding: 0.6em 0.5em;
    color: #777777;
    z-index: 50;
    line-height: 1em;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    border: 0.05em solid #ffffff;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
}

#wowslider-container1 .ws-title div {
    margin-top: 0.3em;
    font-size: 0.8em;
    line-height: 1.15em;
    font-weight: normal;
}

#wowslider-container1 a.ws_next,
#wowslider-container1 a.ws_prev,
#wowslider-container1 .ws_playpause {
    display: block;
}

* html #wowslider-container1 a.ws_next,
* html #wowslider-container1 a.ws_prev {
    display: block
}

#wowslider-container1:hover a.ws_next,
#wowslider-container1:hover a.ws_prev,
#wowslider-container1:hover .ws_playpause {
    display: block
}

#wowslider-container1 .ws_images>ul {
    animation: wsBasic 16s infinite;
    -moz-animation: wsBasic 16s infinite;
    -webkit-animation: wsBasic 16s infinite;
}

@keyframes wsBasic {
    0% {
        left: -0%
    }

    12.5% {
        left: -0%
    }

    25% {
        left: -100%
    }

    37.5% {
        left: -100%
    }

    50% {
        left: -200%
    }

    62.5% {
        left: -200%
    }

    75% {
        left: -300%
    }

    87.5% {
        left: -300%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: -0%
    }

    12.5% {
        left: -0%
    }

    25% {
        left: -100%
    }

    37.5% {
        left: -100%
    }

    50% {
        left: -200%
    }

    62.5% {
        left: -200%
    }

    75% {
        left: -300%
    }

    87.5% {
        left: -300%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: -0%
    }

    12.5% {
        left: -0%
    }

    25% {
        left: -100%
    }

    37.5% {
        left: -100%
    }

    50% {
        left: -200%
    }

    62.5% {
        left: -200%
    }

    75% {
        left: -300%
    }

    87.5% {
        left: -300%
    }
}

#wowslider-container1 .ws_bullets a img {
    text-indent: 0;
    display: block;
    bottom: 25px;
    left: -74px;
    visibility: hidden;
    position: absolute;
    border: 1px solid rgba(220, 220, 220, 0.6);
    border-radius: 1px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    max-width: none;
}

#wowslider-container1 .ws_bullets a:hover img {
    visibility: visible;
}

#wowslider-container1 .ws_bulframe div div {
    height: 48px;
    overflow: visible;
    position: relative;
}

#wowslider-container1 .ws_bulframe div {
    left: 0;
    overflow: hidden;
    position: relative;
    width: 148px;
    background-color: #FFFFFF;


}

#wowslider-container1 .ws_bullets .ws_bulframe {
    display: none;
    bottom: 29px;
    overflow: visible;
    position: absolute;
    cursor: pointer;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border: 1px solid #FFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

#wowslider-container1 .ws_bulframe span {
    display: block;
    position: absolute;
    bottom: -8px;
    margin-left: 1px;
    left: 74px;
    background: url(./triangle.png);
    width: 15px;
    height: 6px;
}

#wowslider-container1 .ws_bulframe div div {
    height: auto;
}

@media all and (max-width:760px) {
    #wowslider-container1 .ws_fullscreen {
        display: block;
    }
}

@media all and (max-width:400px) {

    /* #wowslider-container1 .ws_controls,
    #wowslider-container1 .ws_bullets,
    #wowslider-container1 .ws_thumbs {
        display: none
    } */
}

@media(max-width:1600px) {
    #wowslider-container1 {
        margin-top: 90px;
    }
}

@media(max-width:1333px) {
    #wowslider-container1 {
        margin-top: 80px;
    }
}

@media(max-width:999px) {
    #wowslider-container1 {
        margin-top: 60px;
    }

    #wowslider-container1 img {
        min-height: 200px;
        object-fit: cover;
    }
}

@media(max-width:768px) {
    #wowslider-container1 {
        margin-top: 50px;
    }
}

@media(max-width:570px) {
    #wowslider-container1 .ws_controls i {
        display: none;
    }

    #wowslider-container1 .ws_bullets {
        bottom: 10px;
        left: 0%;
        display: flex;
        justify-content: center;
        padding: 5px;
        width: 100%;
    }

    #wowslider-container1 .ws_bullets div {
        left: unset;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}


/* page_banner */

.page_banner {
    position: relative;
    margin-top: 100px;
}

.page_banner .bg {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
}

.page_banner::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to left, rgba(11, 32, 71, 0)0%, rgba(11, 32, 71, .9)95%);
}

.page_banner .safe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    top: 64.4%;
    transform: translateY(-60%);
}

.page_banner .title {
    font-family: Inter-Bold;
    font-size: 50px;
    color: #ffffff;
    margin-bottom: 42px;
}

@media(max-width:1600px) {
    .page_banner {
        margin-top: 90px;
    }

    .page_banner .title {
        font-size: 44px;
        margin-bottom: 20px;
    }

    .page_banner .safe {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width:1333px) {
    .page_banner {
        margin-top: 80px;
    }

    .page_banner .title {
        font-size: 38px;
        margin-bottom: 15px;
    }
}

@media(max-width:999px) {
    .page_banner {
        margin-top: 60px;
    }

    .page_banner .title {
        font-size: 32px;
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .page_banner {
        margin-top: 50px;
    }

    .page_banner .title {
        font-size: 28px;
        margin-bottom: 8px;
    }
}

@media(max-width:570px) {
    .page_banner .title {
        font-size: 24px;
        margin-bottom: 8px;
    }
}



/* crumb */

.crumb {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

.crumb a {
    color: #ffffff;
}

.crumb a:hover {
    text-decoration: underline;
}

.crumb .active {
    text-decoration: underline;
}


@media(max-width:768px) {
    .crumb {
        font-size: 14px;
    }

}


/* common */

.title46 {
    font-family: Inter-Bold;
    font-size: 46px;
    color: #333333;
}

.title46 a {
    color: #333;
}

.title46 a:hover {
    color: #0a378c;
}

.title36 {
    font-family: Inter-Bold;
    font-size: 36px;
    color: #333;
}

.title36 a {
    color: #333;
}

.title36 a:hover {
    color: #0a378c;
}

.title30 {
    font-family: Inter-Bold;
    font-size: 30px;
    color: #333;
}

.line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 5px;
    background-color: #0a378c;
    border-radius: 1px;
}

@media(max-width:1600px) {
    .title46 {
        font-size: 40px;
    }

    .title36 {
        font-size: 32px;
    }

    .title30 {
        font-size: 26px;
    }
}

@media(max-width:1333px) {
    .title46 {
        font-size: 36px;
    }

    .title36 {
        font-size: 28px;
    }

    .title30 {
        font-size: 24px;
    }
}

@media(max-width:999px) {
    .title46 {
        font-size: 32px;
    }

    .title36 {
        font-size: 24px;
    }

    .title30 {
        font-size: 22px;
    }
}

@media(max-width:768px) {
    .title46 {
        font-size: 28px;
    }

    .title36 {
        font-size: 22px;
    }

    .title30 {
        font-size: 20px;
    }
}

@media(max-width:570px) {
    .title46 {
        font-size: 24px;
    }

    .title36 {
        font-size: 20px;
    }
}




/* h_products */

.h_products {
    padding: 73px 0px 0px;
    background-color: #f6f6f6;
}

.h_products .title46 {
    text-align: center;
    margin-bottom: 10px;
}

.h_products .line {
    margin: 0 auto;
    margin-bottom: 15px;
}

.h_products .con {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 62px;
}

.h_products .box {
    margin-bottom: 93px;
}

.h_products .swiper {
    overflow: visible;
}
}

.h_products .swiper-wrapper {
    pointer-events: none;
}

.h_products .swiper-slide {
    background-color: #fff;
    padding: 29px 0px 32px 0px;
    height: auto;
    opacity: 0;
    pointer-events: all;
    transition: .3s linear all;
}

.h_products .swiper-slide-visible {
    opacity: 1;
    transition: all;
}

.h_products .swiper-slide:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.h_products .title {
    font-family: Inter-Bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 22px;
}

.h_products .title a {
    color: #333333;
}

.h_products .title a:hover {
    color: #0a378c;
}

.h_products .imgbox {
    overflow: hidden;
    margin-bottom: 23px;
}

.h_products .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
    padding: 0px 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_products .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 261px;
    height: 51px;
    border-radius: 1px;
    border: solid 1px #bbbbbb;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333333;
    margin: 0 auto;
}

.h_products .btn:hover {
    background-color: #0a378c;
    color: #fff;
    border: 1px solid #0a378c;
}


.h_products .btnall {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 261px;
    height: 51px;
    background-color: #0a378c;
    border-radius: 1px;
    border: solid 1px #bbbbbb;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
}

.h_products .btnall:hover {
    background-color: #fff;
    color: #333;
}

@media(max-width:1600px) {
    .h_products {
        padding: 50px 0px 0px;
    }

    .h_products .box {
        margin-bottom: 45px;
    }

    .h_products .con {
        font-size: 18px;
        margin-bottom: 45px;
    }

    .h_products .title {
        font-size: 22px;
        margin-bottom: 20px;
        padding: 0px 20px;
    }

    .h_products .btn {
        width: 230px;
        height: 50px;
        font-size: 16px;
    }

}

@media(max-width:1333px) {
    .h_products .box {
        margin-bottom: 35px;
    }

    .h_products .swiper-slide {
        padding: 25px 0px;
    }

    .h_products .title {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 0px 15px;
    }

    .h_products .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 0px 15px;
    }

    .h_products .con {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .h_products .imgbox {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .h_products .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 0px 22px;
    }

    .h_products .btn {
        width: 220px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .h_products {
        padding: 40px 0px;
    }

    .h_products .box {
        margin-bottom: 25px;
    }

    .h_products .con {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 28px;
    }

    .h_products .swiper-slide {
        padding: 20px 0px;
    }

    .h_products .title {
        font-size: 18px;
        margin-bottom: 15px;
        padding: 0px 15px;
    }

    .h_products .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        padding: 0px 15px;
    }

    .h_products .imgbox {
        overflow: hidden;
        margin-bottom: 15px;
    }

    .h_products .btn {
        width: 175px;
        height: 45px;
        font-size: 16px;
    }

    .h_products .swiper {
        padding-bottom: 35px;
    }

    .h_products .swiper-pagination-bullet-active {
        background-color: #0a378c;
    }

    .h_products .btnall {
        width: 220px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .h_products .box {
        margin-bottom: 15px;
    }

    .h_products .title {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    .h_products .imgbox {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .h_products .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    .h_products .btn {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }

    .h_products .btnall {
        width: 180px;
        height: 40px;
        font-size: 14px;
    }

    .h_products .con {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 24px;
    }

}

@media(max-width:570px) {
    .h_products {
        padding: 30px 0px;
    }
}


/* h_services */

.h_services {
    padding: 220px 0px 113px;
    position: relative;
    background-image: url(../images/h_bg1.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left -5px;
}

.h_services .bg {
    position: absolute;
    right: 0;
    top: 25%;
    z-index: -1;
}

.h_services .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_services .l_box {
    width: 53%;
    position: relative;
    padding-top: 18px;
    padding-left: 18px;
}

.h_services .l_box a {
    display: inline-block;
    overflow: hidden;
}

.h_services .l_box:hover img {
    transform: scale(1.05);
}

.h_services .l_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 269px;
    height: 351px;
    background-color: #0a378c;
    border-radius: 1px;
    opacity: 0.5;
    z-index: -1;
}

.h_services .r_box {
    width: 40.5%;
    padding-right: 2%;
    padding-top: 85px;
}

.h_services .title46 {
    margin-bottom: 10px;
}

.h_services .line {
    margin-bottom: 39px;
}

.h_services .content {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 87px;
}

.h_services .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    height: 51px;
    background-color: #0a378c;
    border-radius: 1px;
    border: solid 1px #bbbbbb;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

.h_services .btn:hover {
    background-color: #fff;
    color: #333;
}

@media(max-width:1600px) {
    .h_services {
        padding: 200px 0px 90px;
        background-position: left -5px;
    }

    .h_services .r_box {
        padding-top: 0;
        padding-right: 0%;
    }

    .h_services .line {
        margin-bottom: 20px;
    }

    .h_services .content {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 50px;
    }

    .h_services .safe {
        align-items: center;
    }
}

@media(max-width:1333px) {
    .h_services .l_box::after {
        display: none;
    }

    .h_services .l_box {
        width: 55%;
        position: relative;
        padding-top: 0px;
        padding-left: 0px;
    }

    .h_services .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .h_services .btn {
        width: 170px;
        height: 45px;
        font-size: 16px;
    }

    .h_services {
        padding: 200px 0px 70px;
        background-position: left -5px;
    }
}

@media(max-width:999px) {
    .h_services {
        background-image: unset;
        padding: 40px 0px;
    }

    .h_services .line {
        margin-bottom: 15px;
    }

    .h_services .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .h_services .l_box {
        width: 65%;
        margin-bottom: 20px;
    }

    .h_services .r_box {
        width: 100%;
    }
}

@media(max-width:768px) {
    .h_services .btn {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }

    .h_services .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .h_services .l_box {
        width: 80%;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .h_services {
        padding: 30px 0px;
    }

    .h_services .l_box {
        width: 90%;
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .h_services .l_box {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* h_company */

.h_company {
    background-image: url(../images/h_bg3.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
}

.h_company .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 52px;
}

.h_company .tit {
    width: 25%;
}

.h_company .title46 {
    margin-bottom: 6px;
}

.h_company .con {
    width: 70%;
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.h_company .con span {
    font-family: Inter-Bold;
    color: #0a378c;
}

.h_company .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 63px;
}

.h_company .inner {
    width: 23%;
    padding-right: 2%;
}

.h_company .inner:nth-child(4n) {
    padding-right: 0;
    width: 22%;
    padding-left: 4.8%;
}

.h_company .inner:nth-of-type(1) {
    width: 25.5%;
}

.h_company .con {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.h_company .svgbox {
    width: 120px;
    height: 119px;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    /* background-color: red; */
    background-image: url(../images/squ1.png);
    background-size: cover;
    padding-top: 0px;
    cursor: pointer;
    padding-left: 8px;
}

.h_company .svgbox:hover {
    background-image: url(../images/squ2.png);
}

.h_company .svgbox:hover img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.h_company .title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 14px;
}

.h_company .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.h_company .videobox {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.h_company .video {
    position: absolute;
    cursor: pointer;
}

.h_company .video:hover img {
    transform: scale(1.05);
}


@media(max-width:1600px) {
    .h_company .titlebox {
        margin-bottom: 45px;
    }

    .h_company .svgbox {
        width: 115px;
        height: 115px;
        margin-bottom: 20px;
        padding-top: 0px;
        padding-left: 6px;
    }

    .h_company .wrap {
        margin-bottom: 50px;
    }

    .h_company .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

@media(max-width:1333px) {
    .h_company .titlebox {
        margin-bottom: 35px;
    }

    .h_company .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .h_company .svgbox {
        width: 110px;
        height: 110px;
        margin-bottom: 15px;
        padding-top: 0px;
        padding-left: 6px;
    }

    .h_company .con {
        width: 70%;
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .h_company .titlebox {
        margin-bottom: 25px;
    }

    .h_company {
        padding-bottom: 40px;
    }

    .h_company .wrap {
        margin-bottom: 40px;
    }

    .h_company .titlebox {
        flex-direction: column;
    }

    .h_company .tit {
        width: 100%;
        margin-bottom: 15px;
    }

    .h_company .con {
        width: 100%;
    }

    .h_company .svgbox {
        width: 110px;
        height: 110px;
        margin-bottom: 10px;
        padding-top: 0px;
        padding-left: 6px;
    }

    .h_company .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:768px) {
    .h_company .titlebox {
        margin-bottom: 18px;
    }

    .h_company .inner {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .h_company .svgbox {
        width: 95px;
        height: 95px;
        margin-bottom: 10px;
        padding-top: 0px;
        padding-left: 6px;
    }

    .h_company .con {
        font-size: 14px;
        line-height: 26px;
    }

    .h_company .content {
        font-size: 14px;
        line-height: 24px;
    }

    .h_company .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .h_company .videobox>img {
        min-height: 220px;
        object-fit: cover;
    }

    .h_company .video img {
        width: 60px;
    }
}

@media(max-width:570px) {
    .h_company .wrap {
        margin-bottom: 30px;
    }

    .h_company {
        padding-bottom: 30px;
    }
}



/* h_contact */

.h_contact {
    padding: 229px 0px 88px;
    background-image: url(../images/h_bg4.png);
    background-position: right -25px;
    background-size: contain;
    background-repeat: no-repeat;
    /* background-image: url(../images/h_bg5.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top; */
    position: relative;
}

.h_contact .bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}

.h_contact .box {
    width: 50%;
}

.h_contact .title46 {
    color: #fff;
    margin-bottom: 12px;
}

.h_contact .content {
    font-family: Inter-Regular;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 35px;
}

.h_contact .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 155px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 1px;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333333;
}

.h_contact .btn:hover {
    background-color: #0a378c;
    color: #fff;
    border: 1px solid #fff;
}

@media(max-width:1600px) {
    .h_contact .box {
        width: 60%;
    }
}

@media(max-width:1333px) {
    .h_contact .box {
        width: 70%;
    }

    .h_contact {
        padding: 200px 0px 68px;
        background-position: right -25px;
        position: relative;
    }

    .h_contact .content {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media(max-width:999px) {
    .h_contact {
        background-image: unset;
        padding: 60px 0px;
    }

    .h_contact .box {
        width: 80%;
    }

    .h_contact .btn {
        width: 150px;
        height: 45px;
        border-radius: 1px;
        font-size: 16px;
    }

    .h_contact .content {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .h_contact .box {
        width: 90%;
    }

    .h_contact .btn {
        width: 140px;
        height: 40px;
        border-radius: 1px;
        font-size: 14px;
    }

    .h_contact .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .h_contact {
        background-image: unset;
        padding: 50px 0px;
    }
}

@media(max-width:570px) {
    .h_contact {
        background-image: unset;
        padding: 40px 0px;
    }
}


/* h_categroy */

.h_categroy {
    /* padding-top: 180px; */
    /* background-image: url(../images/h_pic4.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
}

.h_categroy .btnbox {
    display: none;
}

.h_categroy .box1 .swiper-slide {
    padding-top: 141px;
    padding-bottom: 172px;
}

.h_categroy .inn {
    width: 40%;
}

.h_categroy .title36 {
    margin-bottom: 15px;
}

.h_categroy .title36 a {
    color: #fff;
}

.h_categroy .title36 a:hover {
    color: #0a378c;
}

.h_categroy .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 30px;
}

.h_categroy .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 48px;
    background-color: #0a378c;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

.h_categroy .btn:hover {
    background-color: #fff;
    border: 1px solid #0a378c;
    color: #0a378c;
}

.h_categroy .box2 .swiper-slide {
    min-height: 145px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.h_categroy .box2 .svgbox {
    margin-bottom: 15px;
}

.h_categroy .box2 .name {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #ffffff;
}

.h_categroy .box2 .swiper {
    border-top: rgba(255, 255, 255, 0.4) 1px solid;
}

.h_categroy .box2 .swiper-slide {
    border-right: rgba(255, 255, 255, 0.4) 1px solid;
    cursor: pointer;
}

.h_categroy .box2 .swiper-slide-thumb-active {
    background-color: #0a378c;
}

.h_categroy .box1 {
    position: relative;
}

.h_categroy .btnbox i {
    font-size: 24px;
    color: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.h_categroy .btnbox i:hover {
    color: rgba(255, 255, 255, 1);
}

.h_categroy .btnbox i:first-child {
    left: -8px;
}

.h_categroy .btnbox i:last-child {
    right: -8px;
}

@media(max-width:1600px) {
    .h_categroy .box1 .swiper-slide {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .h_categroy .inn {
        width: 50%;
        padding-left: 30px;
    }
}

@media(max-width:1400px) {
    .h_categroy .btnbox {
        display: block;
    }

}

@media(max-width:1333px) {
    .h_categroy .box1 .swiper-slide {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .h_categroy .inn {
        width: 60%;
        padding-left: 30px;
    }

    .h_categroy .box2 .name {
        font-size: 16px;
    }

    .h_categroy .box2 .swiper-slide {
        min-height: 120px;
    }
}

@media(max-width:999px) {
    .h_categroy .box1 .swiper-slide {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .h_categroy .inn {
        width: 70%;
        padding-left: 30px;
    }

    .h_categroy .title36 {
        margin-bottom: 10px;
    }
}

@media(max-width:768px) {
    .h_categroy .box1 .swiper-slide {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .h_categroy .inn {
        width: 92%;
        margin: 0 auto;
        padding-left: 0;
    }

    .h_categroy .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .h_categroy .btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .h_categroy .box2 .swiper-slide {
        min-height: 100px;
    }

    .h_categroy .box2 .name {
        font-size: 14px;
    }

    .h_categroy .box2 .svgbox {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .h_categroy .box2 .svgbox img {
        width: 75%;
    }
}

@media(max-width:570px) {


    .h_categroy .box1 .swiper-slide {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .h_categroy .inn {
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
    }

    .h_categroy .btnbox i:first-child {
        left: -15px;
    }

    .h_categroy .btnbox i:last-child {
        right: -15px;
    }
}


/* h_news */

.h_news {
    padding: 79px 0px 79px;
}

.h_news .title46 {
    text-align: center;
    margin-bottom: 6px;
}

.h_news .s_title {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
}

.h_news .swiper {
    overflow: visible;
}

.h_news .swiper-slide {
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
}

.h_news .swiper-slide:hover .contact {
    background-color: #0a378c;
}

.h_news .swiper-slide:hover .title a {
    color: #fff;
}

.h_news .swiper-slide:hover .content {
    color: #fff;
}

.h_news .swiper-slide:hover .btn {
    color: #fff;
}

.h_news .imgbox {
    overflow: hidden;
    position: relative;
}

.h_news .databox {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 66px;
    height: 75px;
    background-color: #0a378c;
    border-radius: 1px;
    top: 19px;
    left: 13px;
}

.h_news .day {
    font-family: Inter-Bold;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 5px;
}

.h_news .month {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

.h_news .contact {
    padding: 24px 20px 43px 20px;
}

.h_news .title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

.h_news .title a {
    color: #333333;
}

.h_news .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.h_news .btn {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #0a378c;
}

.h_news .title a:hover,
.h_news .btn:hover {
    text-decoration: underline;
}

.h_news .swiper-pagination-bullet-active {
    background-color: #0a378c;
}

.h_news .swiper-wrapper {
    pointer-events: none;
}

.h_news .swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: .3s linear opacity;
}

.h_news .swiper-slide-visible {
    opacity: 1;
    pointer-events: all;
}

@media(max-width:1600px) {
    .h_news {
        padding: 50px 0px;
    }

    .h_news .s_title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }

    .h_news .contact {
        padding: 24px 20px 30px 20px;
    }

    .h_news .day {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 5px;
    }
}

@media(max-width:1333px) {
    .h_news .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
    }

    .h_news .contact {
        padding: 20px 15px 25px 15px;
    }

    .h_news .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .h_news .day {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .h_news .databox {
        width: 55px;
        height: 62px;
        background-color: #0a378c;
        border-radius: 1px;
        top: 10px;
        left: 10px;
    }
}

@media(max-width:999px) {
    .h_news {
        padding: 40px 0px;
    }

    .h_news .s_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .h_news .swiper {
        padding-bottom: 35px;
    }
}

@media(max-width:768px) {
    .h_news .s_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .h_news .contact {
        padding: 15px 15px 20px 15px;
    }

    .h_news .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }

    .h_news .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .h_news .btn {
        font-size: 14px;
    }

    .h_news .day {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    .h_news .month {
        font-size: 14px;
    }

    .h_news .databox {
        width: 50px;
        height: 55px;
        background-color: #0a378c;
        border-radius: 1px;
        top: 10px;
        left: 10px;
    }

    .h_news .imgbox img {
        width: 100%;
    }
}

@media(max-width:570px) {
    .h_news {
        padding: 30px 0px;
    }
}


/* h_talk */
.h_talk1 .safe {
    border-top: unset !important;
    padding: 100px 0px 99px;
}

.h_talk .safe {
    padding: 100px 0px 72px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_talk .l_box {
    width: 40%;
}

.h_talk .s_title {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #0a378c;
    margin-bottom: 6px;
}

.h_talk .title46 {
    margin-bottom: 34px;
}

.h_talk .con {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
}

.h_talk .r_box {
    width: 48.9%;
    padding-top: 8px;
}

.h_talk .inpbox1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.h_talk .inp1 {
    width: 49%;
    height: 54px;
    margin-bottom: 23px;
}

.h_talk .inpbox2 {
    margin-bottom: 23px;
    height: 118px;
    background-color: #f5f5f5;
}

.h_talk input,
.h_talk textarea {
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333;
}

.h_talk input::placeholder,
.h_talk textarea::placeholder {
    color: #999;
}

.h_talk input {
    padding: 0px 15px;
}

.h_talk textarea {
    padding: 12px 15px;
}

.h_talk .codebox {
    width: 60%;
    position: relative;
}

.h_talk .codebox input {
    padding-right: 120px;
}

.h_talk .code {
    position: absolute;
    height: 100%;
    width: 110px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer;
}

.h_talk .submit {
    width: 38%;
}

.h_talk .submit input {
    background-color: #0a378c;
    font-family: Inter-Regular;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.h_talk .submit input:hover {
    background-color: #fff;
    border: 1px solid #0a378c;
    color: #0a378c;
}

.h_talk textarea {
    resize: none;
}

.h_talk .must {
    position: relative;
}

.h_talk .must::after {
    position: absolute;
    content: "*";
    left: -12px;
    top: 15px;
    color: #ff0000;
}


@media(max-width:1600px) {

    .h_talk .safe,
    .h_talk1 .safe {
        padding: 50px 0px;
    }

    .h_talk .title46 {
        margin-bottom: 25px;
    }

    .h_talk .inp1 {
        width: 49%;
        height: 54px;
        margin-bottom: 20px;
    }

    .h_talk .inpbox2 {
        margin-bottom: 20px;
        height: 100px;
        background-color: #f5f5f5;
    }

    .h_talk .r_box {
        width: 55%;
    }
}

@media(max-width:1333px) {
    .h_talk .title46 {
        margin-bottom: 15px;
    }

    .h_talk .con {
        font-size: 16px;
        line-height: 28px;
    }

    .h_talk .inp1 {
        width: 49%;
        height: 50px;
        margin-bottom: 15px;
    }

    .h_talk .submit input {
        font-size: 16px;
    }

    .h_talk .inpbox2 {
        margin-bottom: 15px;
        height: 90px;
        background-color: #f5f5f5;
    }

    .h_talk .s_title {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

@media(max-width:999px) {

    .h_talk .safe,
    .h_talk1 .safe {
        padding: 40px 0px;
        flex-direction: column;
    }

    .h_talk .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .h_talk .r_box {
        padding-top: 0;
        width: 100%;
    }
}

@media(max-width:768px) {
    .h_talk .con {
        font-size: 14px;
        line-height: 26px;
    }

    .h_talk input,
    .h_talk textarea {
        font-size: 14px;
    }

    .h_talk .inp1 {
        width: 49%;
        height: 45px;
        margin-bottom: 15px;
    }

    .h_talk .submit input {
        font-size: 14px;
    }

    .h_talk .s_title {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {

    .h_talk .safe,
    .h_talk1 .safe {
        padding: 30px 0px;
    }
}

@media(max-width:450px) {
    .h_talk .inpbox1 {
        flex-direction: column;
    }

    .h_talk .inp1 {
        width: 100%;
    }
}


/* footer */

footer {
    padding: 59px 0px 52px 0px;
    background-color: #0a378c;
}

footer .f_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 41px;
    margin-bottom: 58px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer .follow_us {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 50%;
}

footer .follow_us span {
    font-family: Inter-Bold;
    font-size: 22px;
    line-height: 26px;
    color: #ffffff;
}

footer .blogrolls {
    display: flex;
    flex-wrap: wrap;
    margin-left: 24px;
}

footer .blogrolls a {
    width: 32px;
    height: 32px;
    border-radius: 5px;
    border: solid 1px #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-right: 15.5px;
}

footer .blogrolls a:hover {
    background-color: #fff;
    color: #0a378c;
    border: 1px solid #fff;
}

footer .blogrolls a:last-child {
    margin-bottom: 0;
}

footer .f_nav {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 21px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 36px;
}

footer .box {}

footer .title {
    font-family: Inter-Bold;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
}

footer .title a {
    color: #fff;
}

footer .title i {
    font-weight: bold;
    font-size: 14px;
    display: none;
}

footer .box1 {
    width: 29.5%;
}

footer .box2 {
    width: 24.35%;
}

footer .box3 {
    width: 30.1%;
}

footer .box4 {
    width: 15.8%;
}

footer ul li a,
footer ul li {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
}

footer .email a {
    word-break: break-all;
}

footer .title a:hover,
footer ul li a:hover {
    text-decoration: underline;
}

footer .copyright {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 8px;
}

footer .copyright a {
    color: #ffffff;
    display: inline-block;
}

footer .copyright a:hover,
footer .links a:hover {
    text-decoration: underline;
}

footer .copyright a:hover img {
    transform: scale(1.05);
}

footer .links {
    font-family: Inter-Medium;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
}

footer .links a {
    color: #fff;
}

@media(max-width:1600px) {
    footer {
        padding: 50px 0px;
    }

    footer .f_top {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    footer .follow_us span {
        font-size: 20px;
        line-height: 26px;
    }

    footer .title {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    footer .box {
        padding-right: 2%;
    }
}

@media(max-width:1333px) {
    footer .f_top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    footer .title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    footer .box3 {
        width: 25.1%;
    }

    footer .box4 {
        width: 20.8%;
    }
}

@media(max-width:999px) {
    footer {
        padding: 40px 0px 50px;
    }

    footer .f_nav {
        flex-direction: column;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    footer .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    footer .box {
        width: 100%;
        padding-right: 0;
    }

    footer ul li a,
    footer ul li {
        font-size: 16px;
        line-height: 30px;
    }

    footer ul {
        display: none;
        transition: none;
    }

    footer ul li {
        margin-bottom: 3px;
    }

    footer ul li:last-child {
        margin-bottom: 10px;
    }

    footer .title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    footer .title i {
        display: block;
    }

    footer .follow_us span {
        font-size: 18px;
        line-height: 26px;
    }

    footer .blogrolls {
        margin-left: 10px;
    }

    footer .blogrolls a {
        width: 32px;
        height: 32px;
        border-radius: 5px;
        margin-right: 8px;
    }
}

@media(max-width:768px) {
    footer .f_top {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    footer .logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

    footer .follow_us {
        width: 100%;
        justify-content: center;
    }

    footer .f_top {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    footer .logo img {
        width: 250px;
    }

    footer .follow_us span {
        font-size: 16px;
        line-height: 24px;
    }

    footer .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    footer .copyright {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    footer .links {
        font-size: 14px;
        line-height: 26px;
    }

    footer .f_nav {
        flex-direction: column;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    footer ul li a,
    footer ul li {
        font-size: 14px;
        line-height: 28px;
    }



}

@media(max-width:570px) {
    footer {
        padding: 30px 0px 50px;
    }

    footer .blogrolls a {
        margin: 5px 5px;
    }

    footer .logo img {
        width: 195px;
    }
}


/* product_list */

.products_list {
    padding: 93px 0px 70px;
}

.products_list .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.products_list .l_box {
    width: 19.1%;
    padding-top: 8px;
}

.products_list .catetit {
    font-family: Inter-Bold;
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
    background-color: #0a378c;
    padding: 0px 15px 0px 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    margin-bottom: 6px;
}

.products_list .catebox1 {
    margin-bottom: 40px;
}

.products_list .list1 {}

.products_list .list1>li>p {
    margin-bottom: 3px;
}

.products_list .list1>li>p a {
    padding: 18.5px 5px 18.5px 11px;
    background-color: rgba(204, 204, 204, .5);
    width: 100%;
    font-family: Inter-Bold;
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.products_list .list1>li>p a i {
    font-size: 14px;
    font-weight: bold;
}

.products_list .list1>li>p a:hover {
    background-color: #ccc;
    color: #0a378c;
}

.products_list .list2 {
    display: none;
    transition: none;
}

.products_list .list2>li {
    margin-bottom: 3px;
}

.products_list .list2>li>p>a {
    display: inline-block;
    padding: 18.5px 5px 18.5px 11px;
    background-color: rgba(242, 242, 242, .5);
    width: 100%;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
}

.products_list .list2>li>p>a:hover {
    background-color: rgba(204, 204, 204, .5);
    color: #0a378c;
}

.products_list .active>p>a {
    background-color: #ccc !important;
    color: #0a378c !important;
}

.products_list .active .list2 {
    display: block;
}

.products_list .inn {
    padding-top: 7px;
}

.products_list .in {
    padding: 16px 10px 20px 10px;
    border-bottom: 1px solid #ebebeb;
}

.products_list .news_title {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_list .news_title a {
    color: #333;
}

.products_list .news_title:hover,
.products_list .news_title a:hover {
    color: #0a378c;
}

.products_list .data {
    font-family: Inter-Regular;
    font-size: 15px;
    color: #999999;
    display: flex;
    align-items: center;
}

.products_list .svgbox {
    flex-shrink: 0;
    margin-right: 8px;
}

.products_list .r_box {
    width: 75%;
}

.products_list .title36 {
    margin-bottom: 6px;
    text-align: center;
}

.products_list .line {
    margin: 0 auto;
    margin-bottom: 10px;
}

.products_list .con {
    text-align: center;
    margin-bottom: 37px;
    font-family: Inter-Regular;
    font-size: 14px;
    color: #333333;
}

.products_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 21px;
}

.products_list .inner {
    width: 32%;
    margin-right: 2%;
    padding: 23px 10px 26px 10px;
    margin-bottom: 21px;
}

.products_list .inner:nth-child(3n) {
    margin-right: 0;
}

.products_list .inner:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.products_list .contact {
    padding: 0px 5px;
}

.products_list .imgbox {
    overflow: hidden;
    margin-bottom: 29px;
}

.products_list .title {
    margin-bottom: 21px;
    font-family: Inter-Bold;
    font-size: 18px;
    color: #333333;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_list .title a {
    color: #333333;
}

.products_list .title:hover,
.products_list .title a:hover {
    color: #0a378c;
}

.products_list .content {
    font-family: Inter-Regular;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.products_list .btnbox {
    display: flex;
    justify-content: center;
}

.products_list .btn {
    width: 117px;
    height: 38px;
    background-color: #ffffff;
    border: solid 1px #0a378c;
    font-family: Inter-Regular;
    font-size: 14px;
    color: #0a378c;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
}

.products_list .btn:hover {
    background-color: #0a378c;
    color: #fff;
}

.products_list .che {
    cursor: pointer;
}

.products_list .catetit i,
.products_list .catetit i {
    display: none;
}

@media(max-width:1600px) {
    .products_list {
        padding: 50px 0px;
    }

    .products_list .l_box {
        width: 22%;
        padding-top: 0px;
    }

    .products_list .catetit {
        font-size: 24px;
        line-height: 42px;
        background-color: #0a378c;
        padding: 0px 15px 0px 23px;
        min-height: 60px;
        margin-bottom: 6px;
    }

    .products_list .list1>li>p a {
        padding: 18.5px 10px 18.5px 11px;
        font-size: 16px;
    }

    .products_list .con {
        margin-bottom: 30px;
        font-size: 14px;
    }

    .products_list .inn {
        padding-top: 0;
    }

    .products_list .in {
        padding: 15px 0px;
    }

    .products_list .inner {
        width: 32%;
        margin-right: 2%;
        padding: 20px 10px 20px 10px;
        margin-bottom: 20px;
    }

    .products_list .imgbox {
        margin-bottom: 20px;
    }

    .products_list .title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .products_list .content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .products_list .catebox1 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .products_list .list1>li>p a {
        padding: 15px 10px 15px 10px;
        font-size: 14px;
    }

    .products_list .list2>li>p>a {
        padding: 15px 10px 15px 10px;
        font-size: 14px;
    }

    .products_list .catetit {
        font-size: 20px;
        line-height: 28px;
        padding: 0px 15px 0px 15px;
        min-height: 60px;
        margin-bottom: 6px;
    }

    .products_list .in {
        padding: 10px 0px;
    }

    .products_list .news_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .products_list .inner {
        width: 32%;
        margin-right: 2%;
        padding: 15px 10px 15px 10px;
        margin-bottom: 15px;
    }

    .products_list .imgbox {
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .products_list .safe {
        flex-direction: column;
    }

    .products_list .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .products_list .catetit {
        font-size: 18px;
        line-height: 28px;
        padding: 10px 10px;
        min-height: unset;
        margin-bottom: 6px;
    }

    .products_list .catetit,
    .products_list .catetit {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .products_list .catetit i,
    .products_list .catetit i {
        display: block;
        font-weight: bold;
    }

    .products_list .list1 {
        display: none;
    }

    .products_list .inn {
        display: none;
        transition: none;
    }

    .products_list .catebox1 {
        margin-bottom: 15px;
    }

    .products_list .r_box {
        width: 100%;
    }

    .products_list .con {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 22px;
    }

    .products_list .title {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .products_list .content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .products_list .list1 {
        transition: none;
    }
}

@media(max-width:768px) {
    .products_list .catetit {
        font-size: 16px;
        line-height: 26px;
        padding: 6px 10px;
        min-height: unset;
        margin-bottom: 6px;
    }

    .products_list .title36 {
        margin-bottom: 10px;
        text-align: center;
    }

    .products_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .products_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .products_list .inner:nth-child(2n) {
        margin-right: 0;
    }

    .products_list .news_title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .products_list .data {
        font-size: 14px;
    }
}

@media(max-width:570px) {}

@media(max-width:400px) {
    .products_list .inner {
        width: 100%;
        margin-right: 0% !important;
    }
}


/* pagination */

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.pagination .safe {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination a {
    width: 36px;
    height: 30px;
    background-color: #ffffff;
    border-radius: 0px;
    border: solid 1px #999999;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;

    font-family: Inter-Regular;
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
    flex-shrink: 0;
}

.pagination .prev {
    width: 79px;
}

.pagination .big {
    width: 79px;
}

.pagination .next {
    width: 61px;
}

.pagination a:hover {
    color: #fff;
    background-color: #0a378c;
    border: 1px solid #0a378c;
}

.pagination .active {
    color: #fff;
    background-color: #0a378c;
    border: 1px solid #0a378c;
}

.pagination .submit {
    width: 149px;
    height: 30px;
    border-radius: 0px;
    background-color: #0a378c;
    cursor: pointer;
    font-family: Inter-Regular;
    font-size: 12px;
    color: #ffffff;
}

.pagination .submit:hover {
    background-color: #000;
}

.pagination .enter {
    margin-left: 7px;
    display: inline-block;
}

@media(max-width:768px) {
    .pagination a {
        margin-bottom: 5px;
    }
}


/* related_cases */

.related_cases {
    padding: 59px 0px 92px;
}

.related_cases .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 67px;
}

.related_cases .title46 {
    font-family: Inter-Bold;
}

.related_cases .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 261px;
    height: 51px;
    background-color: #0a378c;
    border-radius: 1px;
    border: solid 1px #bbbbbb;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

.related_cases .btn1:hover {
    border: 1px solid #0a378c;
    background-color: #fff;
    color: #0a378c;
}

.related_cases .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 41px;
}

.related_cases .inner:last-child {
    margin-bottom: 0;
}

.related_cases .imgbox {
    overflow: hidden;
    width: 31.75%;
}

.related_cases .contact {
    width: 64.85%;
    padding-top: 12px;
}

.related_cases .title {
    font-family: Inter-Bold;
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 15px;
}

.related_cases .title a {
    color: #333;
}

.related_cases .title:hover,
.related_cases .title a:hover {
    color: #0a378c;
}

.related_cases .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_cases .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    background-color: #8c8e88;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

.related_cases .btn:hover {
    background-color: #0a378c;
}

@media(max-width:1600px) {
    .related_cases {
        padding: 50px 0px;
    }

    .related_cases .contact {
        width: 65%;
        padding-top: 6px;
    }

    .related_cases .inner {
        margin-bottom: 35px;
    }

    .related_cases .btn1 {
        width: 230px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:1333px) {
    .related_cases .title {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .related_cases .contact {
        width: 65%;
        padding-top: 0px;
    }

    .related_cases .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
    }

    .related_cases .btn1 {
        width: 200px;
        height: 50px;
        font-size: 16px;
    }

    .related_cases .inner {
        margin-bottom: 30px;
    }

    .related_cases .inner:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:999px) {
    .related_cases {
        padding: 40px 0px;
    }

    .related_cases .inner {
        flex-direction: column;
    }

    .related_cases .imgbox {
        width: 65%;
        margin-bottom: 16px;
    }

    .related_cases .contact {
        width: 100%;
    }

    .related_cases .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 8px;
    }

    .related_cases .btn1 {
        width: 180px;
        height: 50px;
        font-size: 16px;
    }
}

@media(max-width:768px) {
    .related_cases .imgbox {
        width: 80%;
        margin-bottom: 16px;
    }

    .related_cases .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }

    .related_cases .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .related_cases .btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .related_cases .titlebox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .related_cases .title46 {
        margin-bottom: 16px;
    }

    .related_cases .btn1 {
        width: 160px;
        height: 45px;
        font-size: 14px;
    }

    .related_cases .titlebox {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .related_cases {
        padding: 30px 0px;
    }

    .related_cases .imgbox {
        width: 90%;
        margin-bottom: 16px;
    }
}

@media(max-width:500px) {
    .related_cases .imgbox {
        width: 100%;
        margin-bottom: 16px;
    }
}


/* products_detail */

.product_detail {
    padding: 98px 0px 95px;
}

.product_detail .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.product_detail .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_detail .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 261px;
    height: 51px;
    background-color: #0a378c;
    border-radius: 1px;
    border: solid 1px #bbbbbb;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

.product_detail .l_box {
    width: 42.4%;
    padding-top: 10px;
}

.product_detail .big_mySwiper {
    margin-bottom: 24px;
}

.product_detail .big_mySwiper img {
    width: 100%;
}

.product_detail .big_mySwiper .swiper-slide {
    border: solid 1px #cccccc;
}

.product_detail .swiper-pagination {
    display: none;
}

.product_detail .small_mySwiper .swiper-slide {
    background-color: #ffffff;
    border: solid 1px #cccccc;
    cursor: pointer;
}

.product_detail .small_mySwiper {
    position: relative;
}

.product_detail .switch {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #333;
    font-weight: bold;
    cursor: pointer;
}

.product_detail .big_prev {
    left: 9px;
}

.product_detail .big_next {
    right: 9px;
}

.product_detail .swiper-slide-thumb-active {
    border: solid 1px #0a378c !important;
}

.product_detail .r_box {
    width: 52.85%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product_detail .title36 {
    margin-bottom: 10px;
}

.product_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #999999;
    margin-bottom: 27px;
}

.product_detail .contact {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.product_detail .contact strong {
    font-weight: normal;
    font-family: Inter-Bold;
    color: #333;
}

.product_detail .top {
    margin-bottom: 191px;
}

.product_detail .btnbox {
    display: flex;
    align-items: center;
}

.product_detail .btnbox a {
    width: 149px;
    height: 48px;
    background-color: #cccccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Inter-Bold;
    font-size: 16px;
    color: #333333;
}

.product_detail .btnbox a:first-child {
    margin-right: 49px;
}

.product_detail .btnbox a:hover {
    background-color: #0a378c;
    color: #fff;
}

@media(max-width:1800px) {
    .product_detail .top {
        margin-bottom: 100px;
    }
}

@media(max-width:1600px) {
    .product_detail {
        padding: 50px 0px;
    }

    .product_detail .l_box {
        padding-top: 0;
    }

    .product_detail .top {
        margin-bottom: 60px;
    }

    .product_detail .sharebox {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .product_detail .btnbox a:first-child {
        margin-right: 40px;
    }
}

@media(max-width:1333px) {
    .product_detail .big_mySwiper {
        margin-bottom: 15px;
    }

    .product_detail .top {
        margin-bottom: 30px;
    }

    .product_detail .btnbox a:first-child {
        margin-right: 30px;
    }
}

@media(max-width:999px) {
    .product_detail {
        padding: 40px 0px;
    }

    .product_detail .safe {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .product_detail .l_box {
        width: 75%;
        margin-bottom: 25px;
    }

    .product_detail .r_box {
        width: 100%;
    }

    .product_detail .small_mySwiper {
        display: none;
    }

    .product_detail .big_mySwiper {
        margin-bottom: 0;
    }

    .product_detail .sharebox {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .product_detail .swiper-pagination {
        display: block !important;
    }

    .product_detail .swiper-pagination-bullet {
        background-color: #0a378c;
    }
}

@media(max-width:768px) {
    .product_detail .l_box {
        width: 85%;
        margin-bottom: 25px;
    }

    .product_detail .sharebox {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .product_detail .contact {
        font-size: 14px;
        line-height: 28px;
    }

    .product_detail .btnbox a {
        width: 135px;
        height: 40px;
        font-size: 14px;
    }

    .product_detail .btnbox a:first-child {
        margin-right: 20px;
    }
}

@media(max-width:570px) {
    .product_detail {
        padding: 30px 0px;
    }

    .product_detail .top {
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .product_detail .l_box {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* product_description */

.product_description {
    margin-bottom: 3px;
}

.product_description .title30 {
    margin-bottom: 35px;
    background-image: url(../images/1-2bg1.png);
    background-repeat: no-repeat;
    color: #fff;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 28px;
}

.product_description .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    width: 75%;
    margin-bottom: 4px;
}

.product_description .wrap {
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:1600px) {
    .product_description .title30 {
        margin-bottom: 30px;
        min-height: 52px;
        padding: 0px 20px;
    }

    .product_description .content {
        width: 85%;
    }
}

@media(max-width:1333px) {
    .product_description .content {
        width: 100%;
    }

    .product_description .wrap .inner {
        width: 50%;
    }
}

@media(max-width:999px) {}

@media(max-width:768px) {
    .product_description .content {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 4px;
    }

    .product_description .title30 {
        margin-bottom: 20px;
        min-height: 45px;
        padding: 0px 15px;
    }

}

@media(max-width:570px) {
    .product_description .wrap {
        flex-direction: column;
    }

    .product_description .wrap .inner {
        width: 100%;
        margin-bottom: 20px;
    }

    .product_description .inner:last-child {
        margin-bottom: 0;
    }
}


/* product_specifications */

.product_specifications {
    margin-bottom: 48px;
}

.product_specifications .title30 {
    margin-bottom: 44px;
    background-image: url(../images/1-2bg1.png);
    background-repeat: no-repeat;
    color: #fff;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 28px;
}

@media(max-width:1600px) {
    .product_specifications .title30 {
        margin-bottom: 30px;
        min-height: 52px;
        padding: 0px 20px;
    }
}

@media(max-width:999px) {
    .product_specifications {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .product_specifications .title30 {
        margin-bottom: 20px;
        min-height: 45px;
        padding: 0px 15px;
    }

    .product_specifications .table_pic {
        overflow: auto;
    }

    .product_specifications .table_pic img {
        min-width: 900px;
        object-fit: cover;
    }
}

@media(max-width:570px) {
    .product_specifications {
        margin-bottom: 30px;
    }
}



/* related_products */

.related_products1 {
    padding: 94px 0px 113px;
    background-color: #f6f6f6;
}

.related_products2 {
    padding: 89px 0px 112px;
    background-color: #f6f6f6;
}

.related_products3 {
    padding: 89px 0px 112px;
}

.related_products {}

.related_products .titlebox {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 55px;
}

/* .related_products .btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 261px;
    height: 51px;
    background-color: #0a378c;
    border-radius: 1px;
    border: solid 1px #bbbbbb;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
} */

.related_products .btn1:hover {
    background-color: #fff;
    color: #0a378c;
    border: 1px solid #0a378c;
}

.related_products .title46 {
    text-align: center;
    margin-bottom: 10px;
}

.related_products .line {
    margin: 0 auto;
    margin-bottom: 15px;
}

.related_products .con {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #333333;
    text-align: center;
    margin-bottom: 62px;
}

.related_products .swiper {
    overflow: visible;
}

.related_products .swiper-wrapper {
    pointer-events: none;
}

.related_products .swiper-slide {
    background-color: #fff;
    padding: 29px 0px 32px 0px;
    height: auto;
    opacity: 0;
    pointer-events: all;
    transition: .3s linear all;
}

.related_products .swiper-slide-visible {
    opacity: 1;
    transition: all;
}

.related_products .swiper-slide:hover {
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

.related_products .title {
    font-family: Inter-Bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 34px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 22px;
}

.related_products .title a {
    color: #333333;
}

.related_products .title a:hover {
    color: #0a378c;
}

.related_products .imgbox {
    overflow: hidden;
    margin-bottom: 23px;
}

.related_products .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    margin-bottom: 25px;
    padding: 0px 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_products .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 261px;
    height: 51px;
    border-radius: 1px;
    border: solid 1px #bbbbbb;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333333;
    margin: 0 auto;
}

.related_products .btn:hover {
    background-color: #0a378c;
    color: #fff;
    border: 1px solid #0a378c;
}


.related_products .btnall {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 261px;
    height: 51px;
    background-color: #0a378c;
    border-radius: 1px;
    border: solid 1px #bbbbbb;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
    margin-top: 3px;
}

.related_products .btnall:hover {
    background-color: #fff;
    color: #333;
}

@media(max-width:1600px) {
    .related_products {
        padding: 50px 0px !important;
    }

    .related_products .box {
        margin-bottom: 0px;
    }

    .related_products .con {
        font-size: 18px;
        margin-bottom: 45px;
    }

    .related_products .title {
        font-size: 22px;
        margin-bottom: 20px;
        padding: 0px 20px;
    }

    .related_products .btn {
        width: 230px;
        height: 50px;
        font-size: 16px;
    }

    .related_products .titlebox {
        margin-bottom: 45px;
    }

    .related_products .btnall {
        margin-top: 0;
    }

    .related_products .titlebox {
        align-items: center;
    }

    .related_products .title46 {
        margin-bottom: 0;
    }
}

@media(max-width:1333px) {
    .related_products .box {
        margin-bottom: 0px;
    }

    .related_products .swiper-slide {
        padding: 25px 0px;
    }

    .related_products .title {
        font-size: 20px;
        margin-bottom: 20px;
        padding: 0px 15px;
    }

    .related_products .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 0px 15px;
    }

    .related_products .con {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .related_products .imgbox {
        overflow: hidden;
        margin-bottom: 20px;
    }

    .related_products .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
        padding: 0px 22px;
    }

    .related_products .btn {
        width: 220px;
        height: 50px;
        font-size: 16px;
    }

    .related_products .titlebox {
        margin-bottom: 35px;
    }
}

@media(max-width:999px) {
    .related_products {
        padding: 40px 0px !important;
    }

    .related_products .con {
        font-size: 18px;
        margin-bottom: 25px;
        line-height: 28px;
    }

    .related_products .swiper-slide {
        padding: 20px 0px;
    }

    .related_products .title {
        font-size: 18px;
        margin-bottom: 15px;
        padding: 0px 15px;
    }

    .related_products .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 15px;
        padding: 0px 15px;
    }

    .related_products .imgbox {
        overflow: hidden;
        margin-bottom: 15px;
    }

    .related_products .btn {
        width: 175px;
        height: 45px;
        font-size: 16px;
    }

    .related_products .swiper-pagination-bullet-active {
        background-color: #0a378c;
    }

    .related_products .btnall {
        width: 220px;
        height: 50px;
        font-size: 16px;
    }

    .related_products .titlebox {
        margin-bottom: 25px;
    }
}

@media(max-width:768px) {
    .related_products .box {
        margin-bottom: 15px;
    }

    .related_products .title {
        font-size: 16px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    .related_products .imgbox {
        overflow: hidden;
        margin-bottom: 10px;
    }

    .related_products .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
        padding: 0px 10px;
    }

    .related_products .btn {
        width: 150px;
        height: 40px;
        font-size: 14px;
    }

    .related_products .btnall {
        width: 180px;
        height: 40px;
        font-size: 14px;
    }

    .related_products .con {
        font-size: 14px;
        margin-bottom: 20px;
        line-height: 24px;
    }

    .related_products .titlebox {
        margin-bottom: 15px;
    }

    .related_products .swiper {
        padding-bottom: 35px;
    }
}

@media(max-width:570px) {
    .related_products {
        padding: 30px 0px !important;
    }

    .related_products .titlebox {
        flex-direction: column;
    }

    .related_products .title46 {
        margin-bottom: 12px;
    }
}


/* applicaions_list */

.applicaions_list {
    padding: 97px 0px 0px;
}

.applicaions_list .wrap {
    margin-bottom: 101px;
}

.applicaions_list .title36 {
    margin-bottom: 5px;
    text-align: center;
}

.applicaions_list .line {
    margin: 0 auto;
    margin-bottom: 12px;
}

.applicaions_list .con {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 71px;
    font-family: Inter-Regular;
    font-size: 14px;
    color: #333333;
}

.applicaions_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 44px;
    padding-bottom: 55px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.applicaions_list .inner:last-child {
    margin-bottom: 0;
    border-bottom: unset;
    padding-bottom: 0;
}

.applicaions_list .imgbox {
    width: 42.625%;
    overflow: hidden;
}

.applicaions_list .contact {
    width: 53%;
    padding: 21px 0px 15px;
}

.applicaions_list .title30 {
    line-height: 38px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.applicaions_list .title30 a {
    color: #333;
}

.applicaions_list .title30:hover,
.applicaions_list .title30 a:hover {
    color: #0a378c;
}

.applicaions_list .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 45px;
}

.applicaions_list .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    background-color: #cccccc;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333333;
}

.applicaions_list .btn:hover {
    background-color: #0a378c;
    color: #fff;
}

@media(max-width:1600px) {
    .applicaions_list {
        padding: 50px 0px 0px;
    }

    .applicaions_list .con {
        width: 90%;
        margin-bottom: 45px;
        font-size: 14px;
    }

    .applicaions_list .contact {
        padding: 0;
    }

    .applicaions_list .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px;
    }

    .applicaions_list .inner {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }

    .applicaions_list .wrap {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .applicaions_list .con {
        width: 100%;
        margin-bottom: 35px;
        font-size: 14px;
    }

    .applicaions_list .title30 {
        line-height: unset;
        margin-bottom: 10px;

    }

    .applicaions_list .content {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .applicaions_list .inner {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width:999px) {
    .applicaions_list {
        padding: 40px 0px;
    }

    .applicaions_list .con {
        margin-bottom: 25px;
    }

    .applicaions_list .inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .applicaions_list .imgbox {
        width: 66%;
        margin-bottom: 18px;
    }

    .applicaions_list .contact {
        width: 100%;
    }

    .applicaions_list .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .applicaions_list .con {
        margin-bottom: 20px;
        line-height: 24px;
    }

    .applicaions_list .imgbox {
        width: 80%;
        margin-bottom: 18px;
    }

    .applicaions_list .content {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 18px;
    }

    .applicaions_list .btn {
        width: 140px;
        height: 40px;
        font-size: 14px;
    }

    .applicaions_list .inner {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
}

@media(max-width:570px) {
    .applicaions_list {
        padding: 30px 0px;
    }

    .applicaions_list .imgbox {
        width: 90%;
        margin-bottom: 18px;
    }

    .applicaions_list .wrap {
        margin-bottom: 30px;
    }
}

@media(max-width:500px) {
    .applicaions_list .imgbox {
        width: 100%;
        margin-bottom: 18px;
    }
}



/* applicaions_detail */

.applicaions_detail {
    padding: 97px 0px 38px;
}

.applicaions_detail .title36 {
    margin-bottom: 14px;
}

.applicaions_detail .sharebox {
    display: flex;
    align-items: center;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
}

.applicaions_detail .sharebox span {
    margin-right: 5px;
}

.applicaions_detail .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 86px;
    border-bottom: 1px solid #cfd1d5;
}

@media(max-width:1600px) {
    .applicaions_detail {
        padding: 50px 0px 38px;
    }

    .applicaions_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 50px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .applicaions_detail {
        padding: 40px 0px 38px;
    }

    .applicaions_detail .content {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 40px;
    }
}

@media(max-width:768px) {
    .applicaions_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 30px;
    }

    .applicaions_detail .sharebox {
        font-size: 14px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .applicaions_detail {
        padding: 30px 0px;
    }

    .applicaions_detail .content {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 20px;
    }
}


/* page_control */

.page_control {
    margin-bottom: 31px;
}

.page_control .con,
.page_control .con a {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.page_control .con a:hover {
    color: #0a378c;
}

@media(max-width:768px) {
    .page_control {
        margin-bottom: 25px;
    }

    .page_control .con,
    .page_control .con a {
        font-size: 14px;
        line-height: 26px;
    }
}


/* customized_services */

.customized_services {
    padding: 93px 0px 32px;
}

.customized_services .title46 {
    margin-bottom: 20px;
    text-align: center;
}

.customized_services .line {
    margin: 0 auto;
    margin-bottom: 29px;
}

.customized_services .con {
    text-align: center;
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

@media(max-width:1600px) {
    .customized_services {
        padding: 50px 0px 30px;
    }
}

@media(max-width:1333px) {
    .customized_services .title46 {
        margin-bottom: 15px;
    }

    .customized_services .line {
        margin-bottom: 20px;
    }

    .customized_services .con {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .customized_services {
        padding: 40px 0px 30px;
    }

    .customized_services .title46 {
        margin-bottom: 10px;
    }

    .customized_services .line {
        margin-bottom: 15px;
    }
}

@media(max-width:768px) {
    .customized_services .con {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .customized_services {
        padding: 30px 0px 30px;
    }
}


/* exclusive_services */

.exclusive_services {
    padding: 79px 0px 100px;
    background-color: #f8f8f8;
}

.exclusive_services .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.exclusive_services .l_box {
    width: 45%;
}

.exclusive_services .r_box {
    width: 51.8%;
    border-radius: 1px;
    overflow: hidden;
    padding-top: 7px;
}

.exclusive_services .title36 {
    margin-bottom: 15px;
}

.exclusive_services .line {
    margin-bottom: 27px;
}

.exclusive_services .contact {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 28px;
    color: #464646;
    margin-bottom: 56px;
}

.exclusive_services .contact strong {
    font-family: Inter-Bold;
    color: #0a378c;
}

.exclusive_services .contact p {
    margin-bottom: 28px;
    font-size: 16px;
}

.exclusive_services .contact p:last-child {
    margin-bottom: 0;
}

.exclusive_services .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    height: 51px;
    background-color: #0a378c;
    border-radius: 1px;
    border: solid 1px #bbbbbb;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

.exclusive_services .btn:hover {
    background-color: transparent;
    color: #0a378c;
    border: solid 1px #0a378c;
}

@media(max-width:1600px) {
    .exclusive_services {
        padding: 50px 0px;
    }

    .exclusive_services .line {
        margin-bottom: 20px;
    }

    .exclusive_services .contact p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .exclusive_services .contact {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 40px;
    }
}

@media(max-width:1333px) {
    .exclusive_services .contact {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .exclusive_services .contact p {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .exclusive_services {
        padding: 40px 0px;
    }

    .exclusive_services .safe {
        flex-direction: column;
    }

    .exclusive_services .l_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .exclusive_services .r_box {
        padding-top: 0;
        width: 70%;
    }
}

@media(max-width:768px) {
    .exclusive_services .contact p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    .exclusive_services .line {
        margin-bottom: 15px;
    }

    .exclusive_services .btn {
        width: 165px;
        height: 45px;
        font-size: 14px;
    }

    .exclusive_services .contact {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }

    .exclusive_services .r_box {
        padding-top: 0;
        width: 80%;
    }
}

@media(max-width:570px) {
    .exclusive_services {
        padding: 30px 0px;
    }

    .exclusive_services .r_box {
        padding-top: 0;
        width: 95%;
    }
}

@media(max-width:500px) {
    .exclusive_services .r_box {
        padding-top: 0;
        width: 100%;
    }
}


/* service_list */

.service_list {
    padding: 77px 0px 7px;
}

.service_list .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.service_list .inner {
    width: 31.9375%;
    margin-right: 2.025%;
    margin-bottom: 41px;
    min-height: 363px;
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 34px 43px 34px;
    cursor: pointer;
}

.service_list .inner:hover {
    background-color: #f2f2f2;
}

.service_list .inner:nth-child(3n) {
    margin-right: 0;
}

.service_list .svgbox {
    margin: 0 auto;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service_list .title {
    font-family: Inter-Bold;
    font-size: 23px;
    line-height: 24px;
    color: #000;
    margin-bottom: 16px;
}

.service_list .title span {
    color: #0a378c;
}

.service_list .content {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #464646;
}

@media(max-width:1600px) {
    .service_list {
        padding: 50px 0px 0px;
    }

    .service_list .inner {
        width: 31.9375%;
        margin-right: 2.025%;
        margin-bottom: 41px;
        min-height: 363px;
        border-radius: 10px;
        padding: 25px 25px 35px 25px;
    }

    .service_list .title {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media(max-width:1333px) {
    .service_list .inner {
        width: 31.9375%;
        margin-right: 2.025%;
        margin-bottom: 30px;
        min-height: 355px;
        border-radius: 10px;
        padding: 20px 20px 30px 20px;
    }

    .service_list .content {
        font-size: 16px;
        line-height: 28px;
    }

    .service_list .title {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .service_list {
        padding: 40px 0px 0px;
    }

    .service_list .inner {
        width: 49%;
        margin-right: 2%;
    }

    .service_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .service_list .inner:nth-child(2n) {
        margin-right: 0%;
    }

    .service_list .svgbox img {
        width: 74px;
    }
}

@media(max-width:768px) {
    .service_list .svgbox img {
        width: 65px;
    }

    .service_list .svgbox {
        margin-bottom: 12px;
    }

    .service_list .title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 5px;
    }

    .service_list .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .service_list {
        padding: 30px 0px;
    }

    .service_list .inner {
        width: 100%;
        margin-right: 0% !important;
        min-height: unset;
        margin-bottom: 20px;
    }

    .service_list .inner:last-child {
        margin-bottom: 0;
    }

    .service_list .svgbox img {
        width: 58px;
    }
}


/* page_talk */

.page_talk {
    background-color: #f3f5f9;
    padding: 80px 0px 102px;
}

.page_talk1 {
    background-color: #f3f5f9;
    padding: 85px 0px 87px;
}

.page_talk .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page_talk .l_box {
    width: 40%;
}

.page_talk .s_title {
    font-family: Inter-Regular;
    font-size: 18px;
    color: #0a378c;
    margin-bottom: 6px;
}

.page_talk .title46 {
    margin-bottom: 42px;
    width: 76%;
}

.page_talk1 .title46 {
    margin-bottom: 38px;
    width: 90%;
}

.page_talk .con {
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #444444;
}

.page_talk .r_box {
    width: 53.15%;
    padding-top: 6px;
}

.page_talk1 .r_box {
    padding-top: 16px;
}

.page_talk .inpbox1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.page_talk .inp1 {
    width: 48.2%;
    height: 55px;
    margin-bottom: 21px;
    border-radius: 10px;
}

.page_talk .m-formcountry input {
    padding-right: 40px !important;
}

.page_talk .m-formcountry i {
    right: 20px !important;
}

.page_talk .inp1>div {
    height: 100%;
    width: 100%;
}

.page_talk .inpbox2 {
    margin-bottom: 23px;
    height: 118px;
    background-color: #f5f5f5;
}

.page_talk input,
.page_talk textarea {
    height: 100%;
    width: 100%;
    background-color: #fff;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333;
    border-radius: 10px;
}

.page_talk input::placeholder,
.page_talk textarea::placeholder {
    color: #999;
}

.page_talk input {
    padding: 0px 15px;
}

.page_talk textarea {
    padding: 12px 15px;
}

.page_talk .codebox {
    width: 60%;
    position: relative;
}

.page_talk .codebox input {
    padding-right: 120px;
}

.page_talk .code {
    position: static;
    width: 19% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    cursor: pointer;
    height: 50px;
    background: #f3fbfe;
    border-radius: 10px;
    overflow: hidden;
}

.page_talk .inpbox3 .inp1 {
    margin-bottom: 0;
}

.page_talk .submit input {
    background-color: #0a378c;
    font-family: Inter-Regular;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.page_talk .submit input:hover {
    background-color: #fff;
    border: 1px solid #0a378c;
    color: #0a378c;
}

.page_talk textarea {
    resize: none;
}

.page_talk .must {
    position: relative;
}

.page_talk .must::after {
    position: absolute;
    content: "*";
    left: -12px;
    top: 15px;
    color: #ff0000;
}

.page_talk .inp2 {
    width: 42.7%;
}

.page_talk .code {
    width: 19%;
}

.page_talk .submit {
    width: 33.2%;
}

@media(max-width:1600px) {

    .page_talk,
    .page_talk1 {
        padding: 50px 0px;
    }

    .page_talk .title46 {
        margin-bottom: 25px;
        width: 90%;
    }

    .page_talk .inp1 {
        margin-bottom: 20px;
    }

    .page_talk .inpbox2 {
        margin-bottom: 20px;
        height: 100px;
        background-color: #f5f5f5;
    }
}

@media(max-width:1333px) {
    .page_talk .title46 {
        margin-bottom: 15px;
    }

    .page_talk .con {
        font-size: 16px;
        line-height: 28px;
    }

    .page_talk .inp1 {
        height: 50px;
        margin-bottom: 15px;
    }

    .page_talk .submit input {
        font-size: 16px;
    }

    .page_talk .inpbox2 {
        margin-bottom: 15px;
        height: 90px;
        background-color: #f5f5f5;
    }

    .page_talk .s_title {
        font-size: 16px;
        margin-bottom: 6px;
    }
}

@media(max-width:999px) {

    .page_talk,
    .page_talk1 {
        padding: 40px 0px;
    }

    .page_talk .safe {
        flex-direction: column;
    }

    .page_talk .l_box {
        width: 100%;
        margin-bottom: 18px;
    }

    .page_talk .r_box {
        padding-top: 0;
        width: 100%;
    }
}

@media(max-width:768px) {
    .page_talk .con {
        font-size: 14px;
        line-height: 26px;
    }

    .page_talk input,
    .page_talk textarea {
        font-size: 14px;
    }

    .page_talk .inp1 {
        height: 45px;
        margin-bottom: 15px;
    }

    .page_talk .submit input {
        font-size: 14px;
    }

    .page_talk .s_title {
        font-size: 14px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {

    .page_talk,
    .page_talk1 {
        padding: 30px 0px;
    }

    .page_talk .safe {}
}

@media(max-width:450px) {
    .page_talk .inpbox1 {
        flex-direction: column;
    }

    .page_talk .inp1 {
        width: 100%;
    }

    .page_talk .inpbox3 {
        flex-direction: unset;
        flex-wrap: wrap;
    }

    .page_talk .inp2 {
        width: 60%;
    }

    .page_talk .code {
        width: 35% !important;
    }

    .page_talk .submit {
        margin-top: 15px;
    }
}


/* download_list */

.download_list {
    padding: 107px 0px 10px;
}

.download_list .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 24px;
    margin-bottom: 55px;
    border-bottom: solid 1px #e5e5e5;
}

.download_list .inner:last-child {
    margin-bottom: 0;
}

.download_list .contact {
    display: flex;
    justify-content: flex-start;
}

.download_list .svgbox {
    flex-shrink: 0;
    margin-right: 20px;
}

.download_list .title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    margin-bottom: 8px;
}

.download_list .con {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 32px;
    color: #666666;
}


.download_list .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 171px;
    height: 44px;
    background-color: rgba(10, 55, 140, .1);
    border-radius: 22px;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #0a378c;
    padding-right: 30px;
    flex-shrink: 0;
    margin-left: 20px;
    margin-top: 11px;
}

.download_list .btn:hover {
    background-color: rgba(10, 55, 140, 1);
    color: #fff;
}

.download_list .list {
    margin-bottom: 80px;
}

@media(max-width:1600px) {
    .download_list {
        padding: 50px 0px 0px;
    }

    .download_list .inner {
        padding-bottom: 24px;
        margin-bottom: 45px;
    }

    .download_list .list {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .download_list .title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 5px;
    }

    .download_list .btn {
        width: 160px;
        height: 42px;
        border-radius: 22px;
        font-size: 16px;
        padding-right: 30px;
        margin-left: 15px;
        margin-top: 11px;
    }

    .download_list .con {
        font-size: 16px;
        line-height: 30px;
    }
}

@media(max-width:999px) {
    .download_list {
        padding: 40px 0px;
    }

    .download_list .list {
        margin-bottom: 40px;
    }

    .download_list .con {
        font-size: 16px;
        line-height: 26px;
    }

    .download_list .inner {
        padding-bottom: 24px;
        margin-bottom: 30px;
    }

    .download_list .svgbox img {
        width: 45px;
    }
}

@media(max-width:768px) {
    .download_list .inner {
        flex-direction: column;
    }

    .download_list .contact {
        margin-bottom: 10px;
    }

    .download_list .btn {
        margin-left: 0;
        margin-top: 0;
    }

    .download_list .title {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .download_list .con {
        font-size: 14px;
        line-height: 24px;
    }

    .download_list .btn {
        width: 149px;
        height: 42px;
        font-size: 14px;
        padding-right: 25px;
    }

    .download_list .btn img {
        width: 42px;
        height: 42px;
    }

    .download_list .svgbox img {
        width: 40px;
    }
}

@media(max-width:570px) {
    .download_list {
        padding: 30px 0px;
    }

    .download_list .list {
        margin-bottom: 30px;
    }

    .download_list .svgbox img {
        width: 36px;
    }

    .download_list .svgbox {
        flex-shrink: 0;
        margin-right: 10px;
    }
}

/* question_list */

.question_list {
    padding: 96px 0px 9px;
}

.question_list .list {
    margin-bottom: 50px;
}

.question_list .title46 {
    text-align: center;
    margin-bottom: 38px;
}

.question_list ul li {
    margin-bottom: 23px;
}

.question_list ul li:last-child {
    margin-bottom: 0;
}

.question_list .quest {
    display: flex;
    align-items: center;
    font-family: Inter-Bold;
    font-size: 18px;
    color: #333333;
    background-color: #f4f4f6;
    padding: 20px 20px 20px 24px;
    border-radius: 10px;
    cursor: pointer;
}

.question_list .quest i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: solid 2px #aaaaaa;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #aaaaaa;
    margin-right: 15px;
    flex-shrink: 0;
}

.question_list .answer {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    padding-top: 20px;
    padding: 20px 8px 11px 70px;
    display: none;
    transition: none;
}


@media(max-width:1600px) {
    .question_list {
        padding: 50px 0px 20px;
    }

    .question_list .title46 {
        margin-bottom: 30px;
    }
}

@media(max-width:1333px) {
    .question_list .answer {
        font-size: 16px;
        line-height: 30px;
        padding-top: 20px;
        padding: 10px 8px 6px 70px;

    }
}

@media(max-width:999px) {
    .question_list {
        padding: 40px 0px;
    }

    .question_list .quest {
        font-size: 18px;
        padding: 15px 20px 15px 24px;
    }
}

@media(max-width:768px) {
    .question_list .quest {
        font-size: 16px;
        padding: 15px 15px 15px 20px;
    }

    .question_list .answer {
        font-size: 14px;
        line-height: 26px;
        padding-top: 20px;
        padding: 8px 8px 4px 66px;
    }

    .question_list ul li {
        margin-bottom: 18px;
    }
}


@media(max-width:570px) {
    .question_list {
        padding: 30px 0px;
    }

    .question_list .quest i {
        width: 25px;
        height: 25px;
        font-size: 16px;
    }
}



/* technical_tab */

.technical_tab {
    padding: 111px 0px 53px;
}

.technical_tab .tab {
    display: flex;
    justify-content: center;
    /* padding-bottom: 12px; */
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 66px;
}

.technical_tab .tab li {
    font-family: Inter-Bold;
    font-size: 20px;
    letter-spacing: 0px;
    color: #999;
    padding-bottom: 40px;
    margin-right: 3%;
    /* color: #0a378c; */
    position: relative;
    cursor: pointer;
}

.technical_tab .tab .active {
    color: #0a378c;
}

.technical_tab .tab .active::after {
    opacity: 1 !important;
}

.technical_tab .tab li:nth-child(3n) {
    margin-right: 0;
}

.technical_tab .tab li::after {
    content: "";
    position: absolute;
    height: 3px;
    background-color: #0a378c;
    width: 100%;
    bottom: -1.5px;
    left: 0px;
    opacity: 0;
}

.technical_tab .title46 {
    text-align: center;
    margin-bottom: 40px;
}

.technical_tab .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.technical_tab .wrap .inner {
    display: none;
}

@media(max-width:1600px) {
    .technical_tab {
        padding: 50px 0px;
    }

    .technical_tab .tab li {
        font-size: 20px;
        letter-spacing: 0px;
        padding-bottom: 30px;
        margin-right: 3%;
    }

    .technical_tab .tab {
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .technical_tab .tab li {
        font-size: 18px;
        letter-spacing: 0px;
        padding-bottom: 20px;
        margin-right: 3%;
    }

    .technical_tab .tab {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .technical_tab {
        padding: 40px 0px;
    }

    .technical_tab .tab li {
        font-size: 16px;
        letter-spacing: 0px;
        padding-bottom: 15px;
        margin-right: 2%;
        text-align: center;
    }

    .technical_tab .title46 {
        text-align: center;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .technical_tab .title46 {
        margin-bottom: 20px;
    }

    .technical_tab .content {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .technical_tab {
        padding: 30px 0px;
    }

    .technical_tab .tab {
        flex-wrap: wrap;
        justify-content: center;
    }

    .technical_tab .tab li {
        width: 50%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}


/* company_profile */

.company_profile {
    padding: 94px 0px 77px;
    background-image: url(../images/5-1bg1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left 25%;
}

.company_profile .safe {}

.company_profile .l_box {
    width: 100%;
}

.company_profile .title46 {
    margin-bottom: 14px;
}

.company_profile .line {
    margin-bottom: 34px;
}

.company_profile .con {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.company_profile .con p {
    margin-bottom: 30px;
}

.company_profile .con p:last-child {
    margin-bottom: 0;
}

.company_profile .con strong {
    font-style: normal;
    font-family: Inter-Bold;
    color: #0a378c;
}

.company_profile .r_box {
    float: right;
    margin-left: 52px;
    width: 50.6%;
    margin-top: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_profile .r_box .video {
    position: absolute;
    cursor: pointer;
}

.company_profile .r_box .video:hover img {
    transform: scale(1.1);
}

.company_profile .box {
    margin-bottom: 73px;
}


.company_profile .wrap {
    display: flex;
    flex-wrap: wrap;
}

.company_profile .inner {
    width: 23%;
    padding-right: 2%;
}

.company_profile .inner:nth-child(4n) {
    padding-right: 0;
    width: 22%;
    padding-left: 4.8%;
}

.company_profile .inner:nth-of-type(1) {
    width: 25.5%;
}

.company_profile .con {
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.company_profile .svgbox {
    width: 120px;
    height: 119px;
    background-color: #ffffff;
    /* box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.1); */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    /* background-color: red; */
    background-image: url(../images/squ1.png);
    background-size: cover;
    padding-top: 5px;
    padding-left: 9px;
    cursor: pointer;
}

.company_profile .svgbox:hover {
    background-image: url(../images/squ2.png);
}

.company_profile .svgbox:hover img {
    filter: invert(1) sepia(100%) saturate(0%) hue-rotate(180deg) brightness(200%) contrast(100%);
}

.company_profile .title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 14px;
}

.company_profile .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

@media(max-width:1600px) {
    .company_profile {
        padding: 60px 0px;
    }

    .company_profile .r_box {
        margin-left: 35px;
        width: 50.6%;
        margin-top: 50px;
    }

    .company_profile .title46 {
        margin-bottom: 10px;
    }

    .company_profile .box {
        margin-bottom: 60px;
    }
}

@media(max-width:1333px) {
    .company_profile {
        padding: 50px 0px;
    }

    .company_profile .line {
        margin-bottom: 20px;
    }

    .company_profile .r_box .video img {
        width: 80px;
    }

    .company_profile .con p {
        margin-bottom: 20px;
    }

    .company_profile .box {
        margin-bottom: 50px;
    }

    .company_profile .title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media(max-width:999px) {
    .company_profile {
        padding: 40px 0px;
    }

    .company_profile .con p {
        margin-bottom: 15px;
    }

    .company_profile .r_box .video img {
        width: 70px;
    }

    .company_profile .box {
        margin-bottom: 40px;
    }

    .company_profile .title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 8px;
    }
}

@media(max-width:768px) {
    .company_profile .r_box {
        margin-left: 0px;
        width: 85%;
        margin-top: 0px;
        float: unset;
    }

    .company_profile .box {
        margin-bottom: 40px;
        display: flex;
        flex-direction: column-reverse;
    }

    .company_profile .con {
        font-size: 14px;
        line-height: 27px;
    }

    .company_profile .l_box {
        margin-bottom: 20px;
    }

    .company_profile .r_box .video img {
        width: 60px;
    }


    .company_profile .inner {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-bottom: 15px !important;
    }

    .company_profile .svgbox {
        width: 95px;
        height: 95px;
        margin-bottom: 10px;
        padding-top: 0px;
        padding-left: 6px;
    }

    .company_profile .content {
        font-size: 14px;
        line-height: 24px;
    }

    .company_profile .title {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

@media(max-width:570px) {
    .company_profile {
        padding: 30px 0px;
    }

    .company_profile .r_box {
        width: 100%;
    }

    .company_profile .r_box .video img {
        width: 50px;
    }
}



/* about_factory */

.about_factory {
    margin-bottom: 51px;
}

.about_factory .swiper {
    width: 20.8333%;
    overflow: visible;
    margin-bottom: 60px;
}

.about_factory .swiper-slide {}

.about_factory .title {
    padding-top: 21px;
    text-align: center;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #333333;
}

.about_factory .imgbox {
    overflow: hidden;
}

.about_factory .btnbox {
    display: flex;
    justify-content: center;
}

.about_factory .btnbox i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border: solid 1px #0a378c;
    color: #0a378c;
    border-radius: 50px;
    font-size: 18px;
    cursor: pointer;
}

.about_factory .btnbox i:first-child {
    margin-right: 10px;
}

.about_factory .btnbox i:hover {
    background-color: #0a378c;
    color: #fff;
}

@media(max-width:1600px) {
    .about_factory {
        margin-bottom: 50px;
    }

    .about_factory .swiper {
        width: 20.8333%;
        margin-bottom: 50px;
    }

    .about_factory .title {
        padding-top: 15px;
    }
}

@media(max-width:1333px) {
    .about_factory .swiper {
        width: 25.8333%;
        margin-bottom: 40px;
    }

    .about_factory .btnbox i {
        width: 50px;
        height: 50px;
        border-radius: 50px;
        font-size: 16px;
    }
}

@media(max-width:999px) {
    .about_factory {
        margin-bottom: 40px;
    }

    .about_factory .swiper {
        width: 30.8333%;
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .about_factory .swiper {
        width: 55.8333%;
        margin-bottom: 30px;
    }

    .about_factory img {
        width: 100%;
    }

    .about_factory .btnbox i {
        width: 45px;
        height: 45px;
        border-radius: 50px;
        font-size: 16px;
    }

    .about_factory .title {
        padding-top: 12px;
        font-size: 14px;
    }
}

@media(max-width:570px) {
    .about_factory {
        margin-bottom: 30px;
    }

    .about_factory .swiper {
        width: 70%;
        margin-bottom: 20px;
    }
}

@media(max-width:500px) {
    .about_factory .swiper {
        width: 85%;
        margin-bottom: 20px;
    }
}


/* list_wrap */

.list_wrap .list_inner {
    padding: 55px 0px 66px;
}

.list_wrap .list_inner:nth-child(2n) {
    background-color: #f6f6f6;
}

.list_wrap .list_inner:nth-child(2n) .safe {
    flex-direction: row-reverse;
}

.list_wrap .list_inner .safe {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_wrap .list_inner .l_box {
    width: 50.7%;
}

.list_wrap .list_inner .r_box {
    width: 45%;
}

.list_wrap .title {
    font-family: Inter-Bold;
    font-size: 40px;
    line-height: 50px;
    color: #333333;
    margin-bottom: 20px;
}

.list_wrap .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.list_wrap .content p {
    margin-bottom: 30px;
}

.list_wrap .content p:last-child {
    margin-bottom: 0;
}

.list_wrap .clear {
    display: none;
}

@media(max-width:1600px) {
    .list_wrap .list_inner {
        padding: 50px 0px;
    }

    .list_wrap .title {
        font-size: 34px;
        line-height: 40px;
        margin-bottom: 15px;
    }

    .list_wrap .content p {
        margin-bottom: 20px;
    }
}

@media(max-width:1333px) {
    .list_wrap .title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .list_wrap .content p {
        margin-bottom: 15px;
    }

    .list_wrap .content {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .list_wrap .list_inner {
        padding: 40px 0px;
    }

    .list_wrap .list_inner .r_box {
        width: 100%;
    }

    .list_wrap .list_inner .safe {
        display: block;
        margin: 0 auto;
    }

    .list_wrap .list_inner .l_box {
        float: right;
    }

    .list_wrap .title {
        font-size: 26px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .list_wrap .list_inner .l_box {
        margin-left: 30px;
    }

    .list_wrap .clear {
        display: inline-block;
    }

}

@media(max-width:768px) {
    .list_wrap .content {
        font-size: 14px;
        line-height: 28px;
    }

    .list_wrap .title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .list_wrap .list_inner .l_box {
        float: unset;
    }

    .list_wrap .clear {
        display: none;
    }

    .list_wrap .list_inner .l_box {
        width: 90%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .list_wrap .title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    .list_wrap .list_inner .l_box {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
}


/* quality_control */

.quality_control {
    padding: 59px 0px 100px;
}

.quality_control .title46 {
    text-align: center;
    margin-bottom: 13px;
}

.quality_control .line {
    margin: 0 auto;
    margin-bottom: 33px;
}

.quality_control .box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.quality_control .l_box {
    width: 40.4%;
}

.quality_control .r_box {
    width: 54.3%;
    padding-top: 39px;
}

@media(max-width:1600px) {
    .quality_control {
        padding: 50px 0px;
    }

    .quality_control .r_box {
        width: 54.3%;
        padding-top: 0px;
    }
}

@media(max-width:1333px) {}

@media(max-width:999px) {
    .quality_control {
        padding: 40px 0px;
    }

    .quality_control .line {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .quality_control .line {
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .quality_control {
        padding: 30px 0px;
    }

    .quality_control .box {
        flex-direction: column;
    }

    .quality_control .l_box {
        margin-bottom: 15px;
    }

    .quality_control .l_box,
    .quality_control .r_box {
        width: 100%;
    }
}


/* our_partners */

.our_partners {
    padding: 50px 0px 52px;
    background-color: #f6f6f6;
}

.our_partners .title46 {
    text-align: center;
    margin-bottom: 13px;
}

.our_partners .line {
    margin: 0 auto;
    margin-bottom: 61px;
}

.our_partners .imgbox:first-child {
    margin-bottom: 19px;
}

.our_partners .last {
    display: none;
}

.our_partners .swiper-slide .imgbox:last-child {
    transform: translateX(50%);
}

.our_partners .swiper {
    padding-bottom: 38px;
}

.our_partners .swiper-pagination-bullet-active {
    background-color: #0a378c;
}

@media(max-width:1600px) {
    .our_partners {
        padding: 50px 0px;
    }

    .our_partners .line {
        margin-bottom: 55px;
    }
}

@media(max-width:1333px) {
    .our_partners .line {
        margin-bottom: 40px;
    }
}

@media(max-width:999px) {
    .our_partners {
        padding: 40px 0px;
    }

    .our_partners .line {
        margin-bottom: 30px;
    }
}

@media(max-width:768px) {
    .our_partners .imgbox:first-child {
        margin-bottom: 10px;
    }
}

@media(max-width:570px) {
    .our_partners {
        padding: 30px 0px;
    }
}

/* news_list */

.news_list {
    padding: 101px 0px 0px;
}

.news_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

.news_list .inner {
    width: 23.75%;
    margin-right: 1.625%;
    margin-bottom: 57px;
}

.news_list .inner:nth-child(4n) {
    margin-right: 0;
}

.news_list .inner:hover .contact {
    background-color: #0a378c;
}

.news_list .inner:hover .title a,
.news_list .inner:hover .content,
.news_list .inner:hover .btn {
    color: #fff;
}

.news_list .imgbox {
    overflow: hidden;
    position: relative;
}

.news_list .data {
    width: 66px;
    height: 75px;
    background-color: #0a378c;
    border-radius: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 19px;
    left: 13px
}

.news_list .data .day {
    font-family: Inter-Bold;
    font-size: 26px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 6px;
}

.news_list .data .mount {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #ffffff;
}

.news_list .contact {
    padding: 24px 18px 43px 18px;
    box-shadow: 0px 0px 80px 0px rgba(0, 0, 0, 0.1);
}

.news_list .title {
    font-family: Inter-Bold;
    font-size: 20px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .title a {
    color: #333333;
}

.news_list .title a:hover {
    text-decoration: underline;
}

.news_list .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_list .btn {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #0a378c;
}

.news_list .btn:hover {
    text-decoration: underline;
}


@media(max-width:1600px) {
    .news_list {
        padding: 50px 0px 0px;
    }

    .news_list .contact {
        padding: 20px 15px 35px 15px;
    }

    .news_list .inner {
        width: 23.75%;
        margin-right: 1.625%;
        margin-bottom: 50px;
    }

    .news_list .data .day {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}

@media(max-width:1333px) {
    .news_list .contact {
        padding: 15px 15px 28px 15px;
    }

    .news_list .title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .news_list .inner {
        width: 23.75%;
        margin-right: 1.625%;
        margin-bottom: 40px;
    }

    .news_list .data {
        width: 60px;
        height: 70px;
        border-radius: 1px;
        top: 12px;
        left: 12px;
    }

    .news_list .data .day {
        font-size: 22px;
        line-height: 24px;
        margin-bottom: 6px;
    }
}

@media(max-width:999px) {
    .news_list {
        padding: 40px 0px;
    }

    .news_list .inner {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
    }

    .news_list .inner:nth-child(4n) {
        margin-right: 2%;
    }

    .news_list .inner:nth-child(3n) {
        margin-right: 0;
    }
}

@media(max-width:768px) {
    .news_list .title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .news_list .content {
        font-size: 14px;
        line-height: 24px;
        color: #666666;
        margin-bottom: 12px;
    }

    .news_list .btn {
        font-size: 14px;
    }

    .news_list .contact {
        padding: 15px 15px 15px 15px;
    }

    .news_list .data {
        width: 55px;
        height: 60px;
        border-radius: 1px;
        top: 10px;
        left: 10px;
    }

    .news_list .data .day {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 3px;
    }
}

@media(max-width:570px) {
    .news_list {
        padding: 30px 0px;
    }

    .news_list .inner {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
    }

    .news_list .inner:nth-child(3n) {
        margin-right: 2%;
    }

    .news_list .inner:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width:420px) {
    .news_list .inner {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 20px;
    }
}


/* news_detail */

.news_detail {
    padding: 91px 0px 0px;
}

.news_detail .safe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.news_detail .l_box {
    width: 74%;
    padding-top: 11px;
}

.news_detail .t1 {
    margin-bottom: 22px;
}

.news_detail .info {
    display: flex;
    align-items: center;
    font-family: Inter-Regular;
    font-size: 16px;
    color: #999999;
    margin-bottom: 31px;
}

.news_detail .data {
    margin-right: 50px;
}

.news_detail .sharebox {
    display: flex;
    align-items: center;
}

.news_detail .sharebox span {
    margin-right: 3px;
}

.news_detail .content {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 72px;
}

.news_detail .news_control {
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.news_detail .news_control .in,
.news_detail .news_control .in a {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.news_detail .news_control a:hover {
    color: #0a378c;
}

.news_detail .r_box {
    width: 20%;
}

.news_detail .t2 {
    margin-bottom: 11px;
}

.news_detail .wrap {
    margin-bottom: 71px;
}

.news_detail .inner {
    padding: 15px 0px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.news_detail .title1 {
    font-family: Inter-Bold;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_detail .title1 a {
    color: #333;
}

.news_detail .title1:hover,
.news_detail .title1 a:hover {
    color: #0a378c;
}

.news_detail .data1 {
    font-family: Inter-Regular;
    font-size: 16px;
    color: #999999;
    margin-bottom: 11px;
}

.news_detail .content1 {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.news_detail .contact1 {
    padding: 16px 20px 58px 20px;
    background-image: url(../images/6-2pic2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
}

.news_detail .title30 {
    margin-bottom: 12px;
    color: #fff;
}

.news_detail .content2 {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    margin-bottom: 15px;
}

.news_detail .content2 a {
    color: #fff;
    text-decoration: underline;
}

.news_detail .list span,
.news_detail .list a {
    font-family: Inter-Regular;
    font-size: 16px;
    line-height: 34px;
    color: #ffffff;
}

.news_detail .list a:hover {
    text-decoration: underline;
}

.news_detail .email a {
    word-break: break-all;
}

@media(max-width:1600px) {
    .news_detail {
        padding: 60px 0px 0px;
    }

    .news_detail .l_box {
        padding-top: 0;
    }

    .news_detail .info {
        font-size: 16px;
        margin-bottom: 25px;
    }

    .news_detail .wrap {
        margin-bottom: 50px;
    }

    .news_detail .list span,
    .news_detail .list a {
        font-size: 16px;
        line-height: 30px;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 50px;
    }
}

@media(max-width:1333px) {
    .news_detail {
        padding: 50px 0px 0px;
    }

    .news_detail .inner {
        padding: 15px 0px 20px;
    }

    .news_detail .data1 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .news_detail .title1 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .news_detail .content1 {
        font-size: 16px;
        line-height: 26px;
    }

    .news_detail .contact1 {
        padding: 15px 15px 40px 15px;
    }

    .news_detail .list span,
    .news_detail .list a {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:999px) {
    .news_detail {
        padding: 40px 0px;
    }

    .news_detail .safe {
        flex-direction: column;
    }

    .news_detail .l_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .news_detail .r_box {
        width: 100%;
    }

    .news_detail .content {
        font-size: 16px;
        line-height: 30px;
        margin-bottom: 40px;
    }

    .news_detail .t2 {
        margin-bottom: 5px;
    }

    .news_detail .wrap {
        margin-bottom: 40px;
    }
}

@media(max-width:768px) {
    .news_detail .t1 {
        margin-bottom: 15px;
    }

    .news_detail .info {
        font-size: 14px;
        margin-bottom: 25px;
    }

    .news_detail .content {
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 30px;
    }

    .news_detail .news_control .in,
    .news_detail .news_control .in a {
        font-size: 14px;
        line-height: 28px;
    }

    .news_detail .title1 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 6px;
    }

    .news_detail .data1 {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .news_detail .content1 {
        font-size: 14px;
        line-height: 24px;
    }

    .news_detail .inner {
        padding: 15px 0px;
    }

    .news_detail .content2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .news_detail .list span,
    .news_detail .list a {
        font-size: 14px;
        line-height: 26px;
    }
}

@media(max-width:570px) {
    .news_detail {
        padding: 30px 0px;
    }

    .news_detail .info {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .news_detail .data {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .news_detail .info {
        margin-bottom: 15px;
    }

    .news_detail .wrap {
        margin-bottom: 30px;
    }

    .news_detail .contact1 {
        padding: 15px 15px 30px 15px;
    }
}


/* contactus */

.contactus {
    padding: 60px 0px 129px;
}

.contactus .title46 {
    text-align: center;
    margin-bottom: 12px;
}

.contactus .con {
    text-align: center;
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 44px;
}

.contactus .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1173px;
    margin: 0 auto;
}

.contactus .inner {
    width: 29.838%;
    margin-right: 5.11%;
    display: flex;
    align-items: center;
    min-height: 76px;
    padding: 7.1px 7px;
    border-radius: 38px;
    border: solid 1px #cdcdcd;
    margin-bottom: 47px;
}

.contactus .inner:nth-child(3n) {
    margin-right: 0;
}

.contactus .inner p,
.contactus .inner p a {
    width: 100%;
    text-align: center;
    font-family: Inter-Regular;
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}

.contactus .inner p a:hover {
    color: #0a378c;
}

.contactus .svgbox {
    margin-right: 15px;
    flex-shrink: 0;
}

.contactus .last {
    width: 77.9198%;
}

.contactus .last p {
    font-size: 16px;
}

@media(max-width:1600px) {
    .contactus {
        padding: 50px 0px 60px;
    }

    .contactus .con {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .contactus .inner {
        width: 29.838%;
        margin-right: 5.11%;
        min-height: 76px;
        padding: 7.1px 7px;
        margin-bottom: 30px;
    }

    .contactus .last {
        width: 77.9198%;
    }
}

@media(max-width:1333px) {
    .contactus .inner {
        width: 32.2%;
        margin-right: 1.5%;
        min-height: 76px;
        padding: 7.1px 7px;
        margin-bottom: 25px;
    }

    .contactus .last {
        width: 80%;
    }

    .contactus .inner p,
    .contactus .inner p a {
        font-size: 16px;
        line-height: 28px;
    }

    .contactus .con {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:999px) {
    .contactus {
        padding: 40px 0px;
    }

    .contactus .inner {
        width: 49%;
        margin-right: 1.5%;
        min-height: 76px;
        padding: 7.1px 7px;
        margin-bottom: 25px;
    }

    .contactus .last {
        width: 80%;
    }
}

@media(max-width:768px) {
    .contactus .inner {
        width: 100%;
        margin-right: 1.5%;
        min-height: 60px;
        padding: 7.1px 7px;
        margin-bottom: 20px;
    }

    .contactus .svgbox img {
        width: 50px;
    }

    .contactus .inner p,
    .contactus .inner p a {
        font-size: 14px;
        line-height: 26px;
    }

    .contactus .con {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 20px;
    }
}

@media(max-width:570px) {
    .contactus {
        padding: 30px 0px;
    }

    .contactus .email a {
        word-break: break-all;
    }

    .contactus .inner {
        display: flex;
        align-items: center;
        text-align: left;
        border: unset;
        padding: 0;
        margin-bottom: 10px;
    }

    .contactus .inner p {
        text-align: left;
    }

    .contactus .inner .svgbox {
        margin-bottom: 10px;
        margin-right: 10px;
    }

}



@font-face {
    font-family: 'Inter-Bold';
    src: url('../fonts/InterBold.eot');
    src: url('../fonts/InterBold.eot') format('embedded-opentype'),
        url('../fonts/InterBold.woff2') format('woff2'),
        url('../fonts/InterBold.woff') format('woff'),
        url('../fonts/InterBold.ttf') format('truetype'),
        url('../fonts/InterBold.svg#InterBold') format('svg');
}

@font-face {
    font-family: 'Inter-Medium';
    src: url('../fonts/Inter-Medium.eot');
    src: url('../fonts/Inter-Medium.eot') format('embedded-opentype'),
        url('../fonts/Inter-Medium.woff2') format('woff2'),
        url('../fonts/Inter-Medium.woff') format('woff'),
        url('../fonts/Inter-Medium.ttf') format('truetype'),
        url('../fonts/Inter-Medium.svg#InterMedium') format('svg');
}

@font-face {
    font-family: 'Inter-Regular';
    src: url('../fonts/InterRegular.eot');
    src: url('../fonts/InterRegular.eot') format('embedded-opentype'),
        url('../fonts/InterRegular.woff2') format('woff2'),
        url('../fonts/InterRegular.woff') format('woff'),
        url('../fonts/InterRegular.ttf') format('truetype'),
        url('../fonts/InterRegular.svg#InterRegular') format('svg');
}


.bgf5 {
    background-color: #f7f7f7 !important;
}

.bgec {
    background-color: #ececec !important;
}

.bgec i {
    color: #666;
}

.check {
    background-color: #007e4d !important;
}

.close_form {
    opacity: 0;
    pointer-events: none;
}

.rota {
    transform: rotate(90deg);
}

.rota45 {
    transform: rotate(45deg);
}

.swiper-button-lock {
    display: none !important;
}

.opc0 {
    opacity: 0;
}

@font-face {
    font-family: "iconfont";
    /* Project id 4354916 */
    src:
        url('data:application/x-font-woff2;charset=utf-8;base64,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') format('woff2'),
        url('iconfont.woff?t=1745396336243') format('woff'),
        url('iconfont.ttf?t=1745396336243') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-mima-yanjing-guanbi:before {
    content: "\e622";
}

.icon-mima_yanjing:before {
    content: "\e6c2";
}

.icon-Youtube-fill:before {
    content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
    content: "\e60a";
}

.icon-caret-up:before {
    content: "\e621";
}

.icon-duihao:before {
    content: "\eaf1";
}

.icon-duigou:before {
    content: "\e644";
}

.icon-pinterest1:before {
    content: "\e6e1";
}

.icon-xiazai:before {
    content: "\e606";
}

.icon-instagram-fill:before {
    content: "\e88f";
}

.icon-jia:before {
    content: "\e632";
}

.icon-jian:before {
    content: "\e64e";
}

.icon-duoyuyan:before {
    content: "\e654";
}

.icon-icon-jian:before {
    content: "\e609";
}

.icon-icon_jia:before {
    content: "\e652";
}

.icon-icon_earth:before {
    content: "\e6ff";
}

.icon-top1:before {
    content: "\e660";
}

.icon-tell:before {
    content: "\e6a7";
}

.icon-home:before {
    content: "\e624";
}

.icon-edit:before {
    content: "\e611";
}

.icon-facebook:before {
    content: "\e620";
}

.icon-pinterest:before {
    content: "\e8ab";
}

.icon-linkedin:before {
    content: "\e648";
}

.icon-youtube:before {
    content: "\e6d6";
}

.icon-twitter:before {
    content: "\e607";
}

.icon-bigger:before {
    content: "\e647";
}

.icon-left:before {
    content: "\e72c";
}

.icon-right:before {
    content: "\e72d";
}

.icon-up1:before {
    content: "\e72e";
}

.icon-bottom1:before {
    content: "\e72f";
}

.icon-left1:before {
    content: "\e730";
}

.icon-right1:before {
    content: "\e731";
}

.icon-up:before {
    content: "\e73e";
}

.icon-bottom:before {
    content: "\e73f";
}

.icon-instagram:before {
    content: "\e79d";
}

.icon-tumblr:before {
    content: "\e79e";
}

.icon-download:before {
    content: "\e7a0";
}

.icon-download1:before {
    content: "\e7a7";
}

.icon-search4:before {
    content: "\e7b2";
}

.icon-address:before {
    content: "\e7bc";
}

.icon-email:before {
    content: "\e7bd";
}

.icon-contact:before {
    content: "\e7be";
}

.icon-whatsapp:before {
    content: "\e7bf";
}

.icon-fax:before {
    content: "\e7c2";
}

.icon-mobile:before {
    content: "\e7c6";
}

.icon-phone:before {
    content: "\e7c8";
}

.icon-phone1:before {
    content: "\e7cb";
}

.icon-skype:before {
    content: "\e7cc";
}

.icon-whatsapp1:before {
    content: "\e7c1";
}

.icon-address1:before {
    content: "\e7c3";
}

.icon-contact1:before {
    content: "\e7c4";
}

.icon-email1:before {
    content: "\e7c5";
}

.icon-skype1:before {
    content: "\e7c9";
}

.icon-fax1:before {
    content: "\e7ca";
}

.icon-qq:before {
    content: "\e7ce";
}

.icon-tel1:before {
    content: "\e7cd";
}

.icon-wechat:before {
    content: "\e7cf";
}

.icon-phone2:before {
    content: "\e7d0";
}

.icon-message:before {
    content: "\e7da";
}

.icon-calendar:before {
    content: "\e7e1";
}

.icon-calendar1:before {
    content: "\e7e3";
}

.icon-top:before {
    content: "\e7ed";
}

.icon-youbian:before {
    content: "\e60f";
}

.icon-jian2:before {
    content: "\e600";
}

.icon-jia2:before {
    content: "\e608";
}

.icon-vk:before {
    content: "\e735";
}

.icon-instagram1:before {
    content: "\e640";
}

.icon-up7:before {
    content: "\e722";
}

.icon-bottom7:before {
    content: "\e723";
}

.icon-left7:before {
    content: "\e724";
}

.icon-right7:before {
    content: "\e725";
}

.icon-sousuo4:before {
    content: "\e610";
}

.icon-sousuo:before {
    content: "\e616";
}

.icon-sousuo1:before {
    content: "\e65b";
}

.icon-shangchuan:before {
    content: "\e602";
}

.icon-top2:before {
    content: "\e637";
}

.icon-biaoqian:before {
    content: "\e649";
}

.icon-twitter3:before {
    content: "\e7fd";
}

.icon-twitter4:before {
    content: "\e7fe";
}

.icon-twitter-new2:before {
    content: "\e800";
}

.icon-twitter-new:before {
    content: "\e7ff";
}

.icon-tiktok:before {
    content: "\e8db";
}

.icon-delete:before {
    content: "\e69d";
}

.icon-chahao:before {
    content: "\e617";
}

.icon-earth:before {
    content: "\e6d5";
}

.icon-earth1:before {
    content: "\e781";
}

.icon-chahao1:before {
    content: "\e60e";
}

.icon-jiahao:before {
    content: "\e726";
}

.icon-home1:before {
    content: "\e734";
}

.icon-guanbi:before {
    content: "\e6ca";
}

.icon-guanbi1:before {
    content: "\e61e";
}

.icon-bottom71:before {
    content: "\e74c";
}





/* animation.min.css */


.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    0%,
    100%,
    20%,
    53%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    0%,
    100%,
    50% {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    0%,
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    0%,
    100%,
    60%,
    75%,
    90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
        transform: perspective(400px) scale3d(.95, .95, .95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}


/* swiper-bundle */


@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



/* swiper-bundle.min.css */

/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, 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');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
    touch-action: pan-y
}

.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
    scroll-snap-type: none
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: none
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg)
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-lock {
    display: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit)
}

.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, .1))
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%))
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, .5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move;
    touch-action: none
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active {
    pointer-events: auto
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}



.column .wechat:hover img {
    filter: unset !important;
}

.index_bg1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    background-image: url(../images/bg1.png)
}